.mapList__list{--local-MapList-background:var(--color-surface-white);--local-MapList-background-active:var(--color-surface-neutral-lighter);list-style:none;position:relative;z-index:1}@media(max-width:1000px){.mapList__list{padding:0 8.333%}}@media(min-width:1000.1px){.mapList__list{padding:30px 15px}}.mapList__listItem{left:0;position:relative;transition:all .3s ease-out}@media(min-width:1000.1px){.mapList__listItem{background-color:var(--local-MapList-background);border-radius:var(--borderRadiusS);box-shadow:0 0 8px 0 rgba(0,0,0,.45);margin:0 0 20px;padding:20px}.mapList__listItem:active,.mapList__listItem:focus,.mapList__listItem:hover{background-color:var(--local-MapList-background-active);left:-30px}.mapList__listItem .cardTeaser.listStyle{margin-top:0}.mapList__listItem .listItem__txtSection{border-bottom:0;padding-bottom:0}}.mapList__buttons{column-gap:0;display:flex;flex-direction:row;justify-content:center;position:relative;z-index:1}@media(max-width:1000px){.mapList__buttons{padding-top:23px}}@media(min-width:1000.1px){.mapList__buttons{padding-bottom:30px}}.mapList__infoboard{--local-MapListInfoboard-background:var(--color-surface-white);--local-MapListInfoboard-button-close:var(--color-text-navi);bottom:16px;max-width:480px;position:absolute;z-index:6}@media(max-width:1000px){.mapList__infoboard{left:50%;transform:translateX(-50%);width:calc(100% - 32px)}}@media(min-width:1000.1px){.mapList__infoboard{left:16px;width:calc(50% - 32px)}}.mapList__infoboard{background-color:var(--local-MapListInfoboard-background);border-radius:var(--borderRadiusM);box-shadow:0 0 4px 0 rgba(0,0,0,.35);padding:40px 16px 16px}.mapList__infoboard .cardTeaser.listStyle{margin-top:0}.mapList__infoboard .cardTeaser.listStyle .listItem__txtSection{border-bottom:none;padding-bottom:0}.mapList__infoboard__closer{align-items:center;background-color:var(--local-MapListInfoboard-background);border-radius:100%;color:var(--local-MapListInfoboard-button-close);column-gap:0;display:inline-flex;flex-direction:row;height:36px;justify-content:center;position:absolute;right:6px;top:6px;transition:all .2s ease-out;width:36px;z-index:1}.mapList__infoboard__closer:active,.mapList__infoboard__closer:focus,.mapList__infoboard__closer:hover{background-color:var(--local-MapListInfoboard-button-close);color:var(--local-MapListInfoboard-background)}.mapList__infoboard__closer .icon{font-size:29px}.mapList__infoboard__closer .hide{border:0;height:1px;margin:-1px;padding:0;position:absolute;width:1px;clip:rect(0 0 0 0);overflow:hidden}.mapList__infoboard[data-loading="1"]{height:80px;padding:16px;width:80px}.mapList__infoboard[data-loading="1"] .mapList__infoboard__closer,.mapList__infoboard[data-loading="1"] .mapList__infoboard__content{display:none}.mapList__infoboard[data-loading="1"] .mapList__infoboard__loader{animation:mapList__infoboard__loader--pulse 1s linear infinite;position:relative}.mapList__infoboard[data-loading="1"] .mapList__infoboard__loader,.mapList__infoboard[data-loading="1"] .mapList__infoboard__loader:after{border:5px solid var(--local-MapListInfoboard-button-close);border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}.mapList__infoboard[data-loading="1"] .mapList__infoboard__loader:after{animation:mapList__infoboard__loader--scaleUp 1s linear infinite;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes mapList__infoboard__loader--scaleUp{0%{transform:translate(-50%,-50%) scale(0)}60%,to{transform:translate(-50%,-50%) scale(1)}}@keyframes mapList__infoboard__loader--pulse{0%,60%,to{transform:scale(1)}80%{transform:scale(1.2)}}.mapList{--local-SectionMap-background:var(--color-surface-white);--local-FilterResult-color:var(--color-text-bodycopy);background-color:var(--local-SectionMap-background);display:grid;grid-template-columns:repeat(12,1fr);margin-left:auto;margin-right:auto;max-width:var(--globalWidth)}.mapList .articleWrapper{grid-column:1/span 12;padding-bottom:14px}.mapList .articleWrapper .baseArticle__bodycopy{padding-bottom:clamp(18px,14.4px + .86vw,23px)}.mapList__results{display:inline-flex;flex-direction:column;grid-column:2/span 10;padding-bottom:14px;row-gap:11px}@media(min-width:1000.1px){.mapList__results{display:none}}.mapList__results__total{color:var(--local-FilterResult-color);font:400 normal clamp(16px,13.12px + .688vw,20px)/160% var(--font-text),Arial,sans-serif}@media(min-width:1600.1px){.mapList__results__total{display:none}}.mapList__wrapper{display:grid;grid-column:1/span 12;grid-template-columns:repeat(12,1fr)}.mapList__wrapper__map{grid-column:1/span 12;height:100vh;position:sticky;top:0;width:100%;z-index:1}.mapList__wrapper__map[hidden]{display:none}.mapList__wrapper__list{grid-column:1/span 12}@media(min-width:1000.1px){.mapList__wrapper__list{grid-column:7/span 6;margin-top:-100vh}}@media(min-width:1600.1px){.mapList__wrapper__list{grid-column:9/span 4}}.mapList__wrapper__list[hidden]{display:none}