#background{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100; 
	background-image: url("../Bilder/hintergrund/musicHintergrund.jpg");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	/* background-attachment: fixed; removed for Android */
  	-webkit-background-size: cover;
  	background-size: cover;
}
#contentFrame{
	margin: auto;
	background-color: #f5f5f5;
	color: #323232;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em; 
	margin-top: 20vw;
	margin-bottom: 7vw;
}
#musicContentWrapper{
	
}
.soundcloudContainer{
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin-bottom: 5vh;
	background-color: rgba(255,255,255,0.95);
	height: 180px;
}
#musicContentWrapper iframe{
	
	width: 100%;
	height: 166px; 
	border-radius: 5px;

}
.text{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1vw;
	width: 30%;
	height: 146px;
	background-color: rgba(255,255,255,0.95);
	color: #333333;
	border-radius: 5px;
	text-align: center;

}
#textFirst{
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 1vw;
	width: 30%;
	height: 146px;
	background-color: rgba(255,255,255,0.95);
	color: #333333;
	border-radius: 5px;
	text-align: center;

}

.iframe{
	width: 70%;
}
h1{
	display: block;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	margin: 0;
	margin-top: 35vh;
	padding: 0;
	font-weight: 300;
	font-size: 3vw;
	padding: 0vw;
	color: #323232;
	margin-bottom: 10vh;
}
@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){
	#contentFrame{
		margin: auto;
		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;
	}
	h1{
		font-size: 18pt;
	}
	.soundcloudContainer{
		flex-direction: column;
		-webkit-flex-direction: column;
		height: auto;
	}
	
	#textFirst{
		padding: 0;
		font-size: 2vw;
		width: 100%;
		height: auto;
	}
	.text{
		padding: 0;
		font-size: 2vw;
		width: 100%;
		height: auto;
	}
	.iframe{
		width: 100%;
	}
}
@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;
	}
	h1{
		font-size: 18pt;
	}
	.soundcloudContainer{
		flex-direction: column;
		-webkit-flex-direction: column;
		height: auto;
	}
	#textFirst{
		padding: 0;
		font-size: 2.5vw;
		width: 100%;
		height: auto;
	}
	.text{
		padding: 0;
		font-size: 2.5vw;
		width: 100%;
		height: auto;
	}
	.iframe{
		width: 100%;
	}
}