
html {
  height: 100%;
}
body {

  font-size: 16px;
   font-family: 'Open Sans',sans-serif;
  font-size: 1em;
  line-height: 1.5;
  height: 100%;
}
html * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header {
  height: 200px;
  background:url(images/slide5.jpg) 50% 0 no-repeat fixed;
  position: relative;
  padding-top: 30px;
}
header div {
  width: 480px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 130px;

}
@media screen and (max-width: 800px) {
  header div {
    width: 300px;
    height: 80px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media screen and (min-width: 800px) {
  header div {
    width: 480px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
   background-size: cover;
    height: 130px;
      margin: 0px auto 0px;
  }
}
header div img {
  width: 100%;
  height: auto;
}
header div img.imgpng {
  display: block;
}

header div img.imgsvg {
  display: none;
}
.svg header div img.imgsvg {
  display: block;
}
@media screen and (max-width: 800px) {
  header {
    height: 130px;
  }
}
nav {
  background: #5cc5ed;
font-family: 'Oswald',sans-serif;
  font-size: 1.2em;
  line-height: 1.5;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
}

.nav_inner {  max-width: 75em;
  margin: 0px auto;}



@media screen and (min-width: 800px) {
  nav.fixed {
    position: fixed;
    top: 0px;
  }
}
nav ul {

  border-top: 0px dotted #b03e47;
  border-bottom: 0px dotted #b03e47;
  padding: 20px 0;
  line-height: 3em;
  text-align: center;


}
nav ul li {
  display: inline;
  font-size: 1.2em;
  line-height: 3em;
  text-align: center;
  white-space: nowrap;
    padding: 20px 0;
}
@media screen and (max-width: 800px) {
  nav ul li {
    display: block;
    line-height: 1;
    border-bottom: 1px dotted #b03e47;
    text-align: left;
  }
}
nav ul li a {
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-text-shadow: 0 -1px 1px #666666;
  -moz-text-shadow: 0 -1px 1px #666666;
  -ms-text-shadow: 0 -1px 1px #666666;
  -o-text-shadow: 0 -1px 1px #666666;
  text-shadow: 0 -1px 1px #666666;
}
nav ul li a:hover {
  color: #eee;
  -webkit-text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -moz-text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -ms-text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  -o-text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
  text-shadow: 0px 0px 4px rgba(0,0,0,0.7);
}
@media screen and (max-width: 800px) {
  nav ul li a {
    padding: 5px 12px;
  }
}
.bgimage {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-device-width: 1024px) {
  .bgimage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 800px) {
  .bgimage {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }
}
.bgimage .window {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: inset 0px 5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 5px 10px rgba(0,0,0,0.3);
  box-shadow: inset 0px 5px 10px rgba(0,0,0,0.3);
}
.bild001 {
  background-image: url("images/image1.jpg");
  height: 60%;
}
.bild002 {
  background-image: url("images/image6.jpg");
  height: 60%;
}

.bild003 {
  background-image: url("images/image4.jpg");
  height: 60%;
}

.bild004 {
  background: #ddd;


}

.impressum {max-width: 75em; padding: 30px 0;text-align: left; font-family: 'Open Sans',sans-serif;
}

.content {
  padding: 3em 20px;
  color: #333;
 font-family: 'Open Sans',sans-serif;
  font-size: 1em;
  line-height: 1.6;
  -webkit-box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
  box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
}
.content article {
  max-width: 75em;
  margin: 20px auto;
}

#leistungen {margin-bottom: 30px;}
.content2 {
  padding: 3em 20px;
  color: #333;
  font-family: 'Open Sans',sans-serif;
  font-size: 1em;
  line-height: 1.5;

}
.content2 article {
  max-width: 52.9em;
  margin: 0 auto;
}

.content_header {
  padding: 3em 20px;
  color: #333;
  font-family: 'Droid Sans', Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
  box-shadow: 0px -5px 10px rgba(0,0,0,0.3);
}
.content_header article {
  max-width: 75em;
  margin: 0 auto;
}


.content .intro {
  font-weight: 700;
}
.content .intro a {
  background: #4a9d54;
  color: #fff;
  padding: 2px 10px 2px 5px;
  font-weight: 400;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
  margin-left: 0.5em;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.content.leistungen {
  padding-bottom: 1.5em;
}
.content.leistungen ul {
  margin-top: 1em;
  list-style: none;
  font-size: 1.2em;
}
@media screen and (min-width: 800px) {
  .content.leistungen ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
}
.content.leistungen ul li {
  padding-left: 1.5em;
  position: relative;
  margin: 0px 0.5em 0.5em;
}
.content.leistungen ul li:before {
  content: "»";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
}
@media screen and (max-width: 800px) {
  .content.leistungen ul li:before {
    content: "»";
  }
}
@media screen and (max-width: 800px) {
  .content.leistungen ul li {
    padding-left: 1.2em;
  }
}
.content.leistungen p {
  font-size: 1.2em;
}
.content.leistungen h1 {
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
  font-family: 'Oswald',sans-serif;
  color: #5CC5ED;
}
.content.leistungen .overview {
  margin-bottom: 50px;
}
.content.leistungen .news {
  margin-bottom: 40px;
}
.content.leistungen .news .morebox {
  font-size: 1em;
}
.content.leistungen .news h2 {
  margin-bottom: 20px;
}
.content.leistungen .news h2 b,
.content.leistungen .news h2 strong {
  font-weight: 700;
}
.content.leistungen .news h2 a {
  color: #333;
}
.content.leistungen .news h2 a:hover {
  color: #9b0916;
}
.content.leistungen .news h2 a span {
  color: #9b0916;
  font-size: 0.7em;
}
.content.leistungen .news a.readon {
  margin-bottom: 40px;
  display: block;
}
.content.leistungen .news ul {
  margin-top: 20px;
  margin-bottom: 10px;
}
.content.leistungen .news .newstext {
  margin-bottom: 30px;
}
.js .content.leistungen .news .newstext {
  display: none;
}
.content.leistungen .news .newstext.innen {
  display: block;
}
.content.leistungen .news .newstext p {
  font-size: 1em;
}
.content.leistungen .news .newstext b,
.content.leistungen .news .newstext strong {
  font-size: 1em;
  font-weight: 700;
}
.content.leistungen .news a.pdf {
  margin-bottom: 40px;
  display: block;
}
.content.leistungen .dokumente .news h2 {
  margin-bottom: 0;
}



.content.kontakt h2 {
  font-family: 'Droid Serif', Georgia, serif;
  font-size: 1em;
  line-height: 1.5;
  border: 0;
  font-weight: 700;
  margin-top: 2em;
}
.content a {
  color: #9b0916;
  text-decoration: none;
}
p {
  margin-bottom: 1em;
}
.fakten p {
  font-size: 1em;
  font-weight: 400;
  line-height: 3em;
}
p span {
  display: inline-block;
  background: rgba(0,0,0,0.1);
  line-height: 2em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}
@media screen and (min-width: 800px) {
  p span {
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  p span {
    display: block;
    margin-bottom: 1px;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
  }
}
p b,
p strong {
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5em;
}
@media screen and (min-width: 800px) {
  p b,
  p strong {
    white-space: nowrap;
  }
}
h1,
h2 {
  font-family: 'Droid Serif', Georgia, serif;
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  border-bottom: 1px #e0e0e0 solid;
}
.button {
  background-color: #7fbf4d;
  margin-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7fbf4d), color-stop(1, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background-image: -moz-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background-image: -o-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background-image: -ms-linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  background-image: linear-gradient(top, #7fbf4d 0%, #63a62f 100%);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 1em/1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px;
}
.button:hover {
  background-color: #76b347;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
  background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #76b347), color-stop(1, #5e9e2e));
  background-image: -webkit-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background-image: -moz-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background-image: -o-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background-image: -ms-linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  background-image: linear-gradient(top, #76b347 0%, #5e9e2e 100%);
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer;
}
.button:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee;
}



p {
  font-size: 1.2em;
}
h1 {
  font-size: 2.5em;
  line-height: 1;
  padding-bottom: 20px;
}


/*	8.	Contact
/*-----------------------------------------------------------------------------------*/
#contact-box {
    padding: 20px 0;
}
#contactform .error {
    color: red;
    font-weight: bold;
}
#contactform p {
    margin-bottom: 5px;
}
#contactform label {
    width: 195px;
    padding: 0 0 5px 10px;
    color: #2a2a2a;
    text-shadow: 1px 1px 0 #fff;
    display: block;
}
#contactform input.txt {
    width: 84%;
    display: block;
    padding: 3px 10px;
    height: 25px;
    border: 2px solid #eee;
}
#contactform textarea {
    width: 84%;
    display: block;
    padding: 10px;
    border: 2px solid #eee;
}
.txt, textarea {
    border: 1px solid #eee;
    border-top: none;
    border-left: none;
    font: 11px Verdana, Geneva, sans-serif;
    color: #444;
}
#contactform input.txt:focus, #contactform textarea:focus {
    background-color: #f4f4f4;
}
#contactform .submit-button {
    padding: 6px 10px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-box-border-radius: 4px;
    -ms-box-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    -ms-transition: background-color .5s;
    transition: background-color .5s;
    cursor: pointer;
    background-color: #555;
    border: 1px solid #606060;
    margin-right: 5px;
}
#contactform .submit-button:hover {
    background-color: #333;
}


/*	15.	Grid
/*-----------------------------------------------------------------------------------*/
.one_half {
    width: 48%;
}
.one_third {
    width: 30.66%;
}
.two_third {
    width: 65.33%;
}
.one_fourth {
    width: 22%;
}
.three_fourth {
    width: 74%;
}
.one_fifth {
    width: 16.8%;
}
.two_fifth {
    width: 37.6%;
}
.three_fifth {
    width: 58.4%;
}
.four_fifth {
    width: 67.2%;
}
.one_sixth {
    width: 13.33%;
}
.five_sixth {
    width: 82.67%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
    display: inline;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.clear {clear: both}