@font-face {
  font-family: Univers condensed;
  src: url('../fonts/Acumin Pro Condensed.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Univers condensed;
  src: url('../fonts/Acumin Pro Condensed_sb.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --firebrick: #c51010;
  --black: black;
  --white: white;
  --white-smoke: whitesmoke;
}

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

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  font-family: Univers condensed, sans-serif;
  font-weight: 400;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  text-align: center;
  flex: 0 auto;
  margin-top: 4px;
  font-family: Univers condensed, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.paragraph.form {
  color: #000;
  text-align: left;
  margin-top: 0;
}

.paragraph.form.error {
  color: var(--firebrick);
}

.paragraph.next {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph.left {
  text-align: left;
}

.paragraph.left._22 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 24px;
}

.image {
  margin-top: 3px;
}

.link {
  color: #d80000;
}

.link.black {
  color: #000;
}

.mail-button {
  color: #fff;
  background-color: var(--firebrick);
  border: 1px solid var(--firebrick);
  padding: 9px 16px;
  display: inline-block;
  margin-top: 10px;
  font-family: Univers condensed, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.mail-button:hover {
  color: #fff;
  background-color: #aa0808;
  border-color: #aa0808;
}

.div-block-2 {
  background-image: url('../images/Gebaeude.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}

.navbar {
  z-index: 999;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.01);
  height: 60px;
  transition: background-color .5s, box-shadow .5s, backdrop-filter .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar:hover {
  background-color: rgba(255, 255, 255, 0.33);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.navbar.start {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.33);
  box-shadow: 0 17px 20px rgba(0, 0, 0, 0.09);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.brand {
  align-items: center;
  height: 100%;
  margin-left: 20px;
  display: flex;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-right: 15px;
  display: flex;
}

.nav-link-2 {
  color: var(--black);
  text-transform: lowercase;
  border-right: 1px solid #000;
  height: 18px;
  padding: 0 .8vw;
  font-family: Univers condensed, sans-serif;
  font-size: 19px;
  text-decoration: none;
  transition: color .2s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #c51010;
}

.nav-link-2.kontakt {
  color: var(--firebrick);
  border-right-style: none;
  margin-right: 0;
}

.nav-link-2.footer {
  color: gray;
  border-right-color: gray;
}

.nav-link-2.footer.right {
  border-right-style: none;
  margin-left: 0;
}

.dropdown-toggle {
  height: 100%;
  margin-right: 10px;
  padding-right: 20px;
  display: none;
}

.dropdown-link {
  float: none;
  text-transform: lowercase;
  font-family: Univers condensed, sans-serif;
  font-size: 18px;
  transition: all .2s;
  position: static;
  top: 0;
  right: 0;
}

.dropdown-link:hover {
  background-color: #f5f5f5;
}

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

.dropdown-link.red {
  color: #fff;
  background-color: #c51010;
  display: none;
}

.dropdown-link.red:hover {
  background-color: #aa0808;
}

.dropdown-list {
  top: 0;
  right: 0;
}

.dropdown-list.w--open {
  z-index: 700;
  background-color: #fff;
  margin-top: 60px;
  box-shadow: 0 1px 8px #0000002b;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #00000040;
  margin: 25px 30px 11px;
  font-family: Univers condensed, sans-serif;
  font-size: 4.3em;
  font-weight: 400;
  line-height: .8em;
  cursor: pointer;
  user-select: none;
}

.right {
  margin-left: 10px;
}

.beschriftung {
  z-index: 200;
  text-align: left;
  text-shadow: 1px 1px 41px #00000057;
  background-color: #00000069;
  border-left: 2px solid #c51010;
  max-width: 35vw;
  padding: 0;
  display: block;
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.beschriftung.video {
  background-color: #fff;
  border-left-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1920px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  overflow: hidden;
}

.contact {
  z-index: 300;
  background-color: #000000d6;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
  position: static;
  inset: 0;
}

.field-label {
  color: var(--black);
  text-align: left;
  padding-bottom: 35px;
  font-family: Univers condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.field-label.message {
  padding-bottom: 7px;
}

.x_div {
  cursor: pointer;
  background-color: #fff;
  width: 35px;
  height: 35px;
  position: fixed;
  top: 80px;
  right: 20px;
}

.x_div:hover {
  color: #fff;
  background-color: #c51010;
}

.x {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Univers condensed, sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.text-field {
  clear: none;
  border-style: solid;
  border-width: 1px;
  border-color: #fff #fff var(--black);
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Univers condensed, sans-serif;
  font-size: 15px;
}

.form {
  margin-top: 47px;
}

.submit-button {
  color: #000;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #000;
  margin-top: 10px;
  font-family: Univers condensed, sans-serif;
  font-size: 15px;
  transition: all .2s;
}

.submit-button:hover {
  border-color: var(--firebrick);
  color: #fff;
  background-color: #c51010;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #fff0;
  padding-top: 64px;
  padding-left: 0;
}

.error-message {
  color: #fff;
  background-color: #0000;
  padding-left: 0;
}

.container-2 {
  margin-top: 50px;
}

.header_impress {
  background-image: url('../images/Impressum.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 0;
  display: flex;
}

.divbeschreibung1 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.divbeschreibung1.bild {
  border-left: 2px solid var(--firebrick);
  background-color: #00000061;
  margin-top: 30px;
  margin-bottom: 20px;
}

.divbeschreibung1.bild.simple {
  background-color: #0000;
  border-left-style: none;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  display: block;
  position: relative;
}

.rich-text-block {
  font-family: Univers condensed, sans-serif;
  font-size: 15px;
}

.body {
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.divbeschreibung {
  color: #fff;
  text-align: left;
  margin: 10px;
  font-family: Univers condensed, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.divbeschreibung.subline {
  margin-top: -5px;
  font-size: 18px;
}

.divbeschreibung.subline.video {
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 17px;
  display: block;
}

.divbeschreibung.subline.video.black {
  padding-left: 0;
  font-size: 18px;
  line-height: 21px;
}

.divbeschreibung.video {
  margin: 7px 14px;
}

.divbeschreibung.video.black {
  color: var(--black);
  text-shadow: none;
  margin-bottom: 8px;
  margin-left: auto;
  padding-left: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  display: block;
  position: relative;
}

.popup-overlay {
  z-index: 50;
  background-color: #571d07d6;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.ga-deactivate {
  color: #c51010;
  background-color: #e9e9e9;
  padding: 3px 6px;
  display: inline-block;
}

.div-frame {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-27 {
  filter: blur(12px);
  
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  transform: scale(1.1);
}

.collection-div {
  margin-bottom: 25px;
  /* padding: 50px; */
  position: relative;
  overflow: hidden;
}

.collection-div.fotos {
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.video-2 {
  z-index: 20;
  cursor: pointer;
  box-shadow: 8px 8px 30px #0000004d;
  aspect-ratio: 16 / 9;
  background-color: #000;
}

.div-block-31 {
  /* max-width: 1000px; */
  margin-left: auto;
  margin-right: auto;
}

.div-block-31.fotos {
  width: 100vw;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.cookiebar {
  display: none;
}

.image-4 {
  box-shadow: none;
  width: 100%;
  max-width: none;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.foto-section {
  object-fit: contain;
  width: auto;
  max-width: 1920px;
  margin-top: 77px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.paginate-button {
  margin-bottom: 5px;
}

.page-count {
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Univers condensed, sans-serif;
}

.insta-icon {
  z-index: 500;
  filter: grayscale();
  margin-right: 15px;
  transition: all .15s;
  position: fixed;
  inset: auto auto 10px 10px;
}

.insta-icon:hover {
  filter: none;
}

.nav-trigger {
  height: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.collection-list-4 {
  background-color: #fff;
}

.text-block-5 {
  float: none;
  text-align: left;
  text-transform: lowercase;
  font-family: Univers condensed, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  display: inline;
}

.collection-list {
  height: 100%;
  position: relative;
  overflow: auto;
}

.cms_slider_start {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  position: relative;
}

.collection-item {
  z-index: 50;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.all_exceptinfo {
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  z-index: 11;
  background-color: #0000;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.div-block-5 {
  z-index: 800;
  background-color: #0000006e;
  border: 2px solid #fff;
  width: auto;
  transition: all .2s;
  position: relative;
}

.div-block-5:hover {
  background-color: #c5101036;
}

.div-block-5.welcome {
  background-color: #00000073;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  transition: all .275s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.div-block-5.welcome:hover {
  background-color: #c5101036;
  border-style: solid;
  display: flex;
}

.div-block-5.no-hover:hover {
  background-color: #0000006e;
}

.bg-startslider {
  z-index: 10;
  pointer-events: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  display: flex;
  position: relative;
}

.bg-startslider.welcome.mobile {
  display: none;
}

.background-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-wrapper.color1 {
  align-items: stretch;
}

.section {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
}

.section.fp-auto-height {
  color: #a1a1a1;
  background-color: #dadada;
  height: auto;
}

.section.mobile {
  display: none;
}

.centre-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  height: 25vh;
  display: flex;
}

.fp-wrapper {
  width: 100%;
  height: 100%;
}

.slide-link {
  position: relative;
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 9px;
  text-decoration: none;
  display: flex;
}

.slide-link * {
  cursor: pointer;
}

.image-12 {
  margin-top: -4px;
}

.div-block-32 {
  margin-top: 24px;
}

.text-block-6 {
  font-family: Univers condensed, sans-serif;
}

.heading-3 {
  float: left;
  color: var(--firebrick);
  text-transform: lowercase;
  border-right: 1px solid #000;
  margin-top: 8px;
  margin-bottom: 0;
  margin-right: 8px;
  padding-right: 8px;
  font-family: Univers condensed, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 19px;
  display: block;
}

.div-block-33 {
  margin-top: 10px;
  margin-bottom: 15px;
  margin-right: 20px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  left: 20px;
}

.div-block-34 {
  width: 100%;
}

.section-2 {
  margin-top: 60px;
}

.arrow-top {
  z-index: 500;
  cursor: pointer;
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.icon-2 {
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  text-decoration: none;
  position: relative;
  transform: rotate(-90deg);
}

.pic-wrapper {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1920px;
  display: block;
  overflow: hidden;
}

.collection-item-6 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.div-block-35 {
  
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.div-block-36 {
  max-width: 1200px;
  margin: 33px auto;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 0.5fr 0.5fr;
  padding-bottom: 40px;
}

.textarea-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #fff0 #fff0 var(--black);
  width: 100%;
  height: auto;
  min-height: 80px;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Univers condensed, sans-serif;
  font-size: 15px;
}

.checkbox-label {
  margin-bottom: 14px;
  font-family: Univers condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-field {
  margin-top: 40px;
  margin-bottom: 15px;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.checkbox {
  margin-right: 15px;
}

.text-span-2 {
  color: var(--firebrick);
}

.grid-2 {
  grid-template: ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 ". Area"
                 / .25fr 1fr;
}

.site-top {
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-38 {
  width: 100vw;
  max-width: 1920px;
}

.navbar-div {
  justify-content: space-between;
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._360 {
  width: 85vw;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph.left._22 {
    font-size: 21px;
  }

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

  .nav-menu {
    box-shadow: none;
    background-color: #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
  height: 100dvh;
    margin-top: 60px;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-menu.start {
    margin-top: 0;
  }

  .nav-link-2 {
    text-align: right;
    background-color: #fff;
    flex: 0 auto;
    height: auto;
    padding: 8px 20px 8px 8px;
  }

  .nav-link-2.kontakt {
    display: none;
  }

  .nav-link-2.footer {
    background-color: #0000;
    height: 20px;
    padding: 0 15px;
    display: inline;
  }

  .nav-link-2.footer.right {
    padding: 0 15px;
  }

  .dropdown-toggle {
    float: none;
    background-color: #fff;
    margin-right: 10px;
    padding: 8px;
    display: block;
  }

  .dropdown-link {
    text-align: right;
    background-color: #fff;
    padding: 8px 20px 8px 8px;
    display: block;
  }

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

  .dropdown-link.red {
    text-align: right;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .heading-2 {
    letter-spacing: 1.1px;
    margin: 2.8vw 4.0vw 1vw 4vw;
    font-size: 6.2vw;
  }

  .beschriftung {
    text-shadow: none;
    max-width: 80vw;
  }

  .menu-button {
    flex-direction: row;
    align-items: center;
    padding-top: 19px;
    padding-bottom: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #c51010;
    height: 100%;
  }

  .body {
    background-color: #fff;
  }

  .body.video {
    overflow: visible;
  }

  .divbeschreibung {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-27 {
    transform: scale(1.2);
  }

  .collection-div {
    margin-bottom: 20px;
  }

  .collection-div.fotos {
    padding: 0;
  }

  .foto-section {
    margin-top: 73px;
  }

  .insta-icon {
    display: none;
  }

  .icon {
    margin-top: 0;
  }

  .text-block-5 {
    width: 80%;
  }

  .collection-item {
    float: none;
    
    background-position: 50%;
    display: block;
    overflow: auto;
  }

  .div-block-6 {
    display: flex;
    position: absolute;
  }

  .div-block-32 {
    flex: none;
  }

  .div-block-35 {
    height: 33vw;
  }


  .checkbox-label {
    margin-top: -16px;
  }

  .navbar-div {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 24px;
    line-height: 30px;
  }

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

  .navbar {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.01);
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    overflow: auto;
  }

  .heading-2 {
    font-size: 8vw;
  }

  .beschriftung {
    text-shadow: 1px 1px 41px #000000a1;
  }

  .contact {
    justify-content: space-around;
    padding-top: 114px;
    overflow: auto;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divbeschreibung1.bild {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .divbeschreibung {
    margin: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .divbeschreibung.subline {
    font-size: 12px;
    line-height: 16px;
  }

  .divbeschreibung.subline.video {
    margin-top: -4px;
    line-height: 22px;
  }

  .divbeschreibung.video {
    font-size: 24px;
    line-height: 24px;
  }

  .collection-div.fotos {
    padding: 0;
  }

  .image-4 {
    margin-bottom: 20px;
  }

  .bg-startslider {
    
    background-size: cover;
    background-attachment: scroll;
  }

  .background-wrapper.color1 {
    align-items: center;
  }

  .div-block-33 {
    width: auto;
    margin-right: 35px;
  }

  .arrow-top {
    width: 30px;
    height: 30px;
  }

  .icon-2 {
    font-size: 20px;
  }

  .div-block-35 {
    height: 50vw;
    padding-top: 39px;
  }

  .div-block-36 {
    margin-top: 25px;
  }

  .grid {
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 70vh;
  }

  .div-block-2 {
    height: 30vh;
  }

  .navbar {
    z-index: 997;
    background-color: rgba(255, 255, 255, 0.01);
  }

  .brand {
    margin-left: 15px;
  }

  .dropdown-link.red {
    display: block;
  }

  .heading-2 {
    margin-top: 3vw;
    font-size: 9vw;
    line-height: 1em;
  }

  .beschriftung {
    text-shadow: none;
  }

  .contact {
    padding-top: 123px;
    padding-bottom: 59px;
    overflow: auto;
  }

  .field-label {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .x_div {
    z-index: 999;
    top: 60px;
  }

  .text-field {
    margin-bottom: 37px;
  }

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

  .body {
    background-color: #fff;
  }

  .body.video {
    overflow: visible;
  }

  .divbeschreibung.subline.video {
    margin-top: -4px;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
  }

  .divbeschreibung.video {
    font-size: 19px;
    line-height: 21px;
  }

  .collection-div {
    padding: 20px;
  }

  .collection-div.fotos {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    margin-bottom: 15px;
    box-shadow: 0 1px 3vw 4px #d6d6d6;
  }

  .paginate-button {
    margin-top: 5px;
  }

  .collection-item {
    display: block;
  }

  .div-block-6 {
    flex-flow: column wrap;
    place-content: center;
  }

  .div-block-5 {
    z-index: 100;
  }

  .bg-startslider, .bg-startslider.mobile {
    display: block;
  }

  .bg-startslider.welcome {
    display: none;
  }

  .bg-startslider.welcome.mobile, .background-wrapper.color2 {
    display: block;
  }

  .background-wrapper.color1 {
    flex-direction: row;
    align-items: center;
    display: block;
  }

  .section {
    height: auto;
    display: block;
  }

  .section.mobile, .section.desktop {
    display: block;
  }

  .div-block-35 {
    height: 60vw;
    padding-top: 40px;
  }

  .grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-label {
    margin-top: -3px;
    margin-bottom: 3px;
  }

  .checkbox-field {
    align-items: flex-start;
    display: flex;
  }

  .div-block-37 {
    display: block;
  }

  .checkbox {
    margin-top: 0;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: auto;
    grid-template-areas: "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "."
                         "Area";
  }
}

#w-node-_64cca6d0-b0d8-5beb-d304-eaa9115d3aaf-3beaf344, #w-node-_0edc4d09-fb6a-573e-8783-c806754428ed-3beaf344, #w-node-a70da2ff-86f1-b984-f48c-c7a76c47b41d-3beaf344, #w-node-_44fc403d-754c-28c5-6bfa-6df37367c11e-3beaf344, #w-node-c154f0c8-4b78-21fe-5739-c59410ce89a2-3beaf344 {
  align-self: end;
}

#w-node-d1c77777-bf98-74b4-2b47-2e7a5a74b21f-3beaf344 {
  grid-area: Area;
}


@font-face {
  font-family: 'Univers condensed';
  src: url('../fonts/Acumin Pro Condensed.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Univers condensed';
  src: url('../fonts/Acumin Pro Condensed_sb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
a, a:hover, a * {
  cursor: pointer;
}


/* Fullscreen iOS fix to stretch beyond fullpage.js inline heights */
.background-wrapper, 
.cms_slider_start, 
.collection-list, 
.collection-item, 
.all_exceptinfo, 
.div-block-6, 
.bg-startslider {
    height: 100vh !important;
    height: 100dvh !important;
}
.collection-item, .all_exceptinfo {
    overflow: visible !important;
}

/* Hardware acceleration to prevent WebKit flicker */
.slide-link, .div-block-5, .heading-2, .slide-link * {
    -webkit-transform: translateZ(10px);
    transform: translateZ(10px);
}

/* Fullpage video presentation */
body.video .navbar {
    background-color: #fff !important;
    -webkit-backdrop-filter: blur(7px) !important;
    backdrop-filter: blur(7px) !important;
}

body.video .navbar.scrolled {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

body.contact-page .section-2,
body.contact-page .div-frame {
    width: 100%;
}

body.contact-page .div-block-36 {
    width: calc(100% - 0px);
    max-width: 505px;
    margin-left: auto;
    margin-right: auto;
}

body.video .insta-icon {
    display: block;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 1001;
}

body.video,
body.video #video-fullpage,
body.video #video-fullpage .video-section {
    background-color: #000;
}

body.video #video-fullpage.section-2 {
    height: 100vh;
    height: 100dvh;
    margin-top: 0;
}

body.video #video-fullpage .video-section {
    box-sizing: border-box;
    height: 100vh;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 80px 20px;
}

body.video #video-fullpage .video-header {
    width: 100%;
    margin: 15px auto 5px;
}

body.video #video-fullpage .video-header h2 {
    color: #fff;
    margin: 0;
    text-align: left;
    font-family: Univers condensed, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.1;
}

body.video #video-fullpage .collection-div {
    width: min(1000px, calc(100vw - 160px));
    margin: 0;
    padding: 0;
}

body.video #video-fullpage .div-block-31,
body.video #video-fullpage .video-2 {
    width: 100%;
}

body.video #fp-nav ul li a span {
    background-color: #505050 !important;
}

@media screen and (max-width: 767px) {
    body.video #fp-nav {
        right: 5px;
    }

    body.video #video-fullpage .video-section {
        padding: 60px 45px 20px 20px;
    }

    body.video #video-fullpage .video-header {
        width: 100%;
    }

    body.video #video-fullpage .collection-div {
        width: calc(100vw - 65px);
    }
}

@media screen and (max-width: 479px) {
    body.video #video-fullpage .video-section {
        padding: 60px 35px 20px 15px;
    }

    body.video #video-fullpage .video-header {
        width: 100%;
    }

    body.video #video-fullpage .collection-div {
        width: calc(100vw - 50px);
    }
}
