@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0; /* äußeren Abstand / Rand auf zurücksetzen */
	padding: 0; /* inneren Abstand zurücksetzen */
	height: 100%; /* Seite soll über volle Höhe gehen */
	color: #000; /* graue Textfarbe */
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}
/* a {
	color: #000;
} */

#head {
	height: 10%;
	z-index: 10;
	position: absolute;
	text-align: center;
	/* width: 100%; */
	background-image: url(neu/Sprechblase.png);
	background-repeat: no-repeat;
	margin-left: 30%;
}

#head h2 {
	text-align: left;
	padding-top: 25px;
	padding-left: 35%;
	font-weight: 200;
}

#kom {
	background-color: rgba(255,255,255,1.00); /* hellgrauer Hintergrund */
	width: 100%; /* Container auf halbe Breite */
	min-height: 20%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 20%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */
	text-align: center;
}

.kom_img {
	padding-top: 5%;
	width: 75%;
	max-width: 490px;
	height:auto;
}
#kom p {
	padding-left: 10%;
	padding-right: 10%;
}

#verlag {
	background-color: #FFFFFF; /* hellgrauer Hintergrund */
	width: 100%; /* Container auf halbe Breite */
	min-height: 20%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 20%; /* IE soll wie gewünscht interpretieren */
	overflow: hidden !important; /* Firefox Scrollleiste */
	text-align: center;
}

.verlag_img {
	padding-top: 10%;
	width: 75%;
	max-width: 490px;
	height:auto;
}

#verlag p {
	padding-left: 10%;
	padding-right: 10%;
}


#inhalt {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #FFFFFF; /* hellgrauer Hintergrund */
	/*width: 100%;*/ /* Container auf halbe Breite */
	min-height: 20%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 20%; /* IE soll wie gewünscht interpretieren */
	text-align: left;
	padding-top: 5%;
	padding-left: 15%;
	padding-right: 10%;
}
#inhaltimpressum {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFFFF; /* hellgrauer Hintergrund */
	/*width: 100%;*/ /* Container auf halbe Breite */
	min-height: 20%; /* Mindesthöhe auf 100 % (bei modernen Browsern) */
	height: auto !important; /* important Behel (bei modernen Browsern */
	height: 20%; /* IE soll wie gewünscht interpretieren */
	text-align: left;
	padding-top: 5%;
	padding-left: 15%;
	padding-right: 10%;
}

#inhalt h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;
}

#inhalt a:link {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
#inhalt a:visited {
	color: #999999;
}
#inhalt a:hover {
	color: #B90001;
}

#inhaltimpressum h1 {
	font-size: 48px;
	font-weight: 300;
	line-height: 48px;
}

#inhaltimpressum a:link {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
#inhaltimpressum a:visited {
	color: #999999;
}
#inhaltimpressum a:hover {
	color: #B90001;
}

.footer {
	height: 7%;
	z-index: 20;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}

.footer p {
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.footer a:link {
	color: #999999;
	text-decoration: none;
	background-image: url(link.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.footer a:visited {
	color: #999999;
	text-decoration: none;
}

.footer a:hover {
	color: #B90001;
	text-decoration: none;
	background-image: url(link_active.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.footer a:active {
	color: #999999;
	text-decoration: none;
}
