

.maintenance-content {
    color:var(--white);
    font-size: 22px;
}
.maintenance-content.bg-white {
    color:var(--text)!important;
    font-size: 22px;
}
.maintenance-content .rot-img-absolute{
    margin-top: 2rem;
    min-height:260px;
    padding-bottom:0;
}
.branding-wrap {
    font-size:20px;
    display: flex;
    align-items: center;
    height: 22em;
}
.branding-wrap>figure.rot-img-relative{
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    min-height: 2rem;
    padding-bottom:0;
}
.maintenance-content .content-col .inner-wrap{
    display: flex;
    align-content: flex-start;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.branding-wrap {
    font-size: 1.1em!important;
    width:100%;
}
.branding-wrap .h-wrap {
    max-width:1px;
    max-height:1px;
    overflow:hidden;
}
.branding-wrap p.smaller {
    font-size: 0.596em;
}
.p-display {
    font-size: 1.9em;
    font-weight: 500;
    color: var(--text);
    max-width: 390px;
    line-height: 1;
    margin: 0.7em 0.23em;
    position: relative;
    text-align: right;
    color: #ffffff40;
    display: flex;
    align-items: center;
}
.bg-white .p-display {
    color:var(--text);
}
.p-display span.txt {
    font-size: 0.65em;
    line-height: 1.1;
    font-weight: 300;
}
body .bottom-txt{
    font-size: 22px;
    font-weight: 600;
    color: var(--grey-light);
}
.rkp-icon {
    display: inline-block;
    width: 4em;
    line-height: inherit;
    position: relative;
    top: 0;
    right: auto;
    margin-left: 0.5em;
}
.rkp-icon .st0{
    stroke:var(--white);
}
.bg-white .rkp-icon .st0{
    stroke:var(--text);
}
.maintenance-content .rkp-icon svg>g:nth-of-type(2) path{
    stroke:var(--primary);
}
body .maintenance-content a:hover{
    color:white!important;
}

@media(min-width:576px){
    .maintenance-content .rot-img-absolute {
        margin-top: 2rem;
        margin-bottom: 2rem;
        padding-bottom: 0;
        height: calc(100vh - 4rem);
    }
}
@media(min-width:768px){
    .branding-wrap {
        font-size:28px;
    }
}
@media(min-width:992px){
    .maintenance-content .rot-img-absolute {
        margin-top: 0rem;
        margin-bottom: 0rem;
        height: 100%;
    }
}
@media(min-width:1200px){
    .branding-wrap {
        font-size:2.3vw;
    }
}

#rkp-icon-cogwheels svg>g:first-of-type{
    animation: rotate_1 4s linear 0.17s infinite normal forwards;
    transform-origin: 0.6em 0.6em;
}
#rkp-icon-cogwheels svg>g:nth-of-type(3) {
    animation: rotate_1 4s linear 0s infinite reverse forwards;
    transform-origin: 1.65em 1.45em;
    /* background: red; */
}
#rkp-icon-cogwheels svg>g:nth-of-type(2) {
    animation: rotate_1 4s linear 0.03s infinite normal forwards;
    transform-origin: 0.59em 2.37em;
}

@keyframes rotate_1 {
	0% {
		transform: rotate(0);
        /* transform-origin: center; */
	}
	100% {
		transform: rotate(360deg);
        /* transform-origin: center; */
	}
}


.social-wrap a.sbtn.s-copy,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
    display: inline-block;
    font-size: var(--regular-p-size, 1.09rem);
    /* font-weight: 500; */
    /* text-transform: uppercase; */
    line-height: 1;
	position:relative;
    display: inline-flex;
    align-items: center;
	color: var(--white);
    background-color:var(--gradient);
}

.social-wrap a.sbtn.s-copy,
.rot-section a.link-type-contact,
.rot-section a.link-type-frei,
.rot-section a.link-type-pdf,
.rot-section a.link-type-beitrag{
	color: var(--white);
}

.inner-cta a.cta-link i,
.section-cta a.cta-link i {
    font-size: 1.2rem;
    display: inline-block;
    bottom: 2px;
    bottom: 0;
    position: relative;
}
.inner-cta a.cta-link i{
    font-size:1.5em;
    line-height:.6;
}
.inner-cta .cta-content-before{
    margin-bottom:.7rem;
}

.social-wrap a.sbtn.s-copy.copied .link-inner>span{
    position:relative;
}
.social-wrap a.sbtn.s-copy .link-inner>span:after{
    content:'copied';
    position:absolute;
    top:0;
    left:0;
    font-size:inherit;
    height:100%;
    width:100%;
    opacity:0;
    transition:opacity .4s;
    background:var(--primary-hover);
}
.social-wrap a.sbtn.s-copy.copied .link-inner>span:after{
    opacity:1;
}
body .inner-cta a.cta-link.style-flat .cta-link-inner{
    color: var(--text);
    border: 2px solid var(--text);
    background-color: var(--white);
    padding: .34rem .6rem .26rem;
}
body .inner-cta a.cta-link.style-flat:hover .cta-link-inner{
    left:0;
    background:var(--white);
    border-color:var(--primary);
    color:var(--primary);

}
body .inner-cta a.cta-link.style-flat::after,
body .inner-cta a.cta-link.style-flat::before{
    display: none;
}





.hide-labels .rc-checkboxes label {
    font-size: 0.94rem;
}
.hide-labels .rc-checkboxes label.tech-h-sm {
    font-size: .84rem;
    margin-bottom: .74rem;
    width: 100%;
}
body{
    --car-size: 240px;
    --logo-wrap-width:340px;
}




/*RSE*/

body ul{
    padding-left:1.25em;
    list-style: disc;
    /* font-size:16px; */

}
ul.menu{
    padding-left:1.25em;
    list-style: none;
}

.site-content ul:not(.navbar-nav):not([class*="wp-admin"]) li {
    /* position: relative;
    display: flex;
    align-items: center; */
    margin-bottom:.6rem;
}


header#masthead{
    border:none;
}

body.scrolled header#masthead:after {
    height: 32px;
}
body .navbar-toggler {
    padding: .25rem 0 .25rem  .75rem;
    font-size:1.35rem;
}

#masthead #primary-menu>.nav-item a *{
    font-size:inherit;
    font-weight:inherit;
    padding:0;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap {
    position:relative;
}
#masthead #primary-menu>.nav-item a>.nav-link-wrap>.nav-item-title {
    position:relative;
    z-index:1;
}


.rkp-path2{
    fill:none;
    stroke:var(--text);
    stroke-width:2.5;
    stroke-linecap:round;
    stroke-miterlimit:10;
}
.fill-text{
    fill:var(--text);
}
.fill-none{
    fill:none;
}
body:not(.home) section#s_header.dark:before{
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.23);
    position:absolute;

}

#s_header.animation-ended #h_video:before {
    opacity:1;
}

body #masthead .navbar{
    /* justify-content:flex-end; */
}
.logo-wrap {
    width: auto;
    margin-top: 0rem;
    z-index: 4;
    position: relative;
    left: 0px;
    height: 80%;
    padding: 0.375rem 0;
    max-width: 7rem;
    overflow: hidden;
}


ul.navbar-nav>li .menu-contact-wrap .menu-contact-thumb{
    max-width: 120px;
    /* display: flex; */
    /* justify-content: flex-end; */
    text-align: right;
    display: inline-block;
    width: 100%;
}
header#masthead:after {
    content: '';
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: transparent;
    height: 40px;
    position: absolute;
    background: var(--header-after-gradient);
    pointer-events:none;
    transition:height .6s;
}


@media(max-width:767.98px){
    .navbar-extra-links{
        right:0;
        padding:0;
    }
}

@media(min-width:620px){
    .logo-wrap {
        width: 11rem;
        max-width: 12rem;
    }
}
@media(min-width:768px) and (max-width:991.98px){
    body .navbar-toggler {
        padding: .25rem 0rem .05rem  .75rem;
    }
}
@media(max-width:991.98px){

}

@media(min-width:992px){

    .logo-wrap {
        max-width: 9.2rem;
    }


}

/*KLAMPFL*/
body #site-footer a.social-link {
        font-size: 1.5rem;
        background: var(--secondary);
        transition: background-color .4s;
        padding: 0em;
        border-radius: 100px;
        margin: 2px;
        font-weight: 600;
        margin-left: 0.7rem;
}
body #site-footer.bg-text a.social-link {
    color:var(--text);
}
body #site-footer a.social-link>i {
    position: relative;
    bottom: -1px;
    font-size: 1.8rem;
}

.page-template-page-standard p,
.page-template-page-standard ul li{
    margin-bottom:1rem;
}
.page-template-page-standard h3{
    margin-bottom:.75rem;
}

/*NAV*/

.rot-mnav-footer a,
.rot-mnav-footer ul,
.rot-mnav-footer li,
.rot-mnav-footer p{
    font-size:var(--small-p-size);
}
.rot-mnav-footer ul{
    margin-bottom:0;
    line-height:2;
    padding-left:0;
}
.rot-mnav-footer [class*="col-"]{
    display:flex;
    align-items: flex-end;
}
.rot-mnav-footer [class*="col-"]{
    display:flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.rot-mnav-footer [class*="col-"]:first-of-type{
    justify-content:flex-start;
}
.rot-mnav-footer [class*="col-"]:last-of-type{
    justify-content:flex-end;
}
.rot-mnav-footer figure{
    text-align: left;
    width:50%;
    margin-bottom:.8rem;
}
.rot-mnav-footer figure img{
    width:140px;
    max-width:100%;
}
.rot-mnav-footer figure.smaller img{
    width:74px;
    max-width:70%;
    margin-left:15%;
}





/*HACKL*/

/*HEADER HEADER HEADER*/
.las.la-phone,
.las.la-building{
    font-size: 0.8em;
    display: inline-block;
    top: -0.05em;
    position: relative;
}
.lab.la-facebook-f{
    font-size: 0.7em;
    display: inline-block;
    top: -0.15em;
    position: relative;
}
.logo-wrap.centered{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
ul.navbar-nav>li.spacer{
    display:none!important;
    pointer-events:none;
}
section#s_header{
    transition:height .4s, min-height .4s;
}
body.page-template-no-sidebar-general:not(.home) section#s_header:before{
    content:'';
    background-color:black;
    top:0;
    left:0;
    position:absolute;
    height:100%;
    width:100%;
    opacity:.0;
    display:block;
}
body.page-id-2151.page-template-no-sidebar-general:not(.home) section#s_header:before{
    background-color:var(--primary);
    top:0;
    left:0;
    position:absolute;
    height:100%;
    width:100%;
    opacity:.0;
    display:block;
}

body.page-template-no-sidebar-general:not(.home) section#s_header.animation-ended:before{
    opacity:.3;
}
@media(max-width:991.98px){
    #masthead .contact-bar a.mail,
    #masthead .contact-bar a.addr,
    #masthead .social-bar{
        display:none;
    }
    #masthead ul.navbar-nav .social-bar{
        display:block;
    }
}
@media(min-width:992px){
    #masthead #primary-menu-wrap{
        max-width:calc(var(--container-width) - 400px);
        /* overflow:hidden; */
        justify-content: flex-end;
        min-width:500px;
    }
    #masthead #primary-menu-wrap>ul{
        /* display:none; */
    }
    /* body #masthead .navbar-collapse {
		position: absolute;

		top: auto;
        bottom:0;
		transform:translateY(100%);
	} */
    body #masthead .navbar-collapse ul li{
		/* border-bottom:2px solid var(--white); */
        color: inherit;
	}
    body #masthead .navbar-collapse>ul{
        background:#00000091;
        background:var(--white);
    }
    body #masthead .navbar-collapse.centered.fullwidth>ul{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    body #masthead .navbar-collapse.centered.fullwidth>ul>li{
        flex-grow:1;
    }
    #primary-menu-footer .nav-item a.nav-link,
	#primary-menu .nav-item a.nav-link {
		text-align: center;
    	justify-content: center;
		width:100%;
	}
    ul.navbar-nav>li.spacer{
        display:block!important;
        width:var(--container-margin);
        flex-grow:0!important;
    }
    ul.navbar-nav>li.spacer a{
        display:none!important;
    }
    .spacer-left{
        border-left:0!important;
    }
    .spacer-right{
        border-right:0!important;
    }
}
@media(min-width:1200px){
    #masthead #primary-menu-wrap {
        max-width: calc(var(--container-width) - 300px);
        /* overflow: hidden; */
        min-width: calc(var(--container-width) - 300px);
    }
}


/*DISPLAY_HEADER*/
#s_header .caption-right .col-12{
    display:flex;
    justify-content: flex-end;
}
#s_header.animation-ended .header-caption{
    opacity:1!important;
}

section.rot-section{
    overflow:visible;
    max-width:100%;
    position:relative;

}
section.rot-section>.container{
    /* opacity:1;
    top:1.5rem;
    transition:opacity .7s, top .7s;
    transition-delay:.2s; */
    position:relative;
}
section.rot-section.been-in-scope>.container{
    /* opacity:1; */
    top:0;
}
.section-links:not(.s-quicklinks){
    justify-content:center;
}





/*SPLIT CONTENT SONDERLÖSUNG HACKL*/

section.rot-section.split-content-img .split-content-col{
    min-height: 0;
    position: static;
    z-index: 2;
}
section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
    position: absolute;
    padding: 2rem;
    left: calc((100% / 12 * 2) + var(--container-margin));
    top: 14rem;
    background: var(--warmwhite);
    color: var(--text);
    width: calc(100% / 12 * 10 - 0px);
}
section.rot-section.split-content-img:not(.split-strict) .content-row:not(.order-swapped) .split-inner-row{
    left:0;
}
@media(min-width:768px){
    section.rot-section.split-content-img:not(.split-strict) .split-inner-row{
        left: calc(100% / 12 * 3);
        width: calc(100% / 12 * 9 - 0px);
    }
    section.rot-section.split-content-img:not(.split-strict) .content-row:not(.order-swapped) .split-inner-row{
        left:var(--container-margin);
        width: calc(100% / 12 * 9 - 0px);
    }
    section.rot-section.split-content-img:not(.split-strict) .split-content-col{
        min-height: 18rem;
    }
}
section.before-bg-text:before{
    content:'';
    top:-1px;
    left:0;
    background:var(--text);
    width:100%;
    height:8rem;
    z-index:0;
    position: absolute;
    display:block;
}
.modal-inner p{
    font-weight: 400;
}

/*SLIDER hackl*/
@media(min-width:992px){
    .gal-slider-item{
        border-left: 2px solid var(--white);
        border-right: 2px solid var(--white);
    }
}

/*LEISTUNGEN sonderlösung Hackl*/
figure.rot-img-relative.portrait{
    padding-bottom:120%;
}
.l-imgs-row .l-content{
    padding:2rem;
}
figure.rot-img-relative.l-img{
    padding-bottom:18rem;
}
figure.rot-img-relative#l_img_2{
    margin-bottom:2rem;
}
@media(min-width:768px){
    figure.rot-img-relative#l_img_1,
    figure.rot-img-relative#l_img_1,
    figure.rot-img-relative#l_img_3{
        min-height:27rem;
    }
    figure.rot-img-relative#l_img_2{
        padding-bottom:0;
    }
    .l-imgs-row .l-content,
    figure.rot-img-relative#l_img_2{
        height:auto;
        min-height:16rem;
        /* border: 2px dotted red; */
    }
    .l-imgs-row>.second-col{
        flex-wrap: wrap;
        display: flex;
    }
    .l-imgs-row .l-content{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .l-imgs-row .l-content{
        padding:3rem;
    }
}



/*TYPO*/
body.page-template-default h1.h2,
body.page-template-default .h1,
body.page-template-default h1{
    margin-bottom:1.7rem;
}
body h1.page-h1{
    margin-bottom:0.7rem;
}

body .h2,
body h2{
    margin-bottom:1.7rem;
}
body.page-template-default .h2,
body.page-template-default h2{
    margin-bottom:.5rem;
    margin-top:1.7rem;
}
body .lead h2, body .lead .h2{
    font-weight:700;
    margin-bottom:.1rem;
}
/*post - subtitle*/
.post-h span.theme-h-sm{
    display: block;
    font-size: var(--regular-p-size);
    margin-top: 0.75rem;
}
body.page-template-default h1+h2{
    margin-top:0;
}


/*ACCORDION*/
.h-col,
.acc-img-col{
    min-height:300px;
}
.rot-acc.accordion h3,
.rot-acc.accordion .h3{
    transition:text-decoration .4s;
    font-weight:500;
}
.rot-acc.accordion.active h3,
.rot-acc.accordion.active .h3{
    text-decoration:underline;
}

@media(max-width:767.98px){
    .acc-img-row>.acc-img-col{display:none!important;}
    .rot-acc.accordion{margin-right: 2.1rem;}
    .rot-acc-content.panel p {margin-right: 0;}
    .rot-acc.accordion h3,
    .rot-acc.accordion .h3{max-width:calc(100% - 50px);}
    .rot-acc.accordion i {
        transform: rotate(-90deg);
    }
    .rot-acc.accordion.active i {
        transform: rotate(0deg);
    }

}
@media(min-width:768px){
    .acc-img-row>.acc-img-col{
        display:block;
        margin-top: -4.3rem;
    }
    .acc-img-row>.h-col .rot-acc-content.panel{
        display:none!important;
    }
    .rot-acc.accordion {
        flex-wrap: nowrap;
    }
}


/*FOOTER*/
#site-footer {
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
    border-top:4px solid var(--primary-light);
}
#content.site-content{
    z-index:2;
    /* margin-bottom:20rem; */
}

/*IMAGES inline - absolute*/
/*und imgs fullwidth*/
section.rot-section:not(#s_header){
    /* overflow:hidden; */
}



body #BorlabsCookieBoxWidget svg {
    color:var(--primary);
    opacity:.7;
}
body .BorlabsCookie._brlbs-cb-googlemaps,
body .BorlabsCookie ._brlbs-content-blocker,
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps {
    height: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}
body .BorlabsCookie ._brlbs-embed._brlbs-google-maps img{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}


@media(min-width:1200px){
    section.rot-section>.container{
        /* transform:scale(.93); */
        transition:transform .4s;

    }
    /* section.rot-section:not(#s_header):not(.in-scope)>.container{
        transform:scale(.9);
        transition:transform .4s;

    }
    section.rot-section.in-scope>.container{
        transform:scale(1.00);
    } */
}
.rot-cpt-tabs-wrap  .second-nav{
    font-size: 2.4rem;
    position: absolute;
    left: calc(100% / 12 *6);
    transform: translate(calc(0px - 100% - 2rem), -100%);
    color: var(--secondary);
}

.second-nav .nav-item-1{
    margin-right:1rem;
}
.second-nav .nav-item-2:before,
.second-nav .nav-item-1:before{
    content: '\f053';
    background: var(--text);
    color: var(--white);
    width: 38px;
    height: 58px;
    position: absolute;
    transform-origin: center;
    border: 2px solid var(--white);
    border-radius: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 2;
    transform: rotate(90deg)!important;
    /* margin-left: 1rem; */
    /* margin-right: 1rem; */
    /* top: 50%; */
    /* left: 50%; */
    padding: 0.4rem;
    right: auto;
    bottom: auto;
    transition: outline-color .4s, color .4s, background-color .4s;
    cursor:pointer;
}
.second-nav .nav-item-2:before{
    transform: rotate(-90deg)!important;
}
.second-nav .nav-item-1:hover:before,
.second-nav .nav-item-2:hover:before{
    outline-color: var(--primary);
    color: var(--primary);
    background-color: var(--primary-hover);
    color: var(--white);
}

/*FOOTER*/
.rot-btn-grp>div{
    display:inline-block;
    margin:0 .25rem;
}
.rot-btn-grp{
    text-align:center;
}
#s_contact_footer .c-h{
    text-align:center;
}
#s_contact_footer p{
    font-family:var(--sans);
}
#site-footer .rot-svg-relative{
    width:280px;
}
ul#primary-menu .contact-wrap,
#site-footer .contact-wrap{
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    justify-content: center;
}

ul#primary-menu .contact-wrap>a,
ul#primary-menu .contact-wrap>div,
#site-footer .contact-wrap>a,
#site-footer .contact-wrap>div{
    width:50%;
    text-align:center;
    padding:0 .8rem;
}
ul#primary-menu .contact-wrap>div:not(:last-child),
#site-footer .contact-wrap>div:not(:last-child){
    border-right:1px solid var(--white);
}
#site-footer .contact-wrap>figure {
    margin-bottom: 1.7rem;
    width:100%;
}
#site-footer .contact-wrap>figure>svg {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
ul#primary-menu ul#menu-footernav,
#site-footer ul#menu-footernav-1{
    display:flex;
    column-gap:1rem;
    justify-content: center;
    margin-top: 1rem;
}

@media(min-width:576px){
    #site-footer .contact-wrap>div,
    #site-footer .contact-wrap>figure {
        width:33.3%;
        margin-bottom:0;
        padding: 0 .8rem;
    }
    #site-footer .contact-wrap>div:not(:last-child),
    #site-footer .contact-wrap>figure {
        border-right:1px solid var(--white);
    }
    #site-footer .contact-wrap>figure>svg {
        max-width: 120px;
    }
}
@media(min-width:768px){
    #site-footer .contact-wrap>figure {
        margin-bottom: 0;
    }
}
@media(min-width:992px){

    #site-footer .bottom-footer>div:first-child{
        display: flex;
        justify-content: space-between;
    }
    #site-footer .rot-mnav-footer:first-child{
        max-width: 640px;
        display: inline-block;
        width: 70%;
    }
    #site-footer .rot-mnav-footer:nth-child(2) {
        max-width: 30%;
        display: inline-flex;
        width: 30%;
        justify-content: flex-end;
    }
    #site-footer .contact-wrap{
        max-width:100%;
    }
    #s_contact_footer{
        padding-bottom:4.5rem;
    }
}
body section.pt-theme-section-top.pt-1 {
    padding-top:1.5rem!important;
}

ul#primary-menu .menu-contact-wrap-outer{
    font-family: var(--sans);
    line-height:1.1rem;
}
ul#primary-menu .menu-contact-wrap-outer figure{
    display:none;
}


#s_cta{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}
#s_cta>figure {
    background-position: center;
    background-size: cover;
    position: absolute;
    padding: 0;
}

.bg-img-wrap>figure:after,
#s_cta>figure:after,
.video-wrap-inner:after{
    position:absolute;
    content:'';
    display:block;
    height:100%;
    width:100%;
    left:0;
    top:0;
    background:var(--primary-transparent);
}
#s_cta .narrow{
    margin-left:auto;
    margin-right:auto;
}
#s_cta .section-cta{
    border-radius:24px;
}
#s_cta .section-cta h3{
    border-radius:24px;
    font-weight: 700;
    color: var(--grey-light);
}
#s_cta .section-cta h3{
    border-radius:24px;
    font-weight: 700;
    color: var(--grey-light);
    font-size:26px;
}





















/*RETTER RETTER*/
section{
    background:white;
}
.h-h-wrap{
    opacity:0;
    max-height:0px;
    overflow:hidden;
}


@media(min-width:576px){
    body .rot-term-item .rot-term-label {
        text-align: center;
    }
}
section#s_header.rot-section{
    padding-top:1.5rem;
    padding-bottom:1.5rem;
}
#s_header .rkp-h-caption .col-12{
    margin-bottom:0;
}
#s_header .caption-content-col{
    max-width: 40rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
}
/* .header-caption-content p{
    font-size:24px;
    line-height:1.45em;
    font-weight:300;
    hyphens: none;
} */
.header-caption-content img{
    width:100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
}
@media(min-width:992px){
    .header-caption-content img{
        max-width: 480px;
    }
}
#s_retter_form{
    z-index:10;
}
.retter-form-btn,
.retter-form-submit[type=submit],
.retter-form-btn.retter-form-submit[type=submit] {
    height: auto;
    padding: var(--btn-padding-lg);
    height: auto;
    border-radius: var(--btn-border-radius);
    font-size: 17px;
    background:var(--gradient);
    color:white;
}

.rot-term-item-_sports h3{
    color:var(--text);
    font-weight:400;
}


@media(min-width:1900px){
    #s_sportarten+.after-s-svg svg>g>path:first-child{
        display:none;
    }
}
.after-s-svg{
    padding-bottom:1rem;
}

.h3.h3-light,
h3.h3-light{
    font-weight: 400;
    color: var(--text);
    margin-bottom: 1rem;
    font-size:var(--h3-light-size);
}
.rot-icon-circle{
    display: inline-block;
    width: 4rem;
    height: 4rem;
}
.rot-icon-circle svg{
    height:100%;
    width:100%;
}
.pix-flex-vertical figure>img{
    object-position: 50% 20%;
}


@media(min-width:1024.02px){
    form .retter-form-kalender .retter-form-control.control-pos-abs {
        left: 0%;
        max-width: 192px;
    }
    .retter-form-kalender .control-pos-abs .retter-form-item input:not([type="button"]):not([type="submit"]):not([type="checkbox"]) {
        max-width: 130px;
        padding-left: 0!important;
        margin-right: 10px;
    }
}

@media(min-width:1600px){
    form .retter-form-kalender .retter-form-control.control-pos-abs {
        left: 14%;
        max-width: 192px;
    }
    .retter-form-kalender .control-pos-abs .retter-form-item input:not([type="button"]):not([type="submit"]):not([type="checkbox"]) {
        max-width: 130px;
        padding-left: 0!important;
        margin-right: 10px;
    }
    .retter-form-kalender .control-pos-abs .retter-form-item {
        padding-right: 0;
        margin-left: 0rem;
    }
}

/*NEWSLETTER_FORM*/
.rot-nl-form input[type="email"]::placeholder{
    color:var(--primary-light);
}
.rot-nl-form input[type="email"]{
    border-color: transparent;
    color:var(--primary);
}
#slider_gal.rot-section{
    margin-bottom:4rem;
}
#site-footer nav{
    display:flex;
    justify-content:flex-start;
    align-items:center;
}
#site-footer nav>ul>li{
    flex:0 0 100%;
    max-width:100%;
}
#site-footer .lower-col nav>ul{
    gap:1rem;
    display: flex;
    justify-content: flex-end;
}

#site-footer .lower-col nav>ul>li{
    flex:0 0 auto;
    max-width:50%;
}
#site-footer .open p {
    color: var(--primary-lightestest);
    margin-bottom: var(--regular-p-mb)!important;
    font-weight: 300;
}
@media(min-width:1200px){
    #site-footer .social-bar{
        text-align:right;
        margin-right:0;
        padding-right:0;
    }
    #site-footer .social-bar a:last-child{
        padding-right:0;
        margin-right:0;
    }
}
#site-footer .social-bar>a{
    font-size:2rem;
}
#site-footer i.la-instagram{
    font-size: 2.4rem;
    line-height: 1;
    top: 0.275rem;
    position: relative;
}
#site-footer .lower-col{
    border-top:1px solid var(--primary-light);
    padding-top:1rem;
    margin-bottom:0;
}
#site-footer .lower-col a:visited,
#site-footer .lower-col a,
#site-footer .lower-col ul,
#site-footer .lower-col p{
    font-size:var(--small-p-size);
    color:var(--primary-lightest);
    margin-bottom:0;
}

#site-footer .lower-col a:hover{
    color:white;
    color:var(--primary-light);
}
#site-footer .row>.lower-col:first-of-type{
    border-width:0;
}
#site-footer .nl-col,
#site-footer .menues-col{
    padding-bottom:1rem;
    border-bottom:1px solid var(--primary-light);
}
#site-footer .social-col .placeholder-p{
    max-height:0px;
    margin-bottom:0;
}
@media(min-width:768px){
    #site-footer .menues-col{
        padding-bottom:0rem;
        border-width:0;
    }
}
@media(min-width:992px){
    #site-footer .menues-col{
        border-width:1px;
    }

    #site-footer .logo-col{
        border-bottom:1px solid var(--primary-light);
    }
    #site-footer .row>.lower-col:first-of-type{
        border-width:1px;
    }
}

.single h3{
    font-size:1.5rem;
    line-height:1.1;
    font-weight:400;
}
.single h3:not(.blue){
    color:var(--text-medium);
}

.rc-col-66 div>h3.mb-3{
    margin-bottom:1rem!important;
}
.rc-col-66 div>h3:first-child:last-child{
    margin-top: -12px;
    top: 12px;
    position: relative;
}

.content-liste p{
    margin-bottom:0;
}

.blue-item.h3~p {
    padding-bottom: .6rem;
    padding-left: 2.4rem;
}
div>.blue-item.h3:not(:first-child){
    padding-top:.2rem;
}
#s_team .rc-col-66>.section-lead{
    margin-top:0;
}
