@charset "utf-8";
@import url("../webfonts/OpenSans_Regular/stylesheet.css");
@import url("../webfonts/OpenSans_Bold/stylesheet.css");
@import url("../webfonts/OpenSans_Semibold/stylesheet.css");
/* CSS Document */

/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width: 100%;
}
body {
	margin: 0px;
	background-color: #e1e1ad;
}
html {
 lang="de"
}
.full-width {
	width: 100%;
}
.full-width_padding {
	width: 97.75%;
	padding: 1%;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 7px;
}
.caps {
	font-variant: small-caps;
}
.footer a {
	font-size: 10px;
	text-decoration: none;
	color: #333;
}
.footer a:visited {
	color: #333;
}
.footer a:hover {
	color: #369;
}
.footer a:active {
	color: #333;
}
.block-23 li {
	display: list-item;
	list-style-type: circle;
}
.go-top {
	padding-right: 4%;
	/* [disabled]text-align: right; */
	width: 93.5%;
	height: 16px;
	font-size: 12px;
	position: relative;
	padding-left: 2.5%;
}
.aktuell {
	border: 1px solid #548C3E;
	color: #548C3E;
	padding: 10px;
	text-align: left;
}
.türkis {
	color: #FFFFFF;
	/* [disabled]text-align: left; */
	background-color: #85A058;
	border: 20px solid #85A058;
	list-style-type: square;
}


.go-top a:link {
	text-decoration: none;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
	background-position: center -16px;
	position: absolute;
	height: 14px;
	width: 40px;
	right: 10%;
}
.go-top a:visited {
	color: #333;
	text-decoration: none;
}
.go-top a:hover {
	background-position: center 3px;
}
.go-top a:active {
	color: #F00;
}
a:link.txt-link {
	text-decoration: none;
	color: #666;
	/* [disabled]font-size: 1em; */
	/* [disabled]font-weight: bold; */
}
a:visited.txt-link {
	text-decoration: none;
	color: #333;
}
a:hover.txt-link {
	color: #369;
	-webkit-transition: color 1s ease 0s;
	transition: color 1s ease 0s;
	-moz-transition: color 1s ease 0s;
	-ms-transition: color 1s ease 0s;
	-o-transition: color 1s ease 0s;
}
a:active.txt-link {
	text-decoration: none;
	color: #333;
}
/*====================================================
FLIESSENDES LAYOUT — (VERERBUNG NACH UNTEN UND OBEN!) 
------------------------------------------------------
1. Layout für Mobilgeräte
------------------------------------------------------
(class ".1_________smartphone_________" etc. nur Markierungen für Dreamweaver-Palette)
-----------------------------------------------------*/

_________Mobil_________ {
}
.container_layout {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	background-color: #FFF;
	font-family: "OpenSans Regular", sans-serif;
	color: #666;
	font-size: 12px;
	line-height: 24px;
}
h2 {
	font-size: 15px;
}


.container_layout a {
	color: #369;
	text-decoration: underline;
}
.container_layout a:visited {
	color: #369;
	text-decoration: underline;
}
.logo {
	width: 98%;
	text-align: center;
	padding: 1%;
}
.header_cont {
	width: 90%;
	background-color: #85A058;
	color: #FFF;
	padding-top: 1%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
	font-size: 13px;
	line-height: normal;
	margin-bottom: 1%;
}

.caps {
	font-size: 20px;
	line-height: 20px;
}
.navi {
	background-color: #FFFFFF;
}
.block-1 {
	width: 98%;
	text-align: center;
	padding: 1%;
}
.block-1-home {
	width: 98%;
	text-align: center;
	padding: 1%;
	display: none;
}

.rubrik {
	font-size: 14px;
	background-color: #f3f3f3;
	display: block;
	color: #85A058;
}
.block-2 {
	float: left;
	width: 48%;
	padding: 1%;
	/* [disabled]display: none;
*/
}
.block-23 {
	float: left;
	width: 98%;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}
.container_layout table {
	font-size: 12px;
}


.block-3 {
	float: left;
	width: 48%;
	/* [disabled]display: none;
*/
	padding: 1%;
}
_________tablet_________ {
}
@media screen and (min-width : 768px) and (max-width: 1179px) {
.container_layout {
	font-size: 14px;
}
.header_cont {
	font-size: 15px;
	line-height: normal;
}
h2 {
	font-size: 16px;
}

.container_layout table {
	font-size: 13px;
}

.caps {
	font-size: 28px;
}
}
.block-23 {
	width: 94%;
	padding-top: 0%;
	padding-right: 4%;
	padding-bottom: 0%;
	padding-left: 4%;
}
_________desktop_________ {
}
 @media only screen and (min-width: 1180px) {
.container_layout {
	max-width: 980px;
	padding-top: 10px;
	font-size: 16px;
}

h2 {
	font-size: 18px;
}
.navi {
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
.logo {
	float: left;
	width: 31.2%;
	padding: 1%;
}
.caps {
	font-size: 26px;
	line-height: 50px;
}
.header_cont {
	float: left;
	background-color: #85A058;
	color: #FFF;
	width: 534px;
	padding-top: 1%;
	padding-left: 5%;
	font-size: 15px;
	line-height: 22px;
	margin-left: 8px;
}
.block-1 {
	float: left;
	width: 31.3%;
	padding: 1%;
}
.block-1-home {
	float: left;
	width: 31.3%;
	padding: 1%;
	display: block;
}

.rubrik {
	font-size: 24px;
	display: block;
	line-height: 145px;
}
.block-2 {
	float: left;
	width: 31.25%;
	display: block;
}
.block-23 {
	float: right;
	width: 62%;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.container_layout table {
	font-size: 14px;
}
.block-3 {
	float: left;
	width: 31.25%;
	display: block;
}
}
.table-right {
	text-align: right;
	padding-right: 1ex;
}
.container_layout .türkis p a {
	color: #6AB1E5;
	background-color: #FFF;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.txt-rot {
	color: #DF0000;
}
