:root {
  --deep-blue: #00a3e5;
  --silver: #c7c6c6;
  --white: white;
  --black: black;
  --white-smoke: #f8f8f8;
  --gainsboro: #e7e7e7;
  --steel-blue: #337ab7;
  --steel-blue-dark: #2e6da4;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Abel, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.nav-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px 10px 3px;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
}

.nav-container {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-brand {
  width: 200px;
  height: 90px;
  margin-bottom: 5px;
  padding-bottom: 0;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.nav-links {
  background-color: var(--deep-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 16.43%;
  min-height: 34px;
  margin-left: 1px;
  margin-right: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Abel, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.nav-links.w--current {
  background-color: var(--silver);
  color: var(--white);
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.main-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.section {
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  display: block;
}

.section.erfahru {
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section.kontakt {
  padding-top: 100px;
}

.section.angebot {
  min-height: 60vh;
}

.main-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-img {
  background-image: url('../images/fotolia_84727875_m.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 520px;
  display: flex;
}

.div-img.angebot {
  background-image: url('../images/fotolia_137279987_s.jpg');
}

.div-img.diagnose {
  background-image: url('../images/fotolia_133566774_s.jpg');
}

.div-img.lernvideo {
  background-image: url('../images/fotolia_86325277_s.jpg');
  background-size: cover;
}

.div-img.whatsapp {
  background-image: url('../images/fotolia_108049328_s.jpg');
  background-size: contain;
}

.div-img.skype {
  background-image: url('../images/fotolia_136039781_s.jpg');
  background-position: 50%;
}

.blue-block {
  background-color: var(--deep-blue);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 54px;
  padding: 20px;
  font-family: Abel, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.blue-block.klien {
  width: auto;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.blue-block.mb-30 {
  margin-bottom: 30px;
}

.section-p {
  text-align: center;
  margin-bottom: 0;
}

.section-p.strong {
  color: var(--deep-blue);
  text-align: center;
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 28px;
}

.section-p.strong.black {
  color: var(--black);
}

.section-p.mb-15 {
  margin-bottom: 15px;
}

.section-p.mittle {
  text-align: center;
}

.section-p.date-p, .section-p.links {
  text-align: left;
}

.text-block {
  color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 20px;
  font-family: Abel, sans-serif;
  font-size: 17px;
  display: flex;
}

.arrow-down {
  width: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.arrow-img {
  width: 100%;
  height: 100%;
}

.arrow-img.rotate-rechts {
  object-fit: contain;
  transform: rotate(90deg);
}

.arrow-img.sehr-klien {
  object-fit: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.list-flex-main {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  display: flex;
}

.list-flex-item {
  color: var(--deep-blue);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-bottom: 5px;
  font-size: 17px;
  display: flex;
}

.list-flex-inner {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.telefon {
  background-color: var(--deep-blue);
  color: var(--white);
  text-align: center;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: auto;
  margin: 20px auto;
  padding: 10px;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.telefon-img {
  object-fit: contain;
  width: 15px;
  height: auto;
  margin-right: 10px;
}

.footer {
  text-align: center;
  background-color: #8a89895c;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-container {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.address {
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.footer-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-right: 10px;
}

.footer-icon.mt-3 {
  margin-top: 3px;
}

.mobil {
  color: var(--black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.mobil:hover {
  color: var(--deep-blue);
}

.email {
  color: var(--black);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.email:hover {
  color: var(--deep-blue);
}

.footer-links {
  color: var(--black);
  text-align: center;
  margin-bottom: 5px;
  text-decoration: none;
}

.footer-links:hover {
  color: var(--deep-blue);
}

.form-main {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.input-label {
  font-weight: 400;
}

._2xauto {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  margin-bottom: 5px;
}

.name-block {
  width: 100%;
  height: 100%;
}

.input-field {
  border: 1px solid var(--deep-blue);
  background-color: var(--white-smoke);
  color: var(--deep-blue);
  margin-bottom: 0;
  font-style: italic;
}

.input-field:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  font-style: normal;
}

.input-field:active {
  border-color: var(--black);
  color: var(--black);
  font-style: normal;
}

.input-field:focus {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  font-style: normal;
}

.input-field::placeholder {
  color: var(--deep-blue);
}

._2xauto-cc {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr;
}

.input-textarea {
  border: 1px solid var(--deep-blue);
  background-color: var(--white-smoke);
  color: var(--deep-blue);
  margin-bottom: 0;
  font-style: italic;
}

.input-textarea:hover {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  font-style: normal;
}

.input-textarea:active {
  border-color: var(--black);
  color: var(--black);
  font-style: normal;
}

.input-textarea:focus {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
  font-style: normal;
}

.input-textarea::placeholder {
  color: var(--deep-blue);
}

.submit-btn {
  background-color: var(--deep-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 20px;
}

.white-block {
  width: 100%;
  height: 100%;
  min-height: 52px;
  padding-bottom: 100px;
  position: relative;
}

.white-block.diagnose {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.white-block.lernvideo {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

._5xauto {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  position: absolute;
}

.angebot-circle {
  background-color: var(--deep-blue);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 15px;
  font-size: 25px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 30px;
}

.angebot-circle:hover {
  background-color: var(--silver);
}

.whatsapp-logo {
  border-radius: 20px;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.text-btn {
  color: var(--black);
  text-decoration: none;
}

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

.top-bar {
  z-index: 500;
  border-bottom: 1px solid var(--gainsboro);
  background-color: var(--white-smoke);
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.page-container {
  max-width: 1000px;
}

.topbar-link {
  color: #777;
  text-align: center;
  width: auto;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.topbar-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.main-section {
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.main-section.flex {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-container {
  max-width: 1000px;
}

.login-form {
  width: 100%;
  height: 100%;
}

.form-wrapper {
  border: 1px solid var(--silver);
  border-radius: 4px;
}

.form-head {
  border-bottom: 1px solid var(--gainsboro);
  background-color: #f5f5f5;
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.form-heading.mb-10 {
  margin-bottom: 10px;
}

.form-body {
  padding: 10px 20px 10px 15px;
}

.form-grid {
  grid-template-rows: auto;
  grid-template-columns: 8.5rem 1fr;
  padding-left: 60px;
}

.label-div {
  text-align: right;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.input-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-label {
  color: var(--black);
  text-align: right;
  width: 100%;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.form-label.mittle {
  text-align: left;
}

.form-input {
  border: 1px solid var(--silver);
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0;
}

.form-input:active, .form-input:focus {
  border-color: var(--deep-blue);
  box-shadow: 0 0 7px -3px var(--deep-blue);
}

.form-input.textarea {
  margin-top: 20px;
}

.form-footer {
  border-top: 1px solid var(--gainsboro);
  background-color: #f5f5f5;
  border-radius: 0 0 3px 3px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  display: flex;
}

.form-btn {
  background-color: var(--steel-blue);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

.form-btn:hover {
  border: 1px none var(--steel-blue-dark);
  background-color: var(--steel-blue-dark);
}

.form-btn.mr-0 {
  margin-right: 0;
}

.form-link {
  color: var(--steel-blue);
  text-align: center;
  text-decoration: none;
}

.form-link:hover {
  color: var(--steel-blue-dark);
  text-decoration: underline;
}

.stroke {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
}

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

.div-btn {
  background-color: var(--steel-blue);
  color: var(--white);
  text-align: center;
  border-radius: 4px;
  margin-right: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-btn:hover {
  border: 1px none var(--steel-blue-dark);
  background-color: var(--steel-blue-dark);
}

.text-link {
  color: #333;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
}

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

.text-link.gro {
  color: var(--steel-blue);
  margin-right: 0;
  font-size: 15px;
}

.popup {
  z-index: 450;
  background-color: #00000040;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-popup {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 600px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.popup-head {
  border-bottom: 1px solid var(--gainsboro);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  display: flex;
}

.popup-text {
  margin-bottom: 0;
  font-weight: 300;
}

.popup-form {
  width: 100%;
  margin-bottom: 0;
}

.form-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.popup-close {
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0% 0% auto auto;
}

.popup-close:hover {
  opacity: 1;
}

.name-div {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  height: 100%;
  padding: 10px;
}

.popup-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 5px;
}

.telefon-div, .info-div {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  height: 100%;
  padding: 10px;
}

.nachricht-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.impdat-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: block;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.cookie_block {
  background-color: var(--white);
  box-shadow: 0 0 5px 1px var(--silver);
  color: var(--black);
  text-align: center;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.cookie-img {
  width: 100%;
  height: 100%;
}

.cookie-img-div {
  border-radius: 100%;
  width: 50px;
  height: 100%;
  padding: 5px;
}

.cookie-div {
  color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px;
  display: none;
  overflow: hidden;
}

.cookie-text {
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cookie-text.klein {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.cookie-popup {
  z-index: 5;
  background-color: var(--white);
  text-align: center;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 15px;
  font-family: Roboto, sans-serif;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 10px -3px #0009;
}

.cookie-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.flex-div_btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cookie-btn {
  text-align: center;
  text-transform: uppercase;
  border-radius: 15px;
  width: 50%;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
}

.cookie-btn.red {
  background-color: #b22222;
}

.cookie-btn.green {
  background-color: #228b22;
}

.cookie-close {
  opacity: .5;
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px;
  transition: opacity .3s ease-in-out;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cookie-close:hover {
  opacity: 1;
}

.checkbox-field {
  text-align: left;
}

.link-formular {
  color: var(--deep-blue);
  text-decoration: none;
}

.muster-formular {
  width: 100%;
  height: 100%;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-41 {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.div-block-41.highlights {
  background-color: var(--deep-blue);
}

.div-block-41.highlights.newtext {
  color: #fff;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.funnel-embed {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-section {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-links {
    width: 100%;
    margin: 1px auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section {
    padding: 60px 40px;
  }

  .section.erfahru {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.kontakt {
    padding-top: 60px;
  }

  .div-img {
    height: 400px;
  }

  .div-img.angebot {
    height: 400px;
    margin-top: 20px;
  }

  .div-img.diagnose {
    height: 400px;
  }

  .section-p.date-p {
    width: 100%;
  }

  .text-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menubtn {
    background-color: var(--white);
    color: var(--deep-blue);
  }

  .nav-menubtn.w--open {
    background-color: var(--deep-blue);
    color: var(--white);
  }

  .white-block {
    width: 80%;
    padding-bottom: 0;
  }

  .white-block.diagnose {
    margin-left: auto;
    margin-right: auto;
  }

  .white-block.lernvideo {
    padding-top: 0;
    padding-bottom: 0;
  }

  ._5xauto {
    grid-column-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-content: center;
    place-items: center;
    position: relative;
  }

  .angebot-circle {
    width: 135px;
    height: 135px;
    top: 0;
  }

  .page-container, .body-container {
    max-width: 950px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-grid {
    padding-left: 0;
  }

  .impdat-3 {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-size: 23px;
  }

  .div-block-41 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

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

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 60px;
  }

  .div-img {
    height: 400px;
  }

  .div-img.angebot, .div-img.diagnose, .div-img.whatsapp, .div-img.skype {
    height: 350px;
  }

  .section-p.strong.links, .section-p.mb-15.links, .section-p.links {
    text-align: center;
  }

  .list-flex-item {
    justify-content: center;
  }

  .footer {
    padding: 40px 20px 70px;
  }

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

  .footer-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .white-block {
    width: 100%;
  }

  .white-block.diagnose {
    align-self: flex-start;
    padding-left: 20px;
  }

  .white-block.lernvideo {
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  ._5xauto {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .page-container {
    max-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-grid {
    padding-left: 0;
  }

  .div-popup {
    width: 500px;
  }

  .success, .div-block-41 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-22 {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .nav-section {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-brand {
    width: 170px;
    height: 70px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.erfahru {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.kontakt {
    padding-top: 40px;
  }

  .div-img, .div-img.angebot, .div-img.diagnose {
    height: 300px;
  }

  .div-img.lernvideo {
    background-size: contain;
  }

  .div-img.whatsapp, .div-img.skype {
    height: 300px;
  }

  .blue-block {
    padding: 10px;
  }

  .section-p, .section-p.strong.black {
    font-size: 14px;
    line-height: 22px;
  }

  .section-p.strong.links {
    font-size: 18px;
    line-height: 25px;
  }

  .section-p.mb-15.links {
    text-align: center;
  }

  .section-p.links {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }

  .text-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .list-flex-item {
    text-align: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .list-flex-inner {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .telefon-img {
    width: 15px;
  }

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

  .grid {
    flex-direction: column;
    display: flex;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
  }

  .address {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-icon, .footer-icon.mt-3 {
    margin-right: 0;
  }

  .mobil, .email {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .input-label {
    text-align: center;
  }

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

  ._2xauto-cc {
    flex-direction: column;
    grid-template-columns: 1.5fr;
    place-content: center;
    display: flex;
  }

  .white-block {
    width: 100%;
  }

  .white-block.diagnose, .white-block.lernvideo {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  ._5xauto {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .angebot-circle {
    width: 100px;
    height: 100px;
  }

  .main-section.flex {
    padding-top: 20px;
  }

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

  .form-heading, .form-heading.mb-10 {
    text-align: center;
  }

  .form-body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .label-div {
    text-align: left;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .form-label {
    text-align: left;
  }

  .form-footer {
    text-align: center;
    flex-direction: column;
  }

  .form-btn {
    margin-right: 0;
  }

  .form-link {
    padding-top: 10px;
    padding-right: 20px;
  }

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

  .div-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .text-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .popup {
    padding-top: 220px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .div-popup {
    width: 300px;
  }

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

  .impdat-3 {
    padding: 40px 10px;
  }

  .heading {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6 {
    font-size: 15px;
  }

  .text-block-7 {
    text-align: center;
  }

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

  .div-block-41.highlights {
    padding: 20px;
  }

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

#w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb10-7908fb0d, #w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb27-7908fb0d, #w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb2b-7908fb0d, #w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb2f-7908fb0d, #w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb34-7908fb0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb38-7908fb0d {
  place-self: center start;
}

#w-node-_72446d5e-27c2-3d37-1c0b-1dee1eba3973-7908fb0d, #w-node-_6841a6d9-428c-4044-fac3-7a082085b368-004f1d0e, #w-node-_381ad91c-42ac-692e-c986-f09c0dacb03d-004f1d0e, #w-node-_3980f5e7-3a68-068b-3048-486167c08b8f-004f1d0e, #w-node-_77ba7d25-9aa6-fcf0-d4c4-25815354a083-004f1d0e, #Passwort.w-node-a8ba7984-d567-48c1-9ad3-a62a5f897398-004f1d0e, #w-node-e425acf9-d82a-98e1-02a2-d885c564b2bc-004f1d0e, #w-node-fd1e9c8c-ed97-5646-70f7-f4026aa6fafb-004f1d0e, #w-node-_961cf2af-3ef4-c61c-1b19-0026dc2f10a8-004f1d0e, #w-node-_59f78ba4-9491-3ba2-c4d8-9f165bee2360-004f1d0e, #w-node-_6633d703-25e2-88d3-0bad-049fd102500a-004f1d0e, #w-node-f64b7666-9c51-bedb-0bcf-8e1974b52683-004f1d0e, #w-node-fda47b9e-a3d5-eae5-6c26-cdd44fbd2cce-004f1d0e, #w-node-_2881edb2-24e9-8c64-6330-e8ccafbc0189-004f1d0e, #w-node-_6841a6d9-428c-4044-fac3-7a082085b368-b25e3798, #w-node-_381ad91c-42ac-692e-c986-f09c0dacb03d-b25e3798, #w-node-fc454706-ca6e-5228-d841-8aef1ce62d1e-b25e3798, #w-node-baa39542-63bd-159e-36ec-fd5ef0279561-b25e3798, #w-node-_3980f5e7-3a68-068b-3048-486167c08b8f-b25e3798, #w-node-_77ba7d25-9aa6-fcf0-d4c4-25815354a083-b25e3798, #Postleitzahl.w-node-a8ba7984-d567-48c1-9ad3-a62a5f897398-b25e3798, #w-node-e425acf9-d82a-98e1-02a2-d885c564b2bc-b25e3798, #w-node-fd1e9c8c-ed97-5646-70f7-f4026aa6fafb-b25e3798, #w-node-_961cf2af-3ef4-c61c-1b19-0026dc2f10a8-b25e3798, #w-node-_59f78ba4-9491-3ba2-c4d8-9f165bee2360-b25e3798, #w-node-_6633d703-25e2-88d3-0bad-049fd102500a-b25e3798, #w-node-f64b7666-9c51-bedb-0bcf-8e1974b52683-b25e3798, #w-node-fda47b9e-a3d5-eae5-6c26-cdd44fbd2cce-b25e3798, #w-node-_2881edb2-24e9-8c64-6330-e8ccafbc0189-b25e3798, #w-node-b9486309-9612-07ac-f1b3-e71c779d21c1-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21c4-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21c8-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21cb-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21cf-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21d2-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21d6-45888331, #w-node-b9486309-9612-07ac-f1b3-e71c779d21db-45888331, #w-node-f2788c63-d284-16f2-76df-9112937e2386-4a374536, #w-node-_78ec4843-41da-0e91-098e-3b94769a3bb9-b1e9e4e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb10-7908fb0d {
    place-self: center;
  }

  #w-node-_7fe135fa-ac3c-1d16-ff7e-f75c7908fb38-7908fb0d {
    justify-self: center;
  }

  #w-node-_72446d5e-27c2-3d37-1c0b-1dee1eba3973-7908fb0d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f2788c63-d284-16f2-76df-9112937e2386-4a374536, #w-node-_78ec4843-41da-0e91-098e-3b94769a3bb9-b1e9e4e1 {
    place-self: center;
  }
}


