@charset "utf-8";

/* Layout für Mobilgeräte: 480 px oder weniger. */
body {
	font-size:1em;
	font-family: sans-serif;
	color: #222;
	background-color: #ecc9d2;
}
h1 {
	font-size:1.3em;

}	
h2, h3{
	font-size:1.1em;	
	font-weight:normal;
}
.wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	height:auto;
	padding: 1%;
}
section h1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align:center;
}
#logo {
	height:auto;
	width: 100%;
	display: block;
}

#logo img {
	width:100%;
	min-width:260px;
	max-width:300px;
	height:auto;
	display:block;
}
#inhalt_01 {
	height:auto;
	width: 100%;
	display: block;
	margin: 15px 15px 15px 0px;
	text-align:center;
}
#inhalt_02 {
	height:auto;
	width: 100%;
	display: block;
	margin: 15px 0px;
	text-align:center;
}
#inhalt_03 {
	background-image: url(../images/karte_klein1.png);
	background-size:100%;
	width: 100%;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	
}
#inhalt_04 {
	width: 100%;
	text-align: center;
	height:auto;
}

#inhalt_06 a, #inhalt_07 a, #inhalt_08 a {
	color:#222;

}
footer {
	width: 100%;
	display: block;
	text-align:center;
	border-top: 1px solid #222;
	height:30px;
	padding: 8px 0 0 0;
	background-color:#ecc9d2;
}
footer a {
	color: #222;
	text-decoration:none;
	
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 450px) {
.wrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
section h1 {
	margin-top:30px;
	text-align:left;
}
#inhalt_01 {
	float:left;
	width: 45%;
	display: block;
	text-align:left;
}
#inhalt_02 {
	
	float: right;
	
	width: 45%;
	display: block;
		text-align:left;
	min-width:160px;
}
#inhalt_03 {
	clear: both;
	background-image: url(../images/karte_gross1.png);
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	
}
#inhalt_04 {
	margin-left: 0;
	width: 100%;
}
}

/* Desktoplayout: 769 px. */
@media only screen and (min-width: 769px) {
.wrapper {
	
	max-width: 900px;
	
	margin: auto;
}


#inhalt_01 {
	
	margin-left: 0;
	width: 32%;
	display: block;
}
#inhalt_02 {
	
	float: left;
	width: 32%;
	display: block;
	
}
#inhalt_03 {
	
	display: none;
	
}
#inhalt_04 {
	float:left;
	width: 32%;
	text-align:left;
	margin: 15px 0px;
}

#inhalt_05 {
	clear: both;
	background-image: url(../images/karte_fin.png);
	background-size:100%;
	width: 100%;
	display: block;
	background-repeat: no-repeat;
	height: 400px;
	margin-bottom:20px;
	
}
footer {
	position:fixed;
    bottom:0px;
	max-width:900px;
	
}
}