.termine__entries{display:-webkit-flex;display:flex;flex-wrap:wrap;margin:-1rem}.termine__entry{width:calc(100% - 2rem);margin:1rem}@media (min-width:48em){.termine__entry{width:calc(50% - 2rem)}}@media (min-width:62em){.termine__entry{width:calc(33.33% - 2rem)}}.termine__link{display:-webkit-flex;display:flex;flex-direction:column;width:100%;height:100%;padding:2rem;background:#f8f8f8;color:#17181a;border:2px solid #f8f8f8;box-shadow:0 3px 18px rgba(0,0,0,.1);-webkit-transition:border .4s,background .4s;transition:border .4s,background .4s}.termine__link:hover{color:#17181a;border-color:#00519e}.termine__name{font-size:1.2rem;margin-bottom:1rem}.termine__beschreibung{margin-bottom:1rem}.termine__attribute{margin-bottom:2rem}.termine__attribut:not(:last-child){margin-bottom:4px}.termine__pseudolink{margin-top:auto;font-weight:600}