.header-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
display: grid;
grid-template-columns: 1fr;
margin-top: 0;
}
.header-block .column-head {
position: relative;
height: auto; display: flex;
align-items: center;
}
.header-block .column-head .content {
position: absolute;
right: 2%;
top: auto;
padding-right: 0rem;
padding-left: 0rem;
box-sizing: border-box;
max-width: 850px;
height: auto;
overflow: hidden;
}
.header-block .column-head .content h1 {
max-width: 100%;
color: #b59771;
}
.header-block .column-head .content p {
max-width: 90%;
font-size: calc(16 / 16 * 1rem);
} 
.header-block .column-head > img {
width: 100%;
height: 100%; object-position: center left;
object-fit: cover;
}
.header-block .column-standorte {
padding: 60px;
box-sizing: border-box;
background: #cdad84;
}
.header-block .column-standorte .icon { 
display: flex;
}
.header-block .column-standorte .icon > p {
margin: 0;
font-size: 16px;
font-family: 'RobotoLight', sans-serif;
margin-left: 10px;
}
.header-block .column-standorte > .standorte {
display: flex;
flex-direction: column;
margin-top: 40px;
gap: 1rem;
}
.header-block .column-standorte > .standorte > .standort {
border-bottom: 1px solid #CEEAF7;
padding-bottom: 1rem;
}
.header-block .column-standorte > .standorte > .standort > .weitere-standorte > a,
.header-block .column-standorte > .standorte > .standort > a {
display: grid;
grid-template-columns: 1fr 18px;
text-decoration: none;
}
.header-block .column-standorte > .standorte > .standort > a > p {
font-family: 'RobotoRegular', sans-serif;
font-size: calc(32 / 16 * 1rem);
margin: 0;
color: var(--zes-gold);
}
.header-block .column-standorte > .standorte > .standort > a > svg,
.header-block .column-standorte > .standorte > .standort > a > img {
width: 100%;
height: 100%;
}
.header-block .column-standorte > .standorte > .standort > a > svg {
color: #CDAD84;
}
.header-block .column-standorte > .standorte > .standort > a > svg.open,
.header-block .column-standorte > .standorte > .standort > a > img.open {
transform: rotate(-180deg);
}
.header-block .column-standorte > .standorte > .standort > .weitere-standorte {
display: flex;
flex-direction: column;
gap: 10px;
padding: 1rem 0 1rem 1rem;
box-sizing: border-box;
}
.header-block .column-standorte > .standorte > .standort > .weitere-standorte > a > p {
margin: 0;
font-family: 'RobotoRegular', sans-serif;
color: var(--zes-gold);
}
.header-block .column-standorte > .standorte > .standort > .weitere-standorte > a > svg {
color: #CDAD84;
}
.header-block .lazyload {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
@media only screen and (max-width: 1600px) {
.header-block .column-head { 
grid-template-columns: 1fr;
}
.header-block .column-head .content p {
max-width: 100%;
}
.header-block .column-head .content h1 {
max-width: 90%;
}
}
@media only screen and (max-width: 1580px) { 
.header-block {
grid-template-columns: 1fr;
}
.header-block .column-head {
max-height: 100%; 
display: flex;
width: 100%;
flex-direction: column-reverse;
}
.header-block .column-head > img {
height: auto;
}
.header-block .column-head .content { 
position: relative;
left: 0;
top: 0;
margin: 2rem auto 3rem;
padding: 0;
}
}
@media only screen and (max-width: 870px) { 
.header-block {
display: flex;
flex-direction: column;
}
.header-block .column-head .content {
padding: 2rem;
box-sizing: border-box;
margin-bottom: 0;
margin-top: 0;
}
.header-block .column-head .content h1 {
max-width: 100%;
}
.header-block .column-standorte {
padding: 15px;
}
.header-block .column-standorte > .standorte {
margin-top: 15px;
}
.header-block .column-standorte > .standorte > .standort > .weitere-standorte {
gap: 20px;
}
.header-block .column-head .content p {
max-width: 100%;
}
.header-block .column-head > img {
grid-row-start: 1;
}
}
.header-block .btn-primary {
display: flex;
justify-content: flex-start;
align-items: center;
min-width: fit-content;
min-height: 56px;
font-family: 'RobotoRegular', sans-serif;
border: 1px solid #000000;
border-radius: 0px;
cursor: pointer; 
text-decoration: none;
margin-top: 40px;
position: relative;
font-size: calc(18 / 16 * 1rem);
background: transparent;
color: #000000;
width: fit-content;
padding: 2px 50px;
} 
.header-block .btn-primary:hover { 
color: #000000; 
} 
.header-block .btn-primary > img {
margin-left: 20px;
transition: all 0.5s linear;
}
.header-block .btn-primary:hover > img {
margin-left: 40px;
}
.block-editor-block-list__block .header-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 0;
margin: 0;
box-sizing: border-box;
grid-template-columns: 1fr;
}
.block-editor-block-list__block .header-block .column-head { 
grid-template-columns: 1fr;
height: 100%;
max-height: 100%;
}
.block-editor-block-list__block .header-block .column-head > img {
object-position: left;
height: auto; 
}
.block-editor-block-list__block .header-block .column-standorte > .standorte > .standort > .weitere-standorte {
display: none;
}
.block-editor-block-list__block .header-block .column-standorte > .standorte > .standort {
padding-bottom: 0;
}
.block-editor-block-list__block .header-block .column-standorte > .standorte {
gap: 0;
margin-top: 20px;
}
.block-editor-block-list__block .header-block .column-standorte {
padding: 30px;
} 
.block-editor-block-list__block .header-block .column-head .content {
top: 0px;
right: auto;
left: 0;
max-width: 100%;
position: relative;
}
.block-editor-block-list__block .header-block .column-head .content p {
max-width: 100%;
}.map-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
background: #CDAD84;
}
.map-block .column-standorte {
height: 100%;
width: 100%; 
}
.map-block #hotspot-874 .leaflet-container,
.map-block .hotspots-container,
.map-block div#drawattention-container {
width: 100%;
height: 100%; 
overflow: hidden;
}
.map-block .hotspots-container.loaded .hotspots-image-container > img,
.map-block #hotspot-874 .hotspots-image-container {
max-height: 600px;
}
.map-block .hotspot-title, .entry-content .hotspot-title {
font-size: calc(21 / 16 * 1rem);
text-align: left;
margin-bottom: 20px;
}
.map-block hr {
margin: 25px 0;
}
.map-block .hotspots-interaction {
display: grid;
grid-template-columns: 445px 1fr;
gap: 60px;
justify-content: flex-start;
align-items: flex-start;
}
.map-block div#content-hotspot-874 {
width: 100%;
max-width: 100%;
border-radius: 10px;
border: 1px solid #efefef;
padding: 25px;
box-sizing: border-box;
}
.map-block .icon {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 70px;
justify-content: center;
}
.map-block .icon > img {
width: 25px;
height: 25px;
}
.map-block .icon p { 
margin: 0;
font-size: calc(32 / 16 * 1rem);
color: #463D27;
}
.map-block .hotspots-container ul {
margin-bottom: 0;
}
.map-block .hotspots-container ul > li {
padding-left: 0;
margin-bottom: 10px;
}
.map-block .hotspots-container ul > li::before {
content:'';
height: auto;
}
.map-block .hotspots-container ul > li > a {
color: #000000;
display: flex;
gap: 5px;
align-items: center;
}
.map-block .hotspots-container ul > li > a:valid,
.map-block .hotspots-container ul > li > a:active,
.map-block .hotspots-container ul > li > a:focus {
color: #000000;
}
.map-block .hotspots-container ul > li > a::after {
content: url(https://endokrinologie.bayern/wp-content/themes/zes_theme/images/btn-next-black.svg);
width: 15px;
height: 19px;
}
@media only screen and (max-width: 1380px) { 
.map-block .hotspots-interaction {
grid-template-columns: 1fr;
display: flex;
flex-direction: column-reverse!important;
}
.map-block .icon {
margin-bottom: 25px;
}
}
@media only screen and (max-width: 870px) { 
}
.block-editor-block-list__block .map-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 2rem;
box-sizing: border-box;
}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none !important;max-height:none !important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,0.4)}.leaflet-tile{-webkit-filter:inherit;filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-rrose-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-rrose{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-rrose{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;-moz-transform-origin:0 0;-o-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);transition:-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);-o-transition:-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1);transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1), -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-rrose-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,0.5)}.leaflet-bar{-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.65);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.65);box-shadow:0 1px 5px rgba(0,0,0,0.65);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topright:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{-webkit-border-bottom-left-radius:2px;-moz-border-radius-bottomleft:2px;border-bottom-left-radius:2px;-webkit-border-bottom-right-radius:2px;-moz-border-radius-bottomright:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px 'Lucida Console', Monaco, monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.4);-moz-box-shadow:0 1px 5px rgba(0,0,0,0.4);box-shadow:0 1px 5px rgba(0,0,0,0.4);background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.leaflet-control-layers-toggle{width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{-moz-background-size:26px 26px;background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,0.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,0.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,0.2);background-clip:padding-box}.leaflet-rrose{margin-bottom:20px;position:absolute;text-align:center}.event-hover .leaflet-rrose{pointer-events:none}.leaflet-rrose-content-wrapper{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:1px;text-align:left}.leaflet-rrose-content{line-height:1.4;margin:14px 20px}@media (max-width: 400px){.leaflet-rrose-content[style]{max-width:200px !important}}@media (max-width: 600px){.leaflet-rrose-content[style]{max-width:275px !important}}.leaflet-rrose-content p{margin:18px 0}.leaflet-rrose-tip-container{height:20px;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-rrose-tip{width:15px;height:15px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-rrose-content-wrapper,.leaflet-rrose-tip{background:white;color:#333;-webkit-box-shadow:0 3px 14px rgba(0,0,0,0.4);-moz-box-shadow:0 3px 14px rgba(0,0,0,0.4);box-shadow:0 3px 14px rgba(0,0,0,0.4)}.leaflet-container a.leaflet-rrose-close-button{position:absolute;top:0;right:0;margin:4px 4px 0 0;border:none;text-align:center;width:18px;font:16px/14px Tahoma, Verdana, sans-serif;color:#c3c3c3;text-decoration:none;font-weight:bold;background:transparent}.leaflet-container a.leaflet-rrose-close-button:hover,.leaflet-container a.leaflet-rrose-close-button:focus{color:#999}.leaflet-container a.leaflet-rrose-close-button:focus{outline:1px dotted gray !important;outline-offset:-1px}.leaflet-rrose-scrolled,.leaflet-popup-scrolled{border-bottom:1px solid rgba(221,221,221,0.5);border-top:1px solid rgba(221,221,221,0.5);overflow:auto}.event-hover .leaflet-rrose-scrolled[style],.event-hover .leaflet-popup-scrolled[style]{border-bottom:0 none;border-top:0 none;height:auto !important}.leaflet-oldie .leaflet-rrose-content-wrapper{zoom:1}.leaflet-oldie .leaflet-rrose-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-rrose-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-rrose-content-wrapper,.leaflet-oldie .leaflet-rrose-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4);color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}path[class^='hotspot-']{-webkit-transition:stroke 300ms, stroke-opacity 300ms, fill 300ms, fill-opacity 300ms;-o-transition:stroke 300ms, stroke-opacity 300ms, fill 300ms, fill-opacity 300ms;-moz-transition:stroke 300ms, stroke-opacity 300ms, fill 300ms, fill-opacity 300ms;transition:stroke 300ms, stroke-opacity 300ms, fill 300ms, fill-opacity 300ms}.leaflet-rrose-content:focus{outline:none}.leaflet-resp-popup-north .leaflet-rrose-tip{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-south .leaflet-rrose-tip-container{top:0;margin-top:-20px}.leaflet-resp-popup-south .leaflet-rrose-tip{margin:11px auto 0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-west .leaflet-rrose-tip-container{right:0;margin-right:-20px;left:100%;margin-left:-2px;top:50%;margin-top:-11px}.leaflet-resp-popup-west .leaflet-rrose-tip{margin:1px -8px 0 -8px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-east .leaflet-rrose-tip-container{width:20px;left:2px;top:50%;margin-top:-11px}.leaflet-resp-popup-east .leaflet-rrose-tip{margin:0 11px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-south-east .leaflet-rrose-tip-container{left:0;margin-left:0;top:0;margin-top:-20px}.leaflet-resp-popup-south-east .leaflet-rrose-tip{margin:11px 11px 11px -8px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-south-east .leaflet-rrose-content-wrapper{-webkit-border-radius:0 3px 3px 3px;-moz-border-radius:0 3px 3px 3px;border-radius:0 3px 3px 3px}.leaflet-resp-popup-east-south .leaflet-rrose-tip-container{width:20px;left:0;top:0}.leaflet-resp-popup-east-south .leaflet-rrose-tip{margin:-8px 11px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-east-south .leaflet-rrose-content-wrapper{-webkit-border-radius:0 3px 3px 3px;-moz-border-radius:0 3px 3px 3px;border-radius:0 3px 3px 3px}.leaflet-resp-popup-north-east .leaflet-rrose-tip-container{left:0;margin-left:0;margin-top:-1px}.leaflet-resp-popup-north-east .leaflet-rrose-tip{margin:-8px 11px 11px -8px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-north-east .leaflet-rrose-content-wrapper{-webkit-border-radius:3px 3px 3px 0;-moz-border-radius:3px 3px 3px 0;border-radius:3px 3px 3px 0}.leaflet-resp-popup-east-north .leaflet-rrose-tip-container{left:0;margin-left:-20px;margin-top:-20px}.leaflet-resp-popup-east-north .leaflet-rrose-tip{margin:11px 11px 11px 11px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-north-west .leaflet-rrose-tip-container{width:20px;margin-right:0;margin-top:-1px;left:100%;right:0}.leaflet-resp-popup-north-west .leaflet-rrose-tip{margin:-8px 11px 11px 11px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-north-west .leaflet-rrose-content-wrapper{-webkit-border-radius:3px 3px 0 3px;-moz-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}.leaflet-resp-popup-west-north .leaflet-rrose-tip-container{margin-left:0;margin-top:-20px;left:100%;right:0}.leaflet-resp-popup-west-north .leaflet-rrose-tip{margin:11px 11px 0px -8px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-west-north .leaflet-rrose-content-wrapper{-webkit-border-radius:3px 3px 0 3px;-moz-border-radius:3px 3px 0 3px;border-radius:3px 3px 0 3px}.leaflet-resp-popup-south-west .leaflet-rrose-tip-container{width:20px;left:100%;top:0;margin-top:-20px}.leaflet-resp-popup-south-west .leaflet-rrose-tip{margin:11px 11px 11px 11px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-south-west .leaflet-rrose-content-wrapper{-webkit-border-radius:3px 0 3px 3px;-moz-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}.leaflet-resp-popup-west-south .leaflet-rrose-tip-container{margin-left:0;margin-right:-20px;left:100%;right:0;top:0}.leaflet-resp-popup-west-south .leaflet-rrose-tip{margin:-8px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.leaflet-resp-popup-west-south .leaflet-rrose-content-wrapper{-webkit-border-radius:3px 0 3px 3px;-moz-border-radius:3px 0 3px 3px;border-radius:3px 0 3px 3px}body.rtl .leaflet-container{direction:ltr}body.rtl .leaflet-container .leaflet-rrose-content{direction:rtl;unicode-bidi:embed;text-align:right}.hotspots-interaction .leaflet-pane svg{display:block;margin:0;padding:0;vertical-align:baseline;width:auto}html.with-featherlight{overflow:hidden}.featherlight{background:#333;background:rgba(0,0,0,0);bottom:0;cursor:pointer;display:none;left:0;position:fixed;right:0;text-align:center;top:0;white-space:nowrap;z-index:2147483647}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{background:#fff;border-bottom:25px solid transparent;cursor:auto;display:inline-block;margin-left:5%;margin-right:5%;max-height:95%;max-width:960px;overflow:auto;padding:25px;position:relative;text-align:left;vertical-align:middle;white-space:normal}.featherlight .featherlight-content *:last-child{margin-bottom:0;padding-bottom:0}.featherlight .featherlight-content .fg-image-viewer .fiv-inner .fiv-ctrls{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.featherlight .featherlight-content .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev,.featherlight .featherlight-content .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next{float:none}.featherlight .featherlight-content .fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next+p{display:none}.featherlight .featherlight-content .fg-image-viewer .fiv-inner .fiv-ctrls::after{display:none}.featherlight .featherlight-inner{display:block}.featherlight script.featherlight-inner,.featherlight link.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{background:#fff;background:rgba(255,255,255,0.3);border:none;color:#000;cursor:pointer;font-family:Arial, sans-serif;line-height:25px;padding:0;position:absolute;right:0;text-align:center;top:0;width:25px;z-index:9999}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;overflow-scrolling:touch}.featherlight iframe{border:none}.featerlight img{max-width:100%}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{border-bottom:10px solid transparent;margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}.hotspots-interaction{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:1em 0;width:100%}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.hotspots-placeholder{padding:1em;position:relative}.event-hover .hotspots-placeholder{pointer-events:none}.hotspots-placeholder>div{display:none;overflow:hidden;position:absolute}.hotspots-placeholder>div.visible{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:500ms;-moz-animation-duration:500ms;animation-duration:500ms;display:block;position:static}.hotspots-image-container{background:#efefef;margin:0 auto;position:relative}.hotspots-image-container img{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;display:block;height:auto;margin:0 auto;max-width:100%;padding:0 !important}.hotspots-image-container .hotspots-map-container{left:0;margin:auto;max-width:100%;position:absolute;right:0;top:0}.layout-left .hotspots-interaction{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (min-width: 600px){.layout-left .hotspots-interaction{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.layout-right .hotspots-interaction{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media screen and (min-width: 600px){.layout-right .hotspots-interaction{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-moz-box-orient:horizontal;-moz-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media screen and (min-width: 600px){.layout-left .hotspots-placeholder,.layout-right .hotspots-placeholder{-webkit-box-flex:0;-webkit-flex:0 0 34%;-moz-box-flex:0;-ms-flex:0 0 34%;flex:0 0 34%;max-width:34%}}@media screen and (min-width: 900px){.layout-left .hotspots-placeholder,.layout-right .hotspots-placeholder{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media screen and (min-width: 600px){.layout-left .hotspots-image-container,.layout-right .hotspots-image-container{-webkit-box-flex:0;-webkit-flex:0 0 66%;-moz-box-flex:0;-ms-flex:0 0 66%;flex:0 0 66%}}@media screen and (min-width: 900px){.layout-left .hotspots-image-container,.layout-right .hotspots-image-container{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%}}@media screen and (min-width: 600px){.layout-left.links-only .hotspots-image-container,.layout-right.links-only .hotspots-image-container{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media screen and (min-width: 900px){.layout-left.links-only .hotspots-image-container,.layout-right.links-only .hotspots-image-container{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.layout-bottom .hotspots-interaction{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.layout-top .hotspots-interaction{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.layout-tooltip .leaflet-container{overflow:visible}.hotspot-title,.entry-content .hotspot-title{margin-top:0;padding-top:0;text-align:center}.hotspot-content p,.entry-content .hotspot-content p{color:inherit}.hotspot-thumb{text-align:center}.hotspot-thumb img{height:auto;max-width:100%}.da-error{background:#f8d7da;border:1px solid #f5c6cb;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#721c24;margin:1em 0;padding:0.75em 1.25em}.hotspot-info.da-hidden{display:none}.single-da_image .wp-post-image{display:none !important}.da-address-wrapper{background:#efefef;color:black;font-size:0.75em;opacity:1;padding:1em;position:absolute;z-index:999999}.da-address-wrapper p{margin:0;padding:0}.da-address-close{cursor:pointer;font-size:1.333em;line-height:1;position:absolute;right:0;top:0}.hotspots-container.layout-left .bc-product-card--single,.hotspots-container.layout-right .bc-product-card--single{margin:0}.hotspots-container.layout-left .bc-product-card--single .bc-product__gallery,.hotspots-container.layout-right .bc-product-card--single .bc-product__gallery{margin-bottom:1em;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;width:auto}@media screen and (min-width: 960px){.hotspots-container.layout-left .bc-product-card--single .bc-product__gallery,.hotspots-container.layout-right .bc-product-card--single .bc-product__gallery{height:auto;left:auto;max-width:100%;position:relative;top:auto}}.hotspots-container.layout-left .bc-product-card--single .bc-product-gallery--has-carousel,.hotspots-container.layout-right .bc-product-card--single .bc-product-gallery--has-carousel{margin-bottom:0}.hotspots-container.layout-left .bc-product-card--single .bc-product-gallery__images,.hotspots-container.layout-right .bc-product-card--single .bc-product-gallery__images{margin:0;max-width:100%}.hotspots-container.layout-left .bc-product-card--single .bc-product-gallery__image-slide img,.hotspots-container.layout-right .bc-product-card--single .bc-product-gallery__image-slide img{margin:0 auto}.hotspots-container.layout-left .bc-product-card--single .bc-product-flag--sale,.hotspots-container.layout-right .bc-product-card--single .bc-product-flag--sale{right:0;top:0}.hotspots-container.layout-left .bc-product-card--single .swiper-container+.swiper-container,.hotspots-container.layout-right .bc-product-card--single .swiper-container+.swiper-container{display:none}.hotspots-container.layout-left .bc-product-card--single .bc-product__meta,.hotspots-container.layout-right .bc-product-card--single .bc-product__meta{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}@media screen and (min-width: 960px){.hotspots-container.layout-left .bc-product-card--single .bc-product__meta,.hotspots-container.layout-right .bc-product-card--single .bc-product__meta{-webkit-align-self:auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;width:auto}}.hotspots-container.layout-left .bc-product-card--single .bc-product__title,.hotspots-container.layout-right .bc-product-card--single .bc-product__title{font-size:1.5em}.hotspots-container.layout-left .bc-product-card--single .bc-product__pricing,.hotspots-container.layout-right .bc-product-card--single .bc-product__pricing{margin-bottom:1em}@media screen and (min-width: 960px){.hotspots-container.layout-left .bc-product-card--single .bc-product__pricing,.hotspots-container.layout-right .bc-product-card--single .bc-product__pricing{margin-bottom:1em}}@media screen and (min-width: 1200px){.hotspots-container.layout-left .bc-product-card--single .bc-product__pricing,.hotspots-container.layout-right .bc-product-card--single .bc-product__pricing{margin-bottom:1em}}.hotspots-container.layout-left .bc-product-card--single .bc-product__sku,.hotspots-container.layout-right .bc-product-card--single .bc-product__sku{display:block;margin-bottom:1em}.hotspots-container.layout-left .bc-product-card--single .bc-product__actions,.hotspots-container.layout-right .bc-product-card--single .bc-product__actions{margin-bottom:1em;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-left:0;width:100%}.hotspots-container.layout-left .bc-product-card--single .bc-product-form__quantity,.hotspots-container.layout-right .bc-product-card--single .bc-product-form__quantity{display:none}@media screen and (min-width: 960px){.hotspots-container.layout-left .bc-product-card--single .bc-product__description,.hotspots-container.layout-right .bc-product-card--single .bc-product__description{margin-bottom:0}}.hotspots-container.layout-bottom .bc-product-card--single,.hotspots-container.layout-top .bc-product-card--single{margin:0}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single,.hotspots-container.layout-top .bc-product-card--single{margin:1em}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product__gallery,.hotspots-container.layout-top .bc-product-card--single .bc-product__gallery{margin-bottom:1em;max-width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;width:auto}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product__gallery,.hotspots-container.layout-top .bc-product-card--single .bc-product__gallery{margin-bottom:0;max-width:370px;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:370px}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product-gallery--has-carousel,.hotspots-container.layout-top .bc-product-card--single .bc-product-gallery--has-carousel{margin-bottom:0}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product-gallery--has-carousel,.hotspots-container.layout-top .bc-product-card--single .bc-product-gallery--has-carousel{margin-bottom:10px}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product-gallery__images,.hotspots-container.layout-top .bc-product-card--single .bc-product-gallery__images{margin:0;max-width:100%}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product-gallery__images,.hotspots-container.layout-top .bc-product-card--single .bc-product-gallery__images{max-width:370px}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product-gallery__image-slide img,.hotspots-container.layout-top .bc-product-card--single .bc-product-gallery__image-slide img{margin:0 auto}.hotspots-container.layout-bottom .bc-product-card--single .bc-product-flag--sale,.hotspots-container.layout-top .bc-product-card--single .bc-product-flag--sale{right:0;top:0}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product-flag--sale,.hotspots-container.layout-top .bc-product-card--single .bc-product-flag--sale{right:-1em;top:-1em}}.hotspots-container.layout-bottom .bc-product-card--single .swiper-container+.swiper-container,.hotspots-container.layout-top .bc-product-card--single .swiper-container+.swiper-container{display:none}.hotspots-container.layout-bottom .bc-product-card--single .bc-product__meta,.hotspots-container.layout-top .bc-product-card--single .bc-product__meta{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product__meta,.hotspots-container.layout-top .bc-product-card--single .bc-product__meta{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product__title,.hotspots-container.layout-top .bc-product-card--single .bc-product__title{font-size:1.5em}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product__title,.hotspots-container.layout-top .bc-product-card--single .bc-product__title{font-size:2em}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product__pricing,.hotspots-container.layout-top .bc-product-card--single .bc-product__pricing{margin-bottom:1em}.hotspots-container.layout-bottom .bc-product-card--single .bc-product__sku,.hotspots-container.layout-top .bc-product-card--single .bc-product__sku{display:block;margin-bottom:1em}.hotspots-container.layout-bottom .bc-product-card--single .bc-product__actions,.hotspots-container.layout-top .bc-product-card--single .bc-product__actions{margin-bottom:1em;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-left:0;width:100%}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product__actions,.hotspots-container.layout-top .bc-product-card--single .bc-product__actions{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px)}}.hotspots-container.layout-bottom .bc-product-card--single .bc-product-form__quantity,.hotspots-container.layout-top .bc-product-card--single .bc-product-form__quantity{display:none}@media screen and (min-width: 960px){.hotspots-container.layout-bottom .bc-product-card--single .bc-product__description,.hotspots-container.layout-top .bc-product-card--single .bc-product__description{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;padding-left:0;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px)}}.hotspots-container .leaflet-popup-pane .bc-product-card--single{margin:0}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__gallery{margin-bottom:1em;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;width:auto}@media screen and (min-width: 960px){.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__gallery{height:auto;left:auto;max-width:100%;position:relative;top:auto}}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product-gallery--has-carousel{margin-bottom:0}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product-gallery__images{margin:0;max-width:100%}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product-gallery__image-slide img{margin:0 auto}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product-flag--sale{right:0;top:0}.hotspots-container .leaflet-popup-pane .bc-product-card--single .swiper-container+.swiper-container{display:none}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__meta{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}@media screen and (min-width: 960px){.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__meta{-webkit-align-self:auto;-ms-flex-item-align:auto;-ms-grid-row-align:auto;align-self:auto;width:auto}}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__title{font-size:1.5em}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__pricing{margin-bottom:1em}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-single-product__ratings{display:none}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__sku{display:none}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__actions{margin-bottom:0;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-left:0;width:100%}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product-form__quantity{display:none}.hotspots-container .leaflet-popup-pane .bc-product-card--single .bc-product__description{display:none}.featherlight .featherlight-inner .bc-product-card--single{margin:0}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single{margin:1em}}.featherlight .featherlight-inner .bc-product-card--single .bc-product__gallery{margin-bottom:1em;max-width:100%;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;width:auto}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product__gallery{margin-bottom:0;max-width:370px;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:370px}}.featherlight .featherlight-inner .bc-product-card--single .bc-product-gallery--has-carousel{margin-bottom:0}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product-gallery--has-carousel{margin-bottom:10px}}.featherlight .featherlight-inner .bc-product-card--single .bc-product-gallery__images{margin:0;max-width:100%}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product-gallery__images{max-width:370px}}.featherlight .featherlight-inner .bc-product-card--single .bc-product-gallery__image-slide img{margin:0 auto}.featherlight .featherlight-inner .bc-product-card--single .bc-product-flag--sale{right:0;top:0}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product-flag--sale{right:-1em;top:-1em}}.featherlight .featherlight-inner .bc-product-card--single .swiper-container+.swiper-container{display:none}.featherlight .featherlight-inner .bc-product-card--single .bc-product__meta{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product__meta{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}}.featherlight .featherlight-inner .bc-product-card--single .bc-product__title{font-size:1.5em}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product__title{font-size:2em}}.featherlight .featherlight-inner .bc-product-card--single .bc-product__pricing{margin-bottom:1em}.featherlight .featherlight-inner .bc-product-card--single .bc-product__sku{display:block;margin-bottom:1em}.featherlight .featherlight-inner .bc-product-card--single .bc-product__actions{margin-bottom:1em;-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-left:0;width:100%}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product__actions{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px)}}.featherlight .featherlight-inner .bc-product-card--single .bc-product-form__quantity{display:none}@media screen and (min-width: 960px){.featherlight .featherlight-inner .bc-product-card--single .bc-product__description{-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4;padding-left:0;width:-webkit-calc(50% - 30px);width:-moz-calc(50% - 30px);width:calc(50% - 30px)}}.hotspots-container{position:relative;width:100%;z-index:0}.hotspots-container .hotspots-image-container>img{opacity:0.1}.hotspots-container .hotspots-placeholder,.hotspots-container .hotspots-image-container{opacity:0.1;-webkit-transition:opacity 500ms ease-in-out;-o-transition:opacity 500ms ease-in-out;-moz-transition:opacity 500ms ease-in-out;transition:opacity 500ms ease-in-out}.hotspots-container .hotspots-placeholder>div.hotspot-initial,.hotspots-container .hotspots-image-container>div.hotspot-initial{-webkit-animation:none;-moz-animation:none;animation:none;display:block;position:static}.hotspots-container:before,.hotspots-container:after{-webkit-animation:bounce 2.0s infinite ease-in-out;-moz-animation:bounce 2.0s infinite ease-in-out;animation:bounce 2.0s infinite ease-in-out;background:darkgray;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;content:'';height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0.6;position:absolute;top:50%;width:40px}.hotspots-container:after{-webkit-animation-delay:-1.0s;-moz-animation-delay:-1.0s;animation-delay:-1.0s}.hotspots-container.loaded .hotspots-image-container>img{opacity:0}.hotspots-container.loaded .hotspots-placeholder,.hotspots-container.loaded .hotspots-image-container{opacity:1}.hotspots-container.loaded .hotspots-placeholder>div.hotspot-initial,.hotspots-container.loaded .hotspots-image-container>div.hotspot-initial{display:none}.hotspots-container.loaded .hotspots-placeholder>div.hotspot-initial.visible,.hotspots-container.loaded .hotspots-image-container>div.hotspot-initial.visible{display:block}.hotspots-container.loaded:before,.hotspots-container.loaded:after{-webkit-animation:none;-moz-animation:none;animation:none;background:transparent;height:0;left:0;margin:0;opacity:0;top:0;width:0}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes bounce{0%,100%{-moz-transform:scale(0);transform:scale(0)}50%{-moz-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.fachbereiche-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
}
.fachbereiche-block.grey {
background: #F7F7F7;
}
.fachbereiche-block.white {
background: #FFFFFF;
}
.fachbereiche-block > .fachbereiche {
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
padding: 6rem 0;
box-sizing: border-box;
max-width: 1440px;
margin: 0 auto;
}
.fachbereiche-block > div {
justify-content: center;
align-items: center;
display: flex;
flex-direction: column;
padding: 6rem 0;
}
.fachbereiche-block > div > h3 {
font-size: calc(32 / 16 * 1rem);
line-height: 1.2;
color: #463D27;
margin: 0;
word-break: break-word;
hyphens: auto;
}
.fachbereiche-block > div > a.btn-secondary {
font-family: 'RobotoRegular', sans-serif;
padding: 0;
box-sizing: border-box;
color: #463D27;
display: flex;
align-items: center;
font-size: calc(24 / 16 * 1rem);
gap: 15px;
text-decoration: none;
margin-top: 25px;
}
.fachbereiche-block > div > a.btn-secondary > img {
width: 25px;
}
.fachbereiche-block .items {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
margin-top: 60px;
margin-bottom: 40px;
width: 100%;
}
.fachbereiche-block > .fachbereiche > .items {
align-items: flex-start;
}
.fachbereiche-block.col-4 .items {
grid-template-columns: repeat(4, 1fr);
}
.fachbereiche-block.col-3 .items {
grid-template-columns: repeat(3, 1fr);
}
.fachbereiche-block.col-2 .items {
grid-template-columns: repeat(2, 1fr);
}
.fachbereiche-block.col-1 .items {
grid-template-columns: repeat(1, 1fr);
}
.fachbereiche-block .items > .item {
display: flex;
gap: 10px;
align-items: flex-start;
justify-content: flex-start;
padding: 25px;
box-sizing: border-box;
border: 1px solid #CDAD84;
border-radius: 10px;
min-height: 200px;
background: #EFEFEF;
flex-direction: column;
min-height: 265px;
}
.fachbereiche-block > .fachbereiche .items > .item {
align-items: flex-start; 
justify-content: space-between;
}
.fachbereiche-block > .fachbereiche .items > .item > a {
justify-self: flex-end;
margin-top: 30px;
}
.fachbereiche-block > .fachbereiche .items > .item > a > img {
width: 20px;
}
.fachbereiche-block > .fachbereiche .items > .item > .hidden-items {
display: flex;
flex-direction: column;
gap: 5px;
margin-top: 0px;
}
.fachbereiche-block > .fachbereiche .items > .item > .hidden-items > .item {
gap: 20px;
display: flex;
flex-direction: column;
}
.fachbereiche-block > .fachbereiche .items > .item > .hidden-items > li {
display: flex;
gap: 6px;
align-items: center;
}
.fachbereiche-block > .fachbereiche .items > .item > .hidden-items > li > a {
text-decoration: none;
color: #000000;
font-weight: 600;
}
.fachbereiche-block > .fachbereiche .items > .item > .hidden-items > li > svg {
width: 15px;
height: auto;
}
.fachbereiche-block > .fachbereiche .items > .item > .hidden-items p {
margin: 0;
hyphens: auto;
}
.fachbereiche-block .items > .item .head-elm > img,
.fachbereiche-block .items > .item > img {
width: 30px;
height: 30px;
background: var(--zes-gold);
padding: 7px;
border-radius: 5px;
box-sizing: border-box;
object-fit: contain;
margin-bottom: 10px;
}
.fachbereiche-block .items > .item ul li,
.fachbereiche-block .items > .item > .text > p,
.fachbereiche-block .items > .item > p {
font-size: calc(24 / 16 * 1rem);
line-height: 1.45;
margin: 0;
word-break: break-word;
hyphens: auto;
max-width: 100%;
}
.fachbereiche-block .items > .item ul li {
font-size: calc(18 / 16 * 1rem);
}
.fachbereiche-block .items > .item ul li > a {
text-decoration: none;
color: #000000;
display: grid;
gap: 5px;
align-items: center;
line-height: 1;
grid-template-columns: 1fr 18px;
}
.fachbereiche-block .items > .item ul li > a::after {
content: url(//endokrinologie.bayern/zes/wp-content/themes/zes_theme/images/btn-next-black.svg);
width: 18px;
height: 18px;
display: block;
}
.fachbereiche-block .items > .item ul {
display: flex;
flex-direction: column;
gap: 15px;
margin: 5px 0;
}
.fachbereiche-block .items > .item ul li {
line-height: 1;
}
.fachbereiche-block .items > .item > .text > p.meta {
font-size: calc(12 / 16 * 1rem);
color: #00505E;
}
.fachbereiche-block .items > .item > p > span.underline {
height: 1px;
background: #000000;
display: block;
}
.fachbereiche-block .items > .item > p {
max-width: 100%;
width: 100%;
} 
.fachbereiche-block > .fachbereiche .items > .item .head-elm > p,
.fachbereiche-block > .fachbereiche .items > .item > p,
.fachbereiche-block > .fachbereiche .items > .item > .text p {
text-align: left;
font-weight: 400;
hyphens: auto;
}
.fachbereiche-block .items > .item .head-elm  {
width: 100%;
}
.fachbereiche-block .items > .item .head-elm > p,
.fachbereiche-block > .fachbereiche .items > .item .head-elm > p {
font-size: calc(22 / 16 * 1rem); hyphens: auto; line-height: 1.35;
}
.fachbereiche-block .items > .item .head-elm > p.cursor-pointer {
cursor: pointer;
}
.fachbereiche-block .items > .item > p.cursor-pointer {
cursor: pointer;
}
.fachbereiche-block .items > .item .head-elm > p > span.headline,
.fachbereiche-block .items > .item > p > span.headline {
display: flex;
gap: 10px;
justify-content: flex-start;
align-items: flex-start;
}
.fachbereiche-block .items > .item .head-elm > p > span.headline > svg,
.fachbereiche-block .items > .item > p > span.headline > svg {
width: 35px;
height: 35px;
}
.fachbereiche-block .items > .item .head-elm > p > span.headline > svg.active,
.fachbereiche-block .items > .item > p > span.headline > svg.active {
transform: rotate(180deg);
}
.fachbereiche-block > div > a.btn-secondary { 
align-self: flex-start; 
}
@media only screen and (max-width: 1380px) { 
.fachbereiche-block.col-4 .items,
.fachbereiche-block .items { 
grid-template-columns: repeat(3, auto); 
}
.fachbereiche-block > .fachbereiche {
max-width: 860px;
margin: 0 auto;
}
}
@media only screen and (max-width: 870px) { 
.fachbereiche-block.col-4 .items,
.fachbereiche-block.col-3 .items,
.fachbereiche-block.col-2 .items,
.fachbereiche-block.col-1 .items,
.fachbereiche-block .items { 
grid-template-columns: repeat(1, 1fr); 
}
.fachbereiche-block .items > .item > img {
width: 25px;
height: 25px;
}
.fachbereiche-block > .fachbereiche,
.fachbereiche-block > div {
padding: 6rem 2rem;
}
}
.block-editor-block-list__block .fachbereiche-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 2rem;
box-sizing: border-box;
}
.block-editor-block-list__block .fachbereiche-block a.btn-secondary > img {
width: 25px;
}
.block-editor-block-list__block .fachbereiche-block a.btn-secondary {
font-family: 'RobotoRegular', sans-serif;
padding: 0;
box-sizing: border-box;
color: #463D27;
display: flex;
align-items: center;
font-size: calc(24 / 16* 1rem);
gap: 15px;
text-decoration: none;
margin-top: 25px;
}
.block-editor-block-list__block .fachbereiche-block .items {
grid-template-columns: repeat(2, 1fr);
}
.block-editor-block-list__block .fachbereiche-block .items > .item .head-elm > img {
display: none;
}.aktuelles-block { 
box-sizing: border-box;
position: relative;
overflow: hidden;
margin: 0 auto;
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
max-width: 100vw;
width: 100vw;
height: 100%;
background: #EFEFEF;
}
.aktuelles-block .layout {
display: flex;
flex-direction: column;
align-items: center;
}
.aktuelles-block .layout > h3 {
font-size: calc(52 / 16 * 1rem);
}
.aktuelles-block .aktuelles-wrapper {
display: flex;
width: 100%;
gap: 85px;
margin-top: 45px;
}
.aktuelles-block .aktuelles-wrapper .posts {
width: 45%;
height: 100%;
position: relative;
display: flex;
flex-direction: column; 
box-sizing: border-box;
}
.aktuelles-block .aktuelles-wrapper .posts > .posts-slider {
width: 100%;
height: 100%;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel > .aktuelles-head,
.aktuelles-block .aktuelles-wrapper .posts > .aktuelles-head {
display: flex;
padding: 20px;
box-sizing: border-box;
justify-content: space-between;
background: #ffffff;
border-radius: 25px 25px 0 0;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel > .aktuelles-head {
border-bottom: 1px solid #BED9E1;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel > .aktuelles-head > .pressespiegel-slider-nav,
.aktuelles-block .aktuelles-wrapper .posts > .aktuelles-head > .posts-slider-nav {
width: 85px;
position: relative;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel > .aktuelles-head > .pressespiegel-slider-nav .swiper-button-prev:after,
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel > .aktuelles-head > .pressespiegel-slider-nav .swiper-button-next:after,
.aktuelles-block .aktuelles-wrapper .posts > .aktuelles-head > .posts-slider-nav .swiper-button-next:after,
.aktuelles-block .aktuelles-wrapper .posts > .aktuelles-head > .posts-slider-nav .swiper-button-prev:after {
font-size: 25px;
}
.aktuelles-block .aktuelles-wrapper .posts .post.swiper-slide {
width: 100%;
height: auto;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
.aktuelles-block .aktuelles-wrapper .posts .post.swiper-slide > .post-image {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
gap: 0;
}
.aktuelles-block .aktuelles-wrapper .posts .post.swiper-slide > .post-image > img {
width: 100%;
height: 285px;
object-fit: cover;
object-position: center;
}
.aktuelles-block .aktuelles-wrapper p {
font-size: calc(21 / 16 * 1rem);
margin: 0;
}
.aktuelles-block .aktuelles-wrapper p.title {
font-size: calc(32 / 16 * 1rem);
margin-bottom: 0;
}
.aktuelles-block .aktuelles-wrapper .posts .post .content {
padding: 20px;
box-sizing: border-box;
background: #ffffff;
border-radius: 0 0 25px 25px;
}
.aktuelles-block .aktuelles-wrapper .posts .post .content h3 {
font-size: calc(21 / 16 * 1rem);
font-family: 'RobotoBold', sans-serif;
color: #463D27;
margin: 0 0 10px;
}
.aktuelles-block .aktuelles-wrapper .posts .post .content p {
font-size: calc(16 / 16 * 1rem);
font-family: 'RobotoRegular', sans-serif;
margin: 0;
}
.aktuelles-block .aktuelles-wrapper .posts .post .content a {
font-family: 'RobotoRegular', sans-serif;
margin-top: 25px;
display: flex;
text-decoration: none;
color: #463D27;
font-size: calc(21 / 16 * 1rem); 
line-height: 1.2; 
align-items: center;
gap: 15px;
justify-content: flex-start;
}
.aktuelles-block .aktuelles-wrapper .posts .post .content a::after {
content: url(//endokrinologie.bayern/zes/wp-content/themes/zes_theme/images/btn-next-black.svg);
width: 16px;
height: 21px;
display: block;
}
.aktuelles-block .aktuelles-wrapper .posts > a.btn-primary {
margin-top: 40px;
} .aktuelles-block .aktuelles-wrapper .right-side {
background: #ffffff;
width: 55%;
border-radius: 25px;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel { 
width: 100%;
height: 100%;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider {
max-width: 90%;
padding-top: 40px;
box-sizing: border-box;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post {
background: #E0D3B7;
height: auto;
padding: 20px;
box-sizing: border-box;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content {
display: flex;
flex-direction: column;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content h3 {
font-size: calc(16 / 16 * 1rem);
line-height: 1.2;
font-family: 'RobotoSemiBold', sans-serif;
word-break: break-word;
hyphens: auto;
margin: 0;
color:#463D27;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content .meta p:first-of-type,
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content p.name {
font-size: calc(12 / 16 * 1rem);
line-height: 1.2;
margin: 0 0 5px 0;
font-family: 'RobotoLight', sans-serif;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content .meta {
margin-top: 30px;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content .meta p:last-of-type {
font-size: calc(14 / 16 * 1rem);
word-break: break-word;
hyphens: auto;
line-height: 1.2;
margin-top: 8px;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider .swiper-wrapper .post .content a {
display: flex;
width: fit-content;
margin-top: 45px;
align-self: flex-end;
} .aktuelles-block .aktuelles-wrapper .right-side .infothek {
padding: 40px;
box-sizing: border-box;
border-top: 1px solid #BED9E1;
margin-top: 40px;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek a.btn-primary {
margin-top: 50px;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .infothek-head h3 {
font-size: calc(32 / 16 * 1rem);
margin-bottom: 0; 
color: #463D27;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content {
display: flex;
gap: 20px;
margin-top: 30px;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content > img {
width: 170px;
height: 100%;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text h4 {
font-size: calc(18 / 16 * 1rem);
line-height: 1.2;
margin: 0 0 10px 0;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text p {
font-size: calc(14 / 16 * 1rem);
line-height: 1.2;
margin: 0;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text .links {
display: flex;
flex-direction: column;
margin-top: 30px;
gap: 10px;
width: fit-content;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text .links a {
text-decoration: none;
display: flex;
align-items: center;
gap: 10px;
font-family: 'RobotoRegular', sans-serif;
font-size: calc(14 / 16 * 1rem);
color: #463D27;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text .links a > img {
width: 10px;
height: 10px;
object-fit: contain;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text h3 {
font-size: calc(21 / 16 * 1rem);
line-height: 1.2;
margin: 0 0 10px;
color: #463D27;
word-break: break-word;
hyphens: auto;
}
@media only screen and (max-width: 1380px) { 
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content {
flex-direction: column;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text p,
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text h4 {
max-width: 100%;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text h4  {
margin-bottom: 15px;
}
.aktuelles-block .aktuelles-wrapper .right-side .infothek .content .text p {
font-size: calc(18 / 16 * 1rem);
}
}
@media only screen and (max-width: 870px) { 
.aktuelles-block .layout > h3 {
font-size: calc(32 / 16 * 1rem);
}
.aktuelles-block .aktuelles-wrapper {
flex-direction: column;
margin-top: 20px;
gap: 100px;
}
.aktuelles-block .aktuelles-wrapper .right-side,
.aktuelles-block .aktuelles-wrapper .posts {
width: 100%;
}
.aktuelles-block .aktuelles-wrapper .right-side .pressespiegel .pressespiegel-slider {
padding: 20px;
max-width: 100%;
}
.aktuelles-block .aktuelles-wrapper p.title {
font-size: calc(21 / 16 * 1rem);
}
}
.block-editor-block-list__block .aktuelles-block {
max-width: 100%;
width: 100%; 
padding-bottom: 0;
margin-left: 0;
margin-right: 0;
padding: 2rem;
box-sizing: border-box;
}
.block-editor-block-list__block .aktuelles-block .aktuelles-wrapper .posts .post.swiper-slide {
display: none;
}
.block-editor-block-list__block .aktuelles-block .aktuelles-wrapper .posts .post.swiper-slide:first-of-type {
display: flex;
}@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}