
            #loading-overlay{
            background-color: #ffffff;
            position: fixed;
            left: 0; right: 0;
            top:0; bottom: 0;
            z-index:6000;
            }
            #loading-overlay > div{color: #939393}
        

.arrow-to-top{
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -10000;
}

.arrow-to-top.show{
    opacity: 1;
    z-index: 1000;
    visibility: visible;
}

@media(min-width: 769px){
    .arrow-to-top{
        right:30px;
        bottom:30px;
    }
}


.social-header > a{
    padding: 0 10px;
}
/*.social-header > a:first-child{*/
/*    padding-left:5px;*/
/*    padding-right:2px;*/
/*}*/
@media(min-width: 1800px){
    .social-header > a {
        padding: 0 10px;
    }

    /*.social-header > a:first-child {*/
    /*    padding-left: 10px;*/
    /*    padding-right: 5px;*/
    /*}*/
}

#header-icons svg{
    width: 35px;
    height:35px;
}
#header-icons > a > object > svg{
    width: 50px;
    height:50px;
}

@media(min-width: 1440px){
    #header-icons svg{
        width: 28px;
        height:28px;
    }
    #header-icons > a > object > svg{
        width: 35px;
        height:35px;
    }
}

@media(min-width: 1900px){
    #header-icons svg{
        width: 35px;
        height:35px;
    }

    #header-icons > a > object > svg{
        width: 45px;
        height:45px;
    }
}


#navigationMobile, #navigationMobile .subnavigation-menu {
    position: fixed;
    /*visibility: hidden;*/
    width: 100vw;
    right: -100vw;
    top: 0;
    height: 100vh;
    overflow:hidden;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;

}
#navigationMobile .subnavigation-menu{ visibility: visible}

#navigationMobile.open, #navigationMobile .subnavigation-menu.open{
    right:0;
    visibility: visible;
}

#navigationMobile:not(.open) div.subnavigation-menu.open{
    right: -100vw !important;
}

#navigationMobile .navbar {
    /*left: 100%;*/
    top: 0;
    position: absolute;
    height: 100%;
    /*transition: all .5s ease;*/
    /*-moz-transition: all .5s ease;*/
    /*-webkit-transition: all .5s ease;*/
}

#navigationMobile .navbar-nav{
    height:100%;
}

#navigationMobile.open .navbar{
    visibility: visible;
    /*left:0;*/
    /*transition: all .5s ease;*/
    /*-moz-transition: all .5s ease;*/
    /*-webkit-transition: all .5s ease;*/
}
#navigationMobile .subnavigation-menu{
    position: fixed;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
}
/*#navigationMobile .subnavigation-menu.open{*/
/*    left:0;*/
/*}#navigationMobile .subnavigation-menu.open{*/
/*    left:0;*/
/*}*/

/*@media(min-width: 600px){*/
/*    #navigationMobile, #navigationMobile .subnavigation-menu{ width: 600px;}*/
/*    #navigationMobile:not(.open) div.subnavigation-menu.open{*/
/*        right: -600px !important;*/
/*    }*/
/*}*/


.sidebar-icons{
    position: fixed;
    left: 100%;
    top: 230px;
    z-index: 900;
}
.sidebar-element{
    position: relative;
    margin-bottom:8px;
    right:60px;
    -webkit-transition: right .3s ease-out;
    -moz-transition: right .3s ease-out;
    -ms-transition: right .3s ease-out;
    -o-transition: right .3s ease-out;
    transition: right .3s ease-out;
}
.sidebar-element .sidebar-collapse{
    width:300px;
}
.sidebar-element.open{
    position: relative;
    right:360px;
}

.sidebar-element > span {
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: var(--color-4);
}



            
            
                #supersized-1{
                min-height: 100vh;
                }
            
            

        


                        #image-1{
                        width:100%;
                        height: 100%;
                        object-fit: cover;
                        object-position:top right;
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        z-index: -1;
                        }
                    


            #row-7{ min-height: 0px}
            @media(min-width:768px){
            #row-7{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-7{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-7{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-7{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-7{ min-height: 0px}
            }
        

.frame-type-fluidbootstrap_responsiveimage{
    height: 100%;
}

.responsive-image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.responsive-image-link{
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    font-size: 0;
    z-index: 3;
}

.image-overlay{
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 1;
    /*background: transparent linear-gradient(306deg, rgba(43, 79, 43, 0.1) 0%, rgba(43, 79, 43, 1) 100%) 0% 0% no-repeat padding-box;*/
    opacity: 1;
    /*-webkit-transition: opacity .5s;*/
    /*-moz-transition: opacity .5s;*/
    /*-ms-transition: opacity .5s;*/
    /*-o-transition: opacity .5s;*/
    /*transition: opacity .5s;*/
}

.responsive-image-container:hover .image-overlay{
    /*opacity: 0;*/
}
.responsive-image-title{
    z-index: 2;
    margin-bottom: 0;
    top:0; bottom:0;
    left:0; right:0;
}

.responsive-image-container.zoom-image:hover .responsive-image-wrap,
.responsive-image-container.zoom-image:hover .responsive-image-bg-wrap{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.responsive-image-container.zoom-image-in:hover .responsive-image-wrap > .img-fluid,
.responsive-image-container.zoom-image-in:hover .responsive-image-bg-wrap{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.responsive-image-container.zoom-image .responsive-image-wrap,
.responsive-image-container.zoom-image .responsive-image-bg-wrap{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.responsive-image-wrap{ overflow:hidden;}
.responsive-image-bg-wrap{
    background-size: cover;
}

.responsive-image-wrap,
.responsive-image-bg-wrap{
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.responsive-image-wrap,
.responsive-image-bg-wrap,
.responsive-image-grayscale-wrap{
    height: 100%;
    width: 100%;
}

.responsive-image-bg-wrap > .responsive-picture,
.responsive-image-grayscale-wrap > .responsive-picture{
    position: absolute;
    z-index: -10000;
    /*height:10px;*/
    opacity:0;
    /*visibility: hidden*/
}

/*Grayscale Scrolled*/
.responsive-image-grayscale-wrap { display: grid; }
.responsive-image-grayscale-wrap .grayscaled-monotone,
.responsive-image-grayscale-wrap .colored{
    grid-column: 1;
    grid-row: 1;
    transition: all .3s linear;
}
.responsive-image-grayscale-wrap .grayscaled{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 1;
}
.responsive-image-grayscale-wrap .grayscaled-color{
    position: absolute;
    z-index: 100;
    top: 0;
}
/*LazyLoading and animation*/
.lazyload,
.lazyloading {
    opacity: 0; }

.loading,
.lazyload,
.lazyloaded,
.image, .responsive-image-wrap, .responsive-image-bg-wrap {
    transition: 2s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
}
/*.loading-1 {*/
/*    transform: translateY(100px);*/
/*    opacity:0;*/
/*}*/

/*.loading-2 img {*/
/*    transform: scale(.1);*/
/*    transform-origin: bottom center;*/
/*}*/

@keyframes scaleout {
    0% {
        transform: scale(0); }

    100% {
        transform: scale(1);
        opacity: 0; }
}

.image {
    position: relative;
    /*// Tweak as needed*/
    background-color: transparent;
}

.image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.loading:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    animation: scaleout 1.2s infinite ease-in-out;
    /*// Tweak as needed*/
    mix-blend-mode: soft-light;
    background-color: rgba(0, 0, 0, .9);
}



            #row-93{ min-height: 0px}
            @media(min-width:768px){
            #row-93{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-93{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-93{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-93{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-93{ min-height: 0px}
            }
        


            #row-106{ min-height: 0px}
            @media(min-width:768px){
            #row-106{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-106{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-106{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-106{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-106{ min-height: 0px}
            }
        

.slick-slider.min-height{height:auto !important;}

.slider-item{
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom center;
    height:100%;
    /*> div {*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*}*/
}
.slider-item picture{
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-item > div.min-height{height: auto !important;}

@media(min-width: 992px){
    .slider-item{ background-position: top left; }
}

.slick-dots li:before { content: ''; }
.slick-dots.dots li button:before{
    font-family: 'Material Icons';
    content:"\e3fa";
    font-size:20px;
}

.slick-dots.numbers li button{
    font-size: 14px;
    color: black;
}

.slick-prev,
.slick-next{
    z-index:900;
    width: 40px; height: 40px;
}
.slick-prev{
    left:10px;
}
.slick-next{
    right:10px;
}


.slick-prev::before,
.slick-next::before{
    content: "";
    height:40px;
    width: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' viewBox='0 -960 960 960' width='40'%3E%3Cpath fill='%23fff' d='M560-240 320-480l240-240 56 56-184 184 184 184-56 56Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: -2px center ;
    display:block;
    opacity: 1;
}
.slick-next::before{
    content: "";
    background-position: 2px center ;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' viewBox='0 -960 960 960' width='40'%3E%3Cpath fill='%23fff' d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3E%3C/svg%3E");
}

.slick-item .img-for-background{
    display:none;
}

.carousel-height{
    display:block !important;
    position: relative;
}




.slick-prev,
.slick-next{
    z-index:900;
}

.slick-slider .slick-next, .slick-slider .slick-prev{
    height: 70px;
    width: 70px;
}
.slick-slider .slick-next{
    right: -24px;
}
.slick-slider .slick-prev{
    left: -34px;
}

.slick-slider .slick-next:before{
    height: 80px;
    width:80px;
    opacity:1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233EC99E'%3E%3Cpath d='M10 17l5-5-5-5v10z'/%3E%3C/svg%3E");
}

.slick-slider .slick-prev:before{
    height: 80px;
    width:80px;
    opacity:1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233EC99E'%3E%3Cpath d='M14 7l-5 5 5 5V7z'/%3E%3C/svg%3E");
}

/*.slick-prev::before,*/
/*.slick-next::before{*/
/*    content: "";*/
/*    height:30px;*/
/*    width: 40px;*/
/*    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='%2361afb5'%3E%3Cpath id='Pfad_349' data-name='Pfad 349' d='M339.32,0l25.17,25.17-188.06,223.97v1.73l198.54,223.94-25.17,25.19L125.04,250.01,339.32,0Z'/%3E%3C/svg%3E");*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center left;*/
/*    display:block;*/
/*    opacity: 1;*/
/*}*/

/*.slickslider-image .slick-prev::before{*/
/*    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='%2361afb5'%3E%3Cpath id='Pfad_349' data-name='Pfad 349' d='M339.32,0l25.17,25.17-188.06,223.97v1.73l198.54,223.94-25.17,25.19L125.04,250.01,339.32,0Z'/%3E%3C/svg%3E");*/
/*}*/
/*.slickslider-image .slick-next::before{*/
/*    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='%2361afb5'%3E%3Cpath id='Pfad_349' data-name='Pfad 349' d='M374.96,250.01l-224.75,249.99-25.17-25.19,198.54-223.94v-1.73S135.51,25.17,135.51,25.17L160.68,0l214.28,250.01Z'/%3E%3C/svg%3E");*/
/*}*/
/*.slick-next::before{*/
/*    content: "";*/
/*    background-position: center right;*/
/*    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='%2361afb5'%3E%3Cpath id='Pfad_349' data-name='Pfad 349' d='M374.96,250.01l-224.75,249.99-25.17-25.19,198.54-223.94v-1.73S135.51,25.17,135.51,25.17L160.68,0l214.28,250.01Z'/%3E%3C/svg%3E");*/
/*}*/

/*.slider-employee .slider-item{*/
/*    padding: 0 10px;*/
/*}*/
/*@media(min-width:768px){*/
/*    .slider-employee .slider-item{*/
/*        padding: 0 20px;*/
/*    }*/
/*    .slick-prev,*/
/*    .slick-next{*/
/*        width: 60px; height: 40px;*/
/*    }*/
/*    .slick-prev{*/
/*        left: -60px;*/
/*    }*/
/*    .slick-next{*/
/*        right: -60px;*/
/*    }*/
/*    .slick-prev::before,*/
/*    .slick-next::before{*/
/*        content: "";*/
/*        height:40px;*/
/*        width: 50px;*/
/*        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='%2361afb5'%3E%3Cpath id='Pfad_349' data-name='Pfad 349' d='M339.32,0l25.17,25.17-188.06,223.97v1.73l198.54,223.94-25.17,25.19L125.04,250.01,339.32,0Z'/%3E%3C/svg%3E");*/
/*        background-repeat: no-repeat;*/
/*        background-size: contain;*/
/*        background-position: center left;*/
/*        display:block;*/
/*        opacity: 1;*/
/*    }*/
/*    .slick-next::before{*/
/*        content: "";*/
/*        background-position: center right;*/
/*        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' data-name='Ebene 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill='%2361afb5'%3E%3Cpath id='Pfad_349' data-name='Pfad 349' d='M374.96,250.01l-224.75,249.99-25.17-25.19,198.54-223.94v-1.73S135.51,25.17,135.51,25.17L160.68,0l214.28,250.01Z'/%3E%3C/svg%3E");*/
/*    }*/
/*}*/




.fluidbootstrap_carouselcontent{
    position: relative;
}
.fluidbootstrap_carouselcontent .carousel-white{
    background-color: white;
}
.fluidbootstrap_carouselcontent .direct-navigation{
    margin-bottom: var(--space-medium);
    margin-top: var(--space-medium);
}
.fluidbootstrap_carouselcontent .carousel-white .slider-item{
    /*padding-left: var(--space-medium);*/
    /*padding-right: var(--space-medium);*/
}
@media(min-width: 992px){
    .fluidbootstrap_carouselcontent .direct-navigation{
        position:absolute;
        left: -60px;
        top:0;
        bottom:0;
        margin-bottom: 0;
        margin-top:0;
    }
    .fluidbootstrap_carouselcontent{
        min-height: 100%;
    }
    .fluidbootstrap_carouselcontent .carousel-white{
        height: 100%
    }
}
.fluidbootstrap_carouselcontent .direct-navigation .slick-arrow{
    width: 60px;
    height: 60px;
    background-color: var(--color-4);
}
.fluidbootstrap_carouselcontent .slickslider-dots .svg-element{
    opacity: 0.2;
}
.fluidbootstrap_carouselcontent .slickslider-dots > .slick-active .svg-element{
    opacity: 1;
}

.fluidbootstrap_carouselcontent:has(.carousel-white) {
    background-color: white;
}

.fluidbootstrap_carouselcontent .slider-item .fluidbootstrap_row:first-child{
    height: 100%;
}

.fluidbootstrap_carouselcontent .slider-item .fluidbootstrap_row:first-child > .row{
    height: 100% !important;
}


.active-link-box-3d{
    width: 100%;
    position:relative;
    perspective: 1000px; /* wichtig für 3D-Effekt */
    cursor: pointer;
    margin: 50px 0;
}
.active-link-box-3d .image{
    position: absolute;
    top:0; bottom: 0;
    left:0; right:0;
    z-index:1;
}

.active-link-box-3d .title{
    z-index: 2;
    position: absolute;
    backface-visibility: hidden;
    transform-style: preserve-3d;

    /* GPU Boost */
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.active-link-box-3d .image:after{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17,54,96,0.49);
    pointer-events: none;
    /*transition: opacity 0.3s ease; !* sanfte Animation *!*/
}

.active-link-box-3d:hover .image:after{
    opacity: 0;
}



            #wahlkreiskartesvg{
            vector-effect: non-scaling-stroke;
            transform-box: fill-box;
            transform-origin: center;
            }
            /* Gruppen für Mauspointer */
            g[data-name="wahlkreis"], g[data-name="b_wahlkreis"] {
            cursor: pointer;
            }

            /* Schilder für 3D-Rotation vorbereiten */
            g[data-name="schild"], g[data-name="schlid_b"] {
            transform-origin: center left;
            transform-box: fill-box;        /* benutzt die BoundingBox des Elements */
            transform-origin: center center;/* skaliert um die Mitte der Gruppe (keine Verschiebung) */
            transition: transform 200ms ease;
            will-change: transform;
            }

            @media(max-width:767px){
            g[data-name="schild"],
            g[data-name="schlid_b"]{
            transform-origin: center center;
            transform: scale(2);
            }
            g[data-name="schlid_b"]{
            transform: scale(1.5);
            }
            }
            @media(min-width: 992px){
            #wahlkreiskarte .headline-michaels{
            position:absolute;
            }
            }

            /* SVG-Perspektive */
            svg#wahlkreiskarte {
            perspective: 800px;
            }

        


            .animated-svg-wrap {
            width:100%;
            }
            @media(min-width: 998px) {
                .animated-svg-wrap {
                    width: 70%;
                }
            }
            @media(min-width: 768px) {
                .animated-svg-wrap {
                   border-left: var(--space-small) solid white
                }
            }
        

