/* =================================================================== */
/* Boxed Layout
====================================================================== */
	body {
		background: #ffffff url("../images/yu-mi-lee-piano-homepage.jpg") no-repeat left top fixed;
	background-size: cover !important;
		font: 12px Arial, sans-serif;
		color: #000;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		overflow-x: hidden;
	 }
	 
	#wrapper {
		background: #transparent;
		width: 960px;
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
	}
	
	#footer {
		background: #transparent;
		width: 960px;
		padding: 0px 0px 0px 0px;
		margin: 0 auto 50px auto;
	}
	
	.text-bground {background-image: url(../images/transparentwhite.png) !important;}
.text-bground p {color: #000 }
.text-bground strong {color: #000;}
.text-bground hr {padding: 0 10px; }

#foto-nur-mobile {display: none !important;}

#audio-file {margin-left: 50px;}


/* Smaller than standard 1280 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1280px) {
	
	body {
		background: #ffffff url("../images/yu-mi-lee-piano-homepage-1280.jpg") no-repeat left top scroll;
	background-size: cover !important;
	 }
	
		#wrapper {
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
		width: 97%;
	}

	
	#footer {
		margin: 0 auto 50px;
		padding: 15px 0 0 0;
		width: 97% !important;
	}
	
	#foto-nur-mobile {display: none !important;}
		#audio-file {margin-left: 50px}
	
}


/* Smaller than standard 1029 (devices and browsers)
====================================================================== */
@media only screen and (max-width: 1029px) {
	
	body {
		background: #ffffff url("../images/yu-mi-lee-piano-homepage.jpg") no-repeat left top scroll;
	background-size: cover !important;
	 }
	
		#wrapper {
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
		width: 97%;
	}

	
	#footer {
		margin: 0 auto 50px;
		padding: 15px 0 0 0;
		width: 97% !important;
	}
	
	#foto-nur-mobile {display: none !important;}
		#audio-file {margin-left: 50px}
	
}
	
/* Tablet Portrait (devices and browsers)
====================================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {
		background: #ffffff url("../images/yu-mi-lee-piano-homepage-tablett.jpg") no-repeat center top scroll;
	background-size: cover !important;
	 }
	
	#wrapper {
		padding: 0px 0px 35px 0px;
		margin: 10px auto 0 auto;
	}

	#footer {
		padding: 10px 0 0 0;
		width: 100% !important;
		}
		
	#foto-nur-mobile {display: none !important;}
	#audio-file {margin-left: 50px}

}

/* All Mobile Sizes (devices and browser)
====================================================================== */
@media only screen and (max-width: 767px) {

	#wrapper {
		margin: 0 auto;
		padding: 15px 0 30px 0;
		width: 100%;
		}
	
	body {
		background: #fff;
	}
	
	#footer {
		margin: 0 auto;
		padding: 15px 0 0 0;
		width: 100% !important;
	}
	
#foto-nur-mobile {display: inline !important; width: 100% !important;}
#audio-file {width: 100px;  margin: 20px auto;}

}
