
/* 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;
    display: flex;
    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 {
    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 {
    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 {
    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 {
    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 {
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    justify-content: center;
    text-align: center;
}

.end-xs {
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    align-items: flex-start;
}

.middle-xs {
    align-items: center;
}

.bottom-xs {
    align-items: flex-end;
}

.around-xs {
    justify-content: space-around;
}

.between-xs {
    justify-content: space-between;
}

.first-xs {
    order: -1;
}

.last-xs {
    order: 0;
}


/* sm | small */
@media screen and (min-width: 568px) {
    /* 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 {
        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 {
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        align-items: flex-start;
    }

    .middle-sm {
        align-items: center;
    }

    .bottom-sm {
        align-items: flex-end;
    }

    .around-sm {
        justify-content: space-around;
    }

    .between-sm {
        justify-content: space-between;
    }

    .first-sm {
        order: -1;
    }

    .last-sm {
        order: 0;
    }
}


/* md | medium */
@media screen and (min-width: 768px) {
    /* 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 {
        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 {
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        justify-content: center;
        text-align: center;
    }

    .end-md {
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        align-items: flex-start;
    }

    .middle-md {
        align-items: center;
    }

    .bottom-md {
        align-items: flex-end;
    }

    .around-md {
        justify-content: space-around;
    }

    .between-md {
        justify-content: space-between;
    }

    .first-md {
        order: -1;
    }

    .last-md {
        order: 0;
    }
}


/* lg | large */
@media screen and (min-width: 992px) {
    /* 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 {
        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 {
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        align-items: flex-start;
    }

    .middle-lg {
        align-items: center;
    }

    .bottom-lg {
        align-items: flex-end;
    }

    .around-lg {
        justify-content: space-around;
    }

    .between-lg {
        justify-content: space-between;
    }

    .first-lg {
        order: -1;
    }

    .last-lg {
        order: 0;
    }
}


/* xl | extra large */
@media screen and (min-width: 1024px) {
    /* 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 {
        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 {
        justify-content: flex-start;
        text-align: start;
    }

    .center-xl {
        justify-content: center;
        text-align: center;
    }

    .end-xl {
        justify-content: flex-end;
        text-align: end;
    }

    .top-xl {
        align-items: flex-start;
    }

    .middle-xl {
        align-items: center;
    }

    .bottom-xl {
        align-items: flex-end;
    }

    .around-xl {
        justify-content: space-around;
    }

    .between-xl {
        justify-content: space-between;
    }

    .first-xl {
        order: -1;
    }

    .last-xl {
        order: 0;
    }
}


/* eof */

/** globals */

* {
	margin: 0;
}

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

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

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

html {
	overflow-y: scroll;
	font-size: 10px;
}

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;
}

.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;
}

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

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_sental/Resources/Public/global/img/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;
	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;
}

#ajaxCloseLayerAdd:hover {
	border-radius: 5px;
}

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

#ajax-content {
	max-height: 90vh;
	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: 100%;
	overflow: hidden;
}

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

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

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

@media screen and (max-width: 329px) {
	#ajaxCloseLayerAdd {
		top: -5px;
		right: -5px;
	}
}

@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 0.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%;
	}
}


/** breadcrumbs */
#breadcrumbList {
	margin: 10px 0;
}

#breadcrumbList .breadcrumb-list {}

#breadcrumbList .breadcrumb-list .info {}

#breadcrumbList .breadcrumb-section {}

#breadcrumbList .breadcrumb-item {}

#breadcrumbList .breadcrumb-item:first-child {}

#breadcrumbList .breadcrumb-item[data-page-id="1"] .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;
}

#breadcrumbList .breadcrumb-item[data-page-id="1"] .breadcrumb-text {
	display: none;
}

#breadcrumbList .breadcrumb-item br {
	display: none;
}

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

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

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

#breadcrumbList .breadcrumb-item.active {}

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

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

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

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

#breadcrumbList .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 .navbar-toggler .navbar-toggler-icon::before,
.touch #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,
.touch #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: 0rem;
}
.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;
}

/* after */
.frame-space-after-none {
	margin-bottom: 0rem;
}
.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 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 {}

@media screen and (max-width: 666px) {
	header * {
		-webkit-hyphens: auto;
		   -moz-hyphens: auto;
			-ms-hyphens: auto;
				hyphens: auto;
	}
}

/* headline positions */
header .center, header:has(.ce-headline-center:only-child),
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;
	}
}

/* Internet Explorer 10+, Microsoft 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%;
}

/* youtube iframes */
.iframe-outer-wrapper {
	max-width: 100%;
}

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

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

.align-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 {
	width: 100%;
}

video {
	max-width: 100%;
}


/** maps */
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 img,
.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: 20px;
}

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-left {
        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 auto;
		flex-wrap: wrap;
		width: 100%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	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 20px;
	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;
	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 {}

/* 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: "\f016";
}

.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;
}


/** @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 */

/** 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;
}
h2, .h2 {
	font-size: 1.75rem;
}
h3, .h3 {
	font-size: 1.5rem;
}
h4, .h4 {
	font-size: 1.25rem;
}
h5, .h5 {
	font-size: 1rem;
}
h6, .h6 {
	font-size: .85rem;
}

@media (min-width: 568px) {
	h1, .h1 {
		font-size: 2rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
	h4, .h4 {
		font-size: 1.25rem;
	}
	h5, .h5 {
		font-size: 1rem;
	}
	h6, .h6 {
		font-size: .85rem;
	}
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 2.2rem;
	}
	h2, .h2 {
		font-size: 1.925rem;
	}
	h3, .h3 {
		font-size: 1.65rem;
	}
	h4, .h4 {
		font-size: 1.375rem;
	}
	h5, .h5 {
		font-size: 1.1rem;
	}
	h6, .h6 {
		font-size: .935rem;
	}
}

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 2.4rem;
	}
	h2, .h2 {
		font-size: 2.1rem;
	}
	h3, .h3 {
		font-size: 1.8rem;
	}
	h4, .h4 {
		font-size: 1.5rem;
	}
	h5, .h5 {
		font-size: 1.2rem;
	}
	h6, .h6 {
		font-size: 1.02rem;
	}
}

@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.6rem;
	}
	h2, .h2 {
		font-size: 2.275rem;
	}
	h3, .h3 {
		font-size: 1.95rem;
	}
	h4, .h4 {
		font-size: 1.625rem;
	}
	h5, .h5 {
		font-size: 1.3rem;
	}
	h6, .h6 {
		font-size: 1.105rem;
	}
}


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

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;
	}
}


/** 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;
}

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;
	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 */

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* lato-700 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold'), local('Lato-Bold'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* lato-700italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* lato-900italic - latin */
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Black Italic'), local('Lato-BlackItalic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Lato/lato-v16-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
    font-display: swap;
}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-500italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500italic.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500italic.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-500 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-700italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700italic.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-700italic.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-800 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-900 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Black'), local('Montserrat-Black'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-800italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800italic.eot'); /* IE9 Compat Modes */
    src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-800italic.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* montserrat-900italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900italic.woff') format('woff'), /* Modern Browsers */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Fonts/Montserrat/montserrat-v14-latin-900italic.svg#Montserrat') format('svg'); /* Legacy iOS */
    font-display: swap;
}

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

/* globals */
html, body { background: #FFF; }
a { transition: all .2s ease; }

/* selection */
::selection { background: #444; color: #FFF; }
a::selection, a span::selection { color: #000; }
::-moz-selection { background: #444; color: #FFF; }
a::-moz-selection, a span::-moz-selection { color: #000; }

/* root */
#inner-wrapper, body > #root { background: #FFF; margin: 0 auto; position: relative; min-height: 100%; width: 100%; }
#inner-wrapper {}
#root { margin: 0 auto; min-height: 100vh; position: relative; }
/* page width */
#content-area, #mainHeader, #mainFooter .outer-wrapper { clear: both; margin: 0 auto; padding: 0 20px; max-width: 1386px; }
/* row and col */
.row { margin-left: -20px; margin-right: -20px; }
.col { padding-left: 20px; padding-right: 20px; }

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


/** scroll to top */
#ScrollToTop { border-color: #DE5800; }
#ScrollToTop .scroll-top-icon::before { border-color: #DE5800; }
#ScrollToTop .scroll-top-icon::after,
#ScrollToTop.scroll-top-fixed .scroll-top-icon::after { background: #DE5800; }
#ScrollToTop.scroll-top-fixed { background: none; border-color: #DE5800; margin-bottom: -60px; }
#ScrollToTop.scroll-top-fixed .scroll-top-icon::before { border-color: #DE5800; }
#ScrollToTop:hover { border-color: #DE5800; }
#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; }

/** main header */
.headerMenu { display: flex; }
.headerMenu::before { content: ""; width: 100%; background: #3E4E5F; opacity: 0.14; position: absolute; left: 0; right: 0; }
.headerMenu, .headerMenu::before { height: 41px; }
.langselect  { margin: auto auto auto 0; z-index: 1; }
.langselect .language-navigation { display: flex; }
.langselect .menu-item { display: inline-block; width: 23px; height: 23px;  }
.langselect .menu-item:not(:last-child) { margin-right: 24px; }
.langselect .flag-icon { font-size: 0; background-size: cover; background-repeat: no-repeat; display: block; width: 100%; height: 100%; text-indent: -9999px; }
.langselect .flag-icon-de { background-image: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/Sental-Sprache-DE-2x.png'); }
.langselect .flag-icon-en { background-image: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/Sental-Sprache-EN-2x.png'); }
.header-contact { margin: auto 0 auto auto; color: #DE5800; z-index: 1; }
.header-contact i { margin: 0 10px; }
.header-contact a { cursor: pointer; }

#mainHeader .inner { padding-top: 30px; padding-bottom: 30px; display: flex; }
#logo { margin: auto auto auto 0; width: 204px;  height: 48px; }
#logo a { display: block; height: 100%; background: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/Sental-Logo.svg') no-repeat; background-size: contain; font-size: 0; }
#logo .image { display: none; }

/* main menu */
.navbar-toggler--label { display: none; }
#main-nav { margin: auto 0 auto auto; z-index: 200; }
#main-nav .menu-item.has--child-items { position: relative; }
#main-nav .main-navigation ul.menu-level-1 > li.menu-item { display: inline-block; }
#main-nav .main-navigation ul.menu-level-1 > li.menu-item:not(:last-child) { margin-right: 40px;}
#main-nav .main-navigation ul.menu-level-1 > li.menu-item > a { font-family: Montserrat, sans-serif; font-size: 20px; font-weight: 700; color: #000; text-decoration: none; }
#main-nav .menu-level-2 .toggle--sub-nav { display: none; }
#main-nav .main-navigation ul.menu-level-3  { display: none; }

@media screen and (min-width: 992px) {
    #main-nav .main-navigation ul.menu-level-1 > li.menu-item.active > a,
    #main-nav .main-navigation ul.menu-level-1 > li.menu-item > a:hover {
        color: #DE5800;
    }

	#mainHeader .inner #main-nav .menu-item.has--child-items{
		padding-bottom: 25px;
	}

	#mainHeader .inner #main-nav .menu.menu-level-2 li {
		width: 100%;
		padding: 15px 60px;
		position: relative;
	}


	#mainHeader .header-inner #main-nav .menu {
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	#mainHeader .header-inner #main-nav ul.menu.nav-menu.submenu.menu-level-2 {
		flex-direction: column;
		position: absolute;
		background-color: rgba(255, 255, 255, 0.9);
		left: -60px;
		gap: 0;
		top: 60px;
		width: 450px;
	}

	#mainHeader .inner #main-nav .menu li:hover > .submenu-wrapper {
		opacity: 1;
		transform: rotateX(0) translateZ(0);
		z-index: 100;
	}

	#mainHeader .inner #main-nav ul.menu.nav-menu.submenu.menu-level-2 li:hover {
		background: #fff;
	}

	#mainHeader .inner #main-nav .menu .submenu-wrapper {
		backface-visibility: hidden;
		opacity: 0;
		transform: rotateX(-90deg);
		transform-style: preserve-3d;
		transform-origin: top center;
		transition: transform .5s cubic-bezier(.2,.7,.7,1.3), opacity .1s .1s;
		position: absolute;
		top: -5px;
		left: 0;
		z-index: -1;
	}

	#mainHeader .inner #main-nav ul.menu.nav-menu.submenu.menu-level-2 {
		flex-direction: column;
		position: absolute;
		background-color: rgba(255, 255, 255, 0.9);
		left: -60px;
		gap: 0;
		top: 58px;
		width: 450px;
	}

	#mainHeader .inner #main-nav ul.menu.nav-menu.submenu.menu-level-2 a{
		display: block;
		font-size: 20px;
	}

	#mainHeader .inner #main-nav ul.menu.nav-menu.submenu.menu-level-2 a:hover{
		text-decoration: none;
	}
}

@media screen and (max-width: 992px){

	#main-nav .main-navigation .closed ul.menu-level-2  { display: none; }
	#main-nav .main-navigation .menu-level-2 .menu-item{
		padding: 10px 13px;
	}

	#main-nav .main-navigation a{
		display: block;
		font-size: 19px;
		text-decoration: none;
	}


	#mainHeader .inner #main-nav ul.menu.nav-menu.submenu.menu-level-2 a{
		color: #fff;
	}

	/* toggle--sub-nav */
	#main-nav .toggle--sub-nav {
		display: block;
		cursor: pointer;
		height: 30px;
		width: 30px;
		position: absolute;
        top: 0;
		right: -30px;
		z-index: 5;
		transform-origin: center;
	}

	#main-nav .toggle--sub-nav::before,
	#main-nav .toggle--sub-nav::after {
		content: "";
		background: #fff;
		border-radius: 2px;
		height: 3px;
		width: 10px;
		position: absolute;
		top: 50%;
		z-index: 6;
		transition: all .4s ease-in-out;
	}

	#main-nav .toggle--sub-nav::before {
		right: 7px;
		transform: rotate(-45deg);
	}

	#main-nav .toggle--sub-nav::after {
		right: 13px;
		transform: rotate(45deg);
	}

	#main-nav .open > .toggle--sub-nav::before,
	#main-nav .open > .toggle--sub-nav::after {
		top: 14px;
	}

	#main-nav .open > .toggle--sub-nav::before {
		transform: rotate(45deg);
	}

	#main-nav .open > .toggle--sub-nav::after {
		transform: rotate(-45deg);
	}

	@media screen and (prefers-reduced-motion: reduce) {
		#main-nav .toggle--sub-nav::before,
		#main-nav .toggle--sub-nav::after {
			transition: none;
		}
	}

}
/** content area */
#content-area {}
#content-area:after,
#content-area #content:after { content: ""; clear: both; display: block; width: 100%; }
.row.columns-2:has(.ce-gallery),
.row.columns-2:has(.teaser-icons) { align-items: center; }

/** breadcrumbs */
#breadcrumbList { margin-top: 27px; }
#breadcrumbList .breadcrumb-list .ce-content { list-style: none; padding-inline-start: 0; }
#breadcrumbList .breadcrumb-list .ce-content > li { display: inline-block; }
#breadcrumbList .breadcrumb-item[data-page-id="1"] .breadcrumb-link::before,
#breadcrumbList .breadcrumb-item .breadcrumb-text,
#breadcrumbList .breadcrumb-item.active .breadcrumb-text,
#breadcrumbList .separator { color: #000; opacity: .3; font-family: Lato, sans-serif; font-size: 16px; font-weight: 400; line-height: 26px; }

#breadcrumbList .breadcrumb-item[data-page-id="1"] .breadcrumb-link::before { content: "Start"; }
#breadcrumbList .breadcrumb-item[data-page-id="1"] .breadcrumb-link:hover::before { opacity: 1; }
#breadcrumbList .breadcrumb-item .breadcrumb-text { }
#breadcrumbList .breadcrumb-item .breadcrumb-text:hover { opacity: 1; }
#breadcrumbList .breadcrumb-item.active .breadcrumb-text { font-weight: 700; }
#breadcrumbList .breadcrumb-item.active .breadcrumb-text:hover { opacity: .3; }
#breadcrumbList .separator {}
#breadcrumbList .separator::after { content: "\f054"; font-family: "Font Awesome 5 Free"; font-size: 11px; font-weight: 900; position: relative; bottom: 0; }


/** main footer */
#mainFooter { background: #4F4F4F; }
#mainFooter .inner-wrapper { padding: 40px 0 30px; }

#mainFooter, #mainFooter p, #mainFooter a { font-size: 17px; color: #fff; }
#mainFooter .header.h4 { font-size: 19px; color: #fff; }
#mainFooter a { text-decoration: none; border-bottom: 1px solid transparent; cursor: pointer; padding-bottom: 3px; }
#mainFooter a:hover { border-bottom: 1px solid #fff; }
#mainFooter a.more { border: 2px solid #fff; margin-top: 15px; width: 100%; text-align: center; max-width: 200px; }
#mainFooter a.more:hover  { border: 2px solid #fff; color: #3E4E5F; background: #fff; }
#mainFooter a.link-external:after { display: none; }
#mainFooter p { margin-bottom: 3px; }
#mainFooter hr { background: #fff; margin: 30px 0; }

#mainFooter .footer-infos-row { display: flex; padding-left: 7%; }
#mainFooter .footer-infos-item { flex: 1 1 auto; }
#mainFooter .footer-infos-item:last-child { flex: 0 1 auto; }

#mainFooter .footer-logo { background: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/Sental-Logo-weiss.svg') no-repeat; background-size: contain; height: 50px; margin-bottom: 20px; max-width: 210px; width: auto; }
#mainFooter .footer-logo > a {position: absolute; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; border-bottom: none;  }
#mainFooter .footer-logo > a:hover { border-bottom: none;}
#mainFooter .footer-infos .site-navigation li { margin-bottom: 6px; padding: 4px 0; }
#mainFooter .footer-infos .site-navigation li > a { font-size: 19px; font-weight: 900; }

#mainFooter .footer-socialmedia { position: relative; width: 100%; padding: 0 20px; display: flex; justify-content: flex-end; }
#mainFooter .footer-socialmedia a {display: block;text-decoration: none;height: 27px;width: 27px;overflow: hidden;display: flex;justify-content: center;align-items: center;border-bottom: none;}
#mainFooter .footer-socialmedia a:hover { border-bottom: none; color: rgba(255,255,255,0.8)}
#mainFooter .footer-socialmedia a::before,
#mainFooter .footer-socialmedia a .label,
#mainFooter a[href*="linkedin"] { display: block;font-family: "Font Awesome 5 Brands";font-size: 27px !important;line-height: 1;}
#mainFooter .footer-socialmedia a[href*="linkedin"]::before,
#mainFooter .footer-socialmedia a .label,
#mainFooter a[href*="linkedin"]::before{ content: "\f08c";}
#mainFooter .footer-socialmedia a .label,
#mainFooter a[href*="linkedin"] .label { display: none; }
#mainFooter a[href*="linkedin"] { margin: 30px 0 -20px 1px; }
#mainFooter a[href*="linkedin"]:hover { border-color: transparent; }

#mainFooter .footer-bottom { display: flex; }
#mainFooter .footer-menu { margin: 3px 0 0 auto; }
#mainFooter .footer-menu .site-navigation li { display: inline-block; }
#mainFooter .footer-menu .site-navigation li:not(:last-child)::after { content: "|"; padding: 0 7px; }

#mainFooter .row{
	margin: 0;
}

#mainFooter .col{
	padding: 0;
}

/** main content */
#content-area #content { margin-top: 60px; }
#mainContent { display: block; }



/* * * 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: 1024px) and (pointer: coarse) {
	html { overflow-x: hidden; overflow-y: auto; }

	#nav-toggle:checked ~ #outer-wrapper #inner-wrapper { position: fixed; transform: translateX(-40%); }
	#nav-toggle:checked ~ #outer-wrapper #inner-wrapper::after { box-shadow: none; }

	/* nav toggler */
	.navbar-toggler { display: block; top: 70px; }
	.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after { height: 7px; background: #DE5800; border-radius: 2px; }
	#nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon, #nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon::before, #nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon::after { height: 10px; border-radius: 4px; }
	#nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon::before, #nav-toggle:checked ~ #outer-wrapper .navbar-toggler-icon::after { background-color: #DE5800; }

	/* header */
	.main-navigation { background: #DE5800; border-top: 62px solid #DE5800; clear: both; display: block; height: 100vh; width: 40%; margin: 0; padding: 20px 10px 20px 30px; text-align: left; overflow: hidden; overflow-y: scroll; position: absolute; top: 0; right: 0; bottom: auto; transform: translateX(100%); touch-action: none; -webkit-overflow-scrolling: touch; }
	#main-nav .main-navigation ul.menu-level-1 > li.menu-item { display: block; }
	#main-nav .main-navigation ul.menu-level-1 > li.menu-item:not(:first-child) { margin-top: 20px; }
	#main-nav .main-navigation ul.menu-level-1 > li.menu-item > a { color: white; font-size: 22px; }

	/* footer */
	#mainFooter .footer-infos-row { display: grid; grid-gap: 30px; grid-template-columns: repeat(2, 48% [col-start]); }
	#mainFooter .footer-infos-row { padding-left: 20px; }
	#mainFooter .footer-infos-item { flex: 1 1 50%; min-width: 50%; }
	#mainFooter .footer-infos-item:last-child { flex: 0 1 50%; }

}

@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-navigation { width: 60%; }

	#mainFooter .footer-infos-item { flex: 1 1 100%; min-width: 100%; }
	#mainFooter .footer-infos-item:last-child { flex: 0 1 50%; }

	#mainFooter .footer-bottom { display: block; }
	#mainFooter .footer-menu { margin-top: 15px; }

	#mainFooter .footer-infos-wrapper{
		flex-display: column;
	}
	#mainFooter .footer-infos-item:not(:nth-child(2)){
		margin-top: 20px;
	}
}/* 767px */

@media screen and (max-width: 736px) { /* iphone 6+ - landscape */
}/* 736px */

@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 */
	#mainFooter .footer-infos-row { grid-template-columns: none; }
}/* 567px */

@media screen and (max-width: 480px) { /* iPhone4 - landscape */
}/* 480px */

@media screen and (max-width: 479px) { /* smaller than iPhone4 - landscape */
}/* 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 */
}/* 374px */

@media screen and (max-width: 320px) { /* iPhone4/5 - portrait */
}

@media screen and (max-width: 319px) { /* smaller devices */
}/* smaller */


/**
 * Wacon Cookie Manager
 */
:root {
    --color-primary: #DE5800;
    --color-h2: #DE5800;
    --font-family--h2: Montserrat, sans-serif;
    --line-height--h2: 1.4;
    --font-weight--h2: 500;
    --color-h3: #DE5800;
    --font-family--h3: Montserrat, sans-serif;
    --line-height--h3: 1.4;
    --font-weight--h3: 700;
    --color-text: #000;
    --font-family: Lato, Helvetica, Arial, sans-serif;
    --line-height: 1.4;
    --font-weight: 400;
}
#CookieBox p {
    font-size: 18px;
}
.waconcookiemanagement #CookieBox .h2 {
    font-size: 30px;
}
.waconcookiemanagement #CookieBox .h3 {
    font-size: 18px;
}
.waconcookiemanagement #CookieBox .btn {
    border-radius: 0;
    font-weight: bold;
}


/* eof */

/* this file contains style for editor */

body, body.cke_editable {
    color: #000;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 18px;
    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-family: Montserrat, sans-serif;
    font-size: 39px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 25px;
    border-bottom: 2px solid #DE5800;
    display: inline-block;
}

h2, .h2 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 0 25px;
}

h3, .h3 {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 25px;
}

h3.klein, .h3.klein {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 25px;
}

h4, .h4 {
    font-family: Lato, sans-serif;
    font-size: 19px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 20px;
}

h5, .h5 {
    font-family: Lato, sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 20px;
}

h6, .h6 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
}

@media screen and (max-width: 1023px) {
    h1, .h1 {font-size: 36px;line-height: 1.4;}
    h2, .h2 {font-size: 28px;line-height: 1.4}
    h3, .h3 {font-size: 27px;line-height: 1.4}
    h4, .h4 {font-size: 19px;line-height: 1.4}
    h5, .h5 {font-size: 18px;line-height: 1.4}
    h6, .h6 {font-size: 16px;line-height: 1.4}


}
@media screen and (max-width: 667px) {
    h1, .h1 {font-size: 30px;line-height: 1.3}
    h2, .h2 {font-size: 26px;line-height: 1.3}
    h3, .h3 {font-size: 24px;line-height: 1.3}
}

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 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px;
}

p:first-child {
}

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

b, strong {
    font-weight: 900;
}

hr {
    background: #DE5800;
}

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

/* link */
h1, h1 a, .h1, .h1 a {
    color: #DE5800;
}

h2, h2 a, .h2, .h2 a {
    color: #DE5800;
}

h3, h3 a, .h3, .h3 a {
    color: #DE5800;
}

h4, h4 a, .h4, .h4 a {
    color: #000;
}

h5, h5 a, .h5, .h5 a {
    color: #DE5800;
}

h6, h6 a, .h6, .h6 a {
    color: #DE5800;
}

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: #DE5800;
    text-decoration: underline;
}

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;
}

/* a.button / a.more */
a.button, span.button, a.more {
    display: inline-table;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 20px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none; /*text-transform: uppercase;*/
}

a.button, span.button {
    background: #FFF;
    border: 2px solid #444;
    color: #FFF;
    padding: 8px 20px;
    text-align: center;
}

a.button:hover, span.button:hover {
}

body.cke_editable a.button:hover, body.cke_editable span.button:hover {
    color: #FFF;
}

a.button:after, span.button: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;
}

.no-touch a.button:hover, .no-touch span.button:hover {
    color: #444;
}

.no-touch a.button:hover:after, .no-touch span.button:hover:after {
    transform: scale(0, 0);
}

p > a.button + a.button {
    margin-left: 10px;
}

p + a.button, p > a.button:first-child,
p + a.more, p > a.more:first-child {
    margin-top: 0;
}

a.more {
    color: #DE5800;
    padding: 1px 20px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    border: 2px #DE5800 solid;
}

a.more:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
    margin-left: 10px;
    position: relative;
}

a.more:hover {
    color: #FFF;
    background: #DE5800;
}

a.more.plane::after {
    content: '\f1d8';
}

a.more.read-more::after {
    content: '\f078';
}

a.more:first-child {
    margin-top: 0;
}

a.button.more {
    padding: 8px 20px;
}

a.button.more, a.button.more:before {
    color: #FFF;
}

a.button.more:hover, a.button.more:hover:before {
}

.no-touch a.button.more:hover, .no-touch a.button.more:hover:before {
    color: #202121;
}

a.teaser-link-left, a.teaser-link-right {
    font-size: 22px;
    line-height: 34px;
    padding: 10px 30px 10px 0;
    color: #DE5800;
    border-bottom: 2px #DE5800 solid;
    text-decoration: none;
    font-weight: 900;
    display: block;
}

a.teaser-link-left {
}

a.teaser-link-right {
    font-size: 18px;
    text-align: right;
}

a.teaser-link-left::after, a.teaser-link-right::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 22px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

.frame-bg-orange a.teaser-link-left, .frame-bg-orange a.teaser-link-right {
    color: #fff;
    border-color: #fff;
}

a[href^="tel:"] {
    cursor: pointer;
}

/* Text */
.content p.tip,
.frame-orange-border {
    border: 1px solid #DE5800;
    padding: 15px 20px;
}

/* Buttons */
.btn {
    font-weight: 900;
    border-width: 2px;
}

.btn-white {
    background-color: #fff;
    color: #DE5800 !important;
    border-color: #fff;
}

.no-touch .btn-white:hover {
    background: none;
    color: #fff !important;
}

.btn-default {
    background-color: rgba(62, 78, 95, 0.14);
    border-color: rgba(62, 78, 95, 0.14);
    color: #000;
}

.btn-default:hover {
    background-color: #fff;
    color: #000;
    border-color: rgba(62, 78, 95, 0.14);
}

.btn-primary {
    background-color: #DE5800;
    border-color: #DE5800;
}

.btn-primary:hover {
    background-color: #fff;
    color: #DE5800;
    border-color: #DE5800;
}

.btn-secondary {
    background-color: #3E4E5F;
    border-color: #3E4E5F;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #fff;
    color: #3E4E5F;
    border-color: #3E4E5F;
}

.btn-outline-default {
    border-color: rgba(62, 78, 95, 0.14);
    color: #000;
}

.btn-outline-default:hover {
    background-color: rgba(62, 78, 95, 0.14);
    color: #000;
    border-color: rgba(62, 78, 95, 0.14);
}

.btn-outline-primary {
    color: #DE5800;
    border-color: #DE5800;
}

.btn-outline-primary:hover {
    background-color: #DE5800;
    color: #fff;
    border-color: #DE5800;
}

.btn-outline-secondary {
    border-color: #3E4E5F;
    color: #3E4E5F;
}

.btn-outline-secondary:hover {
    background-color: #3E4E5F;
    color: #fff;
    border-color: #3E4E5F;
}

/* Contextual Styling */
.text-primary {
    color: #DE5800 !important;
}

.text-secondary {
    color: #3E4E5F !important;
}

/* Internet Explorer 10+, Microsoft Edge Browser */
_:-ms-lang(x), a.button, span.button {
    background: #DE5800;
    color: #FFF;
}

_:-ms-lang(x), .no-touch a.button:hover, .no-touch span.button:hover {
    background: #FFF;
    color: #DE5800;
}

_:-ms-lang(x), #root a.button:after, #root span.button:after {
    display: none !important;
}

@media screen and (max-width: 991px), (min-width: 992px) and (max-width: 1024px) and (pointer: coarse) {
    a.teaser-link-left {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}


/* Wacon */
#CookieBox .cookie-accept a,
#CookieBox .cookie-refuse {
    display: block;
}

#CookieBox .cookie-accept a,
#CookieBox .cookie-refuse a,
#CookieBox .cookie-management a {
    padding: 10px 20px;
}

.cookie-management .btn.btn-primary {
    background-color: #fff;
    border: none;
    color: #CA0037;
}

.cookie-management .btn.btn-primary:hover {
    background-color: #fff;
    border: none;
    color: #CA0037;
}

html:not(.touch) .cookie-management .btn.btn-primary:hover {
    color: #CA0037;
}


/* eof */

/* this file contains the global style for forms */

/** powermail */
div.tx-powermail {}
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.parsley-errors-list { margin: 5px 0 0 1px; padding: 0; }
.powermail_form .parsley-errors-list li { margin-left: 10px; }
.powermail_form .parsley-errors-list li::before { display: none; }
.powermail_fieldwrap_type_check .parsley-errors-list li, .powermail_fieldwrap_type_radio .parsley-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 { display: none; }
/* Mehrschrittformular */
form.powermail_morestep {}
.powermail_tab_navigation { overflow: hidden; }
.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.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_morestep {}
/* layout */
.powermail_fieldwrap { display: flex; flex: 0 1 auto; flex-flow: row wrap; justify-content: flex-start; margin: 20px 0 0; width: 100%; }
.powermail_fieldwrap.layout1 { width: 50%; display: inline-block; }
.powermail_fieldwrap.layout1 + .layout1 { margin-top: 0; }
.no-js .powermail_fieldwrap { width: 100%; display: flex; }
.powermail_fieldwrap:first-child { margin-top: 0; }
.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: 12px 0 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; }

.powermail_fieldset { margin-left: -10px; margin-right: -10px; }
.powermail_fieldwrap { padding-left: 10px; padding-right: 10px; }



/* 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_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: #C00; }
form label .mandatory, form legend .mandatory { padding-left: 3px; }

/* error */
.powermail-errors-list { list-style: none; padding: 0; }
.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-custom input[type="checkbox"] + label.error, form input[type="radio"] + label.error { margin-left: 25px; }
form .powermail_field_error .input-custom,
form input.powermail_field_error, form textarea.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: #0A0A0A; cursor: text; margin: 0 0 0 1px; opacity: 1; padding: 5px; position: absolute; top: 0; left: 14px; z-index: 1; width: auto; }
form .placeholderInput .placeholderLabel { display: block; font-size: 18px; padding-top: 10px; }
form .placeholderLabel .mandatory {}
#content form .placeholderInput ul + .placeholderLabel { margin-top: 0; }
form [required] ~ .placeholderLabel {}
form input:valid ~ .placeholderLabel { display: none; }

/* placeholder: WebKit, Blink, Edge */
form ::-webkit-input-placeholder { color: #0A0A0A; opacity: 1; font-style: normal; }
form :focus::-webkit-input-placeholder { color: #0A0A0A77; }
form .error:focus::-webkit-input-placeholder { color: #C00; }
/* placeholder: Mozilla Firefox 4 to 18 */
form :-moz-placeholder { color: #0A0A0A; opacity: 1; font-style: normal; }
form :focus:-moz-placeholder { color: #0A0A0A77; }
form .error:focus:-moz-placeholder { color: #C00; }
/* placeholder: Mozilla Firefox 19+ */
form ::-moz-placeholder { color: #0A0A0A; opacity: 1; font-style: normal; }
form :focus::-moz-placeholder { color: #0A0A0A77; }
form .error:focus::-moz-placeholder { color: #C00; }
/* placeholder: Internet Explorer 10-11 */
form :-ms-input-placeholder { color: #0A0A0A; opacity: 1; font-style: normal; }
form :focus:-ms-input-placeholder { color: #0A0A0A77; }
form .error:focus:-ms-input-placeholder { color: #C00; }
/* placeholder: Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
form ::placeholder,
form :placeholder-shown { color: #0A0A0A; opacity: 1; font-style: normal; }
form :focus::placeholder,
form :focus:placeholder-shown { color: #0A0A0A77;}
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: 40px; }
form input, form textarea, form select, .selectric { color: #0A0A0A; /*font-family: Helvetica, Arial, sans serif;*/ font-size: 18px; padding: 12px 15px 8px; }
form input, form textarea, form select { background-color: rgba(62, 78, 95, 0.14); border: none; 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 {}
form input:focus, form textarea:focus, form select:focus {}

/* textarea */
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_theme_sental/Resources/global/img/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; }

.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz .powermail_label { display: none; }
.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz input[required] ~ label { font-size: 14px; }
.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz input[required] ~ label .label::after { content: "*"; margin-left: 4px; }

form input[type="checkbox"], form 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 + .powermail_checkwrap, .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; }
.powermail_field .input-custom { display: block; background-color: #FFF; border: 1px solid #0A0A0A; 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 .parsley-error .input-custom { border-color: #C00; }
.powermail_checkwrap input[type="checkbox"], .powermail_radiowrap input[type="radio"], .powermail_field .input-custom { height: 16px; width: 16px; }
.powermail_field .input-custom::before { content: ""; display: none; height: 0; width: 0; box-shadow: none; }
.powermail_checkwrap + label, .powermail_radiowrap + label { display: inline-block; }

/* checkbox */
form input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; appearance: checkbox; }
form .input-custom.input-checkbox {}
form .powermail_checkwrap .input-custom::before { display: none; border: solid #0A0A0A; border-width: 0 3px 3px 0; color: #FFF; height: 16px; width: 8px; margin: -2px 0 0 4px; transform: rotate(45deg); }

form .powermail_checkwrap:hover .input-custom,
form input[type="checkbox"]:focus + .input-custom,
form input[type="checkbox"]:hover + .input-custom { border-color: #0A0A0A; }
form input[type="checkbox"]:checked + .input-custom { background: #FFF; }
form input[type="checkbox"]:checked + .input-custom::before { display: block; }

/* radio */
form input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
form .input-custom.input-radio {}
form .powermail_radiowrap .input-custom::before { background: #0A0A0A; border-radius: 50%; height: 8px; width: 8px; margin: 3px auto 0; text-align: center; }

form .powermail_radiowrap:hover .input-custom,
form input[type="radio"]:focus + .input-custom,
form input[type="radio"]:hover + .input-custom { border-color: #0A0A0A; }
form input[type="radio"]:checked + .input-custom { background: #FFF; }
form input[type="radio"]:checked + .input-custom::before { display: block; }

/* select */
form select:not([multiple="multiple"]) { height: 40px; }
form .powermail_fieldwrap_type_select .powermail_field::before,
form .powermail_fieldwrap_type_select .powermail_field::after { content: ""; position: absolute; top: 0; right: 0; pointer-events: none; }
form .powermail_fieldwrap_type_select .powermail_field::before { background: #DE5800; height: 40px; width: 40px; }
form .powermail_fieldwrap_type_select .powermail_field::after { border: solid #FFF; border-width: 0 0 2px 2px; height: 12px; width: 12px; margin-top: 12px; margin-right: 12px; transform: rotate(-45deg); z-index: 1; }

.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 { background-color: rgba(62, 78, 95, 0.14); border: none; padding: 10px 15px 6px; 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; }
.selectric-wrapper.changed .selectric .label {}
.selectric .button { display: block; border: none; border-left: 1px solid; background: #DE5800; text-align: center; height: 100%; width: 40px; 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: transparent; }
.selectric-wrapper.selectric-open .selectric, .selectric-wrapper.selectric-open .button, .selectric-wrapper.selectric-open .selectric-items { border-color: #DE5800; }
.selectric-wrapper:hover .selectric, .selectric-wrapper:hover .selectric .button, .selectric-wrapper:hover .selectric-items { border-color: #DE5800; }
.selectric-wrapper.selectric-open:hover .selectric, .selectric-wrapper.selectric-open:hover .button { border-color: #DE5800; }
.selectric-wrapper.selectric-open:hover .selectric-items { border-color: #DE5800; }
.selectric-wrapper.selectric-open .selectric .button { background: #DE5800; }

.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 { 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: #DE5800; 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 */
.dropzone { border: 1px solid #CCC; cursor: pointer; height: 142px; line-height: 142px; margin: 17px 0; text-align: center; }
.dropzone:hover, .dropzone.dz-drag-hover { background-color: #EEE; border-color: #444; }
.no-js .dropzone, .no-js .dropzone-previews { display: none; }
.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 p { 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: FontAwesome; font-size: 14px; 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: none; border: none; border-radius: 0; color: #DE5800; cursor: pointer; display: inline-block; font-size: 18px; font-weight: 900; line-height: 34px; padding: 1px 42px 1px 20px; white-space: nowrap; width: 100%; }
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 {}
form input[type="submit"], form button[type="submit"] {}
form input[type="submit"]:hover, form button[type="submit"]:hover {}

.powermail_fieldwrap_type_submit .powermail_field {}
.powermail_fieldwrap_type_submit .powermail_field input {}

/* show text */
.powermail_fieldwrap_type_text .powermail_field { font-size: 14px; }
.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 { display: block; overflow: hidden; position: relative; z-index: 1; border: 2px #DE5800 solid; width: auto; transition: all .2s ease; }

.powermail_fieldwrap_type_button .powermail_field:hover,
.powermail_fieldwrap_type_reset .powermail_field:hover,
.powermail_fieldwrap_type_submit .powermail_field:hover { background: #DE5800; }
.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: "\f054"; font-family: "Font Awesome 5 Free"; float: right; font-weight: 900; line-height: 1; position: absolute; top: 11px; right: 20px; color: #DE5800; pointer-events: none; }

.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: #DE5800; 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 { color: #FFF; }

.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 {}



/* 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 {}
.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_theme_sental/Resources/Public/global/img/icon_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; }

	.powermail_fieldwrap.layout1 { width: 100%; }
	.powermail_fieldwrap.layout1 + .layout1 { margin-top: 20px; }
}/* 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) { align-items: stretch; display: flex; flex-flow: row wrap; margin: 0 -15px; }
	form.powermail_form:not(.powermail_morestep) > header { flex: 1 1 100%; margin: 0 15px 10px; }
	form.powermail_form:not(.powermail_morestep) .powermail_fieldset:not(:first-child):not(:last-child) { flex: 0 0 auto; flex-wrap: wrap; padding: 0 15px; width: 100%; flex-basis: 100%;/*50%;*/ min-width: 50%; -ms-flex-preferred-size: 50%;  }
	.frame-layout-1 form.powermail_form:not(.powermail_morestep) .powermail_fieldset:not(:first-child):not(:last-child) { flex-basis: 50%; }
}


/* eof */

/* this file contains the main style of pages */


/** content */
.content div {
    position: relative;
}


/* header */
.csc-header {
    margin: 0 0 20px;
}

header h1 + h2 {
    margin-top: 0;
}

header h2 + h3 {
    margin-top: -25px;
}

header h3 + h4 {
    margin-top: -25px;
}

header h4 + h5 {
    margin-top: -20px;
}

header h5 + h6 {
    margin-top: -20px;
}

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;
}

.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 .mapArea {
    height: 345px;
}

.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;
}

/* 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;
    background-size: cover;
}
.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 p:last-child {
    margin-bottom: 0;
}
.map .map--cookie-hint--terms .more {
    color: #FFF;
    border:none;
    font-size: 16px;
}
.map .map--cookie-hint--terms .more:hover {
    background-color: transparent;
    color: rgba(255,255,255, 0.8);
}

.map .map--cookie-hint--terms .load-map {
    padding: 5px 15px;
    cursor: pointer;
    font-size: 18px;
}

.map .map--cookie-hint--terms .checkbox label {
    display: inline-block;
    position: relative;
    line-height: 1;
}
.map .map--cookie-hint--terms .checkbox input[type=checkbox],
.map .map--cookie-hint--terms .input-custom {
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
.map .map--cookie-hint--terms .checkbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
.map .map--cookie-hint--terms .input-custom {
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1) inset;
    border-radius: 2px;
    overflow: hidden;
    z-index: -1;
    margin-bottom: -7px;
}
.map .map--cookie-hint--terms .input-custom::before {
    content: "";
    box-shadow: none;
    transition: .2s;
    display: block;
    border: solid #3E4E5F;
    border-width: 0 3px 3px 0;
    color: #FFF;
    height: 20px;
    width: 10px;
    margin: 0 0 0 6px;
    transform: rotate(45deg);
    opacity: 0;
    pointer-events: none;
}
.map .map--cookie-hint--terms .checkbox input[type="checkbox"]:checked + .input-custom::before {
    border-color: #3E4E5F;
    opacity: 1;
}

/** backlink */
.backlink-wrap {
    clear: both;
    margin: 30px 0;
    overflow: hidden;
}

.backlink-wrap a,
a.back {
    line-height: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
}

.backlink-wrap a:before,
a.back:before {
    content: "\f060";
    color: #C30;
    display: block;
    float: left;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 10px 0 0;
}


/** #top */
.content a[href="#top"] {
    background: #FFF;
    border: 1px solid #3E4E5F;
    display: inline-block;
    height: 40px;
    width: 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-indent: -9999px;
}

.content p a[href="#top"] {
    display: block;
    margin: 20px auto 0;
}

.content a[href="#top"]:before {
    content: "";
    border: solid #3E4E5F;
    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: #3E4E5F;
    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;
}


/** lists */
/* ul */
.ce-bodytext ul,
.content ul.ce-bullets {
    list-style: none;
}

.cke_editable ul > li, .ce-bodytext ul > li, .content ul.ce-bullets > li {
    margin-left: 20px;
}

.ce-bodytext ul > li:before, .content ul.ce-bullets > li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;
}


/** downloads */
.ce-uploads li > img + div a::before {
    color: #DE5800;
    bottom: 5px;
}


/** 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: #3E4E5F;
    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 #3E4E5F;
}

table.ce-table-bordered th {
    background: #3E4E5F;
    border-color: #3E4E5F #FFF;
}

table.ce-table-bordered th:first-child {
    border-left-color: #3E4E5F;
}

table.ce-table-bordered th:last-child {
    border-right-color: #3E4E5F;
}

table.ce-table-bordered td {
    vertical-align: top;
}

table.ce-table-striped thead th {
    background-color: #3E4E5F;
    color: #FFF;
}

table.ce-table tbody th {
    border: 1px solid #3E4E5F;
    border-bottom-color: #FFF;
    width: 25%;
}

table.ce-table tbody tr:last-child th {
    border-bottom-color: #3E4E5F;
}

table.ce-table th ~ td {
    border: 1px solid #3E4E5F;
    padding: 10px;
}

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

table.contenttable thead td {
    background-color: #3E4E5F;
    border: 1px solid;
    border-color: #3E4E5F #FFF;
    color: #FFF;
    font-weight: 600;
    padding: 10px;
}

table.contenttable thead td:first-child {
    border-left-color: #3E4E5F;
}

table.contenttable thead td:last-child {
    border-right-color: #3E4E5F;
}

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

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


/** frames and columns */
#mainContent > .site-content > .frame + .frame {
    margin-top: 40px;
}

#mainContent > .site-content > .frame:last-child {
    margin-bottom: 100px;
}

.content .row .frame + .frame {
    margin-top: 20px;
}

#content .row > div:empty + div {
    margin-top: 0 !important;
}

#mainContent > .site-content > .frame-type-header + .frame {
    margin-top: 40px;
}

/* colored frame */
.content .frame-bg-orange,
.content .frame-bg-gray {
    z-index: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.content .frame-bg-orange::before,
.content .frame-bg-gray::before {
    content: "";
    position: absolute;
    width: 100vw; /*max-width: 1920px;*/
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    bottom: 0;
    z-index: -1;
}

.content .frame-bg-orange::before {
    background: #DE5800;
}

.content .frame-bg-gray::before {
    background: #3E4E5F;
    opacity: 0.14;
}

#mainContent > .site-content > .frame-bg-orange + .frame,
#mainContent > .site-content > .frame-bg-gray + .frame,
#mainContent > .site-content > .frame + .frame-bg-orange,
#mainContent > .site-content > .frame + .frame-bg-gray {
    margin-top: 100px;
}

#mainContent > .site-content > .frame-bg-orange + .frame-bg-gray,
#mainContent > .site-content > .frame-bg-gray + .frame-bg-orange,
#mainContent > .site-content > .frame-bg-orange + .frame-bg-orange,
#mainContent > .site-content > .frame-bg-gray + .frame-bg-gray {
    margin-top: 0;
}

#mainContent > .site-content > .frame-bg-gray + .frame-type-dce_dceuid5,
#mainContent > .site-content > .frame-bg-orange + .frame-type-dce_dceuid5 {
    margin-top: 0;
}


.content .row .col .frame-bg-orange,
.content .row .col .frame-bg-gray {
    padding: 40px 100px 40px 30px;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.content .row .col .frame-bg-orange:first-child,
.content .row .col .frame-bg-gray:first-child {
    margin-top: 0 !important;
}

.content .row .col .frame-bg-orange:last-child,
.content .row .col .frame-bg-gray:last-child {
    margin-bottom: 0 !important;
}

.content .row .col .frame-bg-orange::before,
.content .row .col .frame-bg-gray::before {
    width: 100%;
    transform: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content .row .col .frame-bg-orange p,
.content .row .col .frame-bg-orange a,
.content .row .col .frame-bg-orange .ce-bodytext * {
    color: #fff;
}


/* white text in oragne frame */
.content .frame-bg-orange header * {
    color: #fff !important;
}

.content .frame-bg-orange p,
.content .frame-bg-orange a,
.content .frame-bg-orange ul,
.content .frame-bg-orange ol,
.content .frame-bg-orange ol li,
.content .frame-bg-orange ul li {
    color: #fff;
}

/* frame layout 2: Überscriften umkehrt */
.content .frame.frame-layout-2 header, .content .frame.frame-layout-2 header *:first-child,
.content .frame.frame-layout-2 header *:last-child {
    transform: scaleY(-1);
}

/* frame spaces */
.content .frame + .frame-space-before-extra-small {
    margin-top: 25px !important;
}

.content .frame + .frame-space-before-small {
    margin-top: 40px !important;
}

.content .frame + .frame-space-before-medium {
    margin-top: 80px !important;
}

.content .frame + .frame-space-before-large {
    margin-top: 150px !important;
}

.content .frame + .frame-space-before-extra-large {
    margin-top: 180px !important;
}

.content .frame-space-after-extra-small {
    margin-bottom: 20px !important;
}

.content .frame-space-after-small {
    margin-bottom: 40px !important;
}

.content .frame-space-after-medium {
    margin-bottom: 80px !important;
}

.content .frame-space-after-large {
    margin-bottom: 150px !important;
}

.content .frame-space-after-extra-large {
    margin-bottom: 180px !important;
}


/** content header */
#content-header {
    margin: 0 auto; /*max-width: 1920px;*/
    position: relative;
}

/* slider */
.headerSlider {
    background: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/global/img/loading.svg') no-repeat center #FFF;
    background-size: 50px 50px;
    min-height: auto;
    max-height: 527px;
    overflow: hidden;
    position: relative;
    transition: height 1s;
}

.headerSlider:before {
    content: "";
    display: block;
    padding-top: 527px;
    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: 100%;
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.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: 1386px;
    padding: 0 20px;
    display: flex;
}

_::selection, .headerSlider .imageslider .TextArea .inner {
    display: -ms-flexbox \0;
    -ms-flex-align: center \0;
}

/* IE */
.headerSlider .imageslider .TextArea .inner > header {
    margin: auto 0;
}

.headerSlider .imageslider .TextArea .slider-title {
    font-family: Montserrat, sans-serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 100px;
    background: rgba(222, 88, 0, 0.8);
    color: #fff;
    display: inline;
    padding: 16px;
    box-decoration-break: clone;
    -o-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.headerSlider .imageslider .TextArea .text {
    display: none;
}

.headerSlider .imageslider .TextArea .alternative {
    display: none;
}

.headerSlider .imageslider .TextArea .description {
    display: none;
}

.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;
}

.no-touch .imageslider .cycle:hover:before,
.no-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);
}

.no-touch .imageslider .cycle-prev:hover:before {
    transform: rotate(-35deg);
}

.no-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);
}

.no-touch .imageslider .cycle-next:hover:before {
    transform: rotate(35deg);
}

.no-touch .imageslider .cycle-next:hover:after {
    transform: rotate(-35deg);
}

.imageslider .cycle-pager {
    display: none;
    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-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;
}

.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);
}

.no-touch .slick-slider .slick-arrow.slick-prev:hover:before {
    transform: rotate(-25deg);
}

.no-touch .slick-slider .slick-arrow.slick-prev:hover:after {
    transform: rotate(25deg);
}

.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);
}

.no-touch .slick-slider .slick-arrow.slick-next:hover:before {
    transform: rotate(25deg);
}

.no-touch .slick-slider .slick-arrow.slick-next:hover:after {
    transform: rotate(-25deg);
}

.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;
    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.slick-active {
    border-width: 5px;
}

.slick-slider .slick-dots li button {
    cursor: pointer;
    background: none;
    border: none;
    display: block;
    text-indent: -9999px;
}


/** subpages */
.frame-type-menu_pages {
}


/** accordion */
.container--accordion {
    --accordion--animation-speed: 100;
    --accordion--slide-ease: cubic-bezier(0.75, 0, 0.07, 1);
    --accordion--slide-duration: calc(500ms * 100 / var(--accordion--animation-speed));
    --accordion--slide-delay: calc(250ms * 100 / var(--accordion--animation-speed));

    .content-item {
        display: grid;
        grid-template-rows: 0fr 0fr;
        transition-timing-function: var(--accordion--slide-ease);
        transition-duration: 200ms, 200ms, var(--accordion--slide-duration);
        transition-property: opacity, grid-template-rows;
        transition-delay: 0ms, 0ms, var(--accordion--slide-delay);
        overflow: hidden;
    }
    .content-item:not(.close-all):has(.input:checked) {
        grid-template-rows: 0fr 1fr;
        transition: grid-template-rows var(--accordion--slide-ease) var(--accordion--slide-duration) var(--accordion--slide-delay);
    }
    .input--accordion {
        display: none;
    }
}

.container--accordion .accordion-items {
}

.container--accordion .accordion-items > .frame-type-table {
    overflow-x: auto;
}

.container--accordion .accordion-items > .frame-type-table .content-item--content {
    overflow-x: auto;
}

.container--accordion .item-header {
    border-bottom: 2px solid #DE5800;
    cursor: pointer;
    margin: 0 0 40px;
    padding: 0 0 10px;
    position: relative;
}

.container--accordion .item-header::after {
    display: inline-block;
    position: absolute;
    right: 22px;
    top: calc(50% - 11px);
    transform: rotateZ(90deg) rotateY(0deg);
    transition: all ease .5s;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #DE5800;
    font-weight: 900;
}

.container--accordion .content-item:has(.input--accordion:is(:checked)) .item-header::after {
    transform: rotateZ(90deg) rotateY(180deg);
    transition: all ease .5s;
    top: calc(50% - 16px);
    color: #DE5800;
}

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

.container--accordion .content-item--content {
    overflow: hidden;
}

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

.container--accordion .content-item--content .used-as-accordion-item-header,
.container--accordion .content-item--content > div:first-child > header:first-child {
    display: none;
}

.container--accordion .item-header header {
    padding-right: 20px;
}

.container--accordion .item-header .header {
    color: #DE5800;
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    font-weight: 400;
}

@media screen and (max-width: 667px) {
    #content .container--accordion .item-header .header,
    #content .container--accordion .item-header .header {
        font-size: 18px;
        line-height: 1.4;
    }

    #content .container--accordion .item-header::after {
        font-size: 18px;
        top: 50%;
        transform: translateY(-60%) rotateZ(90deg) rotateY(0deg);
    }
    #content .container--accordion .content-item:has(.input--accordion:is(:checked)) .item-header::after {
        transform: translateY(-60%) rotateZ(90deg) rotateY(180deg);
    }
}


/* h1 */
.container--accordion:has(.content-item--content > div:first-child > header:first-child h1) .item-header .header,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h1) .item-header .header {
    font-size: 39px;
    line-height: 60px;
}

.container--accordion:has(.content-item--content > div:first-child > header:first-child h1) .item-header::after,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h1) .item-header::after {
    font-size: 39px;
}

@media screen and (max-width: 1023px) {
    .container--accordion:has(.content-item--content > div:first-child > header:first-child h1) .item-header .header,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h1) .item-header .header {
        font-size: 36px;
        line-height: 1.4;
    }

    .container--accordion:has(.content-item--content > div:first-child > header:first-child h1) .item-header::after,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h1) .item-header::after {
        font-size: 36px;
    }
}


/* h2 */
.container--accordion:has(.content-item--content > div:first-child > header:first-child h2) .item-header .header,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h2) .item-header .header {
    font-size: 30px;
    line-height: 40px;
}
.container--accordion:has(.content-item--content > div:first-child > header:first-child h2) .item-header::after,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h2) .item-header::after {
    font-size: 30px;
}
@media screen and (max-width: 1023px) {
    .container--accordion:has(.content-item--content > div:first-child > header:first-child h2) .item-header .header,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h2) .item-header .header {
        font-size: 28px;
        line-height: 1.4;
    }
    .container--accordion:has(.content-item--content > div:first-child > header:first-child h2) .item-header::after,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h2) .item-header::after {
        font-size: 28px;
    }
}


/* h3 */
.container--accordion:has(.content-item--content > div:first-child > header:first-child h3) .item-header .header,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h3) .item-header .header {
    font-size: 30px;
    line-height: 50px;
}

.container--accordion:has(.content-item--content > div:first-child > header:first-child h3) .item-header::after,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h3) .item-header::after {
    font-size: 30px;
}
@media screen and (max-width: 1023px) {
    .container--accordion:has(.content-item--content > div:first-child > header:first-child h3) .item-header .header,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h3) .item-header .header {
        font-size: 27px;
        line-height: 1.4;
    }
    .container--accordion:has(.content-item--content > div:first-child > header:first-child h3) .item-header::after,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h3) .item-header::after {
        font-size: 27px;
    }
}


/* h4/h5 */
.container--accordion:has(.content-item--content > div:first-child > header:first-child h4) .item-header .header,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h4) .item-header .header {
    font-size: 19px;
    line-height: 34px;
}

.container--accordion:has(.content-item--content > div:first-child > header:first-child h5) .item-header .header,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h5) .item-header .header {
    font-size: 19px;
    line-height: 1.4;
}

.container--accordion:has(.content-item--content > div:first-child > header:first-child h4) .item-header::after,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h4) .item-header::after,
.container--accordion:has(.content-item--content > div:first-child > header:first-child h5) .item-header::after,
.container--accordion:has(.content-item--content > div:first-child > header:first-child .h5) .item-header::after {
    font-size: 19px;
}

@media screen and (max-width: 1023px) {
    .container--accordion:has(.content-item--content > div:first-child > header:first-child h4) .item-header .header,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h4) .item-header .header {
        line-height: 1.4;
    }

    .container--accordion:has(.content-item--content > div:first-child > header:first-child h5) .item-header .header,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h5) .item-header .header {
        font-size: 18px;
    }

    .container--accordion:has(.content-item--content > div:first-child > header:first-child h5) .item-header::after,
    .container--accordion:has(.content-item--content > div:first-child > header:first-child .h5) .item-header::after {
        font-size: 18px;
    }
}


/** 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: rgba(62, 78, 95, 0.14);
    color: #222;
}

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

.content .tab-container .tab-item {
    display: none;
    background: rgba(62, 78, 95, 0.14);
    margin: 0;
    padding: 15px;
}

.content .tab-container .tab-item.current {
    display: inherit;
}


/** tabs */
.content .container .frame + .frame {
    margin-top: 30px;
}


/** search */
.tx-kesearch-pi1 {
}

/* form */
.tx-kesearch-pi1 form[name="form_kesearch_pi1"] {
}

.kesearch_searchbox {
    display: table;
    max-width: 600px;
    width: 100%;
}

.kesearch_searchbox .kesearchbox {
    border: 1px solid #444;
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

.kesearch_searchbox #ke_search_sword {
    border: none;
}

.kesearch_searchbox div.clearer {
    display: none;
}

.kesearch_searchbox #kesearch_submit {
    display: none;
}

.kesearch_searchbox .resetbutt {
    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;
}

.no-touch .kesearch_searchbox .submitbutt:hover:after {
    transform: scale(0, 0);
}

.kesearch_searchbox .submitbutt input[type="submit"] {
    padding: 14px 30px 10px;
}

/* results */
#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 .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: #C00;
}

.result-list-item .result-teaser .hit::-moz-selection {
    color: #C00;
}

/* pager */
#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 li {
    display: table-cell;
    padding: 0 5px 5px;
}

.kesearch_pagebrowser ul li a {
    padding: 3px;
    text-decoration: none;
    font-weight: 600;
}

.kesearch_pagebrowser ul li a.current {
    color: gold;
}

.kesearch_pagebrowser a.prev, .kesearch_pagebrowser a.next {
    font-weight: 400;
    padding: 0;
    position: relative;
}

.kesearch_pagebrowser a.prev:before, .kesearch_pagebrowser a.next:after {
    display: table-cell;
    background: none;
    color: #444;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    height: auto;
    width: auto;
    margin: 0;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.kesearch_pagebrowser a.prev:before {
    content: "\f137";
    padding-right: 10px;
    left: 1px;
}

.kesearch_pagebrowser a.next:after {
    content: "\f138";
    padding-left: 10px;
    right: 1px;
}


/** CE Gallery in 3-columns */
.three-columns.row {
    margin-left: -40px;
    margin-right: -40px;
}

.three-columns.row > .col {
    padding-left: 40px;
    padding-right: 40px;
}


/**** DCE */


/** teaser globals */
.teaser-wrapper {
}

/** teaser icons */
.teaser-icons .teaser-wrapper {
    display: flex;
}

.teaser-icons .teaser-item {
    flex: 1 1 20%;
    text-align: center;
}

.teaser-icons .teaser-item-icon + .teaser-item-text {
    margin-top: 25px;
}

.teaser-icons .teaser-text-wrapper p {
    font-weight: 900;
    font-size: 19px;
}

.teaser-icons .teaser-item-icon {
    text-align: center;
}

.teaser-icons .teaser-image-outer {
    max-width: 100px;
    margin: 0 auto;
}

.teaser-icons .teaser-image-inner {
    padding-top: 100%;
}

.teaser-icons .teaser-image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.teaser-icons .teaser-image-wrapper img {
    margin: auto;
}


/** full-width background */
.teaser-full-width-background {
}

.teaser-full-width-background-outer {
    margin: 0 -50vw;
    padding-top: 37%;
}

.teaser-full-width-background-inner {
    width: 100vw; /*max-width: 1920px;*/
    margin: 0 auto;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.teaser-full-width-background-wrapper {
    height: 100%;
}

.teaser-full-width-background-image {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: -50%;
    transform: translate(0px, 50%);
    background-repeat: no-repeat;
    background-size: cover;
}


/** newsletter */
.teaser-newsletter {
}

.teaser-newsletter-outer {
    margin: 0 -50vw;
}

.teaser-newsletter-inner {
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
}

.teaser-newsletter .teaser-wrapper {
    padding: 133px 0;
    max-width: 1346px;
    margin: 0 auto;
}

.teaser-newsletter-text {
    padding: 50px 40px;
    background: #fff;
    opacity: .85;
}

.teaser-newsletter-text .title {
    line-height: 1.2;
}

.teaser-newsletter-image {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: -50%;
    transform: translate(0px, 50%);
    background-repeat: no-repeat;
    background-size: cover;
}

.teaser-newsletter-form {
    display: flex;
    width: 100%;
}

.teaser-newsletter-text input {
    border: none;
    border-bottom: 2px solid #DE5800;
    padding: 0;
    background: none;
}

.teaser-newsletter-text input:hover, .teaser-newsletter-text input:focus {
    border-color: #DE5800;
}

.teaser-newsletter-text a.more {
    min-width: 150px;
    margin-left: 40px;
    margin-top: 0;
}

/** Zitat */
.teaser-quote-image {
    height: 100%;
}

.teaser-quote-avatar {
    height: 234px;
    width: 234px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translate(-50%, 0);
}

.teaser-quote-mark {
    position: absolute !important;
    top: 20px;
    left: 50%;
    transform: translate(115%, 0);
}

.teaser-quote-mark::before {
    content: "";
    background: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/Sental-Zitat.svg') no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: block;
}

.frame-bg-orange .teaser-quote-mark::before {
    background-image: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/Sental-Zitat-white.svg');
}

.teaser-quote-text {
    height: 100%;
    display: flex;
}

.teaser-quote-text .h3 {
    color: #000;
    font-size: 39px;
    line-height: 60px;
}

.teaser-quote-text-wrapper {
    margin: auto 0 20px;
}


/** Team members */
.team-members {
}

.team-members .team-member {
}

.team-members .team-member-image {
    margin-bottom: 30px;
}

.team-members .team-member-image-outer {
    width: 100%;
    padding-top: 100%;
}

.team-members .team-member-image-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.team-members .team-member-image .image {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.team-members .team-member-department {
    margin-bottom: 10px;
    font-weight: bold;
}

.team-members .team-member-name {
}

.frame-bg-orange .team-members {
    color: #fff;
}


/** Teaser with text */
.teaser-with-text {
    min-height: 400px;
}

.teaser-with-text, .teaser-with-text-wrapper {
    height: 100%;
}

.teaser-with-text .image-wrapper {
    position: relative;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.teaser-with-text .text-wrapper {
    position: absolute;
    top: 8px;
    left: 20px;
    right: 20px;
    margin: 0;
}

.teaser-with-text .text-wrapper .text {
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 90px;
    background: rgba(222, 88, 0, 0.8);
    color: #fff;
    padding: 15px 20px;
    display: inline;
    box-decoration-break: clone;
    -o-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


/**** News */
/** News: list */

.news-list-view .article .header .news-list-date {
    margin-bottom: 0;
}

.news-list-view .article .footer {
    display: none;
}




/* News: list paginator */
.news-list-view .page-navigation {
    text-align: center;
    margin-top: 20px;
}

.news-list-view .page-navigation:first-child {
    display: none;
}

.news-list-view .page-navigation p {
    display: none;
}

.news-list-view .page-navigation .paginate {
    overflow: hidden;
    position: static;
}

.news-list-view .page-navigation .previous {
    float: left;
}

.news-list-view .page-navigation .next {
    float: right;
}

.news-list-view .page-navigation .previous > span,
.news-list-view .page-navigation .next > span {
    display: none;
}

@media screen and (min-width: 768px) {
    .page-navigation .paginate + nav {
        margin-top: -30px;
        padding: 0 100px;
    }
}

.news-list-view ul.f3-widget-paginator {
    padding: 0;
}

.news-list-view ul.f3-widget-paginator li {
    display: inline-block;
    padding: 8px;
}


.news-list-view .news-article-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.news-list-view .news-article-wrapper .article {
    width: 33.33%;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.news-list-view .news-article-wrapper .article .news-img-wrap {
    height: 250px;
    width: 100%;
    position: relative;
}
.news-list-view .news-article-wrapper .article .news-img-wrap a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom:0;
    right:0;
    left:0;
}
.news-list-view .news-article-wrapper .article .news-img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-list-view .news-article-wrapper .article > .wrap {
    padding: 15px 15px 80px 15px;
    border: 1px solid gray;
    background-color: #fff;
    height: 100%;
}
.news-list-view .news-article-wrapper .article > .news-img-wrap + .wrap {
    border-top: none;
    height: calc(100% - 250px);
}


.news-list-view .news-article-wrapper .article a.more {
    position: absolute;
    bottom: 15px;
    left: 15px;
    margin-top: 0;
}

@media screen and (max-width: 1023px) {
    .news-list-view .news-article-wrapper .article {
        width: 50%;
    }
}
@media screen and (max-width: 667px) {
    .news-list-view .news-article-wrapper .article {
        width: 100%;
    }
}

/** News in 2col-container */
.columns-2 .col-lg-8 .news-list-view .news-article-wrapper .article{
    width: 50%;
}

.columns-2 .col-lg-8 .news-list-view .news-article-wrapper .article h3,
.columns-2 .col-lg-8 .news-list-view .news-article-wrapper .article h3 span{
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 0;
}
.columns-2 .col-lg-8 .news-list-view .news-article-wrapper .article > .wrap{
    padding-bottom: 100px;
}

.columns-2 .col-lg-8 .news-list-view .news-article-wrapper .article a.more{
   bottom: 25px;
}

@media screen and (max-width: 991px) {
    .content .frame .row.columns-2 .col-lg-8:has( > .frame-type-news_newsliststicky) {
        padding-top: 20px;
        margin-top: 0;
    }
}

@media screen and (max-width: 667px) {
    .columns-2 .col-lg-8 .news-list-view .news-article-wrapper .article {
        width: 100%;
    }
}
    /** News: detail */
ul.pager {
    list-style: none;
    padding-left: 0;
    display: flex;
}

ul.pager .next {
    margin-left: auto;
}

ul.pager .previous span::before, ul.pager .next span::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
}

ul.pager .previous span::before {
    content: "\f053";
    margin-right: 10px;
}

ul.pager .next span::before {
    content: "\f054";
    margin-left: 5px;
}

ul.pager a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    color: #000;
}

ul.pager a:hover {
    color: #DE5800;
}

.news-backlink-wrap {
    margin-top: 30px;
}

.news-backlink-wrap a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    line-height: 34px;
    color: #000;
}

.news-backlink-wrap a::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    margin-right: 8px;
}

.news-backlink-wrap a:hover {
    color: #DE5800;
}


/* mask drei säulen */
.maskDreiSaeulen {
    margin: 70px 0;
}

.maskDreiSaeulen h3 {
    color: #DE5800;
    margin-bottom: 10px;
}

.maskDreiSaeulen h4 {
    margin-bottom: 20px;
}

.maskDreiSaeulen .pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}

.maskDreiSaeulen .pillars .title {
    color: #DE5800;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.maskDreiSaeulen .pillars img, .maskDreiSaeulen .pillars svg {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}

.maskDreiSaeulen .bounce-in-top {
    -webkit-animation: bounce-in-top 1.1s both;
    animation: bounce-in-top 1.1s both;
}

.maskDreiSaeulen .pillars a.more {
    text-decoration: none;
    border: 1px solid #DE5800;
    padding: 10px 15px;
}

.maskDreiSaeulen .pillars .text {
    margin-bottom: 15px;
}

@media screen and (max-width: 1070px) {
    .maskDreiSaeulen .pillars {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
}

/* mask andere produkte */
.maskAndereProdukte {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 70px 0;
}

.maskAndereProdukte h3 {
    color: #DE5800;
    margin: 0 auto 10px auto;
    text-align: center;
}

.maskAndereProdukte h4 {
    margin: 0 auto 20px auto;
    text-align: center;
}

.maskAndereProdukte img, .maskAndereProdukte svg {
    width: 100%;
    object-fit: cover;
    height: auto;
    display: block;
    margin: auto;
    min-height: 400px;
}

.maskAndereProdukte .content {
    padding: 60px 20px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: auto;
}

.maskAndereProdukte .twoCol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.maskAndereProdukte .column {
    background-color: rgb(221, 221, 221);
}

.maskAndereProdukte .title {
    color: #DE5800;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.maskAndereProdukte .more {
    margin-top: 30px;
}

@media screen and (max-width: 880px) {
    .maskAndereProdukte .twoCol {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* mask philosophie */
.maskPhilosophie {
    margin: 70px 0;
}

.maskPhilosophie .quote {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 20px;
    padding: 30px 30px 60px 30px;
    margin: 0;
    position: relative;
}

.maskPhilosophie .text {
    margin-bottom: 20px;
}

.maskPhilosophie .author {
    font-weight: bold;
}

.maskPhilosophie .quote::after, .maskPhilosophie .quote::before {
    content: none;
}

.maskPhilosophie .quote svg {
    width: 50px;
    height: auto;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
    fill: #DE5800;
    opacity: 0.9;
}

.maskPhilosophie .slick-slide {
    margin: 0 15px;
}

.maskPhilosophie .slick-list {
    margin: 0 -15px;
}

/* mask team */
.maskFeatures {
    margin: 70px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(221, 221, 221);
}

.maskFeatures .twoCol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.maskFeatures .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
}

.maskFeatures .content img {
    max-width: 40px;
    height: auto;
    margin-right: 20px;
}

.maskFeatures .features {
    max-width: 600px;
    padding: 0 30px;
}

.maskFeatures .feature {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.maskFeatures .feature p {
    font-size: 25px;
    font-weight: bold;
}

.maskFeatures .feature:last-child {
    margin-bottom: 20px;
}

.maskFeatures img.bigImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: auto;
    min-height: 400px;
}

@media screen and (max-width: 760px) {
    .maskFeatures .twoCol {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* mask jobs */
.maskJobs {
    margin: 70px 0;
}

.maskJobs input {
    display: none;
}

.maskJobs label {
    display: block;
    padding: 20px;
    border: 1px solid rgb(221, 221, 221);
    cursor: pointer;
    position: relative;
}

.maskJobs label::after {
    content: '';
    position: absolute;
    display: block;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 30px;
    height: 30px;
    background: url('../../../typo3conf/ext/pm_theme_sental/Resources/Public/Images/chevron-up-solid.svg');
    background-size: contain;
    transform-origin: center;
    transition: transform 0.2s ease-in-out;
}

.maskJobs input:checked + label:after {
    transform: translateY(-50%) rotate(0);
}

.maskJobs .jobInfo {
    padding: 0 30px;
    border: 1px solid rgb(221, 221, 221);
    border-top: none;
    border-bottom: none;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.maskJobs input:checked ~ .jobInfo {
    max-height: 5000px;
    padding: 30px;
}

.maskJobs .job:last-child input:checked ~ .jobInfo {
    border-bottom: 1px solid rgb(221, 221, 221);
}

/* mask team */
.maskTeam {
    margin: 70px 0;
}

.maskTeam .persons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.maskTeam .person {
    position: relative;
}

.maskTeam .person img {
    position: relative;
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.maskTeam .person .personInformation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(221, 221, 221, 0.9);
    padding: 20px;
}

@media screen and (max-width: 1023px) {
    .maskTeam .persons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .maskTeam .person img {
        height: auto;
        max-height: 400px;
    }
}

@media screen and (max-width: 500px) {
    .maskTeam .persons {
        grid-template-columns: repeat(1, 1fr);
    }

    .maskTeam .person .personInformation {
        position: relative;
    }
}

/* mask produkte */
.maskProdukte {
    margin: 70px 0;
}

.maskProdukte .title {
    color: #DE5800;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.maskProdukte img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.maskProdukte .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

@media screen and (max-width: 1024px) {
    .maskProdukte .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 710px) {
    .maskProdukte .products {
        grid-template-columns: repeat(1, 1fr);
    }
}

div + section, section + div {
    margin-top: 30px;
}

.waconcookiemanagement + #top {
    margin-top: 0;
}

.teaser-gallery.teaser-slider .slick-list .slick-slide {
    margin: 0 40px;
}

.teaser-gallery.teaser-slider .slick-list {
    margin: 0 -40px;
}

.teaser-gallery.teaser-slider.slick-slider .slick-dots {
    position: relative;
}

.teaser-gallery.teaser-slider.slick-slider .slick-dots li {
    background-color: rgba(222, 89, 0, 0.5);
    border: none;
}

.teaser-gallery.teaser-slider.slick-slider .slick-dots li.slick-active {
    background-color: rgba(222, 89, 0, 1);
}

.teaser-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -20px;
}

.teaser-gallery .teaser {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.teaser-gallery .teaser-image {
    overflow: hidden;
    height: 300px;
    display: block;
    width: 100%;
}

.teaser-gallery .teaser-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.teaser-gallery .teaser-link,
.teaser-gallery .teaser > a {
    font-size: 22px;
    color: #DE5800;
    text-decoration: none;
    font-weight: 900;
    display: block;
}

.teaser-gallery .teaser-link {
    border-bottom: 2px #DE5800 solid;
    padding: 10px 30px 10px 0;
    line-height: 34px;
    position: relative;
    pointer-events: none;
}
.teaser-gallery .teaser > a {
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: -9999999999px;
    display: block;
}
.teaser-gallery .teaser a + .teaser-link::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", sans-serif;
    font-size: 22px;
    font-weight: 900;
    position: absolute;
    right: 0;
}

.frame-bg-orange .teaser-gallery .teaser .teaser-link,
.frame-bg-orange .teaser-gallery .teaser > a {
    color: #FFF;
    border-color: #FFF;
}

.frame-bg-orange .teaser-gallery.teaser-slider.slick-slider .slick-dots li {
    background-color: rgba(255, 255, 255, 0.5);
}

.frame-bg-orange .teaser-gallery.teaser-slider.slick-slider .slick-dots li.slick-active {
    background-color: rgba(255, 255, 255, 1);
}

.teaser-gallery.logos img{
    max-width: 230px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.teaser-gallery.logos .teaser-image{
    display: flex;
    margin-bottom: 20px;
    padding: 0;
    height: fit-content;
}

.teaser-gallery.logos .slick-track{
    display: flex;
    align-items: center;
}

.teaser-gallery.teaser-slider.logos .slick-list .slick-slide{
    margin: 0 10px;
}

.teaser-gallery.teaser-slider.logos .slick-list{
    margin: 0 -10px;
}

@media screen and (max-width: 1023px) {
    .teaser-gallery:not(.logos) .teaser {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width: 767px) {
    .teaser-gallery:not(.logos) .teaser {
        width: 100%;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-1-18 10:14:15
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes bounce-in-top {
    0% {
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    38% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
    55% {
        -webkit-transform: translateY(-65px);
        transform: translateY(-65px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    72% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    81% {
        -webkit-transform: translateY(-28px);
        transform: translateY(-28px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    90% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    95% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


/* * * 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: 1024px) and (pointer: coarse) {
    .teaser-quote .row .col + .col {
        margin-top: 30px;
    }

    .teaser-newsletter-form {
        flex-wrap: wrap;
    }

    .teaser-newsletter-text input {
        width: 100%;
    }

    .teaser-newsletter-text a.more {
        margin-left: auto;
        margin-right: 0;
        margin-top: 40px;
    }
}

@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 */
    /* row and cols */
    .content .frame .row .col-xs-12 + .col-xs-12 {
        margin-top: 50px;
    }

    .row .powermail_fieldwrap.col-xs-12 + .powermail_fieldwrap.col-xs-12 {
        margin-top: 20px;
    }

    .content .frame .row .frame + .frame {
        margin-top: 50px;
    }

    /* header */
    .header-contact .text {
        display: none;
    }

    .headerSlider:before {
        padding-top: 60%;
    }

    /* DCEs */
    .teaser-icons .teaser-wrapper {
        flex-wrap: wrap;
        margin-bottom: -30px;
    }

    .teaser-icons .teaser-item {
        flex: 1 1 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .teaser-newsletter .teaser-wrapper {
        padding-top: 0;
        padding-bottom: 80px;
    }

    .teaser-quote-text .h3 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .teaser-quote .row .col-xs-12 + .col-xs-12 {
        margin-top: 30px !important;
    }

    .teaser-full-width-background-outer {
        padding-top: 60%;
    }

    /* frame */
    .content .row .col .frame-bg-orange, .content .row .col .frame-bg-gray {
        padding: 40px 20px;
    }

    /* news */
    ul.pager {
        flex-wrap: wrap;
    }

}

/* 767px */

@media screen and (max-width: 736px), (pointer: coarse) {
    /* iphone 6+ - landscape */
    a[href^="tel:"] {
        text-decoration: none !important;
    }
}

/* 736px */

@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 */
    div.ce-textpic .ce-gallery + .ce-bodytext {
        margin-top: 0;
    }

    .headerSlider .imageslider .TextArea .slider-title {
        font-size: 24px;
        line-height: 75px;
    }
}

/* 567px */

@media screen and (max-width: 480px) {
    /* iPhone4 - landscape */
}

/* 480px */

@media screen and (max-width: 479px) {
    /* smaller than iPhone4 - landscape */
}

/* 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 */
    .headerSlider .imageslider .TextArea .slider-title {
        line-height: 60px;
    }

    .headerSlider .imageslider .TextArea .slider-title {
        padding: 10px;
    }
}

/* 374px */

@media screen and (max-width: 320px) {
    /* iPhone4/5 - portrait */
}

@media screen and (max-width: 319px) {
    /* smaller devices */
}

/* smaller */

/* mask zeitstrahl */

.maskElement.timeline {}
.maskElement.timeline .timeline-wrapper {}
.maskElement.timeline .timeline-wrapper::before,
.maskElement.timeline .timeline-wrapper::after { content: ""; background: #E3E6E8; border: 1px solid #E3E6E8; border-radius: 50%; display: block; height: 18px; width: 18px; position: absolute; left: 30px; z-index: 1; transform: translate(-50%, 0); }
.maskElement.timeline .timeline-wrapper::before { top: 0; }
.maskElement.timeline .timeline-wrapper::after { bottom: 0; }
.maskElement.timeline .timeline-item { padding-top: 120px; padding-left: 50px; position: relative; }
.maskElement.timeline .timeline-item:first-child { padding-top: 160px; }
.maskElement.timeline .timeline-item::before { content: ""; background: #DE5800; display: block; height: 100%; width: 2px; position: absolute; top: 0; left: 30px; }
.maskElement.timeline .timeline-item:last-child { padding-bottom: 60px; }
.maskElement.timeline .timeline-item .header { margin-bottom: 10px; }
.maskElement.timeline .timeline-item .ce-bodytext {}
.maskElement.timeline .timeline-item .timeline-icon { border: 10px solid #E3E6E8; border-radius: 50%; max-width: 76px; position: absolute; top: 20px; left: 30px; transform: translate(-50%, 0); transition: all .2s ease; }
.no-js .maskElement.timeline .timeline-item .timeline-icon { border-color: #E3E6E8; }
.js .maskElement.timeline .timeline-item .timeline-icon::before,
.js .maskElement.timeline .timeline-item .timeline-icon::after { content: ""; border: 10px solid transparent; border-radius: 50%; height: calc(100% + 20px); width: calc(100% + 20px); position: absolute; top: -10px; left: -10px; }
.js .maskElement.timeline .timeline-item.in-view .timeline-icon::before { border-top-color: #E3E6E8; border-right-color: #DE5800; border-bottom-color: #DE5800; transition: border-top-color 0.15s linear,border-right-color 0.15s linear 0.1s,border-bottom-color 0.15s linear 0.2s; }
.js .maskElement.timeline .timeline-item.in-view .timeline-icon::after { border-top-color: #E3E6E8; transition: transform 0.4s linear 0s,border-left-width 0s linear 0.35s; transform: rotate(270deg); }

.maskElement.timeline .timeline-item:first-child .timeline-icon { top: 60px; }
.maskElement.timeline .timeline-item .timeline-icon img { display: block; height: auto; margin: 0; }


.maskElement.timeline .timeline-item .timeline-point {
    content: "";
    background: #E3E6E8;
    border: 1px solid #E3E6E8;
    border-radius: 50%;
    display: block;
    height: 28px;
    width: 28px;
    position: absolute;
    left: 30px;
    z-index: 1;
    transform: translate(-50%, 0);
}
.maskElement.timeline .timeline-item:nth-child(odd) .timeline-point,
.maskElement.timeline .timeline-item:nth-child(even) .timeline-point { top: 120px;}
.maskElement.timeline .timeline-item:first-child .timeline-point { top: 160px;}


.maskElement.timeline .readmore { margin: 40px auto 0; text-align: center; }
.maskElement.timeline .readmore .more { margin-top: 0; }

.maskElement.timeline .off-view {
    opacity: 0;
    backface-visibility: hidden;
    transform: translate3d(0, 50px, 0);
    transition: all 500ms ease-out;
}
.maskElement.timeline .off-view.in-view-above {
    transform: translate3d(0, -50px, 0);
}
.maskElement.timeline .off-view.in-view {
    opacity: 1;
    transform: none;
}
@media screen and (min-width: 667px) {
    .maskElement.timeline .timeline-wrapper::before,
    .maskElement.timeline .timeline-wrapper::after { left: 50%; }
    .maskElement.timeline .timeline-item { padding-top: 40px; padding-left: 0; width: 50%; }
    .maskElement.timeline .timeline-item:first-child { padding-top: 100px; }
    .maskElement.timeline .timeline-item:last-child { padding-bottom: 50px; }
    .maskElement.timeline .timeline-item:nth-child(odd) { padding-right: 60px; }
    .maskElement.timeline .timeline-item:nth-child(odd)::before { right: -1px; left: auto; }
    .maskElement.timeline .timeline-item:nth-child(even) { margin-left: auto; padding-left: 60px; }
    .maskElement.timeline .timeline-item:nth-child(even)::before { left: -1px; }
    .maskElement.timeline .timeline-item:first-child .timeline-icon { top: 80px; }
    .maskElement.timeline .timeline-item:nth-child(odd) .timeline-icon,
    .maskElement.timeline .timeline-item:nth-child(odd) .timeline-point { right: 0; left: auto; transform: translate(50%, 0); }
    .maskElement.timeline .timeline-item:nth-child(even) .timeline-icon,
    .maskElement.timeline .timeline-item:nth-child(even) .timeline-point { left: 0; }
    .maskElement.timeline .timeline-item:nth-child(odd) .timeline-point,
    .maskElement.timeline .timeline-item:nth-child(even) .timeline-point { top: 40px;}
    .maskElement.timeline .timeline-item:first-child .timeline-point { top: 100px;}
    .maskElement.timeline .readmore { margin-top: 60px; }
}
@media screen and (min-width: 992px) {
    .maskElement.timeline .timeline-item:nth-child(odd) { padding-right: 100px; }
    .maskElement.timeline .timeline-item:nth-child(even) { margin-left: auto; padding-left: 100px; }
}

/* mask_element bild_mit_overlay */

.maskElement.bild_mit_overlay{
    position: relative;
    height: 540px;
}


.maskElement.bild_mit_overlay .overlay-image {
    position: absolute;
    width: 100vw;
    height: 540px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.maskElement.bild_mit_overlay .overlay.orange, .maskElement.bild_mit_overlay .overlay.grey{
    position: absolute;
    width: 100vw;
    height: 540px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #DE5800;
    opacity: 0.6;
}
.maskElement.bild_mit_overlay .overlay.grey{
    background: #3E4E5F;
}

.maskElement.bild_mit_overlay .overlay-text{
    height: 540px;
    display: flex;
    align-items: center;
    max-width: 50%;
    color: #fff;
}

.maskElement.bild_mit_overlay .overlay-text.right{
    float: right;
    text-align: right;
}

.maskElement.bild_mit_overlay .overlay-text.center{
    margin: auto;
    text-align: center;
}

@media screen and (min-width: 900px) {
    .overlay-text a.more {
        border-color: #fff;
        color: #fff;
    }
}

@media screen and (max-width: 900px){
    .maskElement.bild_mit_overlay .overlay-image{
        position: relative;
        height: 400px;
    }

    .maskElement.bild_mit_overlay{
        height: fit-content;
    }

    .maskElement.bild_mit_overlay .overlay.grey, .maskElement.bild_mit_overlay .overlay.orange{
        height: 400px;
    }

    .maskElement.bild_mit_overlay .overlay-text{
        height: fit-content;
        display: block;
        color: #000;
        max-width: 100%;
        padding-top: 20px;
    }
}


/* mask_element_karriere */

.karriere-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.karriere-wrapper .item-wrapper{
    width: calc(20% - 20px);
    display: block;
    position: relative;
    height: 270px;
    overflow: hidden;
}

.karriere-wrapper .person{
    display: none;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    background: #fff;
}

.karriere-wrapper .person-info{
    padding: 20px;
}

.karriere-wrapper .name {
    font-size: 20px;
}
.karriere-wrapper .position{
    font-size: 16px;
}


.karriere-wrapper .person-info .first, .karriere-wrapper .person-info .second{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.karriere-wrapper .person-info .first{
    align-items: baseline;
}

.karriere-wrapper .second .question-wrapper{
    flex: 0 0 calc(50% - 10px);
}

.karriere-wrapper .question, .karriere-wrapper .first{
    color: #fff;
    font-weight: bold;
}

.karriere-wrapper .second .question{
    font-size: 14px;
}

.karriere-wrapper .second .answer, .karriere-wrapper p{
    font-size: 13px;
    line-height: 1.5;
}

.karriere-wrapper .second .answer{
    color: #E3E6E8;
}

    .karriere-wrapper .info-img, .karriere-wrapper .hover-img{
        width: 100%;
        max-width: 270px;
        height: 270px;
        object-fit: cover;
    }

    .karriere-wrapper .hover-img{
        max-width: calc(33% - 10px);
    }

    .karriere-wrapper .item-wrapper:hover{
        width: calc(60% - 20px);
    }

    .karriere-wrapper .item-wrapper:hover .info-img, .karriere-wrapper .item-wrapper:hover .hover-img{
        background: #fff;
        height: 100%;
        object-fit: cover;
    }


    .karriere-wrapper .item-wrapper:hover .info-img + .person{
        display: flex;
        flex-direction: row;
        background-color: #DE5800;
        width: 100%;
        height: 100%;
    }

    .karriere-wrapper .item-wrapper.left:hover .info-img + .person{
        flex-direction: row-reverse;
    }

    .karriere-wrapper .item-wrapper.right:hover + .item-wrapper,
    .karriere-wrapper .item-wrapper.right:hover + .item-wrapper +.item-wrapper,
    .karriere-wrapper .item-wrapper:has(+ .item-wrapper.left:hover),
    .karriere-wrapper .item-wrapper:has(+ .item-wrapper + .item-wrapper.left:hover){
        display: none;
    }


    @media screen and (max-width: 1450px){
        .karriere-wrapper .item-wrapper:hover{
            width: calc(75% - 20px);
        }

        .karriere-wrapper .item-wrapper{
            width: calc(25% - 20px);
        }

        .karriere-wrapper .info-img, karriere-wrapper .hover-img{
            max-width: 100%;
        }
    }

    @media screen and (max-width: 1160px){
        .karriere-wrapper .item-wrapper .info-img{
            display: none;
        }

        .karriere-wrapper .item-wrapper .info-img + .person{
            display: flex;
            flex-direction: row;
            background-color: #DE5800;
            width: 100%;
            height: 100%;
        }

        .karriere-wrapper .item-wrapper .person{
            position: relative;
        }

        .karriere-wrapper .item-wrapper{
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        .karriere-wrapper .person-info .first{
            margin-bottom: 20px;
        }
        .karriere-wrapper .person-info .second{
            gap: 30px 10px;
        }
    }
    @media screen and (max-width: 700px) {
        .karriere-wrapper .second .question-wrapper{
            flex: 0 0 100%;
        }
    }

    @media screen and (max-width: 600px){
        .karriere-wrapper .item-wrapper .info-img + .person{
            flex-direction: column;
        }

        .karriere-wrapper .hover-img{
            width: 100%;
            height: auto;
            max-height: 100%;
            max-width: 100%;
        }

        .karriere-wrapper .person-info .second{
            gap: 20px 10px;
        }
    }


/* tx_mask_stimmen_von_leuten */
.voice-wrapper::before {
    background: #DE5800;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50vw;
    left: -50vw;
    z-index: 0;
}

.voice-wrapper{
    padding: 80px 20px;
}


.voice-wrapper h2{
    color: #fff;
    position: relative;
    z-index: 2;
}

.voice-wrapper > .ce-bodytext > *, .voice-wrapper h2 + .ce-bodytext > *{
    color: #fff;
}

.voice-wrapper .ce-bodytext{
    padding-bottom: 80px;
}

.voice-list{
    background: #fff;
    padding: 45px 50px 105px 45px;
}

.voice-list .voice {
    padding: 40px 0 0;
}

.voice-list .voice .header {
    font-size: 22px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 20px;
}

.voice-list .voice .header .subline {
    font-size: 17px;
}

.voice-list .voice p:last-child {
    margin-bottom: 0;
}

.voice-list.slick-slider .slick-dots{
    bottom: 20px;
}
/* quotation */

.voice-list .voice .quotation .image {
    margin-bottom: 30px;
    flex: 0 0 50%;
}

.voice-list .voice .quotation .image .image-embed-item {
    display: block;
    object-fit: cover;
    padding-left: 15px;
}


.voice-list .voice .quotation .quote {
    font-style: normal;
    margin: 0;
}

@media screen and (max-width: 1023px) {
    .voice-list .voice .quotation .image .image-embed-item {
        padding-left: 0;
        margin: auto;
    }

    .voice-list{
        padding: 0 20px 20px 30px;
    }

    .voice-wrapper .ce-bodytext{
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .voice-list .slick-arrow:before,
    .voice-list .slick-arrow:after{
        height: 4px;
        width: 30px;
    }

    .voice-list .voice .header {
        font-size: 30px;
        line-height: 35px;
    }

    .voice-list .voice .header .subline {
        font-size: 20px;
    }

    .voice-list .voice .quotation {
        display: flex;
        align-items: center;
        flex-flow: row wrap;
        margin: 0 -15px;
        padding-top: 24px;
    }


    .voice-list .voice .quotation .ce-bodytext {
        flex: 0 0 50%;
        margin-left: auto;
        padding: 0 15px;
    }

    .voice-list .voice .quotation:not(:last-child) {
        margin-bottom: 80px;
    }


}


/* Sental Map */

.mapContactWrapper{
    display: grid;
    grid-template-areas:
            "header map"
            "subheader map"
            "text map"
            "contact map";
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto 1fr;
    gap: 0 20px;
}

.mapContactWrapper .fas{
    color: #DE5800;
    padding-right: 10px;
}

#sental_map svg a:hover path{
    cursor: pointer;
}
#sental_map a:hover path,
#sental_map:has(.firstArea:hover) #firstArea path,
#sental_map:has(.secondArea:hover) #secondArea path,
#sental_map:has(.thirdArea:hover) #thirdArea path,
#sental_map:has(.fourthArea:hover) #fourthArea path{
    fill: #ED4F00 !important;
}

#sental_map{
    position: relative;
    width: fit-content;
    height: fit-content;
    grid-area: map;
}
#sental_map .firstArea,
#sental_map .secondArea,
#sental_map .thirdArea,
#sental_map .fourthArea{
    display: none;
    position: absolute;
}

#sental_map:has(a#firstArea:hover) .firstArea,
#sental_map:has(a#firstArea:hover) .firstArea,
#sental_map .firstArea:hover{
    display: flex;
    top: 30%;
    right: 10%;
}
#sental_map:has(a#secondArea:hover) .secondArea,
#sental_map .secondArea:hover{
    display: flex;
    top: 25%;
    left: 20%;
}
#sental_map:has(a#thirdArea:hover) .thirdArea,
#sental_map .thirdArea:hover{
    display: flex;
    top: 50%;
    left: 17%;
}
#sental_map:has(a#fourthArea:hover) .fourthArea,
#sental_map .fourthArea:hover{
    display: flex;
    top: 65%;
    left: 50%;
}

#sental_map .mapContact,
#sental_map .pin .info{
    border: 1px solid #4F4F4F;
    padding: 10px 20px;
    flex-direction: column;
    background: #EFEFEF;
    color: #000;
}

#sental_map text{
    pointer-events: none;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .3);
}

#sental_map .pin .info{
    font-weight: bold;
    margin-top: 5px;
}

#sental_map .pin .info.hidden{
    display: none;
}

#sental_map .pin:hover .info.hidden{
    display: block;
}

#sental_map .pin{
    cursor: pointer;
}
#sental_map .pin .fas{
    font-size: 40px;
}

#sental_map #hamburg{
    position: absolute;
    top: 14%;
    left: 42%;
}

#sental_map #kassel{
    position: absolute;
    top: 42%;
    left: 36%;
}

.mapContactWrapper a{
    color: #000;
    text-decoration: none;
}


#sental_map .mapContact .name,
.mapContactWrapper .showMore span:first-child{
    font-weight: bold;
}

#sental_map .mapContact .title,
.mapContactWrapper .showMore span + span{
    font-style: italic;
}

.mapContactWrapper .ce-bodytext{
    grid-area: text;
    padding-bottom: 30px;
}

.mapContactWrapper h3{
    grid-area: header;
    margin-bottom: 0;
}

.mapContactWrapper h4{
    grid-area: subheader;
}
.addMapContact .mapContact .more.hidden{
    display: none;
}
.addMapContact .mapContact .more{
    border: 1px solid #4F4F4F;
    border-top: none;
}

.addMapContact .mapContact,
.addMapContact .mapContact .more,
.addMapContact .mapContact .showMore{
    display: flex;
    flex-direction: column;
    background: #EFEFEF;
    text-align: left;
}

.addMapContact{
    display: flex;
    flex-direction: column;
    width: fit-content;
    grid-area: contact;
    gap: 20px;

}

.addMapContact .showMore, .addMapContact .more{
    flex: 1;
    padding: 10px 20px;
}

.addMapContact button{
    border: 1px solid #4F4F4F;
    cursor: pointer;
}

.addMapContact button:has(+ .more:not(.hidden)){
    border-bottom: none;
}


@media screen and (max-width: 1200px){
    .mapContactWrapper svg{
        width: 100%;
        height: auto;
    }



}

@media screen and (max-width: 1000px){
    .mapContactWrapper{
        grid-template-areas:
            "header"
            "subheader"
            "map"
            "text"
            "contact";
        grid-template-columns: auto;
    }

    #sental_map{
        padding-bottom: 30px;
        margin: auto;
    }

    #sental_map .pin .fas{
        font-size: 30px;
    }
}

@media screen and (max-width: 650px){
    #sental_map .pin .fas{
        font-size: 20px;
    }
}
/* eof */
