


section#s_header{
    position: relative;
    width: 100%;
    z-index: 2;
    overflow:hidden;
    display:flex;
    align-items:center;
}
body.single section#s_header{
    display:block;
}
section#s_header.bg-dark{
    background:var(--text);
}
section#s_header.has-bg-img{
    background:var(--text);
    background-size: cover;
    background-size: 1600px;

}
section#s_header .theme-h{
    display:inline-block;
    font-weight:700;
    font-size: 8vw;
    line-height: 0.974;
    hyphens: auto;
    /* white-space: break-spaces; */
    font-size:16vw;
}
#s_header .rkp-h-logo{
    max-width:52vw;
    display:inline-block;
    position:relative;
    margin-bottom:1.4vw;
}
section.rot-section .theme-h{
    hyphens: auto;
    /* white-space: break-spaces; */
    display:inline-block;
    font-weight:700;
    font-size:13vw;
    line-height: 0.974;
    margin-bottom: 0.4em;
}
figure.rot-inline-icon a{
	position:relative;
    transition:background-color .4s, color .4s, border-color .4s;
}
figure.rot-inline-icon a:hover{
	background-color:var(--primary-hover);
}
section.rot-section .rot-inline-icon{
    font-size: 128px;
    line-height: 0.6;
    margin-bottom: 0;
    position: relative;
    left: -0.1em;
    color:var(--primary);
}
section.rot-section .rot-inline-icon svg path{
    fill:var(--primary);
}
section.rot-section .rot-inline-icon.small-icon svg path{
    fill:var(--white);
}
section.rot-section .rot-inline-icon svg{
    width:1em;height:1em;
}
.rot-cpt-item-vorteile.list-style-wide-grid .rot-inline-icon.smaller-icon,
section.rot-section .rot-inline-icon.smaller-icon,
section.rot-section .rot-inline-icon.small-icon {
    font-size: 37px;
    width: auto;
    display: inline-block;
    left:0;
}
.rot-cpt-item-vorteile.list-style-wide-grid .rot-inline-icon.smaller-icon a,
section.rot-section .rot-inline-icon.smaller-icon a,
section.rot-section .rot-inline-icon.small-icon a{
    font-size: 48px;
    width: auto;
    display: inline-block;
    overflow:hidden;
    border: .08em solid var(--primary);
    background:var(--primary);
    color: var(--white);
    padding: 0.14em;
    border-radius: 8px;
    transition:font-size .4s, background-color .4s, border-color .4s;
    transition-timing-function: cubic-bezier(1,.01,.81,.23);
}
.rot-cpt-item-vorteile.list-style-wide-grid .rot-inline-icon.smaller-icon{
    margin:0!important;
}
.rot-cpt-item-vorteile.list-style-wide-grid .rot-inline-icon.smaller-icon a{
    line-height:1;
}
.rot-cpt-item-vorteile.list-style-wide-grid .rot-inline-icon.smaller-icon a i{
    color:var(--secondary-lightest);
}
section.rot-section .rot-inline-icon.smaller-icon a{
    font-size:38px;
}
section.rot-section .rot-inline-icon.smaller-icon a:hover,
section.rot-section .rot-inline-icon.small-icon a:hover{
    border: 2px solid var(--primary-hover);
    background-color:var(--primary-hover);
}
section.bg-dark .item-content,
section.bg-dark p,
section.bg-dark h1,
section.bg-dark h2,
section.bg-dark h3,
section.bg-dark h4{
    color:var(--secondary);
}
section#s_header .lead{
    text-transform:uppercase;
}


section#s_header .theme-h.scale-in{
    transform: scale(49.5);
    /* transform-origin: 50% 50%; */
    opacity:0;
}
section#s_header .theme-h.scale-in{
    pointer-events: none;
}
section#s_header.animation-ended .theme-h.scale-in{
    animation: scale-in 1s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 normal forwards;
}
section#s_header.rot-scrollable{
    position: relative;
    max-height:1400px;
}
section.top-section{

}
section#s_header #h_video{
    /* height:calc(100vh - var(--admin-bar-height)); */
    height:100%;
    left: 0%;
    width: 100%;
    top: 0;
    position:absolute;
    opacity: 1;
    /* transform:translate3d(); */
    /* transition: left .5s, opacity .5s; */
}
.vid-removah{
    position: absolute;
    top:0;left:0;height:100%;width:100%;
    background:rgba(0, 0, 0, 0.111);
    display:flex;
    align-items: center;
    justify-content: center;
    padding-top:var(--headerheight);
}
.video-logo svg{
    width: 70vw;
    display: block;
}
.header-links{
    display: flex;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
@media(min-width:576px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 12vw;
    }
    #s_header .rkp-h-logo{
        max-width:37vw;
    }

}
@media(min-width:768px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 10vw;
        font-size:4.4rem;
    }
    #s_header .rkp-h-logo{
        max-width:28vw;
    }
    .video-logo svg{
        width: 60vw;
        display: block;
    }
}
@media(min-width:992px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 10vw;
        font-size:5.2rem;
    }
    section.rot-section .rot-inline-icon{
        font-size: 150px;
        left: -0.08em;
    }
}
@media(min-width:1200px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 8vw;
        font-size:5.2rem;
    }
    #s_header .rkp-h-logo {
        max-width: 20vw;
        margin-bottom: 0;
        margin-right: 2vw;
    }

    .h-h-wrap{
        display: flex;
        align-items: flex-end;
    }

    .video-logo svg{
        width: 45vw;
        display: block;
    }
    section#s_header.has-bg-img{
        background-size: 2000px;
    }
}
@media(min-width:1440px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 7.5vw;
        font-size:5.6rem;
    }
    #s_header .rkp-h-logo {
        max-width: 15vw;
        margin-bottom: 0;
        margin-right: 2vw;
    }
    section.rot-section .section-lead{
        max-width:81%;
    }
}
@media(min-width:1600px){
    section.rot-section .theme-h{
        font-size:4.8rem;
    }
    section#s_header .theme-h{
        font-size: 7.25vw;
        font-size:6rem;
    }
    .video-logo svg{
        width: 36vw;
        display: block;
    }
}
@media(min-width:1820px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 7vw;
        font-size:6.2rem;
    }
}
@media(min-width:1980px){
    section.rot-section .theme-h,
    section#s_header .theme-h{
        font-size: 6.75vw;
        font-size:6.4rem;
    }
    section#s_header.has-bg-img{
        background-size: cover;
    }
}
section#s_header.video-off .vid-removah,
section#s_header.video-off #h_video{
    animation: fade-right-out2 2.5s cubic-bezier(0.64, 0, 0.78, 0) 0s 1 normal forwards;
}

section#s_header .rkp-h-caption{
    pointer-events:none;
}
section#s_header .header-caption-content{
    opacity:0;
    pointer-events:none;
    transition:opacity 2.5s;

}
section#s_header.animation-ended .rkp-h-caption,
section#s_header.animation-ended .header-caption-content{
    opacity:1;
    pointer-events:all;
}
body:not(.home) section#s_header.animation-ended .rkp-h-caption .theme-h,
body:not(.home) section#s_header.animation-ended .rkp-h-logo{
        opacity:0;
        animation: scale-in 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.5s 1 normal forwards;

}
body:not(.home) section#s_header.animation-ended .header-caption-content{
    opacity:0;
    animation: fade-in 1.5s cubic-bezier(0.64, 0, 0.78, 0) 1s 1 normal forwards;

}
section#s_header .video-logo{
    opacity:0;
    pointer-events:none;
    animation: fade-in 1.5s cubic-bezier(0.64, 0, 0.78, 0) 2s 1 normal forwards;
}

/* section.animated-header{
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
} */
/* section.animated-header .primal-header{
    margin-left:0; */
    /* margin-left: -100%; */

    /* width: 100%;
    flex: 0 0 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    height: 100vh;
    min-height: 100%;
} */
@keyframes fade-right-out {
	0% {
		transform: translateX(0);
        opacity:1;
	}

	50% {
		opacity:1;
	}

	100% {
		transform: translateX(100.1%);
        opacity:0;
	}
}
@keyframes fade-right-out2 {
	0% {
        transform: translateX(0) scale(1);
        opacity:1;
	}

	/* 50% {
        opacity:.5;
	} */
    /* 60% {
        transform: translateX(0) scale(1);
    } */
    75% {
        transform: translateX(0) scale(1);
    }
	100% {
		transform: translateX(-100.1%) scale(0);
        opacity:0;
	}
}
@keyframes scale-in {
	0% {
        transform: scale(49.5);
        transform-origin: left;
        opacity:0;
	}

	50% {
		opacity:1;
	}

	100% {
		transform: scale(1);
        opacity:1;
	}
}
@keyframes fade-in {
	0% {
        opacity:0;
        pointer-events:none;
	}

	100% {
        opacity:1;
        pointer-events:all;
	}
}


bady header#masthead.whitened.has-item-active:before{
    background:var(--bg-transparent-light);
}
#masthead ul.navbar-nav{
    /* color:var(--secondary); */
    color:white;
}
#masthead.whitened ul{
    color:var(--text);
}

.rkp-quicklink-item a.h3{
    position:relative;
}
.rkp-quicklink-item a.h3 .acc-trigger{
    position:absolute;
    font-size:1.2rem;
    line-height:.9;
    right:0;
    transform:translateX(2rem);
    color: var(--primary);
}
.rkp-quicklink-item .item-content{
    display:none;
}
@media(min-width:768px){
    .rkp-quicklink-item a.h3 .acc-trigger{
        display: none;
    }
    .rkp-quicklink-item .item-content{
        display:block!important;
    }
}
