:root{--loc-w:var(--step-2);--loc-open-w:300px}@media screen and (min-width:1024px){:root{--loc-w:var(--step-1)}}#map{aspect-ratio:2/3;margin:var(--flow) 0;min-height:300px;opacity:1;transition:opacity .5s linear .5s;width:100%}#map.init{opacity:0}@media screen and (min-width:1024px){#map{aspect-ratio:24/9}}#map-anchor{scroll-margin-top:calc(var(--flow)*2);visibility:none}.location{align-items:center;background-color:var(--clr-green);display:block;display:grid;font-size:var(--step-0);font-weight:400;grid-template-rows:0fr;height:var(--loc-w);overflow:hidden;position:relative;transition:all .3s ease-out,background-color .1s var(--ease);width:var(--loc-w)}.location.open{background-color:var(--clr-dark);box-shadow:2px 2px 1px var(--clr-green);grid-template-rows:1fr;height:auto;transition:width .1s linear,grid-template-rows .3s linear .1s;width:var(--loc-open-w)}.location .details{opacity:0;overflow:hidden;padding:var(--space-xs);position:relative;transition:opacity 0s linear;visibility:none}.location.open .details{opacity:1;transition:opacity .3s linear .2s;visibility:visible}.details .firma{font-size:var(--step-1);font-weight:700}.detail-content{max-width:60ch}.detail-info{display:flex;flex-direction:row;flex-wrap:nowrap;font-size:var(--step-0);max-width:100%}@media screen and (min-width:1024px){.detail-info{max-width:50%}}.detail-info span:first-child{flex-basis:25%}.detail-beschrieb{font-size:var(--step-1);margin-top:var(--flow-s)}.details button.scroll{-webkit-text-stroke-width:1px;cursor:help;font-size:var(--step--1);font-weight:400;margin-top:var(--flow-xs);position:relative;text-decoration:underline;text-underline-offset:4px}[data-location]{scroll-margin-top:calc(var(--flow)*3)}@media screen and (min-width:1024px){[data-location]{scroll-margin-top:var(--flow)}}.scrolltotop-container{bottom:0;display:flex;justify-content:flex-end;margin-top:-1px;padding-bottom:var(--gutter);padding-right:var(--gutter);pointer-events:none;position:sticky;width:100%}#scrolltotop,.scrolltotop-container{-webkit-user-select:none;-moz-user-select:none;user-select:none}#scrolltotop{background-color:var(--clr-dark);border:1px solid var(--clr-light);color:var(--clr-light);cursor:pointer;font-size:var(--step-0);opacity:0;padding:.5rem;pointer-events:all;text-align:right;transform:translateY(10px);transition:visibility 0s linear .3s,transform .1s linear,opacity .1s linear;visibility:hidden;width:-moz-max-content;width:max-content}@media screen and (min-width:1648px){#scrolltotop{border:none;border-top:1px solid var(--clr-light)}}#scrolltotop svg{height:2rem;width:2rem}@media screen and (min-width:1024px){#scrolltotop svg{height:3rem;width:3rem}}#scrolltotop.show{opacity:1;transform:translateY(0);transition:visibility 0s linear,transform .3s linear,opacity .2s linear;visibility:visible}
