html, body {
margin: 0 0 0 0;
padding: 0;
text-align: center;
background:#fff;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
width: 100%; float: left;
height: 100%;
}

#wrap {float: left; width: 100%; margin: 0; padding: 0; position: relative; min-width: 960px; z-index: 5; overflow: hidden;  }
#wrap2 {float: left; width: 100%; margin: 0; padding:0; min-width: 960px; z-index: 100; background:transparent;}

#topnav {
    float: left; width: 100%; background:#f2f3f8;  border-bottom: 1px solid #d2d3d8;
}

@font-face {
      font-family: 'icons';
      src: url('./font/icons.eot?44809283');
      src: url('./font/icons.eot?44809283#iefix') format('embedded-opentype'),
           url('./font/icons.woff?44809283') format('woff'),
           url('./font/icons.ttf?44809283') format('truetype'),
           url('./font/icons.svg?44809283#icons') format('svg');
      font-weight: normal;
      font-style: normal;
    }



.zc {
    margin: 0 auto; max-width: 1260px; width: 100%; padding: 0;
}


header {
width: 100%;
margin: 0;  padding:0;
position: relative;
float: left;
text-align: center; z-index: 9; background: #fcfcfc;
}
header > p {
    font-size: 1.2em; color: #a8a9ad; font-weight: bold; font-style: italic; position: absolute; top: 10px; right: 5%;
}

#logocontainer {
display: inline-block; width:230px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
background: #fcfcfc; padding: 10px;
}
#logocontainer img {width: 100%; float: left; height: auto; }

#navcontainer {
float: left;
margin: 0;
padding: 0;
width: 100%;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
text-align: center;
background:#000; height:60px;
}

#bilder {float: left; width: 100%; position: relative; overflow: hidden;
text-align: left; background-position: center center;
background-repeat: no-repeat;
margin:0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #fff;
}

div#startinfo {
    position: absolute; bottom: 15%; left: 0; width: 100%; text-align: center;  font-size: 1.6em;  z-index: 10;
}
div#startinfo h1 { color: #fff; text-shadow: 0px 0px 3px #000000; }


@media only screen and (min-width: 1160px) {
#wrap2.fixiert { padding-bottom: 80px;}

.fixiert #navcontainer {margin: 0; position: fixed; top: 0; left: 0; background: #000;}

}


#bilder div.flexslider {
    margin: 0 auto; width: 100%; max-width: 1360px;
}

.flexslider .slides > li {position: relative;}

#bilder div.start {
    position: absolute; bottom: 20%; right: 30%; z-index: 5; color: #fff; font-size: 1.1em;
}
#bilder div.start h1 {
    color: #fff;
}

#content {
margin: 0;
text-align: left;
padding: 0;  position: relative;
float: left; width: 100%;
}

.contentseite {
    display: flex; flex-wrap: wrap;
}

.contentelement {float: left; width: 98%; padding: 0; margin: 0 1%;}
.halb { width: 48%; margin: 10px 1%; }
.drittel { width: 31.33%; margin: 10px 1%; }
.viertel { width: 23%; margin: 10px 1%; }
.zweidrittel { width: 64.66%; margin:10px 1%; }

#inhalt {
float: left; width: 100%;
padding: 30px 0;
position: relative;
min-height: 400px;
}

#textfeld {
float: right;
padding: 0 4%;
margin: 0;
width: 92%;
min-height: 100px;
}
#textfeld img, img {max-width: 100%;height: auto;}


.balken {background:#eee; margin: 50px 0; padding: 20px 0; position: relative;}
.balken::after {
    background:#eee;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 1;
}

.balken::before {
    background:#eee;
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}


.footcontainer {float: left; width:90%; padding: 10px 5%; }
#fadresse {  padding: 30px 5%; }

#footinhalt {float: left; width: 100%; background: #DEDEDE; color: #fff;}

footer {
float: left;
width: 100%;
padding: 20px 0;
min-width: 1160px; text-align: center;
margin: 0; position: relative;
background: #000000; color: #fff; }
footer h3 {color: #fff;}


#footc {float: left; width: 100%; padding: 20px 0 50px; margin: 0; text-align: center; background:#000000; color: #fff; position: relative;z-index: 2;  }

.kontaktseite {float: right; width: 40%; margin: 30px 0 10px;}
.kontaktformcontainer {float: left; width: 100%; max-width: 600px;}


ul.unavseite_menue { float: left;color: #000000; margin: 0; }

ul.unavseite_menue li {
margin: 5px 0 10px;
list-style-type: square;
font-weight: normal;
font-size: 1.0em;
}

ul.sitemap li {
margin: 5px 0 10px;
list-style-type: square;
font-weight: normal;
font-size: 1.2em;
}


ul.sitemap_unterpunkt {
list-style-type: square;
color: #000000;
}

ul.sitemap_unterpunkt li {
margin: 5px 0;
list-style-image: none;
font-weight: 300;
font-size: 0.8em;
}

.bildrahmen {
padding: 5px 5px 4px 5px;
text-align: center;
font-size: 0.85em;
color: #000;
position: relative;
max-width: 50%;
}

.bildrahmen img {width: 100%;}


.floatrechts {
margin: 0 0 20px 10px;
float: right;
}

.floatlinks {
margin: 0 20px 10px 0;
float: left;
}

.galerie {
float: left;
margin: 10px 0 10px -1%; width: 102%;
}
.galerie > div { display: flex; flex-wrap: wrap;}

.galerie dl {
float: left;
height: auto !important;
text-align: left;
margin: 10px 1%;
font-size: 0.9em;
width: 23%;
}

.galerie dd {
margin: 0; 
padding: 0;
}


img.gal {
padding: 0;
width: 100%;
box-sizing: border-box;
}



.dlbox {

margin: 0 0 5px 0;
}

.dlbox p {
margin: 7px 0;
padding-left: 20px;
background: url('images/pfeilr2.gif') 0 4px no-repeat;
font-size: 95%;
}
.dlbox p.pdfdl {
background: url('images/pdf.gif') 0 0 no-repeat;
}

.dlbox h3 {
padding: 0;
margin: 30px 0 20px 0;
font-weight: bold;
}


#logoutform {
position: absolute;
bottom: 100px; right: 60px;
}

#kontaktform {
    float: left; width: 100%; margin: 0; padding: 0;
}

.kontaktformular {
width: 100%; padding: 20px 0; max-width:550px;
}

.fspalte {float: left; width: 47%; padding: 10px 3% 10px 0;}


.kontaktformular p {
width: 100%;
float: left;
}
.kontaktformular p.pflichtf {font-size: 0.9em; padding: 0; width: 100%;}

.kontaktformular legend {  display: none; }

legend {  float: left; width: 100%; font-size: 1.4em; margin: 0 0 20px; }
fieldset {border: none;  padding: 0; margin: 0;}

.formfeld.radio > div {
    float: left; margin: 0 10px;
}
.formfeld.radio > div input {
    width: auto; margin: 10px;
}
.formfeld.radio > div label {
    width: auto;
}

.kontaktformular label {
float: left;
width: 35%;
margin: 5px 0;
font-size: 100%;
}

.kontaktformular input {
float: left;
color: #000;
background: #fff;
border: 1px solid #999;
width: 65%;
margin: 0; box-sizing: border-box;
}

.kontaktformular select {
float: left;
color: #000;
border: 1px solid #999;
background: #fff;
width: 65%;
margin: 1px 0;
font-weight: bold;
padding: 4px;
}


input#Ort {
width: 50%;
margin-left: 1%;
}
input#PLZ {
width: 14%;
}
input#captcha {
width: 130px;
}

.kontaktformular textarea {
width: 100%;
height: 90px;
border: 1px solid #999;
color: #000;
background: #fff;
margin-bottom: 10px;box-sizing: border-box;
}


div.formfehler {
width: 100%;
float: right;
color: #fcc;
text-align: center;
font-size: 90%;
}

input.fehlerfeld {
background: #fcc;
border: 1px solid #f00;
}

form {
margin: 0;
}

input, textarea {
color: #000;
padding: 5px;
}

input.button, input.anfragebutton {
background: #000000; color: #fff; padding: 10px 30px;
font-weight: normal; font-size:1.2em;
cursor: pointer;border: none;
float: left; width: auto; border-radius: 0; box-sizing: content-box;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
input.button:hover, input.anfragebutton:hover {background: #d8d8d8; color: #000;}


a.backlink:link, a.backlink:visited, a.pfeillink:link, a.pfeillink:visited {
float: right;
font-weight: 300;
padding: 9px 20px; margin: 10px 0;
color: #fff; background:  #66643b;
background-size: 22px auto;
}

a.weiterlink:link, a.weiterlink:visited  {
display: inline-block;
text-decoration: none;
font-weight: 300; text-align: center;
padding: 10px 20px; margin: 10px 0 0;
font-size: 1.1em; background:#66643b; min-width: 110px;
color: #fff;
}


a.backlink:hover, a.pfeillink:hover {
background:#d5d2d0; color: #333;
text-decoration: none;
}

a.weiterlink:hover {
background:#fff; color: #222222;
text-decoration: none;
}


ul.liste {
list-style-type: none;
}
ul.liste li {
font-weight: bold;
font-size: 100%;
padding-left: 20px;
margin-bottom: 10px;
} 


ul.nliste {
list-style-type: none;
}
ul.nliste li {
font-size: 85%;
padding-left: 20px;
margin-bottom: 10px;
}

p.captchafehler {
border: 1px solid #c00;
color: #f00;
margin: 10px 0;
padding: 10px;
background: #ffc;
}

.meldung { color: red }

#datenschutzfeld {
float: left; width: 98%; margin: 10px 0; background:#666; padding: 10px 1%;
}
#datenschutzfeld input {
    float: left; width: 6%; margin: 10px 0; padding: 0;
}
#datenschutzfeld label {
    float: right; width: 93%; font-size: 0.9em;
}


.formfeld { width: 100%; float: left; padding: 2px 0; }

.sonderinhalt {background: #F9A979; color: #fff; box-sizing: border-box; padding: 20px;}
iframe {max-width: 100%;}

#cookie-bar {background:#000000; height:auto; text-align:center; padding:10px 0; z-index: 200; position: relative;color: #fff;
box-shadow: 0px 0px 5px 0px #000000; -moz-box-shadow: 0px 0px 5px 0px #000000; -webkit-box-shadow: 0px 0px 5px 0px #000000; font-size: 0.9em; }
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background: #222222;}
#cookie-bar .cb-enable:hover {background:#fff;  color: #222222;}
#cookie-bar .cb-disable {background: #222222; color: #fff;}
#cookie-bar .cb-disable:hover {background:#fff; color: #222222;}
#cookie-bar .cb-policy {background:#fff;  color: #222222;}
#cookie-bar .cb-policy:hover {background: #222222; color: #fff;}

div.formfeldnl {float: left; width: 100%; margin: 5px 0;}
div.formfeldnl input {float: left; width: 10%; margin: 10px 0;}
div.formfeldnl label {float: right; width: 88%; }
div.formfeld.ta label { width: 100%;}


p.beschriftung {
    float: left; width: 100%; margin: 20px 0 10px;
}

.checkbox {float: left; width: 100%; padding-top: 10px;}
.kontaktformular div.checkbox label {float: none; }
.kontaktformular div.checkbox input {background: none; border: none; width: 20px; float: left !important; margin: 5px 5px 5px 0;}



/*sudo-Slider -----------------*/
.slider {
    display: block; float: left; width: 100%; height: 100%; margin:0; background: url('images/loader.gif') center center no-repeat #fff; z-index: 1;
}
.slider div {
     display: block; float: left; width: 100%;  height: 100%; margin:0;
}
.slider div.wslide {
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


.controls a {
    font-family: icons; font-size:2.4em; position: absolute; z-index: 50; color: #bebeb8; width:100%; text-align: center; top: 50%; margin: -40px 0 0 0;
}
a.prevBtn { float: left;opacity: 0.5; width:50px; background: #000000;padding: 15px 0; color: #fff; left: 10px; }
a.nextBtn {float: right;opacity: 0.5; width:50px; background: #000000;padding: 15px 0; color: #fff; right: 10px;}
a.prevBtn:hover { opacity: 0.9; color: #fff; text-decoration: none; }
a.nextBtn:hover { opacity: 0.9; color: #fff; text-decoration: none;}

a.prevBtn:hover, a.nextBtn:hover { opacity:1.0;  }


@media only screen and (max-width: 1160px)
{
.footcontent {width: 100%;}

footer {min-width: 960px; background-size:300px auto; }
header > p {
    font-size: 1.0em;
}

#wrap {min-width: 680px;}
header {width: 100%; height: auto;}
#logocontainer {width:180px;}
#wrap2 {min-width: 680px;padding: 0; position: relative;  }
#content {width: 100%; margin: 0; }
footer {min-width: 680px;}
header > p {  display: none;}

#navcontainer {width: 100%; margin: 0;padding: 0; max-width: 100%; height: auto; }

#bilder { margin: 0;}

.galerie dl { width: 31.33%; }
.slider div.animationsinfos { bottom: 100px; right: 5%; padding: 10px; font-size: 1.6em; }

}

@media only screen and (max-width: 960px) {
.viertel { width: 48%; }

}

@media only screen and (max-width: 680px)
{
#wrap {min-width: 320px;}
header {width: 100%; min-width: 320px;}
#logocontainer {width:150px;}
#wrap2 {min-width: 320px; width: 100%; }
#content {min-width: 320px; width: 100%; min-height: 350px;}
#inhalt {width: 100%;}
aside {width: 94%; margin: 20px 3%;}


#textfeld {
float: left;
padding: 0 3.5%;
width: 93%;
}

.galerie dl { width: 48%;}
.footcontent {width: 94%;}

.kontaktseite, .kontaktformcontainer  {width: 100%; margin: 0;}
.kontaktadresse {  width: 100%; margin: 0;}


footer {min-width: 300px; }

address {width: 96%; padding: 5px 2% 0; }

a.weiterlink:link, a.weiterlink:visited  {font-size: 1.1em;}
a.backlink:link, a.backlink:visited, a.backlink:hover {background-size: 20px auto;}

.halb { width: 98%;}
.drittel { width: 98%; }
.zweidrittel { width: 98%; }

}
@media only screen and (max-width: 460px)
{


ul.unavseite_menue li {
padding-left: 9%;
width: 90%;
}

footer {min-width: 300px;}

.kontaktformular {width: 98%;}
.kontaktformular label { width: 100%;}
.kontaktformular p {width: 100%;}
.kontaktformular input {width: 95%;}
.kontaktformular textarea {width: 95%;}
input#Ort {
width: 70%;
margin-left: 1%;
}
input#PLZ {
width: 24%;
}


input.button { padding: 5px 0; }

div.formfehler {width: 100%;}

.bildrahmen {
padding: 0; width: 100%; margin: 0 0 10px;
max-width: 100%;
}
}

@media only screen and (max-width: 380px)
{ .galerie dl { width: 98%;}  }