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

.search-button{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23FF4D19'%3E%3Cpath d='M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    height:30px;
    width:30px;
    position: absolute;
    z-index: 1100;
    right: 170px;
    /*margin-left: 300px;*/
}

.search-button[aria-expanded="true"]{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960' %3E%3Cpath fill='%23FF4D19' d='M480-424 284-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l196 196 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L536-480l196 196q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-424Z'/%3E%3C/svg%3E");
}

#searchCanvas{
    background-color: white;
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index:1099;
}

#searchCanvas .form-control{
    border-color: var(--color-12);
    border-radius:0;
    height:46px;
    width: 230px;
    color: var(--color-12);
}
#searchCanvas .form-control::placeholder{
    color: var(--color-12);
    opacity: 0.4;
}

@media(min-width: 556px) {
    .search-button{
        z-index: 1051;
        right: 170px;
        /*margin-left: 300px;*/
    }
    #searchCanvas{
        z-index:1050;
    }
    /*#searchCanvas .form-control{*/
    /*    width: 300px;*/
    /*}*/
    #searchCanvas .form-control{
        width: 180px;
    }
    #logoWrap{
        z-index:1051 !important;
    }
}
@media(min-width: 768px) {
    .search-button{
        right: 250px;
        /*margin-left: 300px;*/
    }
}

@media(min-width: 1024px){

}

@media(min-width: 1600px){
    .search-button{
        right: 360px;
    }
    #searchCanvas .form-control{
        width: 300px;
    }

}


#breadcrumb{
    position: fixed;
    top:56px;
    left:0; right:0;
    background-color: var(--color-8);
    margin: 0 15px;
    height:50px;
    z-index: 999;
    padding-left: 30px;
}
#breadcrumb span{
    line-height: 50px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

#breadcrumb .breadcrumb-icon{
    padding: 0 15px 0 5px;
}

#breadcrumb span a{
    color: white;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
}

@media(min-width: 1440px){
    #breadcrumb{
        top:58px;
        margin: 0 30px;
    }
}


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


.fixedSocial{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 950;
}

.fixedSocial .btn{
    min-width: auto;
}


#fixedCanvas{
    position: absolute;
}
.fixed-canvas-wrap{
    position: fixed;
    margin: 0 auto;
    bottom:60px;
    z-index: 900;
    width: 350px;
    left: calc(50% - 175px);
    height:80px;
    -webkit-transition: bottom .5s;
    -moz-transition: bottom .5s;
    -ms-transition: bottom .5s;
    -o-transition: bottom .5s;
    transition: bottom .5s;
}
.fixed-canvas-wrap.disable-animation{
    bottom:15px;
}

.fixed-canvas-wrap.scrolled{
    bottom:15px;
}
.canvas-wrap-1{ width: 200px;}
.canvas-wrap-2{ width: 150px;}

.canvas-el-1{
    height: 80px;
    font-size: 18px;
}
.canvas-el-1 a{
    margin-left: -25px;
}
.canvas-el-2{
    height: 56px;
    margin-top:4px;
}
.canvas-el-2 a{
    display:inline-block;
    margin-right:10px;
}

.canvas-el-2 a span,
.canvas-el-3 a span{
    font-size: 22px;
    padding-right:13px;
}
#fixedCanvas3 .canvas-el-2 a span,
#fixedCanvas3 .canvas-el-3 a span{
    padding-right: 10px;
    font-size: 20px;
}

#fixedCanvas3 .svg-element{visibility:hidden;}

@media(min-width: 768px) {
    .fixed-canvas-wrap{
        bottom:100px;
        width: 500px;
        height:110px;
        left: calc(50% - 250px);
    }
    .canvas-wrap-1{ width: 270px;}
    .canvas-wrap-2{ width: 230px;}
    .canvas-el-1{
        height: 110px;
        font-size: 25px;
    }
    .canvas-el-2{
        height: 78px;
        margin-top:4px;
    }
    .canvas-el-2 a{
        margin-right:20px;
    }
    .canvas-el-1 a{
        margin-left: -50px;
    }

    .canvas-el-2 a span,
    .canvas-el-3 a span{
        font-size: 30px !important;
        padding-right:10px !important;
    }

    #fixedCanvas3 .canvas-el-2 a{
        padding-right: 20px;
    }
    #fixedCanvas3 .canvas-el-3 a{
        position: relative;
        left: -10px;
    }
    #fixedCanvas3 .svg-element{visibility:visible}
}
@media(min-width: 1440px){
    .fixed-canvas-wrap.scrolled,
    .fixed-canvas-wrap.disable-animation{
        bottom:30px;
    }
}

@media(min-width: 1800px){
    .fixed-canvas-wrap{
        bottom: 65px;
    }
}

#bookingPopupWrap{
    position: fixed;
    visibility: hidden;
    top:0; bottom:0;
    left:0; right:0;
    z-index: -10000;
    overflow-y: auto;
}
#bookingPopupWrap.open{
    visibility: visible;
    z-index: 10000;
}



            #row-107{ min-height: 0px}
            @media(min-width:768px){
            #row-107{ min-height: 0px}
            }
            @media(min-width:992px){
            #row-107{ min-height: 0px}
            }
            @media(min-width: 1200px){
            #row-107{ min-height: 0px}
            }
            @media(min-width: 1440px){
            #row-107{ min-height: 0px}
            }
            @media(min-width: 1600px){
            #row-107{ 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{
    position: absolute;
    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,
.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,
.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);
}



                        #supersized-content-220{
                        background-size: cover;
                        background-position: center center;
                        }
                    

.jumping-nav-bar ul{
    display: flex;
    flex-direction: row;
    margin-bottom:15px;
}

.jumping-nav-bar ul li a:focus,
.jumping-nav-bar ul li a:active,
.jumping-nav-bar ul li a:hover{
    color: var(--color-8);
    opacity:1;
}
.jumping-nav-bar ul li a{
    height:50px;
    line-height: 50px;
    color: var(--color-8);
    font-weight: 600;
    padding-top:0;
    padding-bottom:0;
}
.jumping-nav-bar ul li a.active{
    font-weight:700;
}
@media(min-width: 992px){
    .jumping-nav-bar{
        position: fixed;
        top:0;
        left:15px;
        right:15px;
        background-color: white;
        z-index: 800;
        -webkit-transition: top .3s ease-out;
        -moz-transition: top .3s ease-out;
        -ms-transition: top .3s ease-out;
        -o-transition: top .3s ease-out;
        transition: top .3s ease-out;
    }
    .jumping-nav-bar.scrolled{
        top: 106px;
    }

    .default .jumping-nav-bar.scrolled{
        top:56px;
    }

    .jumping-nav-bar ul{
        display: flex;
        flex-direction: row;
        margin: 0 20px;
        height:50px;
    }
    .jumping-nav-bar ul li a:focus,
    .jumping-nav-bar ul li a:active,
    .jumping-nav-bar ul li a:hover{
        color: var(--color-12);
        opacity:1;
    }
    .jumping-nav-bar ul li a{
        padding: 0 10px;
        height:50px;
        line-height: 50px;
        color: var(--color-12);
        font-weight: 600;
    }
    .jumping-nav-bar ul li a.active{
        font-weight:700;
    }
    .jumping-nav-bar ul li a {
        padding: 0 10px;
    }
}

@media(min-width: 1440px){
    .jumping-nav-bar{
        left:30px;
        right:30px;
    }
    .jumping-nav-bar.scrolled{
        top: 108px;
    }
    .default .jumping-nav-bar.scrolled{
        top:58px;
    }
}




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


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


			
			
		

.icon-color-1{color: var(--color-1)}
.icon-color-2{color: var(--color-2)}
.icon-color-3{color: var(--color-3)}
.icon-color-4{color: var(--color-4)}
.icon-color-5{color: var(--color-5)}
.icon-color-6{color: var(--color-6)}
.icon-color-7{color: var(--color-7)}
.icon-color-8{color: var(--color-8)}
.icon-color-9{color: var(--color-9)}
.icon-color-10{color: var(--color-10)}
.icon-color-11{color: var(--color-11)}
.icon-color-12{color: var(--color-12)}
.icon-color-1-trans{color: var(--color-trans-1)}
.icon-color-2-trans{color: var(--color-trans-2)}
.icon-color-3-trans{color: var(--color-trans-3)}
.icon-color-4-trans{color: var(--color-trans-4)}
.icon-color-5-trans{color: var(--color-trans-5)}
.icon-color-6-trans{color: var(--color-trans-6)}


.iconboxanimated{
    position: relative;
}

.iconboxanimated .border-icon-top,
.iconboxanimated .border-icon-bottom{
    position: absolute;
    width: 200px;
    height:200px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: opacity 1s ease-in-out,transform 1s ease-in-out;
}

.iconboxanimated.element-in-view .border-icon-top,
.iconboxanimated.element-in-view .border-icon-bottom{
    transform: scale(1);
    opacity: 1;
}

.iconboxanimated .svg-element{
    position:absolute;
}

.iconboxanimated .border-icon-top{
    top: 0; right:0;
    border-bottom: 0 none !important;
    border-left: 0 none !important;
    transform-origin: top right;
}
.iconboxanimated .border-icon-bottom{
    bottom: 0; left:0;
    border-top: 0 none !important;
    border-right:0 none !important;
    transform-origin: bottom left
}

.iconboxanimated .border-icon-top .svg-element{
    top: calc(100% + 30px);
    right: 0;
}
.iconboxanimated .border-icon-bottom .svg-element{
    bottom: calc(100% + 30px);
    left: 0;
}

@media(min-width: 768px){
    .iconboxanimated .border-icon-top,
    .iconboxanimated .border-icon-bottom{
        width: 300px;
        height:300px;
    }
}



            #border-box-452 .border-icon-animated .svg-element > svg{
            height: 40px;
            width: 40px;
            }
            @media(min-width: 768px){
            #border-box-452 .border-icon-animated .svg-element > svg{
            height: 60px;
            width: 60px;
            }
            }
            @media(min-width: 1200px){
            #border-box-452 .border-icon-animated .svg-element > svg{
            height: 70px;
            width: 70px;
            }
            }
            @media(min-width: 1600px){
            #border-box-452 .border-icon-animated .svg-element > svg{
            height: 80px;
            width: 80px;
            }
            }
        


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


            #masonry-455{
            width: 350px;
            }
            #masonry-455 .masonry-card{
            overflow: hidden;
            }
            @media(min-width: 768px){
            #masonry-455{
            width: 700px;
            }
            }
            @media(min-width: 1024px){
            #masonry-455{
            width: 980px;
            }
            }
            @media(min-width: 1200px){
            #masonry-455{
            width: 1100px;
            }
            }
            @media(min-width: 1440px){
            #masonry-455{
            width: 1200px;
            }
            }
            @media(min-width: 1600px){
            #masonry-455{
            width: 1200px;
            }
            }
            @media(min-width: 1900px){
            #masonry-455{
            width: 1200px;
            }
            }
            
                #masonry-455 .masonry-card-1{
                width: calc(350px / 1 * 1);
                height: calc(350px / 1 * 0.5);
                }
                @media(min-width: 768px){
                #masonry-455 .masonry-card-1{
                width: calc(700px / 4 * 1);
                height: calc(700px / 4 * 1);
                }
                }
                @media(min-width: 1024px){
                #masonry-455 .masonry-card-1{
                width: calc(980px / 4 * 2);
                height: calc(980px / 4 * 1);
                }
                }
                @media(min-width: 1200px){
                #masonry-455 .masonry-card-1{
                width: calc(1100px / 4 * 2);
                height: calc(1100px / 4 * 1);
                }
                }
                @media(min-width: 1440px){
                #masonry-455 .masonry-card-1{
                width: calc(1200px / 4 * 2);
                height: calc(1200px / 4 * 1);
                }
                }
                @media(min-width: 1600px){
                #masonry-455 .masonry-card-1{
                width: calc(1200px / 4 * 2);
                height: calc(1200px / 4 * 1);
                }
                }
                @media(min-width: 1900px){
                #masonry-455 .masonry-card-1{
                width: calc(1200px / 4 * 2);
                height: calc(1200px / 4 * 1);
                }
                }
            
                #masonry-455 .masonry-card-2{
                width: calc(350px / 1 * 1);
                height: calc(350px / 1 * 0.5);
                }
                @media(min-width: 768px){
                #masonry-455 .masonry-card-2{
                width: calc(700px / 4 * 1);
                height: calc(700px / 4 * 1);
                }
                }
                @media(min-width: 1024px){
                #masonry-455 .masonry-card-2{
                width: calc(980px / 4 * 2);
                height: calc(980px / 4 * 1);
                }
                }
                @media(min-width: 1200px){
                #masonry-455 .masonry-card-2{
                width: calc(1100px / 4 * 1);
                height: calc(1100px / 4 * 1);
                }
                }
                @media(min-width: 1440px){
                #masonry-455 .masonry-card-2{
                width: calc(1200px / 4 * 1);
                height: calc(1200px / 4 * 1);
                }
                }
                @media(min-width: 1600px){
                #masonry-455 .masonry-card-2{
                width: calc(1200px / 4 * 1);
                height: calc(1200px / 4 * 1);
                }
                }
                @media(min-width: 1900px){
                #masonry-455 .masonry-card-2{
                width: calc(1200px / 4 * 1);
                height: calc(1200px / 4 * 1);
                }
                }
            
                #masonry-455 .masonry-card-3{
                width: calc(350px / 1 * 1);
                height: calc(350px / 1 * 0.5);
                }
                @media(min-width: 768px){
                #masonry-455 .masonry-card-3{
                width: calc(700px / 4 * 1);
                height: calc(700px / 4 * 1);
                }
                }
                @media(min-width: 1024px){
                #masonry-455 .masonry-card-3{
                width: calc(980px / 4 * 2);
                height: calc(980px / 4 * 1);
                }
                }
                @media(min-width: 1200px){
                #masonry-455 .masonry-card-3{
                width: calc(1100px / 4 * 1);
                height: calc(1100px / 4 * 1);
                }
                }
                @media(min-width: 1440px){
                #masonry-455 .masonry-card-3{
                width: calc(1200px / 4 * 1);
                height: calc(1200px / 4 * 1);
                }
                }
                @media(min-width: 1600px){
                #masonry-455 .masonry-card-3{
                width: calc(1200px / 4 * 1);
                height: calc(1200px / 4 * 1);
                }
                }
                @media(min-width: 1900px){
                #masonry-455 .masonry-card-3{
                width: calc(1200px / 4 * 1);
                height: calc(1200px / 4 * 1);
                }
                }
            
        

.masonry-card > .ani-container,
.masonry-card > .ani-container > .ani-cont {
    height: 100%;
}



            .responsive-image-456{
            background-size: cover;
            background-position: center center;
            
            }
            
        

.image-overlay-border{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    /*background: rgba(85,87,89,.3);*/
    /*transition: background .25s ease-in-out;*/
    pointer-events: none;
}
.image-overlay-border::before,
.image-overlay-border::after{
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: "";
    opacity: 0;
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    transform-origin: center;
}

.image-overlay-border::before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scaleX(0);
}

.image-overlay-border::after{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scaleY(0);
}
.responsive-image-container:focus .image-overlay-border::before,
.responsive-image-container:focus .image-overlay-border::after,
.responsive-image-container:hover .image-overlay-border::before,
.responsive-image-container:hover .image-overlay-border::after{
    opacity: 1;
    transform: scale(1);
}



            .responsive-image-457{
            background-size: cover;
            background-position: center center;
            
            }
            
        


            .responsive-image-6286{
            background-size: cover;
            background-position: center center;
            
            }
            
        


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


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

.accordion-button:focus{
    box-shadow: none;
}
.accordion-button::after{
    height:0; width: 0;
    background-image: none;
    content: '';
    display: none;
    /*-webkit-transform-origin: 50%;*/
    /*-moz-transform-origin: 50%;*/
    /*-ms-transform-origin: 50%;*/
    /*-o-transform-origin: 50%;*/
    /*transform-origin: 50%;*/
    /*height: auto;*/
    /*width:auto;*/
    /*font-size: 40px;*/
}

.accordion-button > .svg-element svg{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.accordion-button:not(.collapsed) > .svg-element svg{
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
}

.accordion-item{
    margin-bottom: 10px;
    border-radius: 0 !important;
    border:0 none;
}

.accordion-button{
    border: 0 none;
    border-radius: 0 !important;
    font-weight: 600;
}

.accordion-button:not(.collapsed){
    box-shadow: none;
}

.accordion-panel-number{
    width: 30px;
}

.tab-pane p:last-child{
    margin-bottom:0;
}




            accordion-6069{
                .accordion-button::after{color: green;}
            }
        


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


            accordion-442{
                .accordion-button::after{color: green;}
            }
        

.slick-slider.min-height{height:auto !important;}

.slider-item{
    background-repeat: no-repeat;
    position: relative;
    background-position: bottom center;
    height: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;
}




.image-carousel{
    height: 100%;
    margin-bottom: 0 !important;
}
.image-carousel .slick-list,
.image-carousel .slick-track,
.image-carousel .slick-slide > div{height: 100%;}
.image-carousel .magnific-link{ display: none; }

.image-carousel .image-carousel-modal-opener-link,
.image-carousel .link-slider-modal{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
}

.image-carousel.dots-bottom .slick-dots{
    bottom: 20px;
    top: auto;
}

.image-carousel.dots-top .slick-dots{
    bottom: auto;
    top: 20px;
}

.image-carousel-modal-opener{
    position: absolute;
    right: auto; left: auto;
    bottom: 20px; top: auto;
    z-index: 100;
    font-size: 25px;
    display: none;
}

@media(min-width:  768px){
    .image-carousel.dots-bottom .slick-dots{ bottom: 50px; }
    .image-carousel.dots-top .slick-dots{ top: 50px; }

    .image-carousel-modal-opener{
        position: absolute;
        right: auto; left: auto;
        bottom: 50px; top: auto;
        z-index: 100;
        font-size: 25px;
    }
}

.image-carousel-modal-link{
    z-index: 11;
}
.image-carousel-modal-opener.pos-right{
    right: 15px;
}
.image-carousel-modal-opener.pos-left{
    left: 15px;
}

@media(min-width:  1200px){
    .image-carousel-modal-opener.pos-right{ right: -60px; }
    .image-carousel-modal-opener.pos-left{ left: -60px; }
}

.image-carousel-overlay{
    position: absolute;
    z-index: 10;
    left:0; top: 0;
    background-color: RGBA(0,0,0, .15);
}

.carousel-size{
    position: absolute;
    left: 30px;
    top:30px;
    color: grey;
    z-index: 2;
    font-size: 30px !important;
    opacity: 0.65;
    font-family: 'icomoon';
    visibility: hidden;
    &:hover{
        color: grey;
        opacity: 1;
    }
}
.carousel-size:before{ content: '\e908'; }
.carousel-size.open:before{ content: '\e90a' }

@media(min-width:  992px){
    .carousel-size{ visibility: visible}
}


.slick-prev{
    left:20px;
}
.slick-next{
    right:20px;
}


.slick-prev::before,
.slick-next::before{
    background-color: var(--color-12);
}

@media(min-width: 768px){
    .slick-prev,
    .slick-next{
        width: 46px; height: 46px;
    }
    .slick-next:before{
        background-position: 3px center;
    }
    .slick-prev:before{
        background-position: 2px center;
    }
    .slick-prev::before,
    .slick-next::before{
        height:46px;
        width: 46px;
    }
}

@media(min-width: 1440px){
    .slick-prev{
        left:35px;
    }
    .slick-next{
        right:35px;
    }
}


.slickslider-image .slider-item{
    padding: 0 5px;
}

.slickslider-image{
    margin: 0 -5px;
}



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

