@charset "utf-8";
@font-face {
	font-family: 'Ave';
	src: url('Ave.eot');
	src: local('☺'), url('Ave.woff') format('woff'), url('Ave.ttf') format('truetype'), url('Ave.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --- Allgemeine Definitionen -- */
html, body {
	min-height:100%;
	height:100%;
}

html {
}

body {
	margin: 0px;
	padding: 0px;
	height:100%;
	min-height:100%;
	font-family: 'Ave';
	font-size: 12px;
	line-height: 1.4;
	background-color: #ececec;
	color:#000;
}

div, a, a img, img, p, input, hr, h1, h2, h3, h4, table, th, tr, td, tbody, button {
	margin:0px;
	padding:0px;
	border:none;
}

#footer input, div {
	box-sizing: border-box;
}

#dialog input,#dialog butoon {
	box-sizing: content-box;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ave';
	margin: 0;
	padding: 10px 0px;
	position: relative;
	color: #58585a;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #58585a;
	text-decoration: none;
}

h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}

/*
h1 span, h3 span, h5 span {
	background: #58585a;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

h1:before, h3:before, h5:before {
	background: #58585a;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
}

h1:before, h3:before, h5:before {
  left: 0;
}
*/

ul.menu,
ul.menu li,
ul.menu li a {
	list-style-type: none;
}

a,
ul.menu li.active a,
ul.menu li.collapse a,
ul.menu li.collapse a:hover,
ul.menu li.collapse ul li.active a,
ul.menu li.collapse ul li a:hover,
ul.menu li a:hover {
	color: #007952;
}

ul.menu li a,
ul.menu li.expand a,
ul.menu li.collapse ul li.collapse a {
	color: #58585a;
}

ul.menu li a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input,
button,
textarea {
	display: inline-block;
	position: relative;
	margin: 5px;
	padding: 5px;
	font-family: 'Ave';
	font-size: 12px;
	font-style: italic;
	color: #000;
	border:1px solid #dddddd;
	box-shadow: 0px 0px 1px #abc0b9 inset;
	background-color: #96b1a8;
	width: 170px;
}

input[type=submit],
input[type=reset],
button {
	color: #007952;
	font-weight: bold;
	cursor: pointer;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #dcddde 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dcddde)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dcddde 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#dcddde 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#dcddde 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#dcddde 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcddde',GradientType=0 ); /* IE6-9 */
}

input[type=submit]:hover,
input[type=reset]:hover,
button:hover {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 25%, #dcddde 70%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(70%,#dcddde)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 25%,#dcddde 70%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 25%,#dcddde 70%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 25%,#dcddde 70%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 25%,#dcddde 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcddde',GradientType=0 ); /* IE6-9 */
}


input[type=submit]:active,
input[type=reset]:active,
button:active {
	background: #dcddde; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcddde 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcddde), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcddde 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcddde 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcddde 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcddde 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

input[placeholder],
    [placeholder],
    *[placeholder] {
      color: #000 !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}
/* Template */

#headerWrapper {
	border-top: 2px solid #007952;
	border-bottom: 2px solid #007952;
	position: fixed;
	height: 82px;
	width: 100%;
	z-index: 2;
	background-color: #fff;
	background-color: rgba(255,255,255,0.85);
}

#header {
	position: relative;
	height: 82px;
}

#topMenu {
	position: absolute;
	right: 0;
	top: 5px;
}

#topMenu ul.menu li a,
#topMenu ul.menu li,
#topMenu ul.menu {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;	
}

#topMenu ul.menu li {
	float: left;
}

#topMenu ul.menu li a {
	margin: 2px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 16px;
}

#topMenu ul.menu li ul {
	display: none;
}

#menu {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	text-align: right;
}

#menu ul.menu li a,
#menu ul.menu li,
#menu ul.menu {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}

#menu ul.menu li {
	/* float: right; */
	display: inline-block;
}

#menu ul.menu li a {
	text-transform: uppercase;
	font-size: 16px;
	margin: 2px;
	padding: 10px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	 -ms-transition-property: all;
	  -o-transition-property: all;
	     transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	 -ms-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	     transition-duration: 0.3s
}

#menu ul.menu li.collapse ul li:hover a,
#menu ul.menu li.active ul li:hover a,
#menu ul.menu li:hover ul li:hover a,
#menu ul.menu li.collapse a,
#menu ul.menu li.active a,
#menu ul.menu li:hover a {
	background-color: #007952;
	color: #fff;
}

#menu ul.menu li.collapse ul li a,
#menu ul.menu li.active ul li a,
#menu ul.menu li:hover ul li a {
	background-color: transparent;
	color: #58585a;
}

#menu ul.menu li ul {
	position: absolute;
	width: 180px;
	background-color: #fff;
	box-shadow: 0 0 5px #000;
	text-align: center;
	left: -30px;
	z-index: 1;
	margin: 0;
	padding: 0;
	top: 70px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
}


#menu ul.menu li:hover ul {
	z-index: 2;
	top: 40px;
	opacity: 1;
	height: auto;
	overflow: visible;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	 -ms-transition-property: all;
	  -o-transition-property: all;
	     transition-property: all;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	 -ms-transition-duration: 0.3s;
	  -o-transition-duration: 0.3s;
	     transition-duration: 0.3s
}

#menu ul.menu li ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}

ul.menu li ul:after {
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgb(255,255,255);
	position: absolute;
	content: "";
	top: -11px;
	left: 75px;
}

#menu ul.menu li ul li a {
	margin: 0;
}

#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#logo {
	position: absolute;
	left: 10px;
	top: 19px;
	z-index: 2;
}


#content {
	position: relative;
	padding-bottom: 230px;
	padding-top: 50px;
}

#content div.rahmen1 {
	background-color: rgba(88,88,88,0.85);
	padding: 25px;
	color: #fff;
}

#content div.rahmen2 {
	background-color: #007952;
	padding: 25px;
	color: #fff;
}

#content div.rahmen1 div.bilder_wrap,
#content div.rahmen2 div.bilder_wrap {
	margin: -25px;
	margin-right:15px;
}

#content div.rahmen1 h1,#content div.rahmen1 h2,#content div.rahmen1 h3,
#content div.rahmen1 h3,#content div.rahmen1 h5,#content div.rahmen1 h6,
#content div.rahmen2 h1,#content div.rahmen2 h2,#content div.rahmen2 h3,
#content div.rahmen2 h3,#content div.rahmen2 h5,#content div.rahmen2 h6 {
	color: #fff;
	text-align: center;
}

#headerExtensionWrapper {
	padding-top:82px;
	background: #007952;
}

#footerWrapper {
	background: #007952;
	position: absolute;
	bottom: 0px;
	height: 120px;
	width: 100%;
}

#footer a,
#footer {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
}
#footer ul.menu li.active a,
#footer ul.menu li a:hover,
#footer a:hover {
	text-decoration: underline;
}

#footer p.right,
#footer p.left {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 20px;
	width: 300px;
}


#footer p.right {
	float: right;
	clear: right;
	width: 205px;
	margin-top: 5px;
}

#newsletter b,
#footer b {
	font-style: italic;
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: justify;
}

#footer ul.menu {
	display: block;
	top: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

#footer ul.menu li,
#footer ul.menu li a {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	text-transform:  uppercase;
}

#footer ul.menu li {
	float: right;
}

#footer ul.menu li a {
	padding: 5px;
	margin: 2;
	font-size: 16px;
}

#footer ul.menu li ul {
	display: none;
}

#newsletter {
	position: absolute;
	margin: 0 auto;
	width: 410px;
	height: 160px;
	margin-left: -205px;
	left: 50%;
	top: -40px;
	background-color: #007952;
	padding: 20px;
	box-shadow: 0 0 5px #000;
}

div#main {
	position: relative;
	width: 100%;
	min-height: 100%;
}

@media screen and (min-width: 1024px) {
	.width {
		width: 1024px;
		position: relative;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1024px) {
	.width {
		width: 924px;
		position: relative;
		margin: 0 auto;
	}
	
	
	#wrapper, #header, #content {
		width:924px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#content {
		width: 820px !important;
	}
	
	#content div#temp2_content_1 {
		width: 65% !important;
	}
	
	#content div#temp2_content_2 {
		width: 30% !important;
	}
	
	#content div#temp2_content_1 img {
		max-width: 100% !important;
	}
	
	#content div#temp2_content_2 img {
		max-width: 100% !important;
	}
}

@media screen and (max-width: 700px) {
	.width {
		width: 680px;
		position: relative;
		margin: 0 auto;
	}
	
	#wrapper, #header, #content {
		width:680px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#content {
		width: 600px !important;
	}
	
	#content div#temp2_content_1 {
		width: 100% !important;
	}
	
	#content div#temp2_content_2 {
		width: 100% !important;
	}
	
	#content div#temp2_content_1 img {
		max-width: 100% !important;
	}
	
	#content div#temp2_content_2 img {
		max-width: 100% !important;
	}

	#content div.rahmen1,#content div.rahmen2, #content div.rahmen3, #content div.rahmen4,
	#content div.rahmen5, #content div.rahmen6, #content div.rahmen7, #content div.rahmen8 {
	 	width:100% !important;
		max-width:100%;
		min-width:100%;
	}
}