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

@font-face {
    font-family: 'texgyreheros';
    src: url('fonts/texgyreheros-regular-webfont.eot');
    src: url('fonts/texgyreheros-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-regular-webfont.svg#texgyreherosregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreheros';
    src: url('fonts/texgyreheros-bold-webfont.eot');
    src: url('fonts/texgyreheros-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreheros-bold-webfont.svg#texgyreherosbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreheroscn';
    src: url('fonts/texgyreheroscn-regular-webfont.eot');
    src: url('fonts/texgyreheroscn-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-regular-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-regular-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-regular-webfont.svg#texgyreheroscnregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'texgyreheroscn';
    src: url('fonts/texgyreheroscn-bold-webfont.eot');
    src: url('fonts/texgyreheroscn-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/texgyreheroscn-bold-webfont.woff') format('woff'),
         url('fonts/texgyreheroscn-bold-webfont.ttf') format('truetype'),
         url('fonts/texgyreheroscn-bold-webfont.svg#texgyreheroscnbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




body {
	font-family: 'texgyreheros', sans-serif;
    margin: 0;
	padding: 0;
	font-size: 16px;
	color: #3f3f3e;
	min-width: 1024px;
}

.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#header {
	background-color: #3f3f3e;
	position: relative;
	z-index: 3;
	color: #FFF;
}
#header .inner {
	height: 220px;
}
#header .light {
	position: absolute;
	left: -60px;
	top: 0px;
	width: 560px;
	height: 180px;
	background: url(../images/header_light.png) no-repeat;
}
#logo {
	position: absolute;
	left: 30px;
	top: 30px;
	width: 290px;
}
#logo img {
	width: 100%;
}
#claim {
	font-size: 1.5em;
	font-family: 'texgyreheroscn', sans-serif;
	font-weight: bold;
	position: absolute;
	display: inline;
	right: 30px;
	top: 30px;
	text-align: right;
}
#info {
	position: absolute;
	right: 30px;
	top: 150px;
	width: 300px;
	line-height: 1.5em;
	
}
#info span {
	display: block;
	font-size: 1.5em;
	font-family: 'texgyreheroscn', sans-serif;
	font-weight: bold;
	text-align: right;
}
#info .text {
	font-weight: normal;
	display: none;
}
#info .number {
	
}
#info .title {
	font-weight: normal;
	font-size: 0.7em;
	float: none;
	display: inline;
	padding-right: 1em;
}
#slideshow {
	position: relative;
	z-index: 1;
	margin: 0;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	overflow: hidden;
	
}
#slideshow .shadow {
	position: absolute;
	width: 100%;
	height: 10px;
	z-index: 10;
	-webkit-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 3px 3px 0px rgba(0,0,0,0.4);
}
#slideshow .element {
	position: absolute;
	width: 100%;
	height: 0;
	padding-bottom: 25%;
	overflow: hidden;
	
}
#slideshow .element img {
	width: 100%;
	
}
#slideshow .prev,
#slideshow .next {
	display: none;
}
#mainmenu {
	position: relative;
	z-index: 2;
	background-color: #3f3f3e;
	font-family: 'texgyreheroscn', sans-serif;
	text-transform: uppercase;
	font-size: 1.1em;
	padding-top: 10px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -2px 2px 0px rgba(0,0,0,0.4);
	
}
#mainmenu .bg {
	background-color: #6aa842;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	
}
#mainmenu .inner {
	height: 50px;
}
#mainmenu ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}
#mainmenu li {
	float: left;
	height: 50px;
	position: relative;
}
#mainmenu a {
	display: block;
	line-height: 50px;
	padding: 0 30px;
	color: #FFF;
	text-decoration: none;
}
#mainmenu a:hover, #mainmenu li.active a {
	
	color: #3f3f3e;
	text-decoration: none;
}
#mainmenu li.active a {
	
	background: url(../images/mainmenu_indicator.png) no-repeat center 42px;
}
#mainmenu li ul {
	display: none;
	position: absolute;
	background-color: #3f3f3e;
	border-left: 4px solid #6aa842;
	border-right: 4px solid #6aa842;
	border-bottom: 4px solid #6aa842;
	font-size: 0.9em;
}
#mainmenu li ul li {
	padding: 0;
	margin: 0;
	float: none;
	
}
#mainmenu li ul a, #mainmenu li.active ul a {
	color: #FFF;
	display: block;
	background-image: none !important;
	padding: 0 40px;
}
#mainmenu li ul a:hover, #mainmenu li.active ul a:hover {
	color: #6aa842;
	background-color: #515151;
	
}
#mainmenu li ul li.active a {
	color: #FFF;
	background-color: #515151;
	
}
#content {
	
}
.maincol {
	width: 70%;
	float: left;
}
.maincol .block {
	width: auto;	
}
.sidecol {
	width: 25%;
	position: relative;
	float: right;
}
.sidecol img {
	max-width: 100%;
}
.galerie {
	margin: 2em -2%;
}
.galerie .element {
	position: relative;
	width: 21%;
	height: 0;
	padding-bottom: 20%;
	margin: 0 2% 4% 2%;
	border-radius: 6px;
	float: left;
	-webkit-box-shadow: 0px 0px 0px 4px rgba(227,227,227,1);
	-moz-box-shadow: 0px 0px 0px 4px rgba(227,227,227,1);
	box-shadow: 0px 0px 0px 4px rgba(227,227,227,1);
	overflow: hidden;
}
iframe.googlemaps {
	border: none;
	width: 100%;
	height: 400px;
	margin-top: 1em;
}
.galerie .element:hover {
	-webkit-box-shadow: 0px 0px 0px 4px rgba(106,168,66,1);
	-moz-box-shadow: 0px 0px 0px 4px rgba(106,168,66,1);
	box-shadow: 0px 0px 0px 4px rgba(106,168,66,1);
}
.galerie .element .info {
	display: block;
	position: absolute;
	font-size: 0.86em;
	color: #CCC;
	background-color: rgba(63,63,62,0.9);
	border-radius: 0px;
	padding: 0.3em 1em;
	float: right;
	bottom: 20px;
	right: 00px;
}
.galerie .element .nachher {
	right: auto;
	left: 0px;
}
.galerie .element a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.galerie .element a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	
}

#footer {
	font-size: 0.86em;
}
#footer .inner {
	padding: 2em 0;
}

h1 {
	font-family: 'texgyreheroscn', sans-serif;
	font-weight: bold;
	font-size: 1.9em;
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
	/*text-transform: uppercase;
	color: #6aa842;*/
}
h1.sub {
	margin-bottom: 0em;
}
h1 span.subline {
	font-size: 0.8em;
	display: block;
}
h2 {
	font-family: 'texgyreheroscn', sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0 0 0.75em 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
}
h2.sub {
	color: #6aa842;
	padding-top: 0;
}
h3 {
	font-family: 'texgyreheros', sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 0.75em 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
}
h4, h5, h6 {
	font-family: 'texgyreheros', sans-serif;
	font-weight: bold;
	font-size: 1em;
	margin: 0 0 0.25em 0;
	padding: 1em 0 0 0;
	line-height: 1.3em;
}
p, ul, table {
	margin: 0 0 1em 0;
	
}
table {
	border-collapse: collapse;
	width: 100%;
	margin: 2em 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	padding: 0.5em 2em 0.5em 0;
	border-bottom: 1px solid #e3e3e3;
}
th {
	font-size: 0.86em;
	font-weight: normal;
	color: #A1A1A1;
}
ul.checked {
	list-style: none;
	padding: 0;
	margin-left: 0;
}
ul.checked li {
	padding: 0 0 0 30px;
	margin: 0.2em 0;
	background-image: url(../images/listicon_checked.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;
}
ul.checked h3 {
	padding-top: 0;
	margin-bottom: 0.2em;
}
ul.checked p {
	padding-top: 0;
	margin-bottom: 2em;
}
.topics ul.checked li {
	height: 160px;
}
.topics ul.checked .image {
	width: 160px;
	float: right;
	margin-left: 20px;
}
.topics ul.checked .image img {
	width: 100%;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
}

a {
	color: #6aa842;
	text-decoration: none;
}
a:hover {
	color: #6aa842;
	text-decoration: underline;
}
.columns {
	position: relative;
}
.col1, .col2 {
	width: 45%;
	margin: 0 2.5%;
	float: left;
}
.clear {
	font-size: 0.1px;
	clear: both;
}
.block {
	padding: 15px 30px 30px 30px;
	width: 920px;
	margin: 0 auto 2em auto;
	border-radius: 10px;
}
.block_b {
	background-color: #3f3f3e;
	color: #FFF;
}
.block .inner {
	width: auto;
	margin: auto;
}
.block_c {
	background-color: #e3e3e3;
}

.icon_text {
	float: left;
	margin: 1.5em 2em 2em 0;
	width: 120px;
}
.icon_lupe {
	
}
.image_text {
	display: block;
	margin: 2em auto;
	
}
.topics, .columns {
	margin: 2em 0 0 0;
}
.article_image {
	width: 280px;
	position: relative;
	float: right;
	margin: 0 0 2em 3em;
	background-color: #6aa842;
	border-radius: 10px;
	padding: 8px;
	
	-webkit-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
	box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
}
.article_image_portrait {
	width: 240px;
}
.article_image img {
	width: 100%;
	display: block;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.3);
	background-color: #FFF;
}
.article_image p {
	padding: 0.75em 0.5em;
	margin: 0;
	color: #FFF;
	font-size: 0.86em;
}