@font-face {
  font-family: Ovo;
  src: url('../fonts/Ovo-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hindsiliguri;
  src: url('../fonts/HindSiliguri-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hindsiliguri;
  src: url('../fonts/HindSiliguri-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hindsiliguri;
  src: url('../fonts/HindSiliguri-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hindsiliguri;
  src: url('../fonts/HindSiliguri-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hindsiliguri;
  src: url('../fonts/HindSiliguri-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --blue: #0b3f55;
  --black: black;
  --gold: #a08558;
  --hellblau: #0b3f55;
  --dunkelblau: #092f48;
}

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

.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;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, 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: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-block.highlights {
  width: auto;
  height: auto;
  padding: 100px;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Hind Siliguri, sans-serif;
}

.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 {
  width: 100%;
}

.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: #a08558;
  line-height: 1.3;
}

.hauptfarbe {
  color: var(--white);
  background-color: #092f48;
}

.zweitfarbe {
  background-color: #f7f7f7;
}

.highlights {
  background-color: #a08558;
}

.heading-1 {
  font-family: Hind Siliguri, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

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

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

.heading-3 {
  font-family: Hind Siliguri, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  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;
}

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

.terminbutton.highlights.flie-text {
  background-color: var(--blue);
  padding: 20px;
  font-family: Hindsiliguri, sans-serif;
  transition: all .3s;
}

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

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

.terminbutton.highlights.heading-3 {
  background-color: var(--blue);
  text-transform: uppercase;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 30px;
  font-family: Ovo, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  transition: all .3s;
  display: flex;
}

.terminbutton.highlights.heading-3:hover {
  background-color: var(--black);
}

.terminbutton.highlights.flie-text {
  text-transform: none;
  padding: 12px 40px;
  font-family: Hind Siliguri, sans-serif;
  font-size: 17px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--gold);
}

.terminbutton.heading-3.gradient {
  color: #000;
  text-transform: none;
}

.instagram3 {
  object-fit: contain;
  border-radius: 12px;
  width: 2.1vw;
}

.social-verlinkung3 {
  object-fit: contain;
  border-radius: 12px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 10px;
}

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

.form-text {
  font-size: 17px;
}

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

.utility-page-wrap {
  background-image: linear-gradient(90deg, var(--blue) 20%, var(--gold) 80%);
  color: #fff;
  text-align: center;
  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: 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;
}

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.impdat {
  padding: 100px 5vw;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.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;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.telefonnummer1 {
  margin-bottom: 5px;
  font-size: 20px;
}

.telefonnummer1.flie-text {
  font-family: Ovo, sans-serif;
}

.email {
  margin-bottom: 5px;
  font-size: 20px;
}

.email.flie-text {
  font-family: Ovo, sans-serif;
}

.adresse {
  margin-bottom: 0;
  font-size: 20px;
}

.adresse.flie-text {
  font-family: Ovo, sans-serif;
}

.ffnungszeiten {
  margin-bottom: 0;
}

.ffnungszeiten.flie-text {
  text-align: center;
  font-size: 20px;
}

.video-2 {
  background-image: url('../images/2_12.webp'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 100%;
}

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

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-impdat, .link-8 {
  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;
}

.html-embed-3 {
  height: 100%;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Hindsiliguri, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label3.abstand-nach-oben.heading-3 {
  font-size: 18px;
  line-height: 1.6;
}

.paragraph-mittig1 {
  text-align: center;
  line-height: 1.5;
}

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

.abst-nde-logo3 {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.navbar3 {
  z-index: 999;
  opacity: 1;
  background-color: #fff;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

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

.navlinks3.hauptfarbe {
  color: #fff0;
  background-color: #fff0;
  flex-direction: row;
  justify-content: flex-end;
}

.men-3.hauptfarbe {
  z-index: 100000;
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink3 {
  margin-right: 10px;
}

.navlink3.flie-text {
  color: #0b3f55;
  border-bottom: 1px solid #0000;
  font-family: Hind Siliguri, sans-serif;
  font-size: 16px;
  transition: all .3s;
}

.navlink3.flie-text:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.navlink3.flie-text.w--current {
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
}

.navlink3.flie-text.w--current:hover {
  border-bottom-color: var(--gold);
  color: var(--gold);
}

.navlink3.flie-text.button {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-right: 0;
  padding: 10px;
}

.navlink3.flie-text.button:hover {
  background-color: var(--gold);
}

.navlink3.flie-text.button.full._100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.background-video1 {
  background-image: linear-gradient(#0003, #0003);
  height: 100%;
}

.slogan3 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 65px;
}

.slogan3.heading-1 {
  font-family: Hind Siliguri, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
}

.content-wrap {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrap.spc {
  margin-bottom: 15px;
}

.heading-linksb-ndig3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 36px;
}

.heading-linksb-ndig3.heading-2 {
  font-size: 35px;
  font-weight: 700;
}

.heading-linksb-ndig3.heading-2.farbe-der-headings.mittig {
  text-align: center;
}

.heading-linksb-ndig3.heading-4 {
  white-space: pre-wrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hind Siliguri, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

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

.heading-mitig3 {
  text-align: center;
  margin-bottom: 30px;
}

.heading-mitig3.heading-2 {
  margin-top: 0;
}

.heading-mitig3.heading-2.farbe-der-headings {
  font-size: 38px;
}

.inhalt-mittig3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

.inhalt-mittig3.zweitfarbe {
  flex-direction: column;
}

.inhalt-mittig3.zweitfarbe.smallspace {
  padding-top: 0;
}

.inhalt-mittig3.hauptfarbe.backroundhell {
  background-color: var(--hellblau);
}

._3er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

.heading-mittig-klein1 {
  text-align: center;
}

.heading-mittig-klein1.heading-3 {
  font-weight: 400;
}

.text-linksb-ndig3.flie-text {
  margin-top: 20px;
  font-size: 20px;
}

.text-linksb-ndig3.flie-text.no-m {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-footer3 {
  font-size: 14px;
  font-weight: 400;
}

.heading-footer3.heading-3 {
  -webkit-text-stroke-width: .2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Hind Siliguri, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.footer3 {
  height: auto;
  margin-top: auto;
  padding: 40px 5vw 50px;
  position: relative;
}

.footer3.hauptfarbe {
  background-color: var(--dunkelblau);
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.rounded-block {
  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;
}

.address-blk {
  margin-bottom: 5px;
  font-family: Ovo, sans-serif;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-family: Hindsiliguri, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig3.heading-2.farbe-der-headings {
  line-height: 1.4;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.form1 {
  margin-bottom: 0;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

.form-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.text-field {
  color: #000;
  letter-spacing: 2px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

.text-field:active, .text-field:focus {
  border-color: #1d1f2e;
}

.text-field::placeholder {
  color: #1d1f2e4d;
}

.text-field.cc-textarea {
  height: 100px;
}

.logo-3 {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

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

.logo-img {
  object-fit: contain;
  width: 15.625rem;
}

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

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

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

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

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

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

.impressum-link {
  color: #fff;
  font-family: Ovo, sans-serif;
  text-decoration: none;
}

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

.image-5 {
  border-radius: 12px;
  width: 2.1vw;
}

.div-block-left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.div-block-left.smaller {
  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 {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.spacer {
  height: 20px;
}

.quick-stack-lotties {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.quick-stack-2 {
  color: #333;
  width: 100%;
  height: 100%;
  padding: 0;
}

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

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

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

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

.image-100.up {
  object-position: 50% 0%;
}

.shadow-card {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .5s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.shadow-card:hover {
  transform: scale(1.03);
}

.shadow-card.highlights {
  background-color: var(--gold);
  color: #fff;
}

.image-margin-bottom {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.content-70 {
  width: 70%;
}

.heading-links-klein1 {
  text-align: left;
}

.heading-links-klein1.heading-3.ovo {
  font-family: Ovo, sans-serif;
}

.heading-links-klein1.heading-3.padding {
  margin-top: -2.5vh;
  margin-bottom: 5vh;
}

.links-card {
  outline-color: var(--blue);
  outline-offset: 0px;
  outline-width: 1px;
  outline-style: solid;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

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

.rounded-image {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 25vh;
  height: 25vh;
  overflow: hidden;
}

.icon-large {
  object-fit: contain;
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 20px;
}

.icon-large.invert {
  filter: brightness(0%) invert();
}

.html-embed-11 {
  width: 100%;
}

.bg-section {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Leistungen.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.bg-section.karriere {
  background-image: url('../images/Karriere-6.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-section.team {
  background-image: url('../images/Team-2.webp');
  background-size: cover;
  background-attachment: fixed;
}

.lottie-animation {
  object-fit: cover;
  width: 6.25rem;
  height: 3.125rem;
}

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

.button-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-wrap.space {
  width: 26%;
  margin-top: -90px;
  padding: 20px;
  position: relative;
}

.text-span {
  font-size: 35px;
  font-weight: 500;
}

.lottie-animation-4 {
  width: 40px;
  height: 40px;
  margin-left: auto;
}

.content_2-2 {
  z-index: 1;
  background-color: var(--blue);
  color: #fff;
  text-align: left;
  width: 80%;
  padding: 40px;
  position: relative;
  box-shadow: 0 7px 20px -14px #00000080;
}

.links-card-2 {
  background-color: var(--blue);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: transform .4s;
  display: flex;
}

.links-card-2:hover {
  transform: scale(1.03);
}

.links-card-2.white {
  color: #fff;
}

.links-card-2.white:hover {
  transform: none;
}

.lottie-animation-2 {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
}

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

.cell-5, .cell-6 {
  justify-content: flex-start;
  align-items: center;
}

.cell-centre {
  justify-content: center;
}

.dropdown-text {
  color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.dropdown-list-13 {
  padding: 20px;
  position: relative;
}

.dropdown-list-13.w--open {
  background-color: #0000;
}

.dropdown-15 {
  border: 1px solid var(--gold);
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.image-arrow {
  object-fit: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto 5% auto auto;
}

.dropdown-text-copy {
  color: var(--white);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.content-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-animation-5 {
  height: 40vh;
}

.heading-mitig-klein {
  text-align: center;
  font-size: 24px;
}

.icons {
  filter: invert();
  object-fit: contain;
  width: 4vw;
  height: auto;
  margin-bottom: 2px;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.dropdown-16 {
  border-bottom: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  transition: all .2s;
}

.dropdown-16:hover {
  transform: scale(1.02);
}

.dropdown_title-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lottie-animation-6 {
  height: 50vh;
}

.gradient {
  background-image: linear-gradient(90deg, #c7a87a, #e8d1a6);
}

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

.link-footer {
  color: #fff;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  text-decoration: underline;
}

.link-footer.w--current:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--white);
}

.quick-stack-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 90%;
  margin-top: 10px;
  padding: 10px 0;
}

.quick-stack-5.size {
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.bg-section-100 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Leistungen.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10vh 5vw;
  display: flex;
}

.quick-stack-bottom-margin {
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.button-div-fix-small {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 1% 35% auto;
}

.link-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.link-block-3:hover {
  transform: scale(1.1);
}

.link-block-3.hauptfarbe {
  background-color: #0a3753;
}

.image-105 {
  object-fit: contain;
  width: 2.5rem;
  height: 2.5rem;
}

.image-105.zweitfarbe {
  padding: 1px;
}

.small-heading-2 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
  display: none;
}

.link1.farbe-der-headings {
  text-decoration: none;
}

.image-100-blur {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-100-contain-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.telefonnummer1-2 {
  margin-bottom: 5px;
}

.telefonnummer1-2.flie-text {
  font-size: 20px;
}

.email-2 {
  margin-bottom: 5px;
}

.email-2.flie-text {
  font-size: 20px;
}

.adresse-2 {
  margin-bottom: 0;
}

.adresse-2.flie-text {
  text-align: center;
  font-family: Ovo, sans-serif;
  font-size: 20px;
}

.quick-stack-6 {
  padding: 0;
}

.quick-stack-nav {
  width: 100%;
  margin-top: 20px;
  padding: 0;
}

.quick-stack-nav.hide-sm-sc {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.v-tab_link {
  background-color: var(--white);
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  padding: 8px;
  transition: all .6s;
}

.v-tab_link.w--current {
  background-color: var(--gold);
  border-radius: 100%;
  width: 4.2rem;
  height: 4.2rem;
  transform: scale(1.1);
}

.slide-image-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.v-tabs {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.v-tab_contemt {
  margin-bottom: 20px;
}

.v-tab_menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  place-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

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

.values.tab-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  min-height: 30vh;
  display: flex;
  position: relative;
}

.icon-round {
  object-fit: contain;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.text-mitig.flie-text {
  font-size: 20px;
}

.links-card-3 {
  background-color: var(--hellblau);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.links-card-3.size {
  height: auto;
}

.terminbutton-3 {
  color: #000;
  text-transform: none;
  font-family: Hind Siliguri, sans-serif;
  font-size: 17px;
}

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

.terminbutton-3.heading-3.gradient {
  margin-top: 10px;
}

.terminbutton-3.heading-3.gradient:hover {
  background-image: linear-gradient(#c7a87a, #e8d1a6);
}

.divider-2 {
  background-color: #a08558;
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
}

.quick-stack-7 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.send-button.flie-text.highlights {
  font-family: Hind Siliguri, sans-serif;
}

.footer-below {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--white);
  background-color: var(--dunkelblau);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.terminbutton-100 {
  color: var(--black);
  text-transform: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Hind Siliguri, sans-serif;
  font-size: 17px;
  display: flex;
}

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

.terminbutton-100.heading-3.gradient {
  background-image: linear-gradient(90deg, #c7a87a, #e8d1a6);
  width: auto;
  margin-top: 0;
}

.terminbutton-100.heading-3.gradient:hover {
  background-image: linear-gradient(#c7a87a, #e8d1a6);
}

.inhalt-mittig3-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 5vw;
  display: flex;
}

.inhalt-mittig3-padding.zweitfarbe {
  flex-direction: column;
}

.content-wrap-flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.terminbutton-1-100 {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Exo, sans-serif;
  display: flex;
}

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

.terminbutton-1-100.highlights.flie-text {
  background-color: var(--blue);
  width: auto;
  padding: 20px;
  font-family: Hind Siliguri, sans-serif;
  transition: all .3s;
}

.terminbutton-1-100.highlights.flie-text:hover {
  background-color: var(--gold);
}

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

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

.terminbutton-1-100.highlights.flie-text {
  text-transform: none;
  padding: 12px 40px;
  font-size: 17px;
}

.embed-wrao-above {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -2.5vh;
  padding-left: 0;
  display: flex;
}

.heading-mitig-klein1 {
  text-align: center;
}

.heading-mitig-klein1.heading-3 {
  font-family: Hind Siliguri, sans-serif;
}

.card--wrapper {
  transform-origin: 100%;
  transform-style: preserve-3d;
  border: 1.5px solid #fff;
  width: 100%;
  height: 40vh;
  transform: none;
}

.left-side-2 {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.right-side-2 {
  background-color: var(--dunkelblau);
  backface-visibility: hidden;
  transform-origin: 100%;
  color: var(--white);
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0)translate(100%);
}

.quick-stack-lotties-gap-35px {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  width: 60%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.heading-mittig-32px {
  text-align: center;
  font-size: 32px;
}

.heading-mittig-32px.heading-3.farbe-der-headings {
  font-weight: 700;
}

.quick-stack-lotties-3-columns {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

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

.form-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.field-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span-2 {
  font-family: Ovo, sans-serif;
}

.right-tab-arrow {
  background-color: var(--gold);
  color: #2c2b46;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  inset: auto auto 98px 0%;
}

.right-tab-arrow:hover {
  color: #000;
}

.right-tab-arrow.tab_previous {
  position: absolute;
  inset: 50% auto auto 8%;
}

.left-tab-arrow {
  background-color: var(--gold);
  color: #2c2b46;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  inset: auto auto 98px 0%;
}

.left-tab-arrow:hover {
  color: #000;
}

.left-tab-arrow.tab_next {
  position: absolute;
  inset: 50% 8% auto auto;
}

.field-label {
  font-size: 17px;
}

.wrap-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 20px 0 0;
  display: flex;
}

.image-wrapper-70vh {
  width: 80%;
  height: 75vh;
}

.mittig-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: transform .4s;
  display: flex;
  box-shadow: 0 2px 5px 2px #0003;
}

.mittig-card:hover {
  transform: scale(1.03);
}

.section-mittig {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
}

.text-linksb-ndig3-card {
  font-size: 1vw;
}

.content-60 {
  width: 60%;
}

.bg-section-2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Karriere-6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-mittig-bild {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding: 10px;
}

.bild-wrapper-relative {
  width: 24vw;
  height: auto;
  position: relative;
}

.quick-stack-lotties-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.icons-no-invert {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
  margin-bottom: 2px;
}

.text-mittigb-ndig3-card {
  text-align: center;
  font-size: 1vw;
}

.text-mittigb-ndig3-card.flie-text {
  font-size: 16px;
}

.quick-stack-bottom-margin-2 {
  width: 75%;
  margin-bottom: 40px;
  padding: 0;
}

.wrapp {
  overflow-wrap: anywhere;
}

.div-block-38 {
  display: flex;
}

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

  .success {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

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

  .flie-text {
    overflow-wrap: anywhere;
  }

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

  .terminbutton.highlights.flie-text {
    text-align: center;
    font-size: 16px;
  }

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

  .impdat {
    padding: 60px;
  }

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

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

  .telefonnummer1 {
    margin-bottom: 5px;
  }

  .telefonnummer1.flie-text {
    font-size: 16px;
  }

  .email {
    margin-bottom: 5px;
  }

  .email.flie-text, .adresse.flie-text, .ffnungszeiten.flie-text {
    font-size: 16px;
  }

  .video-2 {
    height: 80vh;
  }

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

  .paragraph-mittig1 {
    align-self: center;
  }

  .paragraph-mittig1.flie-text {
    font-size: 16px;
  }

  .navbar3 {
    flex-flow: column;
  }

  .navlinks3.hauptfarbe {
    position: static;
  }

  .men-3.hauptfarbe {
    background-color: var(--gold);
  }

  .navlink3.flie-text {
    text-align: center;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .navlink3.flie-text:hover, .navlink3.flie-text.w--current {
    color: var(--hellblau);
    font-weight: 700;
  }

  .navlink3.flie-text.w--current:hover {
    color: var(--hellblau);
  }

  .navlink3.flie-text.button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .navlink3.flie-text.button.full {
    width: 100%;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe, .men-button3.hauptfarbe.w--open {
    background-color: var(--gold);
  }

  .menu-icon-3 {
    color: #fff;
  }

  .slogan3.heading-1 {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 20px;
  }

  .heading-linksb-ndig3.heading-2 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px;
  }

  .heading-linksb-ndig3.heading-2.farbe-der-headings {
    text-align: center;
    margin-bottom: 10px;
    font-size: 31px;
  }

  .heading-linksb-ndig3.heading-4 {
    font-size: 20px;
    line-height: 31px;
  }

  .heading-mitig3.heading-2 {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .inhalt-mittig3 {
    padding: 60px;
  }

  .text-linksb-ndig3.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .text-linksb-ndig3.flie-text.no-m {
    margin-top: 0;
  }

  .heading-footer3.heading-3 {
    font-size: 16px;
  }

  .footer3.hauptfarbe {
    padding: 20px 60px;
  }

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

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

  .error-message {
    width: auto;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text.hauptfarbe {
    padding: 20px;
  }

  .form-wrap {
    text-align: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .logo-img {
    width: 250px;
  }

  .div-block-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-left.smaller {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

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

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

  .quick-stack-lotties {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

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

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

  .shadow-card.hauptfarbe {
    text-align: center;
  }

  .content-70 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-links-klein1.heading-3 {
    text-align: center;
  }

  .links-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .google-maps.fest {
    height: 20rem;
  }

  .button-wrap.space {
    width: auto;
    padding: 10px;
  }

  .content_2-2 {
    width: 100%;
    padding: 20px;
  }

  .links-card-2 {
    justify-content: space-between;
    align-items: center;
  }

  .cell-4.hide {
    display: none;
  }

  .cell-5.weg {
    display: block;
  }

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

  .dropdown-list-13.w--open {
    padding-top: 20px;
  }

  .image-arrow {
    width: 22px;
    height: 22px;
  }

  .icons {
    width: 40px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .dropdown_title-2 {
    width: 100%;
  }

  .link-footer {
    overflow-wrap: normal;
  }

  .bg-section-100 {
    padding: 60px;
  }

  .quick-stack-bottom-margin {
    margin-bottom: 10px;
  }

  .button-div-fix-small {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .link-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    width: 45px;
    height: 45px;
    padding: 5px;
  }

  .link-block-3.w--current {
    flex-flow: column;
  }

  .link-block-3.hauptfarbe {
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .image-105 {
    width: 30px;
    height: 30px;
  }

  .small-heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    display: none;
  }

  .telefonnummer1-2 {
    margin-bottom: 5px;
  }

  .telefonnummer1-2.flie-text {
    font-size: 16px;
  }

  .email-2 {
    margin-bottom: 5px;
  }

  .email-2.flie-text, .adresse-2.flie-text {
    font-size: 16px;
  }

  .quick-stack-nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-bottom: 10px;
  }

  .quick-stack-nav.hide-desktop {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .v-tab_menu {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .values.tab-wrapper {
    width: 100%;
  }

  .content-wrapper {
    margin-bottom: 60px;
  }

  .content-wrapper.flex {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-mitig.flie-text {
    font-size: 16px;
  }

  .terminbutton-3.heading-3.gradient {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .terminbutton-100.heading-3.gradient {
    font-size: 16px;
  }

  .inhalt-mittig3-padding {
    padding: 60px;
  }

  .content-wrap-flex {
    width: 100%;
    margin-bottom: 20px;
  }

  .card--wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-side-2 {
    background-color: var(--dunkelblau);
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    position: static;
  }

  .right-side-2 {
    height: auto;
    position: static;
    transform: none;
  }

  .quick-stack-lotties-gap-35px {
    width: 100%;
  }

  .right-tab-arrow.tab_previous {
    width: 40px;
    height: 40px;
    left: -5%;
  }

  .left-tab-arrow.tab_next {
    width: 40px;
    height: 40px;
    right: -5%;
  }

  .image-wrapper-70vh {
    height: 50vh;
  }

  .section-mittig.zweitfarbe {
    padding: 60px;
  }

  .text-linksb-ndig3-card.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .content-60 {
    width: 100%;
  }

  .text-mittigb-ndig3-card.flie-text {
    font-size: 16px;
  }

  .quick-stack-bottom-margin-2 {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .quick-stack-52 {
    width: 100%;
  }

  .cell-9, .cell-10, .cell-11, .cell-12, .cell-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .cell-14 {
    display: none;
  }

  .navbar-button {
    background-color: var(--hellblau);
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-family: Hindsiliguri, sans-serif;
    font-weight: 600;
    display: flex;
  }

  .div-block-38 {
    width: 100%;
    display: flex;
  }
}

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

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

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

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

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

  .social-verlinkung3 {
    margin-right: 0;
  }

  .impdat {
    padding: 40px 40px 50px;
  }

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

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

  .video-2 {
    height: 70vh;
  }

  .inhalt-footer2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

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

  .men-button3.hauptfarbe {
    padding: 10px;
  }

  .background-video1 {
    height: 70vh;
  }

  .slogan3 {
    font-size: 40px;
    line-height: 45px;
  }

  .slogan3.heading-1 {
    font-size: 35px;
  }

  .content-wrap {
    width: 100%;
  }

  .heading-linksb-ndig3.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-linksb-ndig3.heading-4 {
    font-size: 17px;
  }

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

  .heading-mitig3.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 36px;
  }

  .inhalt-mittig3 {
    padding: 40px;
  }

  ._3er-grid1 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .text-linksb-ndig3.flie-text.no-m {
    font-size: 16px;
  }

  .heading-footer3.heading-3 {
    margin-bottom: 5px;
  }

  .footer3.hauptfarbe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

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

  .contact-form-wrap {
    padding: 40px;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .text-field {
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text-field.cc-textarea {
    text-align: left;
    margin-bottom: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 400px;
  }

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

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

  .image-wrapper, .image-margin-bottom {
    height: 25rem;
  }

  .heading-links-klein1.heading-3 {
    font-size: 21px;
  }

  .rounded-image {
    width: 12rem;
    height: 12rem;
  }

  .icon-large.invert {
    width: 3rem;
    height: 3rem;
  }

  .bg-section {
    height: 25rem;
  }

  .lottie-animation {
    width: auto;
  }

  .google-maps.fest {
    height: 25rem;
  }

  .text-span {
    font-size: 30px;
  }

  .lottie-animation-4 {
    width: 30px;
    height: 30px;
  }

  .content_2-2 {
    padding: 20px;
  }

  .dropdown-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 60px;
  }

  .dropdown-list-13.w--open {
    padding: 10px;
  }

  .dropdown-15 {
    margin-bottom: 0;
  }

  .image-arrow {
    right: 20px;
  }

  .dropdown-text-copy.border {
    padding-right: 60px;
  }

  .lottie-animation-5 {
    height: 15rem;
  }

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

  .link-block-3 {
    width: 40px;
    height: 40px;
  }

  .image-100-contain-abs.cov {
    object-fit: cover;
  }

  .v-tab_link, .v-tab_link.w--current {
    width: 50px;
    height: 50px;
  }

  .slide-image-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper {
    width: 90%;
  }

  .footer-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .terminbutton-100.heading-3.gradient {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .inhalt-mittig3-padding {
    padding: 40px;
  }

  .content-wrap-flex {
    width: 100%;
  }

  .quick-stack-lotties-gap-35px {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .form-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .field-label {
    text-align: left;
    font-size: 16px;
  }

  .image-wrapper-70vh {
    width: 100%;
    height: 25rem;
  }

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

  .bg-section-2 {
    height: 25rem;
  }

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

  .bild-wrapper-relative {
    width: 100%;
    height: 25rem;
  }

  .quick-stack-52 {
    padding: 0;
  }
}

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

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

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

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

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

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

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .terminbutton.highlights.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram3 {
    width: 7vw;
  }

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .video-2 {
    background-image: url('../images/2_12.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-mittig1.flie-text {
    overflow-wrap: anywhere;
  }

  .background-video1 {
    height: 60vh;
  }

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

  .slogan3.heading-1 {
    font-size: 28px;
  }

  .heading-linksb-ndig3 {
    font-size: 30px;
  }

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

  .heading-linksb-ndig3.heading-2.farbe-der-headings {
    font-size: 26px;
  }

  .heading-linksb-ndig3.heading-4 {
    font-size: 17px;
    line-height: 24px;
  }

  .heading-mitig3.heading-2.farbe-der-headings {
    overflow-wrap: anywhere;
    font-size: 27px;
    line-height: 34px;
  }

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

  .footer3.hauptfarbe {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 20px;
  }

  .maps-gro-2 {
    height: 300px;
  }

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

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

  .image-5 {
    width: 5vw;
  }

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

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

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

  .icon-large.invert {
    width: 40px;
    height: 40px;
  }

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

  .content_2-2 {
    padding: 10px;
  }

  .dropdown-text {
    padding-left: 15px;
    padding-right: 40px;
  }

  .image-arrow {
    width: 17px;
    height: 17px;
    right: 15px;
  }

  .dropdown-text-copy.border {
    padding-right: 40px;
  }

  .heading-mitig-klein.heading-3 {
    font-size: 22px;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .dropdown-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation-6 {
    height: 40vh;
  }

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

  .button-div-fix-small {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-block-3 {
    width: 40px;
    height: 40px;
  }

  .quick-stack-nav {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .v-tab_link {
    width: 35px;
    height: 35px;
    padding: 4px;
  }

  .v-tab_link.w--current {
    width: 35px;
    height: 35px;
  }

  .slide-image-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .v-tab_menu {
    flex-flow: row;
  }

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

  .content-wrap-flex {
    width: 100%;
  }

  .terminbutton-1-100.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .right-side-2 {
    padding: 20px;
  }

  .heading-mittig-32px.heading-3.farbe-der-headings {
    font-size: 24px;
  }

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

  .right-tab-arrow {
    display: none;
  }

  .right-tab-arrow.tab_previous {
    display: flex;
  }

  .left-tab-arrow {
    display: none;
  }

  .left-tab-arrow.tab_next {
    display: flex;
  }

  .wrap-button {
    margin-top: 10px;
  }

  .section-mittig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bild-wrapper-relative {
    height: auto;
  }
}

#w-node-c688b8ef-42c0-389b-bec3-d890f5192a1e-8c440e21, #w-node-_75530ec3-77fc-e4a8-d631-cfdb466a6681-8c440e21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6150ad1d-6a93-5c0a-9332-0853c0ee5577-8c440e21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a428380a-08d8-f8e5-9e97-8eb562ac29f5-8c440e21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_76c625fb-de5f-3b59-0041-f8fcbfaa693b-8c440e21 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_41d2522a-d30d-a7bd-2472-eec0d8daf315-8c440e21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e9f58b44-f7f2-af0b-0621-e4721479efdd-638d19a5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a1bcbb60-f99e-3c65-881c-96025b5713fd-be5c15e0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-a1bcbb60-f99e-3c65-881c-96025b5713fe-be5c15e0 {
  grid-column: span 2 / span 2;
}

#w-node-_2e361d44-3ec9-8d68-2607-5c8893171af4-798b1eb3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2e361d44-3ec9-8d68-2607-5c8893171af5-798b1eb3 {
  grid-column: span 2 / span 2;
}

#w-node-_20ee9e71-6fd3-f6db-0dcb-df37ff442205-8c440e42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c72d1232-1ab2-5a4c-28b3-c177def559ae-8c440e42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2e387824-0f7f-9023-d8a5-d62ec715364d-8c440e42, #w-node-c1be3cb6-9e68-2598-2f3d-7492ed77ef52-8c440e48 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6eae8b4b-54e0-a6f8-653f-3cd358ce94af-8c440e48 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5ea97c79-b770-7382-136d-9a62fdee5a1b-27453dc9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_90d536d1-2280-089f-ed09-7df616cc6381-ca7efb7d, #w-node-e1759112-1d5e-7923-debb-4c7e10d8775c-ca7efb7d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbdc330e-e471-7356-e082-db8669f1102e-ca7efb7d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cc55bd6a-26f2-f68a-c91f-9a60469e99ad-ca7efb7d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be365477-9c08-e590-5d90-5359ae807c20-ca7efb7d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a8867a6-2b19-e750-8d8b-328b327a7450-ca7efb7d, #w-node-c1be3cb6-9e68-2598-2f3d-7492ed77ef52-932e5288, #w-node-f5a93dc7-2979-8453-fec0-2389f9d75386-279cdcd3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_70a51763-9dd7-c2aa-5659-2bb86756e521-279cdcd3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-c688b8ef-42c0-389b-bec3-d890f5192a1e-8c440e21, #w-node-_75530ec3-77fc-e4a8-d631-cfdb466a6681-8c440e21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6150ad1d-6a93-5c0a-9332-0853c0ee5577-8c440e21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a428380a-08d8-f8e5-9e97-8eb562ac29f5-8c440e21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_41d2522a-d30d-a7bd-2472-eec0d8daf315-8c440e21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a1bcbb60-f99e-3c65-881c-96025b5713fd-be5c15e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }

  #w-node-a1bcbb60-f99e-3c65-881c-96025b5713fe-be5c15e0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2e361d44-3ec9-8d68-2607-5c8893171af4-798b1eb3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_2e361d44-3ec9-8d68-2607-5c8893171af5-798b1eb3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_20ee9e71-6fd3-f6db-0dcb-df37ff442205-8c440e42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c72d1232-1ab2-5a4c-28b3-c177def559ae-8c440e42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_2e387824-0f7f-9023-d8a5-d62ec715364d-8c440e42, #w-node-c1be3cb6-9e68-2598-2f3d-7492ed77ef52-8c440e48 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6eae8b4b-54e0-a6f8-653f-3cd358ce94af-8c440e48 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5ea97c79-b770-7382-136d-9a62fdee5a1b-27453dc9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90d536d1-2280-089f-ed09-7df616cc6381-ca7efb7d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90d536d1-2280-089f-ed09-7df616cc6382-ca7efb7d {
    order: 9999;
  }

  #w-node-e1759112-1d5e-7923-debb-4c7e10d8775c-ca7efb7d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbdc330e-e471-7356-e082-db8669f1102e-ca7efb7d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-cc55bd6a-26f2-f68a-c91f-9a60469e99ad-ca7efb7d, #w-node-be365477-9c08-e590-5d90-5359ae807c20-ca7efb7d, #w-node-_2a8867a6-2b19-e750-8d8b-328b327a7450-ca7efb7d {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a8867a6-2b19-e750-8d8b-328b327a7451-ca7efb7d {
    order: 9999;
  }

  #w-node-c1be3cb6-9e68-2598-2f3d-7492ed77ef52-932e5288, #w-node-f5a93dc7-2979-8453-fec0-2389f9d75386-279cdcd3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f5a93dc7-2979-8453-fec0-2389f9d75387-279cdcd3 {
    order: 9999;
  }

  #w-node-_70a51763-9dd7-c2aa-5659-2bb86756e521-279cdcd3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6150ad1d-6a93-5c0a-9332-0853c0ee5577-8c440e21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_76c625fb-de5f-3b59-0041-f8fcbfaa693b-8c440e21 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_41d2522a-d30d-a7bd-2472-eec0d8daf315-8c440e21 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1bcbb60-f99e-3c65-881c-96025b5713fd-be5c15e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1bcbb60-f99e-3c65-881c-96025b571406-be5c15e0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e361d44-3ec9-8d68-2607-5c8893171af4-798b1eb3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2e361d44-3ec9-8d68-2607-5c8893171af7-798b1eb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c72d1232-1ab2-5a4c-28b3-c177def559ae-8c440e42 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a1bcbb60-f99e-3c65-881c-96025b5713fd-be5c15e0 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-a1bcbb60-f99e-3c65-881c-96025b5713fe-be5c15e0 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ovo';
  src: url('../fonts/Ovo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindsiliguri';
  src: url('../fonts/HindSiliguri-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindsiliguri';
  src: url('../fonts/HindSiliguri-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindsiliguri';
  src: url('../fonts/HindSiliguri-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindsiliguri';
  src: url('../fonts/HindSiliguri-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hindsiliguri';
  src: url('../fonts/HindSiliguri-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}