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

@font-face {
  font-family: "Olaus W 00 Bandus";
  src: url('../fonts/Olaus-W00-Bandus.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Pieces Of Eight Alt;
  src: url('../fonts/Pieces-of-Eight-Alt.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --zweitfarbe: #3a3a3a;
  --highlights: #bc9d58;
  --weiss: white;
  --transparent: transparent;
  --dark\<deleted\|variable-d6b20b77-5e2b-1de2-ec96-c6e9fe43c7c6\>: #3a3a3a;
  --schwarz: black;
}

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

body {
  color: #333;
  background-image: url('../images/black-g6647d57cc_1920.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: 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: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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;
  border-radius: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

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

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

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

.logo.small {
  object-fit: contain;
  height: 25vh;
}

.logo.small.invert {
  filter: invert();
}

.logo.small.invert.moblie-view {
  z-index: 10;
  width: 100px;
  height: auto;
  position: relative;
}

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

.telefonnummer.paragraph-font {
  font-family: Open Sans, sans-serif;
}

.text-layout {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.hauptfarbe {
  color: #fff;
  background-color: #313131;
  background-image: url('../images/black-g6647d57cc_1920.jpg');
  background-position: 50%;
  background-size: cover;
}

.email {
  margin-bottom: 5px;
}

.email.paragraph-font {
  font-family: Open Sans, sans-serif;
}

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

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

.adresse {
  margin-bottom: 5px;
}

.adresse.paragraph-font {
  font-family: Open Sans, sans-serif;
}

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

.heading-1 {
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-2 {
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-weight: 900;
  line-height: 1.3;
}

.heading-3 {
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

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

.flie-text.wh {
  color: #fff;
  overflow-wrap: anywhere;
}

.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 {
  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-footer1 {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_145456063.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  justify-content: space-between;
  width: 100%;
  min-height: 50vh;
  padding-top: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
  overflow: visible;
}

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

.footer-1.main-color {
  height: 64vh;
  color: var(--weiss);
  padding: 0;
  position: relative;
}

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

.heading-footer.heading-font3 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

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

.inhalt-footer.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  z-index: 10000;
  flex-flow: wrap;
  order: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.nav-link.paragraph-font.w--current {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--weiss);
  color: #fff;
}

.nav-link.flie-text:hover, .nav-link.flie-text.w--current {
  color: var(--highlights);
}

.navbar {
  z-index: 10;
  background-color: var(--transparent);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 7vw;
  display: flex;
}

.navbar.main-color {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_145456063_Preview.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.titelvideo-start-2 {
  height: 130vh;
  position: relative;
}

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

.div-block-video-2 {
  color: #fff;
  background-image: linear-gradient(to right, #0000 50%, #00000080 80%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 40px 0 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.text-mittig.flie-text {
  font-size: 18px;
  line-height: 1.5;
}

.text-mittig.flie-text.up {
  position: relative;
  top: 15%;
}

.text-mittig.paragraph-font {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

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

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

.bild-cover {
  background-image: url('../images/AdobeStock_893814104.webp');
  background-position: 50% 100%;
  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.jpg');
  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;
}

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

.section-mittig2 {
  background-color: var(--dark\<deleted\|variable-d6b20b77-5e2b-1de2-ec96-c6e9fe43c7c6\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 10vw;
  display: flex;
  position: relative;
}

.section-mittig2.secondary-color {
  color: var(--weiss);
  background-color: #4a4a4a;
  background-image: linear-gradient(#4a4a4a80, #4a4a4a80), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

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

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

.heading-mittig-klein2.heading-font2.subheading {
  font-size: 20px;
}

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

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

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

.heading-mittig.heading-1 {
  color: #fff;
  text-align: center;
  font-size: 100px;
}

.navlink-hover-line {
  width: 0%;
  height: 1px;
  line-height: 20vh;
}

.navlink-wrapper {
  overflow: hidden;
}

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

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

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

.div-block-mittig {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_145456063.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-mittig.main-color {
  background-image: linear-gradient(to bottom, null, null), url('../images/AdobeStock_145456063.webp');
  height: 65vh;
}

.div-block-mittig.main-color._100 {
  background-image: linear-gradient(#0000, #0000), url('../images/AdobeStock_145456063.webp');
  background-attachment: scroll, fixed;
  height: 100%;
}

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

.div-block-deco {
  width: 100%;
  height: 100%;
  color: var(--weiss);
  text-align: center;
  border: 1px dashed #a1a1a1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.lottiefile {
  object-fit: contain;
  width: 75px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-size: 16px;
  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;
}

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

.image-100 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in;
}

.image-100:hover {
  transform: rotate(2deg);
}

.image-100.size {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

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

.divider-line {
  background-image: url('../images/line.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 3px;
}

.div-block-167 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 80%;
  height: auto;
  color: var(--weiss);
  background-color: #82828270;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.text-span-italic {
  font-size: 18px;
}

.text-span-italic.grtoss {
  font-size: 24px;
}

.text-span-italic.heading-1 {
  font-size: 28px;
}

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

.text-links.flie-text {
  overflow-wrap: anywhere;
  font-size: 18px;
  line-height: 1.5;
}

.icon-large {
  width: 80px;
  height: 80px;
}

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

.content_block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.heading-mittig1-5 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  line-height: 35px;
}

.heading-mittig1-5.heading-font1 {
  font-family: Pieces Of Eight, Arial, sans-serif;
}

.text-left {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 135%;
}

.text-left.paragraph-font {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.content_block_1-3 {
  flex-direction: column;
  flex: 0 50%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.img-200px {
  object-fit: cover;
  width: 400px;
  height: 200px;
  position: absolute;
  inset: auto -8% -10% auto;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item-wrapper {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding: 10px 0;
  overflow: visible;
}

.arrow-div-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-wrapper {
  height: 75vh;
  position: relative;
}

.image-wrapper.sticky {
  width: 50%;
  position: sticky;
  top: 20%;
}

.divider-small {
  background-image: url('../images/line.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
}

.div-block-video-4 {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1-6 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
}

.gradient_block {
  width: 100%;
  height: 100%;
  color: var(--weiss);
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 15vw 5vh 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  z-index: 0;
  color: var(--weiss);
  text-align: center;
  margin-top: 0;
  font-size: 180px;
  position: relative;
}

.slogan.heading-1 {
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-size: 10vw;
}

.icon-wrapper {
  position: absolute;
  inset: 0% auto auto 10px;
}

.icon-rotate-2 {
  opacity: .05;
  width: 80px;
  height: 80px;
  transform: rotate(-30deg);
}

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

.section-bild-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.section-bild-2.zweitfarbe {
  position: relative;
}

.section-bild-2.zweitfarbe.less-pad {
  background-color: #0000;
  background-image: linear-gradient(#0006, #0006);
  padding-top: 0;
}

.section-bild-2.zweitfarbe-copy {
  color: #fff;
  background-image: linear-gradient(#0006, #0006);
  padding-bottom: 0;
}

.team-bild {
  width: 100%;
  height: 30vh;
  margin-bottom: 20px;
  position: relative;
}

.team-cards {
  border: 1px solid var(--weiss);
  width: 100%;
  min-width: 15vw;
  max-height: 70vh;
  padding: 20px;
  position: relative;
  overflow: auto;
}

.heading-links-small {
  text-align: left;
  margin-top: 10px;
  font-size: 18px;
  line-height: 44px;
}

.heading-links-small.heading-font1 {
  line-height: 1.3;
}

.tabs-wrap {
  z-index: 1;
  background-color: #3a3a3a00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 15vh;
}

.learn-more-drop-down {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: transform .2s;
  display: flex;
}

.accordion-pane-mitting {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding: 20px 0;
  display: flex;
}

.lottie-animation-3 {
  height: 15vh;
}

.heading-links {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 40px;
  line-height: 1.5;
}

.heading-links.heading-1 {
  overflow-wrap: anywhere;
  font-size: 70px;
}

.heading-links.heading-1.sub {
  font-size: 70px;
  line-height: 70px;
}

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

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

.section-bild-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8041.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.section-bild-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_8055.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.slider_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider_container {
  width: 100%;
  min-height: 300px;
  margin-top: 40px;
  padding: 40px;
  overflow: hidden;
}

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

.content_3-3 {
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: relative;
}

.content_3-3:hover {
  transform: scale(1.03);
}

.mask-3 {
  position: static;
  overflow: visible;
}

.image-slider {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.slide {
  margin-right: 40px;
}

.icon-wrapper-right {
  position: absolute;
  inset: 2% 2% auto auto;
}

.social-links {
  background-color: var(--schwarz);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.social-icons {
  object-fit: contain;
  width: 50px;
  height: 50px;
}

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

.icon-large-banner {
  width: 120px;
  height: 120px;
}

.image-background-204 {
  z-index: 0;
  opacity: .36;
  object-fit: contain;
  height: 80vh;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-51 {
  height: auto;
  position: relative;
}

.image-104 {
  filter: invert();
  height: 15vh;
}

.image-small-12-copy {
  z-index: 0;
  opacity: .11;
  object-fit: contain;
  height: 40vh;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-104-invert {
  filter: invert();
  object-fit: contain;
  height: 15vh;
}

.image--contact {
  filter: invert();
  height: 15vh;
}

.kopfzeile {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0%;
}

.kopfzeile.hauptfarbe {
  z-index: 90;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: sticky;
  top: 0%;
}

.tab-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 0;
  display: flex;
}

.tab-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  top: auto;
}

.tablink {
  padding-bottom: 20px;
}

.tablink.highlights {
  background-color: var(--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 25px 10px;
  display: flex;
}

.tablink.highlights.w--current {
  background-color: var(--highlights);
}

.social-buttons-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.social-links-smalll {
  background-color: var(--schwarz);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-icons-small {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.image-contain {
  object-fit: contain;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in;
}

.image-contain:hover {
  transform: rotate(2deg);
}

.tab-pane-tab-1, .tab-pane-tab-2, .tab-pane-tab-3 {
  width: 100%;
}

.slider_container3 {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -5vh;
  overflow: visible;
}

.slider_container3.diff {
  position: static;
}

.spacer-lg {
  height: 80px;
}

.image-background-3 {
  z-index: 0;
  opacity: .18;
  object-fit: contain;
  height: 50vh;
  margin-top: 125px;
  margin-right: 20px;
  position: absolute;
  inset: 55% auto auto 0;
}

.section-52 {
  position: relative;
}

.image-background-4 {
  z-index: 0;
  opacity: .18;
  object-fit: contain;
  height: 30vh;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 15% 0% auto auto;
}

.image-background-206 {
  z-index: 0;
  opacity: .09;
  object-fit: contain;
  height: 60vh;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto auto 15% 0%;
}

.loader {
  z-index: 100;
  background-image: linear-gradient(#4a4a4aab, #4a4a4aab);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.lottie-animation-11 {
  height: 60vh;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.div-block-179 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

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

.div-block-167-cc {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 80%;
  height: auto;
  color: var(--weiss);
  background-color: #64636391;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.section-mittig-top-padding-0 {
  background-color: var(--dark\<deleted\|variable-d6b20b77-5e2b-1de2-ec96-c6e9fe43c7c6\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10vw 60px;
  display: flex;
  position: relative;
}

.section-mittig-top-padding-0.secondary-color {
  color: var(--weiss);
  background-color: #4a4a4a;
  padding-top: 60px;
}

.hidden {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  inset: auto 0% -12%;
}

.slider-8 {
  background-color: #0000;
  width: 32vw;
  height: 60vh;
  position: static;
}

.left_arrow-3 {
  left: 24%;
}

.right_arrow-3 {
  right: 24%;
}

.background-video {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.image-110 {
  z-index: 1000;
  width: 60px;
  position: absolute;
  inset: -8% 50% auto;
}

.kopfzeile-hg-bild {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar-opacity {
  opacity: 0;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-wrapper {
  margin-right: auto;
}

.track {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 305vw;
}

.camera {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.camera._1 {
  height: 140vh;
}

.frame {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.item {
  flex: none;
  width: 100%;
}

.bild-100 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.bild-100.left {
  object-position: 20% 50%;
}

.bild-100.contain {
  object-fit: contain;
}

.inhalt-80 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.absatz-mittig {
  text-align: center;
  font-size: 16px;
}

.absatz-mittig.flie-text, .absatz-mittig.flie-text.gross {
  font-size: 24px;
}

.absatz-links {
  text-align: left;
  font-size: 16px;
}

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

.absatz-links.flie-text.gross {
  font-size: 24px;
  position: sticky;
  top: 25vh;
}

.absatz-links.flie-text.gross.mit {
  text-align: center;
  font-size: 18px;
}

.absatz-links.flie-text.gross.mit.space {
  margin-bottom: 60px;
}

.absatz-links.flie-text.gross-2 {
  text-align: center;
  text-align: left;
  font-size: 18px;
  position: sticky;
  top: 25vh;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--weiss);
  color: var(--weiss);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
}

.button.flie-text {
  position: relative;
}

.icon-20px {
  z-index: 5;
  filter: invert();
  width: 20px;
  height: 20px;
  color: var(--weiss);
  position: relative;
}

.icon-20px.weiss {
  filter: invert();
}

.btn-text {
  z-index: 5;
  position: relative;
}

.btn-text.gross {
  font-size: 24px;
}

.bereich-mittig {
  color: var(--weiss);
  background-image: linear-gradient(#4a4a4a80, #4a4a4a80), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.bereich-mittig.dark {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.button-weiss {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #333;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
}

.button-weiss.flie-text {
  border-color: var(--weiss);
  color: #fff;
  border-color: #fff;
  position: relative;
}

.btn-wrapper {
  margin-top: 20px;
}

.btn-wrapper.margin-unten {
  margin-bottom: 20px;
}

.btn-wrapper.margin-unten.none {
  display: none;
}

.hg-btn-block-weiss {
  background-color: var(--weiss);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.titelbereich {
  width: 100%;
  height: 501vh;
  color: var(--weiss);
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
}

.main-wrapper {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 15vh;
}

.titelbild {
  z-index: 1;
  filter: drop-shadow(9px 0 20px #000c);
  object-fit: cover;
  border-radius: 0%;
  width: 500px;
  height: 500px;
  position: relative;
}

.heading-wrapper {
  margin-top: -250px;
  position: relative;
}

.slogan-abs-mit-stroke {
  z-index: 2;
  color: var(--transparent);
  text-align: center;
  font-size: 180px;
  position: absolute;
  inset: 0%;
}

.slogan-abs-mit-stroke.heading-1 {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--weiss);
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  margin-top: 0;
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-size: 10vw;
}

.main-text-wrapper {
  width: 85%;
  margin-top: 40px;
}

.text-wrapper-rechts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: sticky;
  inset: 35vh 0% 0% auto;
}

.absatz-mittig-gross {
  text-align: center;
  font-size: 20px;
}

.absatz-mittig-gross.flie-text {
  font-family: Open Sans, sans-serif;
  font-size: 24px;
}

.bild-section {
  height: 100vh;
  color: var(--weiss);
  background-image: linear-gradient(#4a4a4a80, #4a4a4a80), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.bild-section.dark {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-left: 0;
  padding-right: 0;
}

.bild-section.dark._1 {
  height: 100%;
}

.bild-section.dark._1.space {
  padding-left: 5vw;
  padding-right: 5vw;
}

.bild-on-scroll {
  object-fit: cover;
  width: 100%;
  height: 85vh;
  position: sticky;
  top: 0;
}

.heading-blocks {
  position: relative;
}

.heading-block-wrap {
  overflow: hidden;
}

.heading-mittel-mittig {
  text-align: center;
  margin-top: 0;
  font-size: 70px;
}

.heading-mittel-mittig.heading-2 {
  font-weight: 400;
}

.heading-mittel-mittig.heading-2.top {
  margin-top: 10px;
}

.heading-mittel-mittig.heading-3 {
  font-size: 80px;
  font-weight: 300;
}

.bereich-abstand {
  height: 100vh;
  color: var(--weiss);
  background-image: linear-gradient(#4a4a4a80, #4a4a4a80), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10vw 15vh;
  display: flex;
  position: relative;
}

.bereich-abstand.auto {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
}

.bereich-abstand.auto._2 {
  padding-top: 10vh;
}

.bereich-mittig-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.bereich-mittig-2.zweitfarbe-copy {
  background-color: #4a4a4a;
}

.bereich-mittig-2.zweitfarbe-copy._100vh {
  background-color: var(--transparent);
  color: #fff;
  height: 100vh;
  padding-top: 10vh;
  position: relative;
}

.bereich-mittig-2.zweitfarbe-copy._100vh.up {
  height: 170vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.bereich-mittig-2.zweitfarbe-copy._100vh.unten {
  padding-left: 5vw;
  padding-right: 5vw;
}

.bereich-mittig-2.zweitfarbe-copy._100vh.null {
  padding-left: 10vw;
  padding-right: 10vw;
}

.bereich-mittig-2.zweitfarbe-copy._100vh.lr-pad {
  padding: 10vh 5vw;
}

.bereich-mittig-2.zweitfarbe-copy._100vh.lr-pad._1 {
  justify-content: flex-start;
  align-items: center;
  height: 120vh;
}

.bereich-mittig-2.zweitfarbe-copy._60vh {
  background-color: var(--transparent);
  color: #fff;
  height: 50vh;
  position: relative;
}

.bereich-mittig-2.zweitfarbe-copy._60vh._1 {
  padding-top: 50vh;
}

.bereich-mittig-2.zweitfarbe-copy._120vh {
  background-color: var(--transparent);
  color: #fff;
  height: 80vh;
  position: relative;
}

.bereich-mittig-2.zweitfarbe-copy._150vh {
  background-color: var(--transparent);
  color: #fff;
  height: 100vh;
  padding: 10vh 5vw;
  position: relative;
}

.bereich-mittig-2.zweitfarbe-copy._100vh-1 {
  background-color: var(--transparent);
  color: #fff;
  height: 45vh;
  position: relative;
}

.button-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #333;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
}

.button-12.flie-text {
  position: relative;
}

.icon-20px-2 {
  z-index: 5;
  width: 20px;
  height: 20px;
  position: relative;
}

.icon-20px-2.weiss {
  filter: invert();
}

.hg-btn-block-weiss-2 {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bild-wrapper-55vh {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.bild-wrapper-55vh.margin-top {
  margin-top: 100px;
}

.bild-wrapper-55vh.margin-top-more {
  margin-top: 200px;
}

.bild-wrapper-55vh.up {
  height: 37vh;
  margin-top: 60px;
}

.bild-wrapper-55vh._1 {
  height: 45vh;
}

.heading-block-abs {
  position: absolute;
  inset: auto 0% -5%;
}

.heading-solid {
  text-align: center;
  font-size: 120px;
}

.heading-solid.heading-2 {
  z-index: 1;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 400;
  position: relative;
}

.heading-outline {
  text-align: center;
  font-size: 150px;
}

.heading-outline.heading-2 {
  z-index: 2;
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--weiss);
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.bild-wheel {
  z-index: 1;
  object-fit: cover;
  width: 50vh;
  height: 50vh;
  position: relative;
}

.bild-wheel.contain {
  object-fit: contain;
}

.bild-wheel.containe {
  object-fit: contain;
  width: 40vh;
  height: 37vh;
}

.bild-wheel.space {
  margin-bottom: 60px;
}

.text-block-mit-absnatnd {
  margin-top: 40px;
}

.big-heading {
  text-transform: uppercase;
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.inhalt-80-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.bilder-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 60px;
  position: sticky;
}

.footer-wrapper {
  background-image: url('../images/black-g6647d57cc_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.btn-wrapper-copy {
  margin-top: 20px;
}

.btn-wrapper-copy.margin-unten {
  margin-bottom: 20px;
}

.speisekarte-bereich {
  background-color: var(--dark\<deleted\|variable-d6b20b77-5e2b-1de2-ec96-c6e9fe43c7c6\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20vh 10vw 15vh;
  display: flex;
  position: relative;
}

.speisekarte-bereich.secondary-color {
  height: 500vh;
  color: var(--weiss);
  background-color: #4a4a4a;
  background-image: linear-gradient(#00000080, #00000080), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8vh;
}

.map-bild-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  display: flex;
  position: sticky;
  top: 20vh;
}

.map-bild-wrapper.small {
  height: 70vh;
  position: absolute;
  inset: 0%;
}

.inhalt-links {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.speisekarte-inhalt-wrapper {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: sticky;
  top: 25vh;
}

.speisekarte-inhalt-wrapper.center {
  width: 100%;
  display: flex;
}

.speisekarte-inhalt-wrapper._1 {
  display: flex;
}

.heading-klein-mittig {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
}

.heading-big-cnter {
  font-size: 45px;
}

.video {
  z-index: 5;
  width: 50%;
  height: 65vh;
  margin-bottom: 20px;
}

.arrow-right-2 {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-left-2 {
  background-color: #fff;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-div-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.accordion-tab-button-2 {
  cursor: pointer;
  background-color: #3330;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
  overflow: visible;
}

.bereich-abstand-2 {
  height: 100vh;
  color: var(--weiss);
  background-image: linear-gradient(#4a4a4a80, #4a4a4a80), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.bereich-abstand-2.auto-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.track-2 {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 300vw;
}

.track-2._1 {
  height: 200vh;
}

.track-2._2 {
  height: 180vw;
}

.frame-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.frame-3 {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.arrow-div1 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane1 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane2 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div3 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane3 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div4 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane4 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div5 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane5 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div6 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane6 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div7 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane7 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-div8 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane8 {
  background-color: #0000;
  overflow: hidden;
}

.none {
  display: none;
}

.bild-wheel-2 {
  z-index: 100;
  object-fit: cover;
  width: 15vh;
  height: 15vh;
  position: relative;
  top: -35px;
  left: 40px;
}

.grid-90 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start center;
  width: 95%;
  margin-top: 20px;
}

.open-notice {
  z-index: 4444;
  position: fixed;
  inset: 0% -40px auto 90%;
}

.pm-text {
  font-size: 24px;
  transform: rotate(6deg)translate(33px);
}

.image-overlay-2 {
  opacity: 1;
  background-image: none;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 14px 14px 10px #00000003;
}

.image-overlay-2.left {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  display: block;
  inset: 0% auto 0% 0%;
}

.right-image-contain {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.right-image-contain.bg {
  background-color: #1e1c1d;
}

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

.book-flipper {
  z-index: 2;
  perspective: 5000px;
  width: 50%;
  height: 100%;
  transform-style: preserve-3d;
  position: relative;
  transform: translate(100%)rotateX(0)rotateY(1deg)rotateZ(0);
}

.book-flipper._100 {
  width: 50%;
}

.spine {
  transform-origin: 0%;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, 1px);
}

.spine._7 {
  z-index: 44;
  transform: none;
}

.spine._10 {
  z-index: 41;
  transform: none;
}

.spine._12 {
  z-index: 39;
  transform: none;
}

.spine._6 {
  z-index: 45;
  transform: none;
}

.spine._9 {
  z-index: 42;
  transform: none;
}

.spine._3 {
  z-index: 48;
  transform: none;
}

.spine._2 {
  z-index: 49;
  transform: none;
}

.spine._18 {
  z-index: 33;
  transform: none;
}

.spine._15 {
  z-index: 36;
  transform: none;
}

.spine._17 {
  z-index: 34;
  transform: none;
}

.spine._13 {
  z-index: 38;
  transform: none;
}

.spine._14 {
  z-index: 37;
  transform: none;
}

.spine._19 {
  z-index: 32;
  transform: none;
}

.spine.cover {
  z-index: 50;
  transform: none;
}

.spine._8 {
  z-index: 43;
  transform: none;
}

.spine._11 {
  z-index: 40;
  transform: none;
}

.spine._4 {
  z-index: 47;
  transform: none;
}

.spine._16 {
  z-index: 35;
  transform: none;
}

.spine._5 {
  z-index: 46;
  transform: none;
}

.spine._20 {
  z-index: 31;
  transform-style: preserve-3d;
  z-index: 31;
  transform: none;
}

.spine._21 {
  z-index: 30;
  transform: none;
}

.spine._22 {
  z-index: 29;
  transform: none;
}

.spine._23 {
  z-index: 28;
  transform: none;
}

.spine._24 {
  z-index: 27;
  transform: none;
}

.spine._25 {
  z-index: 26;
  transform: none;
}

.spine._26 {
  z-index: 25;
  transform: none;
}

.spine._27 {
  z-index: 24;
  transform: none;
}

.spine._28 {
  z-index: 23;
  transform: none;
}

.spine._29 {
  z-index: 22;
  transform: none;
}

.spine._30 {
  z-index: 21;
  transform: none;
}

.spine._31 {
  z-index: 20;
  transform: none;
}

.spine._32 {
  z-index: 19;
  transform: none;
}

.spine._20 {
  z-index: 31;
  z-index: 31;
  transform: none;
}

.right-side-front {
  cursor: e-resize;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.left-side-back {
  cursor: w-resize;
  height: 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate3d(2px, 0, -2px)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.left-side-contain-8 {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  position: relative;
}

.left-side-contain-8.bg {
  object-fit: contain;
  background-color: #1e1c1d;
}

.gif-arrow-2 {
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
}

.drop-shadow {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #000000ad, #fff0 35%);
  position: absolute;
  transform: translate3d(0, 0, -100px);
}

.document-view {
  text-align: center;
  width: 100%;
  height: 650px;
  padding: 20px 25px 0;
  position: relative;
}

.image-overlay-1 {
  opacity: 1;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 14px 14px 10px #00000003;
}

.slider-9 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.image-wrapper-2 {
  height: 75vh;
  position: relative;
}

.text-wrapper-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.text-wrapper-3.size {
  justify-content: flex-start;
  align-items: flex-start;
  height: 90vh;
  overflow: auto;
}

.slider-content-grid {
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -15px;
}

.grid-90-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  width: 95%;
  margin-top: 20px;
  margin-left: -180px;
}

.heading-outline-3 {
  text-align: center;
  font-size: 150px;
}

.heading-outline-3.heading-2 {
  z-index: 2;
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--weiss);
  text-transform: uppercase;
  padding-top: 60px;
  font-size: 100px;
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.heading-solid-3 {
  text-align: center;
  font-size: 120px;
}

.heading-solid-3.heading-2 {
  z-index: 100;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 400;
  position: relative;
}

.heading-solid-4 {
  text-align: center;
  font-size: 120px;
}

.heading-solid-4.heading-2 {
  z-index: 0;
  -webkit-text-stroke-width: 2px;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 400;
  position: relative;
}

.heading-outline-4 {
  text-align: center;
  font-size: 150px;
}

.heading-outline-4.heading-2 {
  z-index: 2;
  color: var(--transparent);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--weiss);
  text-transform: uppercase;
  padding-top: 60px;
  font-size: 100px;
  font-weight: 400;
  position: absolute;
  inset: 0%;
}

.bereich-abstand-1 {
  color: var(--weiss);
  background-image: linear-gradient(#4a4a4a80, #4a4a4a80), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10vw 15vh;
  display: flex;
  position: relative;
}

.bereich-abstand-1.mit {
  height: 100%;
}

.bild-wrapper-55vh-2 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 55vh;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.heading-block-abs-4 {
  padding-top: 60px;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-mittig2 {
  text-align: center;
  margin-top: 10px;
  line-height: 44px;
}

.heading-mittig2.heading-1 {
  font-size: 70px;
  line-height: 70px;
}

.right-arrow-2 {
  width: 45px;
  height: 45px;
  bottom: 25%;
  right: -45px;
}

.left-arrow-2 {
  width: 45px;
  height: 45px;
  bottom: 25%;
  left: -60px;
}

.bild-wheel-3 {
  z-index: 1;
  object-fit: cover;
  width: 15vh;
  height: 15vh;
  position: relative;
  top: -38px;
  left: 50px;
}

.track-4 {
  background-image: linear-gradient(#0006, #0006), url('../images/black-g6647d57cc_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 800vh;
}

.track-4.team-page-1st-sec {
  height: 300vw;
}

.accordion-item-wrapper-abs {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.accordion-pane9 {
  background-color: #0000;
  overflow: hidden;
}

.slider-10 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.mask-5 {
  overflow: hidden;
}

.slide-2 {
  height: 100vh;
}

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

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

.button-15.heading-font3.highlights {
  color: #fff;
  background-color: #bc9d58;
  justify-content: center;
  align-items: center;
  font-family: Pieces Of Eight, Arial, sans-serif;
  line-height: 1.3;
  display: block;
}

.absatz-mitting {
  text-align: left;
  font-size: 16px;
}

.absatz-mitting.flie-text.gross.none {
  text-align: center;
  display: block;
}

.absatz-mitting.flie-text.gross {
  font-size: 24px;
  position: sticky;
  top: 25vh;
}

.absatz-mitting.flie-text.gross.none {
  text-align: center;
  font-size: 18px;
  display: block;
}

.arrow-div9 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.accordion-pane-content-2 {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 60vh;
  margin-bottom: 5px;
  padding: 10px 0 20px;
  overflow: visible;
}

.image-small-12-abs--1 {
  z-index: -1;
  opacity: .11;
  object-fit: contain;
  height: 40vh;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-111 {
  filter: invert();
  width: 200px;
  position: absolute;
  inset: auto 3% 0% auto;
}

.accordion-pane10, .accordion-pane11 {
  background-color: #0000;
  overflow: hidden;
}

.image-268 {
  filter: invert();
  width: 50vh;
  position: absolute;
  inset: auto auto 0% 0%;
}

.open-notice-4 {
  z-index: 4444;
  position: fixed;
  inset: 0% 0% auto 80%;
}

.open-notice-4.space2 {
  top: -15%;
  left: 60%;
}

.image-overlay-6 {
  opacity: .75;
  background-image: none;
  background-size: auto;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: 14px 14px 10px #00000003;
}

.image-overlay-6.left {
  display: block;
  inset: 0% auto 0% 0%;
}

.right-image-contain-4 {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: relative;
  overflow: visible;
}

.document-view-7 {
  text-align: center;
  width: 100%;
  height: 650px;
  padding: 20px 25px;
  position: relative;
}

.document-view-7.hide {
  display: none;
}

.left-side-back-4 {
  cursor: w-resize;
  height: 100%;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate3d(2px, 0, -2px)rotateX(0)rotateY(-180deg)rotateZ(0);
}

.right-side-front-7 {
  cursor: e-resize;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.pm-text-4 {
  font-size: 24px;
  transform: rotate(6deg)translate(33px);
}

.bild-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20vh;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.section-67 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 140px;
  display: flex;
}

.link-block-2 {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all .35s;
  display: flex;
}

.image-269 {
  object-fit: contain;
  width: 65px;
}

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

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

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

.heading-101 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
}

.heading-mittig-klein3 {
  -webkit-backdrop-filter: blur(.5px);
  backdrop-filter: blur(.5px);
  color: var(--highlights);
  text-align: center;
  text-shadow: 0 1px 1px #000000a3;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 35px;
}

.link-10 {
  color: #fff;
}

.utility-page-wrap-2 {
  color: #fff;
  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-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.image-270 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
}

.body-2 {
  background-attachment: fixed;
}

.grid-92 {
  overflow: auto;
}

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

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

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

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

.modal1_content-wrapper {
  background-color: #fff;
  background-image: url('../images/AdobeStock_145456063.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component {
  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%;
}

.form-embed {
  width: 100%;
}

.new-page-10 {
  z-index: -5;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.last-page {
  z-index: -8;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ab-sdiv {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.new-page-6 {
  z-index: -4;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.back-page {
  z-index: -1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(270deg, #e5e5e5, #fff 17%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0, 0, -1px);
}

.test {
  z-index: 1;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-page-2 {
  z-index: 0;
  backface-visibility: visible;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-book {
  z-index: 1;
  width: 70%;
  height: 70vh;
  box-shadow: none;
  perspective: 1200px;
  display: flex;
  position: relative;
}

.new-book.hide {
  box-shadow: none;
}

.new-page-3 {
  z-index: -1;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

._123 {
  backface-visibility: visible;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(270deg, #e5e5e5, #fff 17%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.new-page-4 {
  z-index: -2;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-page-8, .new-page-7 {
  z-index: -5;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.book-img.cov {
  z-index: 0;
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.book-img.con {
  z-index: 1;
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}

.new-page-5 {
  z-index: -3;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-page-12 {
  z-index: -5;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-front-page {
  z-index: 1;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e5e5e5, #fff 18%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate3d(0, 0, 1px);
}

.new-page-11 {
  z-index: -5;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.new-first-page {
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  background-color: #b2c6ff;
  background-image: url('../images/5e2dd5282ca1f70cb811f801_WebDesign101-Cover-Small.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: none;
}

.new-page-9 {
  z-index: -5;
  transform-origin: 0%;
  background-color: #0000;
  width: 50%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.book-embed {
  width: 70%;
  height: auto;
  max-height: 70vh;
  overflow: visible;
}

.book-embed._1 {
  max-height: none;
}

.video-1 {
  z-index: 1000;
  width: 100%;
  height: 75vh;
}

.video-1.adjust {
  width: 35%;
  height: 85vh;
}

.lightbox-link {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.grid-93._1 {
  grid-template-columns: 1fr 1fr;
}

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

.left-arrow-3, .right-arrow-3, .left-arrow-4, .right-arrow-4, .slide-nav-3, .slide-nav-4 {
  display: none;
}

.tabs-wrap-1 {
  z-index: 1;
  background-color: #3a3a3a00;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 15vh;
}

.tabs-wrap-1._1 {
  margin-top: 100px;
}

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

.code-embed {
  width: 100%;
}

.button-6 {
  z-index: 100;
  background-color: var(--highlights);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-family: Pieces Of Eight, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 2% 5% auto;
}

.button-6:hover {
  z-index: 100;
  background-color: var(--highlights);
  text-decoration: none;
}

.button-6.static {
  position: static;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
  margin-right: 1rem;
}

.grid-94 {
  grid-template-rows: auto;
  width: 100%;
}

.lightbox-link-2 {
  width: 100%;
  height: 50vh;
}

.image-271 {
  object-fit: contain;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slider-11 {
  background-color: #ddd0;
  width: 100%;
  height: 50vh;
}

.left-arrow-5, .right-arrow-5, .left-arrow-6, .right-arrow-6 {
  display: none;
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading-form {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

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

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.submit-button-12 {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-55 {
  color: var(--weiss);
  font-family: Open Sans, sans-serif;
  position: relative;
}

.form-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.text-field-3 {
  background-color: #fff0;
  padding-top: 15px;
  transition: all .2s;
}

.text-field-3:hover {
  background-color: #ffffff1f;
}

.text-field-3:focus {
  border: 2px solid #496ab1;
}

.text-field-3.nachricht {
  height: 100px;
  margin-bottom: 15px;
  box-shadow: inset 1px 1px 3px #b6b6b6;
}

.grid-95 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-181, .code-embed-2 {
  width: 100%;
}

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

  .logo-img.rotate {
    transform: rotate(90deg);
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

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

  .email {
    margin-bottom: 5px;
  }

  .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-footer1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    min-height: auto;
    padding: 40px 20px;
    display: flex;
  }

  .footer-1.main-color {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-footer.heading-font3 {
    font-size: 17px;
  }

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

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

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

  .nav-link.flie-text {
    text-align: center;
  }

  .men-button, .men-button.w--open {
    background-color: var(--highlights);
  }

  .men-icon {
    color: #fff;
  }

  .titelvideo-start-2 {
    height: 80vh;
  }

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

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

  .text-mittig.flie-text.up {
    top: 0%;
  }

  .bild-cover {
    padding: 60px;
  }

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

  .impdat {
    padding: 60px;
  }

  .navlink-hover-line {
    display: none;
  }

  .div-block-mittig.main-color, .image-55vh {
    height: 50vh;
  }

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

  .social-media {
    height: 5vw;
  }

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

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

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

  .content_block_1-3 {
    padding-left: 30px;
    padding-right: 0;
  }

  .img-200px {
    width: 300px;
    height: 150px;
    bottom: -7%;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item-wrapper {
    margin-bottom: 20px;
  }

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

  .slogan1-6 {
    font-size: 40px;
  }

  .gradient_block {
    background-image: linear-gradient(#0000 50%, #fff);
    justify-content: flex-end;
  }

  .slogan.heading-1 {
    font-size: 10vw;
  }

  .section-bild-2.zweitfarbe.less-pad {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-bild-2.zweitfarbe-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .team-cards {
    max-height: 80vh;
    overflow: hidden;
  }

  .tabs-wrap {
    position: relative;
    top: 0;
  }

  .heading-links.heading-1.mitting {
    text-align: center;
    font-size: 65px;
    line-height: 1.3;
  }

  .slider_container3 {
    position: static;
  }

  .image-109 {
    height: 50vh;
  }

  .slider-8 {
    width: 500px;
    height: 500px;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
  }

  .item {
    display: flex;
  }

  .titelbereich {
    height: auto;
  }

  .main-wrapper {
    position: relative;
    top: 0;
  }

  .heading-wrapper {
    margin-top: -150px;
  }

  .slogan-abs-mit-stroke.heading-1 {
    font-size: 10vw;
  }

  .text-wrapper-rechts {
    opacity: 100;
    flex-flow: column;
    display: flex;
    position: relative;
    top: 0;
  }

  .empty-block.weg {
    display: none;
  }

  .text-block {
    width: 100%;
  }

  .text-block.hide {
    display: none;
  }

  .bild-section, .bild-section.dark {
    height: auto;
  }

  .bild-on-scroll {
    height: 50vh;
    position: relative;
  }

  .bereich-abstand.auto._2 {
    padding: 60px 40px;
  }

  .bereich-abstand.auto.tp-mrg-sm-sc {
    padding-top: 15vh;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh {
    height: auto;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh.up {
    height: auto;
    padding-top: 15vh;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh.unten {
    padding-bottom: 5vh;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh.null {
    padding-top: 0;
    padding-bottom: 5vh;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh.oben {
    padding-top: 0;
  }

  .bereich-mittig-2.zweitfarbe-copy._60vh._1 {
    padding-top: 15vh;
  }

  .bereich-mittig-2.zweitfarbe-copy._120vh, .bereich-mittig-2.zweitfarbe-copy._150vh {
    height: auto;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh-1 {
    height: auto;
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .bild-wrapper-55vh.margin-top, .bild-wrapper-55vh.margin-top-more, .bild-wrapper-55vh.up {
    margin-top: 0;
  }

  .bild-wrapper-55vh._1 {
    height: 50vh;
  }

  .heading-block-abs {
    bottom: 0%;
  }

  .heading-block-abs.moin {
    top: -30%;
  }

  .heading-solid.heading-2, .heading-outline.heading-2 {
    font-size: 80px;
  }

  .bilder-grid {
    margin-top: 0;
  }

  .footer-wrapper {
    position: static;
  }

  .speisekarte-bereich.secondary-color {
    height: auto;
  }

  .map-bild-wrapper {
    flex-flow: column;
    height: 50vh;
    position: relative;
    top: 0;
  }

  .map-bild-wrapper.small {
    height: 40vh;
  }

  .inhalt-links.unter {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .speisekarte-inhalt-wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
    position: relative;
    top: 0;
  }

  .track-2 {
    height: auto;
  }

  .frame-2, .frame-3 {
    flex-flow: column;
  }

  .accordion-pane1, .accordion-pane2, .accordion-pane3, .accordion-pane4, .accordion-pane5, .accordion-pane6, .accordion-pane7, .accordion-pane8 {
    width: 100%;
  }

  .grid-90 {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
  }

  .right-image-contain {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .document-view {
    height: 500px;
  }

  .text-wrapper-3 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .text-wrapper-3.size {
    justify-content: flex-start;
    align-items: center;
  }

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

  .grid-90-copy {
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: 0;
  }

  .bild-wrapper-55vh-2 {
    height: auto;
  }

  .heading-mittig2.heading-1 {
    font-size: 50px;
  }

  .right-arrow-2 {
    right: 0;
  }

  .left-arrow-2 {
    left: 0;
  }

  .track-4, .track-4.team-page-1st-sec {
    height: auto;
  }

  .accordion-item-wrapper-abs {
    margin-bottom: 20px;
  }

  .accordion-pane9 {
    width: 100%;
  }

  .absatz-mitting.flie-text.gross.none {
    position: relative;
    top: 0%;
  }

  .accordion-pane-content-2 {
    overflow: auto;
  }

  .accordion-pane10, .accordion-pane11 {
    width: 100%;
  }

  .open-notice-4.space2 {
    top: -18%;
  }

  .right-image-contain-4 {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
  }

  .pm-text-4 {
    color: #04abc2;
  }

  .bild-wrapper {
    height: 20vh;
  }

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

  .success-block.highlights {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-101 {
    font-size: 25px;
  }

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

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

  .new-book {
    width: 100%;
    height: 50vh;
  }

  .book-embed {
    width: 100%;
    max-height: none;
  }

  .video-1 {
    height: 60vh;
  }

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

  .tabs-wrap-1 {
    position: relative;
    top: 0;
  }

  .tabs-wrap-1._1 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .logo.small.invert.moblie-view {
    width: 75px;
    height: auto;
  }

  .logo.small.invert.mobile-hide {
    display: none;
  }

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

  .divblock1 {
    height: auto;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

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

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

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

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

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

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

  .bild-cover {
    object-fit: cover;
    min-height: 300px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-menu2 {
    flex-direction: column;
    align-items: stretch;
  }

  .section-mittig2.secondary-color {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-mittig2.secondary-color.no {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-mittig-klein2.heading-font2 {
    font-size: 20px;
    line-height: 1.5;
  }

  .heading-mittig-klein2.heading-font2.subheading {
    font-size: 16px;
  }

  .angebot2 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

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

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

  .div-block-mittig.main-color._100 {
    padding: 10px;
  }

  .image-55vh {
    height: 400px;
  }

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

  .heading-small.heading-font3.no-space {
    font-size: 18px;
  }

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

  .embed-maps._55vh {
    height: 25rem;
  }

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

  .text-span-italic, .text-span-italic.grtoss {
    font-size: 16px;
  }

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

  .image-500px {
    height: 300px;
  }

  .content_block-4 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .text-left.paragraph-font {
    font-size: 16px;
    line-height: 1.5;
  }

  .content_block_1-3 {
    margin-top: 40px;
    padding-left: 0;
  }

  .img-200px {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .image-wrapper.sticky {
    width: 100%;
    height: 25rem;
    position: relative;
    top: 0%;
  }

  .slogan1-6 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .gradient_block {
    padding-right: 40px;
  }

  .slogan.heading-1 {
    font-size: 10vw;
  }

  .section-bild-2.zweitfarbe-copy {
    padding: 40px 40px 0;
  }

  .team-bild {
    height: 20rem;
  }

  .team-cards {
    max-height: none;
  }

  .learn-more-drop-down {
    width: 90vw;
  }

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

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

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

  .heading-links.heading-1.mitting {
    text-align: center;
    font-size: 40px;
  }

  .section-bild-3, .section-bild-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider_container {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding: 0 20px;
  }

  .tab-menu {
    flex-flow: column;
    width: 100%;
  }

  .slider_container3 {
    width: 100%;
    padding: 20px 0;
  }

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

  .image-109 {
    height: 25rem;
  }

  .div-block-167-cc {
    width: 100%;
  }

  .section-mittig-top-padding-0.secondary-color {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-8 {
    width: 300px;
    height: 300px;
  }

  .left_arrow-3 {
    margin-left: -40px;
  }

  .right_arrow-3 {
    margin-right: -40px;
  }

  .track {
    overflow: hidden;
  }

  .inhalt-80 {
    width: 100%;
  }

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

  .absatz-links.flie-text {
    text-align: center;
    font-size: 16px;
  }

  .absatz-links.flie-text.gross.mit, .absatz-links.flie-text.gross.mit.space {
    font-size: 16px;
  }

  .absatz-links.flie-text.gross-2 {
    text-align: center;
    font-size: 16px;
  }

  .btn-text.gross {
    text-align: center;
    font-size: 20px;
  }

  .bereich-mittig, .titelbereich {
    padding: 60px 40px;
  }

  .titelbild {
    object-fit: contain;
    height: 350px;
  }

  .heading-wrapper {
    margin-top: -100px;
  }

  .slogan-abs-mit-stroke.heading-1 {
    font-size: 10vw;
  }

  .absatz-mittig-gross.flie-text {
    font-size: 16px;
  }

  .bild-section {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bild-on-scroll {
    height: 25rem;
  }

  .heading-mittel-mittig.heading-2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-mittel-mittig.heading-3 {
    font-size: 40px;
  }

  .bereich-abstand.auto {
    padding: 60px 40px;
  }

  .bereich-abstand.auto.tp-mrg-sm-sc {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh {
    padding: 50px 40px;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh.up {
    padding-top: 60px;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh.unten, .bereich-mittig-2.zweitfarbe-copy._100vh.null {
    padding-bottom: 20px;
  }

  .bereich-mittig-2.zweitfarbe-copy._60vh {
    height: auto;
    padding: 60px 40px;
  }

  .bereich-mittig-2.zweitfarbe-copy._60vh._1 {
    padding-top: 50px;
  }

  .bereich-mittig-2.zweitfarbe-copy._120vh {
    height: auto;
    padding: 60px 40px;
  }

  .bereich-mittig-2.zweitfarbe-copy._100vh-1 {
    height: auto;
    padding: 20px 40px;
  }

  .bild-wrapper-55vh {
    flex-flow: column;
    height: 25rem;
  }

  .bild-wrapper-55vh.margin-top-more.firts, .bild-wrapper-55vh.margin-top-more.wegg {
    display: none;
  }

  .bild-wrapper-55vh.up {
    height: 25rem;
  }

  .bild-wrapper-55vh._1 {
    height: 45vh;
  }

  .heading-block-abs {
    position: relative;
  }

  .heading-block-abs.minus {
    margin-bottom: 60px;
  }

  .heading-block-abs.last-headinf {
    top: -10%;
  }

  .heading-solid.heading-2, .heading-outline.heading-2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .bild-wheel {
    object-fit: contain;
    height: 20rem;
  }

  .bild-wheel.containe {
    height: 25rem;
  }

  .inhalt-80-copy {
    width: 100%;
  }

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

  .btn-wrapper-copy.margin-unten {
    display: none;
  }

  .btn-wrapper-copy.margin-unten.mobile-view {
    display: block;
  }

  .map-bild-wrapper {
    height: 25rem;
  }

  .map-bild-wrapper.small {
    height: 30vh;
  }

  .video {
    width: 100%;
    height: 25rem;
  }

  .arrow-div-wrapper-2 {
    margin-left: auto;
  }

  .accordion-tab-button-2 {
    width: 100%;
  }

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

  .open-notice {
    display: none;
    left: 176px;
  }

  .pm-text {
    font-size: 14px;
    line-height: 16px;
    transform: rotate(6deg)translate(19px);
  }

  .image-overlay-2 {
    background-size: 50px;
    box-shadow: 7px 7px 10px #00000003;
  }

  .right-side-front {
    padding-left: 2px;
  }

  .left-side-back {
    padding-right: 2px;
  }

  .gif-arrow-2 {
    width: 50px;
    height: 50px;
  }

  .document-view {
    height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-overlay-1 {
    background-size: 50px;
    box-shadow: 7px 7px 10px #00000003;
  }

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

  .text-wrapper-3 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .slider-content-grid, .grid-90-copy {
    flex-flow: column;
    display: flex;
  }

  .heading-outline-3.heading-2, .heading-solid-3.heading-2, .heading-solid-4.heading-2, .heading-outline-4.heading-2 {
    font-size: 40px;
  }

  .bereich-abstand-1.mit {
    padding: 60px 40px;
  }

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

  .right-arrow-2 {
    right: 0;
  }

  .left-arrow-2 {
    left: 0;
  }

  .absatz-mitting.flie-text.gross.none {
    font-size: 16px;
    position: relative;
    top: 0;
  }

  .accordion-pane-content-2 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .open-notice-4 {
    left: 176px;
  }

  .open-notice-4.space2 {
    top: -30%;
  }

  .image-overlay-6 {
    background-size: 50px;
    box-shadow: 7px 7px 10px #00000003;
  }

  .document-view-7 {
    height: 300px;
  }

  .left-side-back-4 {
    padding-right: 2px;
  }

  .right-side-front-7 {
    padding-left: 2px;
  }

  .pm-text-4 {
    font-size: 14px;
    line-height: 16px;
    transform: rotate(6deg)translate(19px);
  }

  .bild-wrapper {
    height: auto;
  }

  .section-67 {
    padding: 60px 40px;
  }

  .success-2 {
    height: auto;
    padding: 100px 40px;
  }

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

  .heading-101 {
    font-size: 26px;
  }

  .heading-mittig-klein3.heading-font2.subheading {
    font-size: 20px;
    line-height: 1.5;
  }

  .image-270 {
    height: 5rem;
  }

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

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

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

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

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

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

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

  .new-book {
    height: 40vh;
  }

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

  .grid-93, .grid-93._1 {
    grid-template-columns: 1fr;
  }

  .tabs-wrap-1._1 {
    margin-top: 0;
  }
}

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

  .logo.small.invert.moblie-view {
    width: 55px;
    height: auto;
  }

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

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

  .div-block-footer1 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

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

  .navbar {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .men-button {
    text-align: center;
    width: 100%;
  }

  .titelvideo-start-2 {
    height: 70vh;
  }

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

  .slogan2.heading-font1 {
    font-size: 50px;
    line-height: 130%;
  }

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

  .bild-cover {
    background-position: 50% -1%;
  }

  .tabs-menu2 {
    flex-direction: column;
  }

  .section-mittig2 {
    padding: 20px 5vw;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 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: 80vh;
  }

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

  .form-block-3 {
    height: auto;
  }

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

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

  .social-media {
    height: 9vw;
  }

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

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

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

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

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

  .slogan1-6 {
    font-size: 25px;
    line-height: 35px;
  }

  .gradient_block {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan.heading-1 {
    font-size: 10vw;
  }

  .section-bild-2.zweitfarbe.less-pad {
    padding-top: 0;
    padding-left: 2px;
    padding-right: 2px;
    overflow: hidden;
  }

  .section-bild-2.zweitfarbe-copy {
    padding: 20px 20px 0;
  }

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

  .tabs-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .learn-more-drop-down {
    padding-left: 10px;
  }

  .accordion-pane-mitting {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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

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

  .section-mittig-top-padding-0 {
    padding: 20px 5vw;
  }

  .slider-8 {
    width: 250px;
    height: 250px;
  }

  .logo-wrapper {
    margin-right: 0;
  }

  .btn-text.gross {
    font-size: 18px;
  }

  .button-weiss.flie-text {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slogan-abs-mit-stroke.heading-1 {
    font-size: 10vw;
  }

  .bild-on-scroll {
    height: 15rem;
  }

  .heading-blocks {
    width: 100%;
  }

  .bild-wrapper-55vh._1 {
    height: 40vh;
  }

  .heading-solid.heading-2, .heading-outline.heading-2 {
    font-size: 30px;
  }

  .speisekarte-bereich {
    padding: 20px 5vw;
  }

  .map-bild-wrapper.small {
    height: 25vh;
  }

  .arrow-div-wrapper-2 {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-tab-button-2 {
    padding-left: 10px;
  }

  .arrow-div1, .arrow-div2, .arrow-div3, .arrow-div4, .arrow-div5, .arrow-div6, .arrow-div7, .arrow-div8 {
    margin-right: 0;
  }

  .open-notice {
    left: 177px;
  }

  .image-overlay-2 {
    width: 99%;
    box-shadow: 4px 4px 10px #00000003;
  }

  .document-view {
    padding-left: 0;
    padding-right: 0;
  }

  .image-overlay-1 {
    width: 99%;
    box-shadow: 4px 4px 10px #00000003;
  }

  .text-wrapper-3 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 30px;
    height: 30px;
  }

  .arrow-div9 {
    margin-right: 0;
  }

  .image-268 {
    width: 40vh;
    left: -25%;
  }

  .open-notice-4 {
    left: 177px;
  }

  .open-notice-4.space2 {
    left: 35%;
  }

  .image-overlay-6 {
    width: 99%;
    box-shadow: 4px 4px 10px #00000003;
  }

  .document-view-7 {
    padding: 10px;
  }

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

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

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

  .icon, .icon-2 {
    font-size: 30px;
  }

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

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

  .new-book {
    height: 30vh;
  }

  .video-1.adjust {
    width: 90%;
    height: 60vh;
  }

  .tabs-wrap-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-6 {
    font-size: 10px;
    bottom: 3%;
  }

  .button-6.static {
    font-size: 12px;
  }

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

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d61-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d62-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d64-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d65-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d68-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d69-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d6b-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d6c-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d6f-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d70-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d72-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d73-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d76-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d77-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d79-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d7a-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d7d-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d7e-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d80-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d81-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d84-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d85-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d87-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d88-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d8b-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d8c-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d8e-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d8f-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d92-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d93-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d95-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d96-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d99-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d9a-3747c1dd, #w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d9d-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2da0-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2da1-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2da3-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2da4-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2da7-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2da8-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2daa-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dab-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dae-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2daf-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2db1-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2db2-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2db5-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2db6-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2db8-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2db9-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dbc-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dbd-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dbf-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dc0-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dc3-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dc4-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dc6-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dc7-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dca-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dcb-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dcd-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dce-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dd1-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dd2-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dd4-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dd5-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dd8-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dd9-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2ddb-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2ddc-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2ddf-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2de0-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2de2-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2de3-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2de6-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2de7-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2de9-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dea-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2ded-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dee-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2df0-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2df1-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2df4-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2df5-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2df7-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2df8-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dfb-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dfc-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dfe-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2dff-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e02-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e03-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e05-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e06-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e09-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e0a-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e0c-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e0d-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e10-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e11-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e13-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e14-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e17-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e18-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e1a-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e1b-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e1e-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e1f-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e21-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e22-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e25-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e26-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e28-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e29-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e2c-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e2d-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e2f-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e30-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e33-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e34-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e36-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e37-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e3a-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e3b-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e3d-3747c1dd {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_8828c68c-c323-27a4-7daa-2c36d84f2e3e-3747c1dd, #w-node-_2db50716-dbaa-08af-477f-0a684771991a-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a684771991f-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a6847719922-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a6847719927-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a684771992a-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a684771992f-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a6847719932-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a6847719937-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719939-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_2db50716-dbaa-08af-477f-0a684771993a-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a684771993f-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719941-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719942-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a6847719947-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719949-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_2db50716-dbaa-08af-477f-0a684771994a-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a684771994f-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719951-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719952-3e1a2bc4, #w-node-_2db50716-dbaa-08af-477f-0a6847719957-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2db50716-dbaa-08af-477f-0a6847719959-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: end;
}

#w-node-_2db50716-dbaa-08af-477f-0a684771995a-3e1a2bc4 {
  grid-area: 1 / 1 / 2 / 3;
}

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

  #w-node-_61502ab9-04e8-b9db-f512-a116f810b158-0b3c6c8b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8828c68c-c323-27a4-7daa-2c36d84f2d61-3747c1dd {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Windlass';
  src: url('../fonts/Windlass.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olaus W 00 Bandus';
  src: url('../fonts/Olaus-W00-Bandus.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pieces Of Eight';
  src: url('../fonts/Pieces-of-Eight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pieces Of Eight Alt';
  src: url('../fonts/Pieces-of-Eight-Alt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Olausmagnus';
  src: url('../fonts/OlausMagnus-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}