.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #8d8d8d;
  font-family: Opensansoff, sans-serif;
  font-size: 1vw;
  line-height: 2;
}

h1 {
  color: #f86f7f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Kalamoff, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 700;
  line-height: 2;
}

p {
  margin-bottom: 1em;
}

a {
  color: #5a5a5a;
  text-decoration: none;
}

a:hover {
  color: rgba(90, 90, 90, .6);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-container {
  width: 90%;
  max-width: 1600px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  color: #9e2d63;
  margin: 10px;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 600;
  transition: color .3s;
}

.nav-link:hover {
  color: rgba(158, 45, 99, .6);
  text-decoration: none;
}

.nav-link.w--current {
  color: #acb6c6;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: rgba(158, 45, 99, .35);
}

.nav-link.w--current:active {
  color: rgba(158, 45, 99, .47);
}

.banner-image {
  width: 100%;
  display: block;
}

.banner-wrapper {
  margin-top: -10em;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.flex-wrapper {
  margin-top: 40px;
  margin-bottom: 70px;
  display: flex;
}

.flex-shrink {
  width: 180px;
  flex: none;
  margin-right: 40px;
}

.rich-text {
  text-align: justify;
}

.flex-grow {
  flex: 1;
}

.start-port {
  width: 100%;
}

.footer {
  color: #5a5a5a;
  background-color: rgba(172, 182, 198, .27);
}

.footer-top {
  width: 90%;
  max-width: 990px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer-block {
  display: flex;
}

.footer-block-img {
  margin-top: 10px;
  margin-right: 20px;
}

.footer-bot {
  background-image: linear-gradient(to right, #9e2d63, #9e2d63);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
  transition: color .3s;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .4);
  text-decoration: none;
}

.tabs {
  display: flex;
}

.tabs-menu {
  flex-direction: column;
  padding-right: 4em;
  display: flex;
}

.tab-link {
  min-width: 22em;
  color: #acb6c6;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  text-decoration: none;
}

.tab-link:hover {
  text-decoration: none;
}

.tab-link:active {
  font-weight: 700;
}

.tab-link.w--current {
  color: #acb6c6;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
  text-decoration: none;
}

.tab-link.not-active {
  color: #8d8d8d;
  cursor: default;
}

.tab-link.not-active:hover, .tab-link.not-active.w--current {
  text-decoration: none;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.slider-lightbox {
  width: 100%;
  height: 100%;
}

.slider-lightbox-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider {
  width: 100%;
  max-width: 930px;
}

.lightbox-tabs {
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.tabs-menu-lightbox {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  display: grid;
}

.tabs-content-lightbox {
  flex: 1;
  margin-bottom: 100px;
  padding-left: 50px;
}

.tab-link-lightbox {
  background-color: rgba(0, 0, 0, 0);
  border: 4px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
}

.tab-link-lightbox.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-color: #acb6c6;
}

.tab-link-lightbox-image {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  padding: 2px;
}

.tab-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.textv2 {
  color: #acb6c6;
  font-size: 1vw;
}

.linkv2 {
  color: #acb6c6;
  text-decoration: none;
}

.linkv2:hover {
  text-decoration: none;
}

.input {
  color: #8d8d8d;
  border: 1px solid #acb6c6;
  margin-bottom: 0;
  font-family: Opensansoff, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.input.textarea {
  height: 250px;
  border-color: #acb6c6;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.2;
}

.checkbox-wrapper {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

.submit-button {
  background-color: #9e2d63;
}

.submit-button:hover {
  background-color: #acb6c6;
}

.map-wrapper {
  width: 100%;
  height: 500px;
  margin-top: 60px;
  margin-bottom: 100px;
}

.heading {
  color: #acb6c6;
  font-family: Opensansoff, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
}

.logo {
  width: 20em;
  height: 170px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header-mobile {
  display: none;
}

.heading-2 {
  color: #acb6c6;
  text-transform: uppercase;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.text-block {
  color: #acb6c6;
  text-decoration: none;
}

.text-block:hover {
  text-decoration: none;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7, .text-block-11 {
  color: #acb6c6;
}

.heading-3 {
  color: #9e2d63;
  display: none;
}

.heading-4 {
  color: #9e2d63;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.html-embed {
  font-size: 16px;
}

.heading-5 {
  color: #9e2d63;
  text-transform: uppercase;
  font-family: Opensansoff, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.text-block-12 {
  color: #9e2d63;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #acb6c6;
  font-weight: 700;
}

.text-block-13 {
  color: #acb6c6;
}

.div-block {
  background-color: #eca0a0;
}

.map-container {
  height: 500px;
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
}

.map {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-text {
  z-index: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-text-text {
  width: 95%;
  max-width: 470px;
  color: #414e5c;
  text-align: center;
  letter-spacing: .5px;
  font-family: Opensansoff, sans-serif;
  font-size: 13px;
  line-height: 21px;
}

.map-link {
  color: #5f7c81;
  font-weight: 500;
  text-decoration: none;
}

.map-button {
  letter-spacing: .5px;
  background-color: #9e2d63;
  border: 2px #325354;
  margin-top: 20px;
  font-family: Opensansoff, sans-serif;
  text-decoration: none;
}

.map-button:hover {
  color: #d1d1d1;
  text-decoration: none;
}

.map-code {
  width: 100%;
  height: 100%;
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 24px;
  }

  .banner-wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text, .footer, .tabs-menu, .textv2 {
    font-size: 16px;
  }

  .heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    display: none;
  }

  .banner-wrapper {
    margin-top: 0;
  }

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

  .footer {
    font-size: 12px;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    flex-flow: wrap;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .tab-link {
    min-width: auto;
    margin-right: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 20px;
    font-size: 16px;
  }

  .tab-link.not-active {
    display: none;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .lightbox-tabs {
    flex-direction: column-reverse;
    align-items: center;
  }

  .tabs-menu-lightbox {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .tabs-content-lightbox {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .tab-link-lightbox-image {
    width: 70px;
    height: 70px;
  }

  .textv2 {
    font-size: 14px;
  }

  .map-wrapper {
    height: 350px;
  }

  .heading {
    font-size: 22px;
  }

  .header-mobile {
    width: 100%;
    background-color: #fff;
    display: block;
  }

  .header-container-mobile {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .brand {
    height: 90px;
    flex: 1;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex: 1;
    font-size: 16px;
  }

  .nav-link-mobile {
    text-align: right;
    padding: 10px;
  }

  .section {
    font-size: 16px;
  }

  .logo-image {
    width: 150px;
    display: block;
  }

  .map-container {
    width: 100%;
    height: 300px;
  }

  .map-text-text {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .tab-image {
    height: 300px;
  }

  .textv2 {
    margin-bottom: 50px;
  }

  .map-text-text {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 14px;
  }

  .flex-wrapper {
    flex-direction: column;
  }

  .rich-text {
    font-size: 14px;
  }

  .start-port {
    margin-bottom: 20px;
  }

  .tab-link {
    font-size: 14px;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-lightbox-image {
    width: 40px;
    height: 40px;
  }

  .heading {
    font-size: 20px;
  }
}

#Nachricht.w-node-_72b192af-e9fe-a47a-d94f-6c10e88f088e-33141256 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0c017bf3-8304-1a9e-f085-23ac9c6afca8-33141256 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85e971a1-d9d4-8351-2821-481ca8cdbf1f-33141256 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-ce9b6770-e679-d41d-ded1-ac0453d8c5cb-33141256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85e971a1-d9d4-8351-2821-481ca8cdbf1f-33141256 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c017bf3-8304-1a9e-f085-23ac9c6afca8-33141256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_85e971a1-d9d4-8351-2821-481ca8cdbf1f-33141256 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: end;
  }
}


@font-face {
  font-family: 'Kalamoff';
  src: url('../fonts/KalamOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalamoff';
  src: url('../fonts/KalamOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalamoff';
  src: url('../fonts/KalamOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSansOff-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensansoff';
  src: url('../fonts/OpenSansOff-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}