:root {
  --black: black;
  --whitesmoke: #f3f3f3;
  --red: #e30613;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--black);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.logo {
  width: 50%;
  max-width: 300px;
  position: relative;
}

.logo-mitte {
  position: relative;
  overflow: hidden;
}

.logo-cat {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.logo-oben, .logo-unten {
  overflow: hidden;
}

.logo-bg {
  position: absolute;
  inset: 0%;
}

.section-content {
  padding: 60px 40px;
  overflow: hidden;
}

.section-content.grey {
  background-color: var(--whitesmoke);
}

.section-content.red {
  background-color: var(--red);
}

.section-content.greyer {
  background-color: #0000001f;
}

.div-block-content {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block h1 {
  font-size: 24px;
  line-height: 30px;
}

.rich-text-block h2 {
  font-size: 22px;
  line-height: 28px;
}

.rich-text-block h3 {
  font-size: 20px;
  line-height: 26px;
}

.rich-text-block h5 {
  font-size: 16px;
  line-height: 24px;
}

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

.rich-text-block strong {
  font-weight: 600;
}

.rich-text-block a {
  color: var(--red);
  text-decoration: none;
}

.rich-text-block a:hover {
  text-decoration: underline;
}

.navbar {
  background-color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
  position: sticky;
  inset: 0% 0% auto;
  box-shadow: 0 1px 9px #0000001a;
}

.nav-container {
  max-width: 1400px;
}

.brand {
  width: 200px;
  margin-top: 10px;
}

.nav-link {
  letter-spacing: .5px;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 700;
  transition: color .2s;
}

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

.section-footer {
  background-color: var(--red);
  padding: 40px;
  overflow: hidden;
}

.div-block-footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-link {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--black);
}

.footer-link-social {
  border-radius: 4px;
  width: 48px;
  min-width: 48px;
  margin-left: 10px;
  margin-right: 10px;
  transition: background-color .2s;
  overflow: hidden;
}

.footer-link-social:hover {
  background-color: var(--black);
}

.html-block {
  margin-top: 60px;
}

.link-block-wirtzdesign {
  color: #333;
  flex-direction: column;
  margin-top: 40px;
  text-decoration: none;
  transition: color .2s;
}

.link-block-wirtzdesign:hover {
  color: #e20613;
}

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

.wd-logo {
  margin-right: 20px;
}

.logo-wirtzdesign {
  width: 50px;
  min-width: 50px;
}

.text-block-wirtzdesign {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-wirtzdesign.klein {
  margin-top: 10px;
  font-size: 12px;
}

.section-ad {
  padding: 40px;
}

.grid-video {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 40px;
}

.div-block-video-content {
  margin-top: 40px;
}

.head-video {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-text.strong {
  color: var(--red);
  margin-top: 20px;
  font-weight: 700;
}

.unterschrift {
  color: var(--red);
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Tuesdaynight, sans-serif;
  font-size: 50px;
  line-height: 40px;
}

.list {
  margin-bottom: 20px;
}

.h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}

.h2.white {
  color: var(--white);
}

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

.button {
  background-color: var(--red);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
  transition: box-shadow .4s, transform .4s, background-color .2s;
}

.button:hover {
  background-color: #ff101e;
  transform: translate(0, -5px);
  box-shadow: 0 5px 12px -5px #00000080;
}

.button.neg {
  background-color: var(--black);
}

.link-partner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.logo-partner {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
}

.logo-partner.quer {
  max-width: 180px;
}

.logo-partner.hoch {
  max-width: 120px;
}

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

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

.section-slider {
  height: 84vh;
  position: relative;
}

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

.slider._01 {
  background-image: url('../images/savage-scooters-cuda-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider._02 {
  background-image: url('../images/savage-scooters-cuda-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider._03 {
  background-image: url('../images/savage-scooters-cuda-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider._04 {
  background-image: url('../images/savage-scooters-cuda-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider._05 {
  background-image: url('../images/savage-scooters-cuda-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider._06 {
  background-image: url('../images/savage-scooters-cuda-06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.starter {
  z-index: 99;
  background-color: #000000c2;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7c7c7c;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s;
}

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

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

.lightbox-link {
  transition: opacity .2s;
}

.lightbox-link:hover {
  opacity: .7;
}

.section-foto-kontakt {
  background-image: url('../images/savage-scooters-cuda-05.jpg');
  background-position: 50% 75%;
  background-size: cover;
  height: 60vh;
}

.grid {
  grid-template-rows: auto;
}

.form-text {
  margin-bottom: 0;
}

.form-text.strong {
  color: var(--red);
  margin-top: 20px;
  font-weight: 700;
}

.section-fotoscroll {
  background-image: url('../images/demo-mit-kamera.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  height: 50vh;
}

.grid-kalender {
  grid-template-rows: auto;
}

.success-message {
  background-color: var(--white);
}

.grid-roller-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.gallery-content {
  flex-direction: column;
  justify-content: flex-start;
}

.gallery-image {
  flex-direction: column;
  justify-content: flex-end;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-link {
  width: 100%;
  height: 100%;
}

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

.gallery-over {
  background-color: #e30613cc;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-gallery-over {
  max-width: 50%;
}

.logo-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  display: flex;
}

.new-logo {
  width: 100%;
  max-width: 800px;
}

.start-link {
  color: var(--black);
  text-decoration: none;
  transition: color .2s;
}

.start-link:hover {
  color: var(--red);
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 20px;
  }

  .nav-menu {
    background-color: var(--red);
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-link {
    color: var(--white);
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-footer {
    flex-direction: column;
  }

  .footer-content-rechts {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .icon {
    color: var(--black);
  }

  .logo-partner {
    max-width: 100px;
  }

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

  .grid-roller-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-over {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section-content {
    padding: 40px 20px;
  }

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

  .brand {
    padding-left: 0;
  }

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

  .div-block-footer {
    flex-direction: column;
  }

  .footer-link {
    margin-bottom: 5px;
  }

  .footer-content-rechts {
    flex-direction: column;
    align-items: center;
  }

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

  .grid-partner-content {
    grid-template-columns: 1fr 1fr;
  }

  .logo-partner.quer {
    max-width: 140px;
  }

  .logo-partner.hoch {
    max-width: 80px;
  }

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

  .gallery-image {
    height: 200px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text-block h1, .rich-text-block h2 {
    font-size: 20px;
  }

  .rich-text-block h3 {
    font-size: 18px;
  }

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

  .rich-text-block ul, .rich-text-block ol {
    padding-left: 20px;
  }

  .rich-text-block p, .rich-text-block li {
    font-size: 14px;
  }

  .navbar {
    padding-right: 0;
  }

  .wd-content {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .head-video {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-video {
    margin-bottom: 10px;
  }

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

  .grid-partner-content, .grid-roller-gallery {
    grid-template-columns: 1fr;
  }

  .gallery-image {
    height: 240px;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuesdaynight';
  src: url('../fonts/TuesdayNight-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}