.hero {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 475px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
  background-color: #000;
  background-image: url('../images/Cityscape_Berlin.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  letter-spacing: 2px;
}

.nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 101;
  display: block;
  padding: 0px 20px 20px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.nav.navimprint {
  padding-top: 1px;
  background-color: #282828;
}

.brand_icon {
  position: static;
  display: block;
  padding-top: 20px;
  padding-left: 20px;
}

.navbar {
  display: block;
}

.navbar_navigation_links {
  position: static;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  float: none;
  border-bottom: 1px solid transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navbar_navigation_links:hover {
  border-style: none none solid solid;
  border-width: 0px 0px 1px;
  border-color: #fff #000 #f6f8f9 transparent;
  color: #f6f8f9;
  text-transform: uppercase;
}

.h1_hero {
  display: block;
  margin-top: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #f8f8f9;
  font-size: 90px;
  line-height: 87px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.p_hero {
  margin-top: 20px;
  font-family: Vollkorn, serif;
  color: #f8f8f9;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.cta {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin-top: 19px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.cta:hover {
  background-color: #fff;
  color: #04a1dc;
}

.hero_container {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.produkte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f8f9;
}

.produkte_typo {
  padding: 20px;
  text-align: center;
}

.h2_auf_weiss {
  margin-top: auto;
  font-family: Montserrat, sans-serif;
  color: #282828;
  font-size: 61px;
  line-height: 70px;
  text-transform: uppercase;
}

.h3_auf-weiss {
  margin-top: 0px;
  font-family: Vollkorn, serif;
  font-weight: 400;
  text-align: center;
}

.p_auf_weiss {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.beispiele_section_schwarz {
  display: block;
  background-color: #282828;
  color: #f6f8f9;
}

.beispiele_schwarz_bild {
  position: static;
  display: block;
  height: 100%;
  min-height: 100%;
  padding: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.beispiele_schwarz_text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.h4_auf-schwarz {
  margin-top: 25px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 51px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
}

.navigationlinkcontainer {
  margin-top: 25px;
}

.h5auf-schwarz {
  margin-top: 12px;
  font-family: Vollkorn, serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.paufschwarz {
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
}

.divtext {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 95%;
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.link {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #04a1dc;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.beispie_row_schwarz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.bild_div_immmr {
  height: 675px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/imm_lockup.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bild_div_mover {
  display: block;
  height: 675px;
  margin-right: 3px;
  margin-left: 0px;
  padding-right: 0px;
  background-image: url('../images/mover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.beispielesectionweiss {
  background-color: #f6f8f9;
}

.beispiele_row_weiss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bild_div_klassiktv {
  height: 675px;
  margin-right: -1px;
  margin-left: -1px;
  background-image: url('../images/klassikTv.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bild_div_wendel {
  min-height: 675px;
  background-image: url('../images/wendel.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.bild_div_billgate {
  height: 675px;
  background-image: url('../images/bill_gate.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bild_div_friendlybutton {
  height: 675px;
  background-image: url('../images/DHl_friendlybutton.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.formular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textfieldstyle {
  border-style: none none solid;
  border-width: 1px;
  border-color: #282828;
  font-family: 'Open Sans', sans-serif;
  color: #282828;
  font-size: 20px;
}

.fieldtitel {
  margin-top: 53px;
  font-family: Montserrat, sans-serif;
  color: transparent;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.form_div {
  display: block;
  width: 50%;
  margin-bottom: 75px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.textboxstyle {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.kontakt {
  text-align: center;
}

.kontaktbild {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 43vh;
  min-height: 358px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.geschaefts {
  margin-top: -9px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.submit {
  width: 200px;
  height: 50px;
  margin-top: 37px;
  border-radius: 4px;
  background-color: #04a1dc;
}

.size {
  display: block;
}

.footer {
  height: 120px;
  margin-top: 0px;
  padding-top: 33px;
  background-color: #282828;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.body {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: -1px;
  padding-left: -1px;
}

.h2 {
  font-weight: 400;
}

.imprint {
  margin: 33px;
  padding: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.copyright {
  padding-top: 12px;
  padding-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
}

.suceess {
  background-color: #04a1dc;
  color: #fff;
}

.impressum_nav {
  position: static;
  margin-top: 119px;
}

.row {
  margin-top: 49px;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .hero {
    background-attachment: scroll;
  }
  .nav.navimprint {
    padding-bottom: 1px;
  }
  .brand_icon {
    padding-bottom: 20px;
  }
  .navbar_burger_menu {
    display: block;
    padding-top: 14px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
    line-height: 21px;
  }
  .produkte {
    height: 350px;
  }
  .h2_auf_weiss {
    margin-bottom: 5px;
    font-size: 47px;
    line-height: 60px;
    text-align: center;
  }
  .p_auf_weiss {
    font-size: 16px;
    line-height: 25px;
  }
  .beispiele_section_schwarz {
    display: block;
    min-height: 0px;
    margin-right: -1px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .beispiele_schwarz_bild {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .beispiele_schwarz_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 375px;
    min-height: 0px;
  }
  .h4_auf-schwarz {
    margin-top: 20px;
    margin-bottom: 4px;
    font-size: 34px;
    line-height: 40px;
  }
  .h5auf-schwarz {
    margin-top: 5px;
    font-size: 18px;
  }
  .paufschwarz {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 21px;
  }
  .divtext {
    display: block;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .link {
    text-transform: uppercase;
  }
  .beispie_row_schwarz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bild_div_immmr {
    height: 375px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: url('../images/imm_lockup.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .bild_div_mover {
    height: 375px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .beispiele_row_weiss {
    margin-right: auto;
    margin-left: auto;
  }
  .bild_div_klassiktv {
    height: 375px;
    margin-right: -5px;
    margin-left: auto;
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bild_div_wendel {
    min-height: 375px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-position: 100% 0px;
  }
  .bild_div_billgate {
    height: 375px;
    min-height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bild_div_friendlybutton {
    height: 375px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .fieldtitel {
    margin-top: 41px;
  }
  .form_div {
    width: 90%;
    text-align: center;
  }
  .body {
    margin-right: auto;
    margin-left: auto;
  }
  .imprint {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .hero {
    width: auto;
  }
  .brand_icon {
    padding-left: 10px;
  }
  .h1_hero {
    font-size: 65px;
    line-height: 60px;
    letter-spacing: 0px;
  }
  .p_hero {
    font-size: 17px;
  }
  .h2_auf_weiss {
    font-size: 40px;
    line-height: 44px;
  }
  .h3_auf-weiss {
    font-size: 21px;
  }
  .p_auf_weiss {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
  }
  .beispiele_section_schwarz {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .beispiele_schwarz_bild {
    position: static;
    display: block;
    height: auto;
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .beispiele_schwarz_text {
    min-height: 0px;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h4_auf-schwarz {
    margin-top: -1px;
    margin-bottom: 3px;
  }
  .divtext {
    margin-top: 2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .beispie_row_schwarz {
    display: block;
    margin-left: -1px;
  }
  .bild_div_immmr {
    background-image: url('../images/imm_lockup.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }
  .bild_div_mover {
    margin-right: 0px;
    margin-bottom: -11px;
  }
  .beispiele_row_weiss {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bild_div_billgate {
    height: 375px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .body {
    margin-right: -1px;
    margin-left: -1px;
  }
  .imprint {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 100vh;
    margin-right: 0px;
  }
  .brand_icon {
    left: 0px;
    top: 0px;
    right: 0px;
    max-width: auto;
    padding-left: 0px;
  }
  .navbar {
    padding-left: 0px;
  }
  .h1_hero {
    font-size: 46px;
    line-height: 48px;
  }
  .p_hero {
    margin-top: 9px;
    font-size: 12px;
    line-height: 20px;
  }
  .cta {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .hero_container {
    display: block;
  }
  .h2_auf_weiss {
    font-size: 30px;
    line-height: 34px;
  }
  .beispiele_section_schwarz {
    display: block;
    margin-right: 0px;
  }
  .beispiele_schwarz_bild {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .beispiele_schwarz_text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .h4_auf-schwarz {
    margin-top: 0px;
    margin-bottom: 6px;
    line-height: 34px;
  }
  .h5auf-schwarz {
    margin-top: 6px;
    margin-bottom: 12px;
  }
  .paufschwarz {
    font-size: 14px;
    line-height: 19px;
  }
  .divtext {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .beispie_row_schwarz {
    display: block;
    margin-left: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .bild_div_immmr {
    background-image: url('../images/imm_lockup.jpg');
    background-size: 600px;
    background-attachment: scroll;
  }
  .textfieldstyle {
    font-size: 12px;
  }
  .form_div {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .textboxstyle {
    font-size: 12px;
  }
  .kontaktbild {
    height: 32vh;
    min-height: 450px;
  }
  .size {
    text-align: center;
  }
  .body {
    margin-right: 0px;
    margin-left: 0px;
  }
  .imprint {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
  }
}

