
/* DOCUMENT INFORMATION
    - Document: Stylesheet for WACON COOKIE CONSENT BOX
    - Version:  4.1.0
    - Client:   WACON Internet GmbH
    - Author:   Kerstin Schmitt / Oliver Best
*/

.waconcookiemanagement {
    display: none;
    font-family: Helvetica, sans-serif;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    font-weight: 300;
}

.cookie-set.script img , .cookie-set-direct.script img {
    max-width: 100%;
    height: auto;
}

.cookie-information {
    margin-bottom: 20px;
}

#CookieBox p,
#CookieBox h1,
#CookieBox h2,#CookieBox .h2,
#CookieBox h3, #CookieBox .h3{
    color: #333333;
    text-transform: none;
    text-decoration: none;
    font-style: normal;
}
#CookieBox .h2{
    font-size:120%;
    margin-top:1rem;
    margin-bottom:.6rem;
}
#CookieBox .h3{
    font-size:110%;
    margin-bottom:.6rem;
}

#CookieBox a {
    color: #333333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
}

#CookieBox {
    z-index: 201;
    position: fixed;
    top: 10%;
    left: 20%;
    width: 60%;
    max-width: 100%;
    max-height: 80%;
    overflow: auto;
    background: #fff;
    padding: 70px 20px 20px;
    border-radius: 5px;
}

.waconcookiemanagementlist #CookieBox {
    z-index: 201;
    position: relative;
    width: 100%;
    top: 0%;
    left: 0%;
    max-width: 100%;
    max-height: auto;
    overflow: auto;
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}

#CookieBox .h2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
}

#CookieBox ul, #CookieBox2 ul {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#CookieBox .cookie-info ul, #CookieBox2 .cookie-infolist ul {
    text-align: left;
    padding: 0;
    padding-left: 1rem;
}

#CookieBox p, #CookieBox2 p {
    font-size: 1.1rem;
    margin: 0 auto 10px;
}

#CookieBox .cookie-btn {
    display: inline-block;
    font-family: inherit;
    font-size: 1.1rem;
    min-width:80%;
    font-weight: bold;
    padding: .5rem 1rem;
    text-decoration: none;
    background: #558217;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    margin: 15px auto;
}

#CookieBox .cookie-btn:hover {
    color: white;
    text-decoration: none;
}

#CookieBox .cookie-refuse .cookie-btn {
    background: #ccc;
}

#CookieBox .cookie-accept-container {
    text-align: center;
    cursor: pointer;
}



#CookieBox .cookieclose {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width:30px;
    height:30px;
    border-radius: 4px;
    border: 1px solid #333;
    background: #333;
}


#CookieBox .cookieclose:before,#CookieBox .cookieclose:after{
    content:'';
    position:absolute;
    width:26px;
    height:4px;
    background-color:white;
    border-radius:2px;
    top:12px;

}

#CookieBox .cookieclose:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    left:1px;
}
#CookieBox .cookieclose:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:1px;
}
#CookieBox .intro p {
    width: 75%;
}

#CookieBox .cookie-management,
#CookieBox .cookie-refuse {
    margin: 10px auto;
}

#CookieBox .text-center {
    text-align: center;
}

#CookieBox .text-right,
#CookieBox .text-back-right {
    text-align: right;
}

#CookieBox .text-back-right a {
    display: inline-block;
    
    margin-right: 10px;
    text-decoration: none;
}

#CookieBox .cookieback {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    text-align: center;
    cursor: pointer;
    border-radius: 15px;

}

#CookieBox .cookie-on,
#CookieBox .cookie-off, #CookieBox2 .cookie-on,
#CookieBox2 .cookie-off {
    float: left;
    cursor: pointer;
    margin-right: 5px;
}



#CookieBox .intro .cookie-legal, #CookieBox2 .intro .cookie-legal {
    padding: 0px 30px;
    margin-top: 50px;
    width: 100%;
}

#CookieBox .cookie-legal a {
    display: inline-block;
    padding: 0;
    font-size: .9rem;
    margin-right: 30px;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

#CookieBox .cookie-legal a:hover {
    text-decoration: underline;
}

#CookieBox .info-text {
    display: none;
}

#CookieBox .info-show {
    cursor: pointer;
}

#CookieBox .info-hide {
    cursor: pointer;
}


#CookieBox .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 30px;
}

.waconcookiemanagementlist #CookieBox2 .category {
    background: #eeeeee;
    padding: 10px;
    margin: 25px 0px;
}

#CookieBox .category .h3 {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.25rem;
}


#CookieBox .cookie-info, #CookieBox2 .cookie-infolist {
    background: #fff;
    padding: 10px;
}

#CookieBox .cookie-info table, #CookieBox2 .cookie-infolist table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
}

#CookieBox .cookie-info td, #CookieBox2 .cookie-infolist td {
    padding: 3px 10px 3px 0;
    border-top: #eeeeee solid 1px;
}

#CookieBox .cookie-info p, #CookieBox2 .cookie-infolist p {
    margin-top: 0;
}

#CookieBox .box-cookie-management {
    display: none;
    overflow: auto;
}

#CookieBox .box-cookie-management-in > p {
    width: 80%;
}

.waconcookiemanagementlist #CookieBox .box-cookie-management {
    display: block;
}

.waconcookiemanagementlist #CookieBox .box-cookie-management-in > p {
    width: 100%;
    margin: 25px 0 0 0;
}

.waconcookiemanagementlist #CookieBox .intro p {
    width: 100%;
}


#CookieBox .activated,
#CookieBox2 .activated {
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background: #ccc;
    display: inline-block;
}

#CookieBox .cookie-on .activated, #CookieBox2 .cookie-on .activated {
    background: #558217;
}

#CookieBox .on,
#CookieBox2 .on {
    cursor: pointer;
    display: block;
    float: left;
    background: #fff;
    width: 16px;
    margin: 2px;
    height: 16px;
    border-radius: 8px;
}

#CookieBox .cookie-on .on, #CookieBox2 .cookie-on .on {
    float: right;
}

#CookieBox .arrow, #CookieBox2 .arrow {
    border: .5rem solid #333;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
}

#CookieBox .arrow.down, #CookieBox2 .arrow.down {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    margin-bottom: -5px;
}

#CookieBox .arrow.up, #CookieBox2 .arrow.up {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-top: -5px;
}

/* CookieFix unterer Bereich mit Buttons */
#CookieBox .cookie-fix {
    display: none;
    overflow: auto;
    padding: 20px 0 0 0;
    margin: 25px 30px;
}

.waconcookiemanagementlist #CookieBox .cookie-fix {
    display: block;
}

#CookieBox .cookie-fix .cookie-save {
    float: left;
    width:50%;
    
}

#CookieBox .cookie-fix .text-back-right {
    float: right;
    width:50%;
}

#CookieBox .cookie-refuse-container, #CookieBox .cookie-accept-container, #CookieBox .cookie-management-container {
    text-align: center;
}

#CookieBox .cookie-fix .cookieback,
#CookieBox .cookie-fix .cookie-refuse {
    display: block;
    margin-top: 10px ;
    margin-bottom: 10px ;
    text-align: center;
    cursor: pointer;
width:80%;
    white-space: nowrap;
}

#CookieBox .cookie-fix .cookie-legal {
    clear: both
}

.cookie-set.script , .cookie-set-direct.script{
    cursor: pointer;
    position: relative;
    min-height: 50px;
    background: #ffffff;
    text-align: center;
}

.cookie-set.script p , .cookie-set-direct.script p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333333;
    text-align: center;
    background-color: rgb(255, 255, 255, 0.8);
    margin: 0 auto;
    padding: 40px;
    border-radius: 5px;
}

.cookie-set, .cookie-set-direct {
    cursor: pointer
}


@media (max-width: 1000px) {
    #CookieBox {
        left: 2%;
        width: 96%;
        top: 5%;
        max-height: 90%;
        min-height: 90%;
    }
}

@media (max-width: 786px) {
    #CookieBox .cookie-fix .text-back-right {
        width: 87%;
    }

}

.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.eot');src:url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.eot?#iefix') format("embedded-opentype"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.woff2') format("woff2"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.woff') format("woff"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.ttf') format("truetype"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-brands-400.svg#fontawesome') format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.eot');src:url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.eot?#iefix') format("embedded-opentype"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.woff2') format("woff2"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.woff') format("woff"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.ttf') format("truetype"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-regular-400.svg#fontawesome') format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot');src:url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.eot?#iefix') format("embedded-opentype"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff2') format("woff2"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.woff') format("woff"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.ttf') format("truetype"),url('../../../typo3conf/ext/pm_fontawesome_5/Resources/Public/fontawesome-free-5.15.4-web/webfonts/fa-solid-900.svg#fontawesome') format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
:root{--gap: 30px;--default-mobile-spacing: 20px;--content-width: 1260px}@font-face{font-family:"Icons";src:url("/typo3conf/ext/pm_core/Resources/Public/Fonts/icomoon/Icons/fonts/Icons.ttf?xoe6i7") format("truetype"), url("/typo3conf/ext/pm_core/Resources/Public/Fonts/icomoon/Icons/fonts/Icons.woff?xoe6i7") format("woff"), url("/typo3conf/ext/pm_core/Resources/Public/Fonts/icomoon/Icons/fonts/Icons.svg?xoe6i7#Icons") format("svg");font-weight:normal;font-style:normal;font-display:block}i.icon{font-family:"Icons" !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-home:before{content:"\f015"}.icon-search:before{content:"\f002"}.icon-times:before{content:"\f00d"}.icon-external-link:before{content:"\f08e"}.icon-envelope:before{content:"\f0e0"}.icon-envelope-o:before{content:"\f003"}.icon-user:before{content:"\f007"}.icon-user-o:before{content:"\f2c0"}.icon-phone:before{content:"\f095"}.icon-check:before{content:"\f00c"}.icon-circle:before{content:"\f111"}.icon-circle-o:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-file:before{content:"\f016"}.icon-file-text:before{content:"\f0f6"}.icon-file-image:before{content:"\f1c5"}.icon-file-photo:before{content:"\f1c5"}.icon-file-picture:before{content:"\f1c5"}.icon-file-pdf:before{content:"\f1c1"}.icon-file-powerpoint:before{content:"\f1c4"}.icon-file-word:before{content:"\f1c2"}.icon-file-excel:before{content:"\f1c3"}.icon-file-archive:before{content:"\f1c6"}.icon-file-zip:before{content:"\f1c6"}.icon-file-audio:before{content:"\f1c7"}.icon-file-sound:before{content:"\f1c7"}.icon-file-movie:before{content:"\f1c8"}.icon-file-video:before{content:"\f1c8"}.icon-facebook-color:before{content:"\e900";color:#1877f2}.icon-instagram-color:before{content:"\e901";color:#e4405f}.icon-linkedin-color:before{content:"\e902";color:#0077b5}.icon-xing-color:before{content:"\e903";color:#006567}.icon-whatsapp-color:before{content:"\e904";color:#25d366}.icon-youtube-color:before{content:"\e905";color:#f00}.icon-vimeo-color:before{content:"\e906";color:#1ab7ea}.icon-facebook:before{content:"\f39e"}.icon-instagram:before{content:"\f16d"}.icon-linkedin:before{content:"\f0e1"}.icon-xing:before{content:"\f168"}.icon-whatsapp:before{content:"\f098"}.icon-youtube:before{content:"\f167"}.icon-vimeo:before{content:"\f27d"}.icon-arrow-up-left:before{content:"\ea39"}.icon-arrow-up:before{content:"\ea3a"}.icon-arrow-up-right:before{content:"\ea3b"}.icon-arrow-right:before{content:"\ea3c"}.icon-arrow-down-right:before{content:"\ea3d"}.icon-arrow-down:before{content:"\ea3e"}.icon-arrow-down-left:before{content:"\ea3f"}.icon-arrow-left:before{content:"\ea40"}.icon-arrow-left-b:before{content:"\f060"}.icon-arrow-right-b:before{content:"\f061"}.icon-arrow-up-b:before{content:"\f062"}.icon-arrow-down-b:before{content:"\f063"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-down:before{content:"\f0d7"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-angle-double-left:before{content:"\f100"}.icon-angle-double-right:before{content:"\f101"}.icon-angle-double-up:before{content:"\f102"}.icon-angle-double-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}:root{--wacon--icon--background: #FFF;--wacon--icon--background-hover: var(--color-primary);--wacon--icon--box-shadow: var(--wacon--management--box-shadow);--wacon--icon--color: #000;--wacon--icon--color-hover: #FFF;--wacon--management--background: #FFF;--wacon--management--box-shadow: 0 0 20px rgba(0, 0, 0, .6);--wacon--management--border-radius: 5px;--wacon--management--padding: var(--default-mobile-spacing);--wacon--management--category-margin: var(--gap) 0 0;--wacon--cookieclose--background: var(--color-primary);--wacon--cookieclose--background-hover: #FFF;--wacon--cookieclose--border-color: var(--color-primary);--wacon--cookieclose--border-color-hover: var(--color-primary);--wacon--cookieclose--border-radius: var(--wacon--management--border-radius);--wacon--cookieclose--color: #FFF;--wacon--cookieclose--color-hover: var(--color-primary);--wacon--cookieclose--height: var(--gap);--wacon--cookieclose--width: var(--gap);--wacon--cookieclose--top: calc(var(--wacon--management--padding) * -1);--wacon--cookieclose--right: calc(var(--wacon--management--padding) * -1);--wacon--cookie-set--p-color: #FFF;--wacon--cookie-set--p-background: #000;--wacon--cookie-set--p-background-transparency: 60%;--wacon--cookie-set--p-padding: 20px}body>.cookie-management>div{display:none}.js body>.cookie-management>.cookie-set{display:block;position:fixed;bottom:16px;left:16px;z-index:100}.js body>.cookie-management>.cookie-set .ce-icon{background:var(--wacon--icon--background);border:1px solid var(--color-primary);border-radius:50%;box-shadow:var(--wacon--icon--box-shadow);display:block;padding:8px;height:32px;width:32px;transition:0.5s ease}@media screen and (min-width:768px){.js body>.cookie-management>.cookie-set .ce-icon{padding:12px}}@media screen and (min-width:1024px){.js body>.cookie-management>.cookie-set .ce-icon{padding:16px}}@media screen and (min-width:768px){.js body>.cookie-management>.cookie-set .ce-icon{height:48px}}@media screen and (min-width:1024px){.js body>.cookie-management>.cookie-set .ce-icon{height:60px}}@media screen and (min-width:768px){.js body>.cookie-management>.cookie-set .ce-icon{width:48px}}@media screen and (min-width:1024px){.js body>.cookie-management>.cookie-set .ce-icon{width:60px}}.js body>.cookie-management>.cookie-set .ce-icon svg{display:block;height:100%;width:100%;fill:var(--wacon--icon--color)}@media (hover:hover){.js body>.cookie-management>.cookie-set .ce-icon:hover{background:var(--wacon--icon--background-hover)}.js body>.cookie-management>.cookie-set .ce-icon:hover svg{fill:var(--wacon--icon--color-hover)}}@media print{.js body>.cookie-management>.cookie-set{display:none !important}}.waconcookiemanagement{z-index:999999}.waconcookiemanagement~.waconcookiemanagement{display:none !important}.waconcookiemanagement #CookieBox{background:var(--wacon--management--background);border-radius:var(--wacon--management--border-radius);box-shadow:var(--wacon--management--box-shadow);height:96%;max-height:96%;max-width:94%;overflow:hidden;padding:var(--wacon--management--padding);position:absolute;top:2%;left:50%;z-index:201;transform:translate(-50%, 0)}@media (min-width:768px){.waconcookiemanagement #CookieBox{height:auto;width:var(--content-width);transform:translate(-50%, -50%);top:50%;transition:all 0.4s ease}.waconcookiemanagement #CookieBox:has(.intro:not([style*="display: none;"])){max-width:600px}}.waconcookiemanagement #CookieBox .middle-center{position:relative}.waconcookiemanagement #CookieBox .h2{color:var(--color-h2);font-family:var(--font-family--h2);font-size:3rem;font-weight:var(--font-weight--h2);line-height:var(--line-height--h2);margin-top:0;padding-top:0;text-align:center}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox .h2{font-size:4rem}}@media screen and (min-width:1024px){.waconcookiemanagement #CookieBox .h2{font-size:4.6rem}}.waconcookiemanagement #CookieBox .h2+p{text-align:center}.waconcookiemanagement #CookieBox .cookiecat{--cookiecat-margin:2.6rem;margin-top:calc(var(--cookiecat-margin) / 3);margin-right:calc(var(--cookiecat-margin) / 2)}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox .cookiecat{--cookiecat-margin:3rem}}@media screen and (min-width:1024px){.waconcookiemanagement #CookieBox .cookiecat{--cookiecat-margin:3.8rem}}.waconcookiemanagement #CookieBox .h3{color:var(--color-h3);font-family:var(--font-family--h3);font-size:2.6rem;font-weight:var(--font-weight--h3);line-height:var(--line-height--h3);display:inline-block;margin-top:0;padding-top:0}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox .h3{font-size:3rem}}@media screen and (min-width:1024px){.waconcookiemanagement #CookieBox .h3{font-size:3.8rem}}.waconcookiemanagement #CookieBox p{color:var(--color-text);font-family:var(--font-family);font-size:1.6rem;font-weight:var(--font-weight);line-height:var(--line-height)}@media screen and (min-width:768px){.waconcookiemanagement #CookieBox p{font-size:1.8rem}}.waconcookiemanagement #CookieBox p.cookie-accept-container{margin-top:var(--gap)}.waconcookiemanagement #CookieBox .intro p{width:100%}.waconcookiemanagement #CookieBox .cookieclose{background:var(--wacon--cookieclose--background);border-color:var(--wacon--cookieclose--border-color);border-radius:var(--wacon--cookieclose--border-radius);height:var(--wacon--cookieclose--height);width:var(--wacon--cookieclose--width);margin-top:-1px;padding:0;top:var(--wacon--cookieclose--top);right:var(--wacon--cookieclose--right);text-align:center;z-index:1;transition:all 0.4s ease}.waconcookiemanagement #CookieBox .cookieclose::before,.waconcookiemanagement #CookieBox .cookieclose::after{background-color:var(--wacon--cookieclose--color)}@media (hover:hover){.waconcookiemanagement #CookieBox .cookieclose:hover{background:var(--wacon--cookieclose--background-hover);border-color:var(--wacon--cookieclose--border-color-hover)}.waconcookiemanagement #CookieBox .cookieclose:hover::before,.waconcookiemanagement #CookieBox .cookieclose:hover::after{background-color:var(--wacon--cookieclose--color-hover)}}.waconcookiemanagement #CookieBox .text-back-right a{width:100%}.waconcookiemanagement #CookieBox .cookieback{margin-top:var(--gap-half)}.waconcookiemanagement #CookieBox .cookie-legal a{color:inherit;font-size:initial}.waconcookiemanagement #CookieBox .category{margin:var(--wacon--management--category-margin)}.waconcookiemanagement #CookieBox .category .cookie-acc .arrow{pointer-events:none}.waconcookiemanagement #CookieBox .box-cookie-management{overflow-y:scroll;margin-right:-20px;padding-right:20px;position:static}.waconcookiemanagement #CookieBox .box-cookie-management-in>p{width:100%}.waconcookiemanagement #CookieBox .cookie-fix{margin:0}.waconcookiemanagement #CookieBox .cookie-fix .cookie-save-container{float:left;margin:0}@media (max-width:767.98px){.waconcookiemanagement #CookieBox .cookie-fix .cookie-save-container{float:none}}.waconcookiemanagement #CookieBox .cookie-fix .cookie-save-container .cookie-save{float:none;margin:0;width:100%}.waconcookiemanagement #CookieBox .cookie-fix .text-back-right{display:flex;float:right;flex-direction:column;gap:var(--gap-half);margin-right:15px;width:auto}@media (max-width:767.98px){.waconcookiemanagement #CookieBox .cookie-fix .text-back-right{clear:both;float:none;margin:10px 0 20px;width:100%}}.cookie-set.script p{background:color-mix(in srgb, var(--wacon--cookie-set--p-background) var(--wacon--cookie-set--p-background-transparency), transparent);border-radius:0;color:var(--wacon--cookie-set--p-color)}@media (prefers-reduced-transparency){.cookie-set.script p{background:var(--wacon--cookie-set--p-background)}}.cookie-set.script p:first-child{position:static;transform:none}.cookie-set.script p a{color:var(--wacon--cookie-set--p-color);text-decoration:underline}.cookie-set.script p a:hover{color:var(--wacon--cookie-set--p-color)}.cookie-set.script img+p{width:100%}.waconcookiemanagement #CookieBox .btn{background:var(--color-primary);border:solid 1px var(--color-primary);color:#FFF;display:block;font-size:16px;font-weight:400;margin:15px 0;padding:10px 50px;width:100%}.waconcookiemanagement #CookieBox .btn:hover{background:#FFF;border:solid 1px var(--color-primary);color:var(--color-primary);text-decoration:none}.waconcookiemanagement #CookieBox .btn::before,.waconcookiemanagement #CookieBox .btn::after{display:none}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/** flexbox grid
src: https://flexboxgrid.com/

xs -> allways
xsm -> min-width: 568px
sm -> min-width: 768px
md -> min-width: 992px
lg -> min-width: 1024px
xl -> min-width: 1200px

*/

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

/* row */
.row {
	align-items: stretch;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex: 0 1 auto;
	-ms-flex-direction: row;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;

	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;

	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-right: -15px;
	margin-left: -15px;
}

.row::before,
.row::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.row.reverse {
	-ms-flex-direction: row-reverse;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.row:empty {
	display: none;
}


/* flex */
.flex-row {
	flex-direction: row !important;
}
.flex-column {
	flex-direction: column !important;
}
.flex-row-reverse {
	flex-direction: row-reverse !important;
}
.flex-column-reverse {
	flex-direction: column-reverse !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.flex-nowrap {
	flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}
.flex-fill {
	flex: 1 1 auto !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.flex-grow-1 {
	flex-grow: 1 !important;
}
.flex-shrink-0 {
	flex-shrink: 0 !important;
}
.flex-shrink-1 {
	flex-shrink: 1 !important;
}


/* justify */
.justify-content-start {
	justify-content: flex-start !important;
}
.justify-content-end {
	justify-content: flex-end !important;
}
.justify-content-center {
	justify-content: center !important;
}
.justify-content-between {
	justify-content: space-between !important;
}
.justify-content-around {
	justify-content: space-around !important;
}


/* align */
.align-items-start {
	align-items: flex-start !important;
}
.align-items-end {
	align-items: flex-end !important;
}
.align-items-center {
	align-items: center !important;
}
.align-items-baseline {
	align-items: baseline !important;
}
.align-items-stretch {
	align-items: stretch !important;
}
.align-content-start {
	align-content: flex-start !important;
}
.align-content-end {
	align-content: flex-end !important;
}
.align-content-center {
	align-content: center !important;
}
.align-content-between {
	align-content: space-between !important;
}
.align-content-around {
	align-content: space-around !important;
}
.align-content-stretch {
	align-content: stretch !important;
}
.align-self-auto {
	align-self: auto !important;
}
.align-self-start {
	align-self: flex-start !important;
}
.align-self-end {
	align-self: flex-end !important;
}
.align-self-center {
	align-self: center !important;
}
.align-self-baseline {
	align-self: baseline !important;
}
.align-self-stretch {
	align-self: stretch !important;
}


/* col */
.col {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;

	flex: 0 0 auto;
	flex-wrap: wrap;
	flex-basis: 0;
	flex-grow: 1;

	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.col.reverse {
	-ms-flex-direction: column-reverse;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	flex-direction: column-reverse;
}

.col:empty {
	display: none;
}

/* columns */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {}

.col-xs {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	 -webkit-box-flex: 1;
	flex-grow: 1;
}
.col-xs-hidden {
	display: none !important;
}
.col-xs-visible {
	display: block !important;
}

.col-xs-1 {
	flex: 0 0 8.33333333%;
	max-width: 8.33333333%;
}
.col-xs-2 {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}
.col-xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xs-4 {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}
.col-xs-5 {
	flex: 0 0 41.66666667%;
	max-width: 41.66666667%;
}
.col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xs-7 {
	flex: 0 0 58.33333333%;
	max-width: 58.33333333%;
}
.col-xs-8 {
	flex: 0 0 66.66666667%;
	max-width: 66.66666667%;
}
.col-xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xs-10 {
	flex: 0 0 83.33333333%;
	max-width: 83.33333333%;
}
.col-xs-11 {
	flex: 0 0 91.66666667%;
	max-width: 91.66666667%;
}
.col-xs-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

/* offset */
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.start-xs {
		-ms-flex-pack: start;
	 -webkit-box-pack: start;
	  justify-content: flex-start;
		   text-align: start;
}
.center-xs {
		-ms-flex-pack: center;
	 -webkit-box-pack: center;
	  justify-content: center;
		   text-align: center;
}
.end-xs {
		-ms-flex-pack: end;
	 -webkit-box-pack: end;
	  justify-content: flex-end;
		   text-align: end;
}
.top-xs {
		-ms-flex-align: start;
	 -webkit-box-align: start;
		   align-items: flex-start;
}
.middle-xs {
		-ms-flex-align: center;
	 -webkit-box-align: center;
		   align-items: center;
}
.bottom-xs {
		-ms-flex-align: end;
	 -webkit-box-align: end;
		   align-items: flex-end;
}
.around-xs {
		-ms-flex-pack: distribute;
	  justify-content: space-around;
}
.between-xs {
		-ms-flex-pack: justify;
	 -webkit-box-pack: justify;
	  justify-content: space-between;
}
.first-xs {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
			 order: -1;
}
.last-xs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 0;
			 order: 0;
}


/* xsm | extra small */
@media screen and (min-width: 568px) {
	/* flex */
	.flex-xsm-row {
		flex-direction: row !important;
	}
	.flex-xsm-column {
		flex-direction: column !important;
	}
	.flex-xsm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xsm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xsm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xsm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xsm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xsm-fill {
		flex: 1 1 auto !important;
	}
	.flex-xsm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xsm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xsm-shrink-1 {
		flex-shrink: 1 !important;
	}

	/* justify */
	.justify-content-xsm-start {
		justify-content: flex-start !important;
	}
	.justify-content-xsm-end {
		justify-content: flex-end !important;
	}
	.justify-content-xsm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-xsm-around {
		justify-content: space-around !important;
	}

	/* align */
	.align-items-xsm-start {
		align-items: flex-start !important;
	}
	.align-items-xsm-end {
		align-items: flex-end !important;
	}
	.align-items-xsm-center {
		align-items: center !important;
	}
	.align-items-xsm-baseline {
		align-items: baseline !important;
	}
	.align-items-xsm-stretch {
		align-items: stretch !important;
	}
	.align-content-xsm-start {
		align-content: flex-start !important;
	}
	.align-content-xsm-end {
		align-content: flex-end !important;
	}
	.align-content-xsm-center {
		align-content: center !important;
	}
	.align-content-xsm-between {
		align-content: space-between !important;
	}
	.align-content-xsm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-xsm-auto {
		align-self: auto !important;
	}
	.align-self-xsm-start {
		align-self: flex-start !important;
	}
	.align-self-xsm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-xsm-baseline {
		align-self: baseline !important;
	}
	.align-self-xsm-stretch {
		align-self: stretch !important;
	}

	/* col */
	.col-xsm,
	.col-xsm-1,
	.col-xsm-2,
	.col-xsm-3,
	.col-xsm-4,
	.col-xsm-5,
	.col-xsm-6,
	.col-xsm-7,
	.col-xsm-8,
	.col-xsm-9,
	.col-xsm-10,
	.col-xsm-11,
	.col-xsm-12 {}

	.col-xsm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		 -webkit-box-flex: 1;
		flex-grow: 1;
	}
	.col-xsm-hidden {
		display: none !important;
	}
	.col-xsm-visible {
		display: block !important;
	}

	.col-xsm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-xsm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-xsm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xsm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-xsm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-xsm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xsm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-xsm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-xsm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xsm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-xsm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-xsm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* offset */
	.col-xsm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xsm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xsm-offset-3 {
		margin-left: 25%;
	}
	.col-xsm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xsm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xsm-offset-6 {
		margin-left: 50%;
	}
	.col-xsm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xsm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xsm-offset-9 {
		margin-left: 75%;
	}
	.col-xsm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xsm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-xsm {
			-ms-flex-pack: start;
		 -webkit-box-pack: start;
		  justify-content: flex-start;
			   text-align: start;
	}
	.center-xsm {
			-ms-flex-pack: center;
		 -webkit-box-pack: center;
		  justify-content: center;
			   text-align: center;
	}
	.end-xsm {
			-ms-flex-pack: end;
		 -webkit-box-pack: end;
		  justify-content: flex-end;
			   text-align: end;
	}
	.top-xsm {
			-ms-flex-align: start;
		 -webkit-box-align: start;
			   align-items: flex-start;
	}
	.middle-xsm {
			-ms-flex-align: center;
		 -webkit-box-align: center;
			   align-items: center;
	}
	.bottom-xsm {
			-ms-flex-align: end;
		 -webkit-box-align: end;
			   align-items: flex-end;
	}
	.around-xsm {
			-ms-flex-pack: distribute;
		  justify-content: space-around;
	}
	.between-xsm {
			-ms-flex-pack: justify;
		 -webkit-box-pack: justify;
		  justify-content: space-between;
	}
	.first-xsm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
				 order: -1;
	}
	.last-xsm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 0;
				 order: 0;
	}
}


/* sm | small */
@media screen and (min-width: 768px) {
	/* flex */
	.flex-sm-row {
		flex-direction: row !important;
	}
	.flex-sm-column {
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		flex-shrink: 1 !important;
	}

	/* justify */
	.justify-content-sm-start {
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		justify-content: center !important;
	}
	.justify-content-sm-between {
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		justify-content: space-around !important;
	}

	/* align */
	.align-items-sm-start {
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		align-items: center !important;
	}
	.align-items-sm-baseline {
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		align-items: stretch !important;
	}
	.align-content-sm-start {
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		align-content: center !important;
	}
	.align-content-sm-between {
		align-content: space-between !important;
	}
	.align-content-sm-around {
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		align-self: auto !important;
	}
	.align-self-sm-start {
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		align-self: center !important;
	}
	.align-self-sm-baseline {
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		align-self: stretch !important;
	}

	/* col */
	.col-sm,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {}

	.col-sm {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		 -webkit-box-flex: 1;
		flex-grow: 1;
	}
	.col-sm-hidden {
		display: none !important;
	}
	.col-sm-visible {
		display: block !important;
	}

	.col-sm-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-sm-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-sm-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-sm-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-sm-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* offset */
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-sm {
			-ms-flex-pack: start;
		 -webkit-box-pack: start;
		  justify-content: flex-start;
			   text-align: start;
	}
	.center-sm {
			-ms-flex-pack: center;
		 -webkit-box-pack: center;
		  justify-content: center;
			   text-align: center;
	}
	.end-sm {
			-ms-flex-pack: end;
		 -webkit-box-pack: end;
		  justify-content: flex-end;
			   text-align: end;
	}
	.top-sm {
			-ms-flex-align: start;
		 -webkit-box-align: start;
			   align-items: flex-start;
	}
	.middle-sm {
			-ms-flex-align: center;
		 -webkit-box-align: center;
			   align-items: center;
	}
	.bottom-sm {
			-ms-flex-align: end;
		 -webkit-box-align: end;
			   align-items: flex-end;
	}
	.around-sm {
			-ms-flex-pack: distribute;
		  justify-content: space-around;
	}
	.between-sm {
			-ms-flex-pack: justify;
		 -webkit-box-pack: justify;
		  justify-content: space-between;
	}
	.first-sm {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
				 order: -1;
	}
	.last-sm {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 0;
				 order: 0;
	}
}


/* md | medium */
@media screen and (min-width: 992px) {
	/* flex */
	.flex-md-row {
		flex-direction: row !important;
	}
	.flex-md-column {
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		flex-shrink: 1 !important;
	}

	/* justify */
	.justify-content-md-start {
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		justify-content: center !important;
	}
	.justify-content-md-between {
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		justify-content: space-around !important;
	}

	/* align */
	.align-items-md-start {
		align-items: flex-start !important;
	}
	.align-items-md-end {
		align-items: flex-end !important;
	}
	.align-items-md-center {
		align-items: center !important;
	}
	.align-items-md-baseline {
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		align-items: stretch !important;
	}
	.align-content-md-start {
		align-content: flex-start !important;
	}
	.align-content-md-end {
		align-content: flex-end !important;
	}
	.align-content-md-center {
		align-content: center !important;
	}
	.align-content-md-between {
		align-content: space-between !important;
	}
	.align-content-md-around {
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		align-content: stretch !important;
	}
	.align-self-md-auto {
		align-self: auto !important;
	}
	.align-self-md-start {
		align-self: flex-start !important;
	}
	.align-self-md-end {
		align-self: flex-end !important;
	}
	.align-self-md-center {
		align-self: center !important;
	}
	.align-self-md-baseline {
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		align-self: stretch !important;
	}

	/* col */
	.col-md,
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {}

	.col-md {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		 -webkit-box-flex: 1;
		flex-grow: 1;
	}
	.col-md-hidden {
		display: none !important;
	}
	.col-md-visible {
		display: block !important;
	}

	.col-md-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-md-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-md-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-md-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-md-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* offset */
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-md {
			-ms-flex-pack: start;
		 -webkit-box-pack: start;
		  justify-content: flex-start;
			   text-align: start;
	}
	.center-md {
			-ms-flex-pack: center;
		 -webkit-box-pack: center;
		  justify-content: center;
			   text-align: center;
	}
	.end-md {
			-ms-flex-pack: end;
		 -webkit-box-pack: end;
		  justify-content: flex-end;
			   text-align: end;
	}
	.top-md {
			-ms-flex-align: start;
		 -webkit-box-align: start;
			   align-items: flex-start;
	}
	.middle-md {
			-ms-flex-align: center;
		 -webkit-box-align: center;
			   align-items: center;
	}
	.bottom-md {
			-ms-flex-align: end;
		 -webkit-box-align: end;
			   align-items: flex-end;
	}
	.around-md {
			-ms-flex-pack: distribute;
		  justify-content: space-around;
	}
	.between-md {
			-ms-flex-pack: justify;
		 -webkit-box-pack: justify;
		  justify-content: space-between;
	}
	.first-md {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
				 order: -1;
	}
	.last-md {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 0;
				 order: 0;
	}
}


/* lg | large */
@media screen and (min-width: 1024px) {
	/* flex */
	.flex-lg-row {
		flex-direction: row !important;
	}
	.flex-lg-column {
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		flex-shrink: 1 !important;
	}

	/* justify */
	.justify-content-lg-start {
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		justify-content: center !important;
	}
	.justify-content-lg-between {
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		justify-content: space-around !important;
	}

	/* align */
	.align-items-lg-start {
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		align-items: center !important;
	}
	.align-items-lg-baseline {
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		align-items: stretch !important;
	}
	.align-content-lg-start {
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		align-content: center !important;
	}
	.align-content-lg-between {
		align-content: space-between !important;
	}
	.align-content-lg-around {
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		align-self: auto !important;
	}
	.align-self-lg-start {
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		align-self: center !important;
	}
	.align-self-lg-baseline {
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		align-self: stretch !important;
	}

	/* col */
	.col-lg,
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {}

	.col-lg {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		 -webkit-box-flex: 1;
		flex-grow: 1;
	}
	.col-lg-hidden {
		display: none !important;
	}
	.col-lg-visible {
		display: block !important;
	}

	.col-lg-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-lg-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-lg-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-lg-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-lg-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	/* offset */
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-lg {
			-ms-flex-pack: start;
		 -webkit-box-pack: start;
		  justify-content: flex-start;
			   text-align: start;
	}
	.center-lg {
			-ms-flex-pack: center;
		 -webkit-box-pack: center;
		  justify-content: center;
			   text-align: center;
	}
	.end-lg {
			-ms-flex-pack: end;
		 -webkit-box-pack: end;
		  justify-content: flex-end;
			   text-align: end;
	}
	.top-lg {
			-ms-flex-align: start;
		 -webkit-box-align: start;
			   align-items: flex-start;
	}
	.middle-lg {
			-ms-flex-align: center;
		 -webkit-box-align: center;
			   align-items: center;
	}
	.bottom-lg {
			-ms-flex-align: end;
		 -webkit-box-align: end;
			   align-items: flex-end;
	}
	.around-lg {
			-ms-flex-pack: distribute;
		  justify-content: space-around;
	}
	.between-lg {
			-ms-flex-pack: justify;
		 -webkit-box-pack: justify;
		  justify-content: space-between;
	}
	.first-lg {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
				 order: -1;
	}
	.last-lg {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 0;
				 order: 0;
	}
}


/* xl | extra large */
@media screen and (min-width: 1200px) {
	/* flex */
	.flex-xl-row {
		flex-direction: row !important;
	}
	.flex-xl-column {
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		flex-shrink: 1 !important;
	}

	/* justify */
	.justify-content-xl-start {
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		justify-content: center !important;
	}
	.justify-content-xl-between {
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		justify-content: space-around !important;
	}

	/* align */
	.align-items-xl-start {
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		align-items: center !important;
	}
	.align-items-xl-baseline {
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		align-items: stretch !important;
	}
	.align-content-xl-start {
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		align-content: center !important;
	}
	.align-content-xl-between {
		align-content: space-between !important;
	}
	.align-content-xl-around {
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		align-self: auto !important;
	}
	.align-self-xl-start {
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		align-self: center !important;
	}
	.align-self-xl-baseline {
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		align-self: stretch !important;
	}

	/* col */
	.col-xl,
	.col-xl-1,
	.col-xl-2,
	.col-xl-3,
	.col-xl-4,
	.col-xl-5,
	.col-xl-6,
	.col-xl-7,
	.col-xl-8,
	.col-xl-9,
	.col-xl-10,
	.col-xl-11,
	.col-xl-12 {}

	.col-xl {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		 -webkit-box-flex: 1;
		flex-grow: 1;
	}
	.col-xl-hidden {
		display: none !important;
	}
	.col-xl-visible {
		display: block !important;
	}

	.col-xl-1 {
		flex: 0 0 8.33333333%;
		max-width: 8.33333333%;
	}
	.col-xl-2 {
		flex: 0 0 16.66666667%;
		max-width: 16.66666667%;
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
	.col-xl-5 {
		flex: 0 0 41.66666667%;
		max-width: 41.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		flex: 0 0 58.33333333%;
		max-width: 58.33333333%;
	}
	.col-xl-8 {
		flex: 0 0 66.66666667%;
		max-width: 66.66666667%;
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		flex: 0 0 83.33333333%;
		max-width: 83.33333333%;
	}
	.col-xl-11 {
		flex: 0 0 91.66666667%;
		max-width: 91.66666667%;
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-xl-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xl-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xl-offset-3 {
		margin-left: 25%;
	}
	.col-xl-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xl-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xl-offset-6 {
		margin-left: 50%;
	}
	.col-xl-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xl-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xl-offset-9 {
		margin-left: 75%;
	}
	.col-xl-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xl-offset-11 {
		margin-left: 91.66666667%;
	}

	.start-xl {
			-ms-flex-pack: start;
		 -webkit-box-pack: start;
		  justify-content: flex-start;
			   text-align: start;
	}
	.center-xl {
			-ms-flex-pack: center;
		 -webkit-box-pack: center;
		  justify-content: center;
			   text-align: center;
	}
	.end-xl {
			-ms-flex-pack: end;
		 -webkit-box-pack: end;
		  justify-content: flex-end;
			   text-align: end;
	}
	.top-xl {
			-ms-flex-align: start;
		 -webkit-box-align: start;
			   align-items: flex-start;
	}
	.middle-xl {
			-ms-flex-align: center;
		 -webkit-box-align: center;
			   align-items: center;
	}
	.bottom-xl {
			-ms-flex-align: end;
		 -webkit-box-align: end;
			   align-items: flex-end;
	}
	.around-xl {
			-ms-flex-pack: distribute;
		  justify-content: space-around;
	}
	.between-xl {
			-ms-flex-pack: justify;
		 -webkit-box-pack: justify;
		  justify-content: space-between;
	}
	.first-xl {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
				 order: -1;
	}
	.last-xl {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 0;
				 order: 0;
	}
}


/* eof */

/** globals */
:root {
	--scrollbar-width: 15px;
}

/* IE 10+, MS Edge Browser */
_:-ms-lang(x), :root {
	--scrollbar-width: 17px;
}

* {
	margin: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

*:focus,
a:focus {
	outline: none;
}

html,
body {
	min-height: 100vh;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
}

body {
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* ipad - portrait */
@media screen and (max-width: 768px) {
	html {
		overflow-y: auto;
	}
	html, body {
		min-height: 100%;
	}
}

#outer-wrapper {
	min-height: 100vh;
	overflow: hidden;
	touch-action: manipulation;
}

.no-js #outer-wrapper {
	overflow: auto;
}

#inner-wrapper {
	transition: all .4s ease-in-out;
}

/* smaller than iPhone6 - portrait */
@media screen and (max-width: 374px) {
	#root {
		min-width: 300px;
	}
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.hidden {
	display: none;
}

/* t3 deletes nbsp in p */
p:empty::before {
	content: "\00a0";
}

p:empty:has(+ hr) {
	display: none;
}

img {
	border-style: none;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

img.empty {
	display: none;
}

img.lazyload {
	opacity: .3;
	transition: opacity .3s ease-in 0s;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

nav ul {
	list-style: none;
	padding: 0;
}

nav ul::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
}

/* a:tel */
a[href^="tel:"] {
	color: inherit;
	cursor: text;
}

a[href^="tel:"],
a[href^="tel:"]:hover {
	text-decoration: none !important;
}

/* iphone 6+ - landscape OR pointing device of limited accuracy (e.g. finger) */
@media screen and (max-width: 736px), (pointer: coarse) {
	a[href^="tel:"] {
		text-decoration: underline !important;
	}
}


/* detect scrollbar width */
#scrollbar-measure--outer {
	width: 100px;
	overflow-y: scroll;
	position: absolute;
	top: -9999px;
}

#scrollbar-measure--inner {
	height: 50px;
}


/** overlay background */
.overlay-bg {
	display: none;
	background: #000;
	height: 100vh;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10003;
	opacity: .5;
	touch-action: none;
}

.overlay-bg.loading {
	background-image: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/Images/loading.svg');
	background-size: 50px 50px;
	background-position: center;
	background-repeat: no-repeat;
}

html.overlay-visible {
	overflow-y: hidden;
}

html.overlay-visible .overlay-bg {
	overflow-y: scroll;
}

html.overlay-visible body {
	overflow-y: scroll;
}


/** ajax layer */
@keyframes ajaxSlideDown {
	0% { transform: translateY(-5vh); }
	100% { transform: translateY(0); }
}

#ajaxLayerAdd {
	display: none;
	margin: 5vh auto 0;
	width: 100%;
	min-width: 300px;
	max-width: 90vw;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20001;
	animation: ajaxSlideDown .8s;
}

#ajaxCloseLayerAdd {
	background: #000;
	border: 2px solid #FFF;
	border-radius: 50%;
	box-shadow: 0 0 2px 1px #555;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	height: 26px;
	width: 26px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(6px,-6px);
	transition: all .3s ease;
}

html:not(.touch) #ajaxCloseLayerAdd:hover {
	border-radius: 5px;
}

#ajaxCloseLayerAdd i {
	color: #FFF;
	font-size: 16px;
	margin: 3px 0 0;
	width: 22px;
}

#ajax-content {
	position: relative;
}

#ajax-content .content-wrapper-outer {
	background: #FFF;
	border: 1px solid #555;
	border-radius: 5px;
	box-shadow: 0 0 15px 1px #555;
	display: flex;
	margin: 0 auto;
	padding: 20px 5px;
	max-height: 90vh;
	overflow: hidden;
	touch-action: none;
}

#ajax-content .content-wrapper-inner {
	overflow: auto;
	padding: 0 15px;
	position: relative;
}

@media (prefers-reduced-motion: reduce) {
	#ajaxLayerAdd {
		animation: none;
	}
	#ajaxCloseLayerAdd {
		transition: none;
	}
}

@media screen and (max-width: 767px) {
	#ajax-content {
		height: 90vh;
	}
}

@media screen and (max-width: 329px) {
	#ajaxLayerAdd {
		max-width: 90vw !important;
	}
	#ajaxCloseLayerAdd {
		top: -10px;
		right: 0;
	}
}

@media screen and (max-width: 319px) {
	#ajaxCloseLayerAdd {
		margin-top: -13px;
		position: fixed;
		top: 5vh;
		right: 13px;
	}
}


/** modal */
.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	display: none;
	height: 100%;
	width: 100%;
	outline: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
}

.modal-dialog {
	margin: 0.5rem;
	width: auto;
	pointer-events: none;
	position: relative;
}

.modal.fade .modal-dialog {
	transform: translate(0, -50px);
	transition: transform .3s ease-out;
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	background-color: #FFF;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	outline: 0;
	pointer-events: auto;
	position: relative;
	width: 100%;
}

.modal-backdrop {
	background-color: #000;
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

.modal-header {
	align-items: flex-start;
	border-bottom: 1px solid #dee2e6;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
}

.modal-header .close {
	margin: -1rem -1rem -1rem auto;
	padding: 1rem 1rem;
}

.modal-title {
	line-height: 1.5;
	margin-bottom: 0;
}

.modal-body {
	flex: 1 1 auto;
	padding: 1rem;
	position: relative;
}

.modal-footer {
	align-items: center;
	border-top: 1px solid #dee2e6;
	justify-content: flex-end;
	display: flex;
	padding: 1rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	height: 50px;
	width: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

@media (min-width: 576px) {
	.modal-dialog {
		margin: 1.75rem auto;
		max-width: 500px;
	}
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}


/** scroll to top */
#ScrollToTop {
	background: #FFF;
	border: 1px solid #444;
	cursor: pointer;
	text-align: center;
	height: 40px;
	width: 60px;
	overflow: hidden;
	position: fixed;
	z-index: 1001;
	transition: margin 1s ease;
}

#ScrollToTop.hpos-right {
	right: 20px;
}

#ScrollToTop.hpos-left {
	left: 20px;
}

#ScrollToTop.vpos-top {
	top: 20px;
}

#ScrollToTop.vpos-bottom {
	bottom: 20px;
}

#ScrollToTop.scroll-top-visible {}

#ScrollToTop.scroll-top-fixed {
	background: #000;
	border-color: #000;
	margin-bottom: -20px;
}

#ScrollToTop .scroll-top-icon {}

#ScrollToTop .scroll-top-icon::before {
	content: "";
	border: solid #444;
	border-width: 2px 2px 0 0;
	display: inline-block;
	height: 12px;
	width: 12px;
	margin: -2px 0 0 -6px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-45deg);
}

#ScrollToTop .scroll-top-icon::after {
	content: "";
	background: #444;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	transform: translate3d(0,100%,0);
	transition: all .3s ease;
}

#ScrollToTop:hover .scroll-top-icon::before {
	border-color: #FFF;
}

#ScrollToTop:hover .scroll-top-icon::after {
	transform: translate3d(0,0,0);
}

#ScrollToTop.scroll-top-fixed .scroll-top-icon::before {
	border-color: #FFF;
}

#ScrollToTop.scroll-top-fixed .scroll-top-icon::after {
	background: #FFF;
}

#ScrollToTop.scroll-top-fixed:hover .scroll-top-icon::before {
	border-color: #000;
}

#nav-toggle:checked ~ #ScrollToTop,
.touch #ScrollToTop {
	display: none !important;
}

@media (prefers-reduced-motion: reduce) {
	#ScrollToTop .scroll-top-icon::after {
		display: none;
	}
}

@media print {
	body #ScrollToTop {
		display: none !important;
	}
}

@media screen and (max-width: 991px) {
	body #ScrollToTop {
		display: none !important;
	}
}


/** cookie hint */
#cookieconsent {}

@keyframes slideDown {
	0% { transform: translateY(-66px); }
	100% { transform: translateY(0); }
}
@keyframes slideUp {
	0% { transform: translateY(66px); }
	100% { transform: translateY(0); }
}

.cc_container,
.cc_message,
.cc_btn {
	animation-duration: .8s;
}

.cc_banner-wrapper.cc_banner-position-top .cc_container,
.cc_banner-wrapper.cc_banner-position-top .cc_message,
.cc_banner-wrapper.cc_banner-position-top .cc_btn {
	animation-name: slideDown;
}

.cc_banner-wrapper:not(.cc_banner-position-top) .cc_container,
.cc_banner-wrapper:not(.cc_banner-position-top) .cc_message,
.cc_banner-wrapper:not(.cc_banner-position-top) .cc_btn {
	animation-name: slideUp;
}

.cc_spacer {}

.cc_banner-wrapper {
	display: none;
	position: absolute;
	z-index: 10005;
}

@media print {
	.cc_banner-wrapper {
		display: none !important;
	}
}

.cc_banner-wrapper .cc_container {
	align-items: center;
	background: #FFF;
	box-sizing: border-box;
	color: #999;
	font-size: 14px;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	position: fixed;
	right: 0;
	left: 0;
}

.cc_banner-wrapper.cc_banner-position-top .cc_container {
	border-bottom: 1px solid #CCC;
	top: 0;
}

.cc_banner-wrapper:not(.cc_banner-position-top) .cc_container {
	border-top: 1px solid #CCC;
	bottom: 0;
}

.cc_banner-wrapper .cc_container-content {
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1200px;
}

.cc_banner-wrapper .cc_btn {
	cursor: pointer;
	border-radius: 5px;
	display: block;
	text-align: center;
	margin-left: 10px;
	padding: 8px 10px;
	text-decoration: none;
	width: 100%;
	max-width: 120px;
	transition: all .2s ease-in-out;
	order: 1;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
	color: #000;
	background-color: #C8C8C8;
}

.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
	color: #888;
	background-color: #D3D3D3;
}

.cc_container .cc_message {
	display: block;
	color: #888;
	margin: 0 auto 0 0;
	padding: 0;
	width: 100%;
	max-width: calc(100% - 150px);
}

@media (prefers-reduced-motion: reduce) {
	.cc_banner-wrapper.cc_banner-position-top .cc_container,
	.cc_banner-wrapper:not(.cc_banner-position-top) .cc_container,
	.cc_banner-wrapper.cc_banner-position-top .cc_message,
	.cc_banner-wrapper:not(.cc_banner-position-top) .cc_message,
	.cc_banner-wrapper.cc_banner-position-top .cc_btn,
	.cc_banner-wrapper:not(.cc_banner-position-top) .cc_btn {
		animation: none;
	}
}

@media screen and (max-width: 767px) {
	.cc_banner-wrapper .row {
		align-items: start;
	}
}

@media screen and (max-width: 414px) {
	.cc_container .cc_message {
		max-width: 100%;
	}
	.cc_banner-wrapper .cc_btn {
		margin: 10px 0 0 auto;
		max-width: 100%;
	}
}


/** Reading Position Indicator */
.reading-position-indicator {
	height: 4px;
	width: 100%;
	position: relative;
	left: 0;
	z-index: 999;
}

.reading-position-indicator.vpos-top {
	top: 0;
}

.reading-position-indicator.vpos-bottom {
	bottom: 0;
}

body > .reading-position-indicator:first-child {
	position: fixed;
}

#ajax-content .content-wrapper-inner > .reading-position-indicator:first-child {
	position: sticky;
}

.progress-container {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.progress-container .progress-bar {
	background: red;
	background: linear-gradient(to right, transparent, red);
	display: block;
	height: inherit;
	width: 0;
}


/** breadcrumbs */
.breadcrumb-list {
	margin: 10px 0;
}

.breadcrumb-list .info {}

.breadcrumb-list .breadcrumb-section {}

.breadcrumb-list .breadcrumb-item {}

.breadcrumb-list .breadcrumb-item:first-child {}

.breadcrumb-list .breadcrumb-item:first-child .breadcrumb-link::before {
	content: "\f015";
	color: #000;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
}

.breadcrumb-list .breadcrumb-item:first-child .breadcrumb-text {
	display: none;
}

.breadcrumb-list .breadcrumb-item br {
	display: none;
}

.breadcrumb-list .breadcrumb-item .breadcrumb-link {
	text-decoration: none;
}

.breadcrumb-list .breadcrumb-item .breadcrumb-text {
	color: #CCC;
	display: inline-block;
	font-size: 14px;
}

.breadcrumb-list .breadcrumb-item .breadcrumb-link:hover .breadcrumb-text {
	color: #000;
}

.breadcrumb-list .breadcrumb-item.active {}

.breadcrumb-list .breadcrumb-item.active .breadcrumb-text {
	color: #444;
	cursor: default;
}

.breadcrumb-list .breadcrumb-item.active .breadcrumb-text::selection {
	color: #FFF;
}

.breadcrumb-list .breadcrumb-item.active .breadcrumb-text::-moz-selection {
	color: #FFF;
}

.breadcrumb-list .separator {
	cursor: default;
	color: #444;
	display: inline-block;
	margin: 0 5px;
	text-indent: -9999px;
	position: relative;
	width: 5px;
}

.breadcrumb-list .separator::after {
	content: "/";
	display: block;
	font-size: 14px;
	line-height: 1;
	text-indent: 0;
	position: absolute;
	bottom: 2px;
}


/* toggle navi */
#nav-toggle {
	position: fixed;
	top: -100vh;
	left: -100vw;
}

#nav-toggle:checked {}

.navbar-toggler {
	display: none;
	cursor: pointer;
	border: none;
	height: 45px;
	width: 60px;
	line-height: 0;
	margin: 0;
	padding: 5px;
	text-align: center;
	position: absolute;
	top: 60px;
	right: 15px;
	z-index: 10005;
	transition: all .2s ease;
}

.navbar-toggler .navbar-toggler-label {
	display: none;
}

.navbar-toggler .navbar-toggler-icon {
	margin: 15px 0 0;
	position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
}

.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	display: block;
	background: #444;
	height: 5px;
	transition: all .4s ease-in-out;
}

.navbar-toggler-icon::before {
	bottom: 15px;
}
.navbar-toggler-icon::after {
	top: 15px;
}

#nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon::before,
#nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon::after {
	background-color: #FFF;
}

html:not(.touch) #nav-toggle:not(:checked) ~ #outer-wrapper .navbar-toggler:hover .navbar-toggler-icon,
html:not(.touch) #nav-toggle:not(:checked) ~ #outer-wrapper .navbar-toggler:hover .navbar-toggler-icon::before,
html:not(.touch) #nav-toggle:not(:checked) ~ #outer-wrapper .navbar-toggler:hover .navbar-toggler-icon::after {
	height: 4px;
}

html:not(.touch) #nav-toggle:not(:checked) ~ #outer-wrapper .navbar-toggler:hover .navbar-toggler-icon::before {
	transform: translateY(4px);
}

html:not(.touch) #nav-toggle:not(:checked) ~ #outer-wrapper .navbar-toggler:hover .navbar-toggler-icon::after {
	transform: translateY(-4px);
}

#nav-toggle:checked ~ #outer-wrapper .navbar-toggler {}

#nav-toggle:checked ~ #outer-wrapper .navbar-toggler .navbar-toggler-icon,
.touch #nav-toggle:checked + .navbar-toggler .navbar-toggler-icon {
	background: none;
}

#nav-toggle:checked ~ #outer-wrapper .navbar-toggler .navbar-toggler-icon::before {
	transform: translateY(15px) rotate(45deg);
}

#nav-toggle:checked ~ #outer-wrapper .navbar-toggler .navbar-toggler-icon::after {
	transform: translateY(-15px) rotate(-45deg);
}

#nav-toggle:checked ~ #outer-wrapper #inner-wrapper {
	/*position: fixed;*/
	/*transform: translateX(-60%);*/
}

#nav-toggle:checked ~ #outer-wrapper #inner-wrapper::after {
	content: "";
	box-shadow: 0 20px 50px #868686;
	width: 100%;
	position: absolute;
	top: -5vh;
	right: 0;
	bottom: -5vh;
}

#nav-toggle:checked ~ #outer-wrapper #content-area {
	overflow: hidden;
}

#nav-toggle:checked ~ #outer-wrapper #overlay {
	/*display: block;*/
}


/** visibility */
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}


/** frame space */
/* before */
.frame-space-before-none {
	margin-top: 0 !important;
}
.frame-space-before-extra-small {
	margin-top: 1rem;
}
.frame-space-before-small {
	margin-top: 1.5rem;
}
.frame-space-before-medium {
	margin-top: 2rem;
}
.frame-space-before-large {
	margin-top: 2.5rem;
}
.frame-space-before-extra-large {
	margin-top: 3rem;
}

.frame-space-before-10 {
	margin-top: 10px;
}
.frame-space-before-20 {
	margin-top: 20px;
}
.frame-space-before-25 {
	margin-top: 25px;
}
.frame-space-before-30 {
	margin-top: 30px;
}
.frame-space-before-40 {
	margin-top: 40px;
}
.frame-space-before-50 {
	margin-top: 50px;
}
.frame-space-before-60 {
	margin-top: 60px;
}
.frame-space-before-70 {
	margin-top: 70px;
}
.frame-space-before-75 {
	margin-top: 75px;
}
.frame-space-before-80 {
	margin-top: 80px;
}
.frame-space-before-90 {
	margin-top: 90px;
}
.frame-space-before-100 {
	margin-top: 100px;
}


/* after */
.frame-space-after-none {
	margin-bottom: 0 !important;
}
.frame-space-after-extra-small {
	margin-bottom: 1rem;
}
.frame-space-after-small {
	margin-bottom: 1.5rem;
}
.frame-space-after-medium {
	margin-bottom: 2rem;
}
.frame-space-after-large {
	margin-bottom: 2.5rem;
}
.frame-space-after-extra-large {
	margin-bottom: 3rem;
}

.frame-space-after-10 {
	margin-bottom: 10px;
}
.frame-space-after-20 {
	margin-bottom: 20px;
}
.frame-space-after-25 {
	margin-bottom: 25px;
}
.frame-space-after-30 {
	margin-bottom: 30px;
}
.frame-space-after-40 {
	margin-bottom: 40px;
}
.frame-space-after-50 {
	margin-bottom: 50px;
}
.frame-space-after-60 {
	margin-bottom: 60px;
}
.frame-space-after-70 {
	margin-bottom: 70px;
}
.frame-space-after-75 {
	margin-bottom: 75px;
}
.frame-space-after-80 {
	margin-bottom: 80px;
}
.frame-space-after-90 {
	margin-bottom: 90px;
}
.frame-space-after-100 {
	margin-bottom: 100px;
}


/** frame ruler */
/* before */
.frame-ruler-before {
	border-top: 1px solid rgba(0, 0, 0, .125);
	margin-top: 10px;
	padding-top: 10px;
}

@media (min-width: 568px) {
	.frame-ruler-before {
		margin-top: 15px;
		padding-top: 15px;
	}
}

@media (min-width: 768px) {
	.frame-ruler-before {
		margin-top: 20px;
		padding-top: 20px;
	}
}

@media (min-width: 992px) {
	.frame-ruler-before {
		margin-top: 25px;
		padding-top: 25px;
	}
}

@media (min-width: 1200px) {
	.frame-ruler-before {
		margin-top: 30px;
		padding-top: 30px;
	}
}

/* after */
.frame-ruler-after {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
	margin-bottom: 10px;
	padding-bottom: 10px;
}

@media (min-width: 568px) {
	.frame-ruler-after {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}

@media (min-width: 768px) {
	.frame-ruler-after {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	.frame-ruler-after {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
}

@media (min-width: 1200px) {
	.frame-ruler-after {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

/* indent */
.frame-indent .frame-inner {
	margin-left: 0%;
	margin-right: 0%;
}

@media (min-width: 568px) {
	.frame-indent .frame-inner {
		margin-left: 4%;
		margin-right: 4%;
	}
}

@media (min-width: 768px) {
	.frame-indent .frame-inner {
		margin-left: 8%;
		margin-right: 8%;
	}
}

@media (min-width: 1024px) {
	.frame-indent .frame-inner {
		margin-left: 12%;
		margin-right: 12%;
	}
}

@media (min-width: 1200px) {
	.frame-indent .frame-inner {
		margin-left: 16%;
		margin-right: 16%;
	}
}

/* indent-left */
.frame-indent-left .frame-inner {
	margin-left: 0%;
}

@media (min-width: 568px) {
	.frame-indent-left .frame-inner {
		margin-left: 8%;
	}
}

@media (min-width: 768px) {
	.frame-indent-left .frame-inner {
		margin-left: 16%;
	}
}

@media (min-width: 1024px) {
	.frame-indent-left .frame-inner {
		margin-left: 24%;
	}
}

@media (min-width: 1200px) {
	.frame-indent-left .frame-inner {
		margin-left: 32%;
	}
}

/* indent-right */
.frame-indent-right .frame-inner {
	margin-right: 0%;
}

@media (min-width: 568px) {
	.frame-indent-right .frame-inner {
		margin-right: 8%;
	}
}

@media (min-width: 768px) {
	.frame-indent-right .frame-inner {
		margin-right: 16%;
	}
}

@media (min-width: 1024px) {
	.frame-indent-right .frame-inner {
		margin-right: 24%;
	}
}

@media (min-width: 1200px) {
	.frame-indent-right .frame-inner {
		margin-right: 32%;
	}
}


/** align */
.align-baseline {
	vertical-align: baseline !important;
}
.align-top {
	vertical-align: top !important;
}
.align-middle {
	vertical-align: middle !important;
}
.align-bottom {
	vertical-align: bottom !important;
}
.align-text-bottom {
	vertical-align: text-bottom !important;
}
.align-text-top {
	vertical-align: text-top !important;
}


/** valign */
.valign {
	align-items: center;
	display: flex;
	width: 100%;
}
.valign .vcontainer {
	width: 100%;
}


/** float */
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
.float-none {
	float: none !important;
}

@media screen and (min-width: 568px) {
	.float-xsm-left {
		float: left !important;
	}
	.float-xsm-right {
		float: right !important;
	}
	.float-xsm-none {
		float: none !important;
	}
}

@media screen and (min-width: 768px) {
	.float-sm-left {
		float: left !important;
	}
	.float-sm-right {
		float: right !important;
	}
	.float-sm-none {
		float: none !important;
	}
}

@media screen and (min-width: 992px) {
	.float-md-left {
		float: left !important;
	}
	.float-md-right {
		float: right !important;
	}
	.float-md-none {
		float: none !important;
	}
}

@media screen and (min-width: 1024px) {
	.float-lg-left {
		float: left !important;
	}
	.float-lg-right {
		float: right !important;
	}
	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1200px) {
	.float-xl-left {
		float: left !important;
	}
	.float-xl-right {
		float: right !important;
	}
	.float-xl-none {
		float: none !important;
	}
}


/** overflow */
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}


/** position */
.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: sticky !important;
}


/** height */
.h-25 {
	height: 25% !important;
}
.h-50 {
	height: 50% !important;
}
.h-75 {
	height: 75% !important;
}
.h-100 {
	height: 100% !important;
}
.h-auto {
	height: auto !important;
}
.vw-100 {
	width: 100vw !important;
}
.min-vw-100 {
	min-width: 100vw !important;
}
.mw-100 {
	max-width: 100% !important;
}


/** width */
.w-20 {
	width: 20% !important;
}
.w-25 {
	width: 25% !important;
}
.w-33 {
	width: 33.33333333% !important;
}
.w-50 {
	width: 50% !important;
}
.w-66 {
	width: 66.66666667% !important;
}
.w-75 {
	width: 75% !important;
}
.w-100 {
	width: 100% !important;
}
.w-auto {
	width: auto !important;
}
.vh-100 {
	height: 100vh !important;
}
.min-vh-100 {
	min-height: 100vh !important;
}
.mh-100 {
	max-height: 100% !important;
}


/** texts */
.text-wrap {
	white-space: normal !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.text-decoration-none {
	text-decoration: none !important;
}
.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important;
}
.text-reset {
	color: inherit !important;
}

@media screen and (min-width: 568px) {
	.text-xsm-left {
		text-align: left !important;
	}
	.text-xsm-right {
		text-align: right !important;
	}
	.text-xsm-center {
		text-align: center !important;
	}
}

@media screen and (min-width: 768px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media screen and (min-width: 992px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media screen and (min-width: 1024px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}


/** font */
.font-italic {
	font-style: italic !important;
}
.font-weight-100 {
	font-weight: 100 !important;
}
.font-weight-200 {
	font-weight: 200 !important;
}
.font-weight-light,
.font-weight-300 {
	font-weight: 300 !important;
}
.font-weight-lighter {
	font-weight: lighter !important;
}
.font-weight-normal,
.font-weight-400 {
	font-weight: 400 !important;
}
.font-weight-500 {
	font-weight: 500 !important;
}
.font-weight-600 {
	font-weight: 600 !important;
}
.font-weight-bold,
.font-weight-700 {
	font-weight: 700 !important;
}
.font-weight-bolder,
.font-weight-800 {
	font-weight: bolder !important;
}
.font-weight-dark,
.font-weight-900 {
	font-weight: 900 !important;
}


/** header */
.frame-header *:last-child {
	margin-bottom: 1rem;
}

.frame-type-header .frame-header *:last-child {
	margin-bottom: 0;
}

header {}


/* headline positions */
header .center,
header .ce-headline-center {
	text-align: center;
}

header .right,
header .ce-headline-right {
	text-align: right;
}

header .left,
header .ce-headline-left {
	text-align: left;
}


/** zweispaltiger Text */
.frame-layout-1 {}

/* ipad - portrait */
@media screen and (min-width: 768px) {
	.frame-layout-1 > ul, /* frame-type-bullets */
	.frame-layout-1 .ce-bodytext {
		column-count: 2;
		column-gap: 30px;
	}

	.frame-layout-1 .row ul,
	.frame-layout-1 .row .ce-bodytext,
	.sidebar .frame-layout-1 > ul,
	.sidebar .frame-layout-1 .ce-bodytext,
	.frame-type-gridelements_pi1 .col .frame-layout-1 > ul,
	.frame-type-gridelements_pi1 .col .frame-layout-1 .ce-bodytext {
		column-count: auto;
	}

	.frame-layout-1 .ce-bodytext p,
	.frame-layout-1 .ce-bodytext li {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		   -moz-column-break-inside: avoid; /* Mozilla */
			-mx-column-break-inside: avoid;
				column-break-inside: avoid;
				  page-break-inside: avoid; /* Firefox */
					   break-inside: avoid; /* IE 10+ */
	}

	.frame-layout-1 .ce-bodytext p:first-of-type:last-of-type {
		display: inline-block;
	}
}

@media print {
	.frame-layout-1 > ul,
	.frame-layout-1 .ce-bodytext {
		column-count: auto;
	}
}

/* Chrome, Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.frame-layout-1 .ce-bodytext p {
		margin-bottom: 0;
	}

	.frame-layout-1 .ce-bodytext p::after {
		content: '';
		display: block;
		height: 20px; /* height of bottom-margin */
	}

	.frame-layout-1 .ce-bodytext p:last-child::after {
		height: 0;
	}
}

/* Firefox */
@-moz-document url-prefix() {
	.frame-layout-1 .ce-bodytext p {
		margin-bottom: 20px;
	}
	.frame-layout-1 .ce-bodytext p::after {
		display: none;
	}
}

/* IE 10+, MS Edge Browser */
_:-ms-lang(x), .frame-layout-1 .ce-bodytext p {
	margin-bottom: 20px;
}

_:-ms-lang(x), .frame-layout-1 .ce-bodytext p::after {
	display: none;
}


/** iframes */
iframe {
	border: none;
	max-width: 100%;
}

.iframe-outer-wrapper {
	max-width: 100%;
}

.align-left .iframe-outer-wrapper,
.ce-left .iframe-outer-wrapper {
	margin: 0 auto 0 0;
}

.align-center .iframe-outer-wrapper,
.ce-center .iframe-outer-wrapper {
	margin: 0 auto;
}

.align-right .iframe-outer-wrapper,
.ce-right .iframe-outer-wrapper {
	margin: 0 0 0 auto;
}

.iframe-inner-wrapper {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding: 56.25% 0 0; /* padding -> ratio: 16x9 */
	position: relative;
}

.iframe-inner-wrapper iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* audio */
.audio {}

.audio-embed {}

audio {
	width: 100%;
}

/* video */
.video {}

.video-embed {}

video {
	max-width: 100%;
}

/* hide AdWords Remarketing iFrame */
iframe[name="google_conversion_frame"] {
	border: none !important;
	height: 0 !important;
	width: 0 !important;
	position: fixed;
	bottom: 0;
	visibility: hidden;
}


/** maps */
.map {
	clear: both;
	height: 100%;
	position: relative;
	transition: .25s ease-out;
}

.no-js .map {
	display: none;
}

/* map cookie-hint */
.map .map--cookie-hint {
	background: rgba(0,0,0,.2);
	height: 100%;
	position: static;
}

.map .map--cookie-hint--image {
	background: no-repeat center;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.map .map--cookie-hint--terms {
	color: #FFF;
	background: rgba(0,0,0,.5);
	padding: 20px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.map .map--cookie-hint--terms p {
	margin: 0 0 10px;
}

.map .map--cookie-hint--terms p:last-child {
	margin-bottom: 0;
}

.map .map--cookie-hint--terms .more {}

.map .map--cookie-hint--terms .load-map {}

.map .map--cookie-hint--terms .checkbox {}

.map .map--cookie-hint--terms .checkbox input[type=checkbox],
.map .map--cookie-hint--terms .checkbox .input-custom {
    height: 16px;
    width: 16px;
}
.map .map--cookie-hint--terms .checkbox input[type=checkbox] {
    cursor: pointer;
    margin: 0 5px 0 0;
    opacity: 0;
    position: relative;
    top: -1px;
}

.map .map--cookie-hint--terms .checkbox label {
	display: inline-block;
	position: relative;
}

/* tap to enable */
div.tapToEnable {
	display: block;
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 300;
}

@media print {
	div.tapToEnable {
		display: none !important;
	}
}

div.tapToEnable.open {
	height: auto;
}

div.tapToEnable span {
	background: rgba(0, 0, 0, .5);
	box-sizing: border-box;
	height: 36px;
	width: 36px;
	position: absolute;
	top: 0;
	right: 0;
}

div.tapToEnable span::before,
div.tapToEnable span::after {
	box-sizing: initial;
	content: "";
	position: absolute;
}

div.tapToEnable span::before {
	border: 4px solid #FFF;
	border-radius: 50%;
	clip: rect(auto, auto, auto, 5px);
	height: 8px;
	width: 6px;
	top: 7px;
	left: 11px;
	transform: rotate(-90deg);
	transition: .1s ease-out;
}

div.tapToEnable span::after {
	background: #FFF;
	border-radius: 2px;
	height: 12px;
	width: 18px;
	bottom: 7px;
	left: 9px;
}

div.tapToEnable.open span::before {
	top: 5px;
	left: 13px;
	transform: rotate(-60deg);
}

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), div.tapToEnable span::before {
	height: 15px;
	width: 15px;
	left: 10px;
}


/** media */
div.ce-textpic {}
div.ce-gallery {}

div.ce-textpic:empty,
div.ce-gallery:empty { display: none; }

div.ce-textpic::after,
div.ce-gallery::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

div.ce-gallery img {
	box-sizing: content-box;
	display: block;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

/* border */
.ce-border .ce-media,
.ce-border figure,
.ce-border iframe {
	border: 1px solid #CCC;
	padding: 5px;
}

/* position */
div.ce-above .ce-bodytext {
	clear: both;
}

div.ce-below .ce-bodytext {}

div.ce-below .ce-gallery {}

div.ce-below .ce-bodytext + .ce-gallery {
	margin-top: 20px;
}

div.ce-right .ce-gallery,
div.ce-left .ce-gallery {
	max-width: calc(50% + 15px);
	z-index: 1;
}

div.ce-right .ce-gallery {
	float: right;
	margin-left: 0;
	padding-left: 30px;
}

div.ce-right .ce-gallery .ce-media {
	text-align: right;
}

div.ce-left .ce-gallery {
	float: left;
	margin-right: 0;
	padding-right: 30px;
}

div.ce-left .ce-gallery .ce-media {
	text-align: left;
}

div.ce-center .ce-gallery {
	margin: 0 auto;
	text-align: center;
}

div.ce-center .ce-gallery img {
	margin: 0 auto;
}

/* desc */
div.ce-gallery .ce-column figure {
	display: block;
	margin: 0;
	width: 100%;
}

div.ce-gallery .ce-column figure figcaption {
	display: block;
	font-size: 90%;
	text-align: left;
	margin: 5px 0 0;
	word-wrap: break-word;
}

/* in text */
div.csc-textpic .csc-textpic-image:last-child {
	margin-bottom: 0;
}

div.ce-intext .ce-gallery {
	margin-bottom: 10px;
}

div.ce-intext .ce-gallery[data-ce-columns="1"] img {}

div.ce-intext.ce-right .ce-gallery {}

div.ce-intext.ce-left .ce-gallery {}

div.ce-intext .ce-gallery .ce-row {
	width: auto;
}

/* smaller than iPhone5 - landscape */
@media screen and (max-width: 567px) {
	div.ce-right .ce-gallery,
	div.ce-left .ce-gallery {
		float: none;
		max-width: 100%;
	}
	div.ce-intext.ce-right .ce-gallery {
		padding-left: 0;
	}
	div.ce-intext.ce-left .ce-gallery {
		padding-right: 0;
	}
	div.ce-textpic .ce-gallery + .ce-bodytext,
	div.ce-textpic .ce-bodytext + .ce-gallery {
		margin-top: 40px;
	}
	.ce-gallery .ce-row:last-child .ce-column:last-child {
		margin-bottom: 0;
	}
}

/* beside text */
@media screen and (min-width: 667px) {
	div.ce-textpic.ce-intext.ce-nowrap {
		display: flex;
		align-items: start;
		flex: 0 1 auto;
		flex-flow: row wrap;
		justify-content: space-between;
		height: 100%;
	}
	div.ce-textpic.ce-intext.ce-nowrap::after {
		content: "";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}
	div.ce-textpic.ce-intext.ce-nowrap.ce-right {
		flex-direction: row-reverse;
		flex-flow: row-reverse;
	}
	div.ce-textpic.ce-intext.ce-nowrap .ce-gallery,
	div.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
		flex: 0 0 50%;
		flex-wrap: wrap;
		max-width: 50%;
		width: 100%;
	}
	div.ce-textpic.ce-intext.ce-nowrap .ce-gallery:first-child:last-child,
	div.ce-textpic.ce-intext.ce-nowrap .ce-bodytext:first-child:last-child {
		flex: 0 0 100%;
		max-width: 100%;
	}
	div.ce-textpic.ce-intext.ce-nowrap .ce-gallery {
		float: none;
		margin-bottom: 0;
	}
	div.ce-textpic.ce-intext.ce-nowrap.ce-right .ce-gallery {
		padding-left: 30px;
	}
	div.ce-textpic.ce-intext.ce-nowrap.ce-left .ce-gallery {
		padding-right: 30px;
	}
	div.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.col > .frame > div.ce-textpic.ce-intext.ce-nowrap {
		display: block;
	}
	.col > .frame > div.ce-textpic.ce-intext.ce-nowrap.ce-right .ce-gallery {
		float: right;
	}
	.col > .frame > div.ce-textpic.ce-intext.ce-nowrap.ce-left .ce-gallery {
		float: left;
	}
	.col > .frame > div.ce-textpic.ce-intext.ce-nowrap .ce-bodytext {
		max-width: 100%;
		overflow: visible;
	}
	.col > .frame > div.ce-textpic.ce-intext.ce-nowrap .ce-bodytext header + * {
		clear: both;
		padding-top: 10px;
	}
}

/* columns */
.ce-gallery .ce-row {
	align-items: stretch;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-ms-flex: 0 1 auto;
	-ms-flex-align: center;
	-ms-flex-direction: row;
	-ms-flex-pack: start;
	-ms-flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-flex: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: start;
	-webkit-flex-wrap: wrap;

	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
}

.ce-intext .ce-gallery .ce-row {
	-webkit-box-align: start;
	   -ms-flex-align: start;
		  align-items: start;
}

.ce-gallery .ce-row::before,
.ce-gallery .ce-row::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.ce-gallery .ce-row + .ce-row {}

.ce-gallery .ce-column {
	box-sizing: border-box;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;

	flex: 0 0 auto;
	flex-wrap: wrap;
	flex-basis: 0;
	flex-grow: 1;

	margin: 0 0 30px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.ce-gallery .ce-column a {
	display: inline-block;
	display: -ms-inline-flexbox;
	margin-bottom: -6px;
	text-decoration: none;
}

.ce-gallery[data-ce-columns="8"] {}

.ce-gallery[data-ce-columns="8"] .ce-column {
	flex: 0 0 12.5%;
	max-width: 12.5%;
}

.ce-gallery[data-ce-columns="7"] {}

.ce-gallery[data-ce-columns="7"] .ce-column {
	flex: 0 0 14.2857%;
	max-width: 14.2857%;
}

.ce-gallery[data-ce-columns="6"] {}

.ce-gallery[data-ce-columns="6"] .ce-column {
	flex: 0 0 16.66666667%;
	max-width: 16.66666667%;
}

.ce-gallery[data-ce-columns="5"] {}

.ce-gallery[data-ce-columns="5"] .ce-column {
	flex: 0 0 20%;
	max-width: 20%;
}

.ce-gallery[data-ce-columns="4"] {}

.ce-gallery[data-ce-columns="4"] .ce-column {
	flex: 0 0 25%;
	max-width: 25%;
}

.ce-gallery[data-ce-columns="3"] {}

.ce-gallery[data-ce-columns="3"] .ce-column {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.ce-gallery[data-ce-columns="2"] {}

.ce-gallery[data-ce-columns="2"] .ce-column {
	flex: 0 0 50%;
	max-width: 50%;
}

.ce-gallery[data-ce-columns="1"] {}

.ce-gallery[data-ce-columns="1"] .ce-column {
	flex: 0 0 100%;
	max-width: 100%;
}

div.ce-right .ce-gallery[data-ce-columns] .ce-column,
div.ce-left .ce-gallery[data-ce-columns] .ce-column {
	flex: 0 0 auto;
}

.ce-gallery[data-ce-columns="1"] .ce-row:last-child .ce-column:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.ce-gallery[data-ce-columns="8"] .ce-column,
	.ce-gallery[data-ce-columns="7"] .ce-column {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.ce-gallery[data-ce-columns="6"] .ce-column {
		flex: 0 0 33.33333333%;
		max-width: 33.33333333%;
	}
}

/* ipad - portrait */
@media screen and (max-width: 768px) {
	.ce-gallery[data-ce-columns="8"] .ce-column,
	.ce-gallery[data-ce-columns="7"] .ce-column,
	.ce-gallery[data-ce-columns="5"] .ce-column,
	.ce-gallery[data-ce-columns="4"] .ce-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* smaller than ipad - portrait */
@media screen and (max-width: 767px) {
	.ce-gallery[data-ce-columns="6"] .ce-column,
	.ce-gallery[data-ce-columns="3"] .ce-column {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/* iPhone6+ - portrait */
@media screen and (max-width: 414px) {
	.ce-gallery[data-ce-columns="8"] .ce-column,
	.ce-gallery[data-ce-columns="7"] .ce-column,
	.ce-gallery[data-ce-columns="6"] .ce-column,
	.ce-gallery[data-ce-columns="5"] .ce-column,
	.ce-gallery[data-ce-columns="4"] .ce-column,
	.ce-gallery[data-ce-columns="3"] .ce-column,
	.ce-gallery[data-ce-columns="2"] .ce-column {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ce-gallery .ce-row:last-child .ce-column:last-child {
		margin-bottom: 0;
	}
}


/** tables */
.frame-type-table {
	display: block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 1;
	width: 100%;
}

.frame-type-table table {
	min-width: 280px;
}

table {}

table caption {
	/*display: none;*/
	caption-side: bottom;
	font-size: 90%;
	text-align: right;
	margin: 5px 0 0;
}

table.contenttable,
table.ce-table {
	border: none;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

table.ce-table + .ce-table {
	margin: 20px 0 0;
}

table.contenttable thead td,
table.ce-table th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

table.contenttable td,
table.ce-table td {
	padding: 5px;
	vertical-align: top;
}

table.contenttable td,
table.ce-table-bordered th,
table.ce-table-bordered td {
	border: 1px solid #CCC;
}

table.contenttable thead td,
table.ce-table-bordered th {
	background: #CCC;
	border-color: #CCC #FFF;
}

table.ce-table-bordered tbody th {
	border-color: #CCC;
}

table.contenttable thead td:first-child,
table.ce-table-bordered th:first-child {
	border-left-color: #CCC;
}

table.contenttable thead td:last-child,
table.ce-table-borderede th:last-child {
	border-right-color: #CCC;
}

table.contenttable td {}

table.ce-table-bordered td {}

table.ce-table-striped {}

table.contenttable thead td,
table.ce-table-striped thead th {
	background-color: #CCC;
}

table.contenttable tr:nth-of-type(odd),
table.ce-table-striped tr:nth-of-type(odd) {
	background-color: transparent;
}

table.contenttable tr:nth-of-type(even),
table.ce-table-striped tr:nth-of-type(even) {
	background-color: rgba(0,0,0,.03);
}

table.ce-table-striped td {}

table.ce-table tbody th {
	border: 1px solid #CCC;
}

table.ce-table th ~ td {
	border: 1px solid #CCC;
}


/** def lists */
dl {
	display: block;
	overflow: hidden;
}

dl dt {
	clear: both;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}

dl dd {
	display: block;
	margin: 0 0 15px 30px;
}


/** ce-uploads */
.ce-uploads {
	list-style: none;
	padding: 0;
}

.ce-uploads li {
	margin: 20px 0 0;
}

.ce-uploads li:first-child {
	margin-top: 0;
}

.ce-uploads li::after {
	content: "";
	clear: both;
	display: block;
}

.ce-uploads .ce-uploads-fileName {
	display: inline-block;
}

/* only name */
.ce-uploads li > div:first-child a {}

/* preview */
.ce-uploads li > a:first-child {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.ce-uploads li > a:first-child img {
	background-size: 10px 10px;
	display: block;
	float: none;
	height: auto;
	max-width: 100%;
	padding: 0;
}

.ce-uploads li > a:first-child + div {
	padding-top: 20px;
}

/* icon */
.ce-uploads li > img {
	display: none;
}

.ce-uploads li > img + div a {
	display: inline-block;
	padding-top: 5px;
	position: relative;
}

.ce-uploads li > img + div a::before {
	display: inline-block;
	color: #444;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	margin-top: -2px;
	position: absolute;
	left: 0;
}

.ce-uploads li > img + div a[href]::before {
	content: "\f15b";
}

.ce-uploads li > img + div a[href$='.jpg' i]::before,
.ce-uploads li > img + div a[href$='.jpeg' i]::before,
.ce-uploads li > img + div a[href$='.ico' i]::before,
.ce-uploads li > img + div a[href$='.gif' i]::before,
.ce-uploads li > img + div a[href$='.png' i]::before {
	content: "\f1c5";
}

.ce-uploads li > img + div a[href$='.csv' i]::before,
.ce-uploads li > img + div a[href$='.xls' i]::before,
.ce-uploads li > img + div a[href$='.xlsx' i]::before,
.ce-uploads li > img + div a[href$='.xlt' i]::before,
.ce-uploads li > img + div a[href$='.xlw' i]::before,
.ce-uploads li > img + div a[href$='.doc' i]::before,
.ce-uploads li > img + div a[href$='.docx' i]::before,
.ce-uploads li > img + div a[href$='.pages' i]::before,
.ce-uploads li > img + div a[href$='.rtf' i]::before,
.ce-uploads li > img + div a[href$='.txt' i]::before {
	content: "\f0f6";
}

.ce-uploads li > img + div a[href$='.pdf' i]::before {
	content: "\f1c1";
}

.ce-uploads li > img + div a[href$='.zip' i]::before,
.ce-uploads li > img + div a[href$='.rar' i]::before,
.ce-uploads li > img + div a[href$='.gzip' i]::before {
	content: "\f1c6";
}

.ce-uploads li > img + div a .ce-uploads-fileName {
	padding-left: 25px;
}

/* description */
.ce-uploads .ce-uploads-description {
	display: block;
}

.ce-uploads .ce-uploads-filesize {
	display: block;
}


/** accordions */
.accordion-container {}

.accordion-container .accordion-content {}

.accordion-container .accordion-content--item {}

.accordion-container .accordion-content--item.closed {}

.accordion-container .accordion-content--item .accordion-item--header {
	cursor: pointer;
	position: relative;
}

.accordion-container .accordion-content--item .accordion-item--header header {}

.accordion-container .accordion-content--item .toggle--sub-nav {}

.accordion-container .accordion-content--item .accordion-item--content {
	transition: all .2s ease;
}

.accordion-container .accordion-content--item.closed .accordion-item--content {
	height: 0;
	opacity: 0;
}

.accordion-container .accordion-content--item .used-as-accordion-item-header {
	display: none;
}


/** tabs */
.tab-container {}

.tab-container .tab-content {}

.tab-container .tab-content--item {}

.tab-container .tab-content.slick-slider {
	display: flex;
	flex-flow: column-reverse;
}

.tab-container .tab-content .slick-track {
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
}

.tab-container .tab-content .slick-slide {}

.tab-container .tab-content .slick-slide.slick-active {}

.tab-container .tab-content .slick-slide {}

.tab-container .slick-track::after,
.tab-container .slick-dots::after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.tab-container .slick-dots {
	border-bottom: 1px solid;
	list-style: none;
	margin: 0 0 10px;
	padding: 0 0 0 1px;
}

.tab-container .slick-dots li {
	border: 1px solid;
	display: block;
	float: left;
	margin: 0 0 -1px -1px;
}

.tab-container .slick-dots li.slick-active {
	border-bottom: none;
	background: #FFF;
	padding-bottom: 1px;
}

.tab-container .slick-dots .pager-item {
	cursor: pointer;
	display: block;
	padding: 10px;
	text-align: center;
}

.tab-container .slick-dots .pager-item .label {}


/** forcing reduced motion */
@media (prefers-reduced-motion: reduce) {
	*, ::before, ::after {
		animation-delay: -1ms !important;
		animation-duration: 1ms !important;
		animation-iteration-count: 1 !important;
		background-attachment: initial !important;
		scroll-behavior: auto !important;
		transition-duration: 0s !important;
		transition-delay: 0s !important;
	}
}


/** @print */
@media print {
	@page {
		size: A4 portrait;
	}
	*,
	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}
	body {
		min-width: 992px !important;
		-webkit-print-color-adjust: exact;
				print-color-adjust: exact;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	a:not(.btn) {
		text-decoration: underline;
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre,
	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
}


/** eof **/

/* global style for editor */

html {
	font-size: 10px;
}

body {
	font-family: sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
}
@media screen and (max-width: 666px) {
	body {
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
			-ms-hyphens: auto;
				hyphens: auto;
	}
}


/** defaults */
b,
strong {
	font-weight: 600;
}

i,
em {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
	text-decoration-color: #444;
}

s,
strike,
del {
	text-decoration: line-through;
	text-decoration-color: #444;
}

small,
.small {
	font-size: 80%;
	font-weight: 400;
}

big,
.big {
	font-size: 120%;
	font-weight: 400;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}


/** headings */
h1, .h1 {
	font-size: 2rem;
	font-weight: 600;
}
h2, .h2 {
	font-size: 1.75rem;
	font-weight: 400;
}
h3, .h3 {
	font-size: 1.5rem;
	font-weight: 400;
}
h4, .h4 {
	font-size: 1.25rem;
	font-weight: 400;
}
h5, .h5 {
	font-size: 1rem;
	font-weight: 400;
}
h6, .h6 {
	font-size: .85rem;
	font-weight: 400;
}


/** paragraphs */
p {
	margin: 0 0 20px;
}

p:first-of-type {}

p:first-child {}

p:last-child {
	margin-bottom: 0;
}


/** text colors */
.text-white {
	color: #FFF !important;
}

.text-primary {
	color: #4faf98 !important;
}
.text-primary a:hover,
.text-primary a:focus {
	color: #377a6a !important;
}

.text-secondary {
	color: #ff3f00 !important;
}
.text-secondary a:hover,
.text-secondary a:focus {
	color: #b32c00 !important;
}

.text-success {
	color: #28a745 !important;
}
.text-success a:hover,
.text-success a:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}
.text-info a:hover,
.text-info a:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}
.text-warning a:hover,
.text-warning a:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}
.text-danger a:hover,
.text-danger a:focus {
	color: #a71d2a !important;
}


/** texts */
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}
.text-lowercase {
	text-transform: lowercase !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}

/* text-indent */
.text-indent {}

.cke_editable .text-indent {
	margin-left: 40px;
}

@media (min-width: 568px) {
	.text-indent {
		margin-left: 20px;
	}
}

@media (min-width: 768px) {
	.text-indent {
		margin-left: 40px;
	}
}

@media (min-width: 1024px) {
	.text-indent {
		margin-left: 60px;
	}
}

@media (min-width: 1200px) {
	.text-indent {
		margin-left: 80px;
	}
}


/* lead */
.lead {}

.lead::first-letter {
	font-size: 200%;
}


/** img in text */
p img[style*="float: right;"],
p img[style*="float:right;"] {
	padding-left: 20px;
}

p img[style*="float: left;"],
p img[style*="float:left;"] {
	padding-right: 20px;
}

/* smaller than iPhone5 - landscape */
@media screen and (max-width: 567px) {
	p img[style*="float: right;"],
	p img[style*="float:right;"] {
		float: none !important;
		padding-left: 0;
	}
	p img[style*="float: left;"],
	p img[style*="float:left;"] {
		float: none !important;
		padding-right: 0;
	}
}


/** lists */
.cke_editable ul:not(:last-child),
.ce-bodytext ul:not(:last-child),
.ce-bodytext ol:not(:last-child) {
	margin-bottom: 20px;
}

.cke_editable ul.list-unstyled > li::before,
.ce-bodytext ul.list-unstyled > li::before,
.ce-bodytext ul.list-inline > li::before {
	display: none;
}

/* ul */
.cke_editable ul,
.ce-bodytext ul,
.content ul.ce-bullets {
	padding-left: 0;
}
.cke_editable ul ul,
.cke_editable ul ol,
.ce-bodytext ul ul,
.ce-bodytext ul ol,
.content ul.ce-bullets ul,
.content ul.ce-bullets ol {
	margin-top: 10px;
	padding-left: 0;
}
.cke_editable ul > li > p:first-child:last-child,
.ce-bodytext ul > li > p:first-child:last-child {
	display: inline;
}
.cke_editable ul > li,
.ce-bodytext ul > li,
.content ul.ce-bullets > li {
	margin: 0 0 10px 15px;
	position: relative;
}

/* ol */
.cke_editable ol,
.ce-bodytext ol,
.content ol.ce-bullets {
	margin: 0;
	padding-left: 0;
}
.cke_editable ol ul,
.cke_editable ol ol,
.ce-bodytext ol ul,
.ce-bodytext ol ol,
.content ol.ce-bullets ul,
.content ol.ce-bullets ol {
	margin-top: 10px;
}
.cke_editable ol > li,
.ce-bodytext ol > li,
.content ol.ce-bullets > li {
	margin: 0 0 10px 35px;
	position: relative;
}
.cke_editable ol ol > li,
.ce-bodytext ol ol > li,
.content ol.ce-bullets ol > li {
	margin-left: 25px;
}

/* unstyled */
.cke_editable .list-unstyled,
.ce-bodytext .list-unstyled {
	padding-left: 0;
	list-style: none;
}

/* inline */
.cke_editable .list-inline,
.ce-bodytext .list-inline {
	padding-left: 0;
	list-style: none;
}

.cke_editable .list-inline > li,
.ce-bodytext .list-inline > li {
	display: inline-block;
	margin: 0 0 10px;
}

.cke_editable .list-inline > li:not(:last-child),
.ce-bodytext .list-inline > li:not(:last-child) {
	margin-right: 15px;
}


/** quotes */
q,
quote,
.quote {
	quotes: '„' '“';
	display: block;
	font-style: italic;
	margin: 15px 20px;
}

q::before,
q::after,
quote::before,
quote::after,
.quote::before,
.quote::after {
	font-size: large;
	line-height: 1;
}

q::before,
quote::before,
.quote::before {
	content: open-quote;
}

q::after,
quote::after,
.quote::after {
	content: close-quote;
}

q p:first-child,
q p:last-child,
quote p:first-child,
quote p:last-child,
.quote p:first-child,
.quote p:last-child {
	display: inline;
}

blockquote,
.blockquote {
	quotes: '“' '”';
	border: none;
	display: block;
	font-style: italic;
	margin: 15px 40px 15px 25px;
	padding: 0;
	position: relative;
}

.cke_editable blockquote,
.cke_editable .blockquote {
	padding: 0;
}

blockquote::before,
.blockquote::before {
	content: open-quote;
	float: left;
	font-size: xx-large;
	line-height: 1;
	margin-left: -25px;
}

blockquote > *:last-child,
.blockquote > *:last-child {
	margin-bottom: 0;
}

blockquote footer,
.blockquote footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
	margin-top: -0.5rem;
}

blockquote footer::before,
.blockquote footer::before {
	content: "\2014 \00A0";
}


/** code */
pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-break: break-word;
}

a > code {
	color: inherit;
}

pre {
	display: block;
	color: #2b2b2b;
	font-size: 87.5%;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	white-space: pre-line;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #FFF;
	background-color: #2b2b2b;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}


/** buttons */
.btn {
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0;
	color: #2b2b2b;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	padding: .375rem .75rem;
	text-align: center;
	text-decoration: none;
	user-select: none;
	vertical-align: middle;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #2b2b2b;
	text-decoration: none;
}

.btn:focus,
.btn.focus {
	box-shadow: 0 0 0 .2rem rgba(79, 175, 152, .25);
	outline: 0;
}

.btn.disabled,
.btn:disabled {
	opacity: .65;
}

a.btn.disabled,
a.btn:disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}


/* btn default */
.btn-default {
	color: #2b2b2b;
	background-color: #eaebec;
	border-color: #eaebec;
}

.btn-default:hover {
	color: #2b2b2b;
	background-color: #d6d8da;
	border-color: #cfd2d4;
}

.btn-default.focus,
.btn-default:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 206, 207, .5);
}

.btn-default.disabled
.btn-default:disabled {
	color: #2b2b2b;
	background-color: #eaebec;
	border-color: #eaebec;
}

.btn-default:not(:disabled):not(.disabled).active,
.btn-default:not(:disabled):not(.disabled):active {
	color: #2b2b2b;
	background-color: #cfd2d4;
	border-color: #c9cbce;
}

.btn-default:not(:disabled):not(.disabled).active:focus,
.btn-default:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(205, 206, 207, .5);
}

/* outline-default */
.btn-outline-default {
	color: #2b2b2b;
	border-color: #eaebec;
}

.btn-outline-default:hover {
	color: #2b2b2b;
	background-color: #eaebec;
	border-color: #eaebec;
}

.btn-outline-default.focus,
.btn-outline-default:focus {
	box-shadow: 0 0 0 .2rem rgba(234, 235, 236, .5);
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
	color: #eaebec;
	background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled).active,
.btn-outline-default:not(:disabled):not(.disabled):active {
	color: #2b2b2b;
	background-color: #eaebec;
	border-color: #eaebec;
}

.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.btn-outline-default:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(234, 235, 236, .5);
}


/* btn primary */
.btn-primary {
	color: #FFF;
	background-color: #4faf98;
	border-color: #4faf98;
}

.btn-primary:hover {
	color: #FFF;
	background-color: #439581;
	border-color: #3f8c79;
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(105, 187, 167, .5);
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #FFF;
	background-color: #4faf98;
	border-color: #4faf98;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #3f8c79;
	border-color: #3b8372;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(105, 187, 167, .5);
}


/* outline-primary */
.btn-outline-primary {
	color: #4faf98;
	border-color: #4faf98;
}

.btn-outline-primary:hover {
	color: #FFF;
	background-color: #4faf98;
	border-color: #4faf98;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(79, 175, 152, .5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #4faf98;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #4faf98;
	border-color: #4faf98;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(79, 175, 152, .5);
}


/* btn secondary */
.btn-secondary {
	color: #FFF;
	background-color: #ff3f00;
	border-color: #ff3f00;
}

.btn-secondary:hover {
	color: #FFF;
	background-color: #d93600;
	border-color: #cc3200;
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 92, 38, .5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #FFF;
	background-color: #ff3f00;
	border-color: #ff3f00;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #cc3200;
	border-color: #bf2f00;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 92, 38, .5);
}

/* outline-secondary */
.btn-outline-secondary {
	color: #ff3f00;
	border-color: #ff3f00;
}

.btn-outline-secondary:hover {
	color: #FFF;
	background-color: #ff3f00;
	border-color: #ff3f00;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 63, 0, .5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #ff3f00;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #ff3f00;
	border-color: #ff3f00;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 63, 0, .5);
}


/* success */
.btn-success {
	color: #FFF;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #FFF;
	background-color: #218838;
	border-color: #1e7e34;
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled,
.btn-success:disabled {
	color: #FFF;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #1e7e34;
	border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

/* outline-success */
.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #FFF;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}


/* info */
.btn-info {
	color: #FFF;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #FFF;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

.btn-info.disabled,
.btn-info:disabled {
	color: #FFF;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}

/* outline-info */
.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #FFF;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}


/* warning */
.btn-warning {
	color: #2b2b2b;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #2b2b2b;
	background-color: #e0a800;
	border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(223, 171, 12, .5);
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #2b2b2b;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #2b2b2b;
	background-color: #d39e00;
	border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(223, 171, 12, .5);
}

/* outline-warning */
.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #2b2b2b;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
	color: #2b2b2b;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}


/* danger */
.btn-danger {
	color: #FFF;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:hover {
	color: #FFF;
	background-color: #c82333;
	border-color: #bd2130;
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #FFF;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #bd2130;
	border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}

/* outline-danger */
.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:hover {
	color: #FFF;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #dc3545;
	border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}


/** eof **/

/* date picker */

.xdsoft_datetimepicker {
	display: none;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
	background: #FFF;
	border: 1px solid #BBB;
	color: #333;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	padding: 2px 8px 8px 0;
	position: absolute;
	z-index: 9999;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

.xdsoft_datetimepicker iframe {
	background: transparent;
	border: none;
	height: 210px;
	width: 75px;
	position: absolute;
	top: 0;
	left: 0;
}

/*For IE8 or lower*/
.xdsoft_datetimepicker button {
	border: none !important;
}

.xdsoft_noselect {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
		   -o-user-select: none;
			  user-select: none;
}

.xdsoft_noselect::selection {
	background: transparent;
}

.xdsoft_noselect::-moz-selection {
	background: transparent;
}

.xdsoft_datetimepicker.xdsoft_inline {
	box-shadow: none;
	display: inline-block;
	position: static;
}

.xdsoft_datetimepicker * {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
		 box-sizing: border-box;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
	display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
	display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
	float: left;
	margin-left: 8px;
	width: 224px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
	float: left;
	margin-top: 0;
	margin-left: 8px;
	text-align: center;
	width: 58px;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
	margin-top: 8px;
	margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
	position: relative;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}

.xdsoft_datetimepicker .xdsoft_prev {
	background-position: -20px 0;
	float: left;
}

.xdsoft_datetimepicker .xdsoft_today_button {
	background-position: -70px 0;
	float: left;
	margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
	background-position: 0 0;
	float: right;
}

.xdsoft_datetimepicker .xdsoft_next:active,
.xdsoft_datetimepicker .xdsoft_prev:active {
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0 none currentColor;
	cursor: pointer;
	display: block;
	height: 30px;
	width: 20px;
	opacity: 0.5;
	outline: medium none currentColor;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
	background-position: -40px -15px;
	display: block;
	float: none;
	height: 15px;
	width: 30px;
	margin-top: 7px;
	margin-left: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
	background-position: -40px 0px;
	margin-top: 0;
	margin-bottom: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
	border-bottom: 1px solid #EEE;
	height: 151px;
	overflow: hidden;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div > div {
	background: #FFF;
	border-top: 1px solid #EEE;
	border-bottom-width: 0;
	border-collapse: collapse;
	color: #444;
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
	border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
	opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label {
	display: inline;
	background-color: #FFF;
	cursor: pointer;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 3px;
	text-align: center;
	position: relative;
	z-index: 9999;
	width: 182px;
}

.xdsoft_datetimepicker .xdsoft_label:hover {
	text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
	display: none;
	background: #FFF;
	border: 1px solid #CCC;
	max-height: 160px;
	overflow-y: hidden;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 101;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect { right: -7px; }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect { right: 2px; }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
	color: #FFF;
	background: #A94442;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
	padding: 2px 10px 2px 5px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0 1px 3px 0 inset;
	color: #FFF;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
	text-align: right;
	width: 90px;
}

.xdsoft_datetimepicker .xdsoft_calendar {
	clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
	width: 56px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
	border-collapse: collapse;
	width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
	padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #F5F5F5;
	border: 1px solid #DDD;
	border-collapse: collapse;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	height: 25px;
	width: 14.2857142%;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	background: #F1F1F1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
	color: #1E5799;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
	background: #1E5799;
	box-shadow: #1E5799 0 1px 3px 0 inset;
	color: #FFF;
	font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
	opacity: .5;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
	opacity: .2;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
	background: #A94442 !important;
	box-shadow: none !important;
	color: #FFF !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
	background: inherit !important;
	box-shadow: inherit !important;
	color: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
	color: #999;
	cursor: default;
	font-weight: 700;
	text-align: center;
}

.xdsoft_datetimepicker .xdsoft_copyright {
	clear: both;
	color: #CCC !important;
	float: none;
	font-size: 10px;
	margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
	color: #EEE !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
	color: #AAA !important;
}

.xdsoft_time_box {
	border: 1px solid #CCC;
	position: relative;
}

.xdsoft_scrollbar >.xdsoft_scroller {
	background: #CCC !important;
	border-radius: 3px;
	height: 20px;
}

.xdsoft_scrollbar {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
}

.xdsoft_scroller_box {
	position: relative;
}


/* eof */

/* Noto-Sans- 400 Regular */
@font-face {
    font-family: 'Noto-Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Fonts/Noto-Sans/NotoSans-Regular.ttf') format('truetype')
}
/* Noto-Sans-500 Medium */
@font-face {
    font-family: 'Noto-Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Fonts/Noto-Sans/NotoSans-Medium.ttf') format('truetype');
}
/* Noto-Sans-700 Bold */
@font-face {
    font-family: 'Noto-Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Fonts/Noto-Sans/NotoSans-Bold.ttf') format('truetype');
}

/* eof */

/* this file contains the global layout of page */

/* globals */
html, body {
    background: #404751;
    color: white;
    scroll-padding-top: 100px;
}

a {
    transition: all .2s ease;
}

img {
    height: auto;
}

.hide {
    display: none;
}

/* selection */
::selection {
    background: #A7D1A2;
    color: #FFF;
}

a::selection, a span::selection {
    color: #000;
}

::-moz-selection {
    background: #A7D1A2;
    color: #FFF;
}

a::-moz-selection, a span::-moz-selection {
    color: #000;
}

/* root */
#inner-wrapper, body > #root {
    background: #404751;
    margin: 0 auto;
    position: relative;
    min-height: 100%;
    width: 100%;
}

#inner-wrapper {
}

#root {
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
}


#ScrollToTop {
    border-color: #A7D1A2;
}

#ScrollToTop .scroll-top-icon::after {
    background: #A7D1A2;
}

/* page width */
/*#content-area, #mainHeader, #mainFooter .outer-wrapper { clear: both; margin: 0 auto; padding: 0 20px; max-width: 1240px; }*/
#mainHeader, #mainFooter .outer-wrapper {
    max-width: var(--max-width-container);
    margin: auto;
    padding: 0 20px;
}

#mainHeader {
    margin-bottom: -37px;
}

@media screen and (max-width: 1060px) {
    #mainHeader {
        padding: 0;
    }
}

/* animation */
.header #logo, .navbar-toggler, .navbar-toggler-icon, .toggleSubNav span {
    transition: .25s ease-out;
}

.navbar-toggler {
    top: 50%;
    transform: translateY(calc(-50% - 20px));
}


/* social */
.social-navigation .menu-item a {
    display: block;
}

.social-navigation .menu-item a:after {
    color: white;
    font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
    transition: color 0.2s ease-in-out;
}

.social-navigation .menu-item a:hover:after {
    color: #A7D1A2;
}

.social-navigation .menu-item a[href*="facebook"]:after {
    content: "\f09a";
}

.social-navigation .menu-item a[href*="instagram"]:after {
    content: "\e055";
}

.social-navigation .menu-item a span {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* header */
#logo a {
    background: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Img/logo-luv.png') no-repeat left;
    background-size: contain;
    display: block;
    height: 168px;
}

#logo span {
    display: none;
}

#mainHeader {
    position: relative;
    z-index: 1;
}

#mainHeader a {
    color: white;
}

#mainHeader .header-inner {
    display: grid;
    grid-template-columns: 20% 80%;
    position: relative;
}

#mainHeader .header-inner .searchAndMenu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: 30px;
}

@media screen and (max-width: 1060px) {
    #mainHeader .logo {
        margin-left: 20px;
    }

    #mainHeader .header-inner {
        display: block;
    }

    #mainHeader .header-inner .searchAndMenu {
        margin-top: 0;
    }

    #mainHeader .header-inner .searchAndMenu i {
        display: none;
    }

    #mainHeader .header-meta {
        display: none;
    }
}

#mainHeader .header-inner .searchAndMenu i {
    margin-bottom: 40px;
    cursor: pointer;
    color: white;
    transition: opacity 0.3s ease-in-out;
}

#mainHeader .header-inner .searchAndMenu i.magnify.close {
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

#mainHeader .header-inner .searchAndMenu i.cross {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 28px;
    font-size: 16px;
}

#mainHeader .header-inner .searchAndMenu i.cross.open {
    opacity: 1;
    pointer-events: all;
    position: relative;
    right: 1px;
    top: 1px;
}

.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    background: white;
}

.header-meta {
    position: relative;
    padding: 10px 0;
}

.header-meta .site-navigation {
    position: relative;
    z-index: 1;
}

.header-meta .site-navigation ul li {
    display: inline-block;
}

.header-meta:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #1A1E25;
}

.header-meta .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 14px;
}

.header-meta .openingTimes {
    position: relative;
    color: white;
}

.header-meta .openingTimes a {
    margin-left: 20px;
    position: relative;
    text-align: right;
}

.header-meta .openingTimes a:after {
    content: '>';
    display: block;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-meta .socialMeta {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.header-meta .socialMeta a {
    margin-left: 10px;
}

.header-meta .social-navigation a:after {
    font-size: 18px;
    top: 1px;
}

#mainHeader .header-inner .searchAndMenu #headerSearch {
    position: absolute;
    top: 17px;
    right: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

#mainHeader .header-inner .searchAndMenu #headerSearch.open {
    opacity: 1;
    pointer-events: all;
}

#mainHeader .header-inner .searchAndMenu #headerSearch .submitbutt {
    display: none;
}

#mainHeader .kesearch_searchbox .kesearchbox {
    border: none;
}

#mainHeader .header-inner .searchAndMenu #headerSearch .kesearch_searchbox #ke_search_sword {
    background: none;
    border: none;
    border-bottom: 1px solid white;
    color: white;
}

#mainHeader #ke_search_sword::-webkit-search-cancel-button {
    display: none;
}

#mainHeader #ke_search_sword:-webkit-autofill,
#mainHeader #ke_search_sword:-webkit-autofill:hover,
#mainHeader #ke_search_sword:-webkit-autofill:focus {
    -webkit-text-fill-color: #FFF;
}

form#form_kesearch_pi1 ::placeholder,
form#form_kesearch_pi1 :placeholder-shown {
    color: white;
}

#main-nav ul li {
    display: inline-block;
    margin-left: 35px;
}

@media screen and (max-width: 1060px) {
    #main-nav ul li {
        display: block;
    }
}

#headerSearch .kesearch_searchbox .submitbutt {
    background: #A7D1A2;
}

#headerSearch .kesearch_searchbox .submitbutt input[type="submit"] {
    color: black;
}

#headerSearch .kesearch_searchbox .submitbutt:after {
    background: white;
}

.site-navigation input {
    display: none;
}

.site-navigation label {
    display: none;
}

#main-nav ul li {
    position: relative;
}

#main-nav ul li a {
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

#main-nav ul li a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 100%;
    height: 8px;
    background-color: #A7D1A2;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#main-nav ul li ul li a:after {
    content: none;
}

#main-nav > nav > ul > li.has--child-items {
    margin-right: 10px;
}

#main-nav > nav > ul > li.has--child-items:after {
    content: '\f078';
    display: block;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    right: -20px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    font-weight: 700;
    color: white;
}

#main-nav > nav > ul > li.has--child-items > a {
    pointer-events: none;
}

#main-nav > nav > ul > li.current > a:after, #main-nav > nav > ul > li.active > a:after {
    bottom: -20px;
    opacity: 1;
}

#main-nav > nav > ul > li > .submenu-wrapper ul li.current a:after {
    bottom: -8px;
    opacity: 1;
}

#main-nav .submenu-wrapper {
    position: absolute;
    left: -20px;
    top: 100%;
    padding: 20px;
    background: #404751;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    text-align: left;
    z-index: 10;
    min-width: 150px;
}

#main-nav .submenu-wrapper ul li {
    display: block;
    margin-left: 0;
    line-height: 40px;
}

#main-nav .submenu-wrapper ul li a {
    white-space: nowrap;
}

#main-nav ul li:hover .submenu-wrapper, #main-nav ul li:focus .submenu-wrapper {
    opacity: 1;
    pointer-events: all;
}

@media screen and (max-width: 1060px) {
    #main-nav {
        padding-top: 60px;
    }

    #main-nav ul li {
        margin-top: 20px;
        margin-left: 0;
    }

    #main-nav > nav > ul > li:first-child {
        margin-top: 0;
    }

    #main-nav > nav > ul > li.current > a:after, #main-nav > nav > ul > li.active > a:after {
        bottom: -10px;
    }

    #main-nav > nav > ul > li.has--child-items:after {
        right: 0;
        top: 50%;
    }

    #nav-toggle:checked ~ #outer-wrapper .navbar-toggler {
        right: 0;
        transform: translateY(calc(-50% - 20px));
    }

    #main-nav .submenu-wrapper {
        left: 0;
        width: 100%;
    }

    #main-nav .submenu-wrapper > ul > li:first-child {
        margin-top: 0;
    }

    #main-nav ul li:hover .submenu-wrapper, #main-nav ul li:focus .submenu-wrapper {
        opacity: 0;
        pointer-events: none;
    }

    #main-nav ul li input:checked ~ .submenu-wrapper {
        opacity: 1;
        pointer-events: all;
    }

    #main-nav label {
        display: block;
        width: 22px;
        height: 22px;
        position: absolute;
        right: -3px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 50;
    }
}

#mainHeader + #content-area {
    margin-top: 65px;
}

/* Sticky header */
@media screen and (min-width: 1061px) {
    body #mainHeader {
        position: fixed;
        max-width: 1280px;
        width: 100%;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 100;
        padding: 0 20px;
    }

    body #mainHeader .header-inner:before {
        content: '';
        display: block;
        width: 100vw;
        height: calc(100% - 38px);
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: #404751;
        box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
    }

    body #mainHeader .header-inner .logo {
        position: relative;
    }

    body #root {
        padding-top: calc(209px - 38px);
    }

    /*body.sticky-nav #mainHeader .header-inner .searchAndMenu {*/
    /*	margin-top: 0;*/
    /*	justify-content: flex-end;*/
    /*	padding-top: 20px;*/
    /*	padding-bottom: 9px;*/
    /*}*/
    /*body.sticky-nav #main-nav ul li.active a:after {*/
    /*	bottom: -9px;*/
    /*}*/
    body #mainHeader .header-inner .searchAndMenu i {
        position: relative;
    }

    /*body.sticky-nav #mainHeader .header-inner .searchAndMenu i.cross {*/
    /*	display: none;*/
    /*}*/
    /*body.sticky-nav .kesearch_searchbox #ke_search_sword {*/
    /*	height: 27px;*/
    /*	padding: 5px;*/
    /*}*/
}

/** scroll to top */
#ScrollToTop {
    border-color: #A7D1A2;
}

#ScrollToTop .scroll-top-icon::before {
    border-color: #A7D1A2;
}

#ScrollToTop .scroll-top-icon::after,
#ScrollToTop.scroll-top-fixed .scroll-top-icon::after {
    background: #A7D1A2;
}

#ScrollToTop.scroll-top-fixed {
    background: none;
    border-color: #A7D1A2;
    margin-bottom: -60px;
}

#ScrollToTop.scroll-top-fixed .scroll-top-icon::before {
    border-color: #A7D1A2;
}

#ScrollToTop:hover {
    border-color: #A7D1A2;
}

#ScrollToTop:hover .scroll-top-icon::before {
    border-color: #FFF;
}

#ScrollToTop.scroll-top-fixed:hover {
    border-color: #FFF;
}

#ScrollToTop.scroll-top-fixed:hover .scroll-top-icon::before {
    border-color: #FFF;
}


/** content area */
#content-area::after,
#content-area #content::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}


/** breadcrumbs */
.breadcrumb-list {
    max-width: var(--max-width-container);
    padding: 0 20px;
    font-size: 14px;
    margin: 23px auto 0 auto;
}

.breadcrumb-list .ce-content {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
}

.breadcrumb-list .breadcrumb-item:first-child .breadcrumb-link::before {
    color: #F8F8F8;
}

.breadcrumb-list .breadcrumb-item:first-child .breadcrumb-link:hover::before {
    color: #A7D1A2;
}

.breadcrumb-list .breadcrumb-item .breadcrumb-text {
    color: #F8F8F8;
}

.breadcrumb-list .breadcrumb-item .breadcrumb-link:hover .breadcrumb-text {
    color: #A7D1A2;
}

.breadcrumb-list .breadcrumb-item.active .breadcrumb-text {
    color: #A7D1A2;
}

.breadcrumb-list .separator {
    color: #F8F8F8;
}

.breadcrumb-list .separator:nth-last-child(2) {
    color: #A7D1A2;
}

.breadcrumb-list .separator::after {
    content: '\f054';
    font-weight: bold;
    font-family: 'Font Awesome 5 Free';
}

.breadcrumb-list .separator {
    margin: 0 16px;
}


/* main content */
/*#content-area #content { margin-top: 60px; }*/
#mainContent {
    display: block;
}

/* footer */
#mainFooter .footer-bottom-after {
    position: relative;
    font-size: 16px;
}

@media screen and (max-width: 920px) {
    #mainFooter .footer-bottom-after {
        text-align: center;
        font-size: 16px;
        justify-content: normal;
        flex-direction: column;
    }

    #mainFooter .footer-bottom-after .copyrightWrap {
        order: 2;
    }

    #mainFooter .footer-bottom-after .copyrightWrap .copyright {
        margin-bottom: 15px;
    }

    #mainFooter .footer-bottom-after .inner-wrapper {
        order: 1;
        margin-bottom: 20px;
    }
}

.footer-top {
    position: relative;
    z-index: 1;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 65px 0 40px 0;
    gap: 30px;
}

@media screen and (max-width: 880px) {
    .footer-top {
        display: block;
    }
}

.footer-top:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #2D323B;
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.footer-top .addrOpening {
    display: flex;
    position: relative;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.footer-top .addrOpening .address .mail {
    color: #A7D1A2;
}

.footer-top .addrOpening .openingTimes:has(+ .socialMedia) {
    width: 100%;
    flex: 1;
}

.footer-top .addrOpening:before {
    content: '';
    display: block;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 177px;
    height: 155px;
    background-image: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Img/footer-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 880px) {
    .footer-top .addrOpening:before {
        content: none;
    }
}

.footer-top .addrOpening .address {
    width: auto;
    line-height: 30px;
}

.footer-top .addrOpening .address strong {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.footer-top .addrOpening .address div {
    font-size: 16px;
    line-height: 30px;
}

.footer-top .addrOpening .openingTimes strong {
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin-bottom: 20px;
}

.footer-top .addrOpening .openingTimes {
    line-height: 30px;
    width: fit-content;
}

.footer-top .addrOpening .wrap {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    white-space: nowrap;
}

.footer-top .addrOpening .wrap div:first-child {
    margin-right: 20px;
}

.footer-top .socialMedia {
    width: fit-content;
    transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 900px) {
    .footer-top .socialMedia {
        width: 100%;
    }
}

.footer-top .socialMedia strong {
    font-size: 18px;
    line-height: 25px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.footer-top .social-navigation {
    margin-top: 30px;
}

.footer-top .social-navigation li {
    display: inline-block;
    margin-right: 25px;
}

.footer-top .social-navigation li:last-child {
    margin-right: 0;
}

.footer-top .social-navigation a:after {
    font-size: 39px;
}

.footer-bottom-after {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    color: white;
}

.footer-bottom-after ul {
    text-align: right;
}

@media screen and (max-width: 920px) {
    .footer-bottom-after ul {
        text-align: center;
    }
}

.footer-bottom-after a {
    color: white;
}

.footer-bottom-after a.link-external:after {
    content: none;
}

.footer-bottom-after ul li {
    display: inline-block;
}

.footer-bottom-after ul li a {
    color: white;
    position: relative;
    padding-right: 5px;
    margin-right: 6px;
}

.footer-bottom-after ul li a:after {
    content: '|';
    position: absolute;
    display: block;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
}

.footer-bottom-after ul li:last-child a:after {
    content: none;
}

/*Search detail*/
#mainContent #c282 header h1 {
    max-width: var(--max-width-container);
    padding: 0 20px;
    color: white;
    background: none;
    margin: 10px auto 30px auto;
}

#mainContent #c282 .tx-kesearch-pi1 {
    max-width: var(--max-width-container);
    padding: 0 20px;
    margin: auto;
}

#mainContent #kesearch_results {
    max-width: var(--max-width-container);
    padding: 0 20px;
    color: white;
    margin: 0 auto 50px auto;
}

#mainContent .result-list-item:nth-child(odd) {
    background: none;
}

#mainContent .result-list-item:first-child::before, #mainContent .result-list-item:first-child::after, #mainContent .result-list-item::after {
    background: white;
}

#mainContent .result-list-item a, #mainContent .result-list-item .result-teaser .hit {
    color: #A7D1A2;
}

#mainContent .result-list-item .result-teaser .hit {
    text-decoration: underline;
}


/* * * screen width */
@media screen and (max-width: 1300px) {
    /* before full width of design */
}

/* design */

@media screen and (max-width: 1200px) {
    /* width of design */
}

/* design */

@media screen and (max-width: 1024px) {
    /* ipad - landscape */
}

/* 1024px */

@media screen and (max-width: 1023px) {
    /* smaller than ipad - landscape */
}

/* 1023px */

@media screen and (max-width: 992px) {
}

/* 992px */

/* main navi - as sidebar */
@media screen and (max-width: 991px), (min-width: 992px) and (max-width: 1060px) {
    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    #nav-toggle:checked ~ #outer-wrapper #inner-wrapper {
        position: fixed;
        transform: translateX(-40%);
    }

    .navbar-toggler,
    #main-nav .toggle--sub-nav {
        display: block;
    }

    #main-nav {
        background: #2D323B;
        clear: both;
        display: block;
        height: 100vh;
        height: var(--vh, 100vh);
        width: 40%;
        margin: 0;
        padding: 60px 25px 40px;
        text-align: left;
        overflow: hidden;
        overflow-y: scroll;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        z-index: 10;
        transform: translateX(100%);
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 900px) {
}

/* 900px */

@media screen and (max-width: 812px) {
    /* iphone X - landscape  */
}

@media screen and (max-width: 800px) {
}

/* 800px */

@media screen and (max-width: 768px) {
    /* ipad - portrait */
}

/* 768px */

@media screen and (max-width: 767px) {
    /* smaller than ipad - portrait */
    #nav-toggle:checked ~ #outer-wrapper #inner-wrapper {
        transform: translateX(-60%);
    }

    #main-nav {
        width: 60%;
    }
}

/* 767px */

@media screen and (max-width: 736px) {
    /* iphone 6+ - landscape */
}

/* 736px */

@media screen and (max-width: 735px) {
    /* smaller than iphone 6+ - landscape */
    /*#main-nav { padding-top: 20px; }*/
}

/* 735px */

@media screen and (max-width: 667px) {
    /* iphone 6 - landscape */
}

/* 667px */

@media screen and (max-width: 666px) {
    /* smaller than iphone 6 - landscape */
}

/* 666px */

@media screen and (max-width: 568px) {
    /* iPhone5 - landscape */
}

/* 568px */

@media screen and (max-width: 567px) {
    /* smaller than iPhone5 - landscape */
}

/* 567px */

@media screen and (max-width: 480px) {
    /* iPhone4 - landscape */
}

/* 480px */

@media screen and (max-width: 479px) {
    /* smaller than iPhone4 - landscape */
    #nav-toggle:checked ~ #outer-wrapper #inner-wrapper {
        transform: translateX(-100%);
    }

    #main-nav {
        width: 100%;
    }

    #nav-toggle:checked ~ #outer-wrapper .navbar-toggler {
        right: calc(-100% + 20px);
        transform: translateY(0);
        top: 20px;
    }
}

/* 479px */

@media screen and (max-width: 414px) {
    /* iPhone6+ - portrait */
}

/* 414px */

@media screen and (max-width: 375px) {
    /* iPhone6 - portrait */
}

/* 375px */

@media screen and (max-width: 374px) {
    /* smaller than iPhone6 - portrait */
    /*#nav-toggle:checked ~ #outer-wrapper #inner-wrapper { transform: translateX(-80%); }*/
    /*#main-nav { width: 80%; }*/
}

/* 374px */

@media screen and (max-width: 320px) {
    /* iPhone4/5 - portrait */
}

@media screen and (max-width: 319px) {
    /* smaller devices */
}

/* smaller */


/* eof */

/* this file contains style for editor */

body { color: #444; font-family: Noto-Sans, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.4; }
hr { background: #444; border: none; box-sizing: content-box; clear: both; display: block; height: 2px; margin: 40px 0; text-align: left; overflow: visible; }

/* font */
h1, .h1 { font-size: 30px; font-weight: 500; margin: 0 0 25px; }
h2, .h2 { font-size: 30px; font-weight: 500; margin: 0 0 25px; }
h3, .h3 { font-size: 20px; font-weight: 500; margin: 0 0 20px; }
h4, .h4 { font-size: 18px; font-weight: 500; margin: 0 0 20px; }
h5, .h5 { font-size: 16px; font-weight: 500; margin: 0 0 20px; }
h6, .h6 { font-size: 16px; font-weight: 500; margin: 0 0 20px; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child { /*margin-top: 0;*/ }
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child { /*margin-bottom: 0;*/ }

p { margin: 0 0 20px; }
p:first-child {}
p:last-child { margin-bottom: 0; }


/** lists */
.cke_editable ul:not(:last-child),
.ce-bodytext ul:not(:last-child),
.cke_editable ol:not(:last-child),
.ce-bodytext ol:not(:last-child) { margin-bottom: 20px; }
/* ul */
.cke_editable ul,
.ce-bodytext ul,
.content ul.ce-bullets { list-style: none; }
.cke_editable ul > li::before,
.ce-bodytext ul > li::before,
.content ul.ce-bullets > li::before { content: ""; border: solid #444; border-width: 1px 1px 0 0; display: inline-block; height: 7px; width: 7px; transform: rotate(45deg); position: absolute; top: 7px; left: -17px; }


/* link */
h1, h1 a, .h1, .h1 a { color: #444; }
h2, h2 a, .h2, .h2 a { color: #444; }
h3, h3 a, .h3, .h3 a { color: #444; }
h4, h4 a, .h4, .h4 a { color: #444; }
h5, h5 a, .h5, .h5 a { color: #444; }
h6, h6 a, .h6, .h6 a { color: #444; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover { text-decoration: none; }
.header a, .csc-header a { text-decoration: none; }

a { color: #A7D1A2; text-decoration: none; }
a:hover { text-decoration: underline; }
a, a:hover, a:focus, a:visited {}

/* external link */
a.link-external {}
a.link-external::after { content: "\f35d"; display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 70%; font-weight: 900; line-height: 1; margin-left: 5px; position: relative; top: -1px; }

/* .btn / .more */
.btn, .more { display: inline-table; font-size: 16px; font-weight: 600; margin: 20px 0 0; position: relative; overflow: hidden; text-decoration: none; text-transform: uppercase; }

.btn { background: #FFF; border: 2px solid #444; color: #FFF; padding: 8px 20px 6px; text-align: center; }
.btn:hover {}
body.cke_editable .btn:hover { color: #FFF; }
.btn::after { content: ""; background: #444; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; transform: scale(1,1); transition: all .4s ease; }
html:not(.touch) .btn:hover { color: #fff; }
html:not(.touch) .btn:hover::after { transform: scale(0,0); }

.btn + .btn { margin-left: 10px; }
p + .btn, p > .btn,
p + .more, p > .more { margin-top: 0; }

.more { color: #444; padding: 0; white-space: nowrap; }
.more::before { content: "\f105"; color: #444; font-family: "Font Awesome 5 Free"; float: right; font-size: 16px; font-weight: 900; line-height: 1.4; margin-left: 10px; transition: all .2s ease; }
.more:hover, .more:hover::before { color: #202121; }

.btn.more { padding: 8px 20px; }
.btn.more, .btn.more::before { color: #FFF; }
.btn.more:hover, .btn.more:hover::before {}
html:not(.touch) .btn.more:hover, html:not(.touch) .btn.more:hover::before { color: #202121; }

.btn-primary { display: block; background-color: #444; border-color: #444; color:#fff;    padding: 10px 50px; }
.btn-primary::after { display: none}
.btn-primary:hover { display: block; background-color: #fff; border-color: #444; color:#444; }
html:not(.touch) .btn.btn-primary:hover { color: #444;}
.btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(152, 134, 114, 0.5)}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {background-color: #444; border-color: #444;}


/**
 * Wacon Cookie Manager
 */
:root {
    --color-primary: #444;
    --color-h2: #444;
    --font-family--h2: Noto-Sans, Helvetica, Arial, sans-serif;
    --line-height--h2: var(--base-line-height);
    --font-weight--h2: 500;
    --color-h3: #444;
    --font-family--h3: Noto-Sans, Helvetica, Arial, sans-serif;
    --line-height--h3: var(--base-line-height);
    --font-weight--h3: 700;
    --color-text: #444;
    --font-family: Noto-Sans, Helvetica, Arial, sans-serif;
    --line-height: 1.4;
    --font-weight: 400;
}
.waconcookiemanagement #CookieBox {
    .h2 {
        font-size: 30px;
    }
    .h3 {
        font-size: 20px;
    }
    p {
        font-size: var(--base-font-size);
    }
    .btn {
        border-radius: 0;
    }
}


/* backlink */
.backlink-wrap { clear: both; margin: 30px 0; overflow: hidden; }
.backlink-wrap .back,
a.back { background: none; border: none; color: #154387; line-height: 1; margin: 0; padding: 0; overflow: overlay; position: relative; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.backlink-wrap .back:hover,
a.back:hover { background: none; border: none; color: #c20012; }

.backlink-wrap .back::before,
a.back::before { content: "\f060"; color: #c20012; display: block; float: left; font-family: "Font Awesome 5 Free"; font-weight: 900; margin: -1px 10px 0 0; }
.backlink-wrap .back::after,
a.back::after { display: none; }

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), #root .btn { background: #444; color: #FFF; }
_:-ms-lang(x), #root .btn:hover { background: #FFF; color: #444; }
_:-ms-lang(x), #root .btn::after { display: none !important; }


/* colors */
.btn-default { background: none; color: #444; padding: 15px; }
.btn-default::after { display: none !important; }
.btn-default:hover { background: none; border-color: #444; }
.turquoise-button {
    color: white;
    padding: 0 20px;
    background: #A7D1A2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
}
.turquoise-button:hover {
    background: #94BE8F;
    text-decoration: none;
}

.text-green{
    color: #A7D1A2;
}

/* eof */

/* this file contains the global style for forms */

/** powermail */
.tx-powermail {
	background: #2D323B;
}
div.tx-powermail .container-fluid {
	max-width: var(--max-width-container);
	margin: auto;
	padding: 53px 20px 70px 20px;
}
div.tx-powermail .powermail_label,
div.tx-powermail label {
	font-size: 18px;
	line-height: 30px;
	color: #F8F8F8;
}
div.tx-powermail a {
	color: #94BE8F;
}
div.tx-powermail form.powermail_form {}
div.tx-powermail form.powermail_form::after { content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.tx-powermail .container-fluid { padding: 0; }
/* errors */
.powermail_form ul.powermail_message_error { margin: 0 15px 20px; list-style: none; padding: 0; width: 100%; }
.powermail_form .powermail_message_error li { color: #C00; font-size: 85%; margin: 5px 0 0; }
.powermail_form ul.powermail_message_error + .powermail_fieldset { margin-top: 0; }

.powermail_form .powermail_field_error_container { clear: both; }
.powermail_form ul.powermail-errors-list { margin: 5px 0 0 1px; padding: 0; }
.powermail_form .powermail-errors-list li { margin-left: 10px; }
.powermail_form .powermail-errors-list li::before { display: none; }
.powermail_fieldwrap_type_check .powermail-errors-list li, .powermail_fieldwrap_type_radio .powermail-errors-list li { margin-left: 0; }

/* label */
.powermail_form.layout1 h1,
.powermail_fieldset.layout1 > legend { display: block; }
.powermail_form.layout2 h2,
.powermail_fieldset.layout2 > legend { display: block; }
.powermail_form.layout3 h3,
.powermail_fieldset.layout3 > legend { display: block; }
.powermail_form span.header { font-weight: bold; }
form.powermail_form:not(.powermail_morestep) > header {}
form.powermail_form:not(.powermail_morestep) > header * {}
/* legend */
.powermail_fieldset > legend,
.powermail_fieldset.nolabel legend { color: white; }
/* Mehrschrittformular */
form.powermail_morestep {}
.powermail_form .btn-group { border-bottom: 2px solid #444; margin: 0 0 20px; }
.powermail_form .btn-group button { background: #444; border: 2px solid #444; border-bottom: none; margin: 0 0 0 20px; min-width: 0; }
.powermail_form .btn-group button:hover { background: #444; border-color: #444; color: #FFF; }
.powermail_form .btn-group button.btn-primary { background: #FFF; border-bottom: 2px solid #FFF; color: #444; margin-bottom: -2px;}
.powermail_form .btn-group button:first-child { margin-left: 0; }
.powermail_form .btn-group button:first-child:last-child { /*display: none;*/ }
.powermail_fieldwrap.powermail_tab_navigation { display: block; overflow: hidden; }
.powermail_tab_navigation .btn { border: 1px solid #444; }
.powermail_tab_navigation .btn.btn-warning { float: left; }
.powermail_tab_navigation .btn.pull-right { float: right; }

.powermail_tab_navigation .btn-primary:not(:disabled):not(.disabled):active,
.powermail_tab_navigation .btn-warning:not(:disabled):not(.disabled):active { background-color: inherit; border-color: inherit; color: inherit; }
.powermail_tab_navigation .btn.btn-primary,
.powermail_tab_navigation .btn-primary:focus,
.powermail_tab_navigation .btn-primary:not(:disabled):not(.disabled):active,
.powermail_tab_navigation .btn-primary:not(:disabled):not(.disabled):active:focus,
.powermail_tab_navigation .btn.btn-warning,
.powermail_tab_navigation .btn-warning:focus,
.powermail_tab_navigation .btn-warning:not(:disabled):not(.disabled):active,
.powermail_tab_navigation .btn-warning:not(:disabled):not(.disabled):active:focus { box-shadow: none; }

.powermail_morestep {}
/* layout */
.powermail_fieldwrap { display: flex; flex: 0 1 auto; flex-flow: row wrap; justify-content: flex-start; margin: 0; width: 100%; margin-bottom: 25px; }
.powermail_fieldwrap::before, .powermail_fieldwrap::after { content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.powermail_form .powermail_label, .powermail_form .powermail_field { flex: 0 0 auto; flex-wrap: wrap; width: 100%; }

.powermail_legend + .powermail_fieldwrap { /*margin-top: 0;*/ }
.powermail_form .powermail_label { /*display: none;*/ padding: 0; vertical-align: top; }
.no-js .powermail_form .powermail_label { display: block; padding-top: 0; }
.powermail_fieldwrap label { padding-left: 0; }
.powermail_field {}
.powermail_field textarea { margin-bottom: -7px !important; }

/* table */
.powermail_form table { min-width: 50%; }
.powermail_form table td { padding: 5px 10px; }
.powermail_form table td:first-child { padding-left: 0; }


/** forms */
fieldset { border: none; display: block; inline-size: 100%; min-inline-size: 100%; margin: 0; padding: 0; }
.powermail_fieldset.row { display: block; margin: 0; }
.powermail_fieldset.row .col { padding: 0; }
.powermail_morestep fieldset { float: none; padding: 0; width: 100%; }
form.powermail_form:not(.powermail_morestep) .powermail_fieldset + .powermail_fieldset { margin-top: 30px; }

form :focus { outline: none; }
form .mandatory,
.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz input[required] ~ label .label::after { color: #F8F8F8; }
form label .mandatory, form legend .mandatory { padding-left: 3px; }

/* error */
.powermail-errors-list li {}
form label.error, .powermail_form .powermail-errors-list li { display: block; color: #C00; font-size: 85%; font-weight: normal; }
form input[type="checkbox"] + label.error, form input[type="radio"] + label.error { margin-left: 25px; }
form .powermail_field_error { border-color: #C00; }

/* mailchimp */
#mc-embedded-subscribe-form #mce-responses { clear: both; }
#mc-embedded-subscribe-form div.mce_inline_error { color: #C00; background: none; font-size: 85%; font-weight: normal; margin: 0 0 0 10px; padding: 0; }
#mc-embedded-subscribe-form input.mce_inline_error,
#mc-embedded-subscribe-form input.mce_inline_error + .input-custom { border-color: #C00; }
#mc-embedded-subscribe-form .response { margin-top: 20px; }

/* placeholder */
form .placeholderInput { position: relative; }
form .placeholderLabel { color: #444; cursor: text; margin: 0 0 0 1px; opacity: .5; padding: 5px; position: absolute; top: 1px; left: 15px; z-index: 1; width: auto; }
form .placeholderInput .placeholderLabel { display: none !important; font-size: 16px; padding-top: 10px; }
form .placeholderLabel .mandatory {}
#content form .placeholderInput ul + .placeholderLabel { margin-top: 0; }
form [required] ~ .placeholderLabel {}
form input:valid ~ .placeholderLabel,
form textarea:valid ~ .placeholderLabel { display: none; }

/* placeholder: WebKit, Blink, Edge */
form ::-webkit-input-placeholder { color: #CCC; opacity: 1; font-style: normal; }
form :focus::-webkit-input-placeholder { color: #EEE; }
form .error:focus::-webkit-input-placeholder { color: #C00; }
/* placeholder: Mozilla Firefox 19+ */
form ::-moz-placeholder { color: #CCC; opacity: 1; font-style: normal; }
form :focus::-moz-placeholder { color: #EEE; }
form .error:focus::-moz-placeholder { color: #C00; }
/* placeholder: Internet Explorer 10-11 */
form :-ms-input-placeholder { color: #CCC; opacity: 1; font-style: normal; }
form :focus:-ms-input-placeholder { color: #EEE; }
form .error:focus:-ms-input-placeholder { color: #C00; }
/* placeholder: Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
form ::placeholder,
form :placeholder-shown { color: transparent; opacity: 1; font-style: normal; }
form :focus::placeholder,
form :focus:placeholder-shown { color: black; }
form .error:focus::placeholder,
form .error:focus:placeholder-shown { color: #C00; }

form .valid:focus {}

/* change autocomplete styles in Chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	background-color: #FFF !important;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 100px #FFF inset;
	transition: background-color 5000s ease-in-out 0s;
}
form input:-webkit-autofill::selection { -webkit-text-fill-color: #FFF; }

/* input */
form input { height: 60px; }
form input, form textarea, form select, .selectric { color: #000; font-family: Helvetica, Arial, sans serif; font-size: 16px; padding: 12px 15px 8px; }
form input, form textarea, form select { background-color: #FFF; border: 1px solid #444; border-radius: 0; box-shadow: none !important; width: 100%; }
form input, form textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input:hover, form textarea:hover, form select:hover { background-color: #FFF; border-color: #A7D1A2; }
form input:focus, form textarea:focus, form select:focus { background-color: #FFF; border-color: #A7D1A2; }

/* textarea */
/*.powermail_fieldwrap.powermail_fieldwrap_type_textarea { margin-top: 20px; }*/
.powermail_fieldwrap_type_textarea .placeholderLabel { top: -1px; }
form textarea { height: 240px; min-height: 40px; resize: vertical; }

/* search */
form input[type="search"] { outline-offset: -2px; -webkit-appearance: none; }
form input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* date / datetime / time */
form input[type="date"] { -webkit-appearance: textfield; } /* nur Datum */
form input[type="time"] { -webkit-appearance: textfield; } /* nur Zeit */
form input[type="datetime-local"] { -webkit-appearance: textfield; } /* Datum und Uhrzeit*/
form input[type="date"], form input[type="time"], form input[type="datetime-local"], form input.powermail_date { padding: 8px 30px 6px 15px; }
form input[type="date"], form input[type="datetime-local"], form input.powermail_date { background-image: url('../../../typo3conf/ext/pm_core/Resources/Public/Images/icon_calendar.png'); background-position: right 5px center; background-repeat: no-repeat; background-size: 16px 16px; }

form input::-webkit-clear-button {}
form input[type="date"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input[type="time"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input[type="datetime-local"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

form input::-webkit-datetime-edit {}/* space between */
form input::-webkit-datetime-edit-fields-wrapper {}/* background */
form input::-webkit-datetime-edit-text {}/* text elements like "/" */
form input::-webkit-datetime-edit-month-field {}/* input: month */
form input::-webkit-datetime-edit-day-field {}/* input: day */
form input::-webkit-datetime-edit-year-field {}/* input: year */
form input::-webkit-calendar-picker-indicator { background: none; color: rgba(204,204,204,0); }/* color: transparent */

/* date/time picker */
.xdsoft_datetimepicker .xdsoft_calendar th { background: #444; border: 1px solid #444; border-right-color: #FFF; color: #FFF; }
.xdsoft_datetimepicker .xdsoft_calendar th:last-child { border-right-color: #444; }

.xdsoft_datetimepicker .xdsoft_calendar td { background: #444; }
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today { color: #444; font-weight: bold; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_current { background: #444; box-shadow: none; color: #FFF; }

.xdsoft_datetimepicker .xdsoft_calendar td > div { padding: 5px 5px 0; position: relative; }
.xdsoft_datetimepicker .xdsoft_calendar td:hover { border-color: transparent; }
.xdsoft_datetimepicker .xdsoft_calendar td:hover > div::after { content: ""; border: 1px solid #444; height: calc(100% + 4px); width: calc(100% + 2px); position: absolute; top: -1px; left: -1px; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:hover { background: #444 !important; }

/* type number */
form input[type="number"] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }
form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* type password */
form input[type="password"] { letter-spacing: 2px; }
form input[type="password"]::-ms-reveal { display: none; }/* eye */

/* type range */
form input[type="range"] { background: transparent; border: none; margin: 15px 0 0; padding: 0; width: 100%; }
form input[type="range"]:focus { outline: none; }

form input[type="range"]::-webkit-slider-runnable-track { animate: 0.2s; background: #FFF; border: 1px solid #999; border-radius: 3px; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]:hover::-webkit-slider-runnable-track { border-color: #444; }
form input[type="range"]:focus::-webkit-slider-runnable-track { border-color: #444; }
form input[type="range"]::-webkit-slider-thumb { background: #444; border: 1px solid #444; border-radius: 50%; box-shadow: 1px 1px 1px #444; cursor: pointer; height: 18px; width: 18px; margin-top: -5px; -webkit-appearance: none; }
form input[type="range"]:hover::-webkit-slider-thumb {}
form input[type="range"]:focus::-webkit-slider-thumb {}

form input[type="range"]::-moz-range-track { animate: 0.2s; background: #FFF; border: 1px solid #999; border-radius: 3px; box-shadow: 0 0 0 #000; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]:hover::-moz-range-track { border-color: #444; }
form input[type="range"]:focus::-moz-range-track { background: #FFF; border-color: #444; }
form input[type="range"]::-moz-range-thumb { background: #444; border: 1px solid #444; border-radius: 50%; box-shadow: 1px 1px 1px #444; cursor: pointer; height: 22px; width: 22px; }
form input[type="range"]:hover::-moz-range-thumb {}
form input[type="range"]:focus::-moz-range-thumb {}

form input[type="range"]::-ms-track { animate: 0.2s; background: transparent; border-color: transparent; color: transparent; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]::-ms-fill-lower { background: #FFF; border: 1px solid #999; border-radius: 6px; box-shadow: 0 0 0 #000; }
form input[type="range"]::-ms-fill-upper { background: #FFF; border: 1px solid #999; border-radius: 6px; box-shadow: 0 0 0 #000; }
form input[type="range"]:hover::-ms-fill-lower { border-color: #444; }
form input[type="range"]:hover::-ms-fill-upper { border-color: #444; }
form input[type="range"]:focus::-ms-fill-lower { background: #FFF; border-color: #444; }
form input[type="range"]:focus::-ms-fill-upper { background: #FFF; border-color: #444; }
form input[type="range"]::-ms-thumb { background: #444; border: 1px solid #444; border-radius: 50%; box-shadow: 1px 1px 1px #444; cursor: pointer; height: 22px; width: 22px; }

/* checkbox / radio */
.powermail_fieldwrap_type_check .powermail_label,
.powermail_fieldwrap_type_radio .powermail_label { display: block; padding-bottom: 0; }
.powermail_fieldwrap_type_check .powermail_field,
.powermail_fieldwrap_type_radio .powermail_field { padding: 12px 0 0; }

input[type="checkbox"], input[type="radio"] { padding: 0; width: auto; }
.powermail_field .powermail_checkwrap,
.powermail_field .powermail_radiowrap { clear: both; float: left; position: relative; z-index:1;}
.powermail_field > .powermail_checkwrap + .checkbox,
.powermail_field > .powermail_radiowrap + .powermail_radiowrap { margin-top: 10px; }

.powermail_checkwrap input[type=checkbox], .powermail_radiowrap input[type=radio] { cursor: pointer; margin: 0 5px 0 0; opacity: 0; position: relative; top: -1px; }
.input-custom { display: block; background-color: #FFF; border: 1px solid #B68A46; box-shadow: 0 0 3px rgba(0,0,0,.1) inset; border-radius: 2px; overflow: hidden; position: absolute; top: 5px; left: 0; z-index:-1;}
.powermail_field_error .input-custom { border-color: #C00; }
.powermail_checkwrap input[type="checkbox"], .powermail_radiowrap input[type="radio"], .input-custom { height: 16px; width: 16px; }
.input-custom::before { content: ""; height: 0; width: 0; box-shadow: none; transition: .2s; }
.powermail_checkwrap + label, .powermail_radiowrap + label { display: inline-block; }

/* checkbox */
input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; appearance: checkbox; }
.input-custom.input-checkbox {}
.powermail_checkwrap .input-custom::before { display: block; border: solid #444; border-width: 0 3px 3px 0; color: #FFF; height: 16px; width: 8px; margin: -2px 0 0 4px; transform: rotate(45deg); opacity: 0; }

.powermail_checkwrap:hover .input-custom,
input[type="checkbox"]:focus + .input-custom,
input[type="checkbox"]:hover + .input-custom { border-color: #444; }
input[type="checkbox"]:checked + .input-custom { background: #FFF; }

input[type="checkbox"]:hover + .input-custom::before { border-color: #444; opacity: .5; }
input[type="checkbox"]:checked + .input-custom::before { border-color: #B68A46; opacity: 1; }

/* datenschutz */
.powermail_fieldwrap_datenschutz .powermail_label { display: none; }
.powermail_fieldwrap_datenschutz input ~ label { position: relative; top: -2px; }
.powermail_fieldwrap_datenschutz input[required] ~ label .label::after { content: "*"; margin-left: 4px; }

/* radio */
input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
.input-custom.input-radio { border-radius: 50%; }
.powermail_radiowrap .input-custom::before { border-radius: 50%; display: block; height: 100%; width: 100%; margin: 0 auto; text-align: center; transform: scale(0); }

.powermail_radiowrap:hover .input-custom,
input[type="radio"]:checked + .input-custom { background: #FFF; }
input[type="radio"]:focus + .input-custom,
input[type="radio"]:hover + .input-custom { border-color: #154387; }

input[type="radio"]:hover + .input-custom::before { background: #444; transform: scale(.5); }
input[type="radio"]:checked + .input-custom::before { background: #B68A46; transform: scale(.6); }

/* select */
form select:not([multiple="multiple"]) { height: 60px; }

.powermail_fieldwrap_type_select {}

.powermail_fieldwrap_type_select .powermail_field::before,
.powermail_fieldwrap_type_select .powermail_field::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.powermail_fieldwrap_type_select .powermail_field::before {
    border: solid #FFF;
    border-width: 0 0 2px 2px;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: -8px 0 0 -6px;
    top: 30px;
    right: 25px;
    transform: rotate(-45deg);
    z-index: 2;
}

.powermail_fieldwrap_type_select .powermail_field::after {
    background: #A7D1A2;
    top: 1px;
    right: 1px;
    z-index: 1;
    height: 58px;
    width: 58px;
}

.selectric-wrapper { cursor: pointer; position: relative; }
.selectric-hide-select {}
.selectric-wrapper .selectric-hide-select select { background: none; border: none; opacity: 0; position: absolute; top: -100%; left: 0; z-index: -10; }
.selectric { height: 60px; background-color: #FFF; border: 1px solid; padding: 15px 10px; position: relative; }
.selectric-open, .touch .selectric-hover { z-index: 999; }
.selectric .label { display: block; margin: 0 35px 0 0; padding: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: black !important;}
.selectric-wrapper.changed .selectric .label {color: black !important;}
.selectric .button { display: block; border: none; border-left: 1px solid; border-color: #A7D1A2; background: #A7D1A2; text-align: center; height: 100%; width: 60px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.selectric .button::before { content: ""; border: solid #FFF; border-width: 0 0 2px 2px; display: inline-block; height: 12px; width: 12px; margin: -8px 0 0 -6px; position: absolute; top: 50%; left: 50%; transform: rotate(-45deg); }
.selectric .button::after { display: none; }

.selectric-wrapper .selectric-items { display: none; background: #FFF; border: 1px solid; margin: -1px 0 0; padding: 5px 0; min-width: 100%; position: absolute; left: 0; z-index: 10; box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset; }
.touch .selectric-hover .selectric-items,
.selectric-open .selectric-items { display: block; }
.selectric, .selectric .button, .selectric-wrapper .selectric-items { border-color: #A7D1A2; }
.selectric-wrapper.selectric-open .selectric, .selectric-wrapper.selectric-open .button, .selectric-wrapper.selectric-open .selectric-items { border-color: #A7D1A2; }
.selectric-wrapper:hover .selectric, .selectric-wrapper:hover .selectric .button, .selectric-wrapper:hover .selectric-items { border-color: #A7D1A2; }
.selectric-wrapper.selectric-open:hover .selectric, .selectric-wrapper.selectric-open:hover .button { border-color: green; }
.selectric-wrapper.selectric-open:hover .selectric-items { border-color: green; }
.selectric-wrapper.selectric-open .selectric .button { background: #94BE8F; }

.selectric-items .selectric-scroll { height: 100%; overflow: auto; }
#content .selectric-items ul { list-style: none; margin: 0; padding: 0; }
#content .selectric-wrapper .selectric-items li { color: black; cursor: pointer; display: block; float: none; margin: 0 !important; padding: 6px 10px 3px; width: auto; }
#content .selectric-wrapper .selectric-items li::before { display: none; }
#content .selectric-wrapper .selectric-items li::after { display: none; }
.selectric-wrapper .selectric-items li.selected { background: #DDD; }
.selectric-wrapper .selectric-items li.highlighted { background: #444; color: #FFF; }
.selectric-wrapper .selectric-items li.highlighted .mandatory {}
.selectric-wrapper .selectric-items li:hover { background: #DDD; color: #444; }
.selectric-wrapper .selectric-items li.selected:hover {}
.selectric-items .selectric-group {}
.selectric-items .selectric-group .selectric-group-label { cursor: default; background: none; color: #444; font-weight: bold; padding-left: 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.selectric-wrapper .selectric-group li { padding-left: 20px; }
.selectric-items .disabled { background: none !important; color: #666 !important; cursor: default !important; filter: alpha(opacity=50); opacity: .5;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1; }
.selectric-input { background: none !important; border: none !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; height: 1px !important; width: 1px !important; outline: none !important; overflow: hidden !important; position: absolute !important; top: 0 !important; left: 0 !important; }

form select[multiple="multiple"]::-ms-expand { display: none; } /* hide default down arrow in IE10 / IE11 */
form select[multiple="multiple"] { border-radius: 0; height: auto; text-indent: 0; text-overflow: ellipsis;
	-webkit-appearance: none;
	   -moz-appearance: none;
		/* no solution for IE9 and lower */
		 -o-appearance: none;
			appearance: none;
}
form select[multiple="multiple"]:hover, form select[multiple="multiple"]:focus { outline: none; }

/* file upload */
form input[type="file"] { font-size: 14px; padding: 12px 15px 5px; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }

/* dropzone */
.powermail_fieldwrap_dropzone {}
.dropzone { border: 1px solid #CCC; cursor: pointer; font-size: 14px; height: 140px; margin: 15px 0 5px; padding: 12px 15px 8px; text-align: center; }
.dropzone:hover, .dropzone.dz-drag-hover { background-color: #EEE; border-color: #444; }
.no-js .dropzone,
.no-js .dropzone-previews { display: none; }
.dropzone .dz-default.dz-message {}
.dropzone .dz-default.dz-message .dz-button {}
.dz-max-files-reached + .dropzone-previews { margin-top: 20px; }
.dropzone-previews { margin-bottom: 15px; }
.dropzone-previews .dz-image, .dropzone-previews .dz-progress,
.dropzone-previews .dz-success-mark, .dropzone-previews .dz-error-mark,.dropzone-previews .dz-complete, .dropzone.dz-max-files-reached { display: none; }
.dropzone-previews .dz-details .dz-size, .dropzone-previews .dz-details .dz-filename { display: inline-block; }
.dropzone-previews .dz-success-mark svg, .dropzone-previews .dz-error-mark svg { display: inline-block; height: 24px; width: 24px; }
.dropzone-previews .dz-success-mark svg path { fill: #53C866; }
.dropzone-previews .dz-error-mark svg path { fill: #BE3434; }
.dropzone-previews .dz-preview { margin: 5px 0 0; padding-right: 25px; position: relative; }
.dropzone-previews .dz-preview.dz-error { color: #F00; }
.dropzone-previews .dz-preview.dz-error .dz-size strong { font-weight: 400; }
.dropzone-previews .dz-preview.dz-error .dz-remove:before { color: #F00; }
.dropzone-previews .dz-preview.dz-error .dz-error-message { font-weight: 600; }
.dropzone-previews p { font-size: 14px; margin-bottom: 5px; }
.dropzone-previews .dz-remove { text-decoration: none; padding-left: 10px; height: 100%; width: 0; overflow: hidden; position: absolute; top: 0; right: 0; }
.dropzone-previews .dz-remove::before { content: "\f00d"; font-family: "Font Awesome 5 Free"; font-size: 14px; font-weight: 600; position: absolute; left: 0; }

/* buttons */
form input[type="button"], form button[type="button"],
form input[type="submit"], form button[type="submit"],
form input[type="reset"], form button[type="reset"] { background: #A7D1A2; border: none; border-radius: 0; color: #FFF; cursor: pointer; display: inline-block; font-size: 18px; font-weight: 700; line-height: 1; margin: 0; padding: 14px 15px 10px; text-transform: none; }
form input[type="button"]:hover, form button[type="button"]:hover,
form input[type="submit"]:hover, form button[type="submit"]:hover,
form input[type="reset"]:hover, form button[type="reset"]:hover {}

/* button */
form input[type="button"], form button[type="button"] {}
form input[type="button"]:hover, form button[type="button"]:hover {}

/* reset */
.powermail_form .powermail_fieldwrap_type_reset {}
form input[type="reset"], form button[type="reset"] {}
form input[type="reset"]:hover, form button[type="reset"]:hover {}

/* submit */
.powermail_form .powermail_fieldwrap_type_submit {}
.powermail_fieldwrap_type_submit .powermail_field { margin-left: auto; }
form input[type="submit"], form button[type="submit"] {}
form input[type="submit"]:hover, form button[type="submit"]:hover {}
form input[type="submit"][disabled] { background-color: #f2f2f2 !important; }

.powermail_fieldwrap_type_submit .powermail_field {}
.powermail_fieldwrap_type_submit .powermail_field input { width: 100%; }

/* show text */
.powermail_fieldwrap_type_text .powermail_field { font-size: 14px; }

.powermail_fieldwrap_type_html .powermail_label { display: none; }
.powermail_fieldwrap_type_html .powermail_field { font-size: 14px; }

/* button: animation */
.powermail_fieldwrap_type_button .powermail_field,
.powermail_fieldwrap_type_reset .powermail_field,
.powermail_fieldwrap_type_submit .powermail_field,
.powermail_confirmation .btn-group .powermail_field { background: #DDD; border: 1px solid #444; display: block; overflow: hidden; position: relative; width: 50%; }
.powermail_fieldwrap_type_submit .powermail_field {
	width: 100%;
}

.powermail_fieldwrap_type_button .powermail_field:hover,
.powermail_fieldwrap_type_reset .powermail_field:hover,
.powermail_fieldwrap_type_submit .powermail_field:hover {}
.powermail_confirmation .btn-group .powermail_field:hover {}

.powermail_fieldwrap_type_button .powermail_field::after,
.powermail_fieldwrap_type_reset .powermail_field::after,
.powermail_fieldwrap_type_submit .powermail_field::after,
.powermail_confirmation .btn-group .powermail_field::after { content: ""; background: #94BE8F; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: -1; transition: all .3s ease; }

.powermail_fieldwrap_type_button .powermail_field::after { transform: translate3d(0,100%,0); }
.powermail_fieldwrap_type_reset .powermail_field::after { transform: translate3d(100%,0,0); }
.powermail_fieldwrap_type_submit .powermail_field::after { transform: translate3d(-100%,0,0); }
.powermail_confirmation .btn-group .powermail_field::after { transform: translate3d(-100%,0,0); }

.powermail_fieldwrap_type_button .powermail_field:hover input,
.powermail_fieldwrap_type_reset .powermail_field:hover input,
.powermail_fieldwrap_type_submit .powermail_field:hover input,
.powermail_confirmation .btn-group .powermail_field:hover input { background: #A7D1A2; color: #FFF; }

.powermail_fieldwrap_type_button .powermail_field:hover::after,
.powermail_fieldwrap_type_reset .powermail_field:hover::after,
.powermail_fieldwrap_type_submit .powermail_field:hover::after,
.powermail_confirmation .btn-group .powermail_field:hover::after { transform: translate3d(0,0,0); }

.touch .powermail_fieldwrap_type_button .powermail_field::after,
.touch .powermail_fieldwrap_type_reset .powermail_field::after,
.touch .powermail_fieldwrap_type_submit .powermail_field::after,
.touch .powermail_confirmation .btn-group .powermail_field::after { display: none; }

/* confirm */
form.csc-form-confirmation {}
.csc-form-confirmation fieldset { border: none; }
#content .csc-form-confirmation ol { list-style: none; overflow: hidden; padding: 0; }
.csc-mailform .csc-form-confirmation ol li { padding: 0; }
.csc-form-confirmation .csc-form-confirmation-false { float: left; }
.csc-form-confirmation .csc-form-confirmation-true { float: right; }
.csc-form-confirmation input[type="submit"] { font-size: 12px; }

.powermail_confirmation {}
.powermail_confirmation h1 {}
.powermail_confirmation .btn-group { border: none; margin: 20px 0 0; overflow: hidden; }
.powermail_confirmation .btn-group form { width: 50%; }
.powermail_confirmation .btn-group form:first-child { float: left; text-align: left; }
.powermail_confirmation .btn-group form + form { float: right; text-align: right; }

/* result */
.powermail_create {
	max-width: var(--max-width-container);
	margin: auto;
	padding: 30px 20px;
	color: white;
}
.powermail_create table {}
.powermail_create table td {}

/* css progress */
@-webkit-keyframes progress { from {} to { width: 100%; } }
@-moz-keyframes progress { from {} to { width: 100%; } }
@-ms-keyframes progress { to { width: 100%; } }
@-o-keyframes progress { from {} to { width: 100%; } }
@keyframes progress { from {} to { width: 100%; } }
/* progressbar */
.powermail_progressbar { border: 1px solid #444; clear: both; float: right; margin: 5px 0 0; height: 7px; width: 100%; position: relative; }
.powermail_progressbar::before { content: ""; display: block; background: #FFF; height: 5px; width: 102%; position: absolute; top: -6px; left: -1%; }
.powermail_progressbar.disable, .powermail_progressbar + .powermail_progressbar { display: none; }
.powermail_progressbar > .powermail_progress { background: #444; max-width: 100%; width: 0%;
	-webkit-animation: progress 5s 1 forwards;
	   -moz-animation: progress 5s 1 forwards;
		-ms-animation: progress 5s 1 forwards;
			animation: progress 5s 1 forwards;
}
.powermail_progressbar > .powermail_progress > .powermail_progress_inner { background: url('../../../typo3conf/ext/pm_core/Resources/Public/Images/loading.gif') repeat-x; height: 5px; width: 100%; overflow: hidden; }
.powermail_confirmation .powermail_progressbar { width: 100%; }


/* * * screen width */
@media screen and (min-width: 568px) { /* iPhone5 - landscape */
	.no-js .powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz::before,
	.no-js .powermail_form .powermail_label, .no-js .powermail_fieldwrap_type_submit::before { flex-basis: 25%; min-width: 25%; -ms-flex-preferred-size: 25%; }
	.no-js .powermail_fieldwrap_type_submit::before { content: ""; display: inline-block; }
	.no-js .powermail_form .powermail_field { flex-basis: 75%; min-width: 75%; -ms-flex-preferred-size: 75%; }
}/* 568px */

@media screen and (max-width: 992px) {
	.content .row .powermail_form .powermail_label:not(.placeholderLabel) { padding-top: 0; }
	.content .row .powermail_form .powermail_label,
	.content .row .powermail_form .powermail_field { flex-basis: 100%; min-width: 100%; -ms-flex-preferred-size: 100%; }
	.content .row .powermail_form .powermail_fieldwrap_type_submit::before { display: none; }
}/* 992px */

@media screen and (max-width: 767px) { /* smaller than iPad - portrait */
	.powermail_fieldwrap { margin-top: 20px; }
	form .placeholderInput .placeholderLabel,
	form input, form textarea, form select, form input[type="button"], form input[type="reset"], form input[type="submit"],
	.selectric, .selectric .label { font-size: 16px; }
}/* 767px */


@media screen and (min-width: 667px) and (max-width: 768px), screen and (min-width: 1023px), print {
	form.powermail_form:not(.powermail_morestep):not(.powermail_form_6):not(.powermail_form_7) { align-items: stretch; display: flex; flex-flow: row wrap; margin: 0 -15px; }
	form.powermail_form:not(.powermail_morestep):not(.powermail_form_6):not(.powermail_form_7) > header { flex: 1 1 100%; margin: 0 15px 10px; }
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset {
		flex: 0 0 auto;
		flex-wrap: wrap;
		padding: 0 15px;
		width: 100%;
		display: grid;
		grid-column-gap: 30px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:	"anrede email"
								"vorname name"
								"nachricht nachricht"
								"datenschutz datenschutz"
								"absenden absenden"
								"hinweis hinweis";
	}
	form.powermail_form.powermail_form_6:not(.powermail_morestep) .powermail_fieldset {
		flex: 0 0 auto;
		flex-wrap: wrap;
		padding: 0 15px;
		width: 100%;
		display: grid;
		grid-column-gap: 30px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:	"namedeskindergartensnamederschule namedeskindergartensnamederschule"
								"strasseundhausnummer strasseundhausnummer"
								"plz ort"
								"email_01 telefon"
								"anrede email"
								"vorname nachname"
								"stufe anzahlkinder"
								"nachricht nachricht"
								"teilnahmebedingungen teilnahmebedingungen"
								"datenschutzerklaerung datenschutzerklaerung"
								"absenden absenden"
								"hinweis hinweis";
	}
	form.powermail_form.powermail_form_7:not(.powermail_morestep) .powermail_fieldset {
		flex: 0 0 auto;
		flex-wrap: wrap;
		padding: 0 15px;
		width: 100%;
		display: grid;
		grid-column-gap: 30px;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:	"anrede email"
								"vorname nachname"
								"plz_01 ort_01"
								"strasseundhausnummer_01 telefon_01"
								"nachricht nachricht"
								"teilnahmebedingungen teilnahmebedingungen"
								"datenschutzerklaerung datenschutzerklaerung"
								"absenden absenden"
								"hinweis hinweis";
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_anrede {
		grid-area: anrede;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_email {
		grid-area: email;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_vorname {
		grid-area: vorname;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_name {
		grid-area: name;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_nachricht {
		grid-area: nachricht;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_datenschutz {
		grid-area: datenschutz;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_absenden {
		grid-area: absenden;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_hinweis {
		grid-area: hinweis;
		font-size: 18px;
		line-height: 30px;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset:not(:only-of-type) { flex-basis: 50%; min-width: 50%; -ms-flex-preferred-size: 50%; }

	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_klassenstufeklassenbezeichnung {
		grid-area: stufe;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_anzahlderteilnehmendenkinder {
		grid-area: anzahlkinder;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_datenschutzerklaerung {
		grid-area: datenschutzerklaerung;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_teilnahmebedingungen {
		grid-area: teilnahmebedingungen;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_namedeskindergartensnamederschule {
		grid-area: namedeskindergartensnamederschule;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_strasseundhausnummer {
		grid-area: strasseundhausnummer;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_plz {
		grid-area: plz;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_ort {
		grid-area: ort;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_email_01 {
		grid-area: email_01;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_telefon {
		grid-area: telefon;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_nachname {
		grid-area: nachname;
	}

	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_telefon_01 {
		grid-area: telefon_01;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_ort_01 {
		grid-area: ort_01;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_strasseundhausnummer_01 {
		grid-area: strasseundhausnummer_01;
	}
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset .powermail_fieldwrap_plz_01 {
		grid-area: plz_01;
	}
}


.powermail_field {
	color: #F8F8F8;
}

/* eof */

/* this file contains the main style of pages */
:root {
    --max-width-container: 1280px;
}

/** content */
.content div {
    position: relative;
}


/** fade elements if in view */
.off-view {
    opacity: 0;
    backface-visibility: hidden;
    transform: translate3d(0, 50px, 0);
    transition: all 500ms ease-out;
}

.off-view.in-view-above {
    transform: translate3d(0, -50px, 0);
}

.off-view.in-view {
    opacity: 1;
    transform: none;
}

@media print {
    .off-view {
        opacity: 1;
        transform: none;
    }
}

a.turquoise-button {
    color: white;
    padding: 0 20px;
    background: #A7D1A2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
}

a.turquoise-button:hover {
    background: #94BE8F;
    text-decoration: none;
}


/* header */
.csc-header {
    margin: 0 0 20px;
}

header h1, h1 {
    color: #F8F8F8;
    font-size: 43px;
    line-height: 57px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}

header h2, h2 {
    color: #F8F8F8;
    font-size: 35px;
    line-height: 47px;
    font-weight: 300;
    margin-top: -25px;
    margin-bottom: 90px;
}

header h3, h3 {
    color: #F8F8F8;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-top: -10px;
    text-transform: uppercase;
}

header h4, h4 {
    color: #F8F8F8;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    margin-top: -10px;
}

header h5, h5 {
    color: #F8F8F8;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-top: -10px;
}

header h5 + h6, header .h5 + .h6 {
    font-weight: 400;
    margin-top: -10px;
}

header:last-child h1:last-child, header:last-child h2:last-child, header:last-child h3:last-child, header:last-child h4:last-child, header:last-child h5:last-child, header:last-child h6:last-child,
header:last-child .h1:last-child, header:last-child .h2:last-child, header:last-child .h3:last-child, header:last-child .h4:last-child, header:last-child .h5:last-child, header:last-child .h6:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 666px) {
    header h1, header .h1, header h1:not(:last-child), header .h1:not(:last-child), h1 {
        font-size: 38px;
        line-height: 42px;
        margin-top: 0;
        margin-bottom: 40px;
    }

    header h2, header .h2, h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

.ce-gallery + header {
    margin-top: 20px;
}

div:last-child > header:last-child {
    margin-bottom: 0;
}


/** maps */
.frame-type-dce_dceuid2 {
}

.content .row .frame.frame-type-header + .frame.frame-type-dce_dceuid2 {
    margin-top: 20px;
}

.content .map {
    clear: both;
    position: relative;
}

.js .headerSlider .map {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map .map-area {
    height: 740px;
}
.map .map-area button[aria-label="Vollbildansicht ein/aus"], .map .map-area button[aria-label="Vergrößern"], .map .map-area button[aria-label="Verkleinern"] {
    z-index: 20;
    pointer-events: auto;
}

@media screen and (max-width: 835px) {
    .map .map-area {
        height: 490px;
    }
}

/*.map .gm-style > .gmnoprint { !*display: none;*! } !* controls *!*/
/*.map .gm-style-cc { display: none; } !* Fehler melden *!*/
.content div.tapToEnable {
    position: absolute;
}

/* info */
.map > .item {
    display: none;
}

#content-area .map img {
    background: none;
}

.map p {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 5px;
}

.map p:last-child {
    margin-bottom: 0;
}

.map p.name {
    font-size: 16px;
    font-weight: 400;
}

.map p.additional {
    font-weight: 400;
}

.map p.route {
    margin-top: 10px;
}

.map .map-area > div > .gm-style > div:last-child {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.map .gm-style-iw-a {
    display: none;
}

.map .map-area > div > .gm-style > div:last-child div:first-child {
    display: none;
}

.map .map-area > div > .gm-style > div:last-child div:nth-child(2) {
    display: none;
}

.map .map-area > div > .gm-style > div:nth-child(14) {
    height: 100%;
    pointer-events: none;
}

.map .map--cookie-hint--terms {
    top: auto;
    bottom: 0;
    transform: none;
}
.map .map--cookie-hint--terms .input-custom {
    z-index: 1;
}

.map .contactBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% - 300px), -50%);
    background: white;
    padding: 30px 70px 30px 30px;
    box-shadow: 0px 0px 10px #00000029;
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 975px) {
    .map .contactBox {
        display: none;
    }
}

.map .contactBox p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.map .contactBox p:last-child {
    margin-bottom: 0;
}

.map .contactBox b, .map .contactBox strong {
    font-size: 20px;
}

.map .contactBox hr {
    margin: 20px 0;
    background: #348498;
    height: 1px;
}

.map .contactBox a:not([href*="tel"]) {
    color: #A7D1A2;
}

.map .contactBox:after {
    content: '';
    display: block;
    position: absolute;
    left: calc(100% - 1px);
    bottom: 50%;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
}


/** #top */
.content a[href="#top"] {
    background: #FFF;
    border: 1px solid #444;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    width: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    text-indent: -9999px;
}

.content p a[href="#top"] {
    display: block;
    margin: 20px auto 0;
}

.content a[href="#top"]::before {
    content: "";
    border: solid #444;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: -2px 0 0 -6px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg);
}

.content a[href="#top"]::after {
    content: "";
    background: #444;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translate3d(0, 100%, 0);
    transition: all .3s ease;
}

.content a[href="#top"]:hover::before {
    border-color: #FFF;
}

.content a[href="#top"]:hover::after {
    transform: translate3d(0, 0, 0);
}


/** address */
.content .address address {
    font-style: normal;
}

.content .address div[itemprop="name"] {
    margin: 0 0 20px;
}

.content .address div[itemprop="image"] {
    display: none;
}

.content .address address + .additional {
    margin-top: 20px;
}

.content .address span[itemprop="postalCode"],
.content .address .label {
    margin-right: 4px;
}


/** sitemap */
.frame-type-menu_sitemap_pages {
}

.frame-type-menu_sitemap_pages ul {
    border-left: 1px dotted #CCC;
    list-style: none;
    padding: 0;
}

.frame-type-menu_sitemap_pages li {
    margin: 10px 0 0 20px;
    position: relative;
}

.frame-type-menu_sitemap_pages > ul > li:first-child {
    margin-top: 0;
}

.frame-type-menu_sitemap_pages li::before,
.frame-type-menu_sitemap_pages li:last-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -21px;
}

.frame-type-menu_sitemap_pages li::before {
    border: dotted #CCC;
    border-width: 0 0 1px 0;
    height: 10px;
    width: 10px;
    top: 0;
}

.frame-type-menu_sitemap_pages > ul > li:first-child::before {
    border-left: 1px solid #FFF;
}

.frame-type-menu_sitemap_pages li:last-child::after {
    border-left: 1px solid #FFF;
    height: calc(100% - 10px);
    bottom: 0;
}


/** table */
table.ce-table th {
    background-color: #444;
    color: #FFF;
    font-weight: 600;
    padding: 10px;
}

table.ce-table td {
    padding: 5px 10px;
}

table.ce-table-bordered th, table.ce-table-bordered td {
    border: 1px solid #444;
}

table.ce-table-bordered th {
    background: #444;
    border-color: #444 #FFF;
}

table.ce-table-bordered th:first-child {
    border-left-color: #444;
}

table.ce-table-bordered th:last-child {
    border-right-color: #444;
}

table.ce-table-bordered td {
    vertical-align: top;
}

table.ce-table-striped thead th {
    background-color: #444;
    color: #FFF;
}

table.ce-table tbody th {
    border: 1px solid #444;
    border-bottom-color: #FFF;
    width: 25%;
}

table.ce-table tbody:last-child tr:last-child th {
    border-bottom-color: #444;
}

table.ce-table tfoot tr:last-child th {
    border-bottom: 1px solid #444;
}

table.ce-table th ~ td {
    border: 1px solid #444;
    padding: 10px;
}

table.contenttable {
    border-collapse: collapse;
    width: 100%;
}

table.contenttable thead td {
    background-color: #444;
    border: 1px solid;
    border-color: #444 #FFF;
    color: #FFF;
    font-weight: 600;
    padding: 10px;
}

table.contenttable thead td:first-child {
    border-left-color: #444;
}

table.contenttable thead td:last-child {
    border-right-color: #444;
}

table.contenttable td {
    padding: 5px 10px;
    vertical-align: top;
}

table.contenttable tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .03);
}


/** columns */
.content .frame + .frame {
    margin-top: 40px;
}

.content .row .frame + .frame {
    margin-top: 20px;
}

#content .row > div:empty + div {
    margin-top: 0 !important;
}


/** content header */
#content-header {
    margin: 0 auto;
    position: relative;
}

/* slider */
.headerSlider {
    background: url('../../../typo3conf/ext/pm_core/Resources/Public/Images/loading.svg') no-repeat center #FFF;
    background-size: 50px 50px;
    min-height: 300px;
    max-height: 340px;
    overflow: hidden;
    position: relative;
    transition: height 1s;
}

.headerSlider::before {
    content: "";
    display: block;
    padding-top: 340px;
    transition: padding-top 1s;
}

.headerSlider .imageslider {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.headerSlider .imageslider .slider-item {
    position: relative;
    height: 100%;
    width: 100%;
}

.headerSlider .imageslider .slider-item + .slider-item {
    display: none;
}

.headerSlider .imageslider .slider-item > a {
    display: block;
    height: 100%;
    width: 100%;
}

.headerSlider .imageslider .slider-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% + 50px);
    width: 100%;
    margin-top: -50px;
    position: absolute;
    top: 0;
    left: 0;
}

.headerSlider .imageslider .img-link--text {
    display: none;
}

.headerSlider .imageslider .TextArea,
.headerSlider .imageslider .TextArea .inner {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.headerSlider .imageslider .TextArea {
    display: none;
}

.headerSlider .imageslider .TextArea .inner {
    margin: 0 auto;
    max-width: 1920px;
}

.headerSlider .imageslider .TextArea .slider-title {
}

.headerSlider .imageslider .TextArea .text {
}

.headerSlider .imageslider .TextArea .alternative {
}

.headerSlider .imageslider .TextArea .description {
}

.headerSlider .imageslider .TextArea .description .ce-bodytext {
}

.headerSlider .imageslider .TextArea .description .more {
    white-space: nowrap;
}

.imageslider .cycle-prev,
.imageslider .cycle-next {
    display: none;
    margin-top: -30px;
    padding: 25px 20px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    z-index: 200;
}

.imageslider .cycle::before,
.imageslider .cycle::after {
    content: "";
    background: #FFF;
    border-radius: 2px;
    height: 2px;
    width: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transition: all .2s ease-in-out;
}

.imageslider .cycle::before {
    margin-top: 1px;
}

.imageslider .cycle::after {
    margin-top: 0;
}

html:not(.touch) .imageslider .cycle:hover::before,
html:not(.touch) .imageslider .cycle:hover::after {
    background-color: #444;
}

.imageslider .cycle-prev {
    left: 10px;
}

.imageslider .cycle-prev::before,
.imageslider .cycle-prev::after {
    left: 10px;
    transform-origin: left;
}

.imageslider .cycle-prev::before {
    transform: rotate(-45deg);
}

.imageslider .cycle-prev::after {
    transform: rotate(45deg);
}

html:not(.touch) .imageslider .cycle-prev:hover::before {
    transform: rotate(-35deg);
}

html:not(.touch) .imageslider .cycle-prev:hover::after {
    transform: rotate(35deg);
}

.imageslider .cycle-next {
    right: 10px;
}

.imageslider .cycle-next::before,
.imageslider .cycle-next::after {
    right: 10px;
    transform-origin: right;
}

.imageslider .cycle-next::before {
    transform: rotate(45deg);
}

.imageslider .cycle-next::after {
    transform: rotate(-45deg);
}

html:not(.touch) .imageslider .cycle-next:hover::before {
    transform: rotate(35deg);
}

html:not(.touch) .imageslider .cycle-next:hover::after {
    transform: rotate(-35deg);
}

.imageslider .cycle-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 200;
}

.imageslider .cycle-pager .pager {
    display: inline-block;
    cursor: pointer;
    background: none;
    border: 1px solid #FFF;
    border-radius: 0;
    height: 16px;
    width: 16px;
    margin: 0 10px 10px 10px;
}

.imageslider .cycle-pager .pager.cycle-pager-active {
    background-color: #FFF;
}

.imageslider .cycle-pager .pager span {
    display: none;
}

@media screen and (max-width: 666px) {
    .headerSlider .imageslider .TextArea .inner {
    }

    .headerSlider .imageslider .TextArea .title {
    }

    .headerSlider .imageslider .TextArea .description .ce-bodytext {
    }
}

@media screen and (max-width: 414px) {
    .headerSlider .imageslider .TextArea .title {
    }

    .headerSlider .imageslider .TextArea .description .ce-bodytext {
    }
}


/** slick-slider */
.slick-slider {
}

.slick-slider.slick-dotted {
    padding-bottom: 60px;
}

.slick-slider .slick-arrow {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 2;
}

.slick-slider .slick-arrow::before,
.slick-slider .slick-arrow::after {
    content: "";
    background: #9E2728;
    border-radius: 2px;
    height: 3px;
    width: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transition: all .2s ease-in-out;
}

.slick-slider .slick-arrow::before {
    margin-top: 1px;
}

.slick-slider .slick-arrow::after {
    margin-top: 0;
}

html:not(.touch) .slick-slider .slick-arrow:hover {
    border-color: #9E2728;
}

html:not(.touch) .slick-slider .slick-arrow:hover::before,
html:not(.touch) .slick-slider .slick-arrow:hover::after {
    background-color: #9E2728;
}

.slick-slider .slick-arrow:hover::before,
.slick-slider .slick-arrow:hover::after {
    border-color: #202121;
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
}

.slick-slider .slick-arrow.slick-prev::before,
.slick-slider .slick-arrow.slick-prev::after {
    left: 10px;
    transform-origin: left;
}

.slick-slider .slick-arrow.slick-prev::before {
    transform: rotate(-45deg);
}

.slick-slider .slick-arrow.slick-prev::after {
    transform: rotate(45deg);
}

html:not(.touch) .slick-slider .slick-arrow.slick-prev:hover::before {
    transform: rotate(-35deg);
}

html:not(.touch) .slick-slider .slick-arrow.slick-prev:hover::after {
    transform: rotate(35deg);
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
}

.slick-slider .slick-arrow.slick-next::before,
.slick-slider .slick-arrow.slick-next::after {
    right: 10px;
    transform-origin: right;
}

.slick-slider .slick-arrow.slick-next::before {
    transform: rotate(45deg);
}

.slick-slider .slick-arrow.slick-next::after {
    transform: rotate(-45deg);
}

html:not(.touch) .slick-slider .slick-arrow.slick-next:hover::before {
    transform: rotate(35deg);
}

html:not(.touch) .slick-slider .slick-arrow.slick-next:hover::after {
    transform: rotate(-35deg);
}

.slick-slider .slick-arrow.slick-disabled::before,
.slick-slider .slick-arrow.slick-disabled::after,
.slick-slider .slick-arrow.slick-disabled:hover::before,
.slick-slider .slick-arrow.slick-disabled:hover::after {
    transform: rotate(0);
    opacity: .3;
}

.slick-slider .slick-list {
    margin: 0;
    overflow: hidden;
}

.slick-slider .slick-list .slick-slide {
    float: left;
}

.slick-slider .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.slick-slider .slick-dots li {
    background: #FFF;
    border: 2px solid #9E2728;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 5px;
    padding: 0;
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: relative;
}

.slick-slider .slick-dots li:hover {
}

.slick-slider .slick-dots li.slick-active {
    border-width: 5px;
}

.slick-slider .slick-dots li button {
    cursor: pointer;
    background: none;
    border: none;
    display: block;
    text-indent: -9999px;
}


/** pager */
ul.f3-widget-paginator {
    clear: both;
    display: table;
    float: none;
    list-style: none;
    margin: 30px auto 0;
    padding: 0 100px;
    position: relative;
}

ul.f3-widget-paginator li {
    font-weight: bold;
    float: left;
    margin: 0 0 0 5px;
}

ul.f3-widget-paginator li::before {
    display: none;
}

ul.f3-widget-paginator li:first-child {
}

ul.f3-widget-paginator li a {
    padding: 0 5px;
}

ul.f3-widget-paginator li a:hover {
}

ul.f3-widget-paginator li.current {
    cursor: default;
}

ul.f3-widget-paginator li.current:first-child {
    margin-left: 5px;
}

ul.f3-widget-paginator li.current:last-child {
}

ul.f3-widget-paginator li.previous {
    text-align: left;
    left: 0;
}

ul.f3-widget-paginator li.next {
    text-align: right;
    right: 0;
}

ul.f3-widget-paginator li.previous,
ul.f3-widget-paginator li.next {
    float: none;
    margin: 0;
    position: absolute;
    width: 80px;
}

ul.f3-widget-paginator li.previous a,
ul.f3-widget-paginator li.next a {
    padding: 0;
}

ul.f3-widget-paginator li.previous::before,
ul.f3-widget-paginator li.next:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    top: 1px;
}

ul.f3-widget-paginator li.previous::before {
    content: "\f104";
    margin-right: 10px;
}

ul.f3-widget-paginator li.next::after {
    content: "\f105";
    margin-left: 10px;
}


/** news */
.news {
}

.news .news-clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* page-navigation */
.page-navigation > p:first-child {
    display: none;
}

.news-list-view .page-navigation {
    margin: 40px 0 0;
}

.news-list-view .page-navigation:first-child {
    margin-bottom: 40px;
}

.news-list-view .article + .page-navigation {
}

.news-list-view .page-navigation p {
    float: none;
    text-align: right;
}

.page-navigation .paginate {
    font-weight: bold;
    overflow: hidden;
}

.page-navigation .previous {
    float: left;
}

.page-navigation .next {
    float: right;
}

.page-navigation .paginate a {
    border: none;
    text-decoration: none;
    color: #FFF;
}

.page-navigation .paginate a:hover {
    text-decoration: underline;
}

.page-navigation .previous > span,
.page-navigation .next > span {
    display: none;
}

.page-navigation .previous span::before,
.page-navigation .next span::after {
    color: #FFF;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    top: 2px;
}

.page-navigation .previous span::before {
    content: "\f104";
    margin-right: 15px;
}

.page-navigation .next span::after {
    content: "\f105";
    margin-left: 15px;
}

.page-navigation ul {
    margin: -20px auto 0;
    padding: 0 100px;
}

.page-navigation ul li {
}

.page-navigation ul li span {
    padding: 0 5px;
}

.page-navigation ul li a span {
    padding: 0;
}

.page-navigation ul li a {
    color: #FFF;
    text-decoration: none;
}

.page-navigation ul li a:hover {
    text-decoration: underline;
}

.page-navigation .lessPages,
.page-navigation .morePages {
    cursor: default;
}

.page-navigation .current {
    color: #A7D1A2;
    cursor: default;
}

@media screen and (max-width: 479px) {
    .page-navigation ul {
        margin-top: 10px;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .page-navigation .paginate {
        width: 100vw;
        left: -20px;
    }
}

/** news: list */
.news-list-view {
}

@media screen and (min-width: 768px) {
    .news-list-view {
        align-items: stretch;
        display: flex;
        flex: 0 1 auto;
        flex-flow: row wrap;
        justify-content: flex-start;
    }

    .news-list-view::before,
    .news-list-view::after {
        content: "";
        clear: both;
        display: block;
        height: 0;
        visibility: hidden;
    }

    .news-list-view .article,
    .news-list-view .page-navigation {
        flex-wrap: wrap;
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }

    .news-list-view .article {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .news-list-view .page-navigation {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 40px 0 0;
    }
}

@media screen and (min-width: 1024px) {
    .news-list-view .article {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
}

/* article */
/*header + .news .news-list-view { margin-top: -34px; }*/
.news-list-view .article {
    margin: 40px 0 0;
    padding-bottom: 40px;
}

.news-list-view .article header {
}

/*.news-list-view .article .news-img-wrap { display: none; }*/
.news-list-view .article img {
    height: auto;
    border: 2px solid white;
}

.news-list-view .article .teaser-text {
}

.news-list-view .article .teaser-text [itemprop="description"] {
}

.news-list-view .article .teaser-text .more {
}

.news-list-view .article .footer {
    font-style: italic;
}


/** news: details */
.news-single {
}

/* pager */
.news-single .pager {
    list-style: none;
    margin: 0 0 40px;
    padding: 0;
    overflow: hidden;
}

.news-single div + .pager {
    margin-top: 40px;
}

.news-single .pager:last-child {
    margin-bottom: 0;
}

.news-single .pager:after {
    content: "";
    clear: both;
    display: block;
}

.news-single .pager li {
    max-width: 48%;
}

.news-single .pager li.previous {
    float: left;
    text-align: left;
}

.news-single .pager li.next {
    float: right;
    text-align: right;
}

.news-single .pager li a {
    display: block;
    position: relative;
}

.news-single .pager li a span {
    display: none;
}

.news-single .pager li.previous a {
    padding-left: 25px;
}

.news-single .pager li.next a {
    padding-right: 25px;
}

.news-single .pager li.previous a::before,
.news-single .pager li.next a::after {
    color: #A7D1A2;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.news-single .pager li.previous a::before {
    content: "\f060";
    left: 0;
}

.news-single .pager li.next a::after {
    content: "\f061";
    right: 0;
}

@media screen and (max-width: 666px) {
    .news-single .pager li.previous,
    .news-single .pager li.next {
        float: none;
        max-width: 100%;
    }
}

.news-single .news-text-wrap ul {
    padding-left: 0;
    list-style: none;
}

.news-single .news-text-wrap ul li {
    position: relative;
    padding-left: 24px;
}

.news-single .news-text-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 9px;
    height: 14px;
    font-weight: bold;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23F8F8F8' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
    transform: rotate(0);
    border: none;
}

/* content */
.news-single .header {
}

.news-single .header h1 {
}

.news-single .footer {
    border-bottom: 1px solid #F3F1F1;
    margin: 0 0 40px;
    padding: 0 0 5px;
}

.news-single .footer p > span {
    border-left: 1px solid #F3F1F1;
    margin-left: 5px;
    padding-left: 9px;
}

.news-single .footer p > span:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.news-single .footer .news-list-date {
}

.news-single .footer .news-list-category {
}

.news-single .teaser-text {
    font-weight: 700;
    margin-bottom: 40px;
}

.news-single .article > .row {
}

.news-single .article > .row > .col:empty {
    display: none;
}

.news-single .article > .row > .col:empty + .col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.news-single .article > .row .col:first-child:last-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.news-single .news-img-wrap {
    margin-bottom: 20px;
}

.news-single .news-img-wrap .outer {
}

.news-single .news-img-wrap .outer + .outer {
    margin-top: 40px;
}

.news-single .news-img-wrap .outer .mediaelement {
}

.news-single .news-img-wrap .outer .mediaelement.mediaelement-image {
}

.news-single .news-img-wrap .outer .mediaelement a {
    display: block;
}

.news-single .news-img-wrap .outer .mediaelement img {
    display: block;
    height: auto;
    width: auto;
    margin: 0 0 0 auto;
    transition: transform .3s linear;
}

html:not(.touch) .news-single .news-img-wrap .mediaelement-image img:hover {
    transform: scale(1.04);
}

@media screen and (max-width: 767px) {
    .news-single .news-img-wrap .outer .mediaelement img {
        margin: 0 auto;
    }
}

.news-single .news-img-wrap .outer .mediaelement .mediaelement-video {
}

.news-single .news-img-wrap .outer .mediaelement .iframe-outer-wrapper {
    width: 100% !important;
}

.news-single .news-img-wrap .outer .mediaelement .medialement-alternative-content {
}

.news-single .news-img-wrap .news-img-caption {
    font-size: 90%;
    margin: 5px 0 0;
}

.news-single .news-text-wrap {
}

.news-single .news-text-wrap ul {
    list-style: none;
    padding: 0;
}

.news-single .news-text-wrap ul ul {
    margin-top: 10px;
}

.news-single .news-text-wrap ul li {
    margin: 0 0 10px 15px;
    position: relative;
}

/*.news-single .news-text-wrap ul li:before { content: "\f105"; color: #c20012; display: inline-block; font-family: "Font Awesome 5 Free"; font-size: 16px; font-weight: 900; line-height: 1; margin: 0 0 0 -15px; width: 15px; }*/
@media screen and (min-width: 768px) {
    .news-single .article .frame-layout-1 .ce-bodytext {
        column-gap: 40px;
    }

    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,
    .news-single .article > .row > .col:empty + .col .news-text-wrap {
        column-count: 2;
        column-gap: 40px;
        margin-bottom: -20px;
    }

    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p,
    .news-single .article > .row > .col:empty + .col .news-text-wrap p,
    .news-single .article > .row > .col:empty + .col .news-text-wrap li {
        -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
        -moz-column-break-inside: avoid; /* Mozilla */
        -mx-column-break-inside: avoid;
        column-break-inside: avoid;
        page-break-inside: avoid; /* Firefox */
        break-inside: avoid; /* IE 10+ */
    }

    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:first-of-type:last-of-type,
    .news-single .article > .row > .col:empty + .col .news-text-wrap p:first-of-type:last-of-type {
        display: inline-block;
        margin-bottom: 20px;
    }

    _:-ms-lang(x), .news-single .article > .row > .col:first-child:last-child .news-text-wrap p,
    _:-ms-lang(x), .news-single .article > .row > .col:empty + .col .news-text-wrap p {
        margin-bottom: 20px;
    }

    _:-ms-lang(x), .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:after,
    _:-ms-lang(x), .news-single .article > .row > .col:empty + .col .news-text-wrap p:after {
        display: none;
    }
}

@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p,
    .news-single .article > .row > .col:empty + .col .news-text-wrap p {
        margin-bottom: 0;
    }

    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:after,
    .news-single .article > .row > .col:empty + .col .news-text-wrap p:after {
        content: '';
        display: block;
        height: 20px;
    }

    .news-single .article > .row > .col:first-child:last-child .news-text-wrap p:last-child:after,
    .news-single .article > .row > .col:empty + .col .news-text-wrap p:last-child:after {
        height: 0;
    }
}

@media screen and (min-width: 1024px) {
    .news-single .article .frame-layout-1 .ce-bodytext,
    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,
    .news-single .article > .row > .col:empty + .col .news-text-wrap {
        column-gap: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .news-single .article .frame-layout-1 .ce-bodytext,
    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,
    .news-single .article > .row > .col:empty + .col .news-text-wrap {
        column-gap: 100px;
    }
}

@media print {
    .news-single .article .frame-layout-1 .ce-bodytext,
    .news-single .article > .row > .col:first-child:last-child .news-text-wrap,
    .news-single .article > .row > .col:empty + .col .news-text-wrap {
        column-count: auto;
    }
}

/* backlink */
.news-backlink-wrap {
    margin: 40px 0 0;
}

/* content elements */
.news-single .frame {
    margin: 40px 0 0;
}

.news-single .frame > .frame:first-child {
    margin-top: 0;
}

.news-single .frame .header {
    margin: 0 0 10px;
}

html:not(.touch) .news-single .article:hover figure.image {
    transform: none;
}

/* related */
.news-single .news-related-wrap {
}

.news-single .news-related-wrap .news-related {
    margin: 40px 0 0;
}

.news-single .news-related ul {
    list-style: none;
    padding: 0;
}

.news-single .news-related li {
    margin: 5px 0;
}

.news-single .news-related-news {
}

.news-single .news-related-news .news-related-news-date {
}

.news-single .news-related-links {
}

.news-single .news-related-links a + span {
    display: block;
}

.news-single .news-related-files {
}

.news-single .news-related-files .news-related-files-link {
}

.news-single .news-related-files .news-related-files-size {
    font-size: 90%;
}


/** subpages */
.frame-type-menu_pages {
}


/** accordion */
.accordion-container {
}

.accordion-container .accordion-items {
}

.accordion-container .accordion-items > .frame {
}

.accordion-container .accordion-items > .frame-type-table {
    overflow-x: auto;
}

.accordion-container .accordion-items > .frame-type-table .accordion-item-content {
    overflow-x: auto;
}

.accordion-container .accordion-item-header {
    border-bottom: 2px solid #444;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
}

.accordion-container .accordion-item-header .header {
    cursor: pointer;
    margin-bottom: 0;
}

.accordion-container .accordion-item-header .toggleSubNav {
    display: block;
    top: auto;
    right: 0;
    bottom: 15px;
}

.accordion-container .accordion-item-header .toggleSubNav::before,
.accordion-container .accordion-item-header .toggleSubNav::after {
    content: "";
    background: #444;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 50%;
    z-index: 6;
    transition: all .4s ease-in-out;
}

.accordion-container .accordion-item-header .toggleSubNav::before {
    right: 0;
    transform: rotate(-45deg);
}

.accordion-container .accordion-item-header .toggleSubNav::after {
    right: 9px;
    transform: rotate(45deg);
}

.accordion-container .accordion-item-header.open .toggleSubNav::before {
    transform: rotate(45deg);
}

.accordion-container .accordion-item-header.open .toggleSubNav::after {
    transform: rotate(-45deg);
}

.accordion-container .accordion-item-content {
    margin: 20px 0 0;
    transition: all .5s ease;
}

.accordion-container .closed .accordion-item-content {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
}

.accordion-container .accordion-item-content .used-as-accordion-item-header {
    display: none;
}


/** tabs */
.content .tab-container {
}

.content .tab-container .tabs {
    margin: 0;
    padding: 0;
}

.content .tab-container .tabs .tab-link {
    background: none;
    display: inline-block;
    color: #222;
    cursor: pointer;
    padding: 10px 15px;
}

.content .tab-container .tabs .tab-link.current {
    background: #ededed;
    color: #222;
}

.content .tab-container .tab-content {
}

.content .tab-container .tab-item {
    display: none;
    background: #ededed;
    margin: 0;
    padding: 15px;
}

.content .tab-container .tab-item.current {
    display: inherit;
}


/** tabs mit radio-Buttons */
.content .tab-container-subpages {
    max-width: 100%;
    position: relative;
}

.content .tab-container-subpages > input {
    display: block; /* "enable" hidden elements in IE/edge */
    position: absolute; /* then hide them off-screen */
    left: -100%;
}

.content .tab-container-subpages .tab-header {
    text-align: center;
    width: 100%;
}

.content .tab-container-subpages .tab-header--item {
    border: 2px transparent solid;
    border-radius: 25px;
    color: #ededed;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 5px;
    padding: 0;
    transition: all 300ms ease-out;
}

.content .tab-container-subpages .tab-header--item .label {
    cursor: inherit;
    display: block;
    font-weight: 700;
    padding: 10px;
    text-align: center;
}

.content .tab-container-subpages .tab-input:checked:nth-of-type(1) ~ .tab-header .tab-header--item:nth-of-type(1),
.content .tab-container-subpages .tab-input:checked:nth-of-type(2) ~ .tab-header .tab-header--item:nth-of-type(2),
.content .tab-container-subpages .tab-input:checked:nth-of-type(3) ~ .tab-header .tab-header--item:nth-of-type(3),
.content .tab-container-subpages .tab-input:checked:nth-of-type(4) ~ .tab-header .tab-header--item:nth-of-type(4),
.content .tab-container-subpages .tab-input:checked:nth-of-type(5) ~ .tab-header .tab-header--item:nth-of-type(5),
.content .tab-container-subpages .tab-input:checked:nth-of-type(6) ~ .tab-header .tab-header--item:nth-of-type(6),
.content .tab-container-subpages .tab-input:checked:nth-of-type(7) ~ .tab-header .tab-header--item:nth-of-type(7),
.content .tab-container-subpages .tab-input:checked:nth-of-type(8) ~ .tab-header .tab-header--item:nth-of-type(8),
.content .tab-container-subpages .tab-input:checked:nth-of-type(9) ~ .tab-header .tab-header--item:nth-of-type(9) {
    color: #222;
    cursor: default;
    padding-bottom: 1px;
    transition: all 500ms ease-out;
}

.content .tab-container-subpages .tab-content {
}

.content .tab-container-subpages .tab-content .tab-content--item {
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    transform: translateY(-5px);
}

.content .tab-container-subpages .tab-input:checked:nth-of-type(1) ~ .tab-content .tab-content--item:nth-of-type(1),
.content .tab-container-subpages .tab-input:checked:nth-of-type(2) ~ .tab-content .tab-content--item:nth-of-type(2),
.content .tab-container-subpages .tab-input:checked:nth-of-type(3) ~ .tab-content .tab-content--item:nth-of-type(3),
.content .tab-container-subpages .tab-input:checked:nth-of-type(4) ~ .tab-content .tab-content--item:nth-of-type(4),
.content .tab-container-subpages .tab-input:checked:nth-of-type(5) ~ .tab-content .tab-content--item:nth-of-type(5),
.content .tab-container-subpages .tab-input:checked:nth-of-type(6) ~ .tab-content .tab-content--item:nth-of-type(6),
.content .tab-container-subpages .tab-input:checked:nth-of-type(7) ~ .tab-content .tab-content--item:nth-of-type(7),
.content .tab-container-subpages .tab-input:checked:nth-of-type(8) ~ .tab-content .tab-content--item:nth-of-type(8),
.content .tab-container-subpages .tab-input:checked:nth-of-type(9) ~ .tab-content .tab-content--item:nth-of-type(9) {
    opacity: 1;
    position: relative;
    top: 0;
    z-index: 100;
    transform: translateY(0);
    transition: .5s opacity ease-in, .8s transform ease;
}


/** search */
.tx-kesearch-pi1 {
}

/* form */
.tx-kesearch-pi1 form[name="form_kesearch_pi1"] {
}

.kesearch_searchbox {
    display: table;
    max-width: 600px;
    width: 100%;
}

.kesearch_searchbox:hover {
}

.kesearch_searchbox .kesearchbox {
    border: 1px solid #444;
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.kesearch_searchbox #ke_search_sword {
    border: none;
}

.kesearch_searchbox #ke_search_sword::placeholder {
}

.kesearch_searchbox #ke_search_sword:focus::placeholder {
    opacity: .3;
}

.kesearch_searchbox div.clearer {
    display: none;
}

.kesearch_searchbox .resetbutt {
    display: none;
}

.kesearch_searchbox #kesearch_submit {
    display: none;
}

.kesearch_searchbox .submitbutt {
    display: table-cell;
    background: #CCC;
    border: 1px solid #444;
    position: relative;
    vertical-align: top;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.kesearch_searchbox .submitbutt::after {
    content: "";
    background: #444;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: scale(1, 1);
    transition: all .4s ease;
}

html:not(.touch) .kesearch_searchbox .submitbutt:hover::after {
    transform: scale(0, 0);
}

.kesearch_searchbox .submitbutt input[type="submit"] {
    padding: 14px 30px 10px;
}

/* ordering */
#kesearch_ordering {
}

#kesearch_ordering .ordering {
}

#kesearch_ordering .ordering li {
}

#kesearch_ordering .ordering li.sortlink {
}

#kesearch_ordering .ordering li.sortlink .up {
}

#kesearch_ordering .ordering li.sortlink .down {
}

/* results */
.tx-kesearch-pi1 .messsage {
}

#kesearch_num_results {
    margin-bottom: 10px;
}

#kesearch_results {
    margin-top: 20px;
}

.result-list-item {
    margin: 0;
    padding: 25px 0;
}

.result-list-item::after, .result-list-item:first-child::before {
    content: "";
    background: #444;
    height: 2px;
    width: 100px; /*margin-left: -50px;*/
    position: absolute;
    left: 0;
}

.result-list-item::after {
    bottom: 0;
}

.result-list-item:first-child::before {
    top: 0;
}

.result-list-item:nth-child(odd) {
    background: #F3F1F1;
}

.result-list-item:nth-child(even) {
}

.result-list-item .result-number {
}

.result-list-item .result-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

.result-list-item .clearer {
    display: block;
    clear: both;
    height: 0;
}

.result-list-item .add-info {
    display: none;
}

.result-list-item .teaser_icon {
    display: none; /*display: table-cell;*/
    vertical-align: top;
    padding-right: 30px;
}

.result-list-item .teaser_icon img {
    display: block;
    height: auto;
    width: auto;
}

.result-list-item .result-teaser {
    display: block; /*display: table-cell;*/
    vertical-align: top;
}

.result-list-item .hit { /*border-bottom: 1px solid #444;*/
}

.result-list-item .result-teaser .hit {
    color: #444;
    font-weight: bold;
}

.result-list-item .result-teaser .hit::selection {
    color: #c20012;
}

.result-list-item .result-teaser .hit::-moz-selection {
    color: #c20012;
}

/* pagebrowser */
#kesearch_pagebrowser_top {
    margin-bottom: 10px;
}

#kesearch_pagebrowser_bottom {
    margin-top: 40px;
}

.pages_total {
}

.pages_total .result_txt {
    text-align: center;
}

.kesearch_pagebrowser {
    margin: 10px auto 0;
}

.kesearch_pagebrowser ul {
    display: table;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

.kesearch_pagebrowser ul::after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.kesearch_pagebrowser ul li {
    display: table-cell;
    padding: 0 5px 5px;
}

.kesearch_pagebrowser a {
    padding: 3px;
    text-decoration: none;
    font-weight: 600;
}

.kesearch_pagebrowser a:hover {
    text-decoration: underline;
}

.kesearch_pagebrowser a.current {
    color: gold;
}

.kesearch_pagebrowser a.prev,
.kesearch_pagebrowser a.next {
    font-weight: 400;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.kesearch_pagebrowser a.prev {
    left: 0;
}

.kesearch_pagebrowser a.next {
    right: 0;
}

.kesearch_pagebrowser a.prev::before,
.kesearch_pagebrowser a.next::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    position: relative;
    top: 1px;
}

.kesearch_pagebrowser a.prev::before {
    content: "\f137";
    margin-right: 10px;
    left: 1px;
}

.kesearch_pagebrowser a.next::after {
    content: "\f138";
    margin-left: 10px;
    right: 1px;
}

.overview {
    position: relative;
    display: inline-block;
    margin: auto;
    font-weight: 500;
    color: #2D323B;
    margin-bottom: 45px;
}

.overview:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 107px;
    height: 1px;
    background: #2D323B;
}

/** DCE */

/*News*/
.news {
    position: static;
}

main .tx-ns-instagram {
    padding: 30px 0 70px 0;
}

/*.nsinstagram-v1apiview .gallery {    grid-template-columns: repeat(auto-fit,minmax(30rem,1fr));}*/
.nsinstagram-v1apiview .gallery a {
    border: 2px solid white;
}

.nsinstagram-v1apiview .profile-image,
.nsinstagram-v1apiview .profile-user-settings,
.nsinstagram-v1apiview .profile-stats,
.nsinstagram-v1apiview .profile-bio,
.nsinstagram-v1apiview .gallery-item,
.nsinstagram-v1apiview .gallery {
    height: 100%;
}

.nsinstagram-v1apiview .gallery-image {
    height: 100%;
}

.tx-ns-instagram .slick-track {
    display: flex !important;
}

.tx-ns-instagram .slick-slide {
    height: inherit !important;
    margin: 0 15px;
}

.tx-ns-instagram .slick-slide > div {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.tx-ns-instagram .slick-slide a {
    height: 100%;
    position: absolute;
}

.tx-ns-instagram .slick-list {
    margin: 0 -15px;
}

.tx-ns-instagram .slick-slider .slick-dots li {
    border-radius: 0;
    border: 1px solid #C3D8DD;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.tx-ns-instagram .slick-slider .slick-dots li.slick-active {
    background-color: #A7D1A2;
}

.tx-ns-instagram .slick-slider .slick-dots {
    text-align: right;
}

.tx-ns-instagram .slick-slider .slick-dots li:last-child {
    margin-right: 0;
}

.tx-ns-instagram .gallery a:after {
    content: none;
}

.news-list-view {
    background: #A7D1A2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: static !important;
}

body[data-page-id="18"] .news-list-view::before {
    background: #A7D1A2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50vw;
    left: -50vw;
    z-index: 0;
    visibility: inherit;
}
/** instagram*/

main .c-socialwall {
    padding: 0 0 70px 0;
}

.c-socialwall .c-socialwall__item {
}

.c-socialwall .c-socialwall__item a {
    border: 2px solid white;
}

.c-socialwall__item .image {
}

.c-socialwall__item .image img {
    display: block;
    margin: 0 auto;
    aspect-ratio: 4/5;
    max-width: 380px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: text-bottom
}

.c-socialwall.slick-initialized .c-socialwall__item img {
    max-width: 100%;
}

.c-socialwall__item .image-caption {
    display: none;
}

.c-socialwall .slick-track {
    display: flex !important;
}

.c-socialwall .slick-slide {
    margin: 0 15px;
}

.c-socialwall .slick-slide > div {
    position: relative;
}

.c-socialwall .slick-slide a {
    display: block;
}

.c-socialwall .slick-list {
    margin: 0 -15px;
}

.c-socialwall .slick-slider .slick-dots li {
    border-radius: 0;
    border: 1px solid #C3D8DD;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.c-socialwall .slick-slider .slick-dots li.slick-active {
    background-color: #A7D1A2;
}

.c-socialwall .slick-slider .slick-dots {
    text-align: right;
}

.c-socialwall .slick-slider .slick-dots li:last-child {
    margin-right: 0;
}

.c-socialwall .c-socialwall__item a:after {
    content: none;
}

.c-socialwall figcaption{
    display: none;
}

.c-socialwall .post-type{
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 2.5rem;
    text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.1)
}

.c-socialwall .post-type svg{
    fill: #fff;
}
/*instagram ende*/
body[data-page-id="18"] .maskShopDetailSlider {
    margin-top: 105px;
}

.news-list {
    max-width: var(--max-width-container);
    margin: auto;
    padding: 30px 20px 70px 20px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    position: static !important;
}

.news-list .article {
    padding: 0;
    margin: 0;
    max-width: unset;
}

.news-list .article:last-child {
    display: none;
}

.news-list img {
    margin-bottom: 20px;
}

.news-list h4 a {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.news-list p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

.news-list a {
    font-size: 18px;
    line-height: 24px;
    text-transform: unset;
    margin-top: 0;
    font-weight: 500;
}

.news-list a.more::before {
    content: "\f061";
    position: relative;
    top: 2px;
}

.news-list-view .f3-widget-paginator {
    margin-bottom: 45px;
}

.news-list-view .f3-widget-paginator a {
    color: #444;
}

ul.f3-widget-paginator li.next:after {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

ul.f3-widget-paginator li.previous::before {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 860px) {
    .news-list .article:last-child {
        display: block;
    }

    .news-list-view {
        display: flex;
        flex-direction: column;
        margin: 0;
    }

    .news-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }

    .news-list::before, .news-list::after {
        content: none;
    }
}

@media screen and (max-width: 500px) {
    .news-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-list .article {
        margin-bottom: 30px;
    }

    .news-list .article:last-child {
        display: block;
        margin-bottom: 0;
    }
}

/* Insta News */
.news-list-view.instagramNews {
    background: #404751;
}

.news-list-view.instagramNews .news-list-date {
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.news-list-view.instagramNews a.link-external:after {
    content: none;
}

.news-list-view.instagramNews .teaser-text a {
    font-size: 18px;
    line-height: 25px;
    color: #A7D1A2;
    font-weight: bold;
}

.news-list-view.instagramNews .overview {
    color: #A7D1A2;
}

.news-list-view.instagramNews .overview:after {
    content: none;
}

.news-list-view.instagramNews .overview:before {
    background: #A7D1A2;
}

@media screen and (max-width: 500px) {
    .news-list-view.instagramNews .news-list .article {
        margin-bottom: 20px;
    }

    .news-list-view.instagramNews .news-list .article:last-child {
        margin-bottom: 0;
    }
}

.frame-default header h1, .frame-default header h2, .frame-default header h3, .frame-default header h4 {
    color: #404751;
    padding-top: 60px;
    padding-bottom: 5px;
    text-align: center;
    background: #A7D1A2;
    margin-bottom: 0;
}

#mainContent #c1185 header h3 {
    margin-top: 30px;
    color: white;
    background: none;
    font-weight: bold;
}

@media screen and (max-width: 666px) {
    .frame-default header h1, .frame-default header h2, .frame-default header h3, .frame-default header h4 {
        font-size: 25px;
        line-height: 38px;
        color: #404751;
        padding-top: 30px;
        padding-bottom: 0;
        margin-bottom: 0;
        text-align: center;
        background: #A7D1A2;
    }
}

/* News Single */
.news-single {
    max-width: var(--max-width-container);
    margin: 30px auto 50px auto;
    padding: 0 20px;
    color: white;
}

.news-single a:not(.turquoise-button) {
    color: #A7D1A2;
}

.news-single .backlink-wrap .back {
    color: #A7D1A2;
}

.news-single .backlink-wrap .back:hover {
    color: #A7D1A2;
    text-decoration: underline;
}

.news-single .backlink-wrap .back:before {
    color: #A7D1A2;
}


/* Mask */
/* General */
.frame.frame-default,
.tx-ns-instagram,
.maskElement {
    max-width: var(--max-width-container);
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.frame.frame-default > .frame.frame-default {
    padding: 0;
}

.frame.frame-default:last-child .tx-powermail {
    margin-bottom: 50px;
}

.maskElement.fullWidth {
    max-width: unset;
}

.article .maskWrap .maskElement {
    padding: 0;
}

/* Mask Contact Information */
.maskElement.maskContactInformation {
    padding: 35px 20px 60px 20px;
}

.maskElement.maskContactInformation h1 {
    /*color: white;*/
    /*text-transform: uppercase;*/
    text-align: center;
}

.maskElement.maskContactInformation h2 {
    /*color: white;*/
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
    .maskElement.maskContactInformation h2 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 666px) {
    .maskElement.maskContactInformation h2 {
        margin-bottom: 25px;
    }
}

.maskElement.maskContactInformation .informationWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.maskElement.maskContactInformation.three-col .informationWrap {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 680px) {
    .maskElement.maskContactInformation.three-col .informationWrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 888px) {
    .maskElement.maskContactInformation .informationWrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
}

.maskElement.maskContactInformation .informationWrap .information {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 0;
    color: white;
    background: #1A1E25;
    transition: background 0.3s ease-in-out;
    font-size: 20px;
}

.maskElement.maskContactInformation .informationWrap .information:hover {
    background: #A7D1A2;
}

.maskElement.maskContactInformation .informationWrap .information picture {
    transition: opacity 0.3s ease-in-out;
}

.maskElement.maskContactInformation .informationWrap .information picture.hoverImg {
    position: absolute;
    opacity: 0;
}

.maskElement.maskContactInformation .informationWrap .information:hover picture {
    opacity: 0;
}

.maskElement.maskContactInformation .informationWrap .information:hover picture.hoverImg {
    opacity: 1;
}

.maskElement.maskContactInformation .informationWrap .information .infoText {
    font-size: var(--text-font-size);
    line-height: 31px;
}

@media screen and (max-width: 834px) {
    .maskElement.maskContactInformation .informationWrap .information .infoText {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .maskElement.maskContactInformation .informationWrap .information .infoText {
        font-size: 16px;
    }
}

.maskElement.maskContactInformation .informationWrap .information a {
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.maskElement.maskContactInformation .informationWrap .information a:after {
    content: none;
}

.maskElement.maskContactInformation .informationWrap .information a:hover {
    text-decoration: none;
}

.maskElement.maskContactInformation .informationWrap .information .imgWrap {
    width: 78px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.maskElement.maskContactInformation .informationWrap .information .imgWrap img {
    max-width: 100%;
    max-height: 100%;
}

.maskElement.maskContactInformation .text {
    color: white;
    text-transform: none;
    margin-top: 10px;
}

@media screen and (max-width: 500px) {
    .maskElement.maskContactInformation .informationWrap {
        grid-gap: 20px;
    }

    .maskElement.maskContactInformation .informationWrap .information:last-child {
        margin-bottom: 0;
    }
}

/* Mask Header Image */
.maskElement.maskHeaderImageVideo {
    padding: 0;
}

.maskHeaderImageVideo img {
    display: block;
    margin: auto;
    height: auto;
}
.maskHeaderImageVideo .overlayBoxWrap {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1240px;
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
}

.maskHeaderImageVideo .overlayBox {
    padding: 25px;
    background-color: #A7D1A2;
    display: inline-block;
    max-width: 480px;
}

.maskHeaderImageVideo .overlayBox.grey{
    background-color: #404751;
}

.maskHeaderImageVideo .overlayBox.grey *:not(a):not(.text-green){
    color: #fff;
}
.maskHeaderImageVideo .overlayBox u a{
    text-decoration: underline;
}
.maskHeaderImageVideo .overlayBox h4, .maskHeaderImageVideo .overlayBox p {
    color: #404751;
    margin-bottom: 0;
}
.maskHeaderImageVideo .overlayBox h4 {
    margin-bottom: 7px;
    line-height: 30px;
}


@media screen and (max-width: 688px) {
    .maskHeaderImageVideo .overlayBoxWrap {
       /* top: 58px; */
        position: relative;
        padding: 0;
        top: 0;
    }

    .maskElement.maskHeaderImageVideo{
        display: flex;
        flex-direction: column-reverse;
    }

    .maskHeaderImageVideo .overlayBox{
        max-width: 100%;
        width: 100%;
        background-color: #A7D1A2 !important;
    }

    .maskHeaderImageVideo .overlayBox *{
        color: #404751 !important;
    }

    .maskHeaderImageVideo .overlayBox.grey .turquoise-button{
        background: #404751;
        color: #fff !important;
    }

    .maskHeaderImageVideo .overlayBox.grey .turquoise-button:hover{
        background: #1A1E25;
    }

    .maskHeaderImageVideo strong:has(.mobilebreak){
        display: flex;
        flex-direction: column;
    }

    .maskHeaderImageVideo .spacer{
        display: none
    }

    .maskHeaderImageVideo p:has(.spacer) + p:has(.spacer){
        margin-top: 19px;
    }

}
@media screen and (max-width: 520px) {
    .maskHeaderImageVideo .overlayBox h4 {
        font-size: 18px;
    }
    .maskHeaderImageVideo .overlayBox p {
        font-size: 14px;
    }
}

/* Mask Social Media */
.maskWrap.maskSocialMedia {
    background: #A7D1A2;
    color: white;
}

#c1182 header h3 {
    position: relative;
}
#c1182.frame::before,
.maskWrap.maskSocialMedia::before {
    background: #A7D1A2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50vw;
    left: -50vw;
    z-index: 0;
    visibility: inherit;
}

@media screen and (min-width: 667px) {
    .maskWrap.maskSocialMedia br.mobile {
        display: none;
    }
}

.maskElement.maskSocialMedia {
    padding: 45px 0;
    text-align: center;
}

.maskElement.maskSocialMedia h3 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

.maskElement.maskSocialMedia a:after {
    content: '';
}

.maskElement.maskSocialMedia svg path, .maskElement.maskSocialMedia img {
    width: 64px;
    fill: white;
    transition: fill 0.3s ease-in-out;
}

.maskElement.maskSocialMedia svg:hover path {
    fill: #404751;
}

.maskElement.maskSocialMedia .socialMediaChannels {
    display: flex;
    justify-content: center;
}

.maskElement.maskSocialMedia .socialMediaChannel:last-child {
    margin-left: 50px;
}

/* Mask Text Over Image */
.maskWrap.maskTextOverImage {
    margin-bottom: 66px;
}

.maskWrap.maskTextOverImage:has(+ .frame-type-html) {
    margin-bottom: 0;
}

.maskWrap.maskTextOverImage .textoverimagelink{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.frame-type-html:has(iframe) iframe {
    position: static;
    margin: auto;
    padding: 0 !important;
    left: 0 !important;
    transform: none !important;
    height: 335px;
    width: 100%;
    min-height: unset !important;
    max-width: 1280px;
}

@media screen and (max-width: 850px) {
    .frame-type-html:has(iframe) iframe {
        height: 370px;
    }
}

@media screen and (max-width: 500px) {
    .frame-type-html:has(iframe) iframe {
        height: 490px;
    }
}

.maskElement.maskTextOverImage .wrap {
    background-color: #CDBEE9;
    display: flex;
    justify-content: end;
}

.maskElement.maskTextOverImage .text:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    color: #404751;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 20px 75px;
    font-size: 18px;
    line-height: 30px;
}

.maskElement.maskTextOverImage .text:last-child {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 100%;
    color: #404751;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0 20px 75px;
    font-size: 18px;
    line-height: 30px;
}

.maskElement.maskTextOverImage picture {
    max-width: 50%;
}

.maskElement.maskTextOverImage img {
    height: auto;
}

@media screen and (max-width: 800px) {
    .maskWrap.maskTextOverImage {
        margin-bottom: 20px;
    }

    .maskElement.maskTextOverImage .wrap {
        display: block;
    }

    .maskElement.maskTextOverImage .text:first-child, .maskElement.maskTextOverImage .text:last-child {
        position: relative;
        width: 100%;
        padding: 60px 40px 50px 40px;
    }
}

.maskElement.maskTextOverImage .text h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: bold;
    color: #404751;
}

/* Mask Our Shops */
.maskWrap.maskOurShops .maskElement {
    color: white;
    text-align: center;
    padding: 60px 20px 80px 20px;
    max-width: 1180px;
}

.maskWrap.maskOurShops h3 {
    color: white;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
}

.maskWrap.maskOurShops a {
    color: white;
}

.maskWrap.maskOurShops .tabSelection {
    max-width: 675px;
    margin: auto auto 57px auto;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #A7D1A2;
}

.maskWrap.maskOurShops .tabSelection .tab {
    color: #A7D1A2;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    position: relative;
    cursor: pointer;
}

.maskWrap.maskOurShops .tabSelection .tab.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 8px;
    background: #A7D1A2;
}

.maskWrap.maskOurShops .tabContent {
    display: grid;
    justify-items: start;
    align-items: start;
}

.maskWrap.maskOurShops .tabContent .tab {
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .maskWrap.maskOurShops .tabContent .tab {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 620px) {
    .maskWrap.maskOurShops .tabContent .tab {
        grid-template-columns: repeat(2, 1fr);
    }
}

.maskWrap.maskOurShops .tabContent .tab.active {
    opacity: 1;
    pointer-events: all;
}

.maskWrap.maskOurShops .tabContent .tab .establishment {
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /*height:216px;*/
}

.maskWrap.maskOurShops .tabContent .tab .establishment img, .maskWrap.maskOurShops .tabContent .tab .establishment svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.maskWrap.maskOurShops .tabContent .tab .establishment .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #A7D1A2;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maskWrap.maskOurShops .tabContent .tab .establishment .overlay h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.maskWrap.maskOurShops .tabContent .tab .establishment .overlay span {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-weight: 700;
}

.maskWrap.maskOurShops .tabContent .tab .establishment:hover .overlay {
    opacity: 1;
    pointer-events: all;
}

.maskWrap.maskOurShops .overview {
    color: #A7D1A2;
    margin-top: 92px;
    margin-bottom: 0;
}

.maskWrap.maskOurShops .overview:before {
    background: #A7D1A2;
}

/*Mask Shop List*/
.maskShopList {
    padding-bottom: 30px;
}

.maskShopList .shopsAndCategories aside > div.mobileFilterToggle {
    width: 100%;
    color: white;
    padding: 30px 0;
}

.maskShopList h1, .maskShopList h2 {
    /*color: #F8F8F8;*/
    text-align: center;
}

.maskShopList h1 {
    margin-top: 26px;
}

.maskShopList h2 {
    margin-bottom: 30px;
}

@media screen and (max-width: 666px) {
    .maskShopList header h1 {
        margin-top: 26px;
    }
}

.maskShopList .filterAndMap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #C3D8DD;
    margin-bottom: 20px;
}

@media screen and (max-width: 870px) {
    .maskShopList .filterAndMap {
        display: block;
    }
}

.maskShopList .searchWrap {
    position: relative;
    margin-right: 25px;
}

.maskShopList .searchWrap i {
    position: absolute;
    color: white;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.maskShopList .filter {
    display: flex;
}

.maskShopList .sortButtons {
    display: flex;
}

@media screen and (max-width: 870px) {
    .maskShopList .filter {
        justify-content: space-between;
        margin-bottom: 10px;
    }
}

.maskShopList .filter i {
    margin-right: 5px;
}

.maskShopList .filterSearch {
    width: 300px;
}

.maskShopList .sortAlphAsc {
    margin-right: 10px;
    font-size: 18px;
}

.maskShopList .sortAlphDesc {
    font-size: 18px;
}

.maskShopList .sortAlphAsc.active, .maskShopList .sortAlphDesc.active {
    background: #A7D1A2;
}

.maskShopList .filterSearch, .maskShopList .filterSearch::placeholder, .maskShopList .filterSearch::-webkit-input-placeholder, .maskShopList .sortAlphAsc, .maskShopList .sortAlphDesc {
    color: white !important;
    background: #2D323B;
    height: 60px;
    display: flex;
    align-items: center;
    border: none;
    font-weight: 500;
    transition: background 0.3s ease-in-out;
}

.maskShopList .filterSearch, .maskShopList .sortAlphAsc, .maskShopList .sortAlphDesc {
    padding: 0 20px;
}

.maskShopList .filterSearch::placeholder {
    text-transform: uppercase;
}

.maskShopList .sortAlphAsc, .maskShopList .sortAlphDesc {
    cursor: pointer;
}

.maskShopList .mapLink {
    color: white;
    padding: 0 20px;
    background: #A7D1A2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
}

.maskShopList .shopsAndCategories aside > div.mobileFilterToggle {
    display: none;
}

.maskShopList .mapLink:hover {
    background-color: #94BE8F;
    text-decoration: none;
}

.maskShopList .mapLink i {
    margin-right: 15px;
}

.maskShopList .shopsAndCategories {
    display: grid;
    grid-template-columns: 300px 4fr;
    grid-gap: 25px;
}

@media screen and (max-width: 960px) {
    .maskShopList .shopsAndCategories {
        grid-template-columns: 1fr;
    }

    .maskShopList .shopsAndCategories aside {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 730px) {
    .maskShopList .shopsAndCategories aside {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 525px) {
    .maskShopList .shopsAndCategories aside {
        grid-template-columns: 1fr;
    }

    .maskShopList .shopsAndCategories aside > div.mobileFilterToggle {
        display: flex;
        font-weight: bold;
    }

    .maskShopList .shopsAndCategories aside > div.mobileFilterToggle:after {
        content: '\f078';
        display: block;
        font-weight: bold;
        font-family: 'Font Awesome 5 Free';
        margin-left: 5px;
        transform-origin: center center;
        transition: transform 0.3s ease-in-out;
    }

    .maskShopList .shopsAndCategories aside > div:not(.mobileFilterToggle) {
        max-height: 0;
        overflow: hidden;
        margin-bottom: 0;
        grid-gap: 0;
        transition-property: max-height, margin-bottom, grid-gap;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }

    .maskShopList .shopsAndCategories aside {
        grid-gap: 0;
        transition: grid-gap 0.3s ease-in-out;
    }

    .maskShopList .shopsAndCategories aside.mobileActive {
        grid-gap: 10px;
    }

    .maskShopList .shopsAndCategories aside.mobileActive > div:not(.mobileFilterToggle) {
        max-height: 200px;
        margin-bottom: 10px;
    }

    .maskShopList .shopsAndCategories aside.mobileActive > div.mobileFilterToggle:after {
        transform: rotate(180deg);
    }
}

.maskShopList .shopsAndCategories aside label {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -1000px;
    top: 0;
}

.maskShopList .shopsAndCategories aside > div {
    color: #A7D1A2;
    padding-left: 55px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
}

.maskShopList .shopsAndCategories aside input:checked + .checkmark {
    background-color: #A7D1A2;
}

.maskShopList .shopsAndCategories aside input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.maskShopList .shopsAndCategories aside .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border: 1px solid #C3D8DD;
    transition: background-color 0.3s ease-in-out;
}

.maskShopList .shopsAndCategories main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    grid-template-rows: repeat(3, 1fr);
}

@media screen and (max-width: 730px) {
    .maskShopList .shopsAndCategories main {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 525px) {
    .maskShopList .shopsAndCategories main {
        grid-template-columns: repeat(2, 1fr);
    }
}

.maskShopList .shopsAndCategories main .shop {
    background: white;
    display: none;
    align-items: center;
    justify-content: center;
    max-height: 210px;
}

.maskShopList .shopsAndCategories main .shop .wrap {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
}

.maskShopList .shopsAndCategories main .shop.visible {
    display: flex;
}

.maskShopList .shopsAndCategories main .shop img, .maskShopList .shopsAndCategories main .shop svg {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.maskShopList a {
    color: white;
}

.maskShopList .shop .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #A7D1A2;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.maskShopList .shop .overlay h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
    text-align: center;
}

.maskShopList .shop .overlay span {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-weight: 700;
    color: white;
}

.maskShopList .shop:hover .overlay {
    opacity: 1;
    pointer-events: all;
}

@media screen and (max-width: 565px) {
    .maskShopList .filter {
        display: block;
    }

    .maskShopList .filter > * {
        margin-bottom: 10px;
    }

    .maskShopList .filter > *:last-child {
        margin-bottom: 10px;
    }

    .maskShopList .searchWrap {
        margin-right: 0;
    }

    .maskShopList .filterSearch {
        width: 100%;
        text-align: center;
    }

    .maskShopList .sortAlphAsc, .maskShopList .sortAlphDesc {
        flex-grow: 1;
        justify-content: center;
    }

    .maskShopList .mapLink {
        width: 100%;
    }
}

@media screen and (max-width: 1230px) {
    .maskShopList .shop .overlay h4 {
        font-size: 18px;
        line-height: 20px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}


/*  */
.maskShopDetailInformation {
    background-color: #2D323B;
    color: white;
    padding: 75px 0 40px 0;
    font-size: 18px;
    line-height: 30px;
}

.maskShopDetailInformation a {
    color: white;
    display: block;
}

.maskShopDetailInformation .maskElement {
    display: flex;
    flex-wrap: wrap;
}

.maskShopDetailInformation .maskElement .imgWrap {
    width: 300px;
    height: 300px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.maskShopDetailInformation .maskElement .imgWrap + .contact {
    margin-left: 40px;
}

@media screen and (max-width: 860px) {
    .maskShopDetailInformation .maskElement .imgWrap {
        flex: 0 0 50%;
    }

    .maskShopDetailInformation .maskElement .information {
        flex: 0 0 calc(50% - 30px);
    }
}

@media screen and (max-width: 780px) {
    .maskShopDetailInformation .maskElement .imgWrap {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .maskShopDetailInformation .maskElement .information {
        flex: 0 0 100%;
        margin-top: 20px;
    }
}

.maskShopDetailInformation .maskElement img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
}

.maskShopDetailInformation .openingTimesHead, .maskShopDetailInformation .level {
    font-weight: bold;
}

.maskShopDetailInformation .openingTimes {
    margin-bottom: 35px;
}

.maskShopDetailInformation .openingTimes:not(.ce-description) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
}

@media screen and (max-width: 780px) {
    .maskShopDetailInformation .openingTimes {
        margin-bottom: 20px;
        grid-template-columns: 1.5fr 1fr;
    }
}

.maskShopDetailInformation .openingTimes div:nth-child(2n+2) {
    text-align: right;
    margin-left: 10px;
}

.maskShopDetailInformation span {
    display: block;
    font-size: 20px;
}

.maskShopDetailInformation .mapLink {
    color: white;
    padding: 0 20px;
    background: #A7D1A2;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    width: 300px;
    text-transform: uppercase;
    margin-top: 25px;
    transition: background-color 0.3s ease-in-out;
}

.maskShopDetailInformation .mapLink:hover {
    background-color: #94BE8F;
    text-decoration: none;
}

.maskShopDetailInformation .mapLink i {
    margin-right: 15px;
}

.maskShopDetailInformation .contact {
    margin-left: auto;
}

@media screen and (max-width: 1170px) {
    .maskShopDetailInformation .contact {
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

.maskShopDetailInformation .contact span {
    font-weight: bold;
}

.maskShopDetailInformation .contact > div {
    margin-bottom: 30px;
}

/* Mask Shop Detail Text*/
.site-content > .maskShopDetailText {
    margin-top: 120px;
}

.site-content > .maskShopDetailText.smallerMarginTop {
    margin-top: 50px;
}

@media screen and (max-width: 666px) {
    .site-content > .maskShopDetailText {
        margin-top: 30px;
    }
}

.maskShopDetailText {
    margin: 50px 0 50px 0;
    color: #F8F8F8;
    font-size: 18px;
    line-height: 30px;
}

.maskShopDetailText h1 {
    color: #F8F8F8;
    font-size: 43px;
    line-height: 57px;
    font-weight: bold;
}

.maskShopDetailText h2 {
    color: #F8F8F8;
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 30px;
}

.maskShopDetailText h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    color: #F8F8F8;
}

.maskShopDetailText h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #F8F8F8;
}

.maskShopDetailText h5 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #F8F8F8;
}

@media screen and (max-width: 666px) {
    .maskShopDetailText h1 {
        font-size: 38px;
        line-height: 54px;
    }

    .maskShopDetailText h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .maskShopDetailText h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.maskShopDetailText h3, .maskShopDetailText p, .maskShopDetailText ul, .maskShopDetailText table {
    margin-bottom: 30px;
}

.maskShopDetailText table {
    table-layout: fixed;
}

.maskShopDetailText a:not(.turquoise-button) {
    color: #A7D1A2;
}

.maskShopDetailText ul {
    padding-left: 0;
    list-style: none;
}

.maskShopDetailText ul li {
    position: relative;
    padding-left: 24px;
}

.maskShopDetailText ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 14px;
    font-weight: bold;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23F8F8F8' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}

.maskShopDetailText .maskElement > *:last-child {
    margin-bottom: 0;
}

/*Mask Shop Detail Slider*/
.maskShopDetailSlider {
    margin-bottom: 45px;
    padding-bottom: 60px;
}

.maskShopDetailSlider .slick-slider .slick-dots li {
    border-radius: 0;
    border: 1px solid #C3D8DD;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
}

.maskShopDetailSlider .slick-slider .slick-dots li.slick-active {
    background-color: #A7D1A2;
}

.maskShopDetailSlider .slick-slider .slick-dots {
    text-align: right;
    right: 0;
    bottom: -55px;
}

.maskShopDetailSlider .slick-slider .slick-dots li:last-child {
    margin-right: 0;
}

/* Mask Service Center Akkordion */
.maskServicecenterAkkordion {
    margin-bottom: 30px;
    color: white;
}

.maskServicecenterAkkordion h1 {
    /*color: white;*/
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
}

.maskServicecenterAkkordion h2 {
    /*color: white;*/
    text-align: center;
    /*margin-bottom: 35px;*/
    /*font-size: 35px;*/
    /*line-height: 47px;*/
}

/*.maskServicecenterAkkordion h3 {*/
/*	color: white;*/
/*}*/
.maskServicecenterAkkordion a {
    color: #A7D1A2;
}

@media screen and (max-width: 834px) {
    .maskServicecenterAkkordion header h1 {
        /*font-size: 43px;*/
        /*line-height: 58px;*/
        margin-top: 26px;
    }

    .maskServicecenterAkkordion h2 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 666px) {
    .maskServicecenterAkkordion header h1 {
        margin-top: 26px;
    }
}

.maskServicecenterAkkordion .informationWrap {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 90px / 4));
    grid-gap: 30px;
    position: relative;
}

.maskServicecenterAkkordion .informationWrap .infoText, .maskServicecenterAkkordion .informationWrap h1, .maskServicecenterAkkordion .informationWrap h2, .maskServicecenterAkkordion .informationWrap h3, .maskServicecenterAkkordion .informationWrap h4 {
    font-weight: bold;
}

@media screen and (max-width: 888px) {
    .maskServicecenterAkkordion .informationWrap {
        display: grid;
        grid-template-columns: repeat(2, calc(50% - 30px / 2));
        grid-gap: 20px;
    }
}

.maskServicecenterAkkordion .informationWrap .information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 10px;
    color: white;
    background: #1A1E25;
    transition: background 0.3s ease-in-out;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    height: 100%;
    text-transform: uppercase;
}

.maskServicecenterAkkordion .informationWrap .information.active {
    background: #A7D1A2;
}

.maskServicecenterAkkordion .informationWrap .information.active:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #A7D1A2;
}

.maskServicecenterAkkordion .informationWrap .information .imgWrap {
    position: relative;
}

.maskServicecenterAkkordion .informationWrap .information .imgWrap picture {
    transition: opacity 0.3s ease-in-out;
}

.maskServicecenterAkkordion .informationWrap .information .imgWrap .hoverImg {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.maskServicecenterAkkordion .informationWrap .information.active picture {
    opacity: 0;
}

.maskServicecenterAkkordion .informationWrap .information.active .hoverImg {
    opacity: 1;
}

.maskServicecenterAkkordion .informationWrap .information .infoText {
    font-size: var(--text-font-size);
    line-height: 28px;
    margin-top: 5px;
}

@media screen and (max-width: 834px) {
    .maskServicecenterAkkordion .informationWrap .information .infoText {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .maskServicecenterAkkordion .informationWrap .information .infoText {
        font-size: 16px;
    }
}

.maskServicecenterAkkordion .accordion {
    max-height: 0;
    overflow: hidden;
    grid-column: span 4;
    background-color: #2D323B;
    transition-timing-function: ease-in-out;
    transition-property: max-height, padding;
    transition-duration: 0.3s;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 0;
}

@media screen and (max-width: 888px) {
    .maskServicecenterAkkordion .accordion {
        grid-column: span 2;
    }
}

@media screen and (max-width: 666px) {
    .maskServicecenterAkkordion .accordion {
        grid-template-columns: repeat(1, 1fr);
    }
}

.maskServicecenterAkkordion .informationWrap > .accordion.active {
    height: auto;
    max-height: 1000px;
    transition-timing-function: ease-in-out;
    transition-property: max-height, padding;
    transition-duration: 0.3s;
    padding: 40px;
}

/* Mask Services of Shop */
.maskServicesOfShops .maskElement {
    color: white;
    text-align: center;
    padding: 60px 20px 78px 20px;
    max-width: 1180px;
}

.maskServicesOfShops h3 {
    color: white;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 50px;
}

.maskServicesOfShops a {
    color: white;
}

.maskServicesOfShops .services {
    grid-column-start: 1;
    grid-row-start: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}

@media screen and (max-width: 950px) {
    .maskServicesOfShops .services {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 620px) {
    .maskServicesOfShops .services {
        grid-template-columns: repeat(2, 1fr);
    }
}

.maskServicesOfShops .services .service .establishment {
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 216px;
}

.maskServicesOfShops .services .service .establishment img, .maskServicesOfShops .services .service .establishment svg {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.maskServicesOfShops .services .service .establishment .overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #A7D1A2;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maskServicesOfShops .services .service .establishment .overlay h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}

.maskServicesOfShops .services .service .establishment .overlay span {
    font-size: 16px;
    line-height: 23px;
    display: block;
    font-weight: 700;
}

.maskServicesOfShops .services .service .establishment:hover .overlay {
    opacity: 1;
    pointer-events: all;
}

/* Mask Food Court 3-Col */
.maskFoodCourt .restaurants {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    color: white;
    margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
    .maskFoodCourt .restaurants {
        grid-template-columns: repeat(1, 1fr);
    }
}

.maskFoodCourt .restaurants a {
    color: white;
}

.maskFoodCourt h1 {
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    /*color: white;*/
}

.maskFoodCourt h2 {
    /*color: white;*/
    text-align: center;
    margin-bottom: 35px;
    /*font-size: 35px;*/
    /*line-height: 47px;*/
}

@media screen and (max-width: 834px) {
    /*.maskFoodCourt h1 {*/
    /*	font-size: 43px;*/
    /*	line-height: 58px;*/
    /*}*/
    .maskFoodCourt h2 {
        margin-bottom: 70px;
    }
}

.maskFoodCourt .restaurant .imgWrap {
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.maskFoodCourt .restaurant img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

/* Mask Partner & Job Offers */
.maskPartnerJobOffers {
    margin-bottom: 50px;
}

.maskPartnerJobOffers h1 {
    /*	text-transform: uppercase;*/
    text-align: center;
    /*	font-size: 50px;*/
    /*	line-height: 60px;*/
    /*	color: white;*/
}

@media screen and (max-width: 666px) {
    .maskPartnerJobOffers h1 {
        margin-top: 26px;
    }
}

.maskPartnerJobOffers h2 {
    /*color: white;*/
    text-align: center;
    margin-bottom: 35px;
    /*font-size: 35px;*/
    /*line-height: 47px;*/
}

@media screen and (max-width: 834px) {
    /*.maskPartnerJobOffers h1 {*/
    /*	font-size: 43px;*/
    /*	line-height: 58px;*/
    /*}*/
    .maskPartnerJobOffers h2 {
        margin-bottom: 70px;
    }
}

.maskPartnerJobOffers .partnersJobOffers {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
    display: grid;
}

@media screen and (max-width: 910px) {
    .maskPartnerJobOffers .partnersJobOffers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 540px) {
    .maskPartnerJobOffers .partnersJobOffers {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 390px) {
    .maskPartnerJobOffers .partnersJobOffers {
        /*grid-template-columns: repeat(1, 1fr);*/
        grid-gap: 25px;
    }
}

.maskPartnerJobOffers .partnersJobOffers img {
    max-width: 100%;
    height: auto;
}

.maskPartnerJobOffers .partnerJobOffer {
    position: relative;
    background: white;
    display: none;
    justify-content: center;
    align-items: center;
}

.maskPartnerJobOffers .partnerJobOffer.visible {
    display: flex;
}

.maskPartnerJobOffers .partnerJobOffer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #A7D1A2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    padding: 0 10px;
}

.maskPartnerJobOffers .partnerJobOffer .overlay h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: white;
    margin-bottom: 0;
}

.maskPartnerJobOffers .partnerJobOffer:hover .overlay {
    opacity: 1;
    pointer-events: auto;
}

.maskPartnerJobOffers .partnerJobOffer a {
    color: white;
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.maskPartnerJobOffers a.link-external:after {
    content: none;
}

.maskPartnerJobOffers .filterSort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maskPartnerJobOffers .jobFilter, .maskPartnerJobOffers .jobSort {
    display: flex;
    margin-bottom: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.maskPartnerJobOffers .filterSort label {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: -1000px;
    top: 0;
}

.maskPartnerJobOffers .jobFilter > div {
    color: #A7D1A2;
    padding-left: 40px;
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    margin-right: 30px;
}
.maskPartnerJobOffers .jobSort > div {
    color: white !important;
    background: #2D323B;
    height: 60px;
    display: flex;
    align-items: center;
    border: none;
    font-weight: 500;
    transition: background 0.3s ease-in-out;
    padding: 0 25px 0 40px;
    margin-left: 10px;
    text-transform: uppercase;
}
.maskPartnerJobOffers .jobSort > div:hover {
    cursor: pointer;
}

@media screen and (max-width: 825px) {
    .maskPartnerJobOffers .filterSort {
        display: block;
    }
    .maskPartnerJobOffers .jobSort > div {
        margin-left: 0;
        margin-right: 30px;
    }
}

.maskPartnerJobOffers .filterSort input:checked + .checkmark {
    background-color: #A7D1A2;
}

.maskPartnerJobOffers .filterSort input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.maskPartnerJobOffers .jobFilter .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #FFFFFF;
    border: 1px solid #C3D8DD;
    transition: background-color 0.3s ease-in-out;
}
.maskPartnerJobOffers .jobSort svg {
    position: absolute;
    top: 50%;
    left: 14px;
    height: 16px;
    width: 23px;
    fill: #FFFFFF;
    transform: translateY(-50%);
}
.maskPartnerJobOffers .jobSort > div.checked {
    background-color: #A7D1A2;
}

/* Mask Offers Overview */
.maskOffers {
    background-color: #A7D1A2;
    padding: 40px 0;
    margin-top: 50px;
}

.maskOffers::before {
    background: #A7D1A2;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50vw;
    left: -50vw;
    z-index: 0;
}

.maskOffers .offers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.maskOffers .offers .offer img {
    border: 2px solid white;
    margin-bottom: 10px;
}

.maskOffers .offers a {
    color: #404751;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.maskOffers h1 {
    /*text-transform: uppercase;*/
    text-align: center;
    /*font-size: 50px;*/
    /*line-height: 60px;*/
    color: #404751;
}

.maskOffers h2 {
    color: #404751;
    text-align: center;
    margin-bottom: 35px;
    /*font-size: 35px;*/
    /*line-height: 47px;*/
}

@media screen and (max-width: 834px) {
    .maskOffers .offers {
        grid-template-columns: repeat(2, 1fr);
    }

    .maskOffers .offers .offer:last-child {
        display: none;
    }

    /*.maskOffers h1 {*/
    /*	font-size: 43px;*/
    /*	line-height: 58px;*/
    /*}*/
    .maskOffers h2 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 440px) {
    .maskOffers .offers {
        grid-template-columns: repeat(1, 1fr);
    }

    .maskOffers .offers .offer:last-child {
        display: block;
    }
}

/* Mask Offer Detail */
.maskOfferDetail .offerDetail {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    color: white;
    margin: 50px 0;
    line-height: 30px;
}

.maskOfferDetail picture {
    display: block;
}
.maskOfferDetail .img > * {
    margin-bottom: 20px;
}
.maskOfferDetail .img > *:last-child {
    margin-bottom: 0;
}

.maskOfferDetail .offerDetail h1, .maskOfferDetail .offerDetail h2, .maskOfferDetail .offerDetail h3, .maskOfferDetail .offerDetail h4 {
    color: white;
    font-weight: bold;
}

.maskOfferDetail .offerDetail h2 {
    font-weight: 300;
}

.offerDetail a:not(.turquoise-button) {
    color: #A7D1A2;
}

/*.maskOfferDetail h1 {*/
/*	text-transform: uppercase;*/
/*	font-size: 50px;*/
/*	line-height: 60px;*/
/*}*/
.maskOfferDetail h2 {
    margin-bottom: 35px;
    /*font-size: 35px;*/
    /*line-height: 47px;*/
}

@media screen and (max-width: 666px) {
    .maskShopDetailText + .frame > .tx-powermail {
        padding-top: 0;
    }
}

@media screen and (max-width: 834px) {
    /*.maskOfferDetail h1 {*/
    /*	font-size: 43px;*/
    /*	line-height: 58px;*/
    /*}*/
    .maskOfferDetail h2 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 760px) {
    .maskOfferDetail .offerDetail {
        grid-template-columns: repeat(1, 1fr);
    }
}

.maskOfferDetail ul {
    padding-left: 0;
    list-style: none;
}

.maskOfferDetail ul li {
    position: relative;
    padding-left: 24px;
}

.maskOfferDetail ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 14px;
    font-weight: bold;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23F8F8F8' d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100%;
}


/* mask gallery */
.maskWrap.imageGallery {
    margin-bottom: 70px;
}

.maskWrap.imageGallery a {
    height: 190px;
    display: block;
    flex-grow: 1;
    overflow: hidden;
    cursor: pointer;
}

.maskWrap.imageGallery a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.maskWrap.imageGallery [id*=imageGallery] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Event calendar */
.event-list-view {
    margin-bottom: 70px;
}

.event-list {
    margin-bottom: 70px;
}

.event-list .article {
    display: flex;
    background-color: #2D323B;
    padding: 30px 0;
    margin-bottom: 10px;
}

.event-list .article:last-child {
    margin-bottom: 0;
}

.event-list .article .news-list-date {
    color: white;
    flex: 0 0 clamp(210px, 17%, 17%);
    display: flex;
    padding-left: 30px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -5px;
}

.event-list .article .news-list-date .dayName {
    font-size: 25px;
}

.event-list .article .news-img-wrap {
    flex: 0 0 10%;
    display: flex;
    justify-content: center;
}

.event-list .article .news-img-wrap a {
    display: block;
}

.event-list .article .news-img-wrap img {
    height: unset;
}

.event-list .article .teaserTitleText {
    padding: 0 50px 0 40px;
    color: #F8F8F8;
}

.event-list .article .teaserTitleText a {
    color: #F8F8F8;
}

.event-list .article .teaserTitleText .teaser-text {
    font-size: 18px;
}

.event-list + .f3-widget-paginator {
    color: white;
}

.event-list + .f3-widget-paginator a {
    color: white;
}

.event-list + .f3-widget-paginator .current {
    color: #A7D1A2;
}

@media screen and (max-width: 615px) {
    .event-list .article {
        flex-wrap: wrap;
    }

    .event-list .article .news-list-date {
        flex: 0 0 50%;
        text-align: center;
        padding-left: 0;
        justify-content: center;
    }

    .event-list .article .news-img-wrap {
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .event-list .article .teaserTitleText {
        padding: 0 30px 0 30px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 450px) {
    .event-list .article .news-list-date {
        text-align: left;
        flex: 0 0 auto;
        justify-content: flex-start;
        padding-left: 30px;
    }

    .event-list .article .news-img-wrap {
        flex: 0 0 auto;
        justify-content: flex-end;
        padding-right: 30px;
        flex-grow: 1;
    }
}

/*special margin for specific news element*/
#c1750 {
    margin-top: 0;
}


/* Datenschutz */
.tx-er24-rechtstexte {
    color: #fff;
    padding: 30px 0 70px 0;
}

.frame + .maskShopDetailText {
    margin-top: 50px
}

/*Imprint - Data security*/
body[data-page-id="11"] h1, body[data-page-id="11"] h2, body[data-page-id="11"] h3, body[data-page-id="11"] h4, body[data-page-id="11"] h5,
body[data-page-id="12"] h1, body[data-page-id="12"] h2, body[data-page-id="12"] h3, body[data-page-id="12"] h4, body[data-page-id="12"] h5 {
    margin-top: 30px;
    margin-bottom: 15px;
}

body[data-page-id="11"] h1 + h2, body[data-page-id="12"] h1 + h2 {
    margin-top: 0;
}

#c681.frame {
    margin-top: 0;
}

#c681.frame ul {
    margin: 20px auto;
    padding: 0 20px;
    width: var(--max-width-container);
}

#c681.frame ul a {
    color: #A7D1A2;
}

.maskVideo .maskElement {
    margin: 50px auto;
    display: block;
}


/* eof */

@font-face {
  font-family: 'lg';
  src: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/fonts/lg.woff2?io9a6k') format("woff2"), url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/fonts/lg.ttf?io9a6k') format("truetype"), url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/fonts/lg.woff?io9a6k') format("woff"), url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/fonts/lg.svg?io9a6k#lg') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\e070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

.lg-toolbar .lg-download:after {
  content: '\e0f2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\e01d';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\e01a';
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: '\e80d';
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/images/loading.gif') no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: '\e900';
}

.lg-rotate-right:after {
  content: '\e901';
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\e903';
}

.lg-flip-hor:after {
  content: '\e902';
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url('../../../typo3conf/ext/pm_theme_luv/Resources/Public/Css/images/loading.gif') no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
