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

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

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

.par-v4-cta-box-head {
  text-align: center;
  font-size: 24px;
  line-height: 100%;
}

.par-v4-article-info {
  color: #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  padding-bottom: 5px;
  font-family: Droid Sans, sans-serif;
}

.par-v4-h {
  text-align: center;
  margin-bottom: 23px;
  font-size: 28px;
}

.par-v4-h.align-left {
  text-align: left;
  margin-bottom: 20px;
}

.par-v4-h.align-left.h-info-box {
  margin-bottom: 0;
}

.trust-description {
  text-align: center;
  background-color: #fff;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.par-v4-cta-box {
  background-color: #f6f4f2;
  padding: 3em;
}

.footer-links {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.par-v4-cta-box-item-state-name {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
  text-decoration: none;
}

.expert-name {
  margin-top: 0;
  margin-bottom: 0;
}

.par-v4-hero-img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: .125em;
}

.par-v4-header-wrapper {
  color: #e5e5e5;
  background-color: #bee8ff00;
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 3em;
  display: flex;
}

.about-expert {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link {
  color: #000;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.expert-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.par-v4-cta-box-items {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.cursor {
  position: absolute;
  inset: 50% auto 0% 50%;
}

.par-v4-p-5 {
  margin-top: 1em;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 160%;
  transition: opacity .2s;
}

.par-v4-p-5.export-info-p {
  margin-top: .5em;
  font-size: 16px;
}

.par-v4-p-5.expert-tag-p {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 100%;
}

.par-v4-p-5.expert-position {
  color: #8e8e8e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 100%;
}

.par-v4-p-5.caption {
  margin-top: 0;
  padding-left: 3em;
  padding-right: 3em;
  font-size: 16px;
}

.par-v4-p-5.caption.left-aligned {
  padding-left: 0;
}

.par-v4-p-5.p-info-box {
  margin-top: 20px;
}

.par-v4-p-5.hinweis {
  margin-top: 2em;
  font-size: 14px;
}

.par-v4-cta-box-item {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  align-items: center;
  min-width: 48.7%;
  max-width: 48.7px;
  margin-top: 1em;
  padding: .5em 1em .5em 1.5em;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.expert-img {
  aspect-ratio: 1;
  border: 1px solid #000;
  border-radius: 100px;
}

.expert-img.newexpertimg {
  max-width: 65%;
}

.related-articles-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-top: 1em;
  display: flex;
}

.par-v4-content-wrapper-extra-paddings {
  border: 1px #0000003d;
  padding-left: 3em;
  padding-right: 3em;
  display: block;
}

.bg-video {
  z-index: 999;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
}

.trsut-icon {
  height: 75px;
}

.par-v4-trust-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 0;
  display: flex;
}

.par-v4-cta-box-item-wappen {
  max-height: 60px;
}

.arrow-down-img {
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  display: block;
}

.expert-tag {
  padding: 1em;
}

.expert-tag.tag-green {
  background-color: #acd6b0;
  border-radius: 7px;
}

.expert-tag.tag-violet {
  background-color: #d6b3ff;
  border-radius: 7px;
}

.cta-btn-section {
  justify-content: center;
  align-items: center;
  margin-top: .25em;
  margin-bottom: .25em;
  display: flex;
  position: relative;
}

.related-article-h {
  margin-top: 5px;
  font-size: 21px;
  line-height: 110%;
}

.info-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #e7f0ff;
  border: 1px solid #0000001a;
  border-radius: 15px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: 1.5em;
  display: grid;
}

.info-box.info-box-updated {
  grid-column-gap: 1em;
  grid-row-gap: 2.8em;
  background-color: #a4cfab;
  border-radius: 8px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  margin-top: 2em;
  padding: 2em;
}

.realted-articles-h {
  font-size: 32px;
  line-height: 100%;
}

.par-v4-body-wrapper {
  background-color: #fff;
  width: 900px;
  position: relative;
}

.par-v4-heading {
  font-style: normal;
  font-weight: 400;
}

.par-v4-heading.mt-10 {
  margin-top: 10px;
}

.btn-anmtd {
  text-align: center;
  letter-spacing: .5px;
  background-color: #092d12;
  border-radius: 10px;
  margin: 20px auto;
  padding: 20px 35px;
  font-size: 18px;
  line-height: 130%;
  display: block;
}

.update {
  text-align: center;
  background-color: #ffb8b8;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 21px;
  line-height: 160%;
}

.update._2 {
  background-color: #ffe68d;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

._wf-related-articles-section {
  margin-top: 5em;
}

._wf-related-articles-section.d2 {
  margin-left: 10px;
  margin-right: 10px;
}

.par-v4-subheading {
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
}

.par-v4-subheading.mb-0 {
  margin-bottom: 0;
}

.related-article-item {
  color: #000;
  flex-direction: column;
  width: 33%;
  text-decoration: none;
  display: flex;
}

.related-article-p {
  font-size: 14px;
  line-height: 130%;
}

.par-v4-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3em 0;
  display: flex;
}

.par-v4-footer-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.body {
  background-color: #f7f7f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.red-bold {
  color: red;
}

.img-review-txt {
  text-align: center;
  vertical-align: baseline;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.floating-cta {
  z-index: 9999;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  background-color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .3s;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.img-star-review {
  padding-left: 100px;
  padding-right: 100px;
}

.list-1.numbered {
  margin-bottom: 20px;
  list-style-type: decimal;
}

.list-item-1 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 21px;
  line-height: 160%;
}

.bold-text-346 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
}

.verfified-icon {
  max-height: 14px;
}

.p-7 {
  color: #343434;
  align-self: flex-start;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.p-7.t3ti-head-p {
  color: #929292;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.p-7.t3ti-subheading {
  align-self: flex-start;
  margin-top: .8em;
  margin-bottom: 0;
}

.p-7.mt-0-5em {
  margin-top: .5em;
}

.t3ti-head-img-6 {
  border-radius: 100px;
  max-height: 80px;
}

.t3-testimonials-item-3 {
  flex-flow: column;
  display: flex;
}

.t3-testimonials-item-3.weg.mtb-1em {
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  padding: 10px;
}

.t3ti-head-h {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 100%;
}

.t3ti-head-h-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.t3ti-head {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-345 {
  color: #343434;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.hs-layout-main-content {
  width: 50%;
  margin-top: 3em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.paragraph-10 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.heading-11 {
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-303 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.hs-layout-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-12 {
  margin-top: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-347 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.hs-layout-main-content-2 {
  width: 50%;
  margin-top: 3em;
}

.heading-13 {
  font-family: Lato, sans-serif;
}

.bg-vid {
  z-index: 999;
  position: relative;
}

.bg-vid.hero-vid {
  object-fit: fill;
  height: 600px;
}

.bg-vid.turbo-challenge {
  height: 200px;
}

.bg-vid-wrapper {
  width: 100%;
  position: relative;
}

.le-tutr-bekannt-aus {
  background-color: #022823;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding-bottom: 1em;
  display: flex;
}

.le-tutr-ba-p {
  color: #a4f5c3;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 21px;
  font-weight: 700;
  line-height: 100%;
}

.le-tutr-ba-logos-wrapper {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  overflow: hidden;
}

.le-tutr-ba-logos {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.le-tutr-ba-logo {
  max-height: 17px;
}

.bold-text-348 {
  color: #343434;
  font-size: 18px;
  font-weight: 700;
}

.l2-t-stars {
  max-height: 20px;
  margin-bottom: .75em;
}

.paragraph-25.article-footnote {
  color: #8e8e8e;
  width: 50%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.image {
  padding-left: 25px;
}

.image-2 {
  padding-left: 24px;
}

.image-3 {
  margin-left: -3px;
  padding-left: 28px;
}

@media screen and (min-width: 1440px) {
  .list-item-1.numbered {
    list-style-type: decimal;
  }

  .verfified-icon {
    max-height: 14px;
  }

  .p-7 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 150%;
  }

  .p-7.t3ti-head-p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .p-7.t3ti-subheading {
    margin-top: 1em;
  }

  .t3ti-head-img-6 {
    border-radius: 100px;
    max-height: 65px;
  }

  .t3ti-head-h {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 100%;
  }

  .t3ti-head-h-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .t3ti-head {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paragraph-25 {
    margin-left: 100px;
    margin-right: 100px;
    font-size: 8px;
  }
}

@media screen and (min-width: 1920px) {
  .par-v4-hero-img {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow-down-img {
    margin-top: 1em;
  }
}

@media screen and (max-width: 991px) {
  .par-v4-header-wrapper {
    padding-left: 3em;
    padding-right: 3em;
  }

  .expert-name-box {
    width: 100%;
  }

  .about-expert {
    flex-flow: wrap;
  }

  .expert-img {
    width: 100%;
    height: auto;
  }

  .related-articles-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .par-v4-content-wrapper-extra-paddings {
    width: 100%;
  }

  .cta-btn-section {
    margin-top: 2em;
  }

  .par-v4-body-wrapper {
    width: 100%;
  }

  .btn-anmtd {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .related-article-item {
    width: 45%;
  }

  .par-v4-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .img-review-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-7 {
    font-size: 18px;
  }

  .hs-layout-main-content {
    width: 90%;
  }

  .paragraph-10 {
    word-break: keep-all;
  }

  .hs-layout-main-content-2 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .par-v4-cta-box, .par-v4-header-wrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .expert-name-box {
    width: 100%;
  }

  .about-expert {
    flex-flow: wrap;
  }

  .par-v4-cta-box-items {
    flex-direction: column;
  }

  .par-v4-cta-box-item {
    min-width: 100%;
    max-width: 100%;
  }

  .related-articles-wrapper {
    justify-content: space-between;
  }

  .par-v4-content-wrapper-extra-paddings {
    padding-left: 1em;
    padding-right: 1em;
  }

  .related-article-item {
    width: 100%;
  }

  .p-7 {
    font-weight: 300;
  }

  .heading-10, .heading-13 {
    line-height: 110%;
  }

  .le-tutr-ba-logo {
    max-height: 13px;
  }

  .paragraph-25.article-footnote {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .about-expert {
    justify-content: center;
    align-items: center;
  }

  .par-v4-p-5 {
    font-size: 18px;
    line-height: 150%;
  }

  .par-v4-p-5.expert-tag-p {
    font-size: 12px;
  }

  .par-v4-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .expert-img {
    width: auto;
    height: 70px;
    min-height: 70px;
  }

  .expert-img.newexpertimg {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .par-v4-content-wrapper-extra-paddings {
    padding-left: 0;
    padding-right: 0;
  }

  .bg-video {
    aspect-ratio: 16 / 9;
    object-fit: contain;
    height: 250px;
    position: relative;
  }

  .bold-text-8 {
    padding-right: 0;
  }

  .arrow-down-img {
    margin-top: 2em;
  }

  .info-box {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .info-box.info-box-updated {
    text-align: center;
    grid-template-columns: .25fr;
    place-items: start stretch;
    display: block;
  }

  .par-v4-heading {
    font-size: 32px;
    font-weight: 800;
    line-height: 100%;
  }

  .update {
    font-size: 18px;
  }

  .par-v4-subheading {
    font-size: 21px;
  }

  .par-v4-content-wrapper {
    padding-top: 1em;
  }

  .img-review-txt {
    padding-left: 0;
    padding-right: 0;
  }

  .trust-elements {
    height: 25px;
  }

  .img-star-review {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-item-1.numbered {
    padding-left: 0;
    font-size: 18px;
  }

  .bold-text-346 {
    font-size: 15px;
    font-weight: 700;
  }

  .p-7 {
    color: #343434;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
  }

  .p-7.t3ti-head-p {
    color: #4e5358;
    font-size: 12px;
    line-height: 100%;
  }

  .t3ti-head-img-6 {
    max-width: 100%;
    max-height: 70px;
  }

  .t3-testimonials-item-3 {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 15px;
  }

  .t3-testimonials-item-3.weg {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    padding: 15px;
    display: flex;
  }

  .t3-testimonials-item-3.weg.mtb-1em {
    margin-left: 0;
  }

  .t3ti-head-h {
    text-align: center;
    align-self: auto;
    font-size: 18px;
    line-height: 100%;
  }

  .t3ti-head-h-wrapper {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    line-height: 18px;
  }

  .t3ti-head {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .bold-text-345 {
    font-size: 16px;
    font-weight: 700;
  }

  .heading-10 {
    font-size: 28px;
    line-height: 120%;
  }

  .hs-layout-content {
    width: 90%;
  }

  .heading-13 {
    font-size: 28px;
    line-height: 120%;
  }

  .le-tutr-ba-logos {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .bold-text-348 {
    font-size: 15px;
    font-weight: 700;
  }
}


