/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

#clear {
	clear:both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a, address {
	font-style: normal;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ENDE CSS-RESET */

/* -------------------------------- COMMON -------------------------------- */

::selection {
	background:#DEF0E8; /* Safari */
	}
::-moz-selection {
	background: #DEF0E8; /* Firefox */
}

body {
	font-family: Muli;
	color: #777777;
	margin: 0;
}

h1 {
	font-family: Muli;
	font-size: 45px;
	line-height: 70px;
	font-style: normal;
	font-weight: 300;
	/*color: #7AC2A3;*/
	color: #A1C431;
	margin: 52px 0 53px 0;

}

h2 {
	font-family: Muli;
	font-size: 30px;
	line-height: 35px;
	font-style: normal;
	font-weight: 300;
	color: #7AC2A3;
	margin: 70px 0 35px 0;
}

h3 {
	font-family: Muli;
	font-size: 25px;
	line-height: 35px;
	font-style: normal;
	font-weight: 300;
	color: #a1c431;
	margin: 35px 0;
}

h4 {
	font-family: Muli;
	font-size: 22px;
	line-height: 35px;
	font-weight: 300;
	font-style: normal;
	color: #595959;
	margin: 35px 0 0 0;
}

p , label {
	font-family: Muli;
	font-size: 18px;
	line-height: 35px;
	font-style: normal;
	font-weight: 400;
	color: #777777;
	margin-bottom: 35px;
	margin-top: 0px;
}

p a:link, li a:link {
	text-decoration: underline;
	color: #a1c431;
}
p a:visited, li a:visited {
	color: #a1c431;
}

p a:hover, p a:focus, li a:hover, li a:focus {
	color: #B4D05A;
}

p a:active, li a:active {
	color: #759216;
}
sup{
	font-size:14px;
	vertical-align:top;
	font-weight:normal;
}

#contentpage ul {
	list-style: disc;
	padding: 0 50px;
	margin-bottom:35px;
}

#contentpage ul li {
	font-size: 18px;
	line-height: 35px;
	padding: 0 10px;
	color: #777777;
}

.kontakt-link {
	width: 100%;
	display: inline-block;
	padding: 0 1em 0 40%;
	background-color: #EBF6F1;
	background-image: url("../images/kontakt.png");
	background-repeat: no-repeat;
	background-position: 2em 0;
}

.kontakt-link b {
	color: #7AC2A3;
	font-weight: 300;
}

/* -------------------------------- PLACEMENT -------------------------------- */

header {
	width: 100%;
	height: 159px;
	background-image: url("../images/bandeau.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: white;
}

#contentheader {
	width: 100%;
	height: inherit;
	max-width: 1060px;
	min-width: 880px;
	margin: 0 auto;
	background-image: url("../images/header-picture.jpg");
	background-repeat: no-repeat;
	background-position: 90% top;
}

#contentheader img {
	margin: 30px 0 0 16px;
}

#contener {
	max-width: 1060px;
	min-width: 880px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: table;
	background-color: white;
}

#contener #contentpage {
	width: 71%;
	float: left;
	padding: 34px 1em 0;
	background-color: #FFFFFF;
}

#contener aside {
	width: 25%;
	float: left;
	margin-right: 4%;
	padding: 104px 0 0;
	background-color: #FFFFFF;
}
footer{
	display:inline-block;
	width:100%;
	margin-top:35px;
	padding-top:35px;
	text-align:center;
	background-image: url("../images/bandeau.png");
    background-position: left bottom;
    background-repeat: repeat-x repeat-y;
}
footer div{
	width: 100%;
	max-width: 1060px;
	min-width: 880px;
	text-align:right;
	margin:0 auto;
}
footer a{
	color:white!important;
	padding:0 1em!important;
}

/* -------------------------------- TEXTS -------------------------------- */

aside ul {
	display: table;
	margin: 0;
}

aside ul li {
	color: #777777;
	margin-bottom: 34px;
	border-bottom: 1px solid #777777;
	border-top: 1px solid #777777;
	padding-left: 1em;
}

aside ul li a {
	height: 34px;
	font-size: 16px;
	font-weight: 400;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: none!important;
	color: inherit!important;
	display: block;
	padding-top:10px;
}

aside ul li:hover {
	background-color: #F1F9F6;
	color: #7AC2A3;
	border-color: #7AC2A3
}

aside ul .active, aside ul .active:hover {
	background-color: #F5F9EA;
	color: #A1C431;
	border-color: #a1c431;
	border-left: 1px solid #a1c431;
}

/* -------------------------------- BACKGROUND -------------------------------- */

#background-highlite {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 229px;
	left: 0;
}

.background-highlite-piece, .background-highlite-piece-active, .background-highlite-blank, .background-highlite-blank-active {
	height: 35px;
	display: block;
	border-bottom: 1px solid white;
	background-color: white;
}

.background-highlite-piece-active, .background-highlite-blank-active {
	border-color: #A1C431;
	background-color: #F5F9EA;
	margin-left:50%;
}

.background-highlite-blank-active {
	background-color: white;
}

/* -------------------------------- Stile Detlef -------------------------------- */

.uppercase{
	text-transform:uppercase;
}
.kleiner-text{
	font-size:14px!important;
}

/* Vierspalter */
.vierspalter{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.vierspalter div.spalte1{
	width:22%;
	float:left;
	text-align:center;
	margin-right:4%;
	padding-top:10px;
}
.vierspalter div.spalte2{
	width:22%;
	margin-right:4%;
	float:left;
	text-align:center;
	padding-top:10px;
}
.vierspalter div.spalte3{
	width:22%;
	margin-right:4%;
	float:left;
	text-align:center;
	padding-top:10px;
}
.vierspalter div.spalte4{
	width:22%;
	float:left;
	text-align:center;
	padding-top:10px;
}

/* Zweispalter  */
.zweispalter{
	width:100%;
	overflow:hidden;
	margin-top:-70px
}
.zweispalter .linkespalte{
	float:left;
	width:48%;
	margin-right:4%;
}

.zweispalter .rechtespalte{
	float:left;
	width:48%;
}


/* Zweispalter mit Bild rechts */
.zweispalter-bild-rechts{
	width:100%;
	overflow:hidden;
	margin-top:-35px;
}

.zweispalter-bild-rechts .bilderspalte{
	float:right;
	width:35%;
	margin-left:4%;
	text-align:right;
}
.zweispalter-bild-rechts .mehrmargin{
	margin-top:70px;
}

.zweispalter-bild-rechts .bilderspalte img{
	margin-bottom:-3px;
}

/* Spalten-Bilder */
.spalten-bilder{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-bottom:35px;
}
.spalten-bilder img{
	margin: 0px 10px -3px 10px;
}

/* Content-Bild */
img.content-bild{
	float:left;
	margin: 0 10px 5px 0;
}

/* Bild mit Titel */
.bild-mit-titel {
	margin-top:0px;
	margin-bottom:35px;
}
.bild-mit-titel p{
	font-size:0.8em;
	margin-bottom:0;
	line-height:35px;
}

/* Zweispalter mit Formular */
.zweispalter-formular{
	width:100%;
	overflow:hidden;
}
.zweispalter-formular .linkespalte{
	float:left;
	width:55%;
	margin-right:4%;
}

.zweispalter-formular .rechtespalte{
	float:left;
	width:41%;
	text-align:center;
}

/* Kontaktdaten*/
.kontaktdaten{
	margin-top:25px;
	padding-top:20px;
	border-top:1px solid #DDDDDD;
}

/* Allgemeines Kontaktformular */

#kontaktform{
	background-color: #EBF6F1;
	width:83%;
	padding:35px 1.5em;
	margin-bottom:25px;
	font-size:0.85em;
	text-align:left;
}
#kontaktform label{
	float:left;
	font-size:1em;
	line-height:1.3em;
	margin:0.4em 0.2em 0.4em 0;
	padding:1%;
}
#kontaktform label.mitteilung{
	display:block;
	float:none;
	margin:0.8em 0.2em 0 0;
}
#kontaktform input{
	width:56%;
	height:20px;
	float:right;
	margin: 5px 0px 4px;
	padding:1%;
	border:1px solid #E4F3EC;
}
#kontaktform input#senden{
	width:100%;
	float:none;
}
#kontaktform textarea{
	width:94%;
	margin:0.4em 0;
	border:1px solid #E4F3EC;
	padding:3%;
	resize:vertical;
}
#kontaktform h4{
	font-size:18px;
	color: #777777;
	line-height:35px;
	display:inline-block;
	border-top:1px solid #E4F3EC;
	width:100%;
}
#kontaktform button, #contener-landingpage #contentpage #calltoactionunten p a {
	min-height: 35px;
	cursor: pointer;
	color: #ffffff;
	padding: 8px 20px;
	background-color:#9ec9b7;
	background: -moz-linear-gradient(top, #bce0d1 0%, #8ebda9);
	background: -webkit-gradient(linear, left top, left bottom, from(#bce0d1), to(#8ebda9));
	border: 2px solid #6f9485;
	-moz-box-shadow:
		0px 2px 2px #E1E7E4,
		inset 0px 1px 0px #FFFFFF;
	-webkit-box-shadow:
		0px 2px 2px #E1E7E4,
		inset 0px 1px 0px #FFFFFF;
	box-shadow:
		0px 2px 2px #E1E7E4,
		inset 0px 1px 0px #FFFFFF;
	text-shadow:
		0px -1px 1px #577D6E;
	font-size:18px;
}

#kontaktform button:hover, #kontaktform button:focus, #contener-landingpage #contentpage #calltoactionunten p a:hover, #contener-landingpage #contentpage #calltoactionunten p a:focus {
	background-color:#b1d7c7;
	background: -moz-linear-gradient(top, #c7e8da 0%, #9dc7b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#c7e8da), to(#9dc7b5));
	border: 2px solid #7fa394;
	-moz-box-shadow:
		0px 2px 3px #D9E1DE,
		inset 0px 1px 0px #FFFFFF;
	-webkit-box-shadow:
		0px 2px 3px #D9E1DE,
		inset 0px 1px 0px #FFFFFF;
	box-shadow:
		0px 2px 3px #D9E1DE,
		inset 0px 1px 0px #FFFFFF;
}

#kontaktform button:active, #contener-landingpage #contentpage #calltoactionunten p a:active {
	background-color:#608978;
	background: -moz-linear-gradient(top, #78a693 0%, #9dc7b5);
	background: -webkit-gradient(linear, left top, left bottom, from(#78a693), to(#9dc7b5));
	border: 2px solid #65917f;
	-moz-box-shadow:
		0px 2px 3px #FFFFFF,
		inset 0px 1px 0px #FFFFFF;
	-webkit-box-shadow:
		0px 2px 3px #FFFFFF,
		inset 0px 1px 0px #FFFFFF;
	box-shadow:
		0px 2px 3px #FFFFFF,
		inset 0px 1px 0px #FFFFFF;
}

/* Clearfloat */
.clearfloat{
	clear:both;
}

/* CSS für toTop-Script */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
	z-index:10;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

/* Stile für Landingpages */
#contener-landingpage {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	display: table;
	background-color: white;
}
#contener-landingpage #contentpage {
	width: 66%;
	float: left;
	padding: 0px 1em 0;
	background-color: #FFFFFF;
}

#contener-landingpage aside {
	width: 30%;
	float: left;
	margin-left: 4%;
	padding: 0px 0 0;
	background-color: #FFFFFF;
}
#contener-landingpage  h1 {
	margin: 40px 0 10px 15px;
	font-size: 40px;
	line-height: 45px;
}
#contener-landingpage h2 {
	margin: 0px 0 40px 15px;
	font-size: 25px;
	line-height: 30px;
}
#contener-landingpage h3 {
	margin: 35px 0 10px 0;
	line-height: 30px;
	font-size: 20px;
}
#contener-landingpage h4 {
	margin: 35px 0 5px 0;
}
#contener-landingpage p {
	font-size: 17px;
	line-height:25px;
	margin-bottom: 20px;
}
#contener-landingpage #contentpage  ul{
	margin-bottom:20px;
}
#contener-landingpage #contentpage ul li {
	line-height: 25px;
	font-size: 17px;
}
#contener-landingpage #contentpage  #nutzen ul{
	list-style:none;
	padding: 0 15px;
	/*list-style-image: url(../images/bullet.png);*/
}
#contener-landingpage #contentpage  #nutzen ul li {
	line-height: 28px;
	font-size: 18px;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left:45px;
}
#contener-landingpage #contentpage  #calltoactionunten {
	margin: 0 0 50px -15px;
	overflow:hidden;
}
#contener-landingpage #contentpage  #calltoactionunten p  {
	width: 45%;
	padding:0 10px;
	margin: 0px 5px;
	text-align:center;
	float: left;
	line-height:20px;
}
#contener-landingpage #contentpage  #calltoactionunten p a {
	padding:8px 0;
	background-color:lightgrey;
	display:block;
	text-decoration:none;
}
#contener-landingpage #kontaktform{
	width:100%;
	padding: 1.5em
}
#contener-landingpage #kontaktform h3{
	margin:0 0 2px 0;
	line-height: 30px;
	font-size: 19px;
}
#contener-landingpage #kontaktform h4{
	line-height:25px;
	margin: 15px 0 0 0;
	font-size:1em;
}
#contener-landingpage #kontaktform input{
	width:70%;
}
#contener-landingpage  #kontaktform button{
	margin:25px 0;
	width:100%;
	line-height:20px;
}
#contener-landingpage #kontaktform #datenschutz {
	margin: 0;
	padding: 0 0 0 47px;
	background-image: url("../images/schloss.png");
	background-repeat: no-repeat;
	background-position: -2px 0px;
}
#contener-landingpage #kontaktform #datenschutz p{
	font-size:13px;
	line-height:17px;
	margin-bottom:3px;
}
#contener-landingpage  #hotline{
	background-image: url("../images/phone.png");
	background-repeat: no-repeat;
	background-position: -2px 0px;
	padding: 0 0 15px 75px;
	margin-bottom:10px;
	border-bottom:1px solid #969696;
}
#contener-landingpage  #hotline h3{
	text-align:left;
	margin-bottom: 0;
}
#contener-landingpage  #hotline p{
	text-align:left;
	font-size:21px;
	margin-bottom:5px;
}
#heroshot{
	width:100%;
	margin: 20px 0 0;
	border: 1px solid #A1C431;
}