@font-face {
  font-family: Cabin_WOFF2;
  src: url('../fonts/Cabin-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cabin_WOFF2;
  src: url('../fonts/Cabin-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald_WOFF2;
  src: url('../fonts/Oswald-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Cabin_WOFF2;
  src: url('../fonts/Cabin-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Oswald_WOFF2;
  src: url('../fonts/Oswald-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald_WOFF2;
  src: url('../fonts/Oswald-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Oswald_WOFF2;
  src: url('../fonts/Oswald-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --kupfer: #ac6231;
  --gainsboro: #e3e3e3;
  --dark-grey: #777;
  --color-2: #f03e5a;
  --kreide: #f1f1f1;
  --schmiere-dave: #343434;
  --black: #111;
  --dark: #232d41;
  --color-1: #dfa25f;
  --white: white;
  --moos: #515d1f;
  --light-grey: #fafafa;
  --tanne: #2e3511;
  --silver: #bbb;
  --knochen: #e0c8b8;
  --schmiere: #070707;
  --dreck: #844b25;
}

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

h1 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h5 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

h6 {
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-top: 8px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: var(--kupfer);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  display: block;
}

img {
  max-width: 100%;
  display: block;
}

blockquote {
  border: 1px solid var(--gainsboro);
  text-align: center;
  background-image: url('../images/quote-icon.svg');
  background-position: 50% 48px;
  background-repeat: no-repeat;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 120px 8.33% 56px;
  font-size: 24px;
  line-height: 36px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 12px;
  padding-left: 8.33px;
  font-size: 13px;
  line-height: 16px;
}

.body {
  color: #111;
  font-family: Karla;
  font-size: 15px;
  line-height: 24px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 100px;
  position: relative;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-paddings {
  padding: 0;
}

.section.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.section.pattern-section.no-bottom-padding {
  font-size: 15px;
}

.section.pattern-section.no-bottom-padding._112-unten, .section.pattern-section._112-rand-unten {
  padding-bottom: 112px;
}

.section.faq {
  background-color: var(--color-2);
}

.wrapper {
  text-align: left;
  background-color: #0000;
  max-width: 1200px;
}

.wrapper.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.button {
  background-color: var(--kupfer);
  color: var(--kreide);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  box-shadow: 0 0 20px #0000;
}

.button:hover {
  background-color: var(--schmiere-dave);
  box-shadow: 0 0 20px #0003;
}

.button.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button.ghost-button {
  transition: box-shadow .2s;
}

.button.hero-button {
  margin-right: 16px;
}

.button.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button.subscribe-button:hover {
  background-color: var(--color-2);
}

.button.small-button.nav-bar-button {
  margin-left: 20px;
  font-family: Cabin normal \- Google;
  display: none;
}

.button.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button.full-width-button {
  border-radius: 3px;
  width: 100%;
}

.button.full-width-button:hover {
  background-color: var(--color-2);
}

.style-block {
  text-align: left;
  padding: 40px 15px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 24px;
}

.button-styles {
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 64px;
  padding: 24px 15px;
  display: flex;
}

.button-style-wrapper {
  text-align: center;
  flex: 0 auto;
  width: 25%;
  padding: 20px 15px;
}

.button-style-wrapper.dark-bg {
  background-color: var(--dark);
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  background-attachment: fixed;
}

.small-button {
  height: 40px;
  padding: 10px 24px;
  font-size: 13px;
  line-height: 20px;
}

.ghost-button {
  color: #222;
  background-color: #0000;
  transition: box-shadow .2s, color .2s, background-color .2s;
  box-shadow: inset 0 0 0 2px #ddd;
}

.ghost-button:hover {
  background-color: var(--color-1);
  box-shadow: inset 0 0 0 2px var(--color-1);
  color: #fff;
}

.ghost-bg-button {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  transition: box-shadow .2s, background-color .2s, color .2s;
  box-shadow: inset 0 0 0 2px #fff;
}

.ghost-bg-button:hover {
  color: var(--black);
  background-color: #fff;
}

.white-button {
  color: var(--black);
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.white-button:hover {
  background-color: var(--dark);
  color: #fff;
}

.nav-bar {
  z-index: 100;
  background-color: #0000;
  padding-left: 40px;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.fixed-nav-bar {
  transform: translate(0, -75px);
}

.bg-section {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.bg-section.hero-section {
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.bg-section.cta-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Breit15.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.bg-section.footer-section {
  background-color: var(--dark);
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/bg-pattern.jpg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.bg-section._404-section {
  background-image: linear-gradient(#00000096, #00000096), url('../images/21_q.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bg-section.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.bg-section.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-section.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rob-bye-98949.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/michael-dam-257088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.bg-section.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-section.page-hero-section.about-hero {
  background-image: url('../images/Breit21.jpg'), linear-gradient(#11111180, #11111180), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.bg-section.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ian-baldwin-49824.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.bg-section.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg-section.page-hero-section.pumptrack-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.how-to-header {
  background-image: linear-gradient(#1e2318cc, #1e2318cc), url('../images/Container-KI-Mockup-mit-Bikern_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.how-to-header.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.bg-section.page-hero-section.kurse-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.kurse-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.bg-section.page-hero-section.location-mieten-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.location-mieten-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.bg-section.page-hero-section.about-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.about-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.bg-section.page-hero-section.kontakt-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Container-KI-Mockup-mit-Bikern_1.avif');
  background-position: 0 0, 0 0, 50% 40%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.kontakt-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.bg-section.page-hero-section.standorte-header {
  background-image: linear-gradient(#1b200ec4, #1b200ec4), url('../images/Container-KI-Mockup_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 540px;
}

.bg-section.page-hero-section.standorte-header.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.bg-section.gallery-section {
  background-color: #fff;
  border-width: 14px;
  padding: 0;
}

.bg-section.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/Pattern2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.bg-section.huge-button:hover {
  border-color: var(--white);
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 16px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

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

.nav-link.w--current {
  color: var(--color-1);
  font-family: Oswald_WOFF2, sans-serif;
}

.nav-link.fixed-nav-link {
  color: var(--black);
}

.nav-link.fixed-nav-link.w--current {
  color: var(--color-1);
}

.logo {
  color: #fff;
  text-transform: uppercase;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.logo.fixed-nav-bar-logo {
  color: var(--black);
  height: 72px;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu.fixed-nav-menu {
  height: 72px;
}

.slide-content {
  z-index: 1;
  float: right;
  color: #fff;
  text-align: center;
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hero-text {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.social-link {
  border: 1px solid #ffffff40;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  border-color: var(--color-1);
  background-color: var(--color-1);
}

.social-link.hero-link {
  border-color: #fff9;
}

.social-link.hero-link:hover {
  border-color: var(--color-1);
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.grey-text {
  color: var(--schmiere-dave);
  text-align: left;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.text-link {
  color: var(--kupfer);
  text-decoration: underline;
  transition: color .2s;
}

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

.social-icons {
  display: flex;
}

.social-icons.footer-icons {
  margin-top: 8px;
  margin-left: -4px;
  margin-right: -4px;
}

.social-icons.hero-icons {
  float: right;
  margin-top: 0;
  margin-bottom: 32px;
  margin-right: -4px;
}

.contact-form-wrapper {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 66.66%;
  padding-bottom: 8px;
  display: flex;
}

.contact {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-card-map {
  width: 50%;
  height: 100%;
  margin-left: 6px;
}

.input {
  border: 1px solid var(--gainsboro);
  background-color: var(--light-grey);
  border-radius: 3px;
  height: 48px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border .2s, background-color .2s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid var(--color-1);
  background-color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area.margin-input {
  margin-left: 15px;
  margin-right: 15px;
}

.input.password-input {
  text-align: center;
  margin-top: 14px;
}

.input.subscribe-input {
  background-color: #fff;
  border-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input.reservation-input {
  flex: 90%;
  margin-left: 15px;
  margin-right: 15px;
}

.input.reservation-input._50 {
  flex-grow: 1;
  flex-basis: 40%;
}

.input.reservation-input._33 {
  flex-grow: 1;
  flex-basis: 25%;
}

.input.password-input {
  text-align: center;
  margin-bottom: 16px;
}

.input.small-margin {
  margin-bottom: 16px;
}

.contact-card {
  background-color: #fff;
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.footer {
  color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Cabin-New, sans-serif;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

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

.footer-link.w--current {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Cabin-New, sans-serif;
}

.footer-link.blog-link {
  margin-top: 26px;
}

.footer-header {
  margin-top: 34px;
  margin-bottom: 24px;
  font-family: Oswald_WOFF2, sans-serif;
}

.footer-post {
  border-bottom: 1px solid #ffffff40;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 16px;
  display: flex;
}

.footer-post-header {
  color: #fff;
  text-decoration: none;
}

.footer-post-header:hover {
  text-decoration: underline;
}

.footer-post-date {
  opacity: .6;
  margin-top: -6px;
  font-size: 13px;
}

.footer-bottom-base {
  background-color: #0000002e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-top: 64px;
  font-size: 11px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.heart-icon {
  color: #0000;
  background-image: url('../images/heart-icon_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-right: 4px;
}

.footer-posts {
  width: 100%;
  margin-top: -12px;
}

.blog-posts {
  margin-bottom: -40px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-image {
  background-color: var(--gainsboro);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-right: 12px;
  text-decoration: none;
  display: flex;
}

.post-card {
  color: var(--black);
  background-color: #fff;
  flex: 1;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card:hover {
  text-decoration: none;
}

.post-date {
  margin-top: 24px;
  font-size: 17px;
}

.post-card-header-link {
  color: var(--black);
  text-decoration: none;
}

.post-card-header-link:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 370px;
  display: flex;
}

.utility-page-form {
  color: var(--black);
  flex-direction: column;
  align-items: center;
  width: 270px;
  display: flex;
}

.post-content h1 {
  width: 66.66%;
  margin: 64px auto 32px;
  display: block;
}

.post-content p {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content figure {
  margin-top: 56px;
  margin-bottom: 56px;
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.post-content h2 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content blockquote {
  width: 83.33%;
  margin: 48px auto;
  display: block;
}

.post-content h3 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ul {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content h4 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content h6 {
  width: 66.66%;
  margin: 48px auto 16px;
  display: block;
}

.post-content h5 {
  width: 66.66%;
  margin: 56px auto 24px;
  display: block;
}

.post-content ol {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.post-content a {
  color: var(--color-1);
  text-decoration: underline;
  transition: color .2s;
}

.post-content a:hover {
  color: var(--color-2);
  text-decoration: underline;
}

.blog-post-header {
  margin-top: 26px;
}

.post-hero {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  top: 32px;
}

.post-dark-bg {
  background-color: #00000080;
  position: absolute;
  inset: 0;
}

.post {
  background-color: #fff;
  max-width: 970px;
  margin-top: -128px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 15px 96px;
  display: block;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-hero-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 970px;
  padding-left: 15px;
  padding-right: 5px;
  display: flex;
}

.hero-slider {
  height: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff80;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin: auto 24px;
  transition: border .2s;
  display: none;
}

.slider-arrow:hover {
  border-color: #fff;
}

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

.slide-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.dropdown.w--open {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.dropdown.fixed-dropdown {
  border: 1px solid var(--gainsboro);
}

.dropdown-link {
  box-shadow: 0 1px 0 0 var(--gainsboro);
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Oswald_WOFF2, sans-serif;
  text-decoration: none;
  transition: all .2s;
}

.dropdown-link:hover {
  background-color: var(--moos);
  color: var(--white);
  text-decoration: none;
}

.dropdown-link.w--current {
  color: var(--color-1);
}

.form-success {
  background-color: #0000;
}

.form-error {
  color: var(--color-2);
  background-color: #f03e5a14;
  border: 1px solid #f03e5a80;
  border-radius: 3px;
  margin-top: 24px;
  padding: 12px 16px;
  font-size: 13px;
  line-height: 20px;
}

.subscribe-form {
  z-index: 1;
  flex-direction: row;
  align-items: flex-start;
  width: 370px;
  display: flex;
  position: relative;
}

.preloader {
  z-index: 10000;
  background-color: var(--tanne);
  color: var(--black);
  letter-spacing: 0;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: none;
  position: fixed;
  inset: 0;
}

.page-wrapper {
  overflow: hidden;
}

.fixed-nav-bar {
  z-index: 999;
  border-bottom: 1px solid var(--gainsboro);
  background-color: #fff;
  padding-left: 56px;
  padding-right: 56px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -75px);
}

.features {
  flex-wrap: wrap;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
}

.slide-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-261793.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sub-header {
  color: var(--kupfer);
  text-align: left;
  margin-bottom: -13px;
  font-family: Greatvibes_WOFF2, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.sub-header.big {
  margin-bottom: 19px;
  font-size: 56px;
  line-height: 48px;
}

.sub-header.subscribe-sub-header {
  margin-bottom: 0;
}

.sub-header.small {
  margin-bottom: -8px;
  font-size: 34px;
  line-height: 32px;
}

.footer-bottom {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 96px;
  margin-top: 64px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.badge {
  background-color: var(--color-2);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  padding-left: 8px;
  padding-right: 7px;
  font-size: 9px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.badge:hover {
  text-decoration: none;
}

.badge.footer-badge {
  margin-left: 10px;
}

.badge.banner-badge {
  background-color: #0000;
  border: 1px solid #fff;
  font-family: Cabin normal \- Google;
}

.badge.post-card-category {
  margin-bottom: 2px;
}

.badge.menu-item-category {
  background-color: var(--color-1);
  margin: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.badge.menu-item-badge {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.badge.menu-new-badge {
  float: left;
  background-color: var(--color-2);
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
}

.badge.menu-item-tooltip {
  float: left;
  box-shadow: inset 0 0 0 1px var(--gainsboro);
  color: var(--black);
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 6px;
  padding-top: 2px;
  padding-left: 7px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.footer-link-badge {
  align-items: center;
  display: flex;
}

.footer-bottom-text {
  opacity: .6;
  margin-right: 4px;
  font-family: Cabin_WOFF2, sans-serif;
}

.footer-bottom-text.link {
  opacity: 1;
  color: #fff;
  font-family: Cabin_WOFF2, sans-serif;
  text-decoration: none;
}

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

.frame {
  z-index: 0;
  border: 1px solid var(--gainsboro);
  margin: 12px;
  position: absolute;
  inset: 0;
}

.frame.white-frame {
  border-color: #fff;
}

.subscribe {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 144px;
  display: flex;
  position: relative;
}

.subscribe-header {
  z-index: 1;
  padding-bottom: 20px;
  position: relative;
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.paragraph-big.intro-text {
  color: var(--schmiere-dave);
  column-count: 2;
  column-gap: 2em;
  width: 83.33%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Cabin_WOFF2, sans-serif;
  display: block;
}

.paragraph-big.hero-text {
  font-family: Cabin normal \- Google;
}

.paragraph-big.one-row-intro {
  color: var(--schmiere-dave);
  font-family: Cabin_WOFF2, sans-serif;
}

.menu-list-item {
  flex-wrap: nowrap;
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.menu-list-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-right: 24px;
}

.menu-info {
  flex: 1;
  align-items: flex-start;
}

.menu-name {
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.menu-name.small {
  text-transform: none;
  font-size: 15px;
}

.menu-info-main {
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.menu-price {
  justify-content: flex-end;
  align-items: center;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.menu-price.small {
  font-size: 15px;
}

.menu-dots-line {
  border-bottom: 1px dotted var(--silver);
  flex: 1;
  height: 20px;
}

.menu-dots-line.hours {
  border-bottom-color: #fff6;
}

.menu-dots-line.small {
  height: 19px;
}

.menu-more {
  float: left;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.menu-numbers {
  align-items: center;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-right: 12px;
  font-size: 13px;
  display: flex;
}

.menu-numbers-divider {
  color: var(--silver);
  padding-left: 4px;
  padding-right: 4px;
}

.menu-ingredients {
  color: var(--dark-grey);
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 16px;
}

.menu-list {
  flex-wrap: wrap;
  display: flex;
}

.menu-list.margin {
  flex-wrap: wrap;
  margin-bottom: 68px;
}

.subscribe-badge {
  z-index: 1;
  background-color: var(--color-2);
  text-transform: uppercase;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin: 40px;
  font-family: Oswald, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
}

.subscribe-badge-discount {
  margin-left: 1px;
  font-size: 20px;
  line-height: 20px;
}

.menu-grid-card {
  margin-bottom: 40px;
  padding-bottom: 16px;
  position: relative;
}

.menu-grid-image {
  width: 100%;
  margin-bottom: 16px;
  display: block;
}

.menu {
  flex-wrap: wrap;
  display: flex;
}

.menu.margin {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-description {
  margin-bottom: 40px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.cta-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.divider {
  border-top: 1px solid var(--kupfer);
  border-bottom: 1px solid var(--kupfer);
  width: 70px;
  height: 4px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.divider.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider.animated {
  background-color: #0000;
}

.feature-text {
  border-left: 4px solid var(--color-1);
  background-color: #fff;
  flex-direction: column;
  flex: 50%;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 40px 16px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner {
  background-color: var(--color-2);
  color: #fff;
  background-image: url('../images/happy-hour-bg-icon.png');
  background-position: 90% 46%;
  background-repeat: no-repeat;
  background-size: 120px;
  justify-content: flex-start;
  align-items: center;
  width: 370px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 48px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.feature-banner-content {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.feature-image {
  background-color: var(--dark);
  color: #fff;
  text-align: center;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 45px;
  justify-content: center;
  align-items: center;
  min-height: 344px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 32px 56px 40px;
  display: flex;
}

.feature-image._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/chinh-le-duc-264152.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: 45%;
}

.feature-image._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/crew-89808.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-basis: 45%;
}

.feature-image-header {
  margin-bottom: 8px;
  font-family: Oswald-Google, sans-serif;
}

.working-hours {
  background-color: var(--dark);
  background-image: url('../images/bg-pattern.jpg');
  background-position: 0 0;
  width: 31%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 72px 56px 56px;
  position: relative;
}

.working-hours-content {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: relative;
}

.opening-hours-table {
  padding-top: 8px;
  padding-bottom: 24px;
}

.opening-hours-cell {
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 28px;
  display: flex;
}

.opening-hours-time {
  text-transform: uppercase;
  font-weight: 700;
}

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

.contact-card-info {
  border: 1px solid var(--gainsboro);
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  padding: 40px 28px 48px;
  display: flex;
}

.contact-card-email {
  color: var(--black);
  margin-top: -12px;
  margin-bottom: 12px;
  text-decoration: none;
}

.banner-header {
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Oswald-Google, sans-serif;
}

.yellow-text {
  color: var(--knochen);
}

.side-card-feature {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.side-card-image {
  background-color: var(--gainsboro);
  width: 65.8%;
}

.side-card-image.spruenge {
  background-image: url('../images/Hochkant7.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.spruenge.cafe1 {
  background-image: url('../images/Quadratisch2.jpg'), url('../images/Hochkant7.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.side-card-image._2 {
  background-image: url('../images/Breit21.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.cafe {
  background-image: url('../images/Quadratisch2.jpg'), url('../images/Hochkant7.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.side-card-image.pumptrack {
  background-image: url('../images/Breit21.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.verleih2 {
  background-image: radial-gradient(circle, #fff0, #00000029), url('../images/DSC05149_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 40px;
}

.side-card-image.kurven {
  background-image: url('../images/Quadratisch5.jpg');
  background-position: 0%;
  background-size: auto;
}

.side-card-image.kurven.bier-bodenwoehr {
  background-image: url('../images/Bier.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.hindernisse {
  background-image: url('../images/Quadratisch8.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.preisliste {
  background-image: url('../images/Verleih.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.preisliste.cafe1 {
  background-image: url('../images/Quadratisch2.jpg'), url('../images/Hochkant7.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.side-card-image.bringservice {
  background-image: url('../images/Abholung.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.bringservice.cafe2 {
  background-image: url('../images/Breit35.jpg'), url('../images/Quadratisch5.jpg');
  background-position: 50%, 0%;
  background-size: cover, auto;
}

.side-card-image.vielfalt {
  background-image: url('../images/PXL_20231022_100956215.jpg');
  background-position: 50% 90%;
  background-size: auto;
}

.side-card-image.vielfalt.cafe1 {
  background-image: url('../images/Quadratisch2.jpg'), url('../images/Hochkant7.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.side-card-image.kuchen-und-brot {
  background-image: url('../images/Kuchen-und-Erlebe-Brot.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.kuchen-und-brot.bier-bodenwoehr {
  background-image: url('../images/Breit35.jpg'), url('../images/Quadratisch5.jpg');
  background-position: 50%, 0%;
  background-size: cover, auto;
}

.side-card-image.mtb-anfaengerkurs {
  background-image: url('../images/Anfaengerkurs.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.mtb-anfaengerkurs.cafe1 {
  background-image: url('../images/Quadratisch2.jpg'), url('../images/Hochkant7.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.side-card-image.individuelle-touren {
  background-image: url('../images/Kurs-Individuell.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.individuelle-touren.bier-bodenwoehr {
  background-image: url('../images/Bier.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.fahrrad-verkauf {
  background-image: url('../images/Quadratisch12-ohne-Cube.jpg');
  background-position: 50%;
  background-size: cover;
}

.side-card-image.fahrrad-verkauf.cafe1 {
  background-image: url('../images/Quadratisch2.jpg'), url('../images/Hochkant7.jpg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.side-card {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -14.4%;
  padding: 80px 8%;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.side-card.reversed {
  margin-left: auto;
  margin-right: auto;
}

.side-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.side-card-header {
  margin-bottom: 8px;
  font-family: Oswald-Google, sans-serif;
}

.post-card-info {
  justify-content: center;
  align-items: center;
  width: 41.67%;
  min-height: 480px;
  padding: 48px 8%;
  display: flex;
  position: relative;
}

.post-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  display: flex;
  position: relative;
}

.page-hero-header {
  color: #fff;
  text-align: center;
  max-width: 770px;
  margin: 96px auto;
  display: block;
}

.reservation {
  z-index: 2;
  border: 4px solid var(--color-1);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66.66%;
  margin-top: -160px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 8% 92px;
  display: flex;
  position: relative;
}

.reservation-form {
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  padding-bottom: 8px;
  display: flex;
}

.menu-grid-item {
  flex: 0 auto;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
}

.post-card-date {
  color: var(--silver);
  margin-top: -8px;
}

.footer-email {
  color: var(--color-1);
  margin-top: -12px;
  margin-bottom: 4px;
  font-family: Cabin_WOFF2, sans-serif;
  text-decoration: none;
}

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

.footer-bottom-divider {
  opacity: .3;
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 7px;
  margin-right: 8px;
}

.big-icon {
  width: 64px;
}

.big-icon.contact-block-icon {
  margin-bottom: 16px;
}

.side-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.side-image-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  margin-left: 8.33%;
  margin-right: 8.33%;
  padding: 24px 15px;
  display: flex;
}

.side-image {
  width: 40%;
  margin-left: 15px;
  margin-right: 15px;
}

.gallery {
  flex-wrap: wrap;
  display: flex;
}

.contact-blocks {
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.contact-block {
  box-shadow: 0 0 0 1px var(--gainsboro);
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 56px 4%;
  display: flex;
}

.contact-block-text {
  color: var(--dark-grey);
  margin-top: 12px;
  font-family: Cabin_WOFF2, sans-serif;
}

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

.contact-block-text.link:hover {
  text-decoration: underline;
}

.contact-block-link {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
}

.contact-block-link:hover {
  text-decoration: underline;
}

.menu-list-card {
  flex: 1;
  display: flex;
}

.gallery-image {
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: 2px;
  display: flex;
  position: relative;
}

.video-wrapper {
  width: 770px;
  max-height: 480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zoom-icon {
  z-index: 1;
  background-color: #000000b3;
  background-image: url('../images/zoom-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0;
}

.zoom-icon.small {
  background-size: 16px;
  border-width: 1px;
  width: 40px;
  height: 40px;
}

.hero-phone {
  float: left;
  color: #fff;
  align-items: center;
  margin-top: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  text-decoration: none;
  display: none;
}

.hero-phone:hover {
  text-decoration: underline;
}

.hero-phone-icon {
  margin-top: 1px;
  margin-right: 15px;
}

.hero-scroll {
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96px;
  justify-content: center;
  align-items: flex-start;
  width: 96px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.footer-bottom-content {
  flex-flow: column wrap;
  flex: 1;
  place-content: center;
  align-items: center;
  margin-left: 80px;
  margin-right: 80px;
  padding-bottom: 20px;
  line-height: 24px;
  display: flex;
}

.menu-small-grid-item {
  flex: 0 auto;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.preloader-icon {
  width: 34px;
  margin-bottom: 8px;
}

.licence-items {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.licence-item {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  align-items: center;
  margin-bottom: 24px;
  padding: 52px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.licence-item-content {
  z-index: 1;
  flex: 1;
  padding-bottom: 16px;
  padding-left: 40px;
  position: relative;
}

.licence-item-image {
  z-index: 1;
  width: 170px;
  position: relative;
}

.licence-item-dot {
  background-color: var(--gainsboro);
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.licence-contact-text {
  color: var(--dark-grey);
  width: 66.66%;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.quick-booking {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  width: 240px;
  display: block;
  position: fixed;
  bottom: 0;
  right: 40px;
  transform: none;
}

.quick-booking-form {
  border-right: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  margin-bottom: 0;
  padding: 20px;
}

.quick-booking-header {
  background-color: var(--color-1);
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -48px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.quick-booking-icon {
  width: 24px;
  margin-right: 10px;
}

.quick-booking-arrow-box {
  background-color: #0000000d;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 100%;
  padding-top: 1px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.quick-booking-arrow {
  transform: rotate(-180deg);
}

.first-letter {
  float: left;
  color: var(--color-1);
  margin-top: 15px;
  margin-left: 16.66%;
  margin-right: 8px;
  font-size: 56px;
  line-height: 32px;
}

.tooltip {
  z-index: 10;
  background-color: var(--dark);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  height: 24px;
  margin-bottom: -2px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 9px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 30px;
}

.tooltip.change-tooltip {
  margin-bottom: 18px;
}

.tooltip-arrow {
  background-color: var(--dark);
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.footer-instagram-photos {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 8px;
  margin-left: -6px;
  margin-right: -6px;
  display: flex;
}

.instagram-photo {
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding: 6px;
  display: flex;
  position: relative;
}

.full-width {
  width: 100%;
}

.slide-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/kris-atomic-39750.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: flex-end;
  align-items: center;
}

.changelog {
  flex-direction: column;
  width: 66.66%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.changelog.hidden {
  display: none;
}

.change {
  background-color: #fff;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 2px #0000001f;
}

.change-icon {
  color: #151515;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  display: flex;
  position: relative;
}

.change-text {
  color: #596273;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
}

._1920x1080 {
  color: #1110;
  background-image: linear-gradient(#0000, #0000);
  height: 97vh;
}

.hero-slider-copy {
  height: 100%;
  display: none;
}

.image {
  max-width: 500px;
  margin-top: -737px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  width: 450px;
  margin: auto;
  padding-top: 240px;
  display: block;
}

.logo-header {
  width: 450px;
  max-width: 50vh;
  margin: auto;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.text-block {
  font-family: Cabin normal \- Google;
}

.dropdown-2 {
  font-family: Oswald_WOFF2, sans-serif;
}

.heading, .heading-2, .heading-3, .heading-4 {
  font-family: Oswald-Google, sans-serif;
}

.paragraph {
  font-family: Cabin normal \- Google;
}

.heading-5, .heading-6 {
  font-family: Oswald-Google, sans-serif;
}

.cta-heading {
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 500;
}

.h1 {
  color: var(--schmiere-dave);
  margin-bottom: 16px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.h1.linksb-ndig {
  text-align: left;
  margin-bottom: 8px;
}

.h2 {
  color: var(--schmiere-dave);
  text-align: center;
  margin-bottom: 16px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.h2.linksbndig {
  text-align: left;
}

.h3 {
  color: var(--schmiere-dave);
  text-align: center;
  margin-bottom: 8px;
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 500;
}

.h4 {
  color: var(--schmiere-dave);
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 500;
}

.paragraph-2 {
  font-family: Cabin_WOFF2, sans-serif;
}

.paragraph-3 {
  font-family: Cabin normal \- Google;
}

.image-3, .image-4 {
  width: 50px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-bottom: 21px;
  padding-left: 15px;
  padding-right: 15px;
}

.aktuelles-text {
  color: var(--dark-grey);
  margin-top: 16px;
  font-family: Cabin-New, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.unterste-kachel {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.unterste-kachel.no-top-padding {
  padding-top: 0;
}

.unterste-kachel.no-bottom-padding {
  padding-bottom: 0;
}

.unterste-kachel.no-paddings {
  padding: 0;
}

.unterste-kachel.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.unterste-kachel.pattern-section.no-bottom-padding {
  padding-bottom: 112px;
}

.aktuelles {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.aktuelles.no-top-padding {
  padding-top: 0;
}

.aktuelles.no-bottom-padding {
  padding-bottom: 0;
}

.aktuelles.no-paddings {
  padding: 0;
}

.aktuelles.pattern-section {
  padding-bottom: 112px;
}

.about {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.about.no-top-padding {
  padding-top: 0;
}

.about.no-bottom-padding {
  padding-bottom: 0;
}

.about.no-paddings {
  padding: 0;
}

.about.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 112px;
}

.h2-white, .h2-white-copy {
  color: var(--white);
  text-align: center;
  font-family: Oswald-Google, sans-serif;
}

.zitat {
  text-align: center;
  margin-top: 30px;
  font-family: Greatvibes_WOFF2, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.aktuelles-image {
  padding-bottom: 13px;
}

.divider-copy {
  border-top: 1px solid var(--kupfer);
  border-bottom: 1px solid var(--kupfer);
  width: 70px;
  height: 4px;
  margin-top: 7px;
  margin-bottom: 8px;
}

.divider-copy.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.opening-tage {
  width: 80%;
  margin-bottom: -25px;
}

.paragraph-4 {
  font-family: Cabin_WOFF2, sans-serif;
}

.image-5 {
  max-width: 30%;
  margin-left: -10px;
}

.heading-8 {
  color: var(--schmiere-dave);
  text-align: left;
  font-family: Oswald-Google, sans-serif;
}

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

.video-preview {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.leitbild {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 50%;
  background-size: auto;
  padding: 120px 56px 112px;
  position: relative;
}

.leitbild.no-top-padding {
  padding-top: 0;
}

.leitbild.no-bottom-padding {
  padding-bottom: 0;
}

.leitbild.no-paddings {
  padding: 0;
}

.leitbild.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.heading-9 {
  color: var(--schmiere-dave);
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 500;
}

.image1 {
  width: 85%;
  margin-left: 15px;
  margin-right: 15px;
}

.header-section {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.header-section.hero-section {
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.header-section.cta-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Breit15.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.header-section.footer-section {
  background-color: var(--dark);
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/bg-pattern.jpg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.header-section._404-section {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/jonathan-pielmayer-388600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.header-section.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.header-section.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-section.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rob-bye-98949.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header-section.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/michael-dam-257088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.header-section.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-section.page-hero-section.about-hero {
  background-image: url('../images/Breit21.jpg'), linear-gradient(#11111180, #11111180), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.header-section.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ian-baldwin-49824.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.header-section.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.header-section.gallery-section {
  background-color: #fff;
  border-width: 14px;
  padding: 0;
}

.header-section.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/Pattern2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.header-section.huge-button:hover {
  border-color: var(--white);
}

._1080x1920 {
  display: none;
}

.image-6 {
  max-width: 23%;
  max-height: 300px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.page-hero-header-unterseiten {
  color: #fff0;
  text-align: center;
  max-width: 770px;
  margin: 96px auto;
  display: block;
}

.image-7 {
  display: none;
}

.unterste-kachel-rechts {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.unterste-kachel-rechts.no-top-padding {
  padding-top: 0;
}

.unterste-kachel-rechts.no-bottom-padding {
  padding-bottom: 0;
}

.unterste-kachel-rechts.no-paddings {
  padding: 0;
}

.unterste-kachel-rechts.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 112px;
}

.unterste-kachel-rechts.pattern-section.unten-0 {
  padding-bottom: 0;
}

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

.hero-verleih {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.hero-verleih.hero-section {
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.hero-verleih.cta-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Breit15.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-verleih.footer-section {
  background-color: var(--dark);
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/bg-pattern.jpg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.hero-verleih._404-section {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/jonathan-pielmayer-388600.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-verleih.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.hero-verleih.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-verleih.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rob-bye-98949.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-verleih.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/michael-dam-257088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.hero-verleih.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-verleih.page-hero-section.about-hero {
  background-image: url('../images/Breit21.jpg'), linear-gradient(#11111180, #11111180), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.hero-verleih.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ian-baldwin-49824.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.hero-verleih.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-verleih.page-hero-section.pumptrack-hero {
  background-image: linear-gradient(#ac6231d1, #ac6231d1), linear-gradient(#11111180, #11111180), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.hero-verleih.page-hero-section.cafe-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch11.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 77%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.hero-verleih.page-hero-section.cafe-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.hero-verleih.gallery-section {
  background-color: #fff;
  border-width: 14px;
  padding: 0;
}

.hero-verleih.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/Pattern2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.hero-verleih.huge-button:hover {
  border-color: var(--white);
}

.ohne-abstand {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.ohne-abstand.no-top-padding {
  padding-top: 0;
}

.ohne-abstand.no-bottom-padding {
  padding-bottom: 0;
}

.ohne-abstand.no-paddings {
  padding: 0;
}

.ohne-abstand.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 112px;
}

.ohne-abstand.pattern-section.no-bottom-padding {
  padding-bottom: 0;
}

.intro-bikepark, .intro-cafe, .intro-verleih, .intro-kurse-und-touren, .intro-location-mieten, .intro-about {
  width: 85%;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-2 {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.grey-text-ueberschrift {
  color: var(--dark-grey);
  text-align: left;
  margin-bottom: 8px;
  font-family: Cabin-New, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.image-8 {
  max-width: 20px;
}

.button-outline {
  border: 2px solid var(--white);
  color: var(--kreide);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  background-color: #ffffff2e;
  border-radius: 24px;
  height: 48px;
  padding: 11px 32px 12px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .2s;
}

.button-outline:hover {
  border-color: var(--kreide);
  background-color: var(--white);
  color: var(--schmiere-dave);
}

.button-outline.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button-outline.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button-outline.ghost-button {
  transition: box-shadow .2s;
}

.button-outline.hero-button {
  margin-right: 16px;
}

.button-outline.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-outline.subscribe-button:hover {
  background-color: var(--color-2);
}

.button-outline.small-button.nav-bar-button {
  margin-left: 20px;
  font-family: Cabin normal \- Google;
  display: none;
}

.button-outline.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button-outline.full-width-button {
  border-radius: 3px;
  width: 100%;
}

.button-outline.full-width-button:hover {
  background-color: var(--color-2);
}

.link-block {
  border-radius: 24px;
}

.text-span-2 {
  font-size: 18px;
  line-height: 40px;
}

.news-block {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

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

.paragraph-5 {
  font-family: Cabin_WOFF2, sans-serif;
}

.text-block-2 {
  font-family: Oswald_WOFF2, sans-serif;
}

.oeffnungszeiten {
  color: var(--dark-grey);
  text-align: left;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.oeffnungszeiten.center {
  text-align: center;
  display: none;
}

.footer-column-oeffnungszeiten {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Cabin-New, sans-serif;
}

.heading-10 {
  font-family: Oswald_WOFF2, sans-serif;
}

.test-section {
  display: none;
}

.heading-11 {
  text-align: center;
  flex-flow: column;
  width: 83.33%;
  display: flex;
}

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

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

.h4-themen-ueberschrift {
  color: var(--schmiere-dave);
  text-align: center;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.kachel-text {
  color: var(--schmiere-dave);
  text-align: center;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

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

.list-item {
  color: var(--schmiere-dave);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.unsere-partner {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.unsere-partner.hero-section {
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.unsere-partner.cta-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Breit15.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.unsere-partner.footer-section {
  background-color: var(--dark);
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/bg-pattern.jpg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.unsere-partner._404-section {
  background-image: linear-gradient(#00000096, #00000096), url('../images/21_q.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.unsere-partner.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.unsere-partner.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.unsere-partner.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rob-bye-98949.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.unsere-partner.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/michael-dam-257088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.unsere-partner.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.unsere-partner.page-hero-section.about-hero {
  background-image: url('../images/Breit21.jpg'), linear-gradient(#11111180, #11111180), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.unsere-partner.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ian-baldwin-49824.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.unsere-partner.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.unsere-partner.page-hero-section.pumptrack-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.unsere-partner.page-hero-section.cafe-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.unsere-partner.page-hero-section.cafe-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.unsere-partner.page-hero-section.kurse-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.unsere-partner.page-hero-section.kurse-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.unsere-partner.page-hero-section.location-mieten-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.unsere-partner.page-hero-section.location-mieten-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.unsere-partner.page-hero-section.about-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.unsere-partner.page-hero-section.about-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.unsere-partner.page-hero-section.kontakt-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.unsere-partner.page-hero-section.kontakt-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.unsere-partner.gallery-section {
  background-color: #fff;
  border-width: 14px;
  padding: 0;
}

.unsere-partner.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/Pattern2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.unsere-partner.huge-button:hover {
  border-color: var(--white);
}

.partner-grid {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.so-funktionierts-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
}

.schritte-div {
  background-color: var(--light-grey);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 #8d8d8d00, 0 1px .4px #8d8d8d08, 0 2px .8px #8d8d8d0a, 0 3.4px 1.6px #8d8d8d0b, 0 5.4px 2.9px #8d8d8d0c, 0 8.9px 5.3px #8d8d8d0c, 0 15.4px 10.4px #8d8d8d0d, 0 30.6px 22.8px #8d8d8d0e;
}

.aufzaehlung-1234 {
  color: var(--tanne);
  text-align: center;
  margin-bottom: 12px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 50px;
}

.kurztext-kachel {
  color: var(--schmiere);
  text-align: center;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 18px;
}

.handy-mockupbild {
  border-radius: 40px;
}

.sleeping {
  width: 250px;
  height: 250px;
}

.svg-icon {
  color: var(--tanne);
  width: 25%;
  height: 25%;
}

.svg-icon:hover {
  cursor: pointer;
}

.path, .g {
  color: var(--tanne);
}

.so-funktionierts-section {
  background-color: var(--kreide);
  text-align: center;
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 20px;
  padding: 60px 56px 112px;
  position: relative;
  box-shadow: inset 0 2px 20px #0000001f;
}

.so-funktionierts-section.no-top-padding {
  padding-top: 0;
}

.so-funktionierts-section.no-bottom-padding {
  padding-bottom: 0;
}

.so-funktionierts-section.no-paddings {
  padding: 0;
}

.so-funktionierts-section.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.so-funktionierts-section.pattern-section.no-bottom-padding {
  font-size: 15px;
}

.so-funktionierts-section.pattern-section.no-bottom-padding._112-unten, .so-funktionierts-section.pattern-section._112-rand-unten {
  padding-bottom: 112px;
}

.under-headline {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  top: -20px;
}

.intro-text-startseite {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.teasertext-unter-h2-headline {
  color: var(--schmiere-dave);
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.teasertext-unter-h2-headline.white {
  color: var(--kreide);
}

.standorte-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  display: flex;
}

.heading-12 {
  color: var(--schmiere-dave);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.teasertext-linksb-ndig {
  color: var(--schmiere-dave);
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.list {
  color: var(--moos);
  -webkit-text-stroke-color: var(--schmiere-dave);
}

.button-standorte {
  background-color: var(--kreide);
  color: var(--schmiere-dave);
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 14px;
  width: 100%;
  height: 48px;
  padding: 12px 32px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  box-shadow: 0 0 20px #0000;
}

.button-standorte:hover {
  background-color: var(--kupfer);
  box-shadow: none;
  color: var(--kreide);
  border-radius: 14px;
}

.button-standorte.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button-standorte.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button-standorte.ghost-button {
  transition: box-shadow .2s;
}

.button-standorte.hero-button {
  margin-right: 16px;
}

.button-standorte.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-standorte.subscribe-button:hover {
  background-color: var(--color-2);
}

.button-standorte.small-button.nav-bar-button {
  margin-left: 20px;
  font-family: Cabin normal \- Google;
  display: none;
}

.button-standorte.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button-standorte.full-width-button {
  border-radius: 3px;
  width: 100%;
}

.button-standorte.full-width-button:hover {
  background-color: var(--color-2);
}

.standorte {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 112px;
  position: relative;
}

.standorte.no-top-padding {
  padding-top: 0;
}

.standorte.no-bottom-padding {
  padding-bottom: 0;
}

.standorte.no-paddings {
  padding: 0;
}

.standorte.pattern-section {
  padding-bottom: 20px;
}

.standorte-kacheln-grid {
  margin-top: 40px;
}

.intro {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 100px;
  font-family: Oswald_WOFF2, sans-serif;
  position: relative;
}

.intro.no-top-padding {
  padding-top: 0;
}

.intro.no-bottom-padding {
  padding-bottom: 0;
}

.intro.no-paddings {
  padding: 0;
}

.intro.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.intro.pattern-section.no-bottom-padding {
  font-size: 15px;
}

.intro.pattern-section.no-bottom-padding._112-unten, .intro.pattern-section._112-rand-unten {
  padding-bottom: 112px;
}

.intro.margin-bottom {
  margin-bottom: 80px;
  display: none;
}

.unsere-fahrradflotte {
  flex-flow: column;
  align-items: center;
  padding: 120px 56px 100px;
  display: flex;
}

.h2-under-headline {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  top: -15px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.bike-slider {
  background-color: #0000;
  max-width: 83.33%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.bikes-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: var(--schmiere-dave);
  font-family: Cabin_WOFF2, sans-serif;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.fliesstext-teaser {
  color: var(--schmiere-dave);
  text-align: center;
  width: 83.33%;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.fliesstext-teaser.intro-text {
  color: var(--dark-grey);
  column-count: 2;
  column-gap: 2em;
  width: 83.33%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Cabin_WOFF2, sans-serif;
  display: block;
}

.fliesstext-teaser.hero-text {
  font-family: Cabin normal \- Google;
}

.h3-raeder-cards {
  color: var(--kupfer);
  text-transform: capitalize;
  font-weight: 700;
}

.list-bikes {
  padding-left: 20px;
}

.list-item-bikes {
  color: var(--schmiere-dave);
  padding-bottom: 10px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
}

.card-bike-foto {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h1-unterseiten {
  color: var(--schmiere-dave);
  margin-bottom: 16px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.h1-unterseiten.linksb-ndig {
  text-align: left;
  margin-bottom: 8px;
}

.button-div {
  flex-flow: column;
  padding-bottom: 10px;
  display: flex;
}

.button-sekundaer {
  border: 2px solid var(--kupfer);
  background-color: var(--white);
  color: var(--kupfer);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border-radius: 24px;
  height: 48px;
  padding: 12px 32px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  transition: box-shadow 1s cubic-bezier(.075, .82, .165, 1), background-color .2s;
  box-shadow: 0 0 20px #0000;
}

.button-sekundaer:hover {
  border-color: var(--black);
  background-color: var(--schmiere-dave);
  color: var(--white);
  box-shadow: 0 0 20px #0003;
}

.button-sekundaer.white-button.arrow-button {
  background-image: url('../images/arrow-right-icon.svg');
  background-position: 81%;
  background-repeat: no-repeat;
  padding-right: 60px;
  transform: translate(20px);
}

.button-sekundaer.white-button.arrow-button:hover {
  color: var(--black);
  background-color: #fff;
}

.button-sekundaer.ghost-button {
  transition: box-shadow .2s;
}

.button-sekundaer.hero-button {
  margin-right: 16px;
}

.button-sekundaer.subscribe-button {
  border-radius: 0 3px 3px 0;
  margin-left: -1px;
  padding-left: 24px;
  padding-right: 24px;
}

.button-sekundaer.subscribe-button:hover {
  background-color: var(--color-2);
}

.button-sekundaer.small-button.nav-bar-button {
  margin-left: 20px;
  font-family: Cabin normal \- Google;
  display: none;
}

.button-sekundaer.small-button.white-hover-button:hover {
  color: var(--dark);
  background-color: #fff;
}

.button-sekundaer.full-width-button {
  border-radius: 3px;
  width: 100%;
}

.button-sekundaer.full-width-button:hover {
  background-color: var(--color-2);
}

.h2-unsere-e-bikes {
  color: var(--schmiere-dave);
  text-align: center;
  margin-bottom: 16px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.h2-unsere-e-bikes.linksbndig {
  text-align: left;
}

.kategorie-fliesstext {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -20px;
  display: flex;
}

.ausflugsziele-card {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  margin: 80px auto;
  padding: 80px 8%;
  position: relative;
}

.ausflugsziele-card.reversed {
  margin-left: auto;
  margin-right: auto;
}

.faqs {
  text-align: center;
  background-color: #fff;
  padding: 120px 56px 100px;
  position: relative;
}

.faqs.no-top-padding {
  padding-top: 0;
}

.faqs.no-bottom-padding {
  padding-bottom: 0;
}

.faqs.no-paddings {
  padding: 0;
}

.faqs.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.faqs.pattern-section.no-bottom-padding {
  font-size: 15px;
}

.faqs.pattern-section.no-bottom-padding._112-unten {
  padding-bottom: 112px;
}

.faqs.pattern-section._112-rand-unten {
  padding-top: 60px;
  padding-bottom: 80px;
  box-shadow: inset 0 2px 20px #0003;
}

.h2-faqs {
  font-weight: 500;
}

.text-span-4 {
  font-size: 22px;
  line-height: 30px;
}

.faqs-card {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

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

.icon-box {
  background-color: var(--black);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
}

.icon-box.color-3 {
  background-color: #0000;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.heading-13 {
  color: var(--schmiere-dave);
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 500;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.heading-14 {
  font-family: Exo, sans-serif;
}

.accordion-item-2 {
  border-top: 1px none var(--kupfer);
  border-bottom: 1px solid var(--kupfer);
  text-align: left;
  margin-bottom: -1px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 72px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.accordion-icon {
  width: 24px;
  margin-right: 12px;
}

.accordion-plus {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: flex;
  position: absolute;
  right: 0;
}

.plus-line-h {
  background-color: var(--kupfer);
  width: 100%;
  height: 2px;
  position: absolute;
}

.plus-line-v {
  background-color: var(--kupfer);
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion-text {
  color: var(--schmiere-dave);
  padding-bottom: 32px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.accordion-item-kit {
  border-top: 1px solid var(--color-1);
  border-bottom: 1px solid var(--color-1);
  text-align: left;
  margin-bottom: -1px;
  transition: box-shadow .4s, background-color .4s;
  display: block;
  overflow: hidden;
}

.link-2 {
  color: #0000;
}

.div-block-5 {
  width: 83.33%;
}

.bold-text {
  color: var(--schmiere);
  text-transform: none;
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 500;
}

.faq-div {
  width: 83.33%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.text-block-3 {
  color: var(--white);
  font-family: Cabin_WOFF2, sans-serif;
}

.icon-3 {
  color: var(--white);
}

.dropdown-toggle {
  margin: 0 8px 8px 0;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  display: block;
}

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

.standorte-grid-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  padding-bottom: 40px;
}

.bold-text-2 {
  color: var(--schmiere);
  font-size: 22px;
}

.h2-heading-landingpage-introtext {
  color: var(--schmiere-dave);
  text-transform: none;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.standorte-introfoto {
  border-radius: 12px;
}

.alle-buchungsschritte-grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-15 {
  color: var(--schmiere-dave);
  text-transform: none;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

._6-schritte-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 16px;
  display: flex;
}

.teasertext-cta {
  text-align: center;
  font-family: Oswald_WOFF2, sans-serif;
}

.wrapper-cta {
  text-align: left;
  background-color: #0000;
}

.wrapper-cta.hero-bottom-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 56px;
  right: 56px;
}

.wrapper-cta.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
  display: flex;
}

.cta-jetzt-buchen {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.cta-jetzt-buchen.hero-section {
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.cta-jetzt-buchen.cta-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Verleih.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.cta-jetzt-buchen.footer-section {
  background-color: var(--dark);
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/bg-pattern.jpg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cta-jetzt-buchen._404-section {
  background-image: linear-gradient(#00000096, #00000096), url('../images/21_q.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cta-jetzt-buchen.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.cta-jetzt-buchen.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-jetzt-buchen.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rob-bye-98949.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/michael-dam-257088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.cta-jetzt-buchen.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-jetzt-buchen.page-hero-section.about-hero {
  background-image: url('../images/Breit21.jpg'), linear-gradient(#11111180, #11111180), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ian-baldwin-49824.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-jetzt-buchen.page-hero-section.pumptrack-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-buchen.page-hero-section.cafe-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-buchen.page-hero-section.cafe-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.kurse-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-buchen.page-hero-section.kurse-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.location-mieten-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-buchen.page-hero-section.location-mieten-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.about-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-buchen.page-hero-section.about-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-buchen.page-hero-section.kontakt-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-buchen.page-hero-section.kontakt-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-buchen.gallery-section {
  background-color: #fff;
  border-width: 14px;
  padding: 0;
}

.cta-jetzt-buchen.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/Pattern2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.cta-jetzt-buchen.huge-button:hover {
  border-color: var(--white);
}

.under-headline-start, .under-headline-lps {
  font-size: 22px;
  line-height: 30px;
  position: relative;
  top: -20px;
}

.zielgruppen-verkauf-box {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: auto;
  background-attachment: scroll;
  padding: 120px 56px 112px;
  position: relative;
  box-shadow: inset 0 2px 20px #0003;
}

.zielgruppen-verkauf-box.no-top-padding {
  padding-top: 0;
}

.zielgruppen-verkauf-box.no-bottom-padding {
  padding-bottom: 0;
}

.zielgruppen-verkauf-box.no-paddings {
  padding: 0;
}

.zielgruppen-verkauf-box.pattern-section {
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 16px;
  padding-bottom: 0;
}

.zielgruppen-verkauf-box.pattern-section.no-bottom-padding {
  padding-bottom: 112px;
}

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

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.zielgruppe-card {
  background-color: var(--white);
  border-radius: 19px;
  padding-top: 24px;
  padding-bottom: 34px;
  transition: all .2s;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.zielgruppe-card:hover {
  background-color: var(--white);
  transform: scale(1.02);
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 17px 10.9px #00000020;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Oswald_WOFF2, sans-serif;
  font-weight: 600;
}

.team-member-text {
  color: var(--schmiere);
  text-align: center;
  margin-bottom: 20px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: var(--kupfer);
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-4 {
  color: var(--kupfer);
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.zielgruppe-h2 {
  color: var(--schmiere-dave);
  text-align: center;
  margin-bottom: 12px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.icon-card-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.path-2 {
  color: var(--moos);
}

.card {
  color: var(--moos);
  width: 25%;
  height: 25%;
}

.card:hover {
  cursor: pointer;
}

.h2-landingpage-zielkunden {
  color: var(--schmiere-dave);
  text-align: center;
  margin-bottom: 16px;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.h2-landingpage-zielkunden.linksbndig {
  text-align: left;
}

.hero-heading-left {
  background-color: var(--kreide);
  background-image: url('../images/pattern_1pattern.jpg');
  background-position: 0 0;
  background-size: 20px;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 140px 56px;
  display: flex;
  position: relative;
}

.hero-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  color: var(--schmiere-dave);
  margin-bottom: 24px;
  font-family: Cabin_WOFF2, sans-serif;
  font-size: 17px;
}

.shadow-two {
  border-radius: 20px;
  max-width: 45%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-17 {
  color: var(--schmiere-dave);
  font-family: Oswald_WOFF2, sans-serif;
}

.hero-heading-right {
  background-color: var(--white);
  border-bottom: 0 solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 140px 56px;
  display: flex;
  position: relative;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.heading-zielgruppen-vorteile {
  color: var(--schmiere-dave);
  font-family: Oswald_WOFF2, sans-serif;
}

.vorteile-grid {
  grid-template-rows: auto;
  margin-bottom: 140px;
}

.vorteile-card {
  background-color: var(--white);
  border-radius: 19px;
  padding-top: 24px;
  padding-bottom: 34px;
  transition: all .2s;
  box-shadow: 0 0 #0000, 0 .1px .2px #0000001a, 0 .9px 1.9px #0000001d, 0 5.1px 10.9px #00000020;
}

.vorteile-card:hover {
  background-color: var(--white);
}

.faq-hotel {
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cta-jetzt-kontakt-aufnehmen {
  background-color: var(--black);
  border: 12px solid #fff;
  padding: 120px 40px;
}

.cta-jetzt-kontakt-aufnehmen.hero-section {
  background-color: #0000;
  height: 100vh;
  padding: 0;
  position: relative;
}

.cta-jetzt-kontakt-aufnehmen.cta-section {
  color: #fff;
  background-image: linear-gradient(#0006, #0006), url('../images/Verleih.jpg'), url('../images/Breit15.jpg');
  background-position: 0 0, 50% 100%, 50% 90%;
  background-size: auto, cover, cover;
  padding-top: 120px;
  padding-bottom: 140px;
}

.cta-jetzt-kontakt-aufnehmen.footer-section {
  background-color: var(--dark);
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/bg-pattern.jpg');
  background-position: 50%, 0 0;
  background-size: auto, auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cta-jetzt-kontakt-aufnehmen._404-section {
  background-image: linear-gradient(#00000096, #00000096), url('../images/21_q.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cta-jetzt-kontakt-aufnehmen.post-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  min-height: 720px;
  position: relative;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.contact-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/rob-bye-98949.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.reservation-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/michael-dam-257088.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 216px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0006, #0006), url('../images/brooke-lark-385504.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.about-hero {
  background-image: url('../images/Breit21.jpg'), linear-gradient(#11111180, #11111180), url('../images/jazmin-quaynor-35847.jpg');
  background-position: 50% 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.menu-hero {
  background-image: linear-gradient(#11111180, #11111180), url('../images/ian-baldwin-49824.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.licensing-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/clark-young-160446.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.pumptrack-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 50% 36%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.cafe-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.cafe-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.kurse-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.kurse-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.location-mieten-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 0%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.location-mieten-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.about-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.about-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.kontakt-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Quadratisch16.jpg'), url('../images/Screenshot-Bar.jpg');
  background-position: 0 0, 0 0, 50% 100%, 0%;
  background-repeat: repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll;
  height: 540px;
}

.cta-jetzt-kontakt-aufnehmen.page-hero-section.kontakt-hero.verleih-hero {
  background-image: linear-gradient(#2e3511d1, #2e3511d1), linear-gradient(#11111180, #11111180), url('../images/Screenshot-Bar.jpg'), url('../images/Hochkant9.jpg'), url('../images/Breit28.jpg'), url('../images/Breit21.jpg');
  background-position: 0 0, 0 0, 0%, 50% 30%, 50%, 50% 36%;
  background-repeat: repeat, repeat, repeat, repeat, repeat, repeat;
  background-size: auto, auto, cover, cover, cover, cover;
  background-attachment: scroll, scroll, scroll, scroll, scroll, scroll;
}

.cta-jetzt-kontakt-aufnehmen.gallery-section {
  background-color: #fff;
  border-width: 14px;
  padding: 0;
}

.cta-jetzt-kontakt-aufnehmen.huge-button {
  background-color: var(--dark);
  color: #fff;
  background-image: url('../images/Pattern2_kleiner.jpg'), url('../images/Pattern2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.cta-jetzt-kontakt-aufnehmen.huge-button:hover {
  border-color: var(--white);
}

.section-2 {
  padding-top: 20px;
}

.div-block-6 {
  background-image: radial-gradient(circle, #fff0, #00000078), linear-gradient(#0000004f, #0000004f), url('../images/Container-KI-Mockup-mit-Bikern_1.avif');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  height: 97vh;
}

.double-button {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.button-abstand {
  margin-bottom: 20px;
}

.youtube-overlay_component {
  padding-bottom: 56.25%;
  position: relative;
}

.youtube-overlay_overlay-wrapper {
  z-index: 2;
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_content-wrapper {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_content {
  max-width: 30rem;
}

.text-color-white {
  color: #fff;
}

.margin-bottom.margin-medium {
  margin-bottom: 2rem;
}

.youtube-overlay_accept-button {
  color: #000;
  background-color: #fff;
  border-radius: 10rem;
  padding: 1.2rem 1.6rem;
  font-size: 1.2rem;
}

.youtube-overlay_thumbnail-image {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: url('../images/youtube-cover.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_vide-embed-wrapper {
  z-index: 1;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.youtube-overlay_video-embed {
  height: 100%;
}

.text-block-5 {
  color: var(--schmiere);
}

.h3-adresse {
  color: var(--schmiere-dave);
  text-transform: none;
  font-family: Oswald_WOFF2, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

@media screen and (min-width: 1920px) {
  .section-header-wrapper {
    max-width: 1250px;
  }

  .accordion-text {
    font-size: 19px;
    line-height: 24px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 64px;
  }

  h2 {
    font-size: 30px;
    line-height: 40px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  h4 {
    font-size: 17px;
    line-height: 24px;
  }

  h5 {
    font-size: 15px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  .section {
    padding: 80px 8px;
    overflow: hidden;
  }

  .wrapper {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrapper.hero-bottom-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper.slide-wrapper {
    min-height: 600px;
  }

  .button.white-button.arrow-button {
    display: none;
  }

  .button.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .style-block {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-small {
    font-size: 13px;
    line-height: 20px;
  }

  .button-styles {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

  .bg-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-section.hero-section {
    height: auto;
  }

  .bg-section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .bg-section.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .bg-section.page-hero-section.pumptrack-hero, .bg-section.page-hero-section.how-to-header, .bg-section.page-hero-section.kurse-hero, .bg-section.page-hero-section.location-mieten-hero, .bg-section.page-hero-section.about-hero, .bg-section.page-hero-section.kontakt-hero, .bg-section.page-hero-section.standorte-header {
    height: 340px;
  }

  .nav-link {
    box-shadow: inset 0 1px 0 0 var(--gainsboro), 0 1px 0 0 var(--gainsboro);
    color: var(--black);
    text-align: center;
    background-color: #fff;
    width: 100%;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
  }

  .nav-link.w--current {
    color: var(--color-1);
  }

  .logo {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--gainsboro);
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    display: flex;
    overflow: scroll;
  }

  .nav-menu.fixed-nav-menu {
    border-top: 1px solid var(--gainsboro);
    height: auto;
  }

  .slide-content {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: block;
  }

  .hero-text {
    margin-bottom: 32px;
  }

  .section-header-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .contact-form-wrapper {
    padding-left: 32px;
    padding-right: 40px;
  }

  .contact-form {
    width: 100%;
  }

  .contact {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .contact-card-map {
    height: 440px;
  }

  .contact-card {
    margin-bottom: 56px;
  }

  .footer {
    justify-content: flex-start;
  }

  .footer-column {
    width: 50%;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .footer-link {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-post-header {
    font-size: 13px;
    line-height: 16px;
  }

  .blog-posts {
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-card {
    margin-bottom: 32px;
  }

  .blog-post-header {
    margin-top: 24px;
  }

  .post-hero {
    padding-bottom: 48px;
  }

  .post-dark-bg {
    inset: 0;
  }

  .post {
    box-shadow: none;
    margin-top: 0;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .post-hero-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-slider {
    height: 600px;
  }

  .slider-arrow {
    margin-left: 24px;
  }

  .menu-button {
    color: #fff;
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-button.fixed-menu-button {
    color: var(--black);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown.w--open {
    padding-bottom: 1px;
  }

  .dropdown.fixed-dropdown {
    border-style: none;
  }

  .dropdown-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 15px;
  }

  .dropdown-icon {
    opacity: .3;
    margin-right: 7px;
  }

  .features {
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sub-header {
    font-size: 34px;
  }

  .sub-header.big {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 40px;
  }

  .footer-bottom {
    padding-left: 4%;
    padding-right: 4%;
  }

  .badge.menu-item-category {
    margin: 12px;
  }

  .subscribe {
    width: 83.33%;
    max-width: none;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-big.intro-text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu-list-item {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .menu-name, .menu-price {
    font-size: 15px;
  }

  .menu-dots-line {
    height: 19px;
  }

  .menu-list {
    justify-content: center;
  }

  .menu-grid-card {
    margin-bottom: 16px;
  }

  .menu-grid-image {
    margin-bottom: 8px;
  }

  .section-description {
    margin-bottom: 32px;
  }

  .cta-content {
    margin-bottom: 24px;
  }

  .divider.animated {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-text {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .feature-banner {
    padding-top: 56px;
    padding-bottom: 48px;
  }

  .feature-image {
    margin-bottom: 24px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .working-hours {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-card-info {
    padding-left: 8%;
    padding-right: 8%;
  }

  .side-card-feature {
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -16.66%;
  }

  .side-card.reversed {
    margin-right: auto;
  }

  .post-card-info {
    width: 50%;
    min-height: 440px;
  }

  .page-hero-header {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .reservation {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 72px;
  }

  .reservation-form {
    width: 100%;
  }

  .menu-grid-item {
    padding-left: 8px;
    padding-right: 8px;
  }

  .big-icon {
    width: 56px;
  }

  .side-image-content {
    width: 42%;
    margin-left: 4%;
    margin-right: 4%;
    padding-left: 0;
    padding-right: 0;
  }

  .side-image {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .contact-blocks {
    flex-wrap: wrap;
  }

  .contact-block {
    flex: 0 auto;
    width: 50%;
  }

  .video-wrapper {
    width: 100%;
    margin-bottom: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .zoom-icon, .hero-scroll {
    display: none;
  }

  .footer-bottom-content {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-small-grid-item {
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .licence-items, .licence-contact-text, .changelog {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .change {
    padding: 24px;
  }

  .hero-slider-copy {
    height: 600px;
  }

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

  .h2 {
    font-size: 42px;
    line-height: 48px;
  }

  .dropdown-3 {
    display: none;
  }

  .image-4 {
    width: 50px;
  }

  .unterste-kachel, .aktuelles, .about {
    padding: 80px 8px;
    overflow: hidden;
  }

  .opening-tage {
    width: 80%;
  }

  .video-preview {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .leitbild {
    padding: 80px 8px;
    overflow: hidden;
  }

  .image1 {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .header-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-section.hero-section {
    height: auto;
  }

  .header-section.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-section.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-section.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .image-6 {
    max-width: 50%;
    max-height: 200px;
  }

  .page-hero-header-unterseiten {
    margin-top: 56px;
    margin-bottom: 56px;
  }

  .unterste-kachel-rechts {
    padding: 80px 8px;
    overflow: hidden;
  }

  .hero-verleih {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-verleih.hero-section {
    height: auto;
  }

  .hero-verleih.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-verleih.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-verleih.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .hero-verleih.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .hero-verleih.page-hero-section.pumptrack-hero {
    background-image: linear-gradient(#ac6231cf, #ac6231cf), linear-gradient(#11111180, #11111180), url('../images/Breit21.jpg'), url('../images/jazmin-quaynor-35847.jpg');
    background-position: 0 0, 0 0, 50% 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, cover, cover;
    background-attachment: scroll, scroll, scroll, scroll;
    height: 340px;
  }

  .hero-verleih.page-hero-section.cafe-hero {
    height: 340px;
  }

  .ohne-abstand {
    padding: 80px 8px;
    overflow: hidden;
  }

  .intro-bikepark, .intro-cafe, .intro-verleih, .intro-kurse-und-touren, .intro-location-mieten, .intro-about {
    flex: 1;
    margin-left: 8px;
    margin-right: 8px;
  }

  .button-outline.white-button.arrow-button {
    display: none;
  }

  .button-outline.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .footer-column-oeffnungszeiten {
    width: 50%;
    margin-bottom: 24px;
    margin-right: 0%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .unsere-partner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .unsere-partner.hero-section {
    height: auto;
  }

  .unsere-partner.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .unsere-partner.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .unsere-partner.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .unsere-partner.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .unsere-partner.page-hero-section.pumptrack-hero, .unsere-partner.page-hero-section.cafe-hero, .unsere-partner.page-hero-section.kurse-hero, .unsere-partner.page-hero-section.location-mieten-hero, .unsere-partner.page-hero-section.about-hero, .unsere-partner.page-hero-section.kontakt-hero {
    height: 340px;
  }

  .so-funktionierts-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

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

  .handy-mockupbild {
    max-width: 50%;
  }

  .div-handy-mockup {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .so-funktionierts-section {
    padding: 80px 8px;
    overflow: hidden;
  }

  .under-headline {
    margin-top: -29px;
  }

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

  .standorte-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .heading-12 {
    justify-content: center;
    align-items: center;
  }

  .teasertext-linksb-ndig {
    text-align: center;
  }

  .list {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 40px;
    display: flex;
  }

  .button-standorte.white-button.arrow-button {
    display: none;
  }

  .button-standorte.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

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

  .image-9 {
    max-width: 50%;
  }

  .standorte-text-neben-karte {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .standorte, .intro {
    padding: 80px 8px;
    overflow: hidden;
  }

  .intro.margin-bottom {
    margin-bottom: 64px;
  }

  .h2-under-headline {
    padding-top: 19px;
    display: block;
    top: -10px;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .fliesstext-teaser {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 16px;
    line-height: 28px;
  }

  .fliesstext-teaser.intro-text {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .bikes-grid, .h1-unterseiten {
    flex-flow: column;
    display: flex;
  }

  .button-sekundaer.white-button.arrow-button {
    display: none;
  }

  .button-sekundaer.small-button.nav-bar-button {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .h2-unsere-e-bikes {
    flex-flow: column;
    font-size: 52px;
    line-height: 48px;
    display: flex;
  }

  .ausflugsziele-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: auto;
  }

  .ausflugsziele-card.reversed {
    margin-right: auto;
  }

  .faqs {
    padding: 80px 8px;
    overflow: hidden;
  }

  .faqs-card {
    padding-left: 8px;
    padding-right: 8px;
  }

  .icon-box {
    width: 56px;
    height: 56px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

  .standorte-grid-intro {
    grid-template-columns: 1fr;
  }

  .alle-buchungsschritte-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-schritte-wrapper {
    width: 470px;
    margin-bottom: 24px;
  }

  .wrapper-cta {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrapper-cta.hero-bottom-wrapper {
    padding-left: 24px;
    padding-right: 24px;
    left: 0;
    right: 0;
  }

  .wrapper-cta.slide-wrapper {
    min-height: 600px;
  }

  .cta-jetzt-buchen {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-jetzt-buchen.hero-section {
    height: auto;
  }

  .cta-jetzt-buchen.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-jetzt-buchen.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-jetzt-buchen.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .cta-jetzt-buchen.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .cta-jetzt-buchen.page-hero-section.pumptrack-hero, .cta-jetzt-buchen.page-hero-section.cafe-hero, .cta-jetzt-buchen.page-hero-section.kurse-hero, .cta-jetzt-buchen.page-hero-section.location-mieten-hero, .cta-jetzt-buchen.page-hero-section.about-hero, .cta-jetzt-buchen.page-hero-section.kontakt-hero {
    height: 340px;
  }

  .under-headline-start {
    margin-top: -29px;
    top: 10px;
  }

  .under-headline-lps {
    margin-top: 32px;
  }

  .heading-16 {
    flex-flow: column;
    display: flex;
  }

  .zielgruppen-verkauf-box {
    padding: 80px 8px;
    overflow: hidden;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .h2-landingpage-zielkunden {
    font-size: 52px;
    line-height: 48px;
  }

  .hero-heading-left {
    padding: 60px 8px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    order: -1;
    max-width: 66%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-heading-right {
    padding: 60px 8px;
  }

  .faq-hotel {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-jetzt-kontakt-aufnehmen {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-jetzt-kontakt-aufnehmen.hero-section {
    height: auto;
  }

  .cta-jetzt-kontakt-aufnehmen.cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-jetzt-kontakt-aufnehmen.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-jetzt-kontakt-aufnehmen.post-hero-section {
    min-height: 480px;
    padding-top: 64px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .cta-jetzt-kontakt-aufnehmen.page-hero-section.reservation-hero {
    padding-bottom: 80px;
  }

  .cta-jetzt-kontakt-aufnehmen.page-hero-section.pumptrack-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.cafe-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.kurse-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.location-mieten-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.about-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.kontakt-hero {
    height: 340px;
  }

  .div-block-6 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0, #00000078), linear-gradient(to bottom, null, null), url('../images/Container-KI-Mockup-mit-Bikern_1.avif');
    background-position: 0 0, 0 0, 80%;
  }

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

  .text-block-5 {
    color: var(--schmiere-dave);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 40px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .wrapper {
    max-width: 100%;
  }

  .wrapper.slide-wrapper {
    min-height: 400px;
  }

  .button-style-wrapper {
    width: 50%;
  }

  .nav-bar {
    padding-right: 0;
  }

  .bg-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .bg-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .bg-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .bg-section.page-hero-section.pumptrack-hero, .bg-section.page-hero-section.how-to-header, .bg-section.page-hero-section.kurse-hero, .bg-section.page-hero-section.location-mieten-hero, .bg-section.page-hero-section.about-hero, .bg-section.page-hero-section.kontakt-hero, .bg-section.page-hero-section.standorte-header {
    height: 300px;
  }

  .bg-section.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .logo {
    height: 60px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
    display: block;
  }

  .hero-text {
    margin-bottom: 24px;
  }

  .section-header-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .contact-form-wrapper {
    flex-direction: row;
    padding-right: 32px;
  }

  .contact-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .contact-card-map {
    width: 100%;
    height: 320px;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .input.text-area.margin-input, .input.reservation-input, .input.reservation-input._50 {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-card {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .footer-link {
    font-size: 15px;
    line-height: 24px;
  }

  .blog-posts {
    width: 100%;
  }

  .post-card-image {
    height: 320px;
    margin-bottom: 0;
    margin-left: 12px;
  }

  .post-card {
    flex-direction: column-reverse;
  }

  .post-date {
    margin-top: 8px;
    font-size: 15px;
  }

  .blog-post-header {
    margin-top: 16px;
  }

  .post-hero {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-slider {
    height: 560px;
  }

  .slider-arrow {
    display: none;
  }

  .menu-button.fixed-menu-button {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .features {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sub-header {
    margin-top: 30px;
  }

  .subscribe {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-big.intro-text {
    text-align: center;
    column-count: 1;
  }

  .menu-list-item {
    width: 100%;
  }

  .menu-list.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    margin-bottom: 24px;
  }

  .cta-content {
    width: auto;
  }

  .feature-text, .feature-image {
    margin-left: 0;
    margin-right: 0;
  }

  .working-hours {
    width: 66.66%;
  }

  .contact-card-info {
    margin-right: 0;
  }

  .side-card-feature {
    flex-flow: column wrap;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .side-card-image {
    width: 100%;
    height: 400px;
  }

  .side-card-image.spruenge, .side-card-image._2, .side-card-image.cafe, .side-card-image.pumptrack, .side-card-image.verleih2, .side-card-image.kurven, .side-card-image.hindernisse, .side-card-image.preisliste, .side-card-image.bringservice, .side-card-image.vielfalt, .side-card-image.kuchen-und-brot, .side-card-image.barista-kurs, .side-card-image.mtb-anfaengerkurs, .side-card-image.individuelle-touren, .side-card-image.fahrrad-verkauf {
    background-position: 50%;
  }

  .side-card {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 40px;
    display: block;
  }

  .side-card.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .post-card-info {
    width: 100%;
    min-height: auto;
  }

  .page-hero-header {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .reservation {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }

  .reservation-form {
    flex-direction: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .menu-grid-item {
    width: 50%;
  }

  .side-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-image-content {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .side-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery-image, .menu-small-grid-item {
    width: 50%;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item {
    padding: 36px;
  }

  .licence-contact-text {
    width: 100%;
    margin-top: 16px;
  }

  .changelog {
    width: 100%;
  }

  .change {
    padding: 20px;
  }

  .change-text {
    margin-left: 16px;
  }

  .hero-slider-copy {
    height: 560px;
  }

  .h1 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 52px;
  }

  .h1.linksb-ndig {
    margin-bottom: 0;
  }

  .h2 {
    font-size: 32px;
    line-height: 38px;
  }

  .unterste-kachel, .aktuelles, .about {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .video-preview {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .leitbild {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-section {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-section.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header-section.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .header-section.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-6 {
    max-width: 50%;
    max-height: 200px;
  }

  .page-hero-header-unterseiten {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .unterste-kachel-rechts {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-verleih {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-verleih.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-verleih.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .hero-verleih.page-hero-section.pumptrack-hero, .hero-verleih.page-hero-section.cafe-hero {
    height: 300px;
  }

  .hero-verleih.huge-button, .ohne-abstand {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .intro-bikepark, .intro-cafe, .intro-verleih, .intro-kurse-und-touren, .intro-location-mieten, .intro-about {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .unsere-partner {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .unsere-partner.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .unsere-partner.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .unsere-partner.page-hero-section.pumptrack-hero, .unsere-partner.page-hero-section.cafe-hero, .unsere-partner.page-hero-section.kurse-hero, .unsere-partner.page-hero-section.location-mieten-hero, .unsere-partner.page-hero-section.about-hero, .unsere-partner.page-hero-section.kontakt-hero {
    height: 300px;
  }

  .unsere-partner.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .so-funktionierts-grid {
    grid-template-columns: 1.5fr;
  }

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

  .so-funktionierts-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .under-headline {
    margin-top: -40px;
    padding-top: 0;
  }

  .standorte-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .standorte, .intro {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .intro.margin-bottom {
    margin-bottom: 48px;
  }

  .unsere-fahrradflotte {
    padding-top: 80px;
  }

  .h2-under-headline {
    padding-top: 0;
    display: block;
    top: 0;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .bike-slider {
    max-width: 100%;
  }

  .bike-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .bikes-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .fliesstext-teaser.intro-text {
    text-align: center;
    column-count: 1;
  }

  .h1-unterseiten {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 48px;
    line-height: 58px;
  }

  .h1-unterseiten.linksb-ndig {
    margin-bottom: 0;
  }

  .h2-unsere-e-bikes {
    font-size: 48px;
    line-height: 58px;
  }

  .ausflugsziele-card {
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 56px;
    padding-bottom: 40px;
    display: block;
  }

  .ausflugsziele-card.reversed {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faqs {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faqs-card {
    flex-flow: column wrap;
  }

  .faqs-card.reversed {
    flex-direction: column-reverse;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .icon-box {
    width: 52px;
    height: 52px;
  }

  .icon-2 {
    width: 20px;
  }

  .main-grid {
    grid-row-gap: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-header {
    min-height: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .accordion-plus {
    width: 14px;
    height: 14px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

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

  .alle-buchungsschritte-grid {
    grid-template-columns: 1fr;
  }

  ._6-schritte-wrapper {
    width: auto;
    margin-bottom: 16px;
  }

  .wrapper-cta {
    max-width: 100%;
  }

  .wrapper-cta.slide-wrapper {
    min-height: 400px;
  }

  .cta-jetzt-buchen {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-jetzt-buchen.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-jetzt-buchen.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .cta-jetzt-buchen.page-hero-section.pumptrack-hero, .cta-jetzt-buchen.page-hero-section.cafe-hero, .cta-jetzt-buchen.page-hero-section.kurse-hero, .cta-jetzt-buchen.page-hero-section.location-mieten-hero, .cta-jetzt-buchen.page-hero-section.about-hero, .cta-jetzt-buchen.page-hero-section.kontakt-hero {
    height: 300px;
  }

  .cta-jetzt-buchen.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .under-headline-start {
    margin-top: -28px;
    padding-top: 0;
    top: 0;
  }

  .under-headline-lps {
    margin-top: 26px;
    padding-top: 0;
  }

  .heading-16 {
    color: var(--schmiere-dave);
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
  }

  .zielgruppen-verkauf-box {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .h2-landingpage-zielkunden {
    font-size: 48px;
    line-height: 38px;
  }

  .hero-heading-left, .hero-heading-right {
    padding: 60px 8px;
  }

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

  .faq-hotel {
    flex-flow: column wrap;
  }

  .faq-hotel.reversed {
    flex-direction: column-reverse;
  }

  .cta-jetzt-kontakt-aufnehmen {
    border-style: none;
    border-width: 8px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-jetzt-kontakt-aufnehmen.footer-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .cta-jetzt-kontakt-aufnehmen.post-hero-section {
    min-height: 360px;
    padding-top: 56px;
  }

  .cta-jetzt-kontakt-aufnehmen.page-hero-section.pumptrack-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.cafe-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.kurse-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.location-mieten-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.about-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.kontakt-hero {
    height: 300px;
  }

  .cta-jetzt-kontakt-aufnehmen.huge-button {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .youtube-overlay_content-wrapper {
    padding: 2rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

  .youtube-overlay_accept-button {
    padding: 1rem;
    font-size: 1rem;
    font-weight: 400;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  .wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .wrapper.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    text-align: center;
    height: auto;
  }

  .button.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .style-block.typography-styles {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-style-wrapper {
    width: 100%;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .bg-section.page-hero-section.pumptrack-hero, .bg-section.page-hero-section.how-to-header, .bg-section.page-hero-section.kurse-hero, .bg-section.page-hero-section.location-mieten-hero, .bg-section.page-hero-section.about-hero, .bg-section.page-hero-section.kontakt-hero, .bg-section.page-hero-section.standorte-header {
    height: 300px;
  }

  .logo.fixed-nav-bar-logo {
    height: 56px;
  }

  .slide-content {
    flex-direction: column;
    margin-bottom: 144px;
    padding: 16px 4% 32px;
    display: flex;
  }

  .section-header-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .social-icons.hero-icons {
    margin-bottom: 48px;
    margin-right: 0;
  }

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

  .input.subscribe-input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-bottom: 24px;
  }

  .contact-card {
    width: auto;
    margin-top: 24px;
    position: relative;
    bottom: 0;
  }

  .footer-column {
    align-items: center;
    width: 100%;
  }

  .footer-bottom-base {
    flex-direction: column;
    align-items: center;
  }

  .post-card-image {
    height: 224px;
  }

  .post-content h1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content p {
    width: 100%;
  }

  .post-content figure {
    margin-top: 32px;
    margin-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .post-content img {
    width: 100%;
    max-width: none;
  }

  .post-content h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .post-content blockquote {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .post-content h3 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ul {
    width: 100%;
  }

  .post-content h4, .post-content h6, .post-content h5 {
    width: 100%;
    margin-top: 40px;
  }

  .post-content ol {
    width: 100%;
  }

  .blog-post-header {
    max-width: none;
  }

  .post {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-slider {
    height: 720px;
  }

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

  .sub-header {
    text-align: center;
    margin-top: 30px;
  }

  .footer-bottom {
    margin-top: 40px;
  }

  .subscribe {
    padding-left: 12%;
    padding-right: 12%;
  }

  .menu-list-image {
    margin-right: 16px;
  }

  .subscribe-badge {
    margin: 20px;
  }

  .cta-content {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .divider.animated {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-banner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .working-hours {
    width: 100%;
    padding-left: 16%;
    padding-right: 16%;
  }

  .side-card-image {
    height: 280px;
  }

  .side-card {
    width: 100%;
    margin-top: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .post-card-info {
    padding-left: 12%;
    padding-right: 12%;
  }

  .page-hero-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .reservation {
    width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-grid-item, .contact-block {
    width: 100%;
  }

  .hero-phone {
    margin-bottom: 16px;
  }

  .hero-scroll {
    padding-top: 9px;
  }

  .footer-bottom-content {
    padding-bottom: 30px;
  }

  .menu-small-grid-item {
    width: 100%;
  }

  .licence-item {
    flex-direction: column;
    justify-content: center;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .licence-item-content {
    text-align: center;
    padding-top: 16px;
    padding-left: 0;
  }

  .first-letter {
    margin-left: 0;
  }

  ._1920x1080 {
    display: none;
  }

  .hero-slider-copy {
    height: 720px;
  }

  .logo-header {
    max-width: 80%;
    top: -10%;
  }

  .h1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 44px;
    line-height: 44px;
  }

  .h2 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .image-3, .image-4 {
    width: 50px;
  }

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

  .zitat {
    font-size: 42px;
  }

  .opening-tage {
    width: 80%;
  }

  .header-section.hero-section {
    height: 100vh;
  }

  ._1080x1920 {
    height: 100vh;
    display: block;
  }

  .image-6 {
    max-width: 50%;
  }

  .page-hero-header-unterseiten {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-verleih.page-hero-section.pumptrack-hero, .hero-verleih.page-hero-section.cafe-hero {
    height: 300px;
  }

  .button-outline.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-outline.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .column, .column-2 {
    text-align: center;
  }

  .footer-column-oeffnungszeiten {
    align-items: center;
    width: 100%;
  }

  .unsere-partner.page-hero-section.pumptrack-hero, .unsere-partner.page-hero-section.cafe-hero, .unsere-partner.page-hero-section.kurse-hero, .unsere-partner.page-hero-section.location-mieten-hero, .unsere-partner.page-hero-section.about-hero, .unsere-partner.page-hero-section.kontakt-hero {
    height: 300px;
  }

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

  .aufzaehlung-1234 {
    line-height: 38px;
  }

  .under-headline {
    margin-top: -20px;
    padding-top: 0;
    font-size: 18px;
  }

  .standorte-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

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

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

  .button-standorte.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-standorte.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .image-9 {
    max-width: 83.33%;
  }

  .standorte-kacheln-grid {
    grid-template-columns: 1fr;
  }

  .intro {
    padding-top: 44px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .unsere-fahrradflotte {
    padding-left: 8px;
    padding-right: 8px;
  }

  .h2-under-headline {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    display: block;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .bike-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .bikes-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .fliesstext-teaser {
    margin-left: auto;
    margin-right: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .h1-unterseiten {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 50px;
  }

  .button-sekundaer {
    text-align: center;
    height: auto;
    display: flex;
  }

  .button-sekundaer.hero-button {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .button-sekundaer.subscribe-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .h2-unsere-e-bikes {
    font-size: 40px;
    line-height: 48px;
  }

  .ausflugsziele-card {
    width: 100%;
    margin-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-faqs {
    font-size: 22px;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

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

  .main-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .accordion-text {
    margin-left: 0;
  }

  .bold-text {
    font-size: 18px;
  }

  .h2-heading-landingpage-introtext {
    font-size: 20px;
  }

  ._6-schritte-wrapper {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-cta {
    padding-left: 0%;
    padding-right: 0%;
  }

  .wrapper-cta.hero-bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cta-jetzt-buchen.page-hero-section.pumptrack-hero, .cta-jetzt-buchen.page-hero-section.cafe-hero, .cta-jetzt-buchen.page-hero-section.kurse-hero, .cta-jetzt-buchen.page-hero-section.location-mieten-hero, .cta-jetzt-buchen.page-hero-section.about-hero, .cta-jetzt-buchen.page-hero-section.kontakt-hero {
    height: 300px;
  }

  .under-headline-start {
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    top: -23px;
  }

  .under-headline-lps {
    justify-content: center;
    align-items: flex-start;
    margin-top: 26px;
    padding-top: 0;
    font-size: 18px;
    display: flex;
  }

  .heading-16 {
    font-size: 38px;
    line-height: 48px;
  }

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

  .container-2 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .h2-landingpage-zielkunden {
    font-size: 40px;
    line-height: 36px;
  }

  .hero-heading-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shadow-two {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .hero-heading-right, .vorteile-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-jetzt-kontakt-aufnehmen.page-hero-section.pumptrack-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.cafe-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.kurse-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.location-mieten-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.about-hero, .cta-jetzt-kontakt-aufnehmen.page-hero-section.kontakt-hero {
    height: 300px;
  }

  .div-block-6 {
    background-image: radial-gradient(circle, #fff0, #00000078), linear-gradient(#0000004f, #0000004f), url('../images/Container-KI-Mockup-mit-Bikern_1.avif');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
  }

  .youtube-overlay_content-wrapper {
    padding: 1rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .youtube-overlay_accept-button {
    padding: .8rem;
  }
}

#w-node-cafb6a0b-f261-8aad-4c40-4177283d9ee5-f22725c5, #w-node-cafb6a0b-f261-8aad-4c40-4177283d9ee7-f22725c5 {
  align-self: center;
}

#w-node-c0ebbc48-6a60-38cc-5a1c-8945b217dd27-f22725c5 {
  place-self: center start;
}

#w-node-c89e41e6-a5d2-7ced-8544-8914f0920430-f22725c5, #w-node-_937bd1b5-1296-63b5-68bc-ec931dbf1c81-f22725c5, #w-node-_49d942d8-e901-af72-70c4-77e4e1960f21-f22725c5, #w-node-d6d08c45-2306-a27a-6eea-d8a1b8612788-f22725c5 {
  justify-self: center;
}

#w-node-_5d45048b-b7cb-ba11-d2c0-df2ab7781d8c-f22725d0, #w-node-_5d45048b-b7cb-ba11-d2c0-df2ab7781d8e-f22725d0, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3c-67305566, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3e-67305566, #w-node-_8510a560-a613-c58b-72bb-248eb87ba580-a13f814e, #w-node-_8510a560-a613-c58b-72bb-248eb87ba582-a13f814e, #w-node-_5857b312-c692-9f83-26cb-ec95017553cf-189630f9, #w-node-_5857b312-c692-9f83-26cb-ec95017553d1-189630f9, #w-node-_2c9d09a4-af62-8c16-5c0b-8900b01fab66-7923c64d, #w-node-_2c9d09a4-af62-8c16-5c0b-8900b01fab68-7923c64d, #w-node-_099daf48-1bc6-e4fe-d076-a85120c609a7-ebe529db, #w-node-_099daf48-1bc6-e4fe-d076-a85120c609a9-ebe529db, #w-node-_4a0f3559-cd84-7520-267f-58ddf3e55726-74694afb, #w-node-_4a0f3559-cd84-7520-267f-58ddf3e55728-74694afb, #w-node-_9e6a1696-7efe-73ba-0c79-27e157555bb5-5c7008ce, #w-node-_9e6a1696-7efe-73ba-0c79-27e157555bb7-5c7008ce, #w-node-_69d93105-63fd-df89-51d9-632f40d2dade-46c89739, #w-node-_69d93105-63fd-df89-51d9-632f40d2dae0-46c89739, #w-node-_68423946-0f4f-93a8-2b88-78a0fe870ef1-388d410d, #w-node-_68423946-0f4f-93a8-2b88-78a0fe870ef3-388d410d, #w-node-_17fd1ccd-068f-bfed-e5c0-24757b184a0d-e8af508c, #w-node-_17fd1ccd-068f-bfed-e5c0-24757b184a0f-e8af508c, #w-node-c2d13c90-9577-292d-ae63-acf5a956ce23-0fdd064d, #w-node-c2d13c90-9577-292d-ae63-acf5a956ce25-0fdd064d, #w-node-_9fb01a3d-50d7-57f9-360d-8a18201a23af-360b1608, #w-node-_9fb01a3d-50d7-57f9-360d-8a18201a23b1-360b1608, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3c-489e4816, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3e-489e4816, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3c-08035e0c, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3e-08035e0c, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3c-9b1e9c5d, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3e-9b1e9c5d, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3c-c0cbb969, #w-node-_43e6938b-62ae-5f1c-f44a-475c0ac5eb3e-c0cbb969 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-c0ebbc48-6a60-38cc-5a1c-8945b217dd27-f22725c5 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Cabin_WOFF2';
  src: url('../fonts/Cabin-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin_WOFF2';
  src: url('../fonts/Cabin-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald_WOFF2';
  src: url('../fonts/Oswald-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes_WOFF2';
  src: url('../fonts/GreatVibes-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin_WOFF2';
  src: url('../fonts/Cabin-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin_WOFF2';
  src: url('../fonts/Cabin-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald_WOFF2';
  src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald_WOFF2';
  src: url('../fonts/Oswald-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald_WOFF2';
  src: url('../fonts/Oswald-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald_WOFF2';
  src: url('../fonts/Oswald-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Google';
  src: url('../fonts/Oswald-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Google';
  src: url('../fonts/Oswald-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Google';
  src: url('../fonts/Oswald-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Google';
  src: url('../fonts/Oswald-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Google';
  src: url('../fonts/Oswald-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Google';
  src: url('../fonts/Oswald-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Greatvibes-Google';
  src: url('../fonts/GreatVibes-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-New';
  src: url('../fonts/Cabin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-New';
  src: url('../fonts/Cabin-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-New';
  src: url('../fonts/Cabin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cabin-New';
  src: url('../fonts/Cabin-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}