:root {
  --blue: #3b45ff;
  --orange: #ff7d0b;
  --red: red;
  --gold: #000;
  --white: #fff;
}

.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: #fff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

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

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

h4 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 24px;
}

img {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
  max-width: 100%;
  display: inline-block;
}

.nav-menu {
  text-align: center;
  padding-top: 32px;
}

.nav-link {
  color: #0000009e;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #ffffff9e;
  text-transform: uppercase;
  margin: auto 10px;
  padding: 26px 10px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: var(--blue);
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

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

.nav-link.logo {
  padding-top: 23px;
  padding-bottom: 23px;
  font-family: Roboto Slab, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.nav-link.members {
  color: var(--red);
}

.nav-bar {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #ffffffcf;
  position: sticky;
  top: 0;
}

.hero {
  background-image: radial-gradient(circle at 50% 100%, #13008199 60%, #ffffff80), url('../images/image-1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.hero-content {
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.hero-heading {
  color: var(--orange);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 84px;
}

.hero-heading.subpages {
  color: var(--gold);
  font-family: Oswald, sans-serif;
  font-size: 57px;
  font-weight: 400;
}

.hero-subtitle {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: -9px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 22px;
}

.subpage-background {
  background-image: linear-gradient(#0009, #0009), url('../images/contact.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.section-title {
  color: #fff;
  text-align: center;
  padding: 85px 2.5%;
}

.page-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 45px;
  font-weight: 300;
  line-height: 51px;
}

.section {
  padding-bottom: 50px;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.bio-photo {
  margin-bottom: 45px;
}

.content {
  color: #fff;
}

.footer {
  color: #222;
  text-align: center;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer.homepage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-link {
  opacity: .82;
  color: var(--orange);
  margin-left: 6px;
  margin-right: 6px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .76;
  color: #000;
}

.social-link {
  opacity: .5;
  width: 25px;
  margin-left: 5px;
  margin-right: 5px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: 1;
}

.social-wrapper {
  margin-top: 5px;
}

.play-music {
  width: 100%;
  position: relative;
}

.circle {
  background-color: #000000d9;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-arrow {
  z-index: 2;
  border-top: 25px solid #0000;
  border-bottom: 25px solid #0000;
  border-left: 45px solid #fff;
  width: auto;
  height: auto;
  margin-left: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.track-listing-row {
  border-top: 1px solid #99999959;
  margin-bottom: 45px;
  padding-top: 20px;
}

.featured-track {
  margin-bottom: 75px;
  padding-bottom: 38px;
}

.track-listing-time {
  text-align: right;
}

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

.small-grey-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.small-grey-text.album {
  color: #efe866;
  font-size: 15px;
}

.tour-title {
  text-align: center;
  margin-bottom: 100px;
}

.rsvp-button {
  color: #f7e769;
  letter-spacing: 1px;
  background-color: #0000;
  border: 1px solid #f7e769;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 18px;
  transition: color .2s, border-color .2s;
}

.rsvp-button:hover {
  color: #fff;
  border-color: #fff;
}

.tour-date-row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.photo-block {
  height: 250px;
  margin: 20px 10px;
}

.contact-h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 300;
  line-height: 28px;
}

.contact-row {
  text-align: center;
  border-top: 1px solid #99999959;
  padding-top: 58px;
  padding-bottom: 58px;
}

.contact-link {
  color: #999;
  margin-top: 5px;
  text-decoration: none;
  display: inline-block;
}

.contact-link:hover {
  color: #fff;
}

.form {
  text-align: left;
  max-width: 550px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 12px;
  line-height: 18px;
  transition: background-color .2s, color .2s;
  display: block;
}

.submit-button:hover {
  color: #333;
  background-color: #fff;
}

.submit-button.sign-up {
  margin-top: 0;
  display: inline-block;
  position: relative;
  top: -5px;
}

.input-inline {
  max-width: 414px;
  margin-right: 20px;
  display: inline-block;
}

.album-art {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  color: #fdfdfd;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 23px;
}

.brand-link {
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 23px;
}

.hero-container {
  text-align: center;
  margin-top: 12vh;
}

.button {
  color: #f8c729b3;
  background-color: #0000;
  border: 1px solid #f8c729b3;
  padding: 11px 19px;
  font-size: 14px;
}

.button.big {
  border-color: var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0009;
  margin-left: 9px;
  margin-right: 9px;
  padding: 11px 26px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transition: border .2s, color .2s;
}

.button.big:hover {
  color: #fff;
  border-color: #fff;
}

.button.contact {
  background-color: var(--red);
  color: #fff;
  -webkit-text-stroke-color: var(--red);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-style: none;
  padding-left: 29px;
  padding-right: 29px;
}

.button.big-form {
  border-color: var(--white);
  color: var(--white);
  text-transform: uppercase;
  background-color: #0009;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 26px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  transition: border .2s, color .2s;
}

.button.big-form:hover {
  color: #fff;
  border-color: #fff;
}

.content-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 92%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.content-wrapper.legal {
  align-items: flex-start;
}

.footer-text {
  color: var(--orange);
  justify-content: center;
  margin-top: 13px;
  display: flex;
}

.song-list-item {
  text-align: center;
  border-top: 1px solid #ffffff47;
  padding-top: 19px;
  padding-bottom: 19px;
}

.album-heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.album-columns {
  text-align: center;
}

.song-title {
  color: #f0e567;
}

.venue {
  font-weight: 500;
}

.venue-list-item {
  border-top: 1px solid #ffffff4d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.photo-list {
  text-align: center;
  width: 80%;
  margin-bottom: 69px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.photo {
  border-radius: 5px;
  margin-bottom: 18px;
  box-shadow: 0 1px 50px #00000082;
}

.field {
  font-weight: 300;
}

.input {
  color: #fff;
  background-color: #e5f9ff;
  border-style: none;
  margin-bottom: 20px;
}

.input:focus {
  box-shadow: 0 0 0 1px #ffffffc4;
}

.input.textarea {
  min-height: 110px;
}

.success {
  background-color: #1ebb0059;
  padding-top: 29px;
}

.eyebrow {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  font-size: 24px;
  line-height: 22px;
}

.text-span {
  color: var(--red);
  font-size: 16px;
}

.bold-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  display: block;
}

.intro-text {
  text-transform: none;
  max-width: 50ch;
  margin: auto;
  padding-top: 0;
  padding-left: 0;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

.intro-text.aufweiss {
  color: #363636;
  max-width: 89%;
  margin-top: 75px;
  padding-top: 0;
  font-size: 24px;
}

.image-2 {
  max-width: 92%;
  padding-left: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-items: center;
}

.grid-1-3 {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 82%;
  max-width: 1350px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.grid-2-2 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  max-width: 1320px;
  padding-top: 0;
}

.image-3 {
  filter: grayscale();
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 0;
  outline: 0 #fff;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.paragraph {
  font-size: 18px;
  font-weight: 300;
}

.grid-portfolio {
  grid-column-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: center;
  padding-top: 40px;
}

.heading {
  font-weight: 300;
}

.heading-trainer {
  color: var(--orange);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

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

.paragraph-trainer {
  color: #000;
  text-transform: none;
  max-width: 55ch;
  margin-bottom: 100px;
  font-size: 17px;
  font-weight: 300;
}

.about-background {
  object-fit: none;
  background-color: #000;
  font-weight: 300;
}

.angebote-background {
  background-image: linear-gradient(#0009, #0009), url('../images/angebot.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  font-weight: 300;
}

.lower-section {
  background-color: #fff;
}

.lower-section.test {
  background-color: #e7cafd;
}

.top-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/contact.png');
  background-position: 0 0, 50%;
  padding-top: 100px;
  padding-bottom: 60px;
  position: static;
}

.top-section.aboutus {
  opacity: 1;
  background-image: linear-gradient(#130081b3 66%, #fff), url('../images/image-8.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 540px;
  padding-top: 59px;
  padding-bottom: 0;
}

.top-section.offer {
  background-image: linear-gradient(#0000, #0000), url('../images/angebot.png');
  background-size: auto, cover;
}

.top-section.offern {
  background-image: linear-gradient(to bottom, null, null), url('../images/angebot.png');
}

.top-section.probetraining {
  background-image: linear-gradient(#00000080, #00000080), url('../images/probe.png');
  background-position: 0 0, 50%;
}

.top-section.angebot {
  background-image: linear-gradient(#13008199, #8e85c3cf 60%, #fff), url('../images/image-9.jpeg');
  background-position: 0 0, 50%;
}

.top-section.text {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
}

.top-section.offer {
  opacity: 1;
  background-image: linear-gradient(#130081b3 66%, #fff), url('../images/image-9.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 540px;
  padding-top: 120px;
  padding-bottom: 0;
}

.top-section.probe {
  opacity: 1;
  background-image: linear-gradient(#130081b3 66%, #fff), url('../images/image-10.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 540px;
  padding-top: 120px;
  padding-bottom: 0;
}

.top-section.contact {
  opacity: 1;
  background-image: linear-gradient(#130081b3 66%, #fff), url('../images/image-6.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 540px;
  padding-top: 120px;
  padding-bottom: 0;
}

.headline_on_white {
  color: #272727;
  max-width: 52ch;
}

.onwhite {
  color: #1a1a1a;
}

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

.heading-trainer-copy {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.heading-trainer-copy.angebot {
  color: var(--orange);
  padding-top: 7px;
  padding-bottom: 23px;
  line-height: 40px;
}

.unserangebot {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.black {
  color: #111;
  font-family: Oswald, sans-serif;
  line-height: 60px;
}

.paragraph-angebot {
  color: #000;
  text-transform: none;
  max-width: 55ch;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
}

.div-block-2 {
  align-items: flex-start;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start center;
}

.grid-2.probe {
  grid-template-columns: .75fr;
}

.field-neue {
  color: #1f1f1f;
  font-weight: 300;
}

.div-block-3 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffffe6;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.bold-text-2 {
  display: block;
}

.text-block {
  color: var(--gold);
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.legal-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bold-text-3 {
  color: var(--orange);
}

.image-4 {
  max-width: 50%;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-7 {
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
}

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

.text-span-3 {
  color: #ff8216;
  font-size: 14px;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #000000d9;
    border-top: 1px solid #000;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-link {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 21px;
    line-height: 27px;
  }

  .hero-heading {
    padding-bottom: 0;
    font-size: 51px;
    line-height: 70px;
  }

  .hero-subtitle {
    font-size: 30px;
  }

  .menu-button {
    color: #ffffff9e;
    margin-top: 38px;
    margin-bottom: auto;
    padding: 20px 0 20px 20px;
    font-size: 25px;
    line-height: 22px;
  }

  .menu-button:hover {
    color: #fff;
  }

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

  .hero-container {
    margin-top: 6vh;
  }

  .menu-text {
    float: left;
    color: var(--gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 3px;
    padding: 2px;
    font-size: 12px;
    line-height: 23px;
  }

  .menu-text:hover {
    color: var(--blue);
  }

  .menu-icon {
    float: left;
    color: #0000009e;
  }

  .content-wrapper {
    padding-top: 10px;
  }

  .footer-text {
    justify-content: center;
    margin-bottom: 20px;
    display: flex;
  }

  .bold-text {
    font-size: 72px;
  }

  .intro-text {
    font-size: 22px;
    line-height: 32px;
  }

  .grid-1-3 {
    grid-template-columns: .25fr .75fr;
  }

  .image-3 {
    padding-top: 20px;
  }

  .top-section.aboutus {
    padding-bottom: 140px;
  }

  .top-section.text {
    background-image: linear-gradient(#00000080, #00000080);
    background-position: 0 0;
  }

  .top-section.offer, .top-section.probe, .top-section.contact {
    padding-bottom: 140px;
  }

  .heading-trainer-copy.angebot {
    line-height: 39px;
  }

  .unserangebot, .unserangebot.probe, .grid-2.probe {
    grid-template-columns: 1fr;
  }

  .div-block-3 {
    text-align: center;
    max-width: none;
    height: 139px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block {
    text-align: center;
    justify-content: center;
    width: 100%;
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 23px;
    display: flex;
  }

  .image-4 {
    padding-top: 0;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    font-size: 61px;
  }

  .hero-heading.subpages {
    color: var(--orange);
  }

  .hero-subtitle {
    font-size: 24px;
  }

  .footer {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rsvp-button {
    margin-top: 15px;
  }

  .tour-date-row {
    text-align: center;
  }

  .contact-link {
    margin-bottom: 30px;
  }

  .submit-button.sign-up {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .input-inline {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .menu-button {
    margin-right: 7px;
  }

  .hero-container {
    margin-top: 9vh;
  }

  .content-wrapper {
    padding-top: 0;
  }

  .album-list {
    margin-bottom: 60px;
  }

  .venue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .venue-list-item {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bold-text {
    font-size: 50px;
  }

  .grid-1-3 {
    grid-template-columns: 1.25fr;
  }

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

  .image-3 {
    padding-top: 20px;
  }

  .heading-trainer {
    font-size: 30px;
  }

  .top-section.aboutus {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #969696), url('../images/image-8.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 710px;
    padding-top: 70px;
  }

  .top-section.angebot {
    background-image: linear-gradient(#00000080, #00000080), url('../images/short.png');
    background-position: 0 0, 50%;
  }

  .top-section.offer {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #969696), url('../images/image-9.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 610px;
    padding-top: 70px;
  }

  .top-section.probe {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #969696), url('../images/image-10.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 610px;
    padding-top: 70px;
  }

  .top-section.contact {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #969696), url('../images/image-6.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 610px;
    padding-top: 70px;
  }

  .heading-trainer-copy {
    font-size: 30px;
  }

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

  .div-block-3 {
    height: 140px;
    margin-bottom: auto;
  }

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

  .image-4 {
    padding-top: 0;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    color: #ffffff9e;
  }

  .hero-heading {
    font-size: 39px;
    line-height: 52px;
  }

  .hero-heading.subpages {
    font-size: 40px;
    line-height: 60px;
  }

  .page-title {
    font-size: 37px;
    line-height: 42px;
  }

  .contact-row {
    padding-bottom: 16px;
  }

  .menu-button {
    margin-top: 13px;
  }

  .hero-container {
    margin-top: 18vh;
    padding-left: 13px;
    padding-right: 13px;
  }

  .button.big, .button.big-form {
    width: 100%;
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
  }

  .content-wrapper {
    padding-top: 0;
  }

  .image {
    margin-top: auto;
    margin-bottom: auto;
    display: none;
    overflow: visible;
  }

  .intro-text {
    font-size: 20px;
    line-height: 31px;
  }

  .intro-text.aufweiss {
    margin-top: 20px;
    font-size: 18px;
  }

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

  .grid-2-2 {
    grid-row-gap: 51px;
    grid-template-columns: 1fr;
  }

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

  .top-section.aboutus {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #000), url('../images/image-8.jpeg');
    background-position: 0 0, 57%;
    background-size: auto, cover;
    padding-top: 86px;
  }

  .top-section.angebot {
    background-image: linear-gradient(#00000080, #00000080), url('../images/short.png');
    background-position: 0 0, 100%;
  }

  .top-section.offer {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #000), url('../images/image-9.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 200px;
  }

  .top-section.probe {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #000), url('../images/image-10.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 200px;
  }

  .top-section.contact {
    background-image: radial-gradient(circle at 100% 100%, #13008199 60%, #000), url('../images/image-6.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 200px;
  }

  .headline_on_white {
    width: 100%;
  }

  .heading-trainer-copy.angebot {
    width: 100%;
    padding-bottom: 0;
  }

  .unserangebot {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    width: 100%;
    padding-top: 20px;
  }

  .unserangebot.probe {
    width: 99%;
    display: block;
  }

  .black, .paragraph-angebot {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1.25fr;
  }

  .div-block-3 {
    height: 64px;
    display: block;
  }

  .text-block {
    display: none;
  }

  .bold-text-3 {
    font-size: 45px;
    font-weight: 700;
  }

  .div-block-4, .link, .div-block-5, .div-block-6 {
    width: 100%;
  }

  .image-4 {
    padding-top: 0;
  }
}

#w-node-c61355a3-c0ab-5b21-c539-50d018146cf7-04945e9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-d4175529-5512-6a1e-bdca-0ed7a211d6c8-04945e9b, #w-node-d05a6b9a-c7a4-8893-8ba5-68cbe4dbc803-04945e9b, #w-node-_4f4ecf62-dda3-79ca-a421-95d02b356a47-04945e9b, #w-node-_2827024c-d0cf-1240-adcb-3100011f65e1-04945e9b, #w-node-_25ef3025-ed6a-c6e4-9fc4-3a572268749b-04945e9b, #w-node-_6fd0b3aa-e451-1b5f-9e5c-bfbbdd09e8b2-04945e9b, #w-node-_53d04afa-d810-6722-6b5d-976d0157fbb6-04945e9b, #w-node-_0bd95de6-8b33-a936-07f8-b92ed4670c1e-04945e9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c61355a3-c0ab-5b21-c539-50d018146cf7-d2364819 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-d05a6b9a-c7a4-8893-8ba5-68cbe4dbc803-d2364819, #w-node-_4f4ecf62-dda3-79ca-a421-95d02b356a47-d2364819, #w-node-_4b8140d7-fd48-647e-039c-2d1aaa7e6858-d2364819, #w-node-_25ef3025-ed6a-c6e4-9fc4-3a572268749b-d2364819, #w-node-_6fd0b3aa-e451-1b5f-9e5c-bfbbdd09e8b2-d2364819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c61355a3-c0ab-5b21-c539-50d018146cf7-fef73d2d {
  align-self: start;
}

#w-node-d05a6b9a-c7a4-8893-8ba5-68cbe4dbc803-fef73d2d, #w-node-_4f4ecf62-dda3-79ca-a421-95d02b356a47-fef73d2d, #w-node-_4b8140d7-fd48-647e-039c-2d1aaa7e6858-fef73d2d, #w-node-_25ef3025-ed6a-c6e4-9fc4-3a572268749b-fef73d2d, #w-node-_6fd0b3aa-e451-1b5f-9e5c-bfbbdd09e8b2-fef73d2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8e854927-0c2e-957c-2758-b0732880a14c-cd9cb49f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d05a6b9a-c7a4-8893-8ba5-68cbe4dbc803-fef73d2d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


