* {
	-moz-transition: border-box;
	-webkit-transition: border-box;
	-o-transition: border-box;
}

a {
	position: relative;
	display: block;
	text-decoration:none;
	padding: 15vh 2vw;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 500;
	border-bottom: 1px solid transparent;
	align-content: center;
	text-align: center;
	z-index: 100;
}

a:hover {
	border-color: #0000FF;
	-moz-transition: border-color 2s;
	-webkit-transition: border-color 2s;
	-o-transition: border-color 2s;
	transition-duration: 3s;
	}

body {
	font-family: Source Sans Pro, sans-serif;
	line-height: 1.5;
	padding: 2vh 2vw 2vh 2vw;
}

h1 {
	position: fixed;
	display: block;
	align-content: center;
	font-weight: 900;
	font-size: 2.5em;
	background-color: #FFFFFF;
	color: navy;
	text-transform: uppercase;
	margin: -65vh 10vw 0 0;
	text-align: center;
	z-index: 100;
}

h2 {
	position: fixed;
	margin: -50vh -30vw 0 0;
	background-color: #FFFFFF;
	align-content: center;
	color: navy;
	font-weight: 500;
	font-size: 2em;
	text-align: center;
}

h3 {
	position: fixed;
	margin: -40vh 10vw 0 0;
	align-content: center;
	background-color: #FFFFFF;
	color: navy;
	font-size: 1.5em;
	text-align: center;
}

img {
	width: 100%;
	height: 100%;
	align-content: center;
	z-index: 100;
}

p {
	margin: 0;
}

#click {display:block;} 


/*button*/
.button1 {
		position: fixed;
		display: center;
		padding: 8vh 0 2vh 0;
		border: 1px solid #041DFD;
		background: #FFD700;
		color:  #041DFD;
		text-transform: uppercase;
		width: 14vw;
		height: 11vh;
		margin: -30vh 10vw 0 ;
		z-index: 100;
		-moz-transition: all 3s ease;
		-webkit-transition: all 3s ease;
		-o-transition: all 3s ease;
		transition: all 3s ease;
}

.button1:hover {
	color: #FFD700; 
	background: #041DFD;	
	-moz-transition: color 2s;
	-webkit-transition: color 2s;
	-o-transition: color 2s;
	transition-duration: 3s;
}


.button2 {
		position: fixed;
		display: center;
		padding: 8vh 0 2vh 0;
		border: 1px solid #041DFD;
		background: #FFD700;
		color:  #041DFD;
		text-transform: uppercase;
		width: 14vw;
		height: 11vh;
		margin: -30vh 0vw 2vh 40vw;
		z-index: 100;
		-moz-transition: all 3s ease;
		-webkit-transition: all 3s ease;
		-o-transition: all 3s ease;
		transition: all 3s ease;
}

.button2:hover {
	color: #FFD700; 
	background: #041DFD;	
	-moz-transition: color 2s;
	-webkit-transition: color 2s;
	-o-transition: color 2s;
	transition-duration: 3s;
}



 /*clearfix: macht, dass hintergrund wieder sichtbar ist */


.content {
	display: block;
	width: 72vw; 
	height: auto;
	margin-top: 85vh;
	margin-left: 0vw;
	position: relative;
	padding-left: 19vw;
	padding-right: 5vw;
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;
	font-size: 1em;
	z-index: 30;
}


.contentDetails_p {
	
	position: relative;
	display: block;
	width: 72vw; 
	height: auto;
	margin-top: 100vh;
	margin-left: 0vw;
	padding-left: 19vw;
	padding-right: 5vw;
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;
	font-size: 1em;
	z-index: -50;
}

.contentDetails_p2 {
	
	position: relative;
	display: block;
	width: 72vw; 
	height: auto;
	margin-top: 70vh;
	margin-left: -2vw;
	padding-left: 19vw;
	padding-right: 5vw;
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;
	font-size: 1em;
	z-index: -50;
}


.contentDetails_p3 {
	
	position: relative;
	display: block;
	width: 72vw; 
	height: auto;
	margin-top: 70vh;
	margin-left: -2vw;
	padding-left: 19vw;
	padding-right: 5vw;
	padding-top: 0;
	padding-bottom: 0;
	text-align: justify;
	font-size: 1em;
	z-index: -50;
}



.logo {
	margin-top: -5.7vh;
	margin-left: -3vw;
	padding-top: 1vh;
	float: left;
	align-content: flex-start;
	position: fixed;
	width: 160px;
	height: 160px;
	z-index: 100;
	-moz-transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}

.main-header {
	position: sticky;
	float: left;
	padding-right: 10vw;
	list-style: none;
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 400;
	z-index: 100;
}

.picture {
	width: 100vw;
	margin: -5vh 0 0 0;
	padding-left: 0vw;
	position: relative;
	float: left;
	z-index: 10;
}

@font-face {
font-family: 'MyWebFont';
src: url('SourceSans3-Light.ttf.woff2') format('woff2'),
url('SourceSans3-Light.ttf.woff') format('woff');
}