/*Basis Elemente */
@import "slicknav/slicknav.min.css";
* {
    margin: 0;
    padding: 0;
}

html, body {

    background: #e4f0da;
}
html {
    
}
body {
	background:transparent url(bg_folge.jpg) no-repeat top center;
	color: #005596;
	font: 16px arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}

 .cat-0 {
	background:transparent url(bg_start.jpg) no-repeat top center;

}


tr:nth-child(even) {background: #fff}
tr:nth-child(odd) {background: #e0edd8}


tr:nth-child(1)  {background: #e2e8f2;
height:25px;}


/*Formatierungen*/
#inhalt p, #inhalt ul, #inhalt ol {
    font: 16px arial, verdana, sans-serif;
    margin-top: 5px;
}
#inhalt td, #inhalt th {
    font: 12px arial,verdana,sans-serif;
    margin-top: 5px;
}

#inhalt h1 {
	font: 16px arial, verdana, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	margin-bottom: 20px;
	color: #005597;
	display: block;
	width:96%;
	font-weight: bold;
	background-color: #e2e8f2;	
		text-transform: uppercase;
}

#inhalt h2 {
	font: 16px arial, verdana, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	margin-bottom: 20px;
	color: #009932;
	display: block;
	width:96%;
	font-weight: bold;
	background-color: #e0edd8;
	text-transform: uppercase;
}

#inhalt h3 {
   	color: #009932;
	font: 16px arial, verdana, sans-serif;
}

#inhalt span.image {

}

.gallery img {
border-radius: 10px;
	border: solid #a7d5f9 4px;
}

#inhalt img.left {
    float: left;
    margin: 5px 10px 0 0;
}

#inhalt img.right {
    float: right;
    margin: 10px 0 0 10px;
}

/*f�r die Bilder, die linksb�ndig vor Aufz�hlung liegen*/
#inhalt span.left {
    margin-right: 50px;
}

#inhalt a:link, #inhalt a:visited {
    color: #005597;
    font-weight: normal;
    text-decoration: underline;
	display:block!important;
}

#inhalt a:hover, #inhalt a:active {
    color: #005597;
    text-decoration: none;

}

#inhalt ul {
    clear: left;
    list-style-type: disc;
    margin-left: 20px;
	
}

#inhalt li {
    padding: 0px;
    margin-top: 5px;
}

#inhalt ol {
    clear: left;
    list-style-type: decimal;
    margin-left: 25px;
}

table {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
	border-collapse: collapse;
	border-bottom:none;
 	font-size: 14px;
}

#inhalt th {
    font-weight: bold;
    border: 0px #cccccc solid;
    padding: 2px;
}

#inhalt td {
    border: 0px #cccccc solid;
    padding: 2px;
}

#inhalt .contactform button {
    font: 0.8em arial, verdana, sans-serif;
    color: #524f48;
    font-weight: bold;
}
#textHG {min-height:400px;}

/* Spezielle DIVs*/


#container {
    position: relative;
    padding-top: 0px;
	padding-bottom: 20px;
    margin: 0px auto;
    width: 788px;
}

#oben {
    height: 130px;
    margin: 0px auto;

}


#oben.margin-bottom {
    margin-bottom: 200px;
}

body > #header {
    position: absolute;
    top: 130px;
    width: 100%;
}

#header {
    background-position: 50% 50%;
    background-size: 100% 100%;
    display: none;
    position: relative;
    height: 570px;
}

#header_img {
    height: 400px;
    width: 100%;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-color: transparent;
    background-repeat: no-repeat;
}

#headerSlider {
    height: 570px;
}

#headerSlider img {
    height: 100% !important;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 300;
}

#logo_img {
    height: 210px;
    width: 180px;
    background: url(logo.png) no-repeat bottom left;
}

#inhalt {
	background: rgba(255,255,255,0.5);
	margin-top: 80px;
	padding-top:20px;
}

.cat-0 #inhalt {
	background: #fff;

}




.gallery {
    padding-left: 20px;
    position: relative;
}

.gallery span{
 font: 11px arial, verdana, sans-serif; 
}

.gallery img{

margin-left: 0px!important;   
}
#inhalt div.hasSubtitle.format_q1 a {
    width: 120px!important;
}
#topExtraDiv td { border:0px;
}

#topExtraDiv table { border:0px;
margin-top:30px;}

#topExtraDiv { 
	display: none;

}

#topExtraDiv h3,
#topExtraDiv p {
	color: #000;
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 31px;
	padding-left: 20px;
	padding-right: 50px;
	text-transform: uppercase;
}

#topExtraDiv h3 {
    font-size: 12px;
    margin-bottom: 20px;
}

#topExtraDiv a {
color:#636431 !important;
	text-transform: none;
	font-size: 14px;
}
#topExtraDiv a:hover {
color:#636431;
font-weight: normal;
}


#text {
    position: relative;
    padding: 0px;

}
.text {

margin: 20px;
}
#text:after {
    content: "";
    display: table;
    clear: both;
}

#secondLevel {
    background: #FFF;
    margin: 0px auto;
    position: absolute;
    top: 800px;
    width: 1060px;
}

/*Footer*/
#footer img{
	float:left; 
margin:0;

}

#footer{
height:163px;
padding-bottom:20px;
}

.cat-0 #footer{
background-color: #FFF!important;
}

#inhalt > #footer {
   
}

#footer p {

}

#footer a, #footer a:link, #footer a:visited {
    color: #d7ad51;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover, #footer  a:focus {
    color: #d7ad51;
    text-decoration: underline;
}

#footer table {
    margin: 0px auto;
    width: 1060px;
}
#inhalt #footer table {
    width: 100%;
}
#footer table td {
    border: none;
    vertical-align: top;
    width: 25%;
}
#footer table td h4 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
}


/*Navigation*/
#navi ul ul { position:absolute; }
#navi {
    position: absolute;
    top: 150px;
    left: 0px;
}



#navi ul li {
	float: left;
	border-right: solid #c8e1ba 3px; 
}
.cat-5 {

	border-right: none !important;
}

#navi ul {
	float: left;
	margin-left: 30px;
	 
}


#navi ul li a {
    display: block;
    text-transform: none;
}
#navi li {
    display: block;
    float: left;
    position: relative;
    list-style-type: none;
    margin: 0;
}

#navi a, #navi a:link, #navi a:visited {
    color: #009d3d;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 25px 5px 25px;
		font-family: arial, verdana, sans-serif;
	
}
#navi ul a:hover, #navi ul #navi ul a:hover span {
    background-color: #c8e1ba;
}

#navi ul a:hover span {
    border-bottom: 6px solid transparent;
    padding-bottom: 10px;
    text-decoration: none;
}

#navaktuell {

background-color: #c8e1ba;
}

.cat-5 

/* 2. Ebene */


#navi ul li#navaktuell ul {
display:block;
}

#navi ul li ul a:hover span {
    border-bottom: 0px;
    
}

#navi ul ul {
display:none;
margin:0;

}

#navi ul li ul li{
    float: left;
	min-width:170px;
}

#navi ul li:hover ul {
    display: block;
    left: 0;
	background-color:#c8e1ba;
}

#navi ul li ul li a {
  color: #009d3d;
  font-size: 12px;
  text-align: left;
float: none;
  z-index: 9999;
  background-color:#c8e1ba;
} 
#navi ul li ul 
{    z-index: 9999;


}
#navi ul li ul li
{    z-index: 9999;


}


#navi ul li ul li a:hover
{
	background-color: #fff;
	color:#46aede
	
}

#navi ul li ul li a#navaktuell 
{
	background-color: #fff;
	    border-bottom: 0px;
		color: #46aede!important;
		
}
#navi ul li ul li 
{
	    border-right: 0px;
		
}

/* Ende Navi */

#text div.contactform {
    padding: 0 20px 20px 20px;
    margin-bottom: -20px;
    position: relative;
    top: -20px;
}


.custom-Block-gruene-Boxen {
    background: #FFFFFF;
    margin-bottom: 20px;
    width: 100%;
}
.custom-Block-gruene-Boxen ul {
    margin: 0px !important;
    text-transform: uppercase;
}
.custom-Block-gruene-Boxen ul:after {
    content: "";
    display: table;
    clear: both;
}
.custom-Block-gruene-Boxen ul li {
    color: #000;
    float: left;
    font-family: 'Fjalla One', sans-serif;
    font-size: 14px;
    list-style-type: none;
    margin: 0px !important;
    padding: 35px 30px !important;
}
.custom-Block-gruene-Boxen ul li:hover,
.custom-Block-gruene-Boxen ul li.active  {
    background: #f6f6f6;
    color: #d7ad51;
    cursor: pointer;
}
.custom-Block-gruene-Boxen ul li.active  {
    background: #d7ad51;
    color: #fff;
}


.custom-Block-dynamische-Hoehe,
.custom-Block-feste-Hoehe {
    background: #FFF;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 205px;
    padding: 20px;
    width: 300px;
}
.custom-Block-feste-Hoehe {
    height: 205px !important;
    overflow: hidden;
}
.custom-Block-dynamische-Hoehe span,
.custom-Block-feste-Hoehe span,
.custom-Block-dynamische-Hoehe img,
.custom-Block-feste-Hoehe img{
    padding: 0px !important;
    margin: 0px !important;
}
.custom-Block-dynamische-Hoehe:nth-child(3n),
.custom-Block-feste-Hoehe:nth-child(3n){
    margin-right: 0px;
}
.custom-Block-dynamische-Hoehe > *,
.custom-Block-feste-Hoehe > * {
    line-height: 16px !important;
}

.custom-Tab-Box {
    position: relative;
}
.custom-Tab-Box:after {
    content: "";
    display: table;
    clear: both;
}
.custom-Tab-Box .block-1,
.custom-Tab-Box .block-2,
.custom-Tab-Box .block-3 {
    display: none;
}
.custom-Tab-Box .block-1 {
    display: block;
}
.custom-Tab-Box-Text {
    padding: 0 20px 20px 20px;
    width:80%;
    float:left;
}
.custom-Tab-Box-Image {
    padding:0;
}

.custom-standard {
    background: none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 20px;
}

.nivo-directionNav a {
    top: 48%;
}
.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(../../../img/nivo/arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
}
a.nivo-nextNav {
    background-position:-30px 0;
    right:30px;
}
a.nivo-prevNav {
    left:30px;
}
.nivoSlider a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

#serviceNavi {
    position: absolute;
    top: 25px;
    right: 0px;
}
#serviceNavi ul li {
    float: left;
    margin: 0px 0px 0px 20px;
}
#serviceNavi ul li a {
    color: #d7ad51;
    font-size: 12px;
    text-decoration: none;
	font-weight: bold;	
}
#serviceNavi ul li a:hover {
	text-decoration: underline;
	
}

.navaktuell .cat-0 #oben.margin-bottom {
  margin-bottom: 610px !important;
}

div.isAnimatedGallery {
    height: 98px;
    overflow: auto;
    padding: 0 7px 0 0;
}
div.isAnimatedGallery a {
    float: left;
    height: 100%;
    margin: 0 11px 0 0;
    overflow: visible;
    text-decoration: none !important;
}
#inhalt div.isAnimatedGallery img {
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    width: 130px;
    height:98px;
}
.galWrapper {
    background: none repeat scroll 0 0 #fff;
    height: 132px;
    padding: 10px 0 10px 42px;
    position: relative;
}
.isAnimatedGallery {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin: 0;
    padding: 0;
}
#gal_prev, #gal_next {
    background: url("http://composer.seitenbox.de/img/simple-arrows.jpg") no-repeat scroll 0 0 #fff;
    height: 40px;
    overflow: hidden;
    position: absolute;
    text-indent: -1000px;
    top: 54px;
    width: 25px;
}
#gal_next {
    background-position: -25px 0;
    right: 5px;
}
#gal_prev {
    background-position: 0 0;
    left: 5px;
}

div.columns {
	margin:20px;
    width: 80%;
}

/* Navigation */
.slicknav_menu {
    display:none;
    background: #b3deac;
    font-size: 13px;
    line-height: 14px;
    padding:0;
    line-height: 1em;
}

.slicknav_menu li {
    text-align: right;
    margin: 0 0 1px 0;
}

.slicknav_nav ul {
    margin-right:14px;
}

.slicknav_menu .slicknav_menutxt {
}

.slicknav_nav .slicknav_arrow {
    font-size: 1.1em;
    margin: 0;
    padding: 5px 0 5px 12px;
}

.slicknav_nav ul a {
    margin: 0;
    margin-right:15px;
    padding:4px 0;
    text-decoration: none;
}

.slicknav_parent {
    font-weight: bold;
}

.slicknav_parent ul {
    font-weight: normal;
}

@media screen and (max-width: 1023px) {

body, html { overflow-x:hidden; }

body {
	background:transparent ;
	color: #005596;
	font: 12px arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
}
#container {
    position: relative;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0px auto;
    width: 80%;
}

#header_img 
{background-size:100% auto!important;}
#inhalt {
    background: rgba(255,255,255,0.5);
    margin-top: -80px;
    padding-top: -20px;
}
 .cat-0 {
	background:none;

}

#text {
        max-width: 100%!important;
    }
	#container {
        max-width: 100%!important;
    }
		#logo_file img{
        width: 250px!important;
		height: 35px!important;
		left:5px!important;
    }
			#logo_file {
     
		left:5px!important;
    }
	#text img{
        max-width: 100%!important;
    }
		#footer img 
	{
        max-width: 100%!important;
		height:auto!important;
	
    }
	
	.caroufredsel_wrapper {
        max-width: 100%!important;
	
    }
	#text table {
        max-width: 100%!important;
    }

    #navi ul {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }
}


- Für verschiedene Ausgabegrößen zum Beispiel folgendes:


/* Responsive */
/* fuer iPad (quer) oder kleiner */
@media screen and (max-width: 1023px) {

    #distance, #logo, #topExtraDiv {
        display: none;
    }
    #container, #text {
        max-width: 100%;
    }
    #textHG {
        max-width: 92%;
        padding: 4%;
    }
    #header, #headerSlider, #header_img {
        width: 100%;
        height: auto;
    }
    #footer td {
        display:block;
    }
    #text img {
        max-width: 100%;
    }
    #text .image img {
        max-width: inherit;
    }
    #text span.left {
        margin: 0 10px 5px 0;
    }
    #text span.right {
        margin: 0 0 5px 10px;
    }
    #text span.image > img {
        max-width: 90%;
        height: auto;
    }

    div.columns {
        margin:0 0 0 10px;
    }
    div.columns .col-text {
        margin-top:10px;
    }
    div.columns div.col_2,
    div.columns div.col_3,
    div.columns div.col_4 { /* wird einspaltig */
        float: none;
        margin-left:0;
        margin-right:0;
        border-left: 0;
        border-right: 0;
        width: 95%;
        padding-bottom:15px;
        margin-bottom:15px;
        border-bottom: 1px solid #ddd;
    }
    div.columns > div:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #text div.columns .image {
        padding-right:15px;
    }
    #text div.columns .image img {
        max-width:99%;
    }
}

/* Fuer iPad (hoch) oder kleiner */
@media screen and (max-width: 768px) {
    
    .text span.image {
        max-width: 40%;
    }
	#inhalt p, #inhalt ul, #inhalt ol {
    font: 12px arial, verdana, sans-serif;
    margin-top: 2px;
}
#map {
    height: 400px!important;
    width: 500px!important;
}
}

/* Fuer iPhone (quer) oder kleiner */
@media screen and (max-width: 568px) {

    .text td {
        display: block;
    }
	
	#map {
    height: 400px!important;
    width: 200px!important;
}


}
