h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

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

a {
  color: #fcd86e;
  text-decoration: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #b41f1f;
  background-image: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.container {
  position: relative;
  top: 30%;
}

.nav-link {
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 400;
}

.nav-link:hover {
  border-radius: 3px;
  background-color: #be3636;
  box-shadow: 0 7px 10px -10px #4b1313;
  color: #fff;
}

.nav-link:active {
  box-shadow: 0 5px 10px -10px #000;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.nav-link.w--current {
  color: #fcd86e;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #657477;
  color: #fff;
}

.section.inaktiv {
  display: none;
}

.section.underbox {
  padding-top: 10px;
  padding-bottom: 60px;
}

.link-block {
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 3px;
  background-color: #b7c0c2;
  box-shadow: 0 5px 20px -15px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.link-block:hover {
  background-color: #fcd86e;
  box-shadow: 0 10px 20px -15px #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fcd86e;
}

.slider {
  height: 700px;
}

.slide {
  background-image: url('../images/titelbild.jpg');
  background-position: 50% 99%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button {
  padding: 14px 20px;
  border-radius: 3px;
  background-color: #b41f1f;
  box-shadow: 0 8px 20px -10px #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 20px;
  font-weight: 300;
}

.button:hover {
  background-color: #be3636;
  box-shadow: 0 13px 20px -10px #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.button:active {
  box-shadow: 0 11px 20px -10px #000;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block {
  padding-top: 20px;
}

.bannerheadline {
  display: inline-block;
  font-size: 60px;
  line-height: 64px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
}

.left-arrow {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.left-arrow:hover {
  color: #b41f1f;
}

.right-arrow {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.right-arrow:hover {
  color: #b41f1f;
}

.brand {
  margin-bottom: 2px;
  padding-top: 3px;
}

.brand2 {
  padding-top: 13px;
  padding-left: 15px;
  opacity: 0.85;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brand2:hover {
  opacity: 1;
}

.dark-div {
  display: inline-block;
  margin-left: -30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 3px;
}

.image {
  border-radius: 2px;
}

.slide-2 {
  background-image: url('../images/smarthome.jpg');
  background-position: 50% 99%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/bewerbung.jpg');
  background-position: 50% 99%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bereich-div {
  text-align: center;
}

.bereiche-headline {
  z-index: 1000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.bereich-innen-div {
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  padding-top: 100px;
  border-radius: 3px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.bereich-innen-div:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.center-container {
  text-align: center;
}

.red-container {
  padding: 10px 30px 20px;
  border-radius: 3px;
  background-color: #b41f1f;
}

.button-on-red {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 14px 20px;
  border-radius: 3px;
  background-color: #b41f1f;
  box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 20px;
  font-weight: 300;
}

.button-on-red:hover {
  background-color: #be3636;
  box-shadow: 0 13px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #fff;
}

.button-on-red:active {
  box-shadow: 0 11px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.image-3 {
  margin-right: 20px;
  float: left;
}

.footer-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #b7c0c2;
  box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
  color: #fff;
}

.footer-text {
  color: #657477;
  font-size: 14px;
}

.footer-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-bordered {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid rgba(34, 34, 34, 0.1);
  border-right: 1px solid rgba(34, 34, 34, 0.1);
}

.item-bordered.item-first {
  padding-left: 0px;
}

.item-bordered.item-first.item-bordered-light {
  border-top-color: rgba(101, 116, 119, 0.2);
  border-right-color: rgba(102, 116, 119, 0.2);
}

.item-bordered.item-last {
  padding-right: 0px;
  border-left: 1px solid rgba(34, 34, 34, 0.1);
  border-right-style: none;
}

.item-bordered.item-last.item-bordered-light {
  padding-left: 40px;
  border-left-style: none;
  border-left-color: rgba(101, 116, 119, 0.2);
}

.item-bordered.item-bordered-light {
  border-top-color: rgba(101, 116, 119, 0.2);
  border-right-color: rgba(101, 116, 119, 0.2);
}

.item-bordered.item-bordered-light.item-mid {
  padding-left: 40px;
}

.container-2 {
  display: block;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-row.footer-details {
  margin-bottom: 60px;
}

.link-block-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2:hover {
  opacity: 0.8;
}

.link-block-2.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2.w--current:hover {
  opacity: 0.8;
}

.section-service {
  padding-top: 20px;
  padding-bottom: 80px;
  background-color: #657477;
  color: #fff;
}

.reg-text {
  color: hsla(0, 0%, 100%, 0.8);
}

.footer-link {
  color: #657477;
  text-decoration: none;
}

.footer-link:hover {
  color: #252f31;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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: #b41f1f;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navsection {
  height: 75px;
  background-color: #252f31;
}

.dropdown-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-link.w--current {
  background-color: rgba(252, 216, 110, 0.5);
  color: #000;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  background-color: #b7c0c2;
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5);
}

.banner {
  overflow: hidden;
  height: 500px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.gebaeude {
  background-image: url('../images/gebaeudetechnik.jpg');
  background-position: 50% 90%;
}

.banner.firma {
  background-image: url('../images/firma2.jpg');
}

.banner.kontakt {
  background-image: url('../images/kontakt-neu.jpg');
}

.banner.gebaeudeauto {
  background-image: url('../images/smarthome3.jpg');
}

.banner.messtechnik {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/shutterstock_1656686_banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/shutterstock_1656686_banner.jpg');
  background-position: 0px 0px, 50% 90%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-leistungen {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.dropdown-toggle {
  display: block;
  border-bottom: 1px solid rgba(183, 192, 194, 0.5);
  color: #657477;
}

.dropdown-toggle:hover {
  color: #000;
}

.dropdown-toggle:focus {
  background-color: rgba(183, 192, 194, 0.2);
}

.dropdown-toggle.w--open {
  color: #000;
}

.dropdown {
  display: block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.leistung-head {
  display: inline-block;
  padding-top: 14px;
  font-size: 30px;
}

.dropdown-list-2 {
  position: relative;
}

.dropdown-list-2.w--open {
  padding: 20px 20px 40px;
  background-color: transparent;
  color: #657477;
}

.leistungen-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-div {
  width: 50px;
  margin-top: 30px;
}

.leistungen-link {
  display: block;
  padding: 20px;
  border-bottom: 1px solid rgba(183, 192, 194, 0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #657477;
  text-decoration: none;
}

.leistungen-link:hover {
  color: #000;
}

.columns {
  margin-top: 20px;
}

.list {
  padding-left: 20px;
}

.icon-div-title {
  width: 50px;
  margin-right: 20px;
  float: left;
}

.list-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 13px;
}

.list-item {
  margin-bottom: 4px;
}

.impressum-text {
  color: hsla(0, 0%, 100%, 0.8);
}

.brand-2 {
  margin-top: 8px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.brand-2:hover {
  opacity: 0.8;
}

.brand-2.acribit {
  display: inline-block;
  margin-left: 0px;
  float: none;
}

.innung-logo {
  display: inline-block;
  width: 160px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.innung {
  border-radius: 3px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.24);
}

.listediv {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #657477;
}

.listediv.w--open {
  padding: 20px 20px 40px;
  background-color: transparent;
  color: #657477;
}

.backup-div {
  display: none;
}

@media screen and (max-width: 991px) {
  .button:hover {
    background-color: #be3636;
  }
  .bannerheadline {
    font-size: 46px;
    line-height: 50px;
  }
  .dark-div {
    margin-left: 60px;
  }
  .menu-button {
    color: hsla(0, 0%, 100%, 0.85);
  }
  .menu-button:hover {
    color: #fff;
  }
  .menu-button.w--open {
    border-radius: 3px;
    background-color: #be3636;
  }
  .nav-menu {
    padding-right: 15px;
    padding-bottom: 20px;
    background-color: #b41f1f;
  }
  .button-on-red:hover {
    background-color: #be3636;
  }
  .brand-2.w--current {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .bannerheadline {
    font-size: 40px;
    line-height: 44px;
  }
  .menu-button {
    margin-right: 13px;
  }
  .nav-menu {
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .center-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-brand {
    margin-left: 40px;
  }
  .item-bordered {
    padding-bottom: 20px;
  }
  .item-bordered.item-first.item-bordered-light {
    padding-left: 40px;
    border-right-style: none;
  }
  .item-bordered.item-bordered-light {
    padding-left: 0px;
    border-right-style: none;
  }
  .flex-row.footer-details {
    display: block;
  }
  .brand-2 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer-brand {
    margin-right: 40px;
  }
  .brand-2 {
    width: 200px;
  }
}

@media (max-width: 420px){
	.leistung-head{font-size:18px;max-width:210px;}
	.dark-div{margin-left: 30px;}
}

