@font-face {
  font-family: Moura;
  src: url('../fonts/Moura.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ppneuemontreal Book;
  src: url('../fonts/ppneuemontreal-book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --beige-shade: beige;
  --zweitfarbe: #e6ddde;
  --pink: #d2989e;
  --creamy-beige: #f6f6db;
  --sandy-brown: #caad7e;
  --dark-brown: #4a3f35;
  --lack: black;
  --light-green: #d5e7b8;
  --white: #fff;
  --brown: #ecebc9;
  --highlights: #d2989e;
  --sandy-beige-light: #fdfdf7;
  --grey: #9a9ea2;
  --light-grey: #e6e6e6;
}

html {
  scroll-behavior: smooth;
}

#Kontaktformular {
  scroll-margin-top: 24px;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.logo {
  justify-content: center;
  align-items: center;
  max-width: 220px;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

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

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.navbar-6 {
  border-top: 1px solid #686868;
  width: 100%;
}

.navbar-6.hauptfarbe {
  z-index: 1000;
  background-color: var(--beige-shade);
  border-top-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: gray;
}

.nav-link-3.w--current {
  color: #ebe3de;
}

.nav-link-3.flie-text.w--current {
  color: #ece4df;
}

.farbe-der-headings {
  color: #8e8d8c;
  line-height: 1.3;
}

.hauptfarbe {
  color: #fff;
  background-color: #fdfdf7;
}

.zweitfarbe {
  background-color: var(--zweitfarbe);
}

.highlights {
  background-color: var(--pink);
}

.heading-1, .heading-2 {
  font-family: Nunito, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.flie-text {
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  padding-bottom: 100px;
  display: flex;
}

.inhalt-mittig1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

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

.terminbutton.highlights:hover {
  background-color: #161616;
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.nav-link {
  color: #4a3f35;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: transform .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: #4a3f35;
  background-color: #ceb9a2;
  border-radius: 5px;
}

.nav-link.flie-text:hover {
  color: #d2989e;
}

.nav-link.font-size-large {
  font-size: .8333vw;
}

.nav-link.font-size-large:hover {
  background-color: #d8c4a79e;
}

.nav-link.font-size-large.w--current {
  background-color: #caad7e;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

.link-7 {
  color: #fff;
  text-decoration: none;
}

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  color: #333;
}

.email {
  color: #4a3f35;
  margin-bottom: 5px;
}

.email.flie-text {
  color: #333;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.flie-text {
  letter-spacing: .02em;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-impdat {
  color: #fff;
  text-decoration: none;
}

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.div-block-113 {
  margin-bottom: 5px;
}

.background-video {
  height: 100%;
}

.videodiv {
  color: #fff;
  background-color: #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 25%;
  padding-right: 25%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hauptheading {
  text-align: center;
  font-size: 70px;
  line-height: 80px;
}

.hauptheading.heading-1 {
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.shopbutton {
  color: #faf7f2;
  background-color: #ceb9a2;
  border: 1px solid #faf7f2;
  border-radius: 5px;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
}

.shopbutton.flie-text {
  background-color: var(--sandy-brown);
  border-width: 0;
  transition: transform .3s;
}

.shopbutton.flie-text:hover {
  transform: translate(0, -4px);
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20%;
  display: flex;
}

.section.section-bg-light {
  background-color: #fdfdf7;
}

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

.heading.heading-1 {
  font-family: Cormorant, sans-serif;
  line-height: 1.3;
}

.heading.heading-1.font-heading {
  color: var(--dark-brown);
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 400;
}

.section-heading.heading-1 {
  font-family: Cormorant, sans-serif;
}

.section-heading.heading-1.heading-dark {
  color: var(--dark-brown);
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 400;
}

.footer-visu-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch center;
  padding: 40px;
  display: grid;
}

.footer-visu-1.hauptfarbe {
  border-top: 0px none var(--sandy-brown);
  background-color: var(--beige-shade);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  box-shadow: 2px 0 5px #0003;
}

.inhalt-section3 {
  padding: 100px;
}

.inhalt-section3.bg-color {
  background-color: var(--beige-shade);
  color: #333;
}

.grid-galerie3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px;
}

.bild-startseite3 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 60vh;
}

.bild-startseite3.is-left {
  object-position: 80% 0%;
}

.bild-startseite3.is-right {
  object-position: 20% 0%;
}

.inhalt-startseite3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.impdat {
  background-color: var(--beige-shade);
  padding: 100px 40px;
}

.impdat.wrapp {
  overflow-wrap: anywhere;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.div-block-success {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-mittig1.heading-1.black {
  color: var(--lack);
  font-size: 32px;
}

.titelvideo-start-1 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100vh;
  position: relative;
}

.heading-mittig {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 70px;
}

.heading-mittig.heading-2.font-heading {
  color: var(--dark-brown);
  overflow-wrap: anywhere;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.logo-desktop {
  z-index: 10;
  position: relative;
}

.navbar-1 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.nav-menu-1.nav-heading {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.div-block-wei-1 {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  width: 100%;
  color: var(--white);
  background-color: #88888852;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: relative;
  bottom: 20%;
}

.bild-cover-1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  display: flex;
}

.bild-cover-1.bg-color {
  background-color: var(--beige-shade);
  justify-content: center;
  align-items: center;
  margin-top: 220px;
  padding-left: 10%;
  padding-right: 10%;
}

.inhalt-mittig-untereinander1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.navbar1 {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar1.hauptfarbe {
  flex-flow: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block {
  max-width: none;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 30px;
}

.logo-img {
  object-fit: contain;
  width: 13vw;
  max-width: none;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 120px;
  display: flex;
}

.link {
  color: var(--white);
  text-decoration: none;
}

.link.black {
  color: #4a3f35;
}

.social-media-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.socialmedia-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #4a3f35;
  text-decoration: none;
}

.html-embed-6 {
  width: 100%;
  height: 100%;
}

.checkbox-field {
  text-align: left;
}

.form-3 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-field {
  border: 1px solid #dfdfdf;
  transition: all .2s;
}

.form-field:hover {
  border-color: #5e5e5e;
}

.link-formular {
  text-decoration: none;
}

.paragraph-font-2 {
  letter-spacing: .02em;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 400;
}

.terminbutton-2 {
  text-transform: uppercase;
}

.terminbutton-2:hover {
  background-color: #292929;
}

.terminbutton-2.highlights:hover {
  background-color: #161616;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black.ablaufplan {
  margin-top: -2px;
  top: 10px;
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.bg-color {
  background-color: var(--brown);
  color: var(--white);
}

.font-heading {
  color: #c7893f;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.nav-heading {
  color: #c7893f;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.container-men {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0%;
  display: flex;
}

.navbar1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar1-2.hauptfarbe {
  background-color: var(--beige-shade);
  flex-flow: row;
  justify-content: space-between;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhaltstartseite-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0 60px 60px;
  display: flex;
}

.text-queer {
  color: var(--dark-brown);
  text-align: center;
  text-transform: none;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Moura, Arial, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.4;
  position: static;
}

._2er-grid1-5 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.25fr;
  width: 100%;
}

.text-links {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.text-links.flie-text {
  text-align: left;
  letter-spacing: .02em;
  line-height: 1.5;
}

.text-links.flie-text.text-color-black {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.heading-links {
  text-align: left;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
}

.heading-links.heading-1 {
  font-family: Cormorant, sans-serif;
  line-height: 1.3;
}

.heading-links.heading-1.font-heading {
  color: var(--dark-brown);
  overflow-wrap: normal;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-weight: 400;
}

.img-frame {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 75vh;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.divider-2 {
  width: 20vw;
  height: 3px;
  margin-bottom: 10px;
  margin-left: -20px;
}

.divider-2.rechts {
  margin-left: 0;
  margin-right: -40px;
}

.divider-2.rechts.bg-color {
  background-color: #caad7e;
}

.img-small-backshadow {
  object-fit: cover;
  width: 80%;
  height: 60vh;
  position: absolute;
  inset: 10% auto 0% -70px;
  box-shadow: 1px 1px 19px 5px #b1636333;
}

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

.image-absolute {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-no-padding-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 10%;
  display: flex;
}

.section-no-padding-right.section-bg-light {
  background-color: #ecebc9;
  padding-left: 0%;
  padding-right: 10%;
}

.section-no-padding-right.section-bg-pale {
  background-color: var(--beige-shade);
  padding-left: 10%;
  padding-right: 0%;
}

.title-banner-events {
  height: 70vh;
  position: relative;
}

.section-no-padding-left-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 10%;
  display: flex;
}

.section-no-padding-left-padding.section-bg-light {
  background-color: #fdfdf7;
  padding-left: 10%;
  padding-right: 0%;
}

.title-banner-galerie {
  height: 75vh;
  position: relative;
}

.titelvideo-hochzeiten {
  height: 70vh;
  position: relative;
}

.titelvideo-about-us {
  height: 75vh;
  position: relative;
}

.titelvideo-verleih {
  background-image: url('../images/AdobeStock_200733487_visu.webp'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  height: 70vh;
  position: relative;
}

.titelvideo-liestungen {
  height: 70vh;
  position: relative;
}

.liestingen-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 95%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.block_2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.block_2.bg-color {
  min-height: 40vh;
}

.heading-small {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 70px;
}

.heading-small.heading-2.font-heading {
  color: var(--dark-brown);
  overflow-wrap: normal;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.absolute-content {
  background-color: #d5e7b8;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-mitting {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.text-mitting.flie-text {
  line-height: 1.5;
}

.text-mitting.flie-text.text-color-dark {
  color: #333;
  text-align: center;
  white-space: normal;
  font-size: .8333vw;
}

.text-mitting.flie-text.text-color-dark.diff-font-size {
  overflow-wrap: anywhere;
  justify-content: center;
  align-items: center;
  height: 37vh;
  font-size: .8333vw;
  display: flex;
}

.titelvideo-kontakt {
  height: 75vh;
  position: relative;
}

.kontakt-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--dark-brown);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding: 40px;
}

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

.heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.image-100.is-left {
  object-position: 80% 50%;
}

.image-wrapper {
  height: 75vh;
}

._2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  justify-content: stretch;
  place-items: center;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 20px 40px 20px 15%;
  display: flex;
}

.content-wrapper.bg-color {
  background-color: #d5e7b8;
  padding-left: 15%;
}

.content-wrapper.bg-color.extra-width {
  width: 50vw;
  padding-left: 15%;
  padding-right: 40px;
}

.content-wrapper.bg-color-cream {
  background-color: #d5e7b8;
}

.image-100-top {
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
}

._2er-grid1-6 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  width: 100%;
}

.img-cover {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  display: flex;
  position: relative;
  right: 10px;
}

.inhalt-untereinander {
  background-color: #f6f6db;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: relative;
  left: 60px;
}

.inhalt-untereinander.bg-color {
  width: 100vw;
}

.content_2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrapper-2 {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  width: 100%;
  height: 50vh;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 20%;
}

.inhaltstartseite-no-padiding {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._2er-grid1-rel {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 25%;
}

.heading-wrapper-no-padding {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-100-top-2 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.footer-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-icon {
  object-fit: contain;
  align-self: auto;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.footer-block {
  justify-content: center;
  align-items: flex-start;
}

.footer-block.padding-bottom {
  margin-top: -25px;
  padding-top: 0;
}

.address_2 {
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-span-4 {
  letter-spacing: 8px;
  text-transform: none;
  font-family: Great Vibes, cursive;
  font-weight: 600;
}

.section-bg-light {
  background-color: #faf7f2;
}

.section-bg-pale {
  background-color: var(--beige-shade);
  padding: 60px 10% 60px 0%;
}

.section-bg-pale.padding-zero {
  padding-right: 0%;
}

.body, .body-2 {
  background-color: #f6f6db;
}

.black {
  color: var(--dark-brown);
  margin-bottom: 0;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
}

.black.top-margin {
  margin-top: 10px;
}

.black.btm-margin {
  margin-bottom: 5px;
}

.bold-dark {
  color: var(--dark-brown);
  font-family: Ppneuemontreal Book, Arial, sans-serif;
}

.text-span-5 {
  letter-spacing: 2px;
  font-family: Pinyon Script, sans-serif;
  font-weight: 600;
}

.text-span-heading {
  letter-spacing: 10px;
  font-family: Great Vibes, cursive;
}

.text-span-10 {
  letter-spacing: 7px;
  font-family: Great Vibes, cursive;
  font-weight: 600;
}

.text-span-15 {
  letter-spacing: 3px;
  font-family: Great Vibes, cursive;
  font-weight: 600;
}

.divider-full {
  background-color: #caad7e;
  width: 50%;
  height: 2px;
}

.text-span-3-5 {
  letter-spacing: 3.5px;
  font-family: Great Vibes, cursive;
  font-weight: 600;
}

.text-span-12 {
  letter-spacing: 9px;
  font-family: Great Vibes, cursive;
  font-weight: 600;
}

.link-block-3 {
  text-decoration: none;
}

.utility-page-wrap-3 {
  background-color: var(--beige-shade);
  background-image: linear-gradient(180deg, #d5e7b8, var(--beige-shade));
  color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  bottom: 5%;
}

.image-108 {
  filter: brightness(8%);
  object-fit: contain;
  width: 5rem;
}

._404-error-2 {
  color: #000;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-58 {
  color: #000;
  font-family: Ppneuemontreal Book, Arial, sans-serif;
}

.error-message {
  color: #fff;
  background-color: #e71d1d;
}

.logo-tablet {
  z-index: 10;
  display: none;
  position: relative;
}

.logo-footer {
  z-index: 10;
  position: relative;
}

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

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

.block_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  bottom: 25%;
}

.sm-wrap.flie-text {
  color: #fff;
  margin-top: 5px;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

  .div-block-37 {
    width: auto;
  }

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .navbar-6.hauptfarbe {
    justify-content: flex-end;
    align-items: center;
    position: static;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text, .nav-link.flie-text.w--current {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link.font-size-large {
    color: #000;
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .nav-link.font-size-large.w--current {
    background-color: var(--creamy-beige);
  }

  .men-icon1 {
    color: #fff;
  }

  .telefonnummer1, .email {
    margin-bottom: 5px;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .hauptheading.heading-1 {
    margin-top: 10px;
    font-size: 45px;
    line-height: .9;
  }

  .shopbutton.flie-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .section.section-bg-light {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-heading.heading-1.heading-dark {
    margin-top: 10px;
    font-size: 30px;
  }

  .footer-visu-1.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-section3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inhalt-section3.bg-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-galerie3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .bild-startseite3 {
    width: 100%;
    height: 55vh;
  }

  .inhalt-startseite3 {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .impdat, .success {
    padding: 60px;
  }

  .div-block-success {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-success.bg-color {
    padding: 60px;
  }

  .heading-mittig1.heading-1.black {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .titelvideo-start-1 {
    height: 60vh;
  }

  .heading-mittig.heading-2.font-heading {
    margin-top: 10px;
    font-size: 30px;
  }

  .men-button1.w--open {
    background-color: #0000;
  }

  .logo-desktop {
    display: none;
  }

  .navbar-1, .nav-menu-1 {
    background-color: #00000080;
  }

  .nav-menu-1.nav-heading {
    background-color: var(--light-green);
    padding: 8px 20px;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .bild-cover-1 {
    height: 80vh;
  }

  .bild-cover-1.bg-color {
    height: auto;
    margin-top: 0;
    padding: 60px;
  }

  .inhalt-mittig-untereinander1 {
    padding: 0;
  }

  .link-block {
    margin-bottom: 0;
    padding: 10px 0;
  }

  .logo-img {
    width: 8rem;
  }

  .social-media-link {
    width: 25px;
    height: 25px;
  }

  .form-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .form-field {
    text-align: left;
  }

  .paragraph-font-2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .paragraph-font-2.is-left {
    text-align: left;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--sandy-brown);
    border-radius: 5px;
    margin-left: auto;
    padding: 16px;
    font-size: 22px;
  }

  .navbar1-2.hauptfarbe {
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .inhaltstartseite-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-queer {
    font-size: 55px;
    line-height: 1.3;
  }

  ._2er-grid1-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  .text-links.flie-text {
    text-align: center;
  }

  .heading-links.heading-1.font-heading {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .divider-2.rechts.bg-color {
    margin-right: 0;
  }

  .content-horizontal-center {
    flex-flow: column-reverse;
    width: 100%;
  }

  .section-no-padding-right.section-bg-light, .section-no-padding-right.section-bg-pale {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title-banner-events {
    height: 60vh;
  }

  .section-no-padding-left-padding.bg-color, .section-no-padding-left-padding.section-bg-light {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title-banner-galerie, .titelvideo-hochzeiten, .titelvideo-about-us, .titelvideo-verleih, .titelvideo-liestungen {
    height: 60vh;
  }

  .liestingen-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .block_2, .block_2.bg-color {
    min-height: auto;
  }

  .block_2.hide {
    display: none;
  }

  .heading-small.heading-2.font-heading {
    margin-top: 10px;
    font-family: Ppneuemontreal Book, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.3;
  }

  .absolute-content {
    background-color: var(--brown);
    padding: 0;
    position: relative;
  }

  .text-mitting.flie-text.text-color-dark {
    font-size: 16px;
  }

  .text-mitting.flie-text.text-color-dark.diff-font-size {
    height: auto;
    font-size: 16px;
  }

  .titelvideo-kontakt {
    height: 60vh;
  }

  .kontakt-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .heading-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-100.is-top {
    object-position: 50% 20%;
  }

  .image-wrapper {
    width: 100%;
    height: 55vh;
  }

  ._2er {
    flex-flow: column;
    display: flex;
  }

  ._2er.wrapp-down {
    flex-flow: column-reverse;
  }

  .content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-wrapper.bg-color {
    background-color: var(--light-green);
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.bg-color.extra-width {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.bg-color-cream {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-100-top.is-right {
    object-position: 0% 0%;
  }

  ._2er-grid1-6 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
    display: flex;
  }

  ._2er-grid1-6.wrapp-down {
    flex-flow: column-reverse;
  }

  .img-cover {
    height: 55vh;
    min-height: auto;
    right: 0;
  }

  .inhalt-untereinander {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-untereinander.bg-color {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    left: 0;
  }

  .image-wrapper-2 {
    width: 100%;
    height: 55vh;
  }

  ._2er-grid1-rel {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  .footer-icon {
    width: 25px;
    height: 25px;
  }

  .section-bg-pale {
    overflow-wrap: anywhere;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-bg-pale.padding-zero {
    padding-right: 60px;
  }

  .logo-tablet {
    display: flex;
  }

  .content {
    margin-top: 20px;
  }

  .map {
    height: 50vh;
  }

  .block_content {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
  }

  .img_wrap2 {
    width: 100%;
    height: 55vh;
  }

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

@media screen and (max-width: 767px) {
  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

  .nav-link.font-size-large {
    padding: 10px 15px;
    font-size: 15px;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

  .videodiv {
    padding-left: 10%;
    padding-right: 10%;
  }

  .hauptheading.heading-1 {
    font-size: 40px;
    line-height: 1;
  }

  .shopbutton.flie-text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .section.section-bg-light {
    padding: 40px;
  }

  .heading.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-heading.heading-1.heading-dark {
    font-size: 25px;
  }

  .footer-visu-1.hauptfarbe {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .inhalt-section3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .inhalt-section3.bg-color {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-galerie3 {
    flex-flow: column;
    display: flex;
  }

  .bild-startseite3 {
    height: 25rem;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 40px;
  }

  .div-block-success {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-success.bg-color {
    padding: 40px;
  }

  .heading-mittig1.heading-1.black {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .titelvideo-start-1 {
    height: 28rem;
  }

  .heading-mittig.heading-2.font-heading {
    font-size: 25px;
  }

  .nav-menu-1.nav-heading {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-cover-1 {
    height: 70vh;
  }

  .bild-cover-1.bg-color {
    padding: 40px;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-img {
    width: 7rem;
  }

  .maos-footer {
    height: 100px;
  }

  .social-media-link {
    margin-right: 0;
  }

  .font-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .men-buttton1.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .text-queer {
    font-size: 42px;
  }

  ._2er-grid1-5 {
    flex-flow: column;
    display: flex;
  }

  .text-links.flie-text {
    font-size: 15px;
  }

  .heading-links.heading-1.font-heading {
    font-size: 24px;
    line-height: 1.3;
  }

  .heading-links.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .section-no-padding-right.section-bg-light {
    padding: 40px;
  }

  .section-no-padding-right.section-bg-pale {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-banner-events {
    height: 25rem;
  }

  .section-no-padding-left-padding.bg-color, .section-no-padding-left-padding.section-bg-light {
    padding: 40px;
  }

  .title-banner-galerie, .titelvideo-hochzeiten, .titelvideo-about-us {
    height: 28rem;
  }

  .titelvideo-verleih {
    height: 25rem;
  }

  .titelvideo-liestungen {
    height: 28rem;
  }

  .liestingen-grid {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .heading-small.heading-2.font-heading {
    font-size: 19px;
  }

  .text-mitting.flie-text {
    font-size: 18px;
    line-height: 22px;
  }

  .text-mitting.flie-text.text-color-dark {
    font-size: 15px;
  }

  .titelvideo-kontakt {
    height: 28rem;
  }

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

  .image-wrapper {
    height: 25rem;
  }

  .image-100-top.is-left {
    object-position: 100% 0%;
  }

  .img-cover, .image-wrapper-2 {
    height: 25rem;
  }

  .img-1 {
    width: 100%;
    height: 25rem;
  }

  .footer-icon {
    margin-right: 0;
  }

  .footer-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .section-bg-pale {
    padding: 40px;
  }

  .section-bg-pale.padding-zero {
    padding-right: 40px;
  }

  .image-108 {
    width: 3rem;
  }

  ._404-error-2 {
    font-size: 27px;
    line-height: 32px;
  }

  .map, .img_wrap2, .img_wrap1 {
    height: 25rem;
  }

  .sm-wrap.flie-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

  .grid-7 {
    justify-content: start;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .nav-link.font-size-large {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .mehr-erfahren2 {
    min-width: 150px;
  }

  .impdatfooter {
    text-align: left;
  }

  .rounded-block {
    min-width: 200px;
  }

  .hauptheading.heading-1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .shopbutton.flie-text {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  .section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section.section-bg-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading.heading-1.heading-dark {
    font-size: 20px;
  }

  .footer-visu-1.hauptfarbe {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .inhalt-section3 {
    padding: 40px 20px;
  }

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

  .success {
    padding: 60px 20px;
  }

  .div-block-success.bg-color {
    padding: 20px;
  }

  .heading-mittig1 {
    font-size: 24px;
    line-height: 32px;
  }

  .heading-mittig1.heading-1.black {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .logo-desktop {
    margin-left: 5vw;
  }

  .nav-menu-1.nav-heading {
    padding: 5px 12px;
  }

  .div-block-wei-1 {
    width: 90%;
  }

  .bild-cover-1 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bild-cover-1.bg-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-mittig-untereinander1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-img {
    width: 6rem;
  }

  .social-media-link {
    width: 22px;
    height: 22px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .impressum-link, .datenschutz-link {
    text-align: center;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .font-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .men-buttton1.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .inhaltstartseite-2 {
    justify-content: center;
    align-items: center;
  }

  .text-queer {
    font-size: 33px;
    line-height: 1.1;
  }

  .text-links.flie-text {
    font-size: 14px;
  }

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

  .img-frame {
    margin-left: 0;
  }

  .img-small-backshadow {
    width: 100%;
    left: 0;
  }

  .section-no-padding-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-no-padding-right.section-bg-light, .section-no-padding-right.section-bg-pale {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-banner-events {
    height: 20rem;
  }

  .section-no-padding-left-padding {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-no-padding-left-padding.bg-color, .section-no-padding-left-padding.section-bg-light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-verleih {
    height: 22rem;
  }

  .block_2.bg-color {
    padding: 15px;
  }

  .text-mitting.flie-text.text-color-dark {
    font-size: 14px;
  }

  .kontakt-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-100-top.is-left {
    object-position: 100% 0%;
  }

  .img-cover {
    margin-left: 0;
  }

  .inhalt-untereinander {
    padding-left: 10px;
    padding-right: 10px;
  }

  .inhalt-untereinander.bg-color {
    padding-top: 15px;
  }

  .footer-icon {
    width: 22px;
    height: 22px;
  }

  .section-bg-pale {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-bg-pale.padding-zero {
    padding-right: 20px;
  }

  .utility-page-wrap-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-108 {
    margin-bottom: 10px;
  }

  ._404-error-2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .sm-wrap.flie-text {
    text-align: center;
  }
}

#w-node-fa182310-d9e7-4971-fd39-975d32a054ee-3f76530c, #w-node-a4f34fcd-5173-2858-5463-130f9216ac34-3f76530c, #w-node-ecebfa39-0dea-d3c1-0941-df660334dd44-3f76530c, #w-node-f0d8580a-19c8-4d9a-ed2c-3fcc8cbbfee3-3f76530c {
  align-self: auto;
}

#w-node-_3d740bf9-4450-be14-83b6-6e15f67f8a88-1a969c49 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: auto;
}

#w-node-_63d09943-d432-346a-f7ac-aedc63e32be5-1a969c4a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_079ea06c-0ce3-4906-cbfb-3389a6859c15-1a969c4a, #w-node-_31efb075-6c1c-989d-fc82-b0f006eae69c-1a969c4a {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0fe13e68-1159-da66-25c3-bd75e7a44849-1a969c4a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_91f69df1-dcdc-8e43-a8c5-21235125587d-1a969c4a, #w-node-a7f7c671-6366-9088-b493-f7512c027c19-1a969c4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Moura';
  src: url('../fonts/Moura.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuemontreal Book';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}