:root {
  --hellblau: #eaeeff;
  --dunkelblau: #13244b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

h1 {
  color: #d2a517;
  letter-spacing: -3px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Caveat Brush, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 121px;
}

h2 {
  color: #eaeeff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

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

h6 {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 27px;
}

p {
  color: #13244b;
  margin-bottom: 10px;
  font-size: 18px;
}

img {
  display: inline-block;
}

.brand {
  background-color: #0000;
  background-image: url('../images/Logo-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 75px;
  background-attachment: scroll;
  width: 77px;
  height: 60px;
}

.navbar {
  background-color: #13244b;
  display: block;
}

.nav-link {
  color: #eaeeff;
  margin-top: 0;
  padding-bottom: 22px;
  padding-left: 15px;
  padding-right: 11px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: opacity .2s, background-color .2s;
}

.nav-link:hover {
  background-color: #eaeeff1a;
  border-bottom: 2px solid #fff;
  border-radius: 0;
  margin-top: 0;
  padding-bottom: 20px;
}

.nav-link.nav-link-button {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: opacity .2s, background-color .2s;
  display: block;
}

.nav-link.nav-link-button:hover {
  background-color: #0000;
  border-bottom: 0 #fff0;
}

.nav-bar-flex-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--hellblau);
  margin-left: -9px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.text-block.w--current {
  cursor: pointer;
  text-decoration: none;
}

.navbar-content {
  max-width: 1440px;
  height: 60px;
}

.nav-link-button-body {
  background-color: #eaeeff33;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 48px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.nav-link-button-body:hover {
  background-color: #eaeeff70;
  border-bottom: 0 solid #fff;
}

.nav-link-button-body.ausblenden {
  display: none;
}

.hero-section {
  background-color: #0f1426;
  position: static;
}

.nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-flexbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-flexbox.center.best-tigung-link-margin {
  width: 230px;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-flexbox.center.best-tigung-link-margin:hover {
  color: #eaeeff;
  text-decoration: underline;
}

.container-hero {
  background-image: url('../images/Hero-Section-Hintergrundbild-min.jpg');
  background-position: 0 0;
  background-size: cover;
  max-width: 992px;
  padding-left: 100px;
  padding-right: 100px;
}

.body {
  background-color: #fff;
}

.nav-bar-erweiterung {
  background-color: #13244b;
  width: 100%;
  height: 60px;
  display: block;
  position: absolute;
}

.nav-bar-erweiterung.farbf-llung-blau {
  background-color: #13244b;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 416px;
}

.heading-h1 {
  margin-top: 278px;
  font-size: 67px;
  line-height: 70px;
}

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

.video {
  margin-top: 39px;
  transition: opacity .2s;
  display: none;
  box-shadow: 0 2px 55px #eaeeff57;
}

.video:hover {
  box-shadow: 0 2px 55px #eaeeff99;
}

.video-holder {
  float: right;
  margin-top: 16px;
  position: static;
}

.image {
  max-width: 100%;
  margin-top: 196px;
  margin-left: 0;
  position: absolute;
}

.image.hero-pfeil-gross {
  margin-top: 184px;
  margin-left: -60px;
}

.image.ber-andr-pfeil {
  width: 60px;
  margin-top: -318px;
  margin-left: 346px;
  transform: rotate(118deg);
}

.text-block-5 {
  float: right;
  color: #eaeeffcc;
  width: 350px;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
}

.gold-text-fett {
  color: #d2a517;
  font-weight: 900;
}

.div-craskurs-bg {
  background-color: #eaeeff40;
  border-radius: 24px;
  height: 130px;
}

.text-block-6 {
  float: none;
  color: #fff;
  text-align: right;
  margin-top: -5px;
  padding-top: 0;
  font-family: Caveat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  transform: rotate(-6deg);
}

.hero-content-2 {
  max-width: 992px;
  padding-bottom: 41px;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-crashkurs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 550px;
  padding: 26px 56px;
  position: static;
}

.button-zum-crashkurs {
  float: none;
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #d2a517;
  border-radius: 150px;
  width: 237px;
  height: 65px;
  margin: 30px auto 75px;
  padding: 23px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 800;
  transition: transform .2s;
  display: block;
  box-shadow: 3px 3px 3px #0000007d;
}

.button-zum-crashkurs:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 11px #d2a5178f, 3px 3px 3px #0000007d;
}

.button-zum-crashkurs.float-right {
  float: right;
  margin-top: 4px;
}

.button-zum-crashkurs.video-anschauen {
  transition: box-shadow .2s, transform .2s;
}

.button-zum-crashkurs.mein-werdegang-button {
  display: none;
}

.platzhalter {
  height: 97px;
}

._2nd-section {
  background-color: #eaeeff;
}

.div-bekannt-durch {
  max-width: 992px;
  margin: 69px auto 44px;
}

.text-block-7 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  display: block;
}

._2nd-section-gradient {
  background-image: linear-gradient(#0f1426, #eaeeff);
  height: 17px;
}

.flexbox-logos {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  max-width: 570px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
  display: grid;
}

.image-2 {
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
}

.linie {
  background-color: #13244b;
  width: 700px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #13244b;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 74px;
  font-size: 28px;
  line-height: 36px;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}

.paragraph.text-center {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.paragraph.text-blau {
  color: #13244b;
  margin-top: 54px;
  margin-bottom: 66px;
  font-size: 16px;
}

.paragraph._5th-text-padding {
  color: #fffc;
  margin-bottom: 72px;
}

.paragraph._5th-text-color {
  color: #fffc;
}

.paragraph._6th-text {
  color: #13244b;
  text-align: left;
  font-size: 15px;
}

.paragraph._6th-grid-text {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph._7th-text {
  color: #fff;
}

.paragraph._7th-paragraph-unten {
  color: #fff;
  text-align: left;
  width: 530px;
}

.paragraph.testimonial-text {
  color: #000;
  text-align: left;
  margin-top: 20px;
  font-weight: 400;
}

.paragraph.ber-andr-paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 17px;
  font-size: 15px;
  line-height: 23px;
}

.paragraph._8th-section-text-oben {
  color: #13244bcc;
  text-align: left;
  margin-top: 16px;
}

.paragraph._8th-section-text-unten {
  color: #13244b;
  text-align: left;
}

.paragraph._8th-text-2 {
  color: #13244b;
  cursor: pointer;
  padding-bottom: 20px;
  font-weight: 900;
  transition: transform .2s;
  display: block;
}

.paragraph._8th-text-2:hover {
  color: #13244beb;
  font-size: 16px;
  transform: scale(1.05);
}

.paragraph.noch-fragen {
  color: #13244bcc;
}

.paragraph._6th-grid-text-copy {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-span-fett {
  font-weight: 700;
}

.main-container {
  z-index: 0;
  max-width: 992px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.main-container.image-bg {
  background-image: linear-gradient(90deg, #0f1829, #fff0 2%), url('../images/Foto-BG-min.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 610px;
}

.main-container.bg-video-container {
  z-index: 0;
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.main-container._5th-container {
  overflow: hidden;
}

.main-container.center {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.main-container.center.footer-height {
  height: 60px;
}

.grid-3 {
  grid-template-columns: 45px 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  margin-bottom: 30px;
}

.image-3 {
  margin-top: -416px;
  margin-bottom: -377px;
  margin-left: 792px;
  position: absolute;
}

.image-4 {
  margin-top: -162px;
  margin-left: 697px;
}

.image-5 {
  margin-top: -977px;
  margin-left: 345px;
}

.stichpunkt-kreuz {
  width: 41px;
  padding-bottom: 11px;
}

._3rd-section {
  background-color: #040d21;
  position: relative;
}

.rand-unten {
  text-align: center;
  background-color: #ffc5c5;
  height: 800px;
  display: none;
}

._3rd-container {
  max-width: 992px;
  height: 500px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.text-block-8 {
  z-index: 1;
  color: #fff;
  text-align: center;
  margin-top: 192px;
  margin-left: auto;
  margin-right: auto;
  font-family: Caveat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 94.3%;
  display: block;
  position: relative;
}

.background-video {
  text-align: center;
  background-image: linear-gradient(#13244b8c, #13244b8c);
  display: block;
}

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

.heading-3 {
  color: #13224b;
  text-align: center;
  margin-top: 74px;
}

.image-6 {
  z-index: -1;
  margin: -7px 378px -7px 328px;
  position: absolute;
}

._4th-section-grid-block {
  float: none;
  background-color: #eaeeff;
  border-radius: 16px;
  padding-top: 20px;
  box-shadow: 1px 4px 4px #00000059;
}

._4th-section-grid-block.float-rechts {
  float: right;
  width: 264px;
}

._4th-section-grid-block.float-links {
  float: left;
  width: 264px;
  height: 160px;
}

._4th-section-berschrift {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
  display: block;
}

._4th-section-paragraph {
  color: #13244b;
  text-align: center;
  margin: 20px;
  font-size: 15px;
}

.grid-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.div-block {
  width: 543px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-holder {
  height: 0;
  position: absolute;
}

.image-7 {
  margin: -94px 635px -134px 394px;
  position: absolute;
}

.image-7.hero-pfeil {
  margin-top: 49px;
  margin-left: 205px;
}

.image-7._7th-pfeil {
  z-index: 1;
  margin-top: 70px;
  margin-left: 340px;
}

.image-7.button-mein-werdegang {
  margin-top: 258px;
  margin-left: 759px;
  display: none;
}

.image-9 {
  margin-top: -811px;
  margin-left: 727px;
}

._5th-section {
  z-index: 0;
  background-color: #13244b;
  background-image: linear-gradient(#0000 93.3%, #fcfcfcfc 100%, #fff);
  position: relative;
}

.heading-4 {
  margin-top: 52px;
  font-size: 29px;
  display: inline-block;
}

.grid-6 {
  z-index: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 276px;
  position: relative;
}

.text-block-9 {
  color: #eaeeff;
  margin-top: 52px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.div-grid-platzhalter {
  padding-top: 82px;
}

.text-block-10 {
  color: #d2a517;
  letter-spacing: 1.18px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-weight: 900;
}

._5th-text-holder {
  margin-top: -12px;
}

._5th-text-holder.abstand {
  margin-top: 20px;
  margin-bottom: -32px;
}

._5th-bg-erweiterung {
  z-index: 0;
  background-color: #0f1829;
  width: 50vw;
  position: absolute;
  inset: 0%;
}

._6th-section {
  background-color: #fff;
  position: relative;
}

.heading-5 {
  color: #d2a517;
  text-align: center;
  margin-top: 78px;
  margin-bottom: 40px;
}

._6th-underlines {
  position: absolute;
}

.image-10 {
  margin-top: 108px;
  margin-left: 250px;
}

.image-11 {
  margin-top: 145px;
  margin-left: 134px;
  position: absolute;
}

.image-12 {
  margin-top: 16px;
}

.quick-stack {
  grid-column-gap: 35px;
  grid-row-gap: 5px;
}

._6th-text-wrap {
  font-weight: 900;
}

.heading-6 {
  color: #d2a517;
  text-align: center;
  margin-top: 92px;
  display: block;
}

.underline-f-r-dich {
  width: 150px;
  margin-top: 730px;
  margin-left: 8px;
  position: absolute;
}

.grid-7 {
  grid-template-rows: 1fr 1fr;
  margin-top: 42px;
  margin-bottom: 50px;
}

._6th-section-grid-column {
  background-color: #13244b;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 8px 11px 13px #00000094;
}

._6th-grid-text-gold {
  color: #d2a517;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: 900;
}

._6th-grid-text-gold._6th-grid-center-1 {
  padding-bottom: 2px;
}

._6th-grid-text-gold._6th-center-2 {
  margin-bottom: 14px;
  padding-bottom: 0;
}

._7th-section {
  z-index: auto;
  background-image: linear-gradient(#070e1e, #070e1e);
  position: relative;
}

.heading-7 {
  z-index: 1;
  text-align: center;
  width: 650px;
  margin-top: 91px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-13 {
  margin-top: -95px;
  margin-left: 164px;
  margin-right: 183px;
}

.grid-8 {
  grid-column-gap: 250px;
  grid-row-gap: 10px;
  margin-top: 32px;
}

._7th-bg-foto {
  z-index: -1;
  background-image: url('../images/7th-Section-BG-min.jpg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

._7th-paragraph {
  color: #fff;
  font-weight: 900;
}

._7th-section-quote {
  color: #fff;
  text-align: center;
  width: 600px;
  margin-top: 232px;
  margin-left: auto;
  margin-right: auto;
  font-family: Caveat, sans-serif;
  font-size: 31px;
}

.image-16 {
  width: 40px;
  margin-top: 656px;
  margin-left: 776px;
  position: absolute;
}

.image-17 {
  margin-top: 693px;
  margin-left: 144px;
  position: absolute;
}

.image-17.rotation {
  width: 40px;
  margin-top: 709px;
  margin-left: 164px;
  transform: rotate(180deg);
}

.image-18 {
  margin: 740px 381px 718px;
  position: absolute;
}

.heading-8 {
  color: #fff;
  text-align: center;
  margin-top: 89px;
  margin-bottom: 48px;
}

._7th-text-holder {
  margin-bottom: 54px;
  margin-left: 103px;
}

._7th-text-wrap-gold {
  color: #d2a517;
  font-size: 15px;
  font-weight: 900;
}

.testimonial-section {
  overflow: hidden;
}

.heading-9 {
  color: #13244b;
  text-align: center;
  margin-top: 51px;
}

.image-19 {
  margin-top: -23px;
  margin-left: 354px;
}

.slider {
  background-color: #fff0;
  width: 350px;
  height: 400px;
  margin: 47px auto 138px;
}

.div-slider-content {
  background-color: #eaeeff;
  border-radius: 20px;
  width: 350px;
  height: 400px;
  padding: 20px;
  display: inline-block;
}

.image-20 {
  margin-top: -53px;
  margin-right: 25px;
  display: inline-block;
}

.testimonial-name {
  font-weight: 900;
  display: inline-block;
}

.testimonial-text-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 155px;
  display: inline-block;
}

.testimonial-text-holder.testimonial-text-holder-breiter {
  max-width: none;
}

.testimonial-beruf {
  width: 170px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.testimonial-beruf.kleiner {
  width: 190px;
  font-size: 12px;
}

.slide {
  border-radius: 20px;
  width: 350px;
  margin-right: 30px;
  box-shadow: 7px 8px 12px #0000008c;
}

.mask {
  overflow: visible;
}

.slide-nav {
  background-color: #eaeeff;
  border: 1px #000;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 280px;
  padding-top: 7px;
  display: flex;
  bottom: -60px;
}

.icon {
  color: #13244b;
  cursor: pointer;
  font-size: 25px;
  inset: auto -25px -53px 0%;
}

.icon:hover {
  padding-top: 5px;
  font-size: 34px;
}

.icon-2 {
  color: #13244b;
  cursor: pointer;
  font-size: 25px;
  position: absolute;
  inset: auto 0% -53px -25px;
}

.icon-2:hover {
  padding-top: 5px;
  font-size: 34px;
}

.left-arrow {
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.right-arrow {
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.ber-andr-section {
  background-image: url('../images/Über-André-Background-min.jpg'), linear-gradient(#071226, #071226);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 992px, auto;
  background-attachment: scroll, scroll;
}

.heading-10 {
  text-align: center;
  margin-top: 78px;
}

.ber-andr-text-holder {
  float: right;
  width: 450px;
  margin-top: 66px;
  margin-bottom: 32px;
}

.list-content {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.list {
  margin-bottom: 28px;
}

.heading-11 {
  color: #13244b;
  text-align: left;
  margin-top: 74px;
}

.image-21 {
  margin-top: 21px;
  margin-bottom: 47px;
}

.grid-9 {
  grid-template-columns: 62px 1fr;
}

._8th-div-color-matte {
  background-color: #eaeeff;
  border-radius: 20px;
  margin-bottom: 37px;
}

.heading-12 {
  color: #13244b;
  text-align: center;
  padding-top: 20px;
}

.footer {
  background-color: #13244b;
}

.footer.footer-height {
  height: 60px;
}

.footer-logo-holder {
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}

.image-22 {
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: inline-block;
}

.footer-dirigierenlernen {
  color: #fff;
  cursor: pointer;
  margin-left: -9px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.footer-link-text {
  color: #fff;
  text-align: center;
  width: 63.125px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 500;
  transition: transform .2s;
}

.footer-link-text:hover {
  transform: scale(1.05);
}

.footer-link-text.copyright {
  color: #fffc;
  width: 173px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
}

.footer-link-text.links-ausrichtung {
  text-align: left;
}

.footer-link-text.rechts-ausrichtung {
  text-align: right;
}

.footer-link-text.breite {
  width: auto;
}

.grid-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 90px 90px 90px;
  place-items: baseline;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-nach-oben {
  height: 0;
  display: block;
  position: static;
}

.image-24 {
  z-index: 2;
  margin-top: 93vh;
  margin-left: 95vw;
  transition: transform .2s;
  position: fixed;
}

.image-24:hover {
  transform: scale(1.2);
}

.nav-link-mobile.nav-link {
  display: block;
}

.nav-link-mobile.nav-link.ausblenden, .div-block-5, .grid-2er-reihe, .div-block-6, .bg-foto, .div-block-7, .div-block-8, .div-block-9 {
  display: none;
}

.div-block-10 {
  height: 0;
  position: relative;
}

.image-30 {
  margin-top: 90px;
  margin-left: -2px;
}

.div-block-11 {
  display: none;
}

.image-34 {
  margin-top: 201px;
  margin-left: 343px;
}

.div-block-13 {
  display: inline-block;
}

.div-block-14 {
  position: absolute;
}

.code-embed {
  object-fit: fill;
  width: 350px;
  position: relative;
  box-shadow: 0 0 55px #eaeeff4f;
}

.jwplayer-wrapper {
  width: 350px;
  height: 187px;
  margin-top: 38px;
}

.section {
  flex: 1;
}

.form-desktop {
  border-radius: 30px;
}

.page-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

.body-3 {
  background-color: #0a1225;
  min-height: 100vh;
}

.container-2 {
  max-width: 991px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

.paragraph-zusatzpages {
  color: #eaeeffcc;
  margin-top: 0;
  font-weight: 400;
  line-height: 23px;
  display: block;
}

.paragraph-zusatzpages.datenschutzerkl-rung-margin {
  color: #eaeeff;
  margin-top: 50px;
}

.h3-impressum-datenschutz {
  color: #eaeeff;
  margin-top: 25px;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.h3-impressum-datenschutz.impressum-h3-margin {
  margin-top: 50px;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 791px;
  margin-bottom: 73px;
  display: flex;
  position: relative;
}

.heading-13 {
  margin-bottom: 14px;
  font-size: 50px;
  line-height: 60px;
}

.navbar-rechts {
  float: right;
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.image-40 {
  width: 90px;
}

.telefonnumer {
  float: right;
  color: #eaeeff;
  margin-bottom: 0;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.image-41 {
  float: left;
  margin-right: -8px;
}

.link-block-2 {
  width: 155px;
  text-decoration: none;
}

.background-holder {
  width: 100vw;
}

.image-42 {
  z-index: -1;
  width: 443.996px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 60px 0% 0%;
}

.zusatzpage-h1 {
  color: #d2a517;
  text-align: center;
  margin-top: 50px;
  font-size: 35px;
  display: block;
}

.zusatzpage-h1.best-tigung-margin {
  margin-top: 0;
}

.zusatzpage-h1.dankedirigierformel-h1-margin {
  margin-top: 0;
  margin-bottom: 30px;
}

.zusatzpage-h1.ausblenden {
  display: none;
}

.zusatzpage-h2 {
  color: #d2a517;
  text-align: center;
  width: 570px;
  margin: 50px auto 20px;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 600;
  display: block;
  position: static;
}

.zusatzpage-h2.cancel-weniger-padding {
  margin-top: 0;
  margin-bottom: 30px;
}

.zusatzpage-h2.neueslogin-h2-margin {
  margin-bottom: 50px;
}

.zusatzpage-h2.for.h2-margin {
  margin-top: 60px;
}

.zusatzpage-h2.for.h2-margin.kleinerer-header {
  width: 590px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
}

.zusatzpage-h2.dirigiercrashkurs-h2 {
  color: #eaeeff;
  margin-top: 0;
  font-size: 25px;
  font-weight: 300;
}

.zusatzpage-kasten {
  border: 2px solid #eaeeff;
  border-radius: 25px;
  margin-top: 50px;
  padding: 30px;
  box-shadow: 0 0 50px #eaeeff40;
}

.zusatzpage-kasten.best-tigung-kasten-margin {
  margin-top: 50px;
}

.zusatzpage-kasten.cancel-kasten-margin {
  margin-top: 100px;
}

.zusatzpage-kasten.kasten-fill {
  background-color: #eaeeff;
}

.zusatzpage-h3 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.zusatzpage-h3.best-tigung-paragraph {
  margin-top: 40px;
  margin-bottom: 20px;
}

.zusatzpage-h3.kudensupport-paragraph-margin {
  margin-top: 50px;
}

.zusatzpage-h3.center {
  text-align: center;
}

.zusatzpage-trennline {
  background-color: #eaeeffcc;
  width: 400px;
  height: 2px;
  margin: 20px auto;
}

.zusatzpage-trennline.trennlinie-margin {
  margin-top: 200px;
  margin-bottom: 30px;
}

.div-block-20 {
  background-color: #eaeeff;
  height: 400px;
}

.zusatzpage-paragraph {
  color: #eaeeff;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
}

.zusatzpage-paragraph.bestellen-margin {
  margin-top: 46px;
}

.zusatzpage-paragraph.list-lesser-margin {
  margin-top: 10px;
}

.button-jetzt-kaufen {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grafik-bezahlen {
  float: left;
  margin-bottom: 20px;
}

.grafik-garantie {
  float: right;
}

.link-block-jetzt-kaufen {
  width: 400px;
  margin: 50px auto 30px;
  transition: transform .2s;
  display: block;
}

.link-block-jetzt-kaufen:hover {
  transform: scale(1.05);
}

.code-embed-4 {
  margin-bottom: 30px;
}

._45-miniaturen-video-margin {
  margin-top: 30px;
}

.link {
  color: #d2a517;
}

.link-2 {
  color: #d2a517;
  font-weight: 500;
  text-decoration: none;
}

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

.link-block-3 {
  display: block;
}

.link-3 {
  color: #d2a517;
  font-weight: 500;
  text-decoration: none;
}

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

.zusatzpage-text-link {
  color: #d2a517;
  font-weight: 500;
  text-decoration: none;
}

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

.code-embed-5 {
  width: 500px;
}

.form-tablet, .form-mobile-l, .form-mobile {
  display: none;
}

.div-block-21 {
  position: absolute;
}

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

.form-step {
  display: none;
}

.form-step.active {
  margin-top: 50px;
  display: block;
}

.option {
  cursor: pointer;
  border: 1px solid #eaeeff;
  border-radius: 8px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  margin-right: .5rem;
  padding: 1rem;
}

.option.selected {
  background-color: #f6f6f640;
  border-color: #fff;
}

.button-row {
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.form-text {
  color: #fff;
  font-size: 18px;
}

.nxt-btn {
  color: #fff;
  background-color: #d2a517;
  border: 2px solid #d2a517;
  border-radius: 8px;
  padding: 6px 13px;
  font-weight: 600;
}

.prv-btn {
  color: #fff;
  background-color: #0a1225;
  border: 2px solid #d2a517;
  border-radius: 8px;
  padding: 6px 13px;
  font-weight: 600;
}

.code-embed-6 {
  background-color: #000;
}

.code-embed-7 {
  border: 2px solid #000;
}

.code-embed-9 {
  color: #fff;
  font-weight: 400;
}

.text-field {
  border-radius: 8px;
}

.textarea {
  border-radius: 8px;
  min-height: 200px;
}

.text-field-2, .text-field-3, .text-field-4 {
  border-radius: 8px;
}

.h6-margin {
  margin-top: 20px;
}

.form-fortschritt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.form-fortschritt.margin {
  margin-top: 50px;
}

.fortschritt-kreis {
  background-color: #0a1225;
  border: 2px solid #d2a517;
  border-radius: 25px;
  width: 50px;
  height: 50px;
}

.fortschritt-kreis.selected {
  background-color: #d2a517;
}

.fortschritt-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-top: 13px;
  font-family: Roboto, sans-serif;
  font-size: 29px;
  font-weight: 900;
  position: relative;
}

.fortschritt-linie {
  z-index: -1;
  background-color: #ffffff4d;
  width: 100%;
  height: 2px;
  margin-top: 24px;
  position: absolute;
}

.play-pause-button {
  display: none;
}

.youtube-link, .lma-nrw-link {
  cursor: pointer;
}

.ausblenden {
  display: none;
}

.recaptcha {
  margin-top: 40px;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  font-size: 27px;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-size: 15px;
  }

  .nav-bar-flex-box {
    margin-top: 5px;
  }

  .text-block {
    font-size: 15px;
  }

  .navbar-content {
    height: 70px;
  }

  .nav-link-button-body {
    width: 139px;
  }

  .container-hero {
    width: 1440px;
    max-width: 1440px;
  }

  .nav-bar-erweiterung {
    height: 70px;
  }

  .grid-2 {
    grid-column-gap: 13px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 612px;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-h1 {
    color: #d2a517;
    margin-top: 406px;
    font-family: Caveat Brush, sans-serif;
    font-size: 96px;
    font-weight: 400;
  }

  .heading {
    margin-top: 18px;
    font-family: Poppins, sans-serif;
    font-size: 33px;
    font-weight: 700;
    line-height: 33px;
  }

  .video {
    float: none;
    margin-top: 0;
    display: none;
  }

  .video-holder {
    float: right;
    width: 496px;
    margin-top: 69px;
  }

  .image {
    margin-top: 280px;
    position: absolute;
  }

  .image.hero-pfeil-gross {
    width: 102px;
    margin-top: 258px;
    margin-left: -109px;
  }

  .image.ber-andr-pfeil {
    margin-top: -395px;
    margin-left: 433px;
  }

  .text-block-5 {
    float: right;
    color: #eaeeffcc;
    width: 496px;
    max-width: 496px;
    margin-top: 24px;
    font-size: 25px;
    font-weight: 400;
    line-height: 137%;
    display: inline-block;
  }

  .gold-text-fett {
    color: #d2a517;
    font-weight: 900;
    position: static;
  }

  .hero-content {
    height: 711px;
  }

  .div-craskurs-bg {
    height: 210px;
  }

  .text-block-6 {
    margin-top: -20px;
    font-size: 42px;
    line-height: 108%;
  }

  .hero-content-2 {
    max-width: 1440px;
  }

  .hero-crashkurs {
    width: 880px;
    padding: 60px;
  }

  .button-zum-crashkurs {
    text-align: center;
    width: 330px;
    height: 85px;
    margin-top: 69px;
    padding: 31px;
    font-size: 29px;
  }

  .button-zum-crashkurs:hover, .button-zum-crashkurs.float-right:hover {
    font-size: 32px;
  }

  .button-zum-crashkurs.video-anschauen:hover {
    width: 353px;
  }

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

  .flexbox-logos {
    max-width: 750px;
  }

  .linie {
    width: 900px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 110%;
  }

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

  .paragraph.text-center {
    margin-top: 26px;
  }

  .paragraph.text-blau {
    margin-top: 74px;
    font-size: 22px;
  }

  .paragraph._5th-text-padding, .paragraph._5th-text-color {
    width: 400px;
  }

  .paragraph._6th-text {
    width: 560px;
    font-size: 22px;
    line-height: 110%;
  }

  .paragraph._6th-grid-text {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph._7th-text {
    line-height: 24px;
  }

  .paragraph._7th-paragraph-unten {
    margin-bottom: 25px;
  }

  .paragraph.testimonial-text {
    line-height: 120%;
  }

  .paragraph.ber-andr-paragraph {
    font-size: 22px;
    line-height: 130%;
  }

  .paragraph._8th-section-text-unten {
    margin-bottom: 23px;
  }

  .paragraph._8th-text-2:hover {
    font-size: 25px;
  }

  .paragraph.noch-fragen {
    color: #13244bcc;
    margin-bottom: 22px;
  }

  .paragraph._6th-grid-text-copy {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-container {
    max-width: 1440px;
  }

  .main-container.image-bg {
    background-image: url('../images/Foto-BG-min.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 760px;
  }

  .main-container.bg-video-container {
    width: 1440px;
  }

  .image-3 {
    margin-left: 1307px;
  }

  .image-4 {
    margin-top: -136px;
    margin-left: 813px;
  }

  .image-5 {
    z-index: -1;
    width: 270px;
    margin-top: -989px;
    margin-left: 548px;
    position: relative;
  }

  ._3rd-section {
    background-color: #080f21;
  }

  ._3rd-container {
    max-width: 1440px;
    height: 700px;
  }

  .text-block-8 {
    margin-top: 304px;
    font-size: 60px;
  }

  .background-video {
    background-image: linear-gradient(#13244b8c, #13244b8c);
    height: 700px;
  }

  .heading-3 {
    margin-top: 63px;
    font-size: 40px;
  }

  .image-6 {
    z-index: -1;
    width: 370px;
    margin-top: 0;
    margin-left: 530px;
  }

  ._4th-section-grid-block {
    width: 403.333px;
  }

  ._4th-section-grid-block.float-rechts {
    width: 403px;
  }

  ._4th-section-grid-block.float-links {
    width: 403px;
    height: 202px;
  }

  ._4th-section-berschrift {
    color: #13244b;
    font-size: 20px;
  }

  ._4th-section-paragraph {
    margin: 30px 30px 40px;
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;
  }

  .grid-4 {
    margin-top: 50px;
  }

  .div-block {
    width: 836px;
  }

  .image-7 {
    margin-top: -99px;
    margin-left: 690px;
  }

  .image-7.hero-pfeil {
    margin-top: 68px;
    margin-left: 359px;
  }

  .image-7._7th-pfeil {
    margin-top: 105px;
    margin-left: 690px;
  }

  .image-9 {
    margin-top: -874px;
    margin-left: 1145px;
  }

  ._5th-section {
    z-index: 0;
    background-image: linear-gradient(#0000 93.3%, #fcfcfcfc 100%, #fff);
  }

  .heading-4 {
    font-size: 40px;
    line-height: 120%;
  }

  .grid-6 {
    grid-template-columns: 730px 439px;
    height: 568px;
    margin-left: -53px;
  }

  .text-block-9 {
    font-size: 40px;
    line-height: 110%;
  }

  .text-block-10 {
    margin-bottom: 13px;
    font-size: 17px;
  }

  ._5th-bg-erweiterung {
    background-image: linear-gradient(#0000 93.3%, #fff);
  }

  .heading-5 {
    margin-bottom: 63px;
    font-size: 40px;
    line-height: 42px;
  }

  .image-10 {
    width: 100px;
    margin-top: 116px;
    margin-left: 428px;
  }

  .image-11 {
    width: 240px;
    margin-top: 157px;
    margin-left: 182px;
  }

  .image-12 {
    margin-top: -7px;
  }

  .heading-6 {
    font-size: 40px;
    line-height: 47px;
  }

  .underline-f-r-dich {
    width: 190px;
    margin-top: 877px;
    margin-left: 25px;
  }

  ._6th-section-grid-column {
    font-size: 22px;
    line-height: 120%;
  }

  ._6th-grid-text-gold {
    margin-top: 40px;
  }

  .heading-7 {
    z-index: 1;
    width: 800px;
    font-size: 40px;
    line-height: 110%;
  }

  .image-13 {
    width: 610px;
    margin-top: -107px;
    margin-left: 313px;
  }

  .grid-8 {
    grid-row-gap: 40px;
    margin-top: 148px;
  }

  ._7th-section-quote {
    width: 850px;
    margin-top: 326px;
    font-size: 45px;
    line-height: 100%;
  }

  .image-16 {
    margin-top: 937px;
    margin-left: 1135px;
  }

  .image-17 {
    margin-top: 985px;
    margin-left: 317px;
  }

  .image-17.rotation {
    margin-top: 1002px;
    margin-left: 253px;
  }

  .image-18 {
    margin-top: 1045px;
    margin-left: 539px;
  }

  .heading-8 {
    margin-top: 114px;
    font-size: 40px;
  }

  ._7th-text-holder {
    margin-left: 0;
  }

  ._7th-text-wrap-gold {
    font-size: 22px;
  }

  .heading-9 {
    color: #13244b;
    text-align: center;
    margin-top: 79px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    display: block;
  }

  .image-19 {
    z-index: -1;
    width: 300px;
    margin-top: -18px;
    margin-left: 563px;
    position: relative;
  }

  .slider {
    margin-top: 63px;
    margin-bottom: 318px;
  }

  .div-slider-content {
    width: 500px;
    height: 500px;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .testimonial-text-holder {
    max-width: 230px;
  }

  .testimonial-text-holder.schmaler {
    max-width: 190px;
  }

  .slide {
    width: 500px;
    height: 500px;
  }

  .slide-nav {
    width: 280px;
    bottom: -230px;
  }

  .icon {
    bottom: -223px;
    right: -40px;
  }

  .icon-2 {
    bottom: -223px;
    left: -40px;
  }

  .ber-andr-section {
    background-image: url('../images/Über-André-Background-min.jpg'), linear-gradient(to bottom, null, null);
    background-size: 1440px, auto;
  }

  .heading-10 {
    font-size: 40px;
  }

  .ber-andr-text-holder {
    width: 590px;
    margin-top: 126px;
    margin-bottom: 58px;
  }

  .list-content {
    font-size: 22px;
    line-height: 120%;
  }

  .heading-11 {
    margin-bottom: 34px;
    font-size: 40px;
  }

  .image-21 {
    width: 270px;
    margin-top: 36px;
    margin-bottom: 41px;
  }

  ._8th-div-color-matte {
    margin-bottom: 43px;
  }

  .heading-12 {
    margin-bottom: 19px;
  }

  .footer-dirigierenlernen {
    font-size: 16px;
  }

  .footer-link-text {
    padding-top: 31px;
    font-size: 15px;
  }

  .footer-link-text.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-link-text.links-ausrichtung {
    padding-top: 0;
  }

  .footer-link-text.rechts-ausrichtung {
    width: auto;
    padding-top: 0;
  }

  .footer-link-text.breite {
    padding-top: 0;
  }

  .grid-10 {
    grid-template-columns: 120px 120px 120px;
    width: auto;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 22px;
  }

  .cell {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-30 {
    width: 180px;
    margin-top: 103px;
    margin-left: -56px;
  }

  .image-34 {
    width: 519px;
    margin-top: 312px;
    margin-left: 545px;
  }

  .div-block-12 {
    display: none;
  }

  .code-embed {
    width: 500px;
  }

  .jwplayer-wrapper {
    width: 470px;
    height: 264px;
  }

  .container-2 {
    max-width: 991px;
  }

  .div-block-17 {
    width: 1240px;
    margin-bottom: 85px;
  }

  .heading-13 {
    margin-bottom: 40px;
    font-size: 65px;
  }

  .code-embed-5 {
    width: 600px;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 23px;
  }

  .brand {
    background-size: 60px;
  }

  .brand.w--current {
    background-size: 64px;
  }

  .navbar {
    z-index: 1;
  }

  .nav-link.nav-link-button {
    color: #eaeeff;
    padding-left: 9px;
  }

  .nav-link.nav-link-mobile {
    width: 608px;
  }

  .text-block {
    font-size: 13px;
  }

  .nav-link-button-body {
    background-color: #eaeeff33;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 594px;
    margin-top: 11px;
    margin-left: 14px;
  }

  .hero-section {
    background-color: #080913;
    position: relative;
    overflow: visible;
  }

  .nav-menu {
    background-color: #0c162c;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-bottom: 20px;
  }

  .container-hero {
    background-image: linear-gradient(#0006, #0006);
    background-position: 0 0;
    width: 768px;
    max-width: none;
    padding-left: 80px;
    padding-right: 80px;
    display: block;
  }

  .nav-bar-erweiterung {
    z-index: 1;
    background-color: #13244b;
  }

  .nav-bar-erweiterung.farbf-llung-blau {
    z-index: 0;
    background-color: #13244b;
  }

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

  .heading-h1 {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 9px;
    font-size: 80px;
  }

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

  .video-holder {
    float: none;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .image.hero-pfeil-gross {
    margin-top: 246px;
    margin-left: -64px;
    display: block;
  }

  .image.ber-andr-pfeil {
    width: 52px;
    margin-top: -284px;
    margin-left: 330px;
  }

  .text-block-5 {
    float: none;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 24px;
  }

  .hero-content {
    display: block;
  }

  .hero-grid-column {
    position: relative;
  }

  .div-craskurs-bg {
    display: none;
  }

  .hero-content-2 {
    width: 768px;
    max-width: none;
    height: 180px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .button-zum-crashkurs {
    margin-top: 31px;
    margin-bottom: 38px;
  }

  .button-zum-crashkurs._6th-button-padding {
    margin-top: -18px;
    margin-bottom: 59px;
  }

  .platzhalter {
    width: 608px;
    height: 0;
  }

  ._2nd-section {
    overflow: visible;
  }

  .div-bekannt-durch {
    margin-top: 164px;
    margin-bottom: 10px;
  }

  .flexbox-logos {
    margin-top: 7px;
  }

  .linie {
    width: 400px;
  }

  .heading-2 {
    margin-bottom: 41px;
    font-size: 30px;
  }

  .paragraph {
    margin-top: 28px;
    font-size: 20px;
  }

  .paragraph.text-center {
    font-size: 17px;
  }

  .paragraph.text-blau {
    margin-bottom: 42px;
    font-size: 20px;
    line-height: 120%;
  }

  .paragraph._5th-text-padding, .paragraph._5th-text-color {
    text-align: left;
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph._6th-text {
    margin-top: 33px;
    font-size: 20px;
    line-height: 110%;
  }

  .paragraph._6th-grid-text {
    margin-bottom: 32px;
    font-size: 19px;
    line-height: 120%;
  }

  .paragraph._7th-text {
    margin-top: 28px;
    font-size: 20px;
  }

  .paragraph.ber-andr-paragraph {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph._8th-section-text-unten {
    margin-top: 0;
    line-height: 23px;
  }

  .paragraph._8th-text-2:hover {
    font-size: 22px;
  }

  .paragraph.noch-fragen {
    color: #13244bcc;
  }

  .paragraph._6th-grid-text-copy {
    margin-top: 72px;
    margin-bottom: 32px;
    font-size: 19px;
    line-height: 120%;
  }

  .main-container {
    width: 768px;
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
    overflow: hidden;
  }

  .main-container.image-bg {
    background-image: none;
    background-position: 0 0;
    max-width: none;
  }

  .main-container.bg-video-container {
    width: 768px;
    max-width: none;
  }

  .main-container._5th-container {
    overflow: hidden;
  }

  .grid-3 {
    margin-bottom: 38px;
  }

  .image-3 {
    margin-top: -525px;
    margin-left: 597px;
  }

  .image-4 {
    margin-top: -283px;
    margin-left: 552px;
  }

  .image-5 {
    margin-top: -1159px;
    margin-left: 245px;
  }

  ._3rd-container {
    width: 768px;
    max-width: none;
  }

  .text-block-8 {
    margin-top: 212px;
    font-size: 39px;
  }

  .background-video {
    float: none;
    width: 768px;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .heading-3 {
    margin-top: 81px;
  }

  .image-6 {
    margin-top: -44px;
    margin-left: 286px;
  }

  ._4th-section-grid-block {
    padding: 30px;
  }

  ._4th-section-grid-block.float-links {
    width: 300px;
    height: auto;
  }

  ._4th-section-berschrift {
    font-size: 18px;
  }

  ._4th-section-paragraph {
    margin: 13px 0 0;
    font-size: 18px;
  }

  .grid-4 {
    display: none;
  }

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

  .image-holder {
    display: block;
  }

  .image-7 {
    width: 31px;
    margin-top: -57px;
    margin-left: 334px;
  }

  .image-7.hero-pfeil {
    z-index: 1;
    margin-top: 157px;
    margin-bottom: 157px;
    margin-left: 332px;
    display: none;
  }

  .image-7._6th-tablet-pfeil {
    margin-top: -77px;
  }

  .image-7._7th-pfeil {
    z-index: 1;
    margin-top: 69px;
  }

  .image-7._4th-pfeil {
    margin-top: -59px;
  }

  .image-7.hero-pfeil-tablet {
    z-index: 1;
    margin-top: 169px;
  }

  .image-9 {
    margin-top: -195px;
    margin-left: 597px;
  }

  ._5th-section {
    background-image: none;
  }

  ._5th-section._5th-bg {
    background-color: #091225;
    height: 545.985px;
    overflow: hidden;
  }

  .heading-4 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-6 {
    display: none;
  }

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

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

  ._5th-text-holder {
    margin-top: 39px;
  }

  ._5th-text-holder.abstand {
    margin-bottom: 80px;
  }

  ._5th-bg-erweiterung {
    background-color: #13254b;
    width: 100vw;
  }

  ._6th-underlines {
    height: 0;
  }

  .image-10 {
    margin-left: 157px;
  }

  .image-11 {
    margin-left: 137px;
  }

  .image-12 {
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .underline-f-r-dich {
    width: 149px;
    margin-top: 1159px;
    margin-left: 8px;
  }

  .heading-7 {
    margin-top: 54px;
  }

  .image-13 {
    margin-left: 92px;
  }

  .grid-8 {
    grid-auto-flow: row dense;
    display: none;
  }

  ._7th-bg-foto {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 1410px;
    background-attachment: scroll;
    top: -21%;
  }

  ._7th-section-quote {
    margin-top: 69px;
  }

  .image-16 {
    margin-top: 1182px;
    margin-left: 662px;
  }

  .image-17.rotation {
    margin-top: 1242px;
    margin-left: 66px;
  }

  .image-18 {
    width: 232px;
    margin-top: 1266px;
    margin-left: 271px;
  }

  ._7th-text-holder {
    margin-left: 0;
  }

  ._7th-text-wrap-gold {
    font-size: 20px;
  }

  .testimonial-section {
    overflow: visible;
  }

  .image-19 {
    z-index: -1;
    margin-left: 257px;
    position: relative;
  }

  .slider, .div-slider-content {
    width: 400px;
    height: 400px;
  }

  .image-20 {
    margin-top: -53px;
  }

  .testimonial-name {
    font-size: 20px;
  }

  .testimonial-text-holder {
    max-width: 220px;
    margin-left: 10px;
  }

  .testimonial-text-holder.schmaler {
    max-width: 200px;
  }

  .testimonial-beruf {
    width: 230px;
    font-size: 18px;
  }

  .slide {
    width: 400px;
  }

  .icon {
    right: -105px;
  }

  .icon-2 {
    left: -105px;
  }

  .ber-andr-section {
    background-image: linear-gradient(0deg, #071226 27%, #fff0 64%), url('../images/Über-André-Background-min.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 27% -38%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, 1530px, auto;
    background-attachment: scroll, scroll, scroll;
  }

  .heading-10 {
    margin-top: 54px;
  }

  .ber-andr-text-holder {
    float: right;
    width: 400px;
    margin-top: 26px;
    margin-right: -44px;
    display: inline-block;
  }

  .list-content {
    font-size: 20px;
  }

  .image-21 {
    margin-top: 35px;
  }

  .grid-9 {
    margin-bottom: 30px;
  }

  .footer-dirigierenlernen {
    font-size: 10px;
  }

  .footer-link-text {
    padding-bottom: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 20px;
  }

  .image-24 {
    margin-left: 93vw;
    margin-right: 93vw;
  }

  .icon-3 {
    color: #eaeeff;
    margin-top: -6px;
    padding-top: 0;
    font-size: 37px;
  }

  .nav-link-mobile {
    color: #eaeeff;
  }

  .nav-link-mobile.nav-link {
    padding-left: 25px;
  }

  .menu-button {
    height: 62px;
  }

  .menu-button.w--open {
    background-color: #0c162c;
  }

  .div-block-5 {
    background-color: #fff;
    border-radius: 20px;
    width: 608px;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 33px;
    padding-bottom: 2px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    box-shadow: 0 0 17px #000000b3;
  }

  .grid-2er-reihe {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 300px 300px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: stretch stretch;
    width: auto;
    margin-top: 40px;
    display: grid;
    position: static;
    overflow: visible;
  }

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

  .bg-foto {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Foto-BG-min.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 902px;
    width: 991px;
    min-height: 545px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .div-block-7 {
    width: 608px;
    display: block;
  }

  .div-block-8 {
    margin-top: 347px;
    display: block;
  }

  .image-26 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-27 {
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-28 {
    margin-top: 13px;
  }

  .image-29 {
    margin-top: 6px;
  }

  .div-block-9 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Hero-Section-Hintergrundbild-min.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100vw;
    max-width: 768px;
    height: 785px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .image-30 {
    z-index: -1;
    max-height: 29px;
    margin-top: 56px;
    margin-left: 463px;
    position: relative;
  }

  .image-34 {
    width: 344px;
    margin-top: 218px;
    margin-left: 236px;
  }

  .text-block-11 {
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-family: Caveat, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
  }

  .image-35 {
    display: none;
  }

  .image-36 {
    width: 120px;
  }

  .image-37 {
    width: 90px;
  }

  .code-embed {
    width: 500px;
  }

  .jwplayer-wrapper {
    width: 500px;
    height: 280px;
  }

  .form-desktop {
    margin-top: 50px;
    overflow: visible;
  }

  .container-2 {
    max-width: 768px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-17 {
    width: 618px;
  }

  .image-42 {
    display: block;
  }

  .zusatzpage-h2 {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .zusatzpage-h2.for.h2-margin.kleinerer-header {
    margin-bottom: 25px;
  }

  .zusatzpage-kasten {
    padding-left: 25px;
    padding-right: 25px;
  }

  .zusatzpage-kasten.best-tigung-kasten-margin {
    margin-top: 50px;
  }

  .zusatzpage-trennline.trennlinie-margin {
    margin-top: 170px;
  }

  .grafik-bezahlen {
    width: 280px;
    margin-bottom: 10px;
  }

  .grafik-garantie {
    width: 281px;
  }

  .link-4 {
    color: #d2a517;
    text-decoration: none;
  }

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

  .form-step.active {
    margin-top: 50px;
  }

  .option {
    padding: .8rem .8rem .8rem 1rem;
  }

  .form-text {
    font-size: 18px;
  }

  .textarea {
    min-height: 170px;
  }

  .form-fortschritt.margin {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 19px;
  }

  .brand {
    background-size: 50px;
  }

  .brand.w--current {
    background-size: 49px;
  }

  .nav-link.nav-link-button {
    justify-content: flex-start;
    align-items: center;
    padding-left: 11px;
  }

  .nav-link.nav-link-mobile {
    width: 419px;
  }

  .text-block {
    display: none;
  }

  .text-block.best-tigung-link {
    display: block;
  }

  .nav-link-button-body {
    width: 406px;
  }

  .hero-section {
    display: block;
    overflow: visible;
  }

  .container-hero {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-2 {
    grid-template-columns: 420px;
  }

  .heading-h1 {
    font-size: 60px;
    display: block;
  }

  .video-holder {
    width: 380px;
  }

  .image.hero-pfeil-gross {
    margin-top: 180px;
  }

  .image.ber-andr-pfeil {
    width: 45px;
    margin-top: -241px;
    margin-left: 327px;
    transform: rotate(131deg);
  }

  .text-block-5 {
    width: 380px;
    font-size: 20px;
  }

  .hero-content {
    width: 420px;
  }

  .hero-content-2 {
    width: 480px;
    height: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-zum-crashkurs {
    margin-bottom: 64px;
  }

  .button-zum-crashkurs.video-anschauen {
    margin-top: 52px;
  }

  .button-zum-crashkurs.mein-werdegang-button {
    margin-top: 49px;
    display: block;
  }

  .platzhalter {
    width: 420px;
    height: 90px;
    margin-top: 20px;
  }

  .div-bekannt-durch {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .flexbox-logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    place-items: center;
    width: 480px;
    margin-top: 5px;
  }

  .image-2 {
    width: 60px;
  }

  .heading-2 {
    margin-top: 25px;
  }

  .paragraph {
    margin-top: 11px;
  }

  .paragraph.text-center {
    margin-top: 30px;
  }

  .paragraph.text-blau {
    width: 420px;
  }

  .paragraph._5th-text-padding {
    margin-bottom: 41px;
  }

  .paragraph._6th-text {
    width: 420px;
  }

  .paragraph._7th-text {
    margin-top: 11px;
  }

  .paragraph._7th-paragraph-unten {
    width: 420px;
  }

  .paragraph._8th-section-text-oben {
    line-height: 23px;
  }

  .paragraph._6th-grid-text-copy {
    margin-top: 2px;
  }

  .main-container {
    width: 480px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .main-container.image-bg {
    z-index: 1;
    height: 580px;
    padding-right: 30px;
  }

  .main-container.bg-video-container {
    width: 100vw;
    height: 450px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: absolute;
  }

  .main-container._5th-container {
    padding-right: 30px;
    overflow: hidden;
  }

  .main-container.center {
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 46px 1fr;
    width: 420px;
  }

  .image-3 {
    display: block;
  }

  .image-5 {
    margin-top: -1400px;
    margin-left: 155px;
  }

  ._3rd-container {
    width: 480px;
    height: 430px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .text-block-8 {
    margin-top: 60px;
  }

  .background-video {
    width: 100vw;
    height: 430px;
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
  }

  ._4th-section {
    display: block;
  }

  .image-6 {
    z-index: -1;
    margin-top: -8px;
    margin-left: 15px;
  }

  ._4th-section-grid-block.float-links {
    width: 420px;
  }

  .image-7 {
    margin-top: -81px;
    margin-left: 253px;
  }

  .image-7.hero-pfeil {
    margin-left: auto;
  }

  .image-7._7th-pfeil {
    margin-left: 254px;
  }

  .image-7._4th-pfeil {
    margin-top: -84px;
  }

  .image-7.button-mein-werdegang {
    display: block;
  }

  ._5th-section {
    z-index: 0;
  }

  ._5th-section._5th-bg {
    height: 570px;
  }

  .heading-4 {
    font-size: 29px;
  }

  .text-block-9 {
    margin-top: 44px;
  }

  ._6th-section {
    display: block;
  }

  .image-10 {
    width: 78px;
    margin-left: 59px;
  }

  .image-11 {
    max-width: none;
    margin-top: 183px;
    margin-left: -22px;
  }

  .image-12 {
    width: 420px;
  }

  .underline-f-r-dich {
    margin-top: 1259px;
    margin-left: 3px;
  }

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

  ._7th-section {
    display: block;
  }

  .heading-7 {
    width: 420px;
  }

  .image-13 {
    display: none;
  }

  ._7th-bg-foto {
    top: -18%;
  }

  ._7th-section-quote {
    width: 420px;
    font-size: 41px;
    line-height: 38px;
  }

  .image-16 {
    margin-top: 1235px;
    margin-left: 435px;
  }

  .image-17.rotation {
    margin-top: 1348px;
    margin-left: -8px;
  }

  .image-18 {
    width: 190px;
    margin-top: 1376px;
    margin-left: 90px;
  }

  .testimonial-section {
    display: block;
  }

  .image-19 {
    z-index: -1;
    margin-left: 160px;
    position: relative;
  }

  .slider {
    width: 400px;
  }

  .image-20 {
    margin-top: -65px;
  }

  .slide-nav {
    width: 260px;
  }

  .icon {
    right: -101px;
  }

  .icon-2 {
    left: -100px;
  }

  .ber-andr-section {
    background-image: linear-gradient(0deg, #071226 47%, #fff0 78%), url('../images/Über-André-Background-min.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 11% -24%, 0 0;
    display: block;
  }

  .heading-10 {
    margin-top: 51px;
  }

  .ber-andr-text-holder {
    margin: 436px auto 0;
  }

  ._8th-section {
    display: block;
  }

  .image-21 {
    margin-top: 35px;
  }

  .grid-9 {
    grid-template-columns: 45px 1fr;
  }

  .footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-logo-holder {
    display: block;
    position: relative;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, 67px) 76px 50px;
    width: 200px;
  }

  .image-24 {
    margin-left: 89vw;
    margin-right: 89vw;
  }

  .icon-3 {
    margin-top: 0;
  }

  .menu-button {
    padding-top: 14px;
  }

  .div-block-5 {
    width: 350px;
    margin-top: -74px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2er-reihe {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 420px;
  }

  .bg-foto {
    z-index: 1;
    width: 100vw;
    height: 580px;
    padding-bottom: 0;
  }

  .div-block-7 {
    width: 420px;
  }

  .div-block-9 {
    max-width: 480px;
    height: 620px;
    overflow: visible;
  }

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

  .image-30 {
    margin-top: 90px;
    margin-left: 109px;
  }

  .image-31 {
    margin-top: -34px;
    margin-left: 183px;
    position: absolute;
  }

  .div-block-11 {
    display: block;
    position: absolute;
  }

  .image-32 {
    max-width: none;
    margin-top: -71px;
    margin-left: 84px;
    position: absolute;
  }

  .image-33 {
    margin-top: -206px;
    margin-left: 65px;
    padding-top: 0;
  }

  .image-34 {
    margin-top: 99px;
    margin-left: 41px;
  }

  .div-block-12 {
    width: 420px;
    height: 250px;
  }

  .image-36 {
    width: 100px;
  }

  .image-37 {
    width: 70px;
  }

  .div-block-14 {
    z-index: 1;
    background-image: linear-gradient(#13244b8c, #13244b8c);
    width: 100vw;
    height: 440px;
    position: absolute;
  }

  .code-embed, .jwplayer-wrapper {
    width: 380px;
    height: 214px;
  }

  .form-desktop {
    margin-top: 40px;
  }

  .container-2 {
    max-width: 480px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-zusatzpages {
    font-size: 17px;
  }

  .div-block-17 {
    width: 420px;
    margin-bottom: 0;
  }

  .heading-13 {
    margin-bottom: 23px;
  }

  .navbar-rechts {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .telefonnumer {
    float: right;
    margin-top: 0;
    font-size: 10px;
    display: inline-block;
  }

  .image-41 {
    margin-top: 0;
  }

  .link-block-2 {
    width: 125px;
  }

  .zusatzpage-h1 {
    margin-top: 30px;
    font-size: 30px;
  }

  .zusatzpage-h2 {
    width: 400px;
    margin-top: 30px;
    font-size: 26px;
    line-height: 30px;
  }

  .zusatzpage-h2.neueslogin-h2-margin {
    width: 340px;
  }

  .zusatzpage-h2.for.h2-margin.kleinerer-header {
    width: 400px;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .zusatzpage-h2.dirigiercrashkurs-h2 {
    width: 350px;
  }

  .zusatzpage-kasten {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .zusatzpage-kasten.best-tigung-kasten-margin {
    margin-top: 30px;
  }

  .zusatzpage-h3 {
    font-size: 18px;
  }

  .zusatzpage-trennline {
    width: 250px;
  }

  .zusatzpage-trennline.trennlinie-margin {
    margin-top: 40px;
  }

  .zusatzpage-paragraph {
    font-size: 16px;
  }

  .grafik-bezahlen, .grafik-garantie {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .code-embed-5 {
    width: 450px;
  }

  .form-step.active {
    margin-top: 30px;
  }

  .option {
    padding: .6rem .6rem .6rem 1rem;
  }

  .form-text {
    font-size: 16px;
  }

  .textarea {
    min-height: 130px;
    margin-top: 10px;
  }

  .form-fortschritt.margin {
    margin-top: 20px;
  }

  .fortschritt-kreis {
    width: 30px;
    height: 30px;
  }

  .fortschritt-text {
    padding-top: 3px;
    font-size: 22px;
  }

  .fortschritt-linie {
    margin-top: 14px;
  }

  .div-block-22 {
    height: 330px;
  }
}

@media screen and (max-width: 479px) {
  h6 {
    font-size: 17px;
    line-height: 21px;
  }

  .brand {
    background-size: 48px;
  }

  .nav-link.nav-link-button {
    text-align: left;
    width: 280px;
  }

  .nav-link.nav-link-mobile {
    width: 296px;
    padding-left: 23px;
  }

  .text-block.w--current {
    display: none;
  }

  .nav-link-button-body {
    width: 286px;
  }

  .hero-section {
    z-index: 0;
  }

  .container-hero {
    z-index: 1;
    background-image: none;
    background-position: 0 0;
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .grid-2 {
    grid-template-columns: 300px;
  }

  .heading-h1 {
    margin-top: 22px;
    margin-bottom: 7px;
    font-size: 58px;
    line-height: 60px;
  }

  .heading {
    margin-bottom: -18px;
    font-size: 24px;
    line-height: 26px;
  }

  .video {
    box-shadow: 0 2px 55px #eaeeff57;
  }

  .video-holder {
    width: 300px;
    margin-top: -18px;
  }

  .image.hero-pfeil-gross {
    margin-top: 139px;
  }

  .image.ber-andr-pfeil {
    display: none;
  }

  .text-block-5 {
    width: 300px;
    font-size: 19px;
  }

  .hero-content {
    width: 320px;
  }

  .hero-content-2 {
    width: 300px;
    height: 230px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-zum-crashkurs {
    margin-bottom: 69px;
    font-size: 20px;
  }

  .button-zum-crashkurs._6th-button-padding {
    margin-top: -8px;
  }

  .button-zum-crashkurs.video-anschauen {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .button-zum-crashkurs.mein-werdegang-button {
    margin-top: 43px;
    margin-bottom: 3px;
    display: block;
  }

  .platzhalter {
    width: 220px;
  }

  ._2nd-section {
    z-index: 0;
  }

  .div-bekannt-durch {
    width: 300px;
    margin-top: 26px;
    overflow: hidden;
  }

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

  .flexbox-logos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto 1fr 1fr;
    width: 300px;
    margin-top: 15px;
  }

  .image-2 {
    width: 60px;
  }

  .linie {
    width: 260px;
  }

  .heading-2 {
    margin-top: 3px;
    font-size: 28px;
  }

  .paragraph.text-center {
    font-size: 20px;
  }

  .paragraph.text-blau {
    width: 300px;
    margin-top: 40px;
    margin-bottom: 19px;
  }

  .paragraph._6th-text {
    width: 300px;
    font-size: 20px;
  }

  .paragraph._7th-paragraph-unten {
    width: 300px;
    font-size: 20px;
    display: block;
  }

  .paragraph.testimonial-text {
    font-size: 18px;
  }

  .paragraph.ber-andr-paragraph, .paragraph._8th-section-text-oben, .paragraph._8th-section-text-unten {
    font-size: 20px;
  }

  .paragraph._8th-text-2 {
    margin-top: 17px;
    font-size: 18px;
  }

  .paragraph._8th-text-2:hover, .paragraph.noch-fragen {
    font-size: 20px;
  }

  .main-container {
    width: 320px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .main-container.image-bg {
    height: 660px;
    margin-top: 0;
    padding-right: 10px;
  }

  .main-container.bg-video-container {
    width: auto;
    display: block;
    position: absolute;
  }

  .main-container._5th-container {
    position: static;
  }

  .main-container.center {
    flex-flow: column;
    height: 70px;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-row-gap: 14px;
    grid-template-columns: 36px 260px;
    width: 300px;
  }

  .image-5 {
    margin-top: -899px;
    margin-left: 100px;
    display: block;
  }

  ._3rd-container {
    z-index: 0;
    width: 320px;
    height: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-8 {
    margin-top: 42px;
    font-size: 35px;
  }

  .background-video {
    background-image: linear-gradient(#13244b8c, #13244b8c);
    height: 430px;
    margin-top: -10px;
  }

  .heading-3 {
    margin-top: 55px;
    font-size: 29px;
  }

  .image-6 {
    width: 267px;
    margin-top: -43px;
    margin-left: 17px;
  }

  ._4th-section-grid-block.float-links {
    width: 300px;
  }

  .image-7 {
    width: 30px;
    margin-top: -88px;
    margin-left: 142px;
  }

  .image-7._6th-tablet-pfeil {
    width: 30px;
    margin-left: 131px;
  }

  .image-7._7th-pfeil {
    width: 30px;
    margin-top: 66px;
    margin-left: 135px;
  }

  .image-7._4th-pfeil {
    width: 30px;
    margin-top: -88px;
    margin-left: 136px;
  }

  .image-7.hero-pfeil-tablet {
    width: 30px;
    margin-left: 152px;
  }

  .image-7.button-mein-werdegang {
    margin-top: 231px;
    display: block;
  }

  ._5th-section._5th-bg {
    height: 660px;
  }

  .heading-4 {
    margin-top: 31px;
    font-size: 30px;
  }

  .text-block-9 {
    margin-top: 9px;
    font-size: 29px;
  }

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

  ._5th-text-holder {
    margin-top: 24px;
  }

  .heading-5 {
    margin-top: 26px;
    font-size: 29px;
  }

  .image-10 {
    width: 73px;
    margin-top: 55px;
    margin-left: 8px;
  }

  .image-11 {
    width: 212px;
    height: 14px;
    margin-top: 128px;
    margin-left: -40px;
    padding-left: 0;
  }

  .image-12 {
    width: 300px;
  }

  .heading-6 {
    margin-top: 70px;
    font-size: 27px;
  }

  .underline-f-r-dich {
    z-index: -1;
    width: 190px;
    max-width: 170%;
    height: 11px;
    margin-top: 1232px;
    margin-left: 22px;
  }

  .grid-7 {
    grid-template-rows: 190px 1fr;
    margin-top: 22px;
  }

  ._6th-section-grid-column._6th-erster-block {
    height: 190px;
  }

  .heading-7 {
    width: 300px;
    font-size: 30px;
  }

  .image-13 {
    margin-left: 233px;
    display: none;
  }

  ._7th-bg-foto {
    z-index: 0;
    top: -13%;
  }

  ._7th-section-quote {
    width: 300px;
    font-size: 41px;
    position: relative;
  }

  .image-16 {
    margin-top: 1161px;
    margin-left: 277px;
  }

  .image-17.rotation {
    width: 44px;
    margin-top: 1354px;
    margin-left: -1px;
  }

  .image-18 {
    width: 194px;
    margin-top: 1346px;
    margin-left: 10px;
  }

  .heading-8 {
    font-size: 30px;
    position: relative;
  }

  ._7th-text-holder {
    margin-bottom: 29px;
    font-size: 19px;
    position: relative;
  }

  ._7th-text-wrap-gold {
    font-size: 20px;
  }

  .testimonial-section {
    z-index: 0;
    overflow: hidden;
  }

  .heading-9 {
    font-size: 31px;
  }

  .image-19 {
    width: 225px;
    margin-top: -27px;
    margin-left: 27px;
  }

  .slider, .div-slider-content {
    width: 300px;
    height: 570px;
  }

  .image-20 {
    float: left;
    width: 70px;
    margin: 0 auto 7px;
    display: block;
  }

  .testimonial-name {
    width: 270px;
  }

  .testimonial-text-holder {
    width: 260px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .testimonial-beruf.kleiner {
    font-size: 13px;
  }

  .testimonial-beruf.ausblenden {
    display: none;
  }

  .slide {
    width: 300px;
  }

  .slide-nav {
    width: 260px;
  }

  .icon {
    right: 5px;
  }

  .icon-2 {
    left: 5px;
  }

  .ber-andr-section {
    z-index: 0;
    background-image: linear-gradient(0deg, #071226 60%, #fff0 83%), url('../images/Über-André-Background-min.jpg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 15% -9%, 0 0;
    background-size: auto, 1130px, auto;
  }

  .heading-10 {
    margin-top: 34px;
  }

  .ber-andr-text-holder {
    width: 300px;
    margin-top: 359px;
    margin-bottom: -1px;
  }

  .list-content {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-11 {
    margin-top: 33px;
    font-size: 30px;
  }

  .image-21 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid-9 {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    grid-template-columns: 45px 1fr;
    margin-top: 30px;
    margin-bottom: 2px;
  }

  ._8th-div-color-matte {
    margin-top: -20px;
  }

  .heading-12 {
    font-size: 28px;
  }

  .footer {
    z-index: 0;
  }

  .image-22 {
    width: 44px;
    margin-left: 0;
  }

  .footer-dirigierenlernen {
    display: inline-block;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, 60px) 60px 60px;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-24 {
    margin-left: 80vw;
    margin-right: 80vw;
  }

  .menu-button {
    padding-top: 14px;
  }

  .div-block-5 {
    z-index: 1;
    width: 300px;
  }

  .grid-2er-reihe {
    grid-template-columns: 300px;
  }

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

  .bg-foto {
    height: 670px;
    display: none;
  }

  .div-block-7 {
    width: 300px;
  }

  .div-block-8 {
    margin-top: 249px;
    position: relative;
  }

  .div-block-9 {
    background-image: linear-gradient(to bottom, null, null), url('../images/Hero-Section-Hintergrundbild-min.jpg');
    background-position: 0 0, 10%;
  }

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

  .image-30 {
    width: 135px;
    margin-top: 105px;
    margin-left: 125px;
  }

  .image-31 {
    width: 178px;
    margin-top: -33px;
    margin-left: 123px;
  }

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

  .image-32 {
    width: 184px;
    margin-top: -71px;
    margin-left: 25px;
  }

  .image-33 {
    width: 282px;
    margin-top: -204px;
    margin-left: 6px;
  }

  .image-34 {
    width: 305px;
    margin-top: 79px;
    margin-left: -1px;
  }

  .div-block-12 {
    width: 220px;
  }

  .text-block-11 {
    width: 220px;
    font-size: 33px;
  }

  .div-block-13 {
    width: 147px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-36 {
    width: 90px;
  }

  .image-37 {
    width: 70px;
    margin-left: 24px;
  }

  .div-block-14 {
    height: 430px;
  }

  .code-embed, .jwplayer-wrapper {
    width: 300px;
    height: 170px;
  }

  .form-desktop {
    margin-top: 30px;
  }

  .container-2 {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-zusatzpages {
    font-size: 16px;
  }

  .div-block-17 {
    width: 300px;
    margin-bottom: 43px;
  }

  .image-40 {
    width: 80px;
  }

  .telefonnumer {
    min-width: 102px;
  }

  .zusatzpage-h1 {
    margin-top: 20px;
    font-size: 28px;
  }

  .zusatzpage-h2 {
    width: 300px;
    margin-top: 10px;
    font-size: 23px;
    line-height: 25px;
  }

  .zusatzpage-h2.neueslogin-h2-margin {
    width: 250px;
  }

  .zusatzpage-h2.for.h2-margin.kleinerer-header {
    width: 300px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .zusatzpage-h2.dirigiercrashkurs-h2 {
    width: 250px;
  }

  .zusatzpage-kasten {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .zusatzpage-kasten.best-tigung-kasten-margin {
    margin-top: 20px;
  }

  .zusatzpage-trennline {
    width: 180px;
  }

  .zusatzpage-trennline.trennlinie-margin {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .code-embed-5 {
    width: 300px;
  }

  .form-step.active {
    margin-top: 10px;
  }

  .option {
    padding: .4rem .4rem .4rem .8rem;
  }

  .form-text {
    font-size: 15px;
  }

  .textarea {
    min-height: 110px;
    margin-top: 10px;
  }

  .form-fortschritt.margin, .heading-14 {
    margin-top: 20px;
  }
}

#w-node-_872e3e7c-7294-04a0-c917-b70ce8e8dad7-581bdb43 {
  justify-self: center;
}

#w-node-ad40f566-6561-cab7-d349-b0f12aa1846a-581bdb43 {
  justify-self: end;
}

#w-node-d1ee5574-bb67-7abb-7caf-7319a19635a5-581bdb43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_38ea7a8c-b41d-9de3-2119-81fc1be9c33c-581bdb43 {
  justify-self: end;
}

#w-node-dbbea4c5-77ab-5e7c-01e3-b6abc071ded4-581bdb43 {
  align-self: auto;
}

#w-node-baff9086-2b7e-72da-f4eb-6fa07285ece7-581bdb43, #w-node-_658d0da4-1529-aaf9-6969-c1e10edbbeab-581bdb43 {
  justify-self: end;
}

#w-node-_019f8cd5-b43b-461e-334f-f8a109dfdba8-581bdb43 {
  place-self: auto end;
}

#w-node-b977fa8a-0d47-97fb-dea0-1fd0c7ce56e4-581bdb43 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 391px auto;
}

#w-node-_0e4737da-f655-6dc8-b91d-1018e7934f47-581bdb43 {
  grid-row: span 3 / span 3;
}

#w-node-_2898fa45-5858-f7be-1618-5ea4e212037b-581bdb43, #w-node-_553871d8-0d44-c01e-e3f1-639dd8784083-581bdb43 {
  place-self: start center;
}

#w-node-_6b4f6ae6-c26b-ed26-c8f5-baeb28815bf0-581bdb43, #w-node-a96b825f-5f5c-ac70-4749-1aed8f18c51d-581bdb43, #w-node-_62597999-4a92-2dad-f21c-0fcb7db6adf1-581bdb43 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f86f39fa-5b65-f9e3-2071-611b542759e8-542759e0 {
  justify-self: end;
}

#w-node-f86f39fa-5b65-f9e3-2071-611b542759ea-542759e0 {
  place-self: center;
}

#w-node-f86f39fa-5b65-f9e3-2071-611b542759ec-542759e0 {
  justify-self: start;
}

#w-node-_99c4b199-a5fd-32b0-9918-1dbbeed211ae-dd7b2bc5, #w-node-_1ca02f97-ba5b-5ef9-ca25-c943ba6f89a4-dd7b2bc5, #w-node-_0ce117b4-2537-e383-7c0b-f8654e1f6949-dd7b2bc5, #w-node-_78762104-3978-0717-8e25-ef317f74d1f9-dd7b2bc5, #w-node-_78762104-3978-0717-8e25-ef317f74d1fc-dd7b2bc5, #w-node-_78762104-3978-0717-8e25-ef317f74d1ff-dd7b2bc5, #w-node-_20be39d0-26fb-6b86-8e1f-9504f6eb55ac-dd7b2bc5, #w-node-_20be39d0-26fb-6b86-8e1f-9504f6eb55af-dd7b2bc5, #w-node-_20be39d0-26fb-6b86-8e1f-9504f6eb55b2-dd7b2bc5 {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_84c64e2d-a1af-cbd2-de3c-a68fa6a8d7f7-581bdb43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf343ae2-2ea4-e878-b330-2b2bce0d0e1d-581bdb43, #w-node-_7b26b926-e7e9-b58a-ed1c-3382b8c95c00-581bdb43, #w-node-_872e3e7c-7294-04a0-c917-b70ce8e8dad7-581bdb43 {
    justify-self: start;
  }

  #w-node-b977fa8a-0d47-97fb-dea0-1fd0c7ce56e4-581bdb43 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 672px 500px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2abbda26-5994-a139-5c75-bbd4502631e8-581bdb43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b977fa8a-0d47-97fb-dea0-1fd0c7ce56e4-581bdb43 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cf343ae2-2ea4-e878-b330-2b2bce0d0e1d-581bdb43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7b26b926-e7e9-b58a-ed1c-3382b8c95c00-581bdb43, #w-node-_872e3e7c-7294-04a0-c917-b70ce8e8dad7-581bdb43 {
    justify-self: auto;
  }

  #w-node-ad40f566-6561-cab7-d349-b0f12aa1846a-581bdb43, #w-node-_38ea7a8c-b41d-9de3-2119-81fc1be9c33c-581bdb43, #w-node-baff9086-2b7e-72da-f4eb-6fa07285ece7-581bdb43, #w-node-_658d0da4-1529-aaf9-6969-c1e10edbbeab-581bdb43, #w-node-_019f8cd5-b43b-461e-334f-f8a109dfdba8-581bdb43 {
    align-self: start;
  }

  #w-node-_62597999-4a92-2dad-f21c-0fcb7db6adf1-581bdb43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_84c64e2d-a1af-cbd2-de3c-a68fa6a8d7f7-581bdb43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cf343ae2-2ea4-e878-b330-2b2bce0d0e1d-581bdb43, #w-node-_7b26b926-e7e9-b58a-ed1c-3382b8c95c00-581bdb43, #w-node-_872e3e7c-7294-04a0-c917-b70ce8e8dad7-581bdb43 {
    justify-self: center;
  }

  #w-node-d1ee5574-bb67-7abb-7caf-7319a19635a5-581bdb43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-a96b825f-5f5c-ac70-4749-1aed8f18c51d-581bdb43, #w-node-_62597999-4a92-2dad-f21c-0fcb7db6adf1-581bdb43 {
    align-self: start;
  }
}


