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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.hauptsection {
  font-family: Roboto, sans-serif;
}

.hero {
  height: 100vh;
  max-height: 100vh;
  position: relative;
}

.navigation {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px #fff;
  flex-direction: column;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-logo-top {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  border-bottom: 1px #ececec;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 35px;
  display: flex;
}

.brand {
  margin-right: 20px;
  padding: 12px;
}

.logo {
  width: 240px;
}

.navigation-centre {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  transition: all .35s;
}

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

.nav-link.w--current {
  color: #fff;
  font-family: Roboto, sans-serif;
}

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

.background-video {
  height: 100vh;
  max-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  font-family: Roboto, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 78px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  text-decoration: none;
}

.div-block-2 {
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, .3);
}

.button-2 {
  background-color: rgba(173, 143, 66, .5);
  margin: 12px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.button-3 {
  background-color: rgba(52, 52, 52, .5);
  margin: 12px;
  padding: 12px 24px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.div-block-3 {
  font-size: 16px;
}

.section-4 {
  height: 100vh;
  max-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading-5 {
  color: #ad8f42;
  text-align: center;
  letter-spacing: 0;
  font-size: 54px;
  line-height: 62px;
}

.div-block-7 {
  width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
}

.paragraph-3 {
  color: #343434;
  text-align: center;
  font-size: 22px;
  line-height: 26px;
}

.section-5 {
  height: 50vh;
  max-height: 50vh;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/pexels-eneida-nieves-905847-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-9 {
  width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
  letter-spacing: 0;
  font-size: 54px;
  line-height: 62px;
}

.paragraph-4 {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.button-9 {
  background-color: rgba(173, 143, 66, .8);
  margin: 12px;
  padding: 12px 24px;
}

.button-9.sepo {
  background-color: #343434;
}

.section-6 {
  height: 50vh;
  max-height: 50vh;
  position: relative;
}

.div-block-10 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-2 {
  width: 100%;
  height: 100%;
}

.column-3 {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-4 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-7 {
  color: #ad8f42;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.text-block-3 {
  color: #343434;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.map {
  width: 100%;
  height: 100%;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  width: auto;
  height: 30px;
  margin-right: 10px;
}

.section-7 {
  position: relative;
}

.social-link {
  width: 55px;
  height: 55px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.logo-2 {
  width: 300px;
  margin-bottom: 32px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-07 {
  background-color: #343434;
  padding: 100px 3%;
}

.footer-link-white {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-white:hover {
  opacity: .5;
}

.footer-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #343434;
  font-family: Roboto, sans-serif;
}

.impressum-section {
  height: 100vh;
  flex-direction: row;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.impressum {
  font-family: Roboto, sans-serif;
}

.html-embed {
  color: #fff;
  margin-top: 250px;
  font-family: Roboto, sans-serif;
}

.body-2 {
  background-color: #343434;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: block;
}

.datenschutz-section {
  height: 100vh;
  color: #fff;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 250px;
  margin-left: 3%;
  margin-right: 3%;
  font-family: Roboto, sans-serif;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-3, .body-4, .html-embed-2, .body-5 {
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 991px) {
  .navigation {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .navigation-logo-top {
    min-height: auto;
    border-bottom-style: none;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

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

  .navigation-centre {
    min-height: auto;
    justify-content: flex-end;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    height: auto;
    color: #fff;
    background-color: #ad8f42;
  }

  .nav-link {
    width: 100%;
  }

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

  .menu-button-green {
    color: #fff;
    background-color: #ad8f42;
    border: 1px rgba(2, 103, 107, .1);
  }

  .menu-button-green.w--open {
    background-color: #ad8f42;
    border-color: #02676b;
  }

  .icon {
    color: #fff;
  }

  .heading-5 {
    font-size: 38px;
    line-height: 44px;
  }

  .div-block-7 {
    width: 700px;
  }

  .paragraph-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-3 {
    align-items: center;
  }

  .heading-7 {
    text-align: center;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    width: auto;
    height: 30px;
  }

  .html-embed {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    justify-content: center;
    display: flex;
  }

  .heading {
    font-size: 44px;
    line-height: 58px;
  }

  .text-block {
    font-size: 12px;
    line-height: 22px;
  }

  .button-2, .button-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-7, .div-block-9 {
    width: 500px;
  }

  .heading-6, .paragraph-4 {
    text-align: center;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    width: auto;
    height: 30px;
  }

  .section-7 {
    position: relative;
    top: 50vh;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    justify-content: center;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 38px;
    line-height: 44px;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
  }

  .section-4 {
    height: auto;
    max-height: none;
  }

  .div-block-7, .div-block-9 {
    width: 300px;
  }

  .heading-6 {
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-11 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    display: flex;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    height: 30px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .impressum-section {
    flex-direction: row;
    margin-top: 150px;
  }

  .datenschutz-section {
    width: auto;
    align-items: center;
    font-size: 10px;
  }
}


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