* {
    margin: 0;
    padding: 0;
}

body {
    background: url(img/bg-body.png) top left fixed no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #111;
    font-family: bariol;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    text-align: center;
    text-rendering: optimizeLegibility;
    width: 100%;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
}

p {
    line-height: 1.3em;
    text-shadow: 1px 1px 0px #fff;
}
.section p.info {
	font-size: 0.9em;
}

#wrap {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.header {
    background: rgba(242,242,242,0.9);
	background: transparent;
    position: fixed;
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index: 10;
}
.header.overlay {
    background: #f5f5f5;
}
#logo {
    float: left;
    height: 10em;
    padding: 2em;
    transition: all 0.5s linear 0s;
    width: 20%;
    padding-right: 0;
}
.header.overlay #logo {
    height: 5em;
    padding: 1em;
}

#logo a {
    background: url(img/logo-ea.png) left center no-repeat;
    background-size: contain; 
    display: block;
    height: 100%;
    text-indent: 100%;
	overflow: hidden;
    white-space: nowrap;
    width: 80%;
}
nav {
    float: right;
    margin-top: 3em;
    padding: 2em;
    text-align: right;
    transition: all 0.5s linear 0s;
    width: 65%;
    padding-left: 0;
}
.header.overlay nav {
    margin-top: 0.75em;
    padding: 1em;
}
nav ul {
    list-style: none;
    float: right;
}
nav li,
nav span {
    float: left;
    line-height: 3.7em;
    padding-right: 1em;
}
nav li a {
    color: #111;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
}
nav span {
    color: #c5ac7f;
}

nav li.kontakt {
	
}

a.icon {
    background: url(img/icon-contact.png) center center no-repeat #fff;
    background-size: 50%;
    border-radius: 1.8em;
    display: block;
    height: 3.6em;
    text-indent: 100%;
	overflow: hidden;
    white-space: nowrap;
    width: 3.6em;
}
li.kontakt a.icon {
    background-image: url(img/icon-contact.png);
    margin-left: 1.4em;
}

.section {
    padding-top: 6em;
}

#start.section {
    background: ;
    height: auto;
    padding-top: 10em;
    width: 100%;
}
#kontakt {
	padding-bottom: 2em;
}

.section.quote .headline {
	min-height: 800px;
}

.headline {
    background: url(img/bg-section-green.png) center center no-repeat;
    background-size: contain;
    height: auto;
}
#start .headline {
	height: 100%;
    background-position: top center;
}
.apricot .headline {
    background-image: url(img/bg-section-apricot.png);
}
.violet .headline {
    background-image: url(img/bg-section-violet.png);
}
.gold .headline {
    background-image: url(img/bg-section-gold.png);
}

.headline h1,
.headline span {
    font-size: 3.9em;
    font-weight: 300;
    margin-left: 12%;
    margin-bottom: 1em;
    padding-top: 3em;
    width: 76%;
	display: block;
}
.headline span {
/*	padding-top: 2.5em;*/
}
#start h1 {
	margin-bottom: 0.7em;
}

a.cta {
    border-radius: 0.5em;
    background: #fff;
    border: 0.15em solid #fff;
    color: #b2dcda;
    letter-spacing: 0.05em;
    margin: 1em;
    padding: 1em;
    text-decoration: none;
    text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
}
a.cta.outline {
    background: #C4E4E2;
    color: #fff;
	text-shadow: 1px 1px 0px #b2dcda;
}
#start a.cta {
	margin-top: 0;
	width: 15em;
}
.gold a.cta {
    color: #fff;
    background: #c5ac7f;
	border: none;
	margin-bottom: 3.5em;
}

.startscroll {
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 5;
	bottom: 0em;
}
.startscroll a.icon {
    background-image: url(img/icon-scrolldown.png);
    margin: 2em auto;
}

.scrollup {
    text-align: center;
    width: 3.6em;
    position: fixed;
    z-index: 5;
	right: 2em;
	bottom: 2em;
}
.scrollup a.icon {
    background-image: url(img/icon-scrollup.png);
}


h2 {
    color: #c5ac7f;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 2em 0;
    text-transform: uppercase;
}
h2::before,
h2::after {
    content: "〜";
    padding: 0 1em;
}

h3 {
	color: #97d2d4;
	text-transform: uppercase;
	line-height: 2em;
	letter-spacing: 0.05em;
}
.apricot h3 { 
	color: #fad0c5;
}
.violet h3 { 
	color: #c8c9e7;
}

.section p {
    font-size: 1em;
    margin-left: 25%;
    margin-bottom: 1em;
    text-align: left;
    width: 50%;
}

.section p.intro {
    font-style: italic;
    font-weight: 600;
}

p a {
    color: #c5ac7f;
    text-decoration: none;
    padding: 0 2px 0 2px;
    text-shadow: none;
}
p a:hover {
    color: #fff;
}
.section p a {
    border-bottom: 2px solid #C4E4E2;
    box-shadow: inset 0 -7px 0 #C4E4E2;
    transition: all .35s ease-in-out;
}
.section p a:hover {
    background-color: #c5ac7f;
    border-bottom-color: #c5ac7f;
    box-shadow: inset 0 -7px 0 #c5ac7f;
}

.section.apricot p a {
    border-bottom: 2px solid #FADBD3;
    box-shadow: inset 0 -7px 0 #FADBD3;
}
.section.violet p a {
    border-bottom: 2px solid #D5D6EC;
    box-shadow: inset 0 -7px 0 #D5D6EC;
}



@media only screen and (max-width: 1680px) {
 
     #start.section {
		padding-top: 5em;
	}
	   
}


@media only screen and (max-width: 1500px) {
    
    body {
		font-size: 17px;
	}
	
	.headline h1,
	.headline span {
		font-size: 3.4em;
		width: 90%;
		margin-left: 5%;
	}
    #start.section {
		padding-top: 6.5em;
	}
	
    .section.quote .headline {
	   min-height: 610px;
    }
}


@media only screen and (max-width: 1380px) {
 
    .headline h1,
    .headline span {
        padding-top: 2em;
    }
	   
    a.cta {
        border-radius: 0.5em;
        background: #fff;
        border: 0.15em solid #fff;
        color: #b2dcda;
        letter-spacing: 0.05em;
        margin: 0.75em;
        padding: 0.75em;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        font-size: 1em;
        font-weight: 600;
    }
    
}

@media only screen and (max-width: 1200px) {
	
	body {
		font-size: 17px;
	}
	
	#logo {
		height: 6em;
	}
	nav {
		margin-top: 1em;
		padding-left: 0;
	}
	nav ul {
		font-size: 0.9em;
	}
	nav li, nav span {
		line-height: 3em;
	}
	
	.header.overlay nav {
		margin-top: 1em;
	}
    
    .headline h1,
    .headline span {
        padding-top: 2em;
    }
	
	a.icon,
	.scrollup {
		height: 3em;
		width: 3em;
	}
	
	
	#start.section {
		padding-top: 4em;
	}
	
	.section p {
    	margin-left: 15%;
    	width: 70%;
	}
	
	.section.quote .headline {
		min-height: 500px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	body {
		font-size: 16px;
	}
	
    .header nav {
        width: 72%;      
    }
    
	.section.quote .headline {
		min-height: 0;
        height: auto;
	}
	
    .headline h1,
    .headline span {
        padding-top: 1.8em;
        padding-bottom: 1em;
    }
	
	#start a.cta {
		width: 15em;
	}
	
}

@media only screen and (max-width: 930px) {
 
    body {
		font-size: 15px;
	}
    
    .section p {
    	margin-left: 8%;
    	width: 84%;
	}
    
    .headline {
        background-size: cover;
    }
    .headline h1,
	.headline span {
		font-size: 2.6em;
        padding-top: 1.8em;
        padding-bottom: 1em;
	}
    
    .header #logo {
        clear: both;
        height: 8em;
        padding: 1.5em 0;
        width: 100%;
    }
    #logo a {
        background-position: center center;
        width: 100%;
    }
    .header nav {
        display: none;
    }
    
    #start.section {
        padding-top: 8em;
    }
    #start.section .headline {
		min-height: 0;
        height: auto;
    }
    .header.overlay #logo {
        padding: 1em 0;
    }
}