.brand {
  margin-top: 8px;
}

.nav-link {
  height: 80px;
  margin-top: 10px;
  padding-top: 10px;
  border: 4px solid transparent;
  text-decoration: none;
}

.nav-link:hover {
  border-top-color: #85c7e9;
  color: #0d9be4;
}

.nav-link.w--current {
  margin-top: 10px;
  padding-top: 10px;
  border-top-color: #0d9be4;
  font-weight: 700;
}

.nav-link.kontakt {
  font-weight: 700;
}

.nav-link.kontakt:hover {
  background-color: #85c7e9;
  color: #000;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-style: solid;
  border-width: 1px;
  border-bottom-color: #85c7e9;
  background-color: #fff;
  text-align: left;
}

.body {
  margin-top: 142px;
  background-color: #3a3a3a;
  font-family: Varela, sans-serif;
}

.section {
  height: 1000px;
  padding-top: 0px;
  padding-bottom: 80px;
  border-top: 1px solid #85c7e9;
  background-color: #2b2b2b;
  box-shadow: 4px 0 10px 0 #85c7e9;
  color: #000;
}

.slider {
  overflow: visible;
  height: 500px;
  margin-top: 18px;
  padding: 20px 32px;
}

.div-block {
  margin-top: 26px;
  margin-bottom: -20px;
  padding-top: 0px;
}

.slide {
  position: static;
  overflow: visible;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0d9be4;
  color: #fff;
}

.tabs-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tabs-menu-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
}

.image {
  margin-left: 18px;
}

.image.imagebrand {
  margin-left: 0px;
}

.nav-button {
  width: 30%;
  margin-right: 3%;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  text-align: center;
}

.nav-button:hover {
  background-color: #85c7e9;
}

.nav-button.w--current {
  width: 30%;
  margin-right: 3%;
  margin-left: 0%;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-2 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
}

.heading-3 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
}

.heading-4 {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.36);
}

.heading-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-2 {
  padding-right: 40px;
  padding-left: 40px;
}

.italic-text {
  margin-top: 0px;
  padding-top: 0px;
}

.div-block-3 {
  padding-right: 40px;
  padding-left: 40px;
}

.slider-icon {
  color: #0d9be4;
}

.container-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.section-2 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 30, 30, 0.5)), to(rgba(150, 30, 30, 0.5)));
  background-image: linear-gradient(180deg, rgba(150, 30, 30, 0.5), rgba(150, 30, 30, 0.5));
}

.div-block-4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 100px;
  min-height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 40, 40, 0.5)), to(rgba(156, 40, 40, 0.5)));
  background-image: linear-gradient(180deg, rgba(156, 40, 40, 0.5), rgba(156, 40, 40, 0.5));
}

.image-2 {
  height: 200px;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading-6.impressum {
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.impressum {
  margin-top: 20px;
  padding: 0px 20px 20px;
  background-color: #3b3b3b;
  color: #fff;
}

.text-block {
  font-size: 16px;
}

.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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
}

.image-4 {
  margin-top: -11px;
  margin-left: 28px;
}

.heading-7 {
  margin-top: 15px;
}

.row-2 {
  padding-top: 6px;
}

.image-5 {
  margin-left: 80px;
  padding-left: 0px;
}

.text-block-2 {
  margin-top: 18px;
  font-weight: 700;
}

.text-block-3 {
  font-weight: 700;
}

.list-item {
  font-weight: 400;
}

.text-block-4 {
  font-weight: 400;
  text-align: center;
}

.text-block-5 {
  margin-top: 31px;
  color: #838383;
  font-style: italic;
}

@media (max-width: 991px) {
  .body {
    margin-top: 66px;
  }
  .section {
    height: 1500px;
  }
}

@media (max-width: 767px) {
  .slider {
    height: 600px;
  }
}