/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Oxygen);

#mugaki_hintergrund {
	padding-bottom:40px;
}
#mugaki_inhalt {
position:relative;
margin-top:2em;
width:98%;
margin-left:1%;
overflow:auto;
}

#header h2 {
	padding:20px 0 0 0;
	font-size:200%;
	color:#FF0066;
	font-family:'Dancing Script';
	text-align:center;
}
#header h3 {
	font-size:150%;
	color:#0080FF;
	font-family:'Indie Flower';
	text-align:center;
	padding:10px 0;
	}

#content_top img {
	border:5px solid #FFFFFF;
	box-shadow:2px 2px 5px #999;
	float:left;
}
#content_top p {
	margin-left:36%;
	width:60%;
}

.inhalttext {
	font-size:110%;
	color:#444;
	line-height:170%;
	padding:0 1%;
}

#left {
	background-color:#0FE36F;
	width:35%;
	float:left;
}
#left h2 {
	font-size:120%;
	color:#0FE36F;
	text-align:center;
	padding:15px 0;
	font-weight:normal;
	background-color:#fff;
	border:1px solid #0FE36F;
}
.textgrun {
	color:#FFFFFF;
	font-size:105%;
	line-height:150%;
	padding:20px 0 0 10px;
}
#left a {
	display:block;
	text-align:center;
	padding:20px 0;
}

#right {
	margin-top:2em;
	margin-left:37%;
	width:60%;
}
#right p {
	padding:20px 0;
	font-size:110%;
	color:#444;
	line-height:170%;
}
#bluebox {
	border:4px solid #8000FF;
}
#bluebox  h2, #bluebox h3 {
	text-align:center;
	color:#0080FF;
	font-family:'Indie Flower';
	padding:5px;
	}
.bluebox  h2 {
	font-size:150%;
}
.bluebox  h3 {
	font-size:110%;
	font-weight:normal;
}
#liste {
	
}
#liste h2 {
	font-size:130%;
	color:#FF3366;
	font-family:'Oxygen';
	text-align:center;
}
#liste ul {
	padding:5px 0 10px 40%;
	color:#0080FF;
	list-style:circle;
	font-size:120%;
}

/* MEDIA QUERIES */

@media only screen and (max-width:480px) {
	
	#header img {
		width:100%;
	}
	#header h2 {
		font-size:120%;
	}
	#header h3 {
		font-size:120%;
	}
	#content_top {
		overflow:auto;
	}
	#content_top img {
	float:none;
	display:block;
	margin:0 auto;
	width:90%;
}
	#content_top p {
	margin-top:1em;
	margin-left:0;
	width:98%;
	}
	
	#left {
	width:100%;
	float:none;
	display:block;
	}
	#right {
	margin-left:0;
	width:100%;
	}
}