﻿.liste{padding:100px 0 0 0;}.liste .head{padding:0 0 80px 0;text-align:center;}.liste .head h1{font-family:'segoe_uibold';font-size:3rem;color:#000;margin-bottom:40px;}.liste .head .subtitle{font-family:'segoe_uiregular';font-size:1.5rem;color:#a70;margin-bottom:20px;}.liste .items{position:relative;display:flex;grid-gap:50px 30px;flex-wrap:wrap;margin-bottom:80px;}.liste .items a{display:contents;color:#000;}.liste .items .item{width:calc(33.33% - 27px);position:relative;background-color:#fff;padding:20px 28px 20px 28px;display:flex;flex-direction:column;box-shadow:0 2px 4px silver;}.liste .items .item .wrapper-image{position:relative;width:100%;margin-bottom:25px;}.liste .items .item .wrapper-image .image{position:absolute;top:-60px;left:0;right:0;bottom:0;display:block;text-align:center;background-size:cover;background-repeat:no-repeat;background-position:center;z-index:1;border-radius:12px;}.liste .items .item .wrapper-image:before{content:"";display:block;padding-top:45%;}.liste .items .item h2{font-family:'segoe_uibold';font-size:1.2rem;color:#000;margin-bottom:15px;text-transform:uppercase;}.liste .items .item .button{position:relative;color:#204c9a;margin-top:auto;padding-top:20px;padding-left:30px;font-size:1.2rem;}.liste .items .item .button:before{content:"";position:absolute;left:0;top:25px;height:20px;width:20px;background-size:contain;background-position:center center;background-repeat:no-repeat;background-image:url(/Common/img/icon_plus_kreis.svg);}.liste .items .item.mt{margin-top:40px;}.liste .items .item:hover{background-color:#f2ebd9;}.liste .items .item:hover .button:before{background-image:url(/Common/img/icon_plus_kreis_hover.svg);}@media screen and (max-width:768px){.liste .items .item{width:calc(50% - 25px);}}@media screen and (max-width:576px){.liste>.content-inner{padding:0 15px;}.liste .items .item{width:100%;padding-left:20px!important;padding-right:20px!important;}}