
#background{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100; 
	background-image: url("../Bilder/hintergrund/bild2.jpg");
	background-repeat: no-repeat;
	background-position: 70% 50%;
	/* background-attachment: fixed; removed for Android */
  	-webkit-background-size: cover;
  	background-size: cover;
}
#opacityDiv{
	
	background: linear-gradient(to bottom, #000, rgba(0,0,0,0));
	background: -webkit-linear-gradient(to bottom, #000, rgba(0,0,0,0));
	width: 100vw;
	height: 30vh;
	position: fixed;
	top: 0; 
	right: 0;
}
.mehr{
	-webkit-align-self: flex-end;
	align-self: flex-end;
	margin: auto;
}
#homeContentWrapper{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}
#scrollDown{
	display: block;
	position: fixed;
	top: 10vh;
	left: 47vw;
	margin: auto;
	width: 10%;
	height: 130px;
	text-align: center;
	margin-top: 43vh;
	
}
#scrollDown i{
	
	font-size: 10vh;
	color: #adadad;
	margin-bottom: 5vh;
}
#blueberryFrame{
	margin-top: 0;
}
#whiteFrame{
	background-color: rgba(255,255,255,0.95);
	margin-top: 65vh;
	padding: 1em;
	border-radius: 5px;
	text-align: center;
}
#welcome{
	visibility: visible;
	position: fixed;
	width: 400px;
	top: 15vw;
	left: 50vw;
	margin-left: -200px;
	text-align: center;
}
#welcome h1{
	margin: auto;
	text-align: center;
	color: #adadad;
	font-family: 'Open Sans', sans-serif;
	font-size: 2vw;
	text-align: center;
	padding: 10px;
}
#headingDiv{
	margin: 0;
	position: absolute;
	top: 90vh;
	left: 50vw;
	width: 10px;
	height: 10px;
}
h2{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0;
	margin-bottom: 5vh;
	padding: 0;
	font-weight: 300;
	font-size: 3vw;
	
	background-color: #ccc;
	padding: 1vw;
	color: #fff;
	font-weight: 900;
}
#heading2{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0;
	margin-top: 20vh;
	margin-bottom: 5vh;
	padding: 0;
	font-weight: 300;
	font-size: 3vw;
	background-color: #ccc;
	padding: 1vw;
	color: #fff;
	font-weight: 900;
}
#sound{
	margin-top: 0px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	background-color: #f5f5f5;
}
#homeContentWrapper #soundIFrame{
	width: 100%;
	height: 166px; 
	border-radius: 5px;

}
.iframe{
	width: 70%;
}

#homeContentWrapper .text{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1vw;
	width: 30%;
	height: 146px;
	background-color: #f5f5f5;
	color: #333333;
	border-radius: 5px;
}
#video{
	margin: auto;
	width: 560px;
	height: 315px;
}
#emailButton{
	font-family: 'Open Sans', sans-serif;
	color: #323232;
	font-size: 2vw;
	margin: auto;
	margin-bottom: 40px;
	width: 30%;
	margin-top: 30px;
	border: 2px solid #323232;
	transition: all 0.4s;
	cursor: pointer;
	padding: 10px;
}
#emailButton:hover{
	color: #ebebeb;
	border: 2px solid #323232;
	background-color: #323232;
}
#emailButton a:hover{
	color: #ebebeb;
	border: 2px solid #323232;
	background-color: #323232;
}
#emailButton:active{

	color: #ebebeb;
	background-color: #323232;
}
#email{
	margin: auto;
}
#mehrButton{
	font-family: 'Open Sans', sans-serif;
	color: #323232;
	font-size: 2vw;
	margin: auto;
	width: 20%;
	margin-top: 30px;
	border: 2px solid #323232;
	transition: all 0.4s;
	cursor: pointer;
	padding: 10px;
}
#mehrButton:hover{
	color: #ebebeb;
	border: 2px solid #323232;
	background-color: #323232;
}
#mehrButton:active{

	color: #ebebeb;
	background-color: #323232;
}
#youtubeVideo{
	width: 560px;
	height: 315px;
}

@-webkit-keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes chevron-pulse {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.tcon-svgchevron {
  height: 40px;
  width: 40px; }

.tcon-svgchevron path {
  -webkit-animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  animation: chevron-pulse 3s infinite cubic-bezier(0.4, 0, 0.2, 1);
  fill: transparent;
  stroke: white;
  stroke-width: 1px; }

.tcon-svgchevron path.a1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.tcon-svgchevron path.a2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.tcon-svgchevron path.a3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@media all and (max-width: 800px) and (min-width: 411px) and (orientation: landscape), all and (max-device-width: 800px) and (min-device-width: 411px) and (orientation: landscape){
	body{
		background-size: 100vw auto;
	}
}
@media all and (max-width: 1070px), all and (max-device-width: 1070px){
	#whiteFrame{
		margin: auto;
		margin-top: 65vh;
		max-width: 70%;
	}
}
@media all and (max-width: 800px) and (min-width: 411px), all and (max-device-width: 800px) and (min-device-width: 411px){
	body{
		background-size: auto 100vh;
	}
	#sound{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#homeContentWrapper .text{
		height: auto;
		font-size: 2vw;
		width: 90%;
		text-align: center;
	}
	.iframe{
		width: 100%;
	}
	#welcome{
		top: 20vh;
	}
	#welcome h1{
		font-size: 12pt;
	}
	h2{
		font-size: 18pt;
	}
	#heading2{
		font-size: 18pt;
	}
	#mehrButton{
		font-size: 12pt;
		width: auto;
	}
	#emailButton{
		font-size: 12pt;
		width: auto;
	}
	#youtubeVideo{
		width: 100%;
		height: auto;
	}
	#video{
		width: 100%;
		height: auto;
	}
}
@media all and (max-width: 410px) and (orientation: landscape), all and (max-device-width: 410px) and (orientation: landscape){
	body{
		background-size: 100vw auto;
	}
}

@media all and (max-width: 410px), all and (max-device-width: 410px){
	body{
		background-size: auto 100vh;
	}
	#sound{
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	#homeContentWrapper .text{
		height: auto;
		font-size: 2.5vw;
		width: 90%;
		text-align: center;
	}
	.iframe{
		width: 100%;
	}
	#welcome{
		top: 20vh;
	}
	#welcome h1{
		font-size: 12pt;
	}
	h2{
		font-size: 18pt;
	}
	#heading2{
		font-size: 18pt;
	}
	#mehrButton{
		font-size: 12pt;
		width: auto;
	}
	#emailButton{
		font-size: 12pt;
		width: auto;
	}
	#youtubeVideo{
		width: 100%;
		height: auto;
	}
	#video{
		width: 100%;
		height: auto;
	}
}