
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=f6bdb397-883b-4cae-b710-1305f0031129&fontids=1475536,1475542");
@font-face{
    font-family:"Avenir LT W04_65 Medium1475536";
    src:url("Fonts/1475536/7839a002-2019-46e4-8db8-c8335356ceee.woff2") format("woff2"),url("Fonts/1475536/28433854-a1b7-4a30-b6a4-10c3a5c75494.woff") format("woff");
}
@font-face{
    font-family:"Avenir LT W04_65 Medium1475542";
    src:url("Fonts/1475542/4e89beca-e104-42f2-b069-115eba961f22.woff2") format("woff2"),url("Fonts/1475542/728b12a3-0bd7-4f4b-89d2-42cf7c346f67.woff") format("woff");
}


	
	
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}









/* @group General settings */




/*@font-face {
	font-family: "Circular";
	src: url(CircularStd-Book.otf);
}
@font-face {
	font-family: "CircularItalic";
	src: url(CircularStd-BookItalic.otf);
}*/

html, body {
	width: 100%;
	height: 100%;
}


html, body, * {
    font-family:"Avenir LT W04_65 Medium1475536";
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.5px;
}

em {
	font-family:"Avenir LT W04_65 Medium1475542";
	font-style: normal;
	font-size: 18px;
}

p{
    font-size: 1.2rem;
    line-height: 1.6rem;
}
@media screen and (max-width:1300px){
    p{
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

}

strong {
	/*text-decoration: underline;*/
	/*font-weight: 700;*/
    color: #FE8E14;
}

nav a, .quote {
	color: white;
}

h1, .intro p, h3, h2 {
	font-size: 1.7em;
	line-height: 1.2em;
}
a {
	color: black;
}
h2 a {
	text-decoration: none;
}
h2:hover a {
	text-decoration: underline;
}
h2:hover .arrow-right,
span.mehr:hover .arrow-right {
	transform: translate(5px, 0);
}
h2:hover .arrow-left {
	transform: translate(-5px, 0);
}
.quote * {
    font-size: 2.6rem;
    line-height: 1.3em;
}
.quote p{
    display: none;
}
.arrow-right {
	padding-left: 10px;
	transition: transform .3s ease;
}
.arrow-left {
	padding-right: 10px;
	transition: transform .3s ease;
}
span.mehr .arrow-right {
	height: 15px;
	width: auto;
}



.fixed-container {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.background {
	width: 100vw;
	height: 100vh;
	
}
.background img {
	height: 100%;
	width: 100%;
	object-fit: cover
}


nav ul{
	position: absolute;
	bottom: 80px;
	left: 50px;
}

nav ul li a {
	line-height: 2.5em;
	text-decoration: none;
	color: #ffffff;
	transition: color .2s;
}
nav ul li a.active,
nav ul li a:hover,
nav ul li a:active {
	color: #FE8E14;
	/*border-bottom: 1px solid #fff;*/
}
nav ul li a.active,
nav ul li a:hover,
nav ul li a:active {
	
}
.logo {
	position: absolute;
	top: 110px;
	left: 40px;
	/*transform: rotate(-90deg);*/
	width: 50px;
	height: auto;
}
@media screen and (max-height: 750px){
    .logo {
        top: 50px;
    }
    nav ul{
        bottom: 50px;
    }
    nav ul li a {
        line-height: 2em;
    }
}
/*.logo span {
	font-size: 2em;
	font-weight: bold;
}*/


.quote {
	position: absolute;
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
    max-width: 1140px;
}

section {
	position: relative;
	background-color: #F5E4D4;
	max-width: 1000px;
	width: 50%;
	padding: 80px;
	margin: 5px auto 0;
}
section:first-of-type {
	margin-top: 0;
}
section.home {
	margin-top: 100vh;
}

/* @end */









/* @group Startseite */


h1 {
	margin-bottom: 50px;
}

.drawers {
	margin-top: 80px;	
}
.drawer {
	border-top: 2px solid black;
}
.drawer h3 {
	padding: 10px 0;
	cursor: pointer;
}
.drawer h3:hover {
	color: #FE8E14;
}
span.plus {
	float: right;
}
.drawer-content {
	padding: 20px 0 50px;
	max-height: 1000px;
}
.drawer-image {
	padding: 30px 0 0;
}
.drawer-image img {
	width: 100%;
	height: auto;
}

.scroll {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50px, 0);
	width: 100px;
	text-align: center;
	color: white;
	padding: 20px;
	cursor: pointer;
}
.scroll:hover .scroll-bar {
	height: 20px;
	background-color: #FE8E14;
}
.scroll:hover {
	color: #FE8E14;
}
.scroll-bar {
	position: relative;
	display: block;
	width: 2px;
	left: 50%;
	height: 44px;
	background-color: white;
	margin-top: 10px;
	transition: height .3s ease;
}

/* @end */






/* @group Rolfer */

.rolfer-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}


.rolfer {
    margin-bottom: 50px;
    display: flex;
    transition: background-color .3s ease;
}
/*.rolfer:hover {
	background-color: #E8D6C4;
}*/
.rolfer-portrait {
	width: 20%;
	height: auto;
	margin-right: 40px;
	filter: grayscale(100%) sepia(15%);
}
.rolfer-portrait img {
	width: 100%;
	height: auto;
	display: block;
}
.rolfer-text {
	width: calc(80% - 40px);
	border-top: 2px solid black;
}
.rolfer-text h2 {
	padding: 10px 0 20px;
}
.first-text {
	position: relative;
}
.first-text p {
	margin-bottom: 1em;
}
span.mehr {
	position: absolute;
	right: 0;
	bottom: 0;
}
span.mehr a{
	float: right;
	margin: 20px 0 0 0;
	cursor: pointer;
	text-decoration: none;
}
span.mehr:hover a{
	text-decoration: underline;
}
div.second-text {
    margin-bottom: 40px;
    margin-top: 60px;
}
div.second-text p{
	margin-bottom: 1em;
}
.second-text img{
    width: 100%;
}



/* @end */










/* @group FAQ */

.drawer-content-faq {
	display: flex;
	align-items: flex-start;
}
.drawer-image-faq {
	width: 200px;
	height: auto;
	padding: 0;
	margin-right: 40px;
}
.drawer-image-faq img{
	width: 100%;
	height: auto;
}
.drawer-text-faq {
	width: calc(100% - 240px);
	height: auto;
	padding: 0 40px 0 0;
}
.drawer-text-faq.wide {
	width: calc(100%);
}

/* @end */

.hamburger{
    display: none;
}

nav.desktop{
    display: block;
}
nav.mobile{
   display: none; 
}











@media screen and (max-width: 1000px){
    nav ul {
        left: 20px;
    }
    .logo {
        left: 20px;
    }
}






















@media screen and (max-width: 900px){
    html, body, * {
        font-size: 16px;
    }
    section {
        position: relative;
        background-color: #F5E4D4;
        max-width: auto;
        width: calc(100% - 40px);
        padding: 20px;
        margin: 0;
    }
    h1, .intro p, h3, h2 {
        font-size: 1.4em;
        line-height: 1.2em;
        hyphens: auto;
    }
    h1 {
        margin-bottom: 25px;
    }
    .drawers {
        margin-top: 50px;
    }
    .drawer-content {
        padding: 20px 0 25px;
        max-height: 1500px;
    }
    .arrow-right {
        height: 15px;
    }
    .arrow-left {
        height: 15px;
    }
    .quote {
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .quote * {
        font-size: 1.7rem;
        line-height: 1.3em;
    }
/*
    .logo {
        position: absolute;
        top: 40px;
        left: 20px;
        width: 40px;
        height: auto;
    }
*/
    .logo {
        position: absolute;
        top: -220px;
        left: 20px;
        transform: rotate(90deg);
        width: 30px;
        height: auto;
        transform-origin: bottom left;
    }
    nav ul {
        position: fixed;
        bottom: auto;
        left: 0;
        z-index: 10;
        font-size: 1.5em;
        top: 0;
        background-color: #F5E4D4;
        width: 100%;
        padding: 10px 20px;
        /* border-top: 2px solid black; */
        height: 100%;
        transform: translate(100%,0);
        transition: transform 0.4s ease-out;
    }
    nav.active ul{
        transform: translate(0, 0);
    }
    nav ul li a ,
    nav.mobile ul li{
        color: #000;
    }
    .scroll {
        transform: translate(-70px, 0);
    }
    .rolfer {
        margin-bottom: 50px;
        display: block;
    }
    .rolfer-title {
        display: block;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .rolfer-portrait {
        width: 30%;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .rolfer-text {
        width: calc(100% - 0px);
        border-top: 2px solid black;
    }
    span.mehr {
        position: relative;
        left: 0;
        bottom: 0;
        right: auto;
    }
    span.mehr a {
        float: left;
        margin: 20px 0 100px 0;
        cursor: pointer;
        text-decoration: none;
        font-size: 1.3em;
    }
    
    
    .hamburger{
        display: block;
        position: absolute;
        z-index: 100;
        width: 40px;
        height: 40px;
        background: rgba(0,0,0,0);
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .hamburger.active{
        position: fixed;
    }
    .bar{
        position: absolute;
        top: 10px;
        display: block;
        width: 30px;
        height: 2px;
        right: 0;
        transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, background 0.2s ease-in-out;
        background: black;
    }
    #bar1{
        transform: translate(0,-8px);
    }
    #bar3{
        transform: translate(0,8px);
    }
    /*.active #bar2{
        opacity: 0;
    }*/
    .active #bar1{
        transform: translate(0,0) rotate(45deg);
    }
    .active #bar2{
        transform: translate(0,0) rotate(45deg);
        opacity: 0;
    }
    .active #bar3{
        transform: translate(0,0) rotate(-45deg);
    }
    nav.desktop{
        display: none;
    }
    nav.mobile{
       display: block; 
    }
    .drawer-content-faq {
        display: block;
    }
    .drawer-image-faq {
        width: 100%;
        margin-right: auto;
    }
    .drawer-text-faq {
        width: 100%;
        height: auto;
        padding: 20px 0 0 0;
    }
}







.mCCF--light {
    background-color: #F5E4D4;
    color: #000;
    display: flex;
    justify-content: space-between;
}

.mCCF--light.mCCF--bottom {
    box-shadow: 3px -3px 6px #0001;
}

.mCCF--top, .mCCF--bottom {
    right: calc(25% - 80px);
    left: calc(25% - 80px);
}

.mCCF__accept {
    border-radius: 0;
    border: 1px solid black;
    cursor: pointer;
    float: none;
    order: 2;
    font-size: .9em;
    /* margin-left: 1em; */
    padding: 0.4em 2em;
    /* margin-top: 0.5em; */
}

.mCCF--light .mCCF__accept {
    color: black;
    background: none;
}
.mCCF--light .mCCF__accept:hover{
    background: white;
}

@media screen and (max-width: 600px) {
    .mCCF--light {
        flex-direction: column;
    }
    .mCCF__accept {
        margin-left: 0;
        margin-top: 10px;
    }
}