:root {
  --sea-green: #00a0a2;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  flex-flow: column;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.utility-page-wrap {
  background-image: linear-gradient(120deg, var(--sea-green) 10%, #fff 10%, white 20%, var(--sea-green) 20%, var(--sea-green) 30%, #fff 30%, white 40%, var(--sea-green) 40%, var(--sea-green) 50%, #fff 50%, white 60%, var(--sea-green) 60%, var(--sea-green) 70%, #fff 70%, white 80%, var(--sea-green) 80%, var(--sea-green) 90%, white 90%);
  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 {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  height: 23vh;
}

.logo {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
}

.text-layout {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.3;
}

.main-color {
  color: #fff;
  background-color: #000;
}

.email {
  margin-bottom: 5px;
}

.secondary-color {
  color: #333;
  background-color: #f0f1f3;
}

.highlights {
  background-color: var(--sea-green);
  color: #fff;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.paragraph-font {
  color: #fff;
}

.div-ffnungszeiten.paragraph-font {
  margin-bottom: 60px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-font1 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-font2 {
  font-family: Alex Brush, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-font3 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-color {
  color: var(--sea-green);
  line-height: 1.3;
}

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

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  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;
}

.navbar-6 {
  width: 100%;
}

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

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

.terminbutton.highlights {
  letter-spacing: 3px;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

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

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

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

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.div-block-footer {
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

.footer {
  margin-top: auto;
  padding: 60px 140px;
}

.footer.highlights {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-font3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.inhalt-footer {
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link.paragraph-font {
  color: #000;
}

.nav-link.paragraph-font.w--current {
  color: var(--sea-green);
}

.header {
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.navbar.main-color {
  z-index: 90;
  color: #000;
  background-color: #fff;
}

.titelvideo-start {
  position: relative;
}

.titelvideo-start.unterseite {
  height: 500px;
}

.div-block-video {
  z-index: 5;
  color: #fff;
  background-image: linear-gradient(90deg, #0000 50%, #00000080 80%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0 10vw 0 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: right;
  font-size: 70px;
  line-height: 80px;
}

.slogan.heading-1 {
  text-transform: uppercase;
  line-height: 1.3;
}

.slogan.heading-font1 {
  line-height: 1.3;
}

.text-mittig {
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
}

.text-mittig.paragraph-font {
  line-height: 1.3;
}

.heading-mittigs {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.heading-mittigs.heading-font1, .heading-mittigs.heading-font2.heading-color {
  line-height: 1.3;
}

.bild-cover {
  background-image: url('../images/Aroma-Catering-4.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.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;
}

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig-klein.heading-font2.heading-color {
  width: 100%;
  line-height: 1.3;
}

.heading-mittig-klein.heading-font2.heading-color.resize {
  font-size: 50px;
}

.heading-mittig-klein.heading-font1.heading-color.small {
  margin-top: 20px;
  font-size: 25px;
}

.bild-hintergrund {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Aroma-Catering-2.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.grid-galerie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.relative_div {
  height: 43vh;
  position: relative;
}

.relative_div.zweitfarbe {
  height: 43.1vh;
}

.inhalt-untereinander {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-linksb-ndig2 {
  text-transform: none;
}

._2er-grids {
  grid-template-rows: auto;
  justify-content: stretch;
  justify-items: center;
}

._2er-grids.space {
  margin-top: 20px;
}

.section-big-space {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

.div-block-success.highlights {
  color: #fff;
  border-style: none;
}

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

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

.content {
  z-index: 5;
  opacity: 0;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content:hover {
  opacity: 1;
  color: #000;
}

.heading-mittig {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 35px;
}

.heading-mittig.heading-font1 {
  font-size: 20px;
  line-height: 1.3;
}

.div-block {
  background-color: var(--sea-green);
  width: 100%;
  height: .3vh;
  line-height: 20vh;
}

.navlink_content {
  overflow: hidden;
}

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

.maps-gro {
  width: 100%;
  height: 500px;
}

.link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  display: block;
}

.div-block-mittig {
  z-index: 2;
  width: 100%;
  padding: 20px;
  position: relative;
}

.div-block-mittig.main-color {
  position: static;
}

.div-block-mittig.highlights {
  color: #fff;
}

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

.div-block-deco {
  text-align: center;
  border: 1px dashed #a1a1a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: static;
  inset: auto auto auto 0;
}

.lottiefile {
  filter: grayscale();
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.paragraph-grey {
  color: #cfcfcf;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
}

.paragraph-grey.kein-abst-unten {
  color: #acacac;
  margin-bottom: 0;
  line-height: 1.3;
}

.paragraph-grey.paragraph-font {
  line-height: 1.3;
}

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

.heading-small.heading-3 {
  line-height: 1.3;
}

.heading-small.heading-font3 {
  text-align: left;
}

.heading-small.heading-font3.miitg {
  text-align: center;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.button {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 14px;
  transition: all .2s;
}

.button:hover {
  transform: scale(1.1);
}

.button.heading-3.highlights {
  line-height: 1.3;
}

.button.heading-font3.highlights {
  color: #fff;
  line-height: 1.3;
}

.divider {
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.link-formular-2 {
  color: var(--sea-green);
  text-decoration: none;
}

.checkbox {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.form-block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.text-field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--sea-green);
  color: #a1a1a1;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
}

.checkbox-field-3 {
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.grid-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  width: 70%;
}

.div-block-date {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  box-shadow: 1px 1px 3px #0000004d;
}

.div-block-date.secondary-color {
  width: 8vw;
  height: 16vh;
}

.div-block-side {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.image-event {
  background-image: url('../images/Aroma-Catering-5.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.2vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-event._3 {
  background-image: url('../images/Aroma-Catering-3.webp');
}

.image-event._2 {
  background-image: url('../images/Aroma-Catering-2.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  padding: 30px;
}

.grid-2-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

._2er-grid {
  grid-column-gap: 5px;
  grid-template-rows: auto;
}

._2er-grid.unter {
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bigger {
  letter-spacing: 2px;
  font-size: 25px;
}

.div-block-horizontal {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.icon-small {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.card {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
  position: relative;
}

.img-box {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.card-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.galerie-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.relative_content {
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.embed-maps._55vh {
  height: 60vh;
}

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

.impdats.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
  text-decoration: none;
}

.link-block {
  margin-right: 10px;
}

.link-block.highlights {
  border-radius: 50%;
  margin-right: 0;
}

.social-media {
  filter: invert();
  object-fit: contain;
  height: 3vw;
}

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

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

.left-arrow {
  display: none;
}

.divrelative {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.arrow {
  z-index: 1000;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  display: flex;
}

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

.image.contain {
  object-fit: contain;
}

.right-arrow {
  display: none;
}

.slide {
  overflow: hidden;
}

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

.div-block-banner {
  background-color: #00000069;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-abs {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.divrelativewithbackground {
  background-image: url('../images/Essen-1.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-kontakt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-form {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.heading_mitting-_white {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.heading_mitting-_white.heading-font1 {
  line-height: 1.3;
}

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

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

.jotform-wrapper {
  width: 100%;
}

.form-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.lightbox-link {
  width: 70vh;
}

.quick-stack {
  border-bottom: 1px solid #0000004d;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 0;
}

.small {
  font-size: 12px;
}

.div-block-2 {
  width: 45%;
  height: 100%;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.modal1_content-wrapper {
  background-color: var(--sea-green);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.show-mobile-landscape {
  display: none;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.modal1_component-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

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

.modal1_component-3 {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-medium-3 {
  font-size: 1.125rem;
  line-height: 1.5;
}

.heading-4 {
  font-family: Verdana, Geneva, sans-serif;
}

.show-mobile-landscape-2 {
  display: none;
}

.button-2 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.hide-mobile-landscape-2 {
  filter: invert();
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_component-4 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-size-medium-4 {
  font-size: 1.125rem;
}

.hide-mobile-landscape-3 {
  filter: none;
}

.modal1_component-5 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-po-up {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
}

.marquee-text {
  width: 100%;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.3;
}

.show-mobile-landscape-3 {
  display: none;
}

.hide-mobile-landscape-4 {
  filter: invert();
}

.text-size-medium-5 {
  font-size: 1.25rem;
}

.modal1_content-wrapper-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-6 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-2 {
  z-index: 200000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.divpopup-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  min-height: 150px;
  max-height: 90vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow: auto;
  box-shadow: 1px 1px 15px #0000005e;
}

.image-popup-2 {
  float: right;
  opacity: .5;
  cursor: pointer;
  background-image: linear-gradient(#0000, #0000);
  width: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 10px;
  padding: 7px;
  transition: background-color .4s, opacity .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-popup-2:hover {
  opacity: 1;
  background-color: #00000024;
  background-image: none;
  border-radius: 5px;
}

.titelvideo {
  margin-top: 0;
  font-size: 50px;
  line-height: 55px;
}

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

.paragraph-54 {
  margin-top: 0;
  font-size: 16px;
}

.image-101 {
  object-fit: cover;
  height: 40vh;
}

.show-mobile-landscape-4 {
  display: none;
}

.text-size-medium-6 {
  font-size: 1.125rem;
  line-height: 1.3;
}

.hide-mobile-landscape-5 {
  filter: invert();
}

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component-7 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-end;
}

.show-mobile-landscape-5 {
  display: none;
}

.hide-mobile-landscape-6 {
  filter: invert();
}

.text-size-medium-7 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.modal1_component-8 {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-modal {
  z-index: 999999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  align-items: center;
  width: 70%;
  height: 85vh;
  padding: 40px;
  display: flex;
  position: fixed;
  overflow: auto;
}

.cross-image-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  inset: 5% 5% auto auto;
  box-shadow: -2px -2px 5px #0003, 2px 2px 5px #0003;
}

.cross-icon {
  object-fit: cover;
  width: 5vh;
  height: 5vh;
}

.paragraph {
  font-size: 16px;
}

.paragraph.flie-text {
  font-size: 19px;
  line-height: 21px;
}

.paragraph.flie-text.alternativfarbe {
  color: #000;
}

.paragraph.flie-text.alternativfarbe.mittig {
  text-align: center;
  font-size: 23px;
  line-height: 25px;
}

.paragraph.paragraph-font.mittig {
  text-align: center;
}

.italic-text {
  letter-spacing: 3px;
  font-family: Alex Brush, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.jotform-wrapper-2 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .popup-2 {
    display: none;
  }

  .divpopup-2 {
    max-width: 600px;
    min-height: 150px;
  }

  .image-popup-2 {
    width: 30px;
    padding: 7px;
    transition: background-color .6s, opacity .4s;
  }

  .image-popup-2:hover {
    background-image: linear-gradient(#c5c5c580, #c5c5c580);
  }

  .image-101 {
    object-fit: cover;
    height: 35vh;
  }
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 17vh;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

  .telefonnummer.paragraph-font {
    text-align: center;
  }

  .email {
    margin-bottom: 5px;
  }

  .div-ffnungszeiten.paragraph-font {
    margin-bottom: 0;
  }

  .paragraph-font {
    overflow-wrap: anywhere;
  }

  .container-8 {
    justify-content: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-color: #272727;
  }

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

  .div-block-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .footer.highlights {
    padding: 20px;
  }

  .inhalt-footer {
    margin-left: 10px;
    margin-right: 10px;
  }

  .nav-menu {
    background-color: var(--sea-green);
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link.paragraph-font {
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link.paragraph-font.w--current {
    color: #000;
  }

  .navbar.main-color {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .men-button {
    background-color: #000;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-button.w--open {
    background-color: #000;
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

  .titelvideo-start.unterseite {
    height: 400px;
  }

  .div-block-video {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan.heading-1 {
    font-size: 50px;
    line-height: 60px;
  }

  .slogan.heading-font1 {
    text-align: center;
    font-size: 40px;
  }

  .bild-cover, .section-mittig {
    padding: 60px;
  }

  .heading-mittig-klein.heading-font2.heading-color.resize {
    font-size: 40px;
  }

  .bild-hintergrund {
    padding: 60px;
  }

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

  .inhalt-untereinander {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  ._2er-grids {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  ._2er-grids.space {
    justify-items: stretch;
  }

  .section-big-space {
    padding: 60px;
  }

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

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

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

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

  .content {
    opacity: 1;
    background-color: #ffffff8f;
  }

  .div-block {
    display: none;
  }

  .maos-footer {
    height: 25vh;
  }

  .div-block-mittig.main-color {
    height: auto;
  }

  .div-block-mittig.main-color.first {
    order: -1;
  }

  .image-90 {
    height: 50vh;
  }

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

  .heading-small.heading-font3 {
    text-align: center;
    font-size: 16px;
  }

  .button.heading-font3.highlights {
    text-align: center;
  }

  .button.heading-font3.highlights:hover {
    transform: none;
  }

  .grid-form {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .div-block-date.secondary-color {
    width: 15vw;
  }

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

  .grid-2-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  ._2er-grid.unter {
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
  }

  .bigger {
    font-size: 21px;
  }

  .div-block-horizontal.mittig.oben {
    margin-top: 20px;
  }

  .card {
    flex-flow: column;
    width: 90%;
    height: 85%;
  }

  .img-box.secondary-color {
    position: static;
  }

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

  .relative_content, .embed-maps._55vh {
    height: 50vh;
  }

  .impdats.flie-text {
    min-height: auto;
  }

  .social-media {
    height: 5vw;
  }

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

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

  .slider {
    height: 60vh;
  }

  .div-block-kontakt {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .div-block-insta {
    margin-right: 10px;
    position: fixed;
    inset: 45% 0% 0% auto;
  }

  .div-block-pad {
    text-align: center;
    width: 100%;
    margin-top: 10px;
  }

  .lightbox-link, .div-block-2 {
    width: 100%;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper-2 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .titelvideo.heading-1 {
    font-size: 30px;
  }

  .modal1_content-wrapper-3 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .popup-div {
    width: 80%;
    height: 80vh;
    overflow: auto;
  }

  .cross-image-wrapper {
    top: 2%;
    right: 2%;
  }

  .cross-icon {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 14vh;
  }

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

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

  .divblock1 {
    height: auto;
  }

  .div-block-footer {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-footer.heading-font3 {
    margin-bottom: 5px;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .titelvideo-start.unterseite {
    height: 300px;
  }

  .div-block-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .slogan.heading-font1 {
    font-size: 30px;
  }

  .text-mittig.paragraph-font {
    font-size: 14px;
  }

  .heading-mittigs.heading-font1.heading-color {
    font-size: 30px;
  }

  .bild-cover {
    object-fit: cover;
    min-height: 300px;
  }

  .section-mittig {
    padding: 40px;
  }

  .heading-mittig-klein.heading-font2.heading-color.resize {
    font-size: 35px;
  }

  .heading-mittig-klein.heading-font1.heading-color.small {
    font-size: 23px;
  }

  .bild-hintergrund {
    padding: 40px;
  }

  .grid-galerie {
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .inhalt-untereinander {
    width: 100%;
    padding-left: 0;
  }

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

  .section-big-space {
    padding: 40px;
  }

  .angebot2 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

  .heading {
    font-size: 26px;
  }

  .maos-footer {
    height: 25vh;
  }

  .maps-gro {
    height: 400px;
  }

  .div-block-mittig.hauptfarbe {
    min-height: 400px;
  }

  .div-block-mittig.main-color {
    height: auto;
  }

  .image-90 {
    height: 50vh;
  }

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

  .heading-small.heading-font3 {
    text-align: center;
  }

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

  .div-block-date.secondary-color {
    width: 25vw;
  }

  .grid-2-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  ._2er-grid {
    grid-column-gap: 20px;
    display: flex;
  }

  .card {
    width: 90%;
  }

  .galerie-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .embed-maps._55vh {
    height: 45vh;
  }

  .social-media {
    height: 40px;
  }

  .slider {
    height: 100%;
  }

  .arrow {
    text-shadow: 1px 1px 6px #000;
    font-size: 28px;
  }

  .heading_mitting-_white.heading-font1 {
    font-size: 30px;
  }

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

  .div-block-insta {
    margin-bottom: 10px;
    inset: auto 0% 0% auto;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .modal1_component, .modal1_component-2, .modal1_component-3 {
    justify-content: center;
    align-items: center;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .show-mobile-landscape-2 {
    display: block;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .hide-mobile-landscape-3 {
    display: none;
  }

  .modal1_component-5 {
    justify-content: center;
    align-items: center;
  }

  .heading-po-up {
    font-size: 20px;
    line-height: 30px;
  }

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

  .show-mobile-landscape-3 {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape-4 {
    display: none;
  }

  .modal1_content-wrapper-2 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-6 {
    justify-content: center;
    align-items: center;
  }

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

  .show-mobile-landscape-4 {
    filter: invert();
    display: block;
  }

  .text-size-medium-6 {
    font-size: 1rem;
  }

  .hide-mobile-landscape-5 {
    display: none;
  }

  .modal1_content-wrapper-3 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .modal1_component-7 {
    justify-content: center;
    align-items: center;
  }

  .show-mobile-landscape-5 {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape-6 {
    display: none;
  }

  .modal1_component-8 {
    justify-content: center;
    align-items: center;
  }

  .popup-div {
    width: 85%;
    padding: 60px;
  }

  .cross-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .paragraph.paragraph-font.mittig {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

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

  .logo-img {
    height: 15vh;
  }

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

  .terminbutton.highlights {
    font-size: 12px;
  }

  .div-block-footer {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .navbar.main-color {
    width: 100%;
  }

  .titelvideo-start {
    height: 50vh;
  }

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

  .slogan.heading-font1 {
    font-size: 22px;
    line-height: 130%;
  }

  .heading-mittigs.heading-font1 {
    font-size: 25px;
  }

  .heading-mittigs.heading-font1.heading-color {
    font-size: 20px;
  }

  .bild-cover {
    background-position: 50% -1%;
    padding: 40px 20px;
  }

  .section-mittig {
    padding: 40px 20px;
  }

  .heading-mittig-klein.heading-font2.heading-color.resize {
    font-size: 30px;
  }

  .heading-mittig-klein.heading-font1.heading-color.small {
    font-size: 19px;
    line-height: 1.3;
  }

  .bild-hintergrund {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-galerie {
    grid-template-columns: 1fr;
  }

  ._2er-grids {
    width: 99.9253%;
  }

  .section-big-space {
    padding: 40px 20px;
  }

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

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

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

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

  .maos-footer {
    min-width: 200px;
  }

  .maps-gro {
    height: 300px;
  }

  .div-block-mittig.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-mittig.main-color {
    height: auto;
  }

  .image-90 {
    height: 45vh;
  }

  .div-block-deco {
    padding: 10px;
  }

  .grid {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph-grey.paragraph-font {
    font-size: 12px;
  }

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

  .form-block {
    height: auto;
  }

  .div-block-date.secondary-color {
    width: 37vw;
  }

  .image-event._2 {
    height: 50vh;
    padding: 20px;
  }

  ._2er-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .div-block-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .icon-small {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .card {
    width: 90%;
    height: 90%;
  }

  .impdats {
    padding: 40px 10px;
  }

  .impdats.flie-text {
    min-height: auto;
  }

  .social-media {
    height: 35px;
  }

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

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .heading_mitting-_white.heading-font1 {
    font-size: 20px;
  }

  .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component, .modal1_component-2 {
    width: auto;
    height: auto;
    display: flex;
  }

  .modal1_component-3 {
    width: auto;
    height: auto;
    display: none;
  }

  .modal1_component-4, .modal1_component-5, .modal1_component-6 {
    width: auto;
    height: auto;
  }

  .divpopup-2 {
    padding: 20px;
  }

  .image-popup-2 {
    margin-top: 5px;
    margin-right: 5px;
  }

  .titelvideo.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .modal1_component-7 {
    width: auto;
    height: auto;
  }

  .text-size-medium-7 {
    font-size: 1.1rem;
  }

  .modal1_component-8 {
    width: auto;
    height: auto;
  }

  .heading-5 {
    font-size: 22px;
  }

  .popup-div {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 90%;
    padding: 40px 20px 20px;
  }

  .cross-icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .paragraph.flie-text.alternativfarbe.mittig {
    font-size: 20px;
  }

  .paragraph.paragraph-font.mittig {
    font-size: 14px;
  }

  .italic-text {
    font-size: 22px;
  }
}

#w-node-_19b203bd-17b2-4fc3-0dd3-4f0906e270cb-0c840e94, #w-node-_454150be-09ba-cff8-ca8c-b7da8178819d-0c840e94, #w-node-c9510514-dc11-f2a2-719e-c8dc5d70f4e8-0c840e94, #w-node-_40547e62-2fa6-8477-1784-1f5e21d8ffa0-0c840e94, #w-node-a4540a69-ef40-d5b7-b051-cb6af3196ba9-0c840e94, #w-node-fd2729bf-68e3-13d2-791a-55f53e0c5f99-0c840e94, #w-node-ac30ff5c-b083-6e54-72fc-3837de6f9505-0c840e94, #w-node-_6a982fb4-ddf6-5123-f224-9ddbda0a9400-0c840e94, #w-node-_36c57816-9680-86ff-a9f0-4eeb6e018936-0c840e94, #w-node-_2d2ae1c0-f20b-acd1-daed-ec25d8747352-0c840e94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr auto;
}

#w-node-_4958b849-654a-00b7-f999-ba31d33072e8-0c840e94, #w-node-_375401bd-b641-e3e9-ceb4-401371480021-0c840e94, #w-node-dbebcb33-42ef-5c1b-bfd0-7daf797f0452-0c840e94, #w-node-_491b2593-561a-5cfb-46da-4d335d9ba233-0c840e94, #w-node-_3845abe6-c4ba-e395-6de1-7ba81c74eacf-0c840e94, #w-node-_9505553f-923b-c27a-9c60-eb22ff9433b0-0c840e94, #w-node-c56b18f3-2f1b-6984-755a-61621b871f35-0c840e94, #w-node-_41e196ed-9569-3c72-867d-abf4ba351d95-0c840e94, #w-node-_957e7492-c548-f18a-dd04-f5940c5d6558-0c840e94, #w-node-f768115d-a856-c8c4-1abb-154fce359478-0c840e94, #w-node-ab3a3a99-ab59-32ab-1802-c2a19f0adfed-0c840e94, #w-node-_57694084-52e1-0145-3175-415a3af40f6b-0c840e94, #w-node-_36679071-84fb-1298-481f-0fd9c8cebbc3-0c840e94, #w-node-ee188507-5c7b-1cfc-0ec4-7ce79336028e-0c840e94, #w-node-_056ebc9b-336d-f60e-983f-03bbc35b0abc-0c840e94, #w-node-dcc50fed-da9f-ac51-43ac-65674275e679-0c840e94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

#w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0b5-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0bc-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0c3-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0ca-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0d1-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0d8-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0e1-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0e8-0c840e94, #w-node-d48d6f9c-e794-5650-ad2c-b3f63770c0ef-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa9962-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa9966-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa996a-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa996e-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa9972-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa9976-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa997a-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa997e-0c840e94, #w-node-_000114e4-e4d0-c042-8dc8-6776bdaa9982-0c840e94, #w-node-_4c61fa45-5ceb-23ca-02e3-74cf44ae0627-0c840e94, #w-node-_93fc09f8-4a64-c8e0-998a-49c57892c770-0c840e94, #w-node-_59e033ef-9407-2025-3be8-bcaca55fe8a0-0c840e94, #w-node-_2a907e44-71e2-e2f2-06c9-c158c79bf683-0c840e94, #w-node-fdc745a2-0004-34ab-22a7-3dbf503d63fe-0c840e94, #w-node-fe38bc64-8781-8b1a-794f-99ce4a1f9663-0c840e94 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_18eb8208-0750-59a6-9abf-912dd144e6ca-d144e6c3, #w-node-_18eb8208-0750-59a6-9abf-912dd144e6d2-d144e6c3 {
    justify-self: center;
  }

  #w-node-fc481cac-6361-95f4-6a83-25e1e97237e4-0c840e91 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5d72980-8a14-a6aa-3bd3-c6f4dde54c1a-0c840e40 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


