


section#s_header{
    position: relative;
    width: 100%;
    z-index: 2;
    /* overflow:hidden; */
    display:block;
    /* align-items: center; */
    align-items: flex-end;
}
body.home section#s_header{
    position:fixed;
    padding-top:calc(var(--admin-bar-height));
    top:0;
}
body.home #primary{
    margin-top: calc(var(--display-header-min-h) + var(--header-height) + 2rem + 182px);
    z-index: 3;
    position: relative;
    background: white;
}
@media(min-width:992px){
    body.home #primary {
        margin-top: calc(var(--display-header-min-h) + var(--header-height) + 2rem + 148px);
    }
}
@media(min-width:1200px){
    body.home #primary{
        margin-top: calc(var(--display-header-min-h) + var(--header-height) + 2rem);
    }
}

section#s_header:before {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    display:block;
    width: 100%;
    height: 100%;
    /* background: -moz-linear-gradient(top, rgba(0,0,0,0.17) 0%, rgba(0,0,0,0) 46%, rgba(0,0,0,0.13) 99%, rgba(0,0,0,0.13) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.17) 0%,rgba(0,0,0,0) 46%,rgba(0,0,0,0.13) 99%,rgba(0,0,0,0.13) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.31) 0%,rgba(0,0,0,0) 46%,rgba(0,0,0,0.53) 99%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b000000', endColorstr='#21000000',GradientType=0 ); */
}
body.single section#s_header{
    display:block;
}
section#s_header.dark #h_video:after {
    display: block;
    content: '';
    top: auto;
    left: 0;
    width: 100%;
    height: 40%;
    position: absolute;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(23 23 75) 100%);
    bottom: 0;
    opacity: 0.3;
    pointer-events: none;
}
section#s_header.bg-dark{
    background:var(--text);
}
section#s_header.has-bg-img{
    background:var(--text);
    background-size: cover;
    /* background-size: 1600px; */

}
.section-cta .section-h{
    font-size:8.4vw;
    text-transform:none;
}
section#s_header .theme-h {
    display: inline-block;
    font-weight: 600;
    line-height: .95;
    hyphens: auto;
    font-size: 2.8rem;
    color: var(--white);
    text-transform: none;
    position: relative;
    text-align: right;
    letter-spacing: 0.02em;
    margin-bottom:1.1rem;
}

section#s_header div.lead,
section#s_header p.lead,
section#s_header .lead p {
    line-height: 1.4;
    font-size: 1.5rem;
    font-weight: 300;
}

#s_header .rkp-h-logo{
    max-width:52vw;
    display:inline-block;
    position:relative;
    margin-bottom:1.4vw;
}

figure.rot-inline-icon a{
	position:relative;
    transition:background-color .4s, color .4s, border-color .4s;
    transition:font-size .4s, background-color .4s, border-color .4s;
    transition-timing-function: cubic-bezier(1,.01,.81,.23);
}
figure.rot-inline-icon a:hover{
	background-color:var(--primary-hover);
}
section.rot-section .rot-inline-icon{
    font-size: 100px;
    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;
}
section.rot-section .rot-inline-icon.smaller-icon,
section.rot-section .rot-inline-icon.small-icon {

    width: auto;
    display: inline-block;
    left:0;
}
section.rot-section .rot-inline-icon.smaller-icon a,
section.rot-section .rot-inline-icon.small-icon a{
    width: auto;
    display: inline-block;
    overflow:hidden;
}
section.rot-section .rot-inline-icon.smaller-icon a{
    font-size:inherit;
}
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 .rkp-h-caption,
section#s_header .header-caption-content,
section#s_header .header-caption{
    pointer-events:none!important;
}
section#s_header .rkp-h-caption .mute-vid{
    pointer-events:all!important;
}
body:not(.home) section#s_header .rkp-h-caption .mute-vid{
    display:none;
}

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

@media(min-width:576px){
    section#s_header .theme-h {
        font-size: 3rem;
    }
}
@media(min-width:768px){
    section#s_header .theme-h {
        font-size: 4rem;
    }
}
@media(min-width:992px){
    section#s_header .theme-h {
        font-size: 5rem;
    }
    section#s_header div.lead, section#s_header p.lead, section#s_header .lead p {
        font-size: 1.5rem;
    }

}
@media(min-width:1200px){
    section#s_header .theme-h {
        font-size: 5.5rem;
    }

    .h-h-wrap{
        display: flex;
        align-items: flex-end;
    }
    section#s_header.has-bg-img{
        background-size: cover;
    }
}
@media(min-width:1440px){

    section#s_header div.lead, section#s_header p.lead, section#s_header .lead p {
		font-size: 1.7rem;
		line-height: 1.27;
		padding-right: 8rem;
	}
}
@media(min-width:1600px){
    section#s_header .theme-h {
        font-size: 6.5rem;
        margin-bottom:2rem;
    }
}
@media(min-width:1820px){

}
@media(min-width:1980px){
    section#s_header.has-bg-img{
        background-size: cover;
    }
    section#s_header .theme-h {
        font-size: 7rem;
    }

}

body .h3.decent {
	width: fit-content;
    /* padding-bottom: 1rem; */
    /* border-bottom: 2px solid var(--text); */
    /* text-transform: uppercase; */
    font-size: .85rem;
    font-weight: 600;
	letter-spacing:.05em;
}
@media(min-width:992px){
	body .h3.decent {
		font-size: .85rem;
	}

}

.rkp-h-caption{
    z-index:4;
}

section#s_header .h-h-wrap,
section#s_header .header-caption-content{
    opacity:0;
    pointer-events:none;
    transition:opacity 2.5s;
    z-index: 3;

}
section#s_header.animation-ended .h-h-wrap,
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: fade-in 2.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 2.5s cubic-bezier(0.64, 0, 0.78, 0) 1s 1 normal forwards;

}

body{
    --indicator-height:4rem;
    --indicator-top:calc(00% - 1.5rem);
}
section .indicator{
    position:absolute;
    top: var(--indicator-top);
    left:50%;
    height:0rem;
    width:.15rem;
    background:var(--warmwhite);
    transform:translateX(-50%);
    z-index:3;

    /* transition:height .4s;
    transition-delay:1s; */
}
section.first-section .indicator{
    display:none;
}
section#s_header .indicator{
    --indicator-top:calc(100% - 1.5rem);
}
section.trigger-indicator+section .indicator,
section.animation-ended .indicator{
    animation: height-bounce-sm 2.5s cubic-bezier(0.16, 1, 0.3, 1) 2.4s 1 normal forwards;
}
section.trigger-indicator+section .indicator{
    animation-delay: 0s;
}
section:nth-child(1).trigger-indicator+section .indicator{
    animation-delay: 0.2s;
}
section:nth-child(2).trigger-indicator+section .indicator{
    animation-delay: 0.4s;
}
section:nth-child(3).trigger-indicator+section .indicator{
    animation-delay: 0.6s;
}
section:nth-child(4).trigger-indicator+section .indicator{
    animation-delay: 0.8s;
}
section:nth-child(5).trigger-indicator+section .indicator{
    animation-delay: 0.2s;
}
section:nth-child(6).trigger-indicator+section .indicator{
    animation-delay: 0.4s;
}
@media(min-width:576px){
    body{
        --indicator-height:5rem;
        --indicator-top:calc(00% - 1rem);
    }
    section.animation-ended .indicator{
        animation: height-bounce 3s cubic-bezier(0.16, 1, 0.3, 1) 1.9s 1 normal forwards;
    }
    section#s_header .indicator{
        --indicator-top:calc(100% - 3rem);
    }
}
@media(min-width:992px){
    body{
        --indicator-height:5rem;
        --indicator-top:calc(00% - 1rem);
    }
    section.animation-ended .indicator{
        animation: height-bounce-lg 3s cubic-bezier(0.16, 1, 0.3, 1) 1.9s 1 normal forwards;
    }
    section#s_header .indicator{
        --indicator-top:calc(100% - 3rem);
    }
}


@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;
	}
}
@keyframes fade-in-left {
	0% {
        opacity:0;
        transform: skewX(50deg);
        left:-100vw;
        pointer-events:none;
	}
    60%{
        transform:  skewX(50deg);
        opacity:1;
    }
	100% {
        opacity:1;
        transform: skewX(0deg);
        left:calc(100% - var(--car-size) - 2rem);
        pointer-events:none;
	}
}
@keyframes fade-in-left-line {
	0% {
        opacity:0;
        height:0;
        pointer-events:none;
        left: -100vw;
	}
    60%{
        opacity:1;
        height:6px;
        left:0;
    }
	100% {
        opacity:1;
        height:6px;
        left:0;
	}
}
@keyframes fade-in-right-line {
	0% {
        opacity:0;
        height:0;
        pointer-events:none;
        right: -100vw;
	}
    60%{
        opacity:1;
        height:6px;
        right:0;
    }
	100% {
        opacity:1;
        height:6px;
        right:0;
	}
}

@keyframes height-bounce-sm {
	0% {
        opacity:0;
        height:0;
        pointer-events:none;

	}
    62%{
        opacity:1;
        /* height:3.3rem; */
    }
	100% {
        height:4rem;
	}
}
@keyframes height-bounce {
	0% {
        opacity:0;
        height:0;
        pointer-events:none;

	}
    62%{
        opacity:1;
        /* height:3.3rem; */
    }
	100% {
        height:5rem;
	}
}
@keyframes height-bounce-lg {
	0% {
        opacity:0;
        height:0;
        pointer-events:none;

	}
    62%{
        opacity:1;
        /* height:3.3rem; */
    }
	100% {
        height:5rem;
	}
}




bady header#masthead.whitened.has-item-active:before{
    background:var(--bg-transparent-light);
}


.simple-header{
	padding-top: var(--header-height);
    padding-left: var(--container-margin);
    padding-right: var(--container-margin);
}
.simple-header .header-inner {
    display: flex;
    position: relative;
    min-height: var(--display-header-min-h);
    align-items: center;
}
body.single .simple-header .header-inner{
	min-height:400px;
}

.simple-header .rot-img-absolute{
	position:absolute;
	margin-left: 25%;
	width:75%;
}
body.single .simple-header .rot-img-absolute{
	padding-bottom:0;
}
body.single .header-inner{
	padding-top:3rem;
	padding-bottom:3rem;
}
.simple-header .title-wrap {
    background: white;
	background:#ffffffd4;
    color: var(--text);
    z-index: 2;
    padding: 0 var(--title-wrap-padding) var(--title-wrap-padding) 0;
	position:relative;
}
.simple-header .title-wrap h1,
.simple-header .title-wrap p,
.simple-header .title-wrap div{
	color:inherit!important;
}
body.single .simple-header .title-wrap{
	padding-bottom: 0;
}
body.single .simple-header .title-wrap .h1 {
    min-height: 68px;
    color: var(--grey-lightest)!important;
    padding-bottom: 0;
    text-transform: uppercase;
	font-weight: 100;
	letter-spacing:.05em;
}
body .simple-header .title-wrap h1{
	min-height: 65px;
	margin-bottom: 0;
	overflow: visible;
	padding-bottom:.4rem;
	max-width:68vw;
	min-width:5.3em;
}
body.single .title-wrap .h1:after,
body .simple-header .title-wrap h1:before{
	display:none;
}
.simple-header .title-wrap .bird:before{
	width:100%;
	height:100%;
}

.content-top-wrap>.inner{
	padding-left:var(--container-margin);
	padding-right:var(--container-margin);
}

#vogel3 {
    position: absolute;
    width: 44px;
    height: calc(var(--display-header-min-h) + 200px);
    left: calc(var(--container-margin) + 0rem);
    z-index: 3;
    top: 0;
    transform: translateY(calc(0px - var(--display-header-min-h) - 18rem));
}

#vogel3 > figure {
	transform: translateY(calc(-2 * var(--display-header-min-h) - 50rem));
	transition: transform 0.6s cubic-bezier(0.65, -0.05, 0.25, 1.5); /* bouncy easing */
	will-change: transform;
}


@media(min-width:576px){
    #vogel3{
        width: 48px;
        left: calc(var(--container-margin) + 2rem);
        transform: translateY(calc(0px - var(--display-header-min-h) - 22.8rem));
    }
}
@media(min-width:768px){
    #vogel3{
        width: 54px;
        left: calc(var(--container-margin) + 2rem);
        transform: translateY(calc(0px - var(--display-header-min-h) - 19rem));
    }
}
@media(min-width:992px){
	#masthead ul.navbar-nav{
		/* color:var(--secondary); */
        color:var(--white);
    }
    #masthead.whitened ul.navbar-nav{
		color:var(--text);
    }
}
@media(min-width:1200px){
	body .simple-header .title-wrap h1{
		max-width:10em;
		min-width:9em;
	}
	.simple-header .title-wrap .bird{
		width:60px;
		height:150px;
	}
	.simple-header .title-wrap h1{
		padding-left:71px;
	}
    #vogel3{
        left: var(--container-margin);
        width:58px;
    }
}
@media(min-width:1440px){
	.content-top-wrap>.inner{
        padding-left:var(--container-margin);
        padding-right:var(--container-margin);
    }
	body .simple-header .title-wrap h1 {
		max-width: 14em;
		min-width: 13em;
		justify-content: flex-end;
	}
}



@media(min-width:1500px){
	.simple-header .title-wrap h1{
		padding-left:80px;
	}
    #vogel3{
        width: 80px;
        transform: translateY(calc(0px - var(--display-header-min-h) - 24.4rem));
    }
}
@media(min-width:1820px){
    #vogel3{
        transform: translateY(calc(0px - var(--display-header-min-h) - 31.2rem));
    }
}

@media(min-width:2200px){
	.simple-header .title-wrap h1{
		padding-left:120px;
	}
}

.home #main:before{
	content:'';
	box-shadow: -10px 0px 20px #0000000d;
	width:100%;
	height:50px;
	top: 0;
	display:block;
	position:absolute;
}

body.single .wrap-pseudo-h1 .section-h,
body.single h1.section-h{
	    margin-top: .5rem;
    margin-bottom: 2rem!important;
    font-size: 36px;
    display: flex;
    justify-content: flex-end;
	text-align:right;
}
body.single .rot-header-bg img{
	filter:grayscale(.5);
}