@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: "Source Sans Pro";
	src: url("/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format('truetype');
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf") format('truetype');
	font-style: italic;
}

@font-face {
	font-family: "Source Sans Pro";
	src: url("/fonts/Source_Sans_Pro/SourceSansPro-BoldItalic.ttf") format('truetype');
	font-style: italic;
	font-weight: bold;
}

@font-face {
	font-family: "Josefin Sans";
	src: url("/fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf") format('truetype');
}

@font-face {
	font-family: "Courgette";
	src: url("/fonts/Courgette/Courgette-Regular.ttf") format('truetype');
}

/* RESET */
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: inherit;
}

ul, ol, li, form, body {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

p {
padding: 0;
margin: 0 0 12px;
}

p.bodytext {
margin: 1em 0;
}


/* Headines */
h1 {
color: #F18918;
font-size: 18px;
font-weight: bold;
margin-bottom: 12px;
}

h2 {
color: #6D8A2E;
font-size: 40px;
font-weight: bold;
margin-bottom: 24px;
line-height: 140%;
font-family: 'Josefin Sans',Arial, Helvetica, sans-serif;
}

h3 {
font-size: 22px;
font-weight: 600;
margin-top:32px;
margin-bottom: 16px;
}

h4 {
font-size: 18px;
font-weight: 600;
margin-bottom: 4px;
}

h5 {
font-size: 11px;
font-weight: bold;
margin-bottom: 3px;
}

h6 {
font-size: 10px;
font-weight: bold;
margin-bottom: 2px;
}

h3+p.bodytext {
	margin-top: 0;
}

h4+p.bodytext {
	margin-top: 0;
}


/* Diverses */
a {
color: #A97327;
font-weight: 600;
text-decoration: none;
}

a:hover {
color: #614317;
}

a img {
border: 0;
}

a.more {
font-weight: bold;
}

.hidden {
display: none;
}

.bold {
font-weight: bold;
}

.italic {
font-style: italic;
}

.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.justify {
text-align: justify;
}

.top {
vertical-align: top;
}

.bottom {
vertical-align: bottom;
}

.clear {
clear: both;
}

/* Mobile */
@media all and (max-width: 1024px) and (min-width: 320px) {
  #header { /* Kein Fixed Header im IE6 */
  position: inherit;
  }

  #main { /* Kein Fixed Header im IE6 */
  padding-top: 0px;
  }
}

/* Allgemein */

body {
color: #000000;
background-color: #E4E8EB;
font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 140%;
}

#wrapper {
}

#page {
width: 990px;
margin: 0 auto;
border-left: 1px solid #444444;
border-right: 1px solid #444444;
background: #ffffff;
}

/* Header */

#header {
margin-bottom: 36px;
}

#topMenu {
float: right;
margin: 10px 20px;
font-size: 18px;
font-weight: 600;
}

.topMenuSpacer {
margin: 0px 12px;
}

#logoLine {
margin: 14px 12px 12px;
}

#logo {
	padding-top: 8px;
}

#dtvSterne {
	float: right;
/*	margin-right: 12px; */
	width: 220px;
	background-color: #f6f6f6;
	background-image: -webkit-linear-gradient(160deg,#fbfbfb 0%, #e8e8e8 100%);
	background-image: -moz-linear-gradient(160deg,#fbfbfb 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(160deg,#fbfbfb 0%, #e8e8e8 100%);
	background-image: linear-gradient(160deg,#fbfbfb 0%, #e8e8e8 100%);
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.sliderContainer {
border-top: 1px solid #444444;
}


/* Content-Bereich */

#main {
margin: 0 0 48px;
}

#mainNav {
width: 250px;
float: left;
margin: 18px 30px 30px 0;
}

#mainLeft {
width: 680px;
float: left;
margin: 0 30px 0 0;
}

#mainLeft ul {
margin: 16px 0;
padding-left: 40px;
}

#mainLeft li {
list-style-type: disc;
margin: 6px 0;
}

#mainLeft ul.markedLinks a {
text-decoration: underline;
font-weight: bold;
}

.signature {
color: #6D8A2E;
font-family: 'Courgette','Source Sans Pro',Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 24px;
display: block;
margin: 16px 0 0 0px;
}


/* Bilder */

.img_align {
margin-bottom: 12px;
margin-top: 0.2em;
padding: 5px 5px 0px 5px;
border: 1px solid #cccccc;
box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.img_alignright {
float: right;
margin-left: 20px;
}

.img_alignleft {
float: left;
margin-right: 20px;
}

.img_alignleft_galerie {
float: left;
margin-right: 19px;
}

.img_alignleft_galerie_end {
float: left;
margin-right: 0;
}

.content_image {
border: 1px solid #cccccc;
}



/* Tabellen */

table p.bodytext {
margin-bottom: 0px;
}


/* Formulare */

.formFieldDiv label {
float: left;
font-weight: 600;
margin-top: 6px;
padding-right: 20px;
text-align: right;
width: 140px;
}

.formFieldDiv .formField {
border: 1px solid #CCCCCC;
border-radius: 5px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
font-size: 18px;
margin: 3px 0 5px;
padding: 3px 6px 5px;
}

#email-div {
	display: none;
}

.formFieldDiv textarea {
border: 1px solid #CCCCCC;
border-radius: 5px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;
font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
font-size: 18px;
margin: 3px 0 5px;
padding: 3px 6px 5px;
}

.formFieldDiv input.formFieldSubmit {
background: #CECBD1;
border: 2px solid #CCCCCC;
border-radius: 8px;
color: #666666;
cursor: pointer;
font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: 600;
margin: 3px 0 5px 160px;
padding: 2px 30px;
}

.formFieldDiv input.formFieldSubmit:hover {
background: #E9E6EC;
border: 2px outset #E9E6EC;
color: #000000;
}

.outerError {
border: 1px solid #CCCCCC;
border-radius: 16px;
margin: 20px 0 32px;
}

.innerError {
border: 4px solid #FFFFFF;
border-radius: 16px;
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
color: #000000;
min-height: 44px;
padding: 16px 16px 16px 16px;
}

.innerError .errorHeadline {
display: block;
font-size: 18px;
font-weight: 600;
margin: 0 0 12px;
}



/* Footer */


#footer {
padding: 6px 0 14px;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
margin-bottom: 24px;
background: #E7F0D0;
}

#footer_address {
font-size: 16px;
padding: 16px 24px;
}

#footer_address_right {
float: right;
text-align: right;
}

#footer_address_left {
}












/* Slider */
.slider_no_1 {
width: 990px;
height: 400px;
overflow: hidden;
}

.slider_no_1 .bx-caption {
top: 340px;
width: 942px;
}

.slider_no_1 .slider_control_prev {
margin-left: 30px;
}

.slider_no_1 .slider_control_next {
margin-left: 912px;
}

.slider_no_1 .slider_control {
margin-top: 140px !important;
}

.bx-pager-item {
float: left;
padding: 2px;
}

.bx-pager-item a {
display: inline-block;
padding: 20px 0px 0px 0px;
background: url(../images/layout/bullet_slider_a.png) no-repeat;
width: 24px;
}

.bx-pager-item a.active {
background: url(../images/layout/bullet_slider_b.png) no-repeat;
}

.slider_pager {
position: relative;
}

.bx-pager {
position: absolute;
z-index: 1005;
right: 16px;
height: 28px;
overflow: hidden;
}

.slider .bx-pager {
margin-top: 358px;
}

.slider .bx-caption {
position: absolute;
left: 0;
background: url(../images/layout/slider_caption_bg.png) bottom repeat-x;
height: 20px;
padding: 22px 24px 18px;
font-size: 18px;
font-weight: 600;
line-height: 100%;
color: #ffffff;
}

.slider_control {
height: 48px;
width: 48px;
float: left;
position: absolute;
margin-top: 100px;
z-index: 20000;
display: none;
font-size: 20px;
font-weight: bold;
text-align: center;
color: #F1881D;
padding: 0px;
}

.slider_control:hover {
cursor: pointer;
}

.slider:hover .slider_control {
display: block;
}

.slider_control_prev {
background: url(../images/layout/sliderArrowBack.png) no-repeat;
}

.slider_control_next {
background: url(../images/layout/sliderArrowForward.png) no-repeat;
}







/* Navigation */

/* Nav Ebene 1 */
#nav ul.nav_1>li {
margin-bottom: 9px;
}

#nav ul.nav_1>li.current {
}

#nav ul.nav_1>li>a {
font-size: 18px;
line-height: 140%;
padding: 3px 8px 3px 24px;
display: block;
}

#nav ul.nav_1>li>a:hover {
}

#nav ul.nav_1>li.current>a {
color: #ffffff;
background-color: #6D8A2E;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

#nav ul.nav_1>li.other>a:hover {
background-color: #E7F0D0;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/* Nav Ebene 2 */
#nav ul.nav_2 {
background: url('../images/bg_white_66percent.png') 0px 0px repeat;
/* background-color: #ffffff; */
/*  opacity: 0.8; */
padding: 4px 0px 10px 0px;
}

#nav ul.nav_2>li {
background: url('../images/bullet_nav2.png') 20px 9px no-repeat;
padding: 0px 8px 0px 34px;
}

#nav ul.nav_2>li>a {
font-size: 13px;
font-weight: bold;
color: #A94B15;
padding: 5px 0px;
display: block;
}

#nav ul.nav_2>li>a:hover {
color: #F18918;
}

#nav ul.nav_2>li.current>a {
color: #F18918;
font-weight:bold;
}




/* IE Fixes */

#ie7 #header, #ie8 #header {
border-bottom: 1px solid #f6efe4;
}

