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

h2 {
  min-height: 52px;
  margin-top: 24px;
  margin-bottom: 16px;
  color: #003d90;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #003d90;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #333;
}

a {
  text-decoration: underline;
}

.body {
  font-family: Opensans_B, sans-serif;
}

.header {
  position: relative;
  margin-bottom: 52px;
}

.slider {
  height: 100%;
}

.navbar {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -51px;
  margin-top: 16px;
  background-color: transparent;
}

.logo-link {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 666;
  margin-top: 16px;
  padding: 16px;
  background-color: #003d90;
}

.logo-link.w--current {
  position: absolute;
  z-index: 30;
}

.nav-container {
  width: 100%;
  max-width: 100%;
}

.nav-link {
  display: inline-block;
  width: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  display: inline-block;
  width: auto;
  color: #fff;
}

.contact {
  position: absolute;
  right: 0px;
  bottom: 50px;
  z-index: 1;
  padding: 16px 16px 8px;
  background-color: #003d90;
  color: #fff;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -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;
}

.contact-icon {
  width: 15%;
  margin-right: 7px;
}

.contact-link {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.footer {
  margin-top: 24px;
  background-color: #666;
  color: #fff;
}

.column {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  color: #fff;
}

.shk-wrapper {
  position: absolute;
  top: -10px;
  display: block;
  padding: 16px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #003d90;
}

.shk-p {
  margin-top: 8px;
  margin-left: 8px;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
}

.footer-row {
  margin-bottom: 32px;
}

.triangle {
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 10px;
  border-color: transparent transparent transparent #b3b3b3;
  border-top-style: solid;
  border-top-width: 10px;
  border-left-style: solid;
  border-left-width: 9px;
}

.content {
  padding-top: 24px;
  padding-bottom: 24px;
}

.row {
  margin-top: 16px;
  margin-bottom: 32px;
}

.thumb-text {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}

.thumb-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 19px;
  background-color: #003d90;
}

.text-wrapper {
  position: absolute;
  bottom: 16px;
  z-index: 1;
  width: 100%;
  padding: 8px 8px 8px 16px;
  background-color: #666;
}

.weiter-link {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 20px;
  height: 20px;
  float: right;
  background-color: #fff;
  opacity: 0;
  color: #003d90;
  line-height: 17px;
  text-align: center;
}

.thumb-text-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: #003d90;
  opacity: 0;
}

.thumb-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #003d90;
  opacity: 0;
}

.copy {
  margin-bottom: 16px;
  color: #b3b3b3;
  font-weight: 100;
  text-align: center;
}

.bold {
  font-weight: 800;
}

.footer-nav {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
}

.nav-block {
  text-align: center;
}

.footer-nav-container {
  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;
}

.footer-navbar {
  background-color: transparent;
}

.footer-nav-link {
  padding: 8px 16px;
  color: #fff;
}

.footer-nav-link:hover {
  color: #b3b3b3;
}

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

.menu-button {
  background-color: #003d90;
  color: #fff;
}

.menu-button.w--open {
  background-color: #fff;
  color: #003d90;
}

.overlay-nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: visible;
  width: 100%;
  background-color: #003d90;
  text-align: center;
}

.overlay-logo-wrapper {
  display: none;
  margin-top: 0px;
  margin-bottom: 31px;
}

.hero-container {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.hero-head {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 91px;
  z-index: 4;
  display: block;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 300;
}

.list-head {
  color: #003d90;
  font-weight: 700;
}

.list-item-icon {
  margin-bottom: 16px;
  padding-left: 32px;
  background-image: url('../images/icon-hook.svg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.list-item {
  margin-bottom: 16px;
  padding-left: 32px;
}

.image-wrapper {
  margin-bottom: 16px;
}

.image-description {
  padding: 16px;
  background-color: #666;
  color: #fff;
}

.image-description-p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.slider-image {
  width: 100%;
}

.contact-text {
  min-width: 117px;
}

.p {
  margin-bottom: 33px;
}

.galerie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lightbox-link {
  overflow: hidden;
  width: 24%;
  max-height: 150px;
  margin-right: 1%;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.lightbox-thumb {
  width: 100%;
  max-height: 150px;
}

.sidebar-lightbox {
  margin-bottom: 16px;
}

.nav-logo {
  display: none;
}

.dropwdown.w--open {
  background-color: #003d90;
}

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

.dropdown-link:hover {
  color: #fff;
}

.dropdown-link.w--current {
  color: #fff;
}

.column-2 {
  display: none;
}

html.w-mod-js *[data-ix="overlay-nav-link"] {
  opacity: 0.05;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

@media screen and (max-width: 991px) {
  .hero-head {
    bottom: 34px;
    margin-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 0px;
  }

  .navbar {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
  }

  .logo-link {
    z-index: 9999;
    margin-top: 0px;
    padding: 13px 6px 6px;
    text-align: center;
  }

  .logo-link.w--current {
    top: 0px;
    z-index: 99999;
  }

  .nav-container {
    background-color: #003d90;
  }

  .nav-link {
    display: block;
  }

  .contact {
    bottom: 0px;
    display: none;
  }

  .contact-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column {
    border-bottom: 1px solid #b3b3b3;
    text-align: center;
  }

  .shk-wrapper {
    position: relative;
    top: -11px;
  }

  .shk-p {
    text-align: left;
  }

  .thumb-wrapper {
    width: 48%;
    margin-right: 0px;
  }

  .shk-column {
    text-align: center;
  }

  .menu-button {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .overlay-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    padding-top: 79px;
  }

  .overlay-logo-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .hero-head {
    left: 16px;
    bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .thumb-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .text-container {
    margin-right: 16px;
    margin-left: 16px;
  }

  .galerie {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .lightbox-link {
    width: 49%;
    margin-bottom: 10px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .dropwdown.w--open {
    background-color: #003986;
  }

  .dropdown-link {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .logo-link {
    padding: 13px 6px 6px;
  }

  .nav-link {
    width: 100%;
  }

  .thumb-wrapper {
    width: 100%;
  }

  .overlay-nav {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }

  .hero-head {
    font-size: 19px;
    line-height: 25px;
  }

  .thumb-column {
    display: block;
  }

  .lightbox-link {
    width: 100%;
    max-height: 200px;
  }
}

@font-face {
  font-family: 'Opensans_B';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans_B';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans_B';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}