@charset "UTF-8";
* {
	margin:0;
	padding:0;
	
}
body {
	background-color: #fdca01;
	font-family: 'Roboto', sans-serif;
	position: relative;
}
.box {
	background-color: #fff;
	box-shadow: rgba(0,0,0,.7) 0 2px 2px;
	padding: 20px;
	position: relative;
}
h1 {
	background-image: url(../img/melanie_esterl_logo.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 6px auto;
	background-size: 100%;
}
h2 {
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	font-weight: 400;
	color: #993300;
	margin: 0 0 10px 0;
	font-style: italic;
}
#medien {
	display: block;
	list-style: none;
	position: absolute;
	bottom: 15px;
	left: 22px;
}
#medien li {
	list-style: none;
	float: left;
	display: block;
}
#medien li a {
	display: block;
	text-align: center;
	color: #000;
	text-decoration: none;
	margin: 0 4px 0 0;
	padding: 3px 0px;
	font-size: 10px;
	font-weight: bold;
	text-wrap: normal;
	/* [disabled]border-bottom: 1px solid #fdca01; */
}

h3 {
	font-size: 26px;
	line-height: 22px;
	font-weight:400;
	color: #993300;
	margin: 0 0 10px 0;
}

p {
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	color: #993300;
	font-style: italic;
}

.wrapper {
	margin: 40px auto 0 auto;
	width: 90%;
	position: relative;
	z-index: 2;
}
.box_left {
	width:300px;
	float:left;
	}
	
	.box_right {
	width: 200px;
	float: right;
	margin: 0 0 20px 0;
	}
.logo_puls4 {
	background-image: url(../img/logo_puls4.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	background-size: 100%;
	width: 45px!important;
	height: 12px;
}

.logo_oe3 {
	background-image: url(../img/logo_oe3.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	background-size: 100%;
	width: 15px!important;
}

.logo_kurier {
	background-image: url(../img/logo_kurier.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	background-size: 100%;
	width: 60px;
}
p a {
	color: #930;
	text-decoration: underline;
}
		
	.clrflt {
	clear:both;	
		}

.fltrt {
	float:right;
	}


.imagebox {
	width: 100%;
	height: 248px;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	box-shadow: rgba(0,0,0,.7) 0 2px 2px;
}
#images {
	height: 248px;
	padding: 0;
	overflow: hidden;
	}

#bckgnd {
	background-image: url(../img/blume.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	}


#melanie {
	position: absolute;
	bottom: 0px;
	left: 50%;
	z-index: 2;
	margin-left: -370px;
	width: 630px;
	height: 630px;
	}


#visit {
	position: absolute;
	width: 314px;
	height: 210px;
	bottom: 36px;
	left: 236px;
	z-index: 4;
	}

.popup_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7 );
	z-index: 10;
	display: none;
	}

.popup {
	width:450px;
	background-color: #fff;
	box-shadow: #000 0 0 10px;
	border-radius:4px;
	padding: 40px;
	position:absolute;
	left:50%;
	z-index:10;
	top:10%;
	margin-left: -265px;
	}
	
.popup a img {
	border:1px solid #fff;
	box-shadow: #ccc 0 0 4px;
	border-radius: 4px;
	margin: 10px;
	}	
	
.close {
	background-image: url(../img/button_close.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position: center center;
	position: absolute;
	right:10px;
	top:10px;
	text-indent:-9999px;
	}	
#impressum_link {
	color: #fff;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 8px;
	z-index: 10;
}
.big {
	font-size:12px;
	line-height: 14px;
	margin: 0 0 14px 0;
	}
	
#wrapper {
	margin: 0 auto;
	width: 700px;
	position: relative;
	height: 640px;
	min-height: 640px;
	bottom: 0px;
}

#wrapper_around {
	background-image: url(../img/bckgnd2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: auto;
	width:100%;
	height:100%;
	position:relative;
	}	
	#info {
	position:absolute;
	top:0;
	left:0;
	z-index:200;	
		}	
/*  Optimierung für iPhone Landscape  */
@media screen and (max-width:640px)
and (orientation: landscape) {
	
	#wrapper {
	 width:100%; 
	 overflow:hidden;
	 min-height:inherit;
	  }
	  
	 #melanie {
		 width:280px;
		 height:auto;
		margin-left:-160px; 
		 } 
		 
	#visit {
			left:50%;
			margin-left:-130px;	
			-ms-transform: scale(.4);
			-moz-transform: scale(.4);
			-webkit-transform: scale(.4);
			transform: scale(.4);
			bottom:-50px;
		}	 
  #wrapper_around { 
 	background-size: 900px 840px;
  }
  
  #impressum_link {
	 font-size:6px;
	 bottom:4px;
	 right:4px; 
	  }
	  
	  .audiojs {
	width:100%;
	}
.audiojs .scrubber { width: 50%!important; 

}	 

.popup {
	width: 60%;
	margin: 0 auto;
	position:relative;
	left:0;	
	padding:40px;
		}  
  
  h3 {
	 font-size:16px; 
	  }

	  
}
		
/*  Optimierung für iPad Portrait  */
@media screen and (max-width:768px)
and (orientation: portrait) {
	
	#wrapper {
	 width:100%; 
	 overflow:hidden;
	 min-height:inherit;
	  }
	  
	 #melanie {
		 width:740px;
		 height:auto;
		 } 
		 
	#visit {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform:  scale(1.1);	
		transform: scale(1.1);	
		left:50%;
		margin-left:-44px;
		bottom:60px;
			
		}	 
    #wrapper_around { 
  background-size: 2200px 2000px;
  }
  
  #impressum_link {
	  }
}

/*  Optimierung für iPhone Portrait  */

@media screen and (max-width:400px)
and (orientation: portrait) {
  
  #wrapper {
	 width:100%; 
	 overflow:hidden;
	 min-height:inherit;
	  }
	  
	 #melanie {
		 width:340px;
		 height:auto;
		margin-left:-160px; 
		 } 
		 
	#visit {
			left:50%;
			margin-left:-90px;	
			-moz-transform: scale(.5);
			-ms-transform: scale(.5);
			-webkit-transform: scale(.5);
			transform: scale(.5);
			bottom:-35px;
		}	 
  
  #wrapper_around { 
  background-position: 48% bottom;
 	background-size: 1100px 980px;
  }
  
  #impressum_link {
	 font-size:6px;
	 bottom:4px;
	 right:4px; 
	  }
	  
	.popup {
	width: 60%;
	margin: 0 auto;
	position:relative;
	left:0;	
	padding:40px;
		}  
  
  h3 {
	 font-size:16px; 
	  }
  
.audiojs {
	width:100%;
	}
.audiojs .scrubber { width: 50%!important; 

}	 
.popup * {
	text-align:center;
	}	  
}
