.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 29px;
  line-height: 44px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #0a71b4;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
}

h3 {
  margin-top: 60px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 21px;
  font-weight: 300;
  text-align: left;
}

h4 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #0a71b4;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.logo {
  margin-top: 29px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.navigationselement {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 110px;
  background-color: #fff;
}

.foto {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.formularfelder {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.formular-absenden {
  border: 1px solid #000;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #000;
}

.navigationslink {
  margin-top: 73px;
  margin-right: 14px;
  padding: 0px 5px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.navigationslink:hover {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #0a71b4;
}

.navigationslink.w--current {
  border-bottom-width: 2px;
  color: #0a71b4;
}

.navigationslink.w--current:hover {
  border-bottom: 1px solid #0a71b4;
}

.row {
  margin-top: 20px;
  margin-bottom: 21px;
}

.social {
  padding-right: 10px;
  padding-left: 0px;
}

.blauer-text {
  color: #0a71b4;
  font-weight: 700;
}

.startelement {
  height: 460px;
  margin-top: 110px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: solid;
  border-bottom-color: rgba(10, 113, 180, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0.5))), url('../images/Fotolia_47125317_XL.jpg');
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0.5)), url('../images/Fotolia_47125317_XL.jpg');
  background-position: 0% 0%, 50% 0px;
  background-size: auto, contain;
  background-repeat: repeat, repeat-x;
  background-attachment: scroll, fixed;
}

.eisenbahn-element {
  height: 200px;
  border-bottom: 3px solid rgba(10, 113, 180, 0.2);
  background-image: url('../images/Fotolia_47125317_XL.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

.leistungen {
  padding-right: 5px;
  padding-left: 5px;
  border-bottom-style: none;
  border-bottom-color: rgba(10, 113, 180, 0.2);
}

.hintergrund-grau {
  border-bottom: 3px solid rgba(10, 113, 180, 0.2);
  background-image: none;
}

.textlink {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #0a71b4;
  text-decoration: none;
}

.textlink:hover {
  color: #000;
  text-decoration: underline;
}

.success-frame {
  background-color: #fff;
}

.vorl-ufige-navigation {
  background-color: transparent;
}

.baustelle {
  padding-right: 20px;
  padding-left: 20px;
}

.kiste {
  list-style-type: square;
}

.rahmen {
  margin: 20px 0px;
  padding: 10px;
  border: 1px solid #0a71b4;
}

.kompetenzen {
  margin-top: 20px;
}

.container {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 30px;
}

.icon-mitte {
  display: block;
  width: auto;
  height: 40px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
}

.listenelement {
  margin-left: 35px;
  padding-right: 35px;
  padding-left: 0px;
  color: #0a71b4;
  text-align: left;
  list-style-type: square;
}

.kompetenz-row {
  margin-bottom: 20px;
}

.blauer-block {
  height: auto;
  margin-top: 25px;
  padding: 25px 10px 25px 0px;
  border-radius: 4px;
  background-color: rgba(10, 113, 180, 0.04);
}

.referenzen {
  display: block;
  height: 37px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.referenzen.gr-er {
  height: 90px;
}

.referenzen.gr-ssere {
  height: 110px;
}

.blau {
  margin-top: 3px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 15px;
  line-height: 20px;
}

.berschrift-kleiner {
  font-size: 14px;
}

.startblock {
  margin-top: 0px;
  padding-top: 39px;
}

.success-message {
  margin-top: 50px;
  background-color: transparent;
}

.abstand-ende {
  margin-bottom: 20px;
}

.error {
  border: 1px solid #000;
  background-color: #ffb8b8;
}

.abstand-oben {
  margin-top: 30px;
}

.abstand-unten {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 29px;
  line-height: 44px;
}

.blauer-rahmen {
  height: auto;
  margin-bottom: 20px;
  padding: 25px 0px;
  border: 1px solid #bfbfbf;
}

.blauer-rahmen.hoch-500 {
  height: 530px;
}

.blauer-rahmen.hoch-individuell {
  height: 253px;
}

.c1 {
  padding-right: 31px;
}

.list {
  margin-left: 0px;
  padding-left: 0px;
}

.kleine-berschrift {
  padding-left: 35px;
}

.einleitungstext {
  margin-bottom: 0px;
}

.formular-block {
  margin-top: 95px;
}

.kontakt.kleineschrift {
  font-size: 12px;
}

.headfoto {
  height: 140px;
  background-image: url('../images/Bildschirmfoto-2015-07-03-um-14.52.59.png');
}

.slide1 {
  background-image: url('../images/Skizze2.jpg');
  background-position: 50% 78%;
  background-size: cover;
}

.slide2 {
  background-image: url('../images/Skizze5.jpg');
  background-position: 50% 27%;
  background-size: cover;
}

.abstandlinks {
  margin-left: 30px;
  padding-right: 30px;
}

.linksb-ndig {
  margin-left: 30px;
  text-align: left;
}

.slide3 {
  background-image: url('../images/Skizze3.jpg');
  background-position: 0% 52%;
  background-size: cover;
}

.slide4 {
  background-image: url('../images/Skizze8.jpg');
  background-position: 0% 80%;
  background-size: cover;
}

.slide5 {
  background-image: url('../images/Skizze6.jpg');
  background-position: 0% 63%;
  background-size: cover;
}

.blackparagraph {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.heading {
  text-align: left;
}

.datenschutz {
  font-family: Lato, sans-serif;
  font-size: 11px;
  line-height: 14px;
}

.formulartextfeld {
  min-height: 140px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

html.w-mod-js *[data-ix="einblenden"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 17px;
  }

  p {
    font-size: 13px;
  }

  .navigationslink {
    width: auto;
    max-width: 9px;
    min-width: 227px;
    margin: 0px 0px 15px 25px;
    padding-right: 5px;
    padding-left: 5px;
    float: left;
    clear: none;
    text-align: center;
  }

  .startelement {
    height: 530px;
    margin-top: 110px;
    background-position: 0% 0%, 50% 50%;
    background-size: auto, cover;
  }

  .referenzen {
    margin-top: 0px;
  }

  .iphone-navi {
    margin-top: 25px;
    border: 1px solid #fff;
  }

  .iphone-navi.w--open {
    border: 1px solid #adadad;
    background-color: transparent;
    color: #adadad;
  }

  .navmobil {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-left: 10px;
  }

  h2 {
    margin-left: 10px;
    font-size: 16px;
  }

  h4 {
    font-size: 16px;
  }

  p {
    margin-left: 0px;
  }

  .navigationslink {
    width: 215px;
    min-width: 150px;
    margin-left: 25px;
    font-size: 12px;
  }

  .startelement {
    height: 670px;
    margin-top: 30px;
  }

  .leistungen {
    min-width: 180px;
    margin-left: 20px;
  }

  .rahmen {
    margin-left: 5px;
  }

  .column {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon-mitte {
    height: 30px;
    margin-bottom: 10px;
  }

  .referenzen {
    margin-top: 0px;
  }

  .c2 {
    margin-top: 28px;
  }

  .iphone-navi {
    width: 43px;
    height: 43px;
    margin-top: 33px;
    margin-right: 15px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .iphone-navi.w--open {
    width: 43px;
    height: 43px;
    margin-top: 33px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    color: #adadad;
  }

  .abstand {
    margin-top: 15px;
  }

  .blauer-rahmen.hoch-500 {
    height: auto;
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0px;
  }

  .blauer-rahmen.referenzprojekte {
    margin-right: -10px;
    margin-left: -10px;
  }

  .formular-block {
    margin-top: 40px;
  }

  .kontakt {
    margin-left: 10px;
  }

  .direktkontakt {
    margin-top: 128px;
  }

  .icons-phone {
    display: block;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
  }

  .icons-phone:hover {
    box-shadow: inset 0 0 50px 0 #0a71b4;
  }

  .linkblock {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .linkblock:hover {
    -webkit-transform: scale(0.94);
    -ms-transform: scale(0.94);
    transform: scale(0.94);
  }

  .blackparagraph {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-left: 10px;
    font-size: 20px;
  }

  h2 {
    margin-top: 25px;
    margin-left: 10px;
    font-size: 16px;
    line-height: 21px;
  }

  h4 {
    font-size: 15px;
  }

  .logo {
    height: 40px;
  }

  .navigationselement {
    height: 92px;
  }

  .navigationslink {
    display: block;
    width: 100%;
    min-width: 350px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: -9px;
    float: none;
    clear: none;
    font-size: 13px;
  }

  .startelement {
    height: 870px;
    margin-top: 10px;
  }

  .leistungen {
    font-size: 13px;
  }

  .container {
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .icon-mitte {
    height: 27px;
  }

  .referenzen {
    margin-top: 15px;
  }

  .berschrift-kleiner {
    font-size: 13px;
  }

  .startblock {
    padding-top: 0px;
  }

  .c2 {
    height: 30px;
    margin-top: 20px;
  }

  .iphone-navi {
    margin-top: 26px;
    margin-right: 12px;
  }

  .iphone-navi.w--open {
    display: block;
    width: 43px;
    height: 43px;
    margin-top: 26px;
    margin-right: 12px;
    margin-left: auto;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 8px;
    border: 1px solid #adadad;
    background-color: #fff;
    color: #adadad;
  }

  .abstand-unten {
    font-size: 19px;
  }

  .kontakt {
    margin-left: 10px;
  }

  .direktkontakt {
    margin-top: 100px;
  }

  .icons-phone {
    display: block;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
  }

  .icons-phone:hover {
    box-shadow: inset 0 0 50px 0 #0a71b4;
  }

  .phone {
    background-image: url('../images/Anrufen.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .linkblock {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .linkblock:hover {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}