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

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

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

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

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

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

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

:root {
  --gelb: #f6cd46;
  --grey: #5f676f;
  --dark-grey: #353e48;
  --rot: #cb2c38;
  --black: black;
  --white-youtube: #f2f2f2;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

p {
  text-align: left;
  margin-bottom: 10px;
  font-family: Opensans_lokal, sans-serif;
}

a {
  color: var(--gelb);
  font-family: Opensans_lokal, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.body {
  background-color: #3f3f3f;
  background-image: url('../images/carbon-fiber_1carbon-fiber.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #02020200;
  background-clip: border-box;
  max-width: 1100px;
  height: 100%;
  margin: 5px auto;
  padding: 10px 32px;
  display: block;
  position: relative;
}

.container.white {
  text-align: left;
  background-color: #fff;
  height: 100%;
  padding-top: 0;
  position: relative;
}

.container.red {
  color: #333;
  background-color: #cb2c38;
  height: 50%;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 2px;
}

.container.yellow {
  background-color: var(--gelb);
  text-align: right;
  height: 100%;
  padding-top: 23px;
  padding-bottom: 41px;
  position: relative;
}

.container.yellow.kaernten-card {
  background-image: none;
}

.container.grey {
  background-color: var(--grey);
  color: #5f676f;
  -webkit-text-stroke-color: var(--grey);
}

.container.dark-grey {
  background-color: var(--dark-grey);
  color: #fff;
  padding-top: 10px;
  display: block;
  position: relative;
}

.container.schwarz {
  background-color: #020202;
}

.navigation {
  text-align: left;
  background-image: url('../images/balken_grau_1balken_grau.webp');
  background-position: 50.25%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 140px;
  margin-bottom: 5px;
  position: relative;
  inset: 0% 0% auto;
}

.h1-style {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 15px;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 36px;
}

.h1-style.white {
  color: #fff;
  line-height: 30px;
}

.h1-style.yellow {
  color: #f7cd47;
  -webkit-text-stroke-color: var(--gelb);
  font-family: Orbitron_lokal, sans-serif;
}

.h1-style.red {
  color: var(--rot);
  -webkit-text-stroke-color: var(--rot);
  margin-left: 0;
  font-family: Orbitron_lokal, sans-serif;
}

.h1-style.dark-grey {
  color: #353e48;
}

.h2-style {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.h2-style.white {
  color: #fff;
}

.h2-style.yellow {
  font-family: Orbitron_lokal, sans-serif;
  font-weight: 700;
}

.h3-style {
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 0;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 21px;
  line-height: 40px;
}

.caption {
  color: var(--black);
  text-align: left;
  -webkit-text-stroke-color: var(--white-youtube);
  padding-top: 5px;
  font-family: Opensans_lokal, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
}

.caption.white {
  color: #fff;
  font-family: Opensans_lokal, sans-serif;
}

.caption.black {
  color: var(--gelb);
}

.paragraph {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 20px;
  font-family: Opensans_lokal, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.paragraph.white {
  color: var(--white-youtube);
  overflow-wrap: normal;
  font-weight: 300;
}

.paragraph.white.bold {
  font-family: Opensans_lokal, sans-serif;
  font-weight: 700;
}

.paragraph.gro {
  padding-top: 14px;
  padding-bottom: 0;
  font-size: 24px;
}

.paragraph.gro.black {
  padding-bottom: 20px;
}

.paragraph.gutscheine {
  max-width: none;
}

.paragraph.gutscheine.white {
  max-width: none;
  padding-bottom: 0;
  display: block;
}

.paragraph.bold {
  font-family: Opensans_lokal, sans-serif;
  font-weight: 700;
}

.max-800 {
  text-align: left;
  max-width: 800px;
  margin-bottom: 10px;
  line-height: 20px;
}

.link {
  color: #cb2c38;
  -webkit-text-stroke-color: var(--rot);
  padding-left: 0;
  font-family: Opensans_lokal, sans-serif;
  font-weight: 600;
  position: static;
}

.footer {
  background-color: #353e48;
  background-image: url('../images/Karos_1Karos.webp');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 50px;
  background-attachment: scroll;
  height: 200px;
  margin-bottom: 0;
  padding-bottom: 11px;
  position: relative;
  inset: auto 0% 0%;
}

.line {
  background-color: #fff;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.line.red {
  background-color: #cb2c38;
}

.line.yellow {
  background-color: #f7cd47;
  display: none;
}

.image-2 {
  aspect-ratio: auto;
  height: 50%;
  position: fixed;
  inset: auto 0% 0% auto;
}

.streifen-links {
  z-index: 99;
  background-image: url('../images/balken_color_1balken_color.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25%;
  min-width: 0;
  height: 50px;
  min-height: auto;
  margin-top: 111px;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.slideshow {
  height: 500px;
  display: block;
  position: relative;
}

.slider {
  text-align: center;
  max-width: 1100px;
  height: 700px;
  margin-bottom: -5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.container-slideshow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-a02 {
  background-image: url('../images/03.avif');
  background-position: 50% 70%;
  background-size: cover;
}

.slide-02 {
  background-image: url('../images/02.avif');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-03 {
  background-image: url('../images/10.avif');
  background-position: 50%;
  background-size: cover;
}

.slide-a01 {
  background-image: url('../images/9.avif');
  background-size: cover;
  height: 100%;
}

.section-neue-karts {
  height: auto;
}

.container-slideshow-02 {
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  position: static;
}

.slide-b-01 {
  background-image: url('../images/Felix01_1Felix01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-b-02 {
  background-image: url('../images/Felix02_1Felix02.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.lightbox01 {
  color: #000;
  text-align: left;
  max-width: 1100px;
  margin-top: -5px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.image-3, .image-4 {
  width: auto;
  height: 100%;
}

.div-block-3 {
  text-align: left;
  height: 300px;
  padding-top: 28px;
  display: flex;
}

.abstand-20mm {
  width: 40px;
}

.sliede-c01 {
  text-align: center;
  background-image: url('../images/Doppelkart02_1Doppelkart02.webp');
  background-position: 50%;
  background-size: cover;
}

.sliede-c02 {
  background-image: url('../images/Doppelkart01_1Doppelkart01.webp');
  background-position: 50% 90%;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 0;
}

.gutscheine {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: none;
}

.gutschein-image {
  z-index: 99;
  background-image: url('../images/Gutschein_Picto_1Gutschein_Picto.webp');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 400px;
  margin-top: -252px;
  margin-bottom: 0;
  margin-left: 716px;
  position: relative;
}

.slide-d01 {
  background-image: url('../images/IMG_6138IMG_6137.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d02 {
  background-image: url('../images/IMG_6144IMG_6143.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d03 {
  background-image: url('../images/IMG_6140IMG_6139.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d04 {
  background-image: url('../images/IMG_6136IMG_6135.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d05 {
  background-image: url('../images/IMG_6119IMG_6113.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d06 {
  background-image: url('../images/IMG_6118IMG_6115.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d07 {
  background-image: url('../images/IMG_6117IMG_6112.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d08 {
  background-image: url('../images/IMG_6116IMG_6114.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-d09 {
  background-image: url('../images/IMG_6109IMG_6108.webp');
  background-position: 50%;
  background-size: auto;
}

.kindergeburtstage {
  display: none;
}

.image-5 {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 42px;
  position: relative;
  inset: 0% auto auto 0%;
}

.image-6 {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.preisliste {
  text-align: left;
  height: 100%;
  margin-bottom: 5px;
  font-family: Opensans_lokal, sans-serif;
  font-size: 20px;
  line-height: 25px;
  display: none;
  position: relative;
}

._50-50 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._50-50.light-grey {
  background-color: var(--grey);
  padding-left: 0;
}

.preise-01 {
  position: absolute;
}

.preise-01.dark-grey {
  z-index: 99;
  background-color: var(--dark-grey);
  width: 100%;
  height: 220px;
  margin-top: auto;
  margin-left: -32px;
  margin-right: 0;
  padding-top: 20px;
  padding-left: 34px;
  position: relative;
}

.trainingsfahrt {
  text-align: left;
  margin-top: 0;
  padding-bottom: 1px;
  line-height: 30px;
}

.trainingsfahrt.h3-style {
  font-family: Orbitron_lokal, sans-serif;
  font-weight: 700;
}

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

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

.div-block-7 {
  width: 10%;
  min-width: 70px;
}

.preise-berschrift {
  padding-top: 0;
  padding-bottom: 19px;
}

.kinderrennen {
  padding-top: 28px;
}

.preise-doppelsitzer.dark-grey {
  background-color: var(--dark-grey);
  margin-left: -25px;
  margin-right: -32px;
  padding-top: 17px;
  padding-left: 25px;
  padding-right: 32px;
}

.preise-rennsituation.red {
  background-color: var(--rot);
  margin-top: 10px;
  margin-left: -25px;
  margin-right: -32px;
  padding: 20px 32px 23px 25px;
}

.zahlungsbedingungen {
  text-align: left;
  margin-top: 26px;
}

._2-spalten {
  margin-bottom: 19px;
  display: flex;
}

._2-spalten.light-grey {
  color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
  position: relative;
}

.ffnungszeiten {
  display: none;
}

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

.div-block-9, .div-block-10 {
  width: 100%;
}

.text-block-2 {
  color: #000;
  text-align: left;
  font-family: Opensans_lokal, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-3 {
  color: #000;
  text-align: left;
  font-family: Opensans_lokal, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  display: block;
}

.reservierung {
  display: none;
}

.infotext {
  font-family: Opensans_lokal, sans-serif;
}

.button-online-reservierung {
  color: #f7cd47;
  padding-top: 23px;
  padding-bottom: 26px;
  font-family: Opensans_lokal, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.button-online-reservierung.yellow {
  border: 5px solid var(--gelb);
  background-color: var(--rot);
  border-radius: 20px;
  width: 350px;
  margin-top: 0;
  margin-bottom: 39px;
}

.h-ufige-fragen {
  font-family: Opensans_lokal, sans-serif;
}

.h-ufige-fragen-p {
  display: none;
}

.yellow {
  color: #f8cd48;
  font-family: Opensans_lokal, sans-serif;
}

.achtung {
  color: var(--white-youtube);
  display: none;
}

.link2 {
  color: #f8cd47;
}

.spiel-und-freizeit {
  display: none;
}

.facebook {
  z-index: 99;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-top: 182px;
  margin-left: 1112px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: 0% auto auto;
}

.race-cafe {
  display: none;
}

.raster-abstand {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding: 10px 0 30px;
}

.lageplan {
  text-align: center;
}

.div-block-12 {
  width: 50%;
  height: 100%;
}

.kontakt {
  width: 50%;
}

.div-block-15 {
  margin-bottom: -18px;
  padding-bottom: 0;
  display: flex;
}

.div-block-16 {
  width: 20px;
}

.google-maps-embed {
  z-index: 10;
  width: 1100px;
  max-width: none;
  height: 400px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
}

.div-block-17 {
  z-index: 10;
  text-align: center;
  max-width: 1100px;
  margin-top: 190px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.partner-logo {
  height: 100px;
}

.image-9, .image-10, .image-11, .image-12 {
  height: 100%;
}

.image-13 {
  height: 100%;
  position: static;
}

.container-partner {
  padding-top: 19px;
  padding-bottom: 33px;
  display: flex;
}

.link-block {
  height: 150px;
}

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

.breite-50 {
  width: 50%;
  margin-left: -6px;
  margin-right: 5px;
  padding: 5px 5px 5px 6px;
}

.image-14 {
  font-family: Opensans_lokal, sans-serif;
}

.image-15 {
  margin-left: 0;
}

.link-block-2 {
  margin-top: 5px;
}

.div-block-19 {
  z-index: 0;
  text-align: right;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-breit {
  text-align: right;
  width: 550px;
  margin-top: 46px;
  margin-right: 21px;
}

.image-17 {
  text-align: center;
  width: 200px;
  position: sticky;
}

.container-k-rnten-card {
  z-index: 99;
  text-align: right;
  width: 250px;
  max-width: none;
  height: 100%;
  margin: -44px -43px -78px auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 32px;
  display: block;
  position: relative;
  overflow: visible;
}

.section-kaerten-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.footer-text {
  color: #fff;
  margin-top: -12px;
}

.bold-text {
  font-weight: 400;
}

.bold-text-2 {
  font-family: Opensans_lokal, sans-serif;
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-3.white {
  font-family: Opensans_lokal, sans-serif;
}

.paragraph-2 {
  margin-top: -9px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-weihnachten {
  display: none;
}

.text-span {
  color: #f7cd47;
}

.utility-page-wrap {
  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;
}

.div-navigation {
  z-index: 99;
  text-align: center;
  max-width: 1100px;
  height: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: none;
  position: absolute;
}

.navi-link {
  padding-left: 19px;
  display: block;
}

.link-navi {
  color: #fff;
  font-family: Opensans_lokal, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

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

.rennstreifen {
  z-index: 0;
  background-image: url('../images/Karos_1Karos.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 80px;
  width: 100%;
  height: 100px;
  margin-top: 0%;
  padding-top: 0%;
  position: fixed;
  inset: auto auto 0% 0%;
}

.logo-schmal {
  display: none;
}

.link-2 {
  color: var(--rot);
  -webkit-text-stroke-color: var(--rot);
}

.gutscheine03 {
  height: 100vh;
}

.link-3 {
  line-height: 28px;
}

.gutschein-image-copy {
  z-index: 99;
  background-image: url('../images/Gutschein_Picto_1Gutschein_Picto.webp');
  background-position: 50%;
  background-size: cover;
  width: 600px;
  height: 450px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

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

.image-18 {
  width: 80px;
  max-width: none;
  margin-bottom: -33px;
  padding-bottom: 0;
  font-family: Opensans_lokal, sans-serif;
}

.text-block-6 {
  color: #fff;
  text-align: center;
  font-family: Orbitron_lokal, sans-serif;
  font-weight: 400;
}

.image-20 {
  margin-top: -30px;
  padding-top: 0;
}

.slider-2 {
  height: 500px;
}

.image-22 {
  margin-top: -33px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #f7cd47;
}

.div-block-28 {
  width: 40%;
  margin-top: 47px;
}

.div-block-29 {
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 38px;
  display: flex;
}

.div-block-30 {
  background-color: #fff;
  background-image: url('../images/romo_kart02-1_1romo_kart02 (1).webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 250px;
}

.technische-details {
  height: 100%;
}

.youtube {
  margin-top: 28px;
}

.background-video {
  z-index: 1;
  max-width: 1100px;
  margin: -5px auto;
  padding-top: 0;
}

.h3 {
  color: #db0032;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.impressum {
  height: 100%;
}

.text-span-9, .text-span-10, .text-span-11 {
  color: var(--gelb);
}

.container-footer {
  text-align: center;
  max-width: 1100px;
  height: 100px;
  margin: 5px auto;
  padding: 10px 32px;
  display: block;
  position: relative;
}

.image-15-copy {
  margin-left: 0;
}

.fs-cc-prefs2_button {
  background-color: var(--dark-grey);
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button:hover {
  background-color: var(--gelb);
  color: var(--black);
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 10px;
  margin-bottom: .75rem;
}

.fs-cc-prefs2_button.fs-cc-button-alt:hover {
  background-color: var(--gelb);
}

.cookie-banner {
  display: flex;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_submit {
  background-color: var(--rot);
  color: var(--white-youtube);
  text-align: center;
  border-radius: 10px;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_submit:hover {
  background-color: var(--gelb);
  color: var(--black);
}

.fs-cc-prefs2_close {
  background-color: var(--dark-grey);
  color: #fff;
  cursor: pointer;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: var(--gelb);
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-preferences2_close-icon:hover {
  color: var(--rot);
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: var(--rot);
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button:hover {
  background-color: var(--gelb);
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
  border-radius: 10px;
}

.fs-cc-banner2_button.fs-cc-button-alt:hover {
  background-color: var(--gelb);
  color: var(--black);
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  background-color: var(--dark-grey);
  color: #fff;
  border-radius: 10px;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: var(--rot);
  background-color: var(--dark-grey);
  background-size: auto;
}

.link-4 {
  color: var(--rot);
  font-family: Opensans_lokal, sans-serif;
}

.image-27, .paragraph-3, .link-5, .link-6 {
  font-family: Opensans_lokal, sans-serif;
}

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

.submit-button {
  background-color: var(--rot);
}

.submit-button:hover {
  background-color: var(--gelb);
}

.text-span-12 {
  color: var(--gelb);
}

.div-block-17-copy {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.image-28 {
  z-index: 0;
  position: relative;
}

.div-block-17-copy-copy {
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  z-index: 2;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: -194px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.text-block-7.black {
  color: var(--black);
}

.ersatzbild {
  background-image: url('../images/Google-Maps_Platzhalter_1Google-Maps_Platzhalter.webp');
  background-position: 50%;
  background-size: auto;
  height: 400px;
  position: relative;
}

.slider-02 {
  text-align: center;
  max-width: 1100px;
  height: 500px;
  margin: -5px auto 0;
  padding-bottom: 0;
  padding-left: 0;
}

.slider-titel {
  text-align: center;
  max-width: 1100px;
  height: 500px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
}

.container-copy.dark-grey {
  background-color: var(--dark-grey);
  color: #fff;
  height: 25vh;
  padding-top: 0;
  position: relative;
}

.container-lageplan {
  text-align: center;
  max-width: 1100px;
  height: 100%;
  margin: 5px auto;
  padding: 10px 32px;
  display: block;
  position: relative;
}

.container-lageplan.white {
  text-align: left;
  background-color: #fff;
  height: 100%;
  padding-top: 0;
  position: relative;
}

.container-lageplan.red {
  color: #333;
  background-color: #cb2c38;
}

.container-lageplan.yellow {
  background-color: var(--gelb);
  text-align: right;
  height: 100%;
  padding-top: 23px;
  padding-bottom: 19px;
  position: relative;
}

.container-lageplan.grey {
  background-color: var(--grey);
  color: #5f676f;
  -webkit-text-stroke-color: var(--grey);
}

.container-lageplan.dark-grey {
  background-color: var(--dark-grey);
  color: #fff;
  padding-top: 0;
  position: relative;
}

.container-copy {
  text-align: center;
  max-width: 1100px;
  height: 100%;
  margin: 5px auto;
  padding: 10px 32px;
  display: block;
  position: relative;
}

.container-copy.red {
  color: #333;
  background-color: #cb2c38;
}

.container-copy.dark-grey {
  background-color: var(--dark-grey);
  color: #fff;
  padding-top: 0;
  position: relative;
}

.container-copy.dark-grey.technik {
  height: 100%;
}

.ersatzbild-youtube {
  background-image: url('../images/youtube-logo-full_color.webp');
  background-position: 50%;
  background-size: auto;
  height: 400px;
  margin-top: -405px;
  position: relative;
}

.div-block-33 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
}

.navi-mobiltelefon {
  z-index: 99;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.navi-mobil {
  position: static;
}

.mobiltelefon-navi-button {
  z-index: 99;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-top: 182px;
  margin-left: 1112px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: 0% auto auto;
}

.link-block-2-copy {
  margin-top: 5px;
}

.online-registrierung {
  display: block;
}

._1o-jahre-logo {
  margin-top: 40px;
  margin-bottom: 35px;
}

.text-span-13 {
  color: var(--rot);
}

.steckenf-hrung {
  margin-top: 44px;
  margin-bottom: 60px;
  margin-right: -26px;
}

.streckenf-hrung-mobil {
  display: block;
}

.slide-d10 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_7168IMG_7167.webp');
  background-position: 50%;
  background-size: 100%;
  background-clip: border-box;
}

.slide-d11 {
  background-image: url('../images/IMG_7174IMG_7173.webp');
  background-position: 0 0;
  background-size: 100%;
}

.slide-d12 {
  background-image: url('../images/IMG_7171IMG_7170.webp');
  background-position: 50%;
  background-size: auto;
}

.bild-strecke {
  margin-top: 17px;
  padding-bottom: 34px;
}

.bild-stecke-mobil {
  display: none;
}

.link_rot {
  color: var(--gelb);
}

.link_rot:hover {
  color: var(--white-youtube);
}

.link_rot:active {
  color: var(--dark-grey);
}

.link_rot:focus, .link_rot:focus-visible, .link_rot[data-wf-focus-visible], .link_rot:visited {
  color: var(--gelb);
}

.link-gelb {
  color: var(--gelb);
  text-decoration: underline;
}

.link-7 {
  color: var(--gelb);
}

.link-8 {
  color: var(--rot);
}

.text-span-14 {
  color: var(--gelb);
  -webkit-text-stroke-color: var(--gelb);
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  color: var(--gelb);
}

.link-9 {
  color: var(--rot);
}

.div-lang {
  height: 20px;
  margin-bottom: 16px;
  padding-left: 17px;
  display: flex;
}

.logo-image {
  width: 100%;
  max-width: 35px;
  height: 100%;
}

.text-block-8 {
  color: var(--white-youtube);
  margin-left: 12px;
  margin-right: 28px;
  font-family: Orbitron_lokal, sans-serif;
  display: block;
}

.link-block-3 {
  width: 112.734px;
}

.slide-4 {
  background-image: url('../images/Alina01_1Alina01.avif');
  background-position: 0 0;
  background-size: auto;
}

.slide-5 {
  background-image: url('../images/Alina02_1Alina02.avif');
  background-position: 0 0;
  background-size: auto;
}

.slide-6 {
  background-image: url('../images/Alina03_1Alina03.avif');
  background-position: 0 0;
  background-size: auto;
}

.image-29 {
  margin-left: 0;
  padding-left: 0;
}

.slideshow-alina {
  display: none;
}

.image-30 {
  vertical-align: baseline;
}

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

.image-32 {
  width: auto;
  height: 120%;
}

.image-33, .image-34 {
  height: 120%;
}

._10jahre {
  display: block;
}

.list-white {
  color: var(--white-youtube);
  padding-left: 24px;
  list-style-type: disc;
}

.list-item, .list-black {
  text-align: left;
}

.list-item-3 {
  color: var(--white-youtube);
  text-align: left;
}

.link-10 {
  font-family: Orbitron_lokal, sans-serif;
}

.link-11 {
  margin-left: 22px;
  margin-right: 22px;
}

.text-span-19 {
  color: var(--rot);
  font-weight: 900;
}

.div-block-35 {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.telefonnummer2 {
  margin-top: 28px;
  margin-bottom: 43px;
  font-size: 36px;
}

.style-k-rnten-card {
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 17px;
  padding-bottom: 0;
}

.text-span-22, .italic-text {
  color: var(--gelb);
}

.versteckt {
  padding-top: 17px;
}

.list-2 {
  display: none;
}

.text-span-23 {
  color: var(--gelb);
}

.text-span-24, .text-span-25, .text-span-black, .text-span-27, .list-3, .list-3.white {
  color: var(--white-youtube);
}

.list-4 {
  color: var(--black);
}

.list-item-copy {
  text-align: left;
}

.paragraph-copy {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Opensans_lokal, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.paragraph-copy.white {
  color: var(--white-youtube);
  overflow-wrap: normal;
  font-weight: 300;
}

.paragraph-copy.white.bold {
  font-family: Opensans_lokal, sans-serif;
  font-weight: 700;
}

.paragraph-copy.gro {
  padding-top: 14px;
  padding-bottom: 0;
  font-size: 24px;
}

.paragraph-copy.gro.black {
  padding-bottom: 20px;
}

.paragraph-copy.gutscheine {
  max-width: none;
}

.paragraph-copy.gutscheine.white {
  max-width: none;
  padding-bottom: 0;
  display: block;
}

.paragraph-copy.bold {
  font-family: Opensans_lokal, sans-serif;
  font-weight: 700;
}

.h1-style-copy {
  color: var(--rot);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 405px;
  padding-left: 29px;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 60px;
  position: absolute;
}

.h1-style-copy.white {
  color: #fff;
  line-height: 30px;
}

.h1-style-copy.yellow {
  color: #f7cd47;
  -webkit-text-stroke-color: var(--gelb);
  font-family: Orbitron_lokal, sans-serif;
}

.h1-style-copy.red {
  color: var(--rot);
  -webkit-text-stroke-color: var(--rot);
  margin-left: 0;
  font-family: Orbitron_lokal, sans-serif;
}

.h1-style-copy.dark-grey {
  color: #353e48;
}

.text-span-23-copy {
  color: var(--rot);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white-youtube);
  text-shadow: 4px 4px 12px var(--dark-grey);
  text-overflow: clip;
}

.link-kartbahn {
  text-align: right;
  height: 30px;
  margin-top: -4px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Orbitron_lokal, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-kartbahn.white {
  color: #fff;
}

.link-kartbahn.yellow {
  font-family: Orbitron_lokal, sans-serif;
  font-weight: 700;
}

.link-12 {
  font-size: 14px;
}

.container-copy {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #02020200;
  background-clip: border-box;
  max-width: 1100px;
  height: 100%;
  margin: 5px auto;
  padding: 10px 32px;
  display: block;
  position: relative;
}

.container-copy.white {
  text-align: left;
  background-color: #fff;
  height: 100%;
  padding-top: 0;
  position: relative;
}

.container-copy.red {
  color: #333;
  background-color: #cb2c38;
  height: 50%;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 2px;
}

.container-copy.yellow {
  background-color: var(--gelb);
  text-align: right;
  height: 100%;
  padding-top: 23px;
  padding-bottom: 41px;
  position: relative;
}

.container-copy.yellow.kaernten-card {
  background-image: none;
}

.container-copy.grey {
  background-color: var(--grey);
  color: #5f676f;
  -webkit-text-stroke-color: var(--grey);
}

.container-copy.dark-grey {
  background-color: var(--dark-grey);
  color: #fff;
  padding-top: 10px;
  display: block;
  position: relative;
}

.container-copy.schwarz {
  background-color: #020202;
}

.streifen-links-2 {
  z-index: 99;
  background-image: url('../images/balken_color_1balken_color.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25%;
  min-width: 0;
  height: 50px;
  min-height: auto;
  margin-top: 136px;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
  a {
    color: #cb2c38;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
  }

  .body {
    font-family: Opensans_lokal, sans-serif;
  }

  .container.white {
    text-align: left;
  }

  .container.red {
    margin-top: 5px;
  }

  .container.dark-grey {
    height: 100%;
    padding-top: 10px;
  }

  .container.dark-grey._10-jahre {
    height: auto;
  }

  .h1-style.white {
    line-height: 30px;
  }

  .paragraph.white {
    font-weight: 300;
  }

  .paragraph.gro.white, .paragraph.gro.black {
    font-size: 18px;
  }

  .image-2 {
    z-index: 0;
    display: none;
  }

  .streifen-links {
    margin-top: 111px;
  }

  .slideshow {
    height: 450px;
    display: block;
  }

  .slider {
    height: 450px;
  }

  .container-slideshow {
    height: 300px;
  }

  .section-neue-karts {
    height: 100%;
  }

  .container-slideshow-02 {
    margin-bottom: 0;
  }

  .lightbox01 {
    color: #000;
  }

  .image-3 {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .image-4 {
    width: auto;
    height: 100%;
    padding-left: 0;
  }

  .div-block-3 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gutschein-image {
    z-index: 50;
    width: 300px;
    height: 200px;
    margin-top: -103px;
    margin-left: 461px;
    padding-top: 35px;
    display: block;
    position: absolute;
  }

  .preise-01.dark-grey {
    padding-left: 32px;
  }

  .button-online-reservierung.yellow {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .facebook {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: row;
    place-content: stretch space-around;
    align-items: stretch;
    width: 120px;
    height: 0;
    margin-top: -142px;
    margin-left: 0;
    margin-right: 26px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .google-maps-embed {
    width: 100%;
    height: 30vh;
    padding-top: 47px;
  }

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

  .image-15 {
    z-index: 99;
    text-align: right;
    max-width: none;
    height: 40px;
    margin-top: -53px;
    margin-left: -25px;
    display: block;
    position: absolute;
  }

  .link-block-2 {
    height: auto;
    margin-left: 0;
    padding-top: 50px;
    display: block;
  }

  .logo-breit {
    width: 400px;
    margin-top: 67px;
  }

  .container-k-rnten-card {
    z-index: 50;
    margin-top: -32px;
    margin-bottom: -79px;
    position: sticky;
  }

  .footer-text {
    margin-top: -13px;
    padding-top: 0;
  }

  .bold-text, .bold-text-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .bold-text-3 {
    font-weight: 400;
  }

  .div-navigation {
    margin-top: 16px;
    padding-top: 8px;
    padding-left: 0;
  }

  .div-block-23 {
    margin-bottom: -5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-2 {
    font-size: 26px;
  }

  .gutscheine03 {
    height: 80vh;
  }

  .gutschein-image-copy {
    width: 100%;
    height: 500px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 35px;
    display: block;
    position: absolute;
  }

  .slider-2 {
    height: 400px;
  }

  .div-block-30 {
    height: 300px;
  }

  .technische-details, .impressum {
    height: 100%;
  }

  .image-15-copy {
    z-index: 99;
    text-align: right;
    max-width: none;
    height: 40px;
    margin-top: -53px;
    margin-left: -25px;
    display: block;
    position: absolute;
  }

  .image-15-copy.b {
    margin-left: -30px;
    padding-left: 0;
  }

  .image-28 {
    width: auto;
    max-width: none;
    height: 30vh;
    margin-left: -3px;
    display: block;
  }

  .text-block-7 {
    width: 100%;
  }

  .ersatzbild {
    height: 30vh;
  }

  .slider-02, .slider-titel {
    height: 450px;
  }

  .container-lageplan.white {
    text-align: left;
  }

  .container-lageplan.dark-grey {
    height: 100%;
    padding-top: 10px;
  }

  .ersatzbild-youtube {
    height: 30vh;
  }

  .mobiltelefon-navi-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: row;
    place-content: stretch space-around;
    align-items: stretch;
    width: 120px;
    height: 0;
    margin-top: -142px;
    margin-left: 0;
    margin-right: 26px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .link-block-2-copy {
    height: auto;
    margin-left: 0;
    padding-top: 50px;
    display: block;
  }

  .text-block-8 {
    margin-right: 20px;
  }

  .bold-text-4 {
    color: var(--gelb);
  }

  .slide-4, .slide-5, .slide-6 {
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .text-span-20 {
    color: var(--gelb);
    font-size: 30px;
    text-decoration: underline;
  }

  .text-span-21 {
    color: var(--gelb);
    font-size: 30px;
  }

  .paragraph-copy.white {
    font-weight: 300;
  }

  .paragraph-copy.gro.white, .paragraph-copy.gro.black {
    font-size: 18px;
  }

  .h1-style-copy {
    padding-top: 350px;
  }

  .h1-style-copy.white {
    line-height: 30px;
  }

  .link-kartbahn {
    text-align: right;
    margin-top: 3px;
    font-size: 12px;
  }

  .slide-nav {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .container-copy.white {
    text-align: left;
  }

  .container-copy.red {
    margin-top: -8px;
  }

  .container-copy.dark-grey {
    height: 100%;
    padding-top: 10px;
  }

  .container-copy.dark-grey._10-jahre {
    height: auto;
  }

  .streifen-links-2 {
    margin-top: 140px;
  }
}

@media screen and (max-width: 767px) {
  .container.yellow {
    text-align: left;
  }

  .container.dark-grey {
    height: 100%;
  }

  .navigation {
    background-position: 50% 0;
    height: 210px;
  }

  .h1-style.white {
    line-height: 30px;
  }

  .h1-style.yellow {
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .h2-style {
    text-align: left;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.gro.white {
    font-size: 16px;
  }

  .paragraph.gro.black {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .paragraph.gutscheine {
    max-width: 100%;
  }

  .paragraph.gutscheine.white {
    max-width: 800px;
    height: 180px;
  }

  .streifen-links {
    margin-top: 165px;
  }

  .slideshow, .slider {
    height: 350px;
  }

  .lightbox01 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .image-4 {
    display: none;
  }

  .div-block-3 {
    height: 400px;
  }

  .gutscheine {
    height: 500px;
  }

  .gutschein-image {
    width: 400px;
    height: 300px;
    margin-top: -49px;
    margin-left: 83px;
    display: block;
  }

  ._50-50.light-grey {
    height: 100%;
    display: block;
  }

  ._2-spalten.light-grey {
    flex: 0 auto;
  }

  .text-block-2 {
    color: #000;
    font-size: 16px;
  }

  .text-block-3 {
    color: #000;
    font-size: 18px;
  }

  .button-online-reservierung.yellow {
    width: 350px;
    height: 50px;
    margin-top: 0;
    padding-top: 7px;
  }

  .yellow {
    text-align: right;
  }

  .link2 {
    font-weight: 400;
  }

  .facebook {
    margin-top: -194px;
    margin-left: 495px;
    margin-right: 55px;
  }

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

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

  .image-15 {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .link-block-2 {
    margin-left: -25px;
  }

  .div-block-19 {
    height: 100%;
  }

  .logo-breit {
    width: 450px;
    margin-top: 68px;
  }

  .image-17 {
    width: 150px;
    margin-top: 17px;
  }

  .container-k-rnten-card {
    margin-top: -62px;
    margin-bottom: -79px;
    padding-top: 32px;
    position: sticky;
  }

  .div-navigation {
    text-align: right;
    justify-content: center;
    width: auto;
    max-width: none;
    margin-top: 126px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 123px;
    display: none;
    inset: auto;
  }

  .navi-link {
    padding-left: 18px;
    font-size: 10px;
  }

  .link-navi {
    color: #fff;
    font-size: 12px;
  }

  .div-block-23 {
    text-align: right;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
    max-width: 100%;
    position: static;
  }

  .logo-schmal {
    display: none;
  }

  .link-2 {
    font-size: 18px;
  }

  .gutschein-image-copy {
    width: 500px;
    height: 400px;
    margin-top: 27px;
    display: block;
  }

  .slider-2 {
    height: 240px;
  }

  .div-block-30 {
    text-align: left;
    background-position: 0%, 0 0;
    padding-left: 0;
  }

  .impressum {
    height: 100%;
  }

  .image-15-copy {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }

  .image-15-copy.b {
    margin-left: 0;
    margin-right: 0;
    padding-right: 12px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-28 {
    max-width: none;
    height: 100%;
    margin-left: -200px;
  }

  .text-block-7 {
    width: 100%;
  }

  .slider-02, .slider-titel {
    height: 350px;
  }

  .container-lageplan.yellow {
    text-align: left;
  }

  .container-lageplan.dark-grey {
    height: 100%;
  }

  .mobiltelefon-navi-button {
    margin-top: -194px;
    margin-left: 495px;
    margin-right: 55px;
  }

  .link-block-2-copy {
    margin-left: -25px;
  }

  .text-block-8 {
    margin-right: 0;
  }

  .div-block-35 {
    justify-content: space-between;
  }

  .text-span-20 {
    text-align: center;
    width: auto;
    margin-top: -29px;
    padding-top: 0;
    font-size: 25px;
    display: block;
  }

  .text-block-9 {
    justify-content: center;
    display: flex;
  }

  .div-block-37 {
    height: 100px;
  }

  .paragraph-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-copy.gro.white {
    font-size: 16px;
  }

  .paragraph-copy.gro.black {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .paragraph-copy.gutscheine {
    max-width: 100%;
  }

  .paragraph-copy.gutscheine.white {
    max-width: 800px;
    height: 180px;
  }

  .h1-style-copy {
    padding-top: 261px;
  }

  .h1-style-copy.white {
    line-height: 30px;
  }

  .h1-style-copy.yellow {
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .link-kartbahn {
    text-align: right;
    margin-top: 7px;
    margin-bottom: -5px;
    font-size: 18px;
    line-height: 24px;
  }

  .container-copy.yellow {
    text-align: left;
  }

  .container-copy.dark-grey {
    height: 100%;
  }

  .streifen-links-2 {
    margin-top: 210px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container.yellow {
    text-align: left;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .container.yellow.kaernten-card {
    height: 100%;
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 4px;
  }

  .container.dark-grey {
    height: auto;
  }

  .navigation {
    height: 300px;
    display: block;
  }

  .h1-style {
    font-size: 30px;
  }

  .h1-style.white {
    font-size: 28px;
    line-height: 32px;
  }

  .h1-style.yellow {
    font-size: 20px;
    line-height: 30px;
  }

  .h1-style.red {
    flex: 0 auto;
    font-size: 28px;
    line-height: 36px;
  }

  .h2-style {
    width: 80%;
    font-size: 16px;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.white {
    color: var(--white-youtube);
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .paragraph.gro.black {
    padding-top: 8px;
    display: block;
  }

  .paragraph.gutscheine.white {
    height: 100%;
  }

  .max-800 {
    height: auto;
    margin-bottom: 10px;
    display: block;
  }

  .footer {
    height: 300px;
    display: block;
  }

  .streifen-links {
    margin-top: 200px;
    padding-left: 201px;
  }

  .slideshow {
    height: 300px;
    display: block;
  }

  .slider {
    height: 300px;
  }

  .section-neue-karts {
    display: block;
  }

  .lightbox01 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-kartspa-f-r-unsere-kleinsten {
    display: block;
  }

  .image-3 {
    width: auto;
    height: 100%;
  }

  .div-block-3 {
    height: 220px;
  }

  .section-rennspa-zu-2-erleben {
    display: block;
  }

  .gutscheine {
    height: 500px;
    margin-top: -5px;
    display: none;
  }

  .gutschein-image {
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 50%;
    margin-top: -45px;
    margin-left: -4px;
    padding-top: 30px;
    display: block;
  }

  .l-ngere-strecke {
    display: block;
  }

  .kindergeburtstage {
    height: 100%;
    margin-bottom: -4px;
    display: none;
  }

  .mobile-kartvermietung {
    height: auto;
    display: block;
  }

  .unsere-kartbahn, .elektrokarts {
    display: block;
  }

  .preisliste {
    display: none;
  }

  ._50-50.light-grey {
    align-items: stretch;
    display: block;
  }

  .preise-01.dark-grey {
    z-index: 80;
  }

  ._2-spalten {
    margin-bottom: 0;
    padding-bottom: 18px;
    display: block;
  }

  .ffnungszeiten {
    display: none;
  }

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

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

  .reservierung {
    display: none;
  }

  .infotext {
    margin-bottom: 0;
  }

  .button-online-reservierung.yellow {
    width: 100%;
    padding-top: 9px;
  }

  .h-ufige-fragen {
    margin-bottom: 4px;
    padding-bottom: 0;
  }

  .yellow {
    text-align: center;
    flex: 0 auto;
    order: 0;
    padding-left: 40px;
    display: inline;
  }

  .achtung, .spiel-und-freizeit {
    display: none;
  }

  .facebook {
    width: 90px;
    margin-top: -485px;
    margin-left: 251px;
    margin-right: 36px;
  }

  .race-cafe {
    display: none;
  }

  .lageplan {
    display: block;
  }

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

  .kontakt {
    width: 100%;
  }

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

  .div-block-17 {
    height: 30vh;
    margin-top: -5px;
  }

  .partner {
    display: block;
  }

  .partner-logo {
    text-align: center;
    width: 100px;
    height: auto;
    padding-top: 24px;
    padding-bottom: 4px;
  }

  .partner-logo.breite-200px {
    width: 200px;
  }

  .container-partner {
    text-align: center;
    margin-top: 0;
    display: block;
  }

  .link-block {
    margin-top: 18px;
  }

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

  .breite-50 {
    width: 100%;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    text-align: right;
    height: 30px;
  }

  .link-block-2 {
    text-align: right;
    margin-left: -49px;
  }

  .div-block-19 {
    background-color: var(--dark-grey);
    text-align: center;
  }

  .logo-breit {
    text-align: center;
    width: 300px;
    margin-top: 51px;
    margin-left: auto;
    margin-right: 10px;
    display: none;
  }

  .image-17 {
    float: none;
    clear: none;
    margin-top: -77px;
    margin-left: -27px;
    position: absolute;
  }

  .container-k-rnten-card {
    margin-top: 4px;
    margin-bottom: -179px;
    margin-right: -21px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 13px;
    display: block;
  }

  .section-kaerten-card {
    height: 200px;
    margin-bottom: 5px;
    display: block;
  }

  .paragraph-2 {
    margin-bottom: 37px;
  }

  .div-navigation {
    margin-top: 166px;
    padding-left: 4px;
    display: none;
  }

  .navi-link {
    margin-bottom: 20px;
  }

  .link-navi {
    font-size: 20px;
  }

  .div-block-23 {
    z-index: 95;
    text-align: left;
    display: block;
  }

  .logo-schmal {
    width: 300px;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
  }

  .link-2 {
    font-size: 16px;
  }

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

  .gutscheine03 {
    height: auto;
  }

  .gutschein-image-copy {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80%;
    margin-top: 0;
    display: block;
  }

  .image-20, .image-22 {
    object-fit: cover;
    height: 120%;
  }

  .mask {
    height: 100%;
  }

  .image-23, .image-24, .image-25, .image-26 {
    object-fit: cover;
    height: 120%;
  }

  .div-block-29 {
    padding-bottom: 32px;
  }

  .div-block-30 {
    height: 150px;
  }

  .technische-details {
    height: 100%;
  }

  .background-video {
    display: block;
  }

  .impressum {
    height: 100%;
  }

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

  .image-15-copy {
    text-align: right;
  }

  .image-15-copy.b {
    height: 30px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .cookie-banner {
    display: none;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_checkbox.w--redirected-checked {
    border-color: var(--rot);
  }

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

  .image-28 {
    max-width: none;
    height: 100%;
    margin-left: -353px;
    display: inline-block;
  }

  .text-block-7 {
    color: var(--black);
    margin-top: 0;
  }

  .slider-02, .slider-titel {
    height: 300px;
  }

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

  .container-lageplan.yellow {
    text-align: left;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-lageplan.dark-grey {
    height: 100%;
  }

  .div-block-32 {
    background-color: var(--white-youtube);
  }

  .ersatzbild-youtube {
    background-image: url('../images/youtube-logo-full_color.webp');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
    background-attachment: scroll;
    height: 400px;
    margin-top: -405px;
  }

  .mobiltelefon-navi-button {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .link-block-2-copy {
    text-align: right;
    margin-left: 18px;
  }

  .div-block-34 {
    z-index: 99;
    background-color: var(--gelb);
    width: 100%;
    height: 100vh;
    margin-top: -212px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
  }

  .steckenf-hrung {
    display: none;
  }

  .streckenf-hrung-mobil {
    padding-bottom: 33px;
    display: block;
  }

  .bild-strecke {
    display: none;
  }

  .bild-stecke-mobil {
    padding-bottom: 25px;
    display: inline-block;
  }

  .bold-text-4 {
    color: var(--gelb);
  }

  .div-block-35 {
    flex-flow: column;
    align-items: center;
  }

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

  .div-block-36 {
    flex: 0 auto;
  }

  .text-span-21 {
    font-size: 20px;
  }

  .text-block-9 {
    text-align: center;
    margin-bottom: 26px;
  }

  .style-k-rnten-card {
    padding-top: 124px;
  }

  .paragraph-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-copy.white {
    color: var(--white-youtube);
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .paragraph-copy.gro.black {
    padding-top: 8px;
    display: block;
  }

  .paragraph-copy.gutscheine.white {
    height: 100%;
  }

  .h1-style-copy {
    padding-top: 226px;
    font-size: 30px;
  }

  .h1-style-copy.white {
    font-size: 28px;
    line-height: 32px;
  }

  .h1-style-copy.yellow {
    font-size: 20px;
    line-height: 30px;
  }

  .h1-style-copy.red {
    flex: 0 auto;
    font-size: 28px;
    line-height: 36px;
  }

  .link-kartbahn {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    font-size: 16px;
    display: flex;
  }

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

  .container-copy.red {
    text-align: center;
  }

  .container-copy.yellow {
    text-align: left;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-copy.yellow.kaernten-card {
    height: 100%;
    margin-top: 0;
    padding-top: 82px;
    padding-bottom: 4px;
  }

  .container-copy.dark-grey {
    height: auto;
  }

  .streifen-links-2 {
    margin-top: 301px;
    padding-left: 201px;
  }
}

#w-node-b6e38370-b41e-ce22-0900-77455d181664-fa9f2658, #w-node-b5e73362-4573-7688-63dd-8496663f0e18-fa9f2658, #w-node-_3eaa670a-20f1-879e-97a4-63c8becdbb0a-fa9f2658, #w-node-d8516e72-55e7-c31f-4638-206a97d967a5-fa9f2658, #w-node-d8516e72-55e7-c31f-4638-206a97d967a7-fa9f2658 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08a016e8-8283-a1e4-be08-7ed7fccdaed9-fa9f2658 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b6e38370-b41e-ce22-0900-77455d181664-cb251979, #w-node-b5e73362-4573-7688-63dd-8496663f0e18-cb251979, #w-node-_3eaa670a-20f1-879e-97a4-63c8becdbb0a-cb251979, #w-node-d8516e72-55e7-c31f-4638-206a97d967a5-cb251979, #w-node-d8516e72-55e7-c31f-4638-206a97d967a7-cb251979 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08a016e8-8283-a1e4-be08-7ed7fccdaed9-cb251979 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}


@font-face {
  font-family: 'Orbitron_lokal';
  src: url('../fonts/Orbitron-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron_lokal';
  src: url('../fonts/Orbitron-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron_lokal';
  src: url('../fonts/Orbitron-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans_lokal';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans_lokal';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans_lokal';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans_lokal';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}