html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  color: #404040;
}

/* #bf1522 */

#header {
}

#logo {
  margin: 30px 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#contact {
  background:#bf1522;
  font-size: 14px;
  line-height: 22px;
  padding: 20px;
  box-shadow: 5px 5px 5px rgba(0,0,0,.2);
  color: #fff;
}



.inner, .article {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.banner {
  background: #bf1522;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 20px 10px;
  font-weight: bold;
}

.article {
  margin-top: 75px;
  margin-bottom: 95px;
}





#footer {
  border-top: 4px solid #bf1522;
  padding-top: 45px;
  font-size: 10px;
  line-height: 15px;
  background-color: #404040;
  color: #fff;
}

#footer .inner {
  background: #404040 url(images/footer.png) no-repeat 20px 0;
  padding-bottom: 100px;
}





h1 {
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 7px;
}

h2 {
  border-top: 4px solid #bf1522;
  padding-top: 26px;
  font-size: 24px;
  margin-top: 2em;
  margin-bottom: 7px;
  box-sizing: content-box;
}


h3 {
  margin-top: 0;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 33px;
}

p {
  margin: 0 0 30px 0;
}






p+ul {
  margin-top: -15px;

}


.check li {
  padding-left: 20px;;
}

li {
  list-style: none;
  list-style-position: outside;;
  padding-left: 15px;
}

li:before {
  content:'\2022';
  color: #bf1522;
  display:inline-block;
  width:15px;
  margin-left:-15px;
}

.check {
  padding-left: 0;

}
.check li:before {
   content:'\2714';
   width:20px;
   margin-left:-20px;
}

a {
  text-decoration: none;
  color: #bf1522;
}
a:hover {
  text-decoration: underline;
  color: #bf1522;
}

#contact a, #footer a {
  color: #fff;
}

.bigger {
  font-size: 15px;
  line-height: 1em;
}

#footer a {
  text-decoration: underline;
}
#footer a.internal {
  text-decoration: none;
}

.internal {
  display: block;
  margin: 1em 0 0;
  font-family: 'Open Sans';
  font-weight: 600;
}





#footer p {
  padding-top: 100px
}




#footer img {
  float: left;
  margin-left: 200px;
}

.table {

}

.column h3 {
  background: url(images/stroke.png) no-repeat left bottom;
  height: 55px;
  margin-top: 2em;
  text-align: center;
  max-width: 280px;
}

.column ul {
  padding-left: 0;
}

.imagebox {
  position: relative;
}
.siegel {
  position: absolute;
  margin-top: -80px;
  margin-left: 170px;
}

.breit {
  max-width: 100%;
}

.seo {
  margin-top: 200px;
}


@media screen and (max-width:759px) {
  .article img:not(.siegel) {
    display: block;
  }
}

@media screen and (min-width:370px) {
  .siegel {
    margin-left: 200px;
  }
}

@media screen and (min-width:630px) and (max-width: 759px) {
  .internal {
    display: inline-block;
    margin: 1em 1em 1em 0;
    padding: 0 1em 0 0;
    border-right: 1px solid #fff;
  }
  .internal:last-child {
    border-right: 0;
  }
}


@media screen and (min-width:760px) {
  #logo {
    float: left;
  }

  .breit {
    max-width: calc(100% - 340px);
  }

  #contact {
    float: right;
    padding: 28px;
  }

  #header {
    height: 527px;
    background: url(images/header.jpg) no-repeat center bottom;
  }

  .siegel {
    margin-left: -125px;
    margin-top: 205px;
  }


  h1 {
    margin-top: 0;
  }

  h2 {
    margin-top: 0;
    width: 300px;
    display: inline-block;
  }


  .column h3 {
    margin-top: 0;
    background-size: 100% auto;
  }




  .floatright {
    float: right;
    margin-top: 7px;
    margin-left: 35px;
  }

  .floatleft {
    float: left;
    margin-right: 38px;
  }
  #main>.right>.floatleft {
    margin-top: 5px;
  }

  .right h1,
  .right h3,
  .right h4,
  .right p,
  .right ul {
    padding-left: 338px;
  }

  #footer p {
    margin-top: 0;
    margin-left: 335px;
    padding-left: 30px;
    border-left: 1px solid #fff;
    padding-top: 0;
  }

  .seo {
    padding-right: 335px;
  }






  .column {
    width: calc( (100%  - 30px) / 3);
    float: left;
    padding: 0;
    box-sizing: border-box;
  }

  .middle {
    margin: 0 15px;
  }



}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width:990px) {
  .internal {
    display: inline-block;
    margin: 1em 1em 1em 0;
    padding: 0 1em 0 0;
    border-right: 1px solid #fff;
  }
  .internal:last-child {
    border-right: 0;
  }
}


@media screen and (min-width:1020px) {
  .breit {
    max-width: 100%;
  }
}



