body {
  font-family: Plus Jakarta Sans
}

#page-title {
  font-weight: 700
}

.section-erfolg {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 30px 160px
}

@media(max-width:1150px) {
  .section-erfolg {
    gap: 40px;
    padding: 40px 30px 80px
  }
}

.section-heading {
  color: #01172e;
  font-size: 46px;
  font-weight: 300;
  line-height: 55px
}

@media(max-width:1150px) {
  .section-heading {
    text-align: left
  }
}

@media(max-width:800px) {
  .section-heading {
    font-size: 36px;
    line-height: 45px
  }
}

@media(max-width:500px) {
  .section-heading {
    font-size: 30px;
    line-height: 40px
  }
}

.section-heading strong {
  font-weight: 700
}

.section-subheading {
  color: #006ab8;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px
}

@media(max-width:1150px) {
  .section-subheading {
    text-align: left
  }
}

@media(max-width:800px) {
  .section-subheading {
    font-size: 24px;
    line-height: 30px
  }
}

@media(max-width:500px) {
  .section-subheading {
    font-size: 20px;
    line-height: 25px
  }
}

.icon-heading {
  align-items: center;
  border-left: 2px solid #36dd21;
  color: #36dd21;
  display: flex;
  font-size: 30px;
  font-weight: 400;
  gap: 15px;
  margin-bottom: 15px;
  padding-left: 15px
}

@media(max-width:800px) {
  .icon-heading {
    font-size: 24px
  }
}

@media(max-width:500px) {
  .icon-heading {
    font-size: 20px
  }
}

.icon-heading .icon-svg {
  height: 24px;
  width: 24px
}

@media(max-width:800px) {
  .icon-heading .icon-svg {
    height: 20px;
    width: 20px
  }
}

@media(max-width:500px) {
  .icon-heading .icon-svg {
    height: 16px;
    width: 16px
  }
}

.section-description {
  color: #01172e;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  font-weight: 300;
  gap: 0;
  line-height: 50px;
  margin-bottom: 30px
}

@media(max-width:800px) {
  .section-description {
    font-size: 32px;
    line-height: 40px
  }
}

@media(max-width:500px) {
  .section-description {
    font-size: 26px;
    line-height: 35px
  }
}

.section-description strong {
  font-weight: 700
}

.section-description small {
  font-size: 30px;
  font-style: italic
}

@media(max-width:800px) {
  .section-description small {
    font-size: 24px
  }
}

@media(max-width:500px) {
  .section-description small {
    font-size: 20px
  }
}

.section-text {
  color: #01172e;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px
}

.section-text strong {
  font-weight: 700
}

.section-text .highlight-text {
  color: #6acae3
}

.erfolg-subsection {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  position: relative
}

@media(max-width:1150px) {
  .erfolg-subsection {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 0
  }
}

.erfolg-subsection>img {
  width: 50%
}

@media(max-width:1150px) {
  .erfolg-subsection>img {
    order: 2;
    width: 80%
  }
}

@media(max-width:500px) {
  .erfolg-subsection>img {
    width: 90%
  }
}

.erfolg-subsection .absolute-image {
  left: 0;
  position: absolute;
  top: 0;
  width: 80%
}

@media(max-width:1150px) {
  .erfolg-subsection .absolute-image {
    position: relative
  }
}

@media(max-width:500px) {
  .erfolg-subsection .absolute-image {
    width: 90%
  }
}

.erfolg-subsection .absolute-text {
  margin-left: 50%;
  width: 50%
}

@media(max-width:1150px) {
  .erfolg-subsection .absolute-text {
    margin-left: 0;
    width: 100%
  }
}

#erfolg-section-coaching {
  padding: 80px 0
}

@media(max-width:1150px) {
  #erfolg-section-coaching #image-coaching {
    width: 50%
  }
}

@media(max-width:500px) {
  #erfolg-section-coaching #image-coaching {
    width: 80%
  }
}

#erfolg-section-coaching .navy-background {
  background-color: #01172e;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 75%;
  z-index: -1
}

#erfolg-section-coaching .navy-background:after {
  background-color: #01172e;
  content: "";
  height: 100%;
  position: absolute;
  right: 99%;
  top: 0;
  width: 50vw;
  z-index: 1
}

@media(max-width:1150px) {
  #erfolg-section-coaching .navy-background {
    width: 100%
  }
}

#erfolg-section-coaching .section-description,
#erfolg-section-coaching .section-text {
  color: #fff
}

#erfolg-section-community {
  margin-top: 180px;
  padding: 80px 0
}

@media(max-width:1150px) {
  #erfolg-section-community {
    margin-top: 0
  }
}

#erfolg-section-community #regionalgruppen-image {
  margin-top: -30px
}

#erfolg-section-community .grey-background {
  background-color: #f7f7f7;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 75%;
  z-index: -1
}

#erfolg-section-community .grey-background:after {
  background-color: #f7f7f7;
  content: "";
  height: 100%;
  position: absolute;
  right: 99%;
  top: 0;
  width: 50vw;
  z-index: 1
}

@media(max-width:1150px) {
  #erfolg-section-community .grey-background {
    width: 100%
  }
}

.worki_home .skew_back {
  margin-top: 0
}

.worki_home .flex_works {
  padding-top: 160px
}

.donation-heading {
  color: #01172e;
  margin-bottom: 80px;
  text-align: left !important
}

@media(max-width:1150px) {
  .donation-heading {
    margin-bottom: 40px
  }
}

@media(max-width:800px) {
  .donation-heading {
    font-size: 30px
  }
}

.ticku p {
  color: #01172e
}

.ticku img {
  height: 40px;
  width: 40px
}

#page-karriere .personio-jobs {
  color: #01172e
}

#page-karriere .personio-jobs .personio-departments .department {
  padding-bottom: 20px
}

#page-karriere .personio-jobs .personio-departments .department-name {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px
}

#page-karriere .personio-jobs .personio-departments .personio-positions {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 2px 4px 0 #e8e8e8;
  padding: 16px 24px
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position {
  padding: 20px 0
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position:not(:last-child) {
  border-bottom: 1px solid #c7c7c7
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position:hover svg {
  display: block
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position a {
  align-items: center;
  color: #01172e;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-decoration: none
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position a svg {
  display: none;
  font-size: 30px
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position .position-title {
  font-size: 20px;
  font-weight: 400
}

#page-karriere .personio-jobs .personio-departments .personio-positions .position .position-details {
  color: #7b7b7b;
  font-size: 14px;
  margin-top: 5px
}

.page-tp * {
  font-variant-ligatures: none
}

.page-tp h1,
.page-tp h2,
.page-tp h3,
.page-tp h4 {
  color: #00172e;
  margin-top: 0
}

.page-tp .tp-verlauf-wrapper {
  background-color: #001020;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative
}

.page-tp .tp-verlauf-wrapper .verlauf-1 {
  background-size: auto;
  pointer-events: none;
  top: 250px
}

.page-tp .tp-verlauf-wrapper .verlauf-1,
.page-tp .tp-verlauf-wrapper .verlauf-2 {
  background-position: 50%;
  background-repeat: no-repeat;
  height: 1648px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.page-tp .tp-verlauf-wrapper .verlauf-2 {
  background-size: cover;
  max-width: 1648px;
  top: -100px
}

.page-tp .tp-hero {
  background-position: center -50px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 120px
}

@media(max-width:1632px) {
  .page-tp .tp-hero {
    background-position: 50%
  }
}

@media(max-width:900px) {
  .page-tp .tp-hero {
    background-position: 35%
  }
}

@media(max-width:700px) {
  .page-tp .tp-hero {
    background-color: #fff;
    background-image: none;
    padding-top: 40px
  }
}

.page-tp .tp-hero__img-mobile {
  display: none;
  max-width: 100%
}

@media(max-width:700px) {
  .page-tp .tp-hero__img-mobile {
    display: block
  }

  .page-tp .tp-hero__mobile-bg {
    align-items: flex-end;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 600px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px
  }
}

@media(max-width:600px) {
  .page-tp .tp-hero__mobile-bg {
    height: 500px
  }
}

@media(max-width:500px) {
  .page-tp .tp-hero__mobile-bg {
    height: 400px
  }
}

@media(max-width:450px) {
  .page-tp .tp-hero__mobile-bg {
    height: 350px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px
  }
}

.page-tp .tp-hero h1 {
  font-size: 80px;
  font-weight: 400;
  line-height: 82px;
  margin-bottom: 40px;
  padding-left: 34px;
  position: relative
}

.page-tp .tp-hero h1:before {
  background-color: #36dd21;
  content: "";
  display: block;
  height: 130px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 9px
}

@media(max-width:1632px) {
  .page-tp .tp-hero h1 {
    margin-bottom: 20px
  }
}

@media(max-width:700px) {
  .page-tp .tp-hero h1 {
    font-size: 60px;
    line-height: 62px
  }

  .page-tp .tp-hero h1:before {
    height: 108px;
    top: 10px
  }
}

@media(max-width:500px) {
  .page-tp .tp-hero h1 {
    font-size: 46px;
    line-height: 48px;
    padding-left: 24px
  }

  .page-tp .tp-hero h1:before {
    height: 90px;
    top: 8px;
    width: 5px
  }
}

@media(max-width:400px) {
  .page-tp .tp-hero h1 {
    font-size: 38px;
    line-height: 40px;
    padding-left: 24px
  }

  .page-tp .tp-hero h1:before {
    height: 70px;
    top: 6px
  }
}

.page-tp .tp-hero h1 strong {
  display: block;
  font-weight: 700
}

.page-tp .tp-hero h2 {
  color: #006ab8;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 80px;
  max-width: 580px;
  padding-left: 34px
}

@media(max-width:700px) {
  .page-tp .tp-hero h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0
  }
}

.page-tp .tp-hero .btn {
  margin-bottom: 120px
}

@media(max-width:1632px) {
  .page-tp .tp-hero .btn {
    margin-bottom: 20px
  }
}

.page-tp .elp-logos__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 40px 0 150px
}

.page-tp .elp-logos__inner img {
  max-width: 100%
}

@media(max-width:700px) {
  .page-tp .elp-logos__inner {
    padding-bottom: 50px
  }
}

@media(max-width:1100px) {
  .page-tp .elp-logos__inner {
    flex-direction: row;
    gap: 6px;
    padding-left: 10px;
    padding-right: 10px
  }

  .page-tp .elp-logos__item:nth-child(1n+6) {
    display: none
  }

  .page-tp .elp-logos__item {
    margin-bottom: 16px;
    text-align: center;
    width: 20%
  }
}

@media(max-width:750px) {
  .page-tp .elp-logos__item {
    width: auto
  }

  .page-tp .elp-logos__item:nth-child(1n+5) {
    display: none
  }
}

@media(max-width:650px) {
  .page-tp .elp-logos__item {
    width: 23%
  }

  .page-tp .elp-logos__item img {
    width: 90%
  }
}

.page-tp .tp-emotionen {
  border-bottom: 1px solid hsla(0, 0%, 91%, .45);
  padding-bottom: 80px;
  position: relative
}

@media(max-width:700px) {
  .page-tp .tp-emotionen {
    padding-bottom: 60px;
    top: -40px
  }
}

.page-tp .tp-emotionen h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 101px;
  margin-bottom: 40px
}

@media(max-width:700px) {
  .page-tp .tp-emotionen h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px
  }
}

.page-tp .tp-emotionen h3 {
  color: #6acae3;
  font-size: 32px;
  font-weight: 200;
  line-height: 42px;
  margin-bottom: 0
}

.page-tp .tp-emotionen p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 30px
}

.page-tp .tp-emotionen p:first-child {
  padding-top: 20px
}

.page-tp .tp-emotionen p:last-child {
  margin-bottom: 0
}

.page-tp .tp-emotionen__row {
  display: flex;
  justify-content: space-between
}

@media(max-width:1060px) {
  .page-tp .tp-emotionen__row {
    flex-wrap: wrap
  }
}

.page-tp .tp-emotionen__col1 {
  width: 48%
}

@media(max-width:1060px) {
  .page-tp .tp-emotionen__col1 {
    width: 100%
  }
}

.page-tp .tp-emotionen__col2 {
  width: 48%
}

@media(max-width:1060px) {
  .page-tp .tp-emotionen__col2 {
    width: 100%
  }
}

.page-tp .tp-bereiche {
  margin-bottom: 120px;
  padding-top: 40px;
  position: relative
}

@media(max-width:700px) {
  .page-tp .tp-bereiche {
    margin-bottom: 60px;
    padding-bottom: 60px
  }
}

.page-tp .tp-bereiche__deco {
  left: -50%;
  pointer-events: none;
  position: absolute;
  top: 220px;
  width: 210%
}

.page-tp .tp-bereiche h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 40px;
  max-width: 900px
}

.page-tp .tp-bereiche h2 span {
  color: #36dd21
}

@media(max-width:700px) {
  .page-tp .tp-bereiche h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

.page-tp .tp-bereiche p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 80px;
  max-width: 900px
}

.page-tp .tp-bereiche img {
  margin: 0 auto 90px;
  max-width: 100%
}

.page-tp .tp-bereiche__img-desktop {
  display: block
}

@media(max-width:900px) {
  .page-tp .tp-bereiche__img-desktop {
    display: none
  }
}

.page-tp .tp-bereiche__img-mobile {
  display: none
}

@media(max-width:900px) {
  .page-tp .tp-bereiche__img-mobile {
    display: block
  }
}

.page-tp .tp-bereiche__grid ul {
  column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style-type: none;
  margin-bottom: 120px;
  padding-left: 0;
  row-gap: 40px
}

@media(max-width:1300px) {
  .page-tp .tp-bereiche__grid ul {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

@media(max-width:900px) {
  .page-tp .tp-bereiche__grid ul {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}

@media(max-width:700px) {
  .page-tp .tp-bereiche__grid ul {
    margin-bottom: 40px
  }
}

.page-tp .tp-bereiche__grid ul li {
  align-items: flex-start;
  display: flex
}

.page-tp .tp-bereiche__grid ul li div {
  flex-grow: 1
}

.page-tp .tp-bereiche__grid ul li h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 0
}

@media(max-width:460px) {
  .page-tp .tp-bereiche__grid ul li h3 {
    font-size: 24px;
    line-height: 30px
  }
}

.page-tp .tp-bereiche__grid ul li p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 0
}

.page-tp .tp-bereiche__grid ul li strong {
  font-weight: 700
}

.page-tp .tp-bereiche__grid ul li img {
  padding-right: 22px;
  position: relative;
  top: 12px;
  width: 60px
}

@media(max-width:800px) {
  .page-tp .tp-bereiche__grid ul li {
    width: 100%
  }
}

@media(max-width:600px) {
  .page-tp .tp-bereiche__grid ul {
    margin-bottom: 60px
  }

  .page-tp .tp-bereiche__grid ul li {
    font-size: 15px;
    line-height: 25px
  }

  .page-tp .tp-bereiche__grid ul li img {
    padding-right: 16px;
    position: relative;
    top: 10px;
    width: 40px
  }

  .page-tp .tp-bereiche__grid p {
    font-size: 15px;
    line-height: 25px
  }
}

.page-tp .tp-gastgeber {
  background-color: #f7f7f7;
  padding-bottom: 120px;
  padding-top: 100px;
  position: relative
}

@media(max-width:1200px) {
  .page-tp .tp-gastgeber {
    padding-bottom: 50px
  }
}

.page-tp .tp-gastgeber h2 {
  font-size: 66px;
  font-weight: 700;
  line-height: 84px;
  margin-bottom: 90px
}

.page-tp .tp-gastgeber h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 81px;
  margin-bottom: 10px
}

.page-tp .tp-gastgeber h4 {
  font-size: 40px;
  font-style: italic;
  font-weight: 200;
  line-height: 47px;
  margin-bottom: 28px;
  max-width: 600px;
  padding-left: 26px;
  position: relative
}

.page-tp .tp-gastgeber h4:before {
  background-color: #36dd21;
  content: "";
  height: 78px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 4px
}

.page-tp .tp-gastgeber__row {
  display: flex;
  justify-content: space-between
}

.page-tp .tp-gastgeber__img-col {
  margin-right: 80px
}

.page-tp .tp-gastgeber__img-col img {
  border-radius: 28px
}

.page-tp .tp-gastgeber__text-col p {
  font-size: 21px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 20px
}

.page-tp .tp-gastgeber__text-col p:first-child {
  margin-bottom: 40px
}

@media(max-width:1180px) {
  .page-tp .tp-gastgeber h2 {
    margin-bottom: 60px
  }

  .page-tp .tp-gastgeber__row {
    flex-wrap: wrap
  }

  .page-tp .tp-gastgeber__text-col {
    width: 100%
  }

  .page-tp .tp-gastgeber__img-col {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%
  }

  .page-tp .tp-gastgeber__text-col p {
    font-size: 23px;
    line-height: 37px
  }
}

@media(max-width:750px) {
  .page-tp .tp-gastgeber__text-col p {
    font-size: 21px;
    line-height: 29px
  }
}

@media(max-width:600px) {
  .page-tp .tp-gastgeber__img-col img {
    max-width: 100%
  }

  .page-tp .tp-gastgeber h2 {
    font-size: 40px;
    line-height: 53px;
    margin-bottom: 12px
  }

  .page-tp .tp-gastgeber h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px
  }

  .page-tp .tp-gastgeber h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
    padding-left: 20px
  }

  .page-tp .tp-gastgeber h4:before {
    height: 56px;
    top: 6px
  }
}

.page-tp .tp-gastgeber__row--alt .tp-gastgeber__img-col {
  margin-left: 80px;
  margin-right: 0
}

@media(max-width:1180px) {
  .page-tp .tp-gastgeber__row--alt .tp-gastgeber__text-col {
    order: 2
  }

  .page-tp .tp-gastgeber__row--alt .tp-gastgeber__img-col {
    margin-left: 0;
    order: 1
  }

  .page-tp .tp-gastgeber__text-col p {
    padding-right: 0
  }
}

.page-tp .tp-bring {
  background-color: #001020;
  padding-bottom: 1000px;
  padding-top: 100px
}

@media(max-width:1200px) {
  .page-tp .tp-bring {
    padding-top: 70px
  }
}

.page-tp .tp-bring h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 101px;
  margin-bottom: 44px;
  max-width: 900px
}

@media(max-width:700px) {
  .page-tp .tp-bring h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px
  }
}

.page-tp .tp-bring p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 75px
}

@media(max-width:700px) {
  .page-tp .tp-bring p {
    margin-bottom: 20px
  }
}

.page-tp .tp-bring h3 {
  color: #6acae3;
  font-size: 32px;
  font-weight: 200;
  line-height: 42px;
  margin-bottom: 70px
}

@media(max-width:700px) {
  .page-tp .tp-bring h3 {
    margin-bottom: 20px
  }
}

.page-tp .tp-bring ol {
  color: #fff;
  margin-bottom: 70px;
  padding-left: 20px
}

@media(max-width:700px) {
  .page-tp .tp-bring ol {
    margin-bottom: 20px
  }
}

.page-tp .tp-bring ol li {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 20px
}

@media(max-width:700px) {
  .page-tp .tp-bring ol li {
    margin-bottom: 10px
  }
}

.page-tp .tp-bring ol li strong {
  color: #36dd21;
  font-weight: 700
}

.page-tp .tp-bring__indent {
  padding-left: 110px
}

@media(max-width:1024px) {
  .page-tp .tp-bring__indent {
    padding-left: 0
  }
}

.page-tp .tp-bring h4 {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 40px
}

.page-tp .btn {
  align-items: center !important;
  background-color: #36dd21 !important;
  border-radius: 28px !important;
  color: #00172e !important;
  display: inline-flex;
  font-size: 26px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  padding: 23px 65px 23px 30px !important;
  position: relative;
  text-decoration: none !important
}

.page-tp .btn--alt {
  background-color: #6acae3 !important
}

.page-tp .btn:after {
  background-repeat: no-repeat;
  background-size: 32px 14px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 32px;
  width: 32px
}

.page-tp .btn span {
  left: 0;
  position: relative;
  transition: .3s
}

.page-tp .btn:after {
  transition: .2s
}

.page-tp .btn:hover span {
  left: 18px;
  position: relative
}

.page-tp .btn:hover:after {
  opacity: 0
}

.page-tp .ltc-overview {
  margin-bottom: 100px;
  margin-top: -810px
}

@media(max-width:700px) {
  .page-tp .ltc-overview {
    margin-bottom: 60px
  }
}

.page-tp .ltc-overview ul {
  margin-bottom: 35px;
  padding-left: 23px
}

.page-tp .ltc-overview li {
  color: #00172e;
  font-size: 21px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 10px;
  padding-left: 6px
}

.page-tp .ltc-overview li strong {
  font-weight: 700
}

.page-tp .ltc-overview .question {
  color: #00172e;
  justify-content: flex-start;
  padding: 26px 0 0
}

.page-tp .ltc-overview .faq__wrapper .question strong {
  font-weight: 700
}

.page-tp .ltc-overview .answer {
  color: #00172e
}

.page-tp .ltc-overview .faq__wrapper {
  border-bottom: 1px solid #00172e;
  padding-bottom: 26px
}

.page-tp .ltc-overview .faq-bordered-top {
  border-top: 1px solid #00172e
}

.page-tp .ltc-overview .faq__icon {
  color: #00172e;
  font-size: 25px;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
  top: -3px
}

.page-tp .ltc-overview__inner {
  background-color: #f7f7f7;
  border-radius: 44px;
  padding-bottom: 90px;
  padding-top: 90px
}

.page-tp .ltc-overview h2 {
  font-size: 80px;
  line-height: 101px;
  margin-bottom: 30px
}

.page-tp .ltc-overview h3 {
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 50px;
  max-width: 1000px
}

.page-tp .ltc-overview h4 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 24px;
  text-decoration: underline
}

@media(max-width:1120px) {
  .page-tp .ltc-overview h2 {
    font-size: 70px;
    line-height: 90px
  }
}

@media(max-width:1060px) {
  .page-tp .ltc-overview__inner {
    padding-bottom: 60px;
    padding-top: 60px
  }

  .page-tp .ltc-overview h2 {
    font-size: 55px;
    line-height: 70px
  }
}

@media(max-width:630px) {
  .page-tp .ltc-overview h2 {
    font-size: 50px;
    line-height: 70px
  }

  .page-tp .ltc-overview h3 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 30px
  }

  .page-tp .ltc-overview h2 {
    font-size: 30px;
    line-height: 40px
  }
}

.page-tp .ltc-buy {
  margin-bottom: 75px
}

.page-tp .ltc-buy .ltc-item-info {
  align-items: center;
  display: flex;
  margin-bottom: 50px
}

@media(max-width:800px) {
  .page-tp .ltc-buy .ltc-item-info {
    flex-wrap: wrap
  }
}

.page-tp .ltc-buy .ltc-price-box {
  background-color: #e9f0f7;
  border-radius: 50px;
  color: #306ab5;
  font-weight: 700;
  padding: 10px
}

.page-tp .ltc-buy h2 {
  font-size: 40px;
  font-weight: 200;
  margin-bottom: 0;
  margin-right: 40px;
  max-width: 100%;
  padding-left: 18px;
  position: relative
}

@media(max-width:800px) {
  .page-tp .ltc-buy h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    width: 100%
  }
}

.page-tp .ltc-buy h2:before {
  background-color: #36dd21;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 3px
}

.page-tp .ltc-buy__inner {
  background-color: #fff;
  border: 8px solid #00172e;
  border-radius: 16px;
  padding-bottom: 70px;
  padding-top: 70px
}

.page-tp .ltc-buy__list {
  margin-top: 0;
  width: 60%
}

.page-tp .ltc-buy__list>li {
  font-weight: 700;
  position: relative
}

.page-tp .ltc-buy ul {
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 10px
}

.page-tp .ltc-buy ul li {
  font-size: 21px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 10px;
  position: relative
}

.page-tp .ltc-buy__list li:last-child {
  margin-bottom: 0
}

.page-tp .ltc-buy__content {
  display: flex;
  margin-bottom: 20px
}

.page-tp .ltc-buy__button-container {
  align-items: flex-start;
  flex-grow: 1;
  justify-content: flex-start;
  width: 40%
}

.page-tp .ltc-buy__button-container .btn {
  margin-right: 120px
}

.page-tp .ltc-buy__list .highlight {
  color: #006ab8;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: underline
}

.page-tp .ltc-buy .dauer s {
  font-weight: 700
}

.page-tp .ltc-buy .dauer-highlight {
  color: #006ab8;
  font-weight: 700;
  text-decoration: underline
}

.page-tp .ltc-buy__countdown {
  color: #006ab8;
  font-size: 21px;
  line-height: 30px;
  margin-top: 30px
}

.page-tp .ltc-buy__countdown strong {
  display: block
}

@media(max-width:1200px) {
  .page-tp .ltc-buy__list {
    width: 50%
  }

  .page-tp .ltc-buy__button-container {
    padding-left: 45px;
    width: 50%
  }
}

@media(max-width:1050px) {
  .page-tp .ltc-buy__content {
    flex-wrap: wrap
  }

  .page-tp .ltc-buy__content>ul {
    margin-bottom: 20px;
    width: 100%
  }

  .page-tp .ltc-buy__button-container {
    justify-content: flex-start;
    padding-left: 0;
    width: 100%
  }

  .page-tp .ltc-buy__button-container .btn {
    margin-right: 0
  }
}

.page-tp .pjmf-product-select .form-group {
  margin-bottom: 20px
}

.page-tp .logged-in-as {
  display: none !important
}

.faq-wrap {
  overflow: hidden
}

.faq-wrap .faq-new {
  justify-content: space-between;
  margin-bottom: 120px;
  min-height: 300px;
  position: relative
}

.faq-wrap .faq-new h2 {
  color: #00172e;
  margin-top: 0
}

.faq-wrap .faq-new__inner {
  display: flex;
  justify-content: space-between
}

.faq-wrap .verlauf {
  background-repeat: no-repeat;
  background-size: 82%;
  height: 1100px;
  left: 15%;
  position: absolute;
  width: 100%
}

@media(max-width:1150px) {
  .faq-wrap .verlauf {
    left: 0;
    top: 100px
  }
}

.faq-wrap .verlauf:before {
  background-color: hsla(0, 0%, 100%, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.faq-wrap .faq-new__l {
  position: relative;
  width: 40%
}

.faq-wrap .faq-new__l-sticky {
  position: sticky;
  top: 50px
}

.faq-wrap .faq-new__l h2 {
  font-size: 66px;
  font-weight: 700;
  line-height: 74px;
  margin-bottom: 0;
  padding-left: 50px;
  position: relative
}

.faq-wrap .faq-new__l h2:before {
  background-color: #36dd21;
  content: "";
  display: block;
  height: 120px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 9px
}

.faq-wrap .faq-new__r {
  background: #fff;
  border-color: #fff;
  box-shadow: 0 13px 26px rgba(0, 106, 184, .13);
  padding: 30px 50px;
  width: 55%;
  z-index: 1
}

.faq-wrap .faq-new .faq__wrapper {
  border-color: #f2f2f2;
  border-top: none;
  margin-top: 0
}

.faq-wrap .faq-new .faq__wrapper .question {
  align-items: flex-start;
  justify-content: flex-start;
  position: relative
}

.faq-wrap .faq-new .faq__icon {
  color: #00172e;
  font-size: 25px;
  font-weight: 700;
  padding-right: 10px;
  position: relative;
  top: -6px
}

.faq-wrap .faq-new .answer p {
  margin-bottom: -24px;
  padding-bottom: 0;
  padding-top: 9px
}

.faq-wrap .faq-new .faq__wrapper .question strong {
  color: #00172e;
  font-size: 21px;
  font-weight: 700
}

@media(max-width:1250px) {
  .faq-wrap .faq-new__l h2 {
    margin-left: 0
  }
}

@media(max-width:1150px) {
  .faq-wrap .faq-new__l-sticky {
    position: static
  }

  .faq-wrap .faq-new__inner {
    flex-wrap: wrap
  }

  .faq-wrap .faq-new__l {
    width: 100%
  }

  .faq-wrap .faq-new__r {
    padding: 20px;
    width: 100%
  }

  .faq-wrap .faq-new__l h2 {
    margin-bottom: 20px;
    max-width: 100%
  }

  .faq-wrap .faq-new__l h2:before {
    height: 90%;
    top: 5%
  }

  .faq-wrap .page-ltc .padding-inner-new {
    border-radius: 0;
    padding: 20px
  }
}

@media(max-width:600px) {
  .faq-wrap .faq-new__l h2 {
    font-size: 40px;
    line-height: 50px
  }
}

.page-onl .wrapper-new {
  width: 1456px
}

.page-onl .header-elp__main {
  display: flex;
  padding: 35px 0 20px
}

@media(max-width:750px) {
  .page-onl .header-elp__main {
    padding-left: 25px;
    padding-right: 25px
  }
}

.page-onl .header-elp__logo img {
  width: 180px
}

.page-onl .header-elp__trustpilot {
  flex-grow: 1;
  margin-left: auto;
  max-width: 300px;
  padding: 0 15px
}

.page-onl .header-elp__badges {
  align-items: flex-start;
  display: flex;
  z-index: 999
}

@media(max-width:765px) {
  .page-onl .header-elp__main {
    margin-bottom: -24px;
    padding-bottom: 0
  }
}

@media(max-width:750px) {
  .page-onl .header-elp .wrapper-new {
    padding-left: 0;
    padding-right: 0
  }
}

.page-onl .header-elp__badge-1 {
  margin-right: 55px;
  position: relative;
  top: -5px;
  width: 52px
}

.page-onl .header-elp__badge-2 {
  margin-right: 80px;
  position: relative;
  top: -5px;
  width: 52px
}

.page-onl .header-elp__badge-3 {
  margin-right: 66px;
  width: 150px
}

.page-onl .header-elp__badge-4-old {
  margin-right: 20px;
  width: 80px
}

.page-onl .header-elp__badge-4 {
  width: 80px
}

.page-onl .header-elp__kununu img {
  max-width: 70px
}

@media(max-width:1270px) {
  .page-onl .header-elp__badge-4-old {
    display: none
  }
}

@media(max-width:1150px) {

  .page-onl .header-elp__badge-1,
  .page-onl .header-elp__badge-2 {
    display: none
  }
}

@media(max-width:850px) {
  .page-onl .header-elp__badge-3 {
    display: none
  }
}

@media(max-width:765px) {
  .page-onl .header-elp__main {
    margin-bottom: -24px;
    padding-bottom: 0
  }

  .page-onl .header-elp__kununu {
    display: none
  }
}

@media(max-width:650px) {
  .page-onl .header-elp__logo img {
    margin-top: 5px;
    width: 95px
  }

  .page-onl .header-elp__badge-4 {
    width: 55px
  }
}

@media(max-width:470px) {
  .page-onl .header-elp__main {
    margin-bottom: -12px
  }

  .page-onl .header-elp__trustpilot {
    padding-left: 5px;
    padding-right: 5px
  }

  .page-onl .header-elp__badge-4 {
    display: none
  }
}

@media(max-width:381px) {
  .page-onl .header-elp__main {
    margin-bottom: 6px
  }
}

@media(max-width:800px) {
  .page-onl .header-elp__logo {
    margin-bottom: 10px
  }
}

.page-onl h1,
.page-onl h2,
.page-onl h3,
.page-onl h4,
.page-onl h5,
.page-onl h6 {
  color: #01182e;
  margin-top: 0
}

.page-onl li,
.page-onl p {
  color: #01182e
}

.page-onl li strong,
.page-onl p strong {
  font-weight: 700
}

.page-onl .buch-hero {
  margin-bottom: 0;
  padding-top: 110px
}

.page-onl .buch-hero__row {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  min-height: 600px
}

.page-onl .buch-hero h1 {
  color: #fff;
  font-size: 65px;
  font-weight: 200;
  line-height: 76px;
  margin-bottom: 20px
}

.page-onl .buch-hero h1 strong {
  font-weight: 700
}

@media(max-width:1300px) {
  .page-onl .buch-hero h1 {
    font-size: 48px;
    line-height: 56px
  }
}

.page-onl .buch-hero h1 span {
  color: #006ab8
}

.page-onl .buch-hero h2 {
  font-size: 30px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 50px
}

.page-onl .buch-hero__img-col {
  text-align: center;
  width: 35%
}

.page-onl .buch-hero__text-col {
  width: 63%
}

.page-onl .buch-hero__img-col img {
  height: auto;
  left: 0;
  position: relative;
  top: 30px;
  width: 100%
}

.page-onl .buch-hero ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0
}

.page-onl .buch-hero li {
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 14px;
  padding-left: 75px
}

.page-onl .buch-hero__button-row {
  align-items: flex-start;
  background-color: #01182e;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: -150px;
  padding-bottom: 30px;
  padding-top: 48px;
  position: relative;
  z-index: 1
}

.page-onl .buch-hero__form {
  margin-right: 55px;
  width: 40%
}

.page-onl .buch-hero__button-prices {
  position: relative;
  width: 33%
}

.page-onl .buch-hero__button-main {
  width: 27%
}

.page-onl .price-strike s {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0
}

.page-onl .price-new {
  color: #37dc1f;
  font-size: 50px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 0
}

.page-onl .price-disc {
  color: hsla(0, 0%, 100%, .5);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0
}

.page-onl .versand {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  opacity: .5
}

.page-onl .buch-hero__button-main button {
  margin-bottom: 10px;
  margin-top: 30px
}

.page-onl .form-group {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
  position: relative;
  z-index: 100
}

.page-onl .form-group label {
  color: #fff;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 0;
  padding-right: 20px;
  width: 120px
}

.page-onl .form-group input {
  border: none;
  border-radius: 32px;
  font-size: 20px;
  line-height: 25px;
  padding: 12px 15px;
  width: 100%
}

@media(max-width:1200px) {
  .page-onl .buch-hero__button-row {
    flex-wrap: wrap;
    margin-top: 0
  }

  .page-onl .buch-hero__form {
    margin-bottom: 20px;
    margin-right: 0;
    padding-right: 40px;
    width: 40%
  }

  .page-onl .buch-hero__button-prices {
    margin-bottom: 20px;
    width: 60%
  }

  .page-onl .buch-hero__button-main {
    width: 40%
  }
}

@media(max-width:1000px) {
  .page-onl .buch-hero__form {
    padding-right: 0;
    width: 100%
  }

  .page-onl .buch-hero__button-prices {
    margin-bottom: 20px;
    width: 50%
  }

  .page-onl .buch-hero__button-main {
    width: 50%
  }
}

@media(max-width:1120px) {
  .page-onl .buch-hero__row {
    flex-wrap: wrap;
    gap: 0;
    min-height: unset
  }

  .page-onl .buch-hero__img-col {
    margin-bottom: 30px;
    order: 2;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
  }

  .page-onl .buch-hero__img-col img {
    height: auto;
    left: 0;
    max-width: 100%;
    pointer-events: none;
    top: 0;
    width: auto
  }

  .page-onl .buch-hero__text-col {
    order: 1;
    width: 100%
  }

  .page-onl .buch-hero {
    padding-top: 70px
  }

  .page-onl .price-strike s {
    font-size: 36px;
    line-height: 43px
  }

  .page-onl .price-new {
    font-size: 46px;
    line-height: 50px
  }
}

.page-onl .buch-hero__mobile {
  display: none;
  margin-bottom: 60px;
  margin-top: 60px;
  position: relative;
  z-index: 10
}

.page-onl .buch-hero__mobile ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0
}

.page-onl .buch-hero__mobile li {
  background-position: 0 7px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 14px;
  padding-left: 75px
}

@media(max-width:840px) {
  .page-onl .buch-hero__mobile {
    display: block
  }

  .page-onl .buch-hero {
    padding-top: 100px
  }

  .page-onl .buch-hero h1 {
    font-size: 38px;
    line-height: 41px;
    margin-bottom: 16px
  }

  .page-onl .buch-hero h2 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px
  }

  .page-onl .buch-hero__list--desktop {
    display: none
  }

  .page-onl .buch-hero .btn {
    color: #01182e !important;
    font-size: 26px !important;
    line-height: 33px !important
  }

  .page-onl .buch-hero.buch-hero .btn:after {
    top: 34px
  }

  .page-onl .buch-hero__button-prices {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    top: -14px;
    width: 100%
  }

  .page-onl .form-group label {
    display: none
  }

  .page-onl .versand {
    font-size: 16px;
    line-height: 21px
  }

  .page-onl .price-strike {
    width: 50%
  }

  .page-onl .price-new {
    text-align: right;
    width: 50%
  }

  .page-onl .price-disc {
    margin-top: 6px
  }

  .page-onl .price-new,
  .page-onl .price-strike s {
    font-size: 27px;
    line-height: 31px
  }

  .page-onl .buch-hero__button-main {
    width: 100%
  }

  .page-onl .buch-hero__button-main button {
    margin-top: 0
  }
}

@media(max-width:600px) {
  .page-onl .price-strike {
    width: 100%
  }

  .page-onl .price-new {
    text-align: left;
    width: 100%
  }
}

.page-onl .elp-countdown {
  background-color: #01182e;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  top: -26px;
  z-index: 110
}

.page-onl .elp-countdown__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px
}

.page-onl .elp-countdown__item-icon {
  padding: 0 60px;
  text-align: center
}

.page-onl .elp-countdown__item {
  align-items: flex-end;
  display: flex;
  padding: 0 10px
}

.page-onl .elp-countdown__item-number {
  color: #6acae3;
  font-size: 35px;
  font-weight: 700;
  line-height: 47px;
  min-width: 48px
}

.page-onl .elp-countdown__item-text {
  font-size: 25px;
  font-weight: 200;
  line-height: 33px;
  margin-bottom: 4px;
  margin-left: 12px
}

@media(max-width:1500px) {
  .page-onl .elp-countdown {
    top: -36px
  }
}

@media(max-width:1130px) {
  .page-onl .elp-countdown__item {
    align-items: center;
    flex-direction: column
  }

  .page-onl .elp-countdown__item-number {
    font-size: 22px;
    line-height: 28px;
    text-align: center
  }

  .page-onl .elp-countdown__item-text {
    font-size: 16px;
    line-height: 21px;
    margin-left: 0;
    text-align: center
  }

  .page-onl .elp-countdown__item-icon {
    padding: 0 30px
  }
}

@media(max-width:765px) {
  .page-onl .elp-countdown {
    padding-left: 0;
    padding-right: 0
  }

  .page-onl .elp-countdown__item-number {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 3px;
    text-align: center
  }

  .page-onl .elp-countdown__item-text {
    font-size: 12px;
    line-height: 15px
  }

  .page-onl .elp-countdown__item-icon {
    padding: 0 5px
  }
}

.page-onl .onl-icon-grid {
  margin-bottom: 90px
}

@media(max-width:750px) {
  .page-onl .onl-icon-grid {
    margin-bottom: 60px
  }
}

.page-onl .onl-icon-grid__inner {
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
  padding-top: 100px
}

@media(max-width:1300px) {
  .page-onl .onl-icon-grid__inner {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

@media(max-width:900px) {
  .page-onl .onl-icon-grid__inner {
    flex-wrap: wrap
  }
}

.page-onl .onl-icon-grid__item {
  width: 30%
}

@media(max-width:900px) {
  .page-onl .onl-icon-grid__item {
    margin-bottom: 60px;
    width: 100%
  }

  .page-onl .onl-icon-grid__item:last-child {
    margin-bottom: 0
  }
}

.page-onl .onl-icon-grid__item-head {
  display: flex;
  margin-bottom: 40px
}

@media(max-width:1300px) {
  .page-onl .onl-icon-grid__item-head {
    margin-bottom: 20px
  }
}

@media(max-width:900px) {
  .page-onl .onl-icon-grid__item-head {
    align-items: center
  }
}

.page-onl .onl-icon-grid__item-head img {
  margin-right: 20px
}

.page-onl .onl-icon-grid__item-head h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 0
}

@media(max-width:1300px) {
  .page-onl .onl-icon-grid__item-head h2 {
    font-size: 22px;
    line-height: 30px
  }
}

.page-onl .onl-icon-grid p {
  font-size: 20px;
  line-height: 25px
}

.page-onl .elp-hgrid {
  color: #e8e8e8;
  margin-bottom: 100px
}

@media(max-width:750px) {
  .page-onl .elp-hgrid {
    margin-bottom: 60px
  }
}

.page-onl .elp-hgrid__inner {
  background-color: #01182e;
  border-radius: 30px;
  padding-bottom: 110px;
  padding-top: 110px
}

.page-onl .elp-hgrid h2 {
  color: #e8e8e8;
  font-size: 40px;
  font-weight: 200;
  line-height: 53px;
  margin-bottom: 100px
}

.page-onl .elp-hgrid h2 strong {
  font-weight: 700
}

.page-onl .elp-hgrid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.page-onl .elp-hgrid__col {
  margin-bottom: 90px;
  width: 40%
}

@media(max-width:1360px) {
  .page-onl .elp-hgrid__col {
    margin-bottom: 60px;
    width: 45%
  }
}

@media(max-width:1190px) {
  .page-onl .elp-hgrid__col {
    margin-bottom: 30px;
    width: 48%
  }
}

@media(max-width:1130px) {
  .page-onl .elp-hgrid__col {
    margin-bottom: 20px;
    width: 100%
  }
}

@media(max-width:1300px) {
  .page-onl .elp-hgrid__inner {
    padding-bottom: 60px;
    padding-top: 60px
  }
}

@media(max-width:600px) {
  .page-onl .elp-hgrid h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px
  }
}

.page-onl .elp-hgrid__heading-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px
}

.page-onl .elp-hgrid__heading-container img {
  height: 102px;
  margin-right: 28px;
  position: relative;
  top: -4px
}

.page-onl .elp-hgrid h3 {
  color: #e8e8e8;
  font-size: 40px;
  font-weight: 200;
  line-height: 49px;
  margin-bottom: 0;
  max-width: 370px;
  padding-left: 28px;
  position: relative
}

.page-onl .elp-hgrid h3:before {
  background-color: #36dd21;
  content: "";
  display: block;
  height: 86px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 4px
}

@media(max-width:650px) {
  .page-onl .elp-hgrid__heading-container {
    align-items: flex-start;
    flex-direction: column
  }

  .page-onl .elp-hgrid__heading-container img {
    margin-bottom: 10px;
    margin-right: 0
  }

  .page-onl .elp-hgrid__col {
    margin-bottom: 40px
  }

  .page-onl .elp-hgrid h3 {
    font-size: 30px;
    line-height: 40px;
    max-width: 300px
  }
}

.page-onl .elp-hgrid h2 {
  font-size: 45px;
  line-height: 57px;
  margin-bottom: 50px;
  max-width: 1008px
}

.page-onl .elp-hgrid__video-container {
  margin-bottom: 130px
}

.page-onl .elp-hgrid__video-container iframe {
  max-width: 100%
}

.page-onl .elp-hgrid__video-container h3 {
  border-left: unset;
  color: #006ab8;
  font-size: 30px;
  line-height: 49px;
  margin-bottom: 25px;
  max-width: unset;
  padding-left: 0
}

.page-onl .elp-hgrid__video-container h3:before {
  content: none
}

@media(max-width:1300px) {
  .page-onl .elp-hgrid__video-container {
    margin-bottom: 60px
  }
}

@media(max-width:1000px) {
  .page-onl .elp-hgrid__video-container iframe {
    height: 540px
  }
}

@media(max-width:900px) {
  .page-onl .elp-hgrid__video-container iframe {
    height: 480px
  }
}

@media(max-width:700px) {
  .page-onl .elp-hgrid__video-container iframe {
    height: 350px
  }
}

@media(max-width:600px) {
  .page-onl .elp-hgrid__video-container iframe {
    height: 320px
  }

  .page-onl .elp-hgrid h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }

  .page-onl .elp-hgrid__video-container h3 {
    font-size: 26px;
    line-height: 36px
  }
}

@media(max-width:530px) {
  .page-onl .elp-hgrid__video-container iframe {
    height: 280px
  }
}

.page-onl .elp-hgrid__video-container img {
  border-radius: 33px;
  max-width: 100%
}

.page-onl .elp-hgrid__col p {
  color: #fff;
  font-size: 20px;
  max-width: 460px
}

.page-onl .elp-hgrid__col--text-sizing-l p {
  max-width: 515px
}

.page-onl .onl-aufbau {
  margin-bottom: 130px
}

@media(max-width:750px) {
  .page-onl .onl-aufbau {
    margin-bottom: 60px
  }
}

.page-onl .onl-aufbau__inner {
  background-color: #f4f4f5;
  border-radius: 30px;
  padding-bottom: 150px;
  padding-top: 150px
}

@media(max-width:1300px) {
  .page-onl .onl-aufbau__inner {
    padding-bottom: 50px;
    padding-top: 65px
  }
}

.page-onl .onl-aufbau h2 {
  color: #006ab8;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 25px
}

@media(max-width:900px) {
  .page-onl .onl-aufbau h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px
  }
}

.page-onl .onl-aufbau h3 {
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin-bottom: 45px
}

@media(max-width:900px) {
  .page-onl .onl-aufbau h3 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px
  }
}

.page-onl .onl-aufbau p {
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
  margin-bottom: 90px
}

@media(max-width:900px) {
  .page-onl .onl-aufbau p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px
  }
}

.page-onl .onl-aufbau h4 {
  color: #036ab8;
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 30px
}

@media(max-width:1300px) {
  .page-onl .onl-aufbau h4 {
    margin-bottom: 16px
  }
}

@media(max-width:900px) {
  .page-onl .onl-aufbau h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

.page-onl .onl-aufbau h5 {
  font-size: 65px;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 65px;
  padding-left: 28px;
  position: relative
}

.page-onl .onl-aufbau h5:before {
  background-color: #36dd21;
  content: "";
  display: block;
  height: 135px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 5px
}

@media(max-width:1200px) {
  .page-onl .onl-aufbau h5 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 30px;
    max-width: 370px
  }

  .page-onl .onl-aufbau h5:before {
    height: 94px;
    top: 8px;
    width: 4px
  }
}

@media(max-width:900px) {
  .page-onl .onl-aufbau h5 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    max-width: 300px
  }

  .page-onl .onl-aufbau h5:before {
    height: 72px;
    top: 8px;
    width: 4px
  }
}

.page-onl .onl-aufbau__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.page-onl .onl-aufbau__grid-item {
  margin-bottom: 140px;
  width: 43%
}

@media(max-width:1300px) {
  .page-onl .onl-aufbau__grid-item {
    margin-bottom: 80px
  }
}

@media(max-width:900px) {
  .page-onl .onl-aufbau__grid-item {
    margin-bottom: 60px
  }
}

@media(max-width:700px) {
  .page-onl .onl-aufbau__grid-item {
    margin-bottom: 20px;
    width: 100%
  }
}

.page-onl .onl-aufbau__list-item {
  align-items: center;
  display: flex;
  margin-bottom: 30px
}

.page-onl .onl-aufbau__list-num {
  align-items: center;
  background-color: #fff;
  border: 1px solid #37dc1f;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  font-size: 21px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  line-height: 21px;
  margin-bottom: 0;
  margin-right: 25px;
  width: 35px
}

.page-onl .onl-aufbau__list-text {
  font-size: 21px;
  font-weight: 200;
  line-height: 21px
}

.page-onl .onl-wenn {
  margin-bottom: 115px
}

@media(max-width:750px) {
  .page-onl .onl-wenn {
    margin-bottom: 60px
  }
}

.page-onl .onl-wenn h2 {
  margin-bottom: 15px
}

.page-onl .onl-wenn h3 {
  margin-bottom: 55px
}

.page-onl .onl-wenn__inner {
  display: flex;
  justify-content: space-between
}

.page-onl .onl-wenn__img-col img {
  max-width: 550px;
  padding-top: 50px;
  position: relative;
  right: 100px;
  top: 2px
}

.page-onl .onl-wenn h2 {
  color: #006ab8;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 10px
}

.page-onl .onl-wenn h3 {
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin-bottom: 60px
}

.page-onl .onl-wenn ul {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0
}

.page-onl .onl-wenn li {
  background-position: 0 9px;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #00172e;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 14px;
  padding-left: 40px
}

.page-onl .onl-wenn__headings-row {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.page-onl .onl-wenn__portrait {
  display: none;
  flex-shrink: 0;
  height: 180px;
  width: 180px
}

.page-onl .onl-wenn__portrait img {
  border-radius: 50%;
  height: 100%;
  width: 100%
}

@media(max-width:1100px) {
  .page-onl .onl-wenn__text-col {
    width: 100%
  }

  .page-onl .onl-wenn__img-col {
    display: none
  }

  .page-onl .onl-wenn__portrait {
    display: block
  }
}

@media(max-width:900px) {
  .page-onl .onl-wenn h2 {
    font-size: 36px;
    line-height: 46px
  }

  .page-onl .onl-wenn h3 {
    font-size: 60px;
    line-height: 76px
  }

  .page-onl .onl-wenn__portrait {
    height: 150px;
    width: 150px
  }
}

@media(max-width:665px) {
  .page-onl .onl-wenn h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px
  }

  .page-onl .onl-wenn h3 {
    font-size: 40px;
    line-height: 51px
  }

  .page-onl .onl-wenn__portrait {
    height: 132px;
    width: 132px
  }
}

.page-onl .buch-ueber {
  background-color: #01182e;
  margin-bottom: 75px;
  padding-top: 100px;
  position: relative
}

@media(max-width:750px) {
  .page-onl .buch-ueber {
    margin-bottom: 60px
  }
}

.page-onl .buch-ueber__overlay {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.page-onl .buch-ueber__inner {
  border-bottom: 1px solid hsla(0, 0%, 44%, .15);
  display: flex;
  justify-content: space-between
}

.page-onl .buch-ueber__text-col {
  width: 60%
}

.page-onl .buch-ueber__img-col {
  width: 35%
}

.page-onl .buch-ueber__img-col img {
  margin-bottom: -90px;
  max-width: 550px;
  padding-top: 50px;
  position: relative;
  right: 100px;
  top: -89px
}

.page-onl .buch-ueber h2 {
  color: #006ab8;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 10px
}

.page-onl .buch-ueber h3 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 101px;
  margin-bottom: 60px
}

.page-onl .buch-ueber ul {
  margin: 0 0 0 26px;
  padding: 0
}

.page-onl .buch-ueber li {
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 14px;
  padding-left: 15px
}

.page-onl .buch-ueber li:last-child {
  margin-bottom: 0
}

.page-onl .buch-ueber__headings-row {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.page-onl .buch-ueber__portrait {
  display: none;
  flex-shrink: 0;
  height: 180px;
  width: 180px
}

.page-onl .buch-ueber__portrait img {
  border-radius: 50%;
  height: 100%;
  width: 100%
}

@media(max-width:1100px) {
  .page-onl .buch-ueber {
    padding-bottom: 60px;
    padding-top: 60px
  }

  .page-onl .buch-ueber__inner {
    border-bottom: none
  }

  .page-onl .buch-ueber__text-col {
    width: 100%
  }

  .page-onl .buch-ueber__img-col {
    display: none
  }

  .page-onl .buch-ueber__portrait {
    display: block
  }
}

@media(max-width:900px) {
  .page-onl .buch-ueber h2 {
    font-size: 36px;
    line-height: 46px
  }

  .page-onl .buch-ueber h3 {
    font-size: 60px;
    line-height: 76px
  }

  .page-onl .buch-ueber__portrait {
    height: 150px;
    width: 150px
  }
}

@media(max-width:665px) {
  .page-onl .buch-ueber h2 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px
  }

  .page-onl .buch-ueber h3 {
    font-size: 40px;
    line-height: 51px
  }

  .page-onl .buch-ueber__portrait {
    height: 132px;
    width: 132px
  }
}

.page-onl .onl-mitglieder h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 76px;
  margin-bottom: 70px
}

@media(max-width:900px) {
  .page-onl .onl-mitglieder h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px
  }
}

.page-onl .onl-mitglieder__slider {
  margin-bottom: 45px;
  padding-bottom: 65px
}

.page-onl .onl-mitglieder__slider .swiper-pagination-bullet {
  background-color: #c8bcbc;
  height: 15px;
  width: 15px
}

.page-onl .onl-mitglieder__slider .swiper-pagination-bullet-active {
  background-color: #01172e
}

.page-onl .onl-mitglieder .swiper-slide {
  border-radius: 20px;
  box-shadow: 0 13px 26px rgba(0, 106, 184, .13);
  height: 300px;
  max-width: 80%;
  padding: 50px 45px 60px;
  width: 530px
}

@media(max-width:750px) {
  .page-onl .onl-mitglieder .swiper-slide {
    height: auto;
    min-height: 300px
  }
}

.page-onl .onl-mitglieder__slide-head {
  display: flex;
  margin-bottom: 22px
}

@media(max-width:450px) {
  .page-onl .onl-mitglieder__slide-head {
    flex-wrap: wrap;
    margin-bottom: 10px
  }
}

.page-onl .onl-mitglieder__slide-head img {
  height: 90px;
  margin-right: 20px;
  width: 90px
}

.page-onl .onl-mitglieder__slide-head h3 {
  align-self: center;
  color: #036ab8;
  font-size: 21px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 0
}

@media(max-width:450px) {
  .page-onl .onl-mitglieder__slide-head h3 {
    margin-top: 6px;
    width: 100%
  }
}

.page-onl .elp-cta {
  margin-bottom: 100px
}

.page-onl .elp-cta__inner {
  padding-bottom: 0;
  padding-top: 0;
  position: relative
}

.page-onl .elp-cta__bg {
  border-radius: 30px;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10
}

.page-onl .elp-cta__row {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 100
}

.page-onl .elp-cta__text {
  max-width: 700px;
  padding-top: 85px
}

.page-onl .elp-cta__text h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 80px
}

.page-onl .elp-cta__text h2 strong {
  font-weight: 700
}

.page-onl .elp-cta__img {
  padding-bottom: 25px;
  padding-top: 40px
}

.page-onl .elp-cta__img>img {
  height: auto;
  width: 100%
}

.page-onl .elp-cta__block-wrapper {
  border-radius: 30px;
  box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
  margin-bottom: -40px;
  position: relative;
  top: 0;
  transform: rotate(4deg)
}

@media(max-width:1100px) {
  .page-onl .elp-cta__text {
    max-width: 500px
  }

  .page-onl .elp-cta__text h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px
  }
}

@media(max-width:950px) {
  .page-onl .elp-cta__row {
    flex-wrap: wrap
  }

  .page-onl .elp-cta__text {
    margin-bottom: 40px;
    max-width: 100%;
    order: 2;
    padding-top: 0;
    width: 100%
  }

  .page-onl .elp-cta__img {
    margin: 0 auto;
    order: 1;
    padding-top: 0
  }
}

@media(max-width:750px) {
  .page-onl .elp-cta {
    margin-bottom: 60px
  }

  .page-onl .elp-cta__inner {
    padding-bottom: 60px;
    padding-top: 60px
  }

  .page-onl .elp-cta__text {
    margin-bottom: 0
  }

  .page-onl .elp-cta__bg {
    left: -30%;
    width: 160%
  }
}

.page-onl .elp-cta__bg img {
  height: 100%;
  width: 100%
}

.page-onl .btn {
  align-items: center !important;
  background-color: #36dd21 !important;
  border: none !important;
  border-radius: 15px !important;
  color: #00172e !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 26px !important;
  font-weight: 700 !important;
  justify-content: center !important;
  padding: 23px 65px 23px 30px !important;
  position: relative;
  text-decoration: none !important
}

.page-onl .btn:after {
  background-repeat: no-repeat;
  background-size: 32px 14px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 32px;
  width: 32px
}

.page-onl .btn span {
  left: 0;
  position: relative;
  transition: .3s
}

.page-onl .btn:after {
  transition: .2s
}

.page-onl .btn:hover span {
  left: 18px;
  position: relative
}

.page-onl .btn:hover:after {
  opacity: 0
}

@media(max-width:560px) {
  .page-onl .btn {
    font-size: 20px !important;
    padding: 23px 30px !important;
    width: 100%
  }

  .page-onl .btn:after {
    content: none
  }

  .page-onl .btn:hover span {
    left: 0;
    position: static
  }
}

.page-onl .kk_ds-rsp,
.page-spendenseite .header_page,
.page-spendenseite .mobile_hamburger,
.page-spendenseite .nav_flow {
  display: none
}

.page-spendenseite .flex_head {
  justify-content: center
}

.page-spendenseite .entry-content h1 {
  color: #01172e;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px
}

.page-spendenseite .entry-content h4 {
  color: #006ab8;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 80px
}

.page-spendenseite .entry-content .wp-block-column {
  border: 1px solid #b9b9b9;
  border-radius: 15px;
  padding: 17px;
  text-align: center
}

.page-spendenseite .entry-content .wp-block-column .wp-block-image img {
  display: inline-block;
  height: 80px;
  margin-bottom: .2em;
  margin-top: 10px;
  width: auto
}

.page-spendenseite .entry-content .wp-block-column a {
  align-items: center;
  background-color: #01172e;
  border-radius: 40px;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 30px;
  margin-top: 22px;
  padding: 12px 40px;
  text-decoration: none
}

.page-oe .header-elp__main {
  display: flex;
  padding: 35px 0 20px
}

@media(max-width:750px) {
  .page-oe .header-elp__main {
    padding-left: 25px;
    padding-right: 25px
  }
}

.page-oe .header-elp__logo img {
  width: 180px
}

.page-oe .header-elp__trustpilot {
  flex-grow: 1;
  margin-left: auto;
  max-width: 300px;
  padding: 0 15px
}

.page-oe .header-elp__badges {
  align-items: flex-start;
  display: flex;
  z-index: 999
}

@media(max-width:765px) {
  .page-oe .header-elp__main {
    margin-bottom: -24px;
    padding-bottom: 0
  }
}

@media(max-width:750px) {
  .page-oe .header-elp .wrapper-new {
    padding-left: 0;
    padding-right: 0
  }
}

.page-oe .header-elp__badge-1 {
  margin-right: 55px;
  position: relative;
  top: -5px;
  width: 52px
}

.page-oe .header-elp__badge-2 {
  margin-right: 80px;
  position: relative;
  top: -5px;
  width: 52px
}

.page-oe .header-elp__badge-3 {
  margin-right: 66px;
  width: 150px
}

.page-oe .header-elp__badge-4-old {
  margin-right: 20px;
  width: 80px
}

.page-oe .header-elp__badge-4 {
  width: 80px
}

.page-oe .header-elp__kununu img {
  max-width: 70px
}

@media(max-width:1270px) {
  .page-oe .header-elp__badge-4-old {
    display: none
  }
}

@media(max-width:1150px) {

  .page-oe .header-elp__badge-1,
  .page-oe .header-elp__badge-2 {
    display: none
  }
}

@media(max-width:850px) {
  .page-oe .header-elp__badge-3 {
    display: none
  }
}

@media(max-width:765px) {
  .page-oe .header-elp__main {
    margin-bottom: -24px;
    padding-bottom: 0
  }

  .page-oe .header-elp__kununu {
    display: none
  }
}

@media(max-width:650px) {
  .page-oe .header-elp__logo img {
    margin-top: 5px;
    width: 95px
  }

  .page-oe .header-elp__badge-4 {
    width: 55px
  }
}

@media(max-width:470px) {
  .page-oe .header-elp__main {
    margin-bottom: -12px
  }

  .page-oe .header-elp__trustpilot {
    padding-left: 5px;
    padding-right: 5px
  }

  .page-oe .header-elp__badge-4 {
    display: none
  }
}

@media(max-width:381px) {
  .page-oe .header-elp__main {
    margin-bottom: 6px
  }
}

@media(max-width:800px) {
  .page-oe .header-elp__logo {
    margin-bottom: 10px
  }
}

.page-oe__bg-wrapper {
  padding-bottom: 50px;
  padding-top: 30px
}

.page-oe--bg,
.page-oe__bg-wrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.page-oe--bg .page-oe__bg-wrapper {
  padding-bottom: 250px;
  padding-top: 140px
}

@media(max-width:1200px) {
  .page-oe--bg .page-oe__bg-wrapper {
    padding-bottom: 120px;
    padding-top: 60px
  }
}

.page-oe .padding-inner-new {
  background-color: #01172e;
  border-radius: 30px;
  padding: 120px 130px;
  text-align: left
}

@media(max-width:1100px) {
  .page-oe .padding-inner-new {
    padding: 40px 60px
  }
}

@media(max-width:600px) {
  .page-oe .padding-inner-new {
    padding-left: 25px;
    padding-right: 25px
  }
}

.page-oe h1,
.page-oe h2 {
  margin-top: 0;
  text-align: left
}

.page-oe h1 strong,
.page-oe h2 strong {
  font-weight: 700
}

.page-oe h1 {
  color: #fff;
  font-size: 52px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 80px;
  max-width: 900px
}

@media(max-width:1200px) {
  .page-oe h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 40px
  }
}

@media(max-width:1100px) {
  .page-oe h1 {
    font-size: 30px;
    line-height: 40px
  }
}

@media(max-width:600px) {
  .page-oe h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px
  }
}

.page-oe h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 70px
}

@media(max-width:1250px) {
  .page-oe h2 {
    font-size: 60px;
    line-height: 70px
  }
}

@media(max-width:1100px) {
  .page-oe h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px
  }
}

@media(max-width:600px) {
  .page-oe h2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px
  }
}

.page-oe .vi-lazyload {
  margin-bottom: 85px;
  max-width: 700px
}

@media(max-width:1100px) {
  .page-oe .vi-lazyload {
    margin-bottom: 40px
  }
}

.page-oe .btn-box {
  margin-bottom: 45px
}

@media(max-width:1100px) {
  .page-oe .btn-box {
    margin-bottom: 25px
  }
}

.page-oe .btn-box .pjm-btn {
  font-size: 30px !important;
  font-weight: 400 !important;
  padding-right: 75px
}

.page-oe .btn-box .pjm-btn strong {
  font-weight: 700 !important
}

.page-oe .btn-box .pjm-btn:after {
  background-size: 52px 16px;
  height: 32px;
  top: 33px;
  width: 45px
}

@media(max-width:1100px) {
  .page-oe .btn-box .pjm-btn {
    font-size: 26px !important
  }

  .page-oe .btn-box .pjm-btn:after {
    background-size: 46px 14px;
    height: 28px;
    top: 32px;
    width: 40px
  }
}

.page-oe .n-box {
  margin-bottom: 0
}

.page-oe .n-text {
  color: #fff;
  font-size: 23px;
  line-height: 1;
  opacity: .6
}

.page-danke {
  overflow-x: hidden
}

.page-danke .logo {
  padding: 60px 0
}

.page-danke .container {
  display: flex;
  justify-content: space-between;
  min-height: 100vh;
  width: 1160px
}

.page-danke .container .left {
  flex: 1;
  padding-right: 40px;
  width: 55%
}

.page-danke .container .right:after {
  background-color: #f7f7f7;
  content: "";
  display: block;
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 300%
}

.page-danke .container .right {
  background-color: #f7f7f7;
  color: #01172e;
  padding: 40px;
  position: relative;
  z-index: 2
}

.page-danke .container .right img {
  padding-bottom: 20px
}

.page-danke .container .right ul {
  line-height: 1.5em;
  list-style: none;
  padding: 0
}

.page-danke .container .right li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative
}

.page-danke .container .right li:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23164178' fill-rule='evenodd' d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0m4.207 5.293a1 1 0 0 0-1.414 0L6.5 9.585 5.207 8.293l-.094-.083a1 1 0 0 0-1.32 1.497l2 2 .094.083a1 1 0 0 0 1.32-.083l5-5 .083-.094a1 1 0 0 0-.083-1.32' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.page-danke .footer {
  font-size: 12px
}

.page-danke .footer a {
  color: #6e8fb9;
  margin-right: 10px;
  text-decoration: none
}

.page-danke .order-summary {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  margin-top: 40px;
  padding: 0 15px;
  text-align: left
}

.page-danke .order-summary .row {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 15px 0
}

.page-danke .order-summary .row .order-summary-label {
  min-width: 100px;
  opacity: .95
}

.page-danke .order-summary .row .order-summary-text {
  flex: 1;
  opacity: .77;
  padding-left: 10px;
  padding-right: 10px
}

#page-online-event {
  margin: 0 auto;
  overflow-x: hidden
}

#page-online-event>* {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 728px);
  padding-right: calc(50vw - 728px);
  width: 100vw
}

#page-online-event .online-event-header {
  align-items: center;
  background-color: #fff;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 45px;
  padding-top: 45px
}

@media(max-width:1456px) {
  #page-online-event .online-event-header {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-header {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-header {
    padding-top: 20px
  }
}

#page-online-event .online-event-header a img {
  height: 55px;
  width: 190px
}

@media(max-width:512px) {
  #page-online-event .online-event-header a img {
    height: 45px;
    width: 150px
  }
}

#page-online-event .online-event-header .online-event-header-badges {
  align-items: center;
  display: flex;
  gap: 25px
}

#page-online-event .online-event-header .online-event-header-badges .badge-siegel {
  height: 69px;
  width: 47px
}

@media(max-width:750px) {
  #page-online-event .online-event-header .online-event-header-badges .badge-siegel {
    display: none
  }
}

#page-online-event .online-event-header .online-event-header-badges .badge-statista {
  height: 40px;
  width: 152px
}

@media(max-width:1024px) {
  #page-online-event .online-event-header .online-event-header-badges .badge-statista {
    display: none
  }
}

#page-online-event .online-event-header .online-event-header-badges .badge-wachstum {
  height: 80px;
  width: 78px
}

@media(max-width:1456px) {
  #page-online-event .online-event-header .online-event-header-badges .badge-wachstum {
    display: none
  }
}

#page-online-event .online-event-banner {
  background-color: #01172e;
  padding-bottom: 20px;
  padding-top: 20px
}

@media(max-width:1456px) {
  #page-online-event .online-event-banner {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-banner {
    display: none
  }
}

#page-online-event .online-event-banner p {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: .3px;
  line-height: 38px;
  margin: 0
}

@media(max-width:512px) {
  #page-online-event .online-event-banner p {
    font-size: 20px;
    line-height: 28px
  }
}

#page-online-event .online-event-banner p img {
  filter: brightness(0) invert(1);
  height: 30px;
  margin-right: 10px;
  width: 30px
}

#page-online-event .online-event-banner p span {
  color: #36dd21;
  font-weight: 300
}

#page-online-event .online-event-hero {
  background: linear-gradient(180deg, #fff, #accef6);
  display: flex;
  flex-direction: column;
  padding-bottom: 84px;
  padding-top: 84px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-hero {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-hero {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-hero {
    padding-bottom: 40px;
    padding-top: 40px
  }
}

#page-online-event .online-event-hero h1 {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -1.26px;
  line-height: 100px;
  margin: 0 0 10px
}

@media(max-width:512px) {
  #page-online-event .online-event-hero h1 {
    font-size: 56px;
    line-height: 70px
  }
}

#page-online-event .online-event-hero h2 {
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  margin: 0 0 45px;
  max-width: 700px
}

@media(max-width:512px) {
  #page-online-event .online-event-hero h2 {
    font-size: 25px;
    line-height: 35px
  }
}

#page-online-event .online-event-hero .online-event-hero-icons {
  align-items: end;
  display: flex;
  gap: 5px;
  margin-bottom: 25px
}

@media(max-width:512px) {
  #page-online-event .online-event-hero .online-event-hero-icons {
    display: none
  }
}

#page-online-event .online-event-hero .online-event-hero-icons img {
  border-radius: 50%;
  height: 30px;
  object-fit: cover;
  width: 30px
}

#page-online-event .online-event-hero .online-event-hero-icons p {
  font-weight: 300;
  line-height: 18px;
  margin: 0
}

#page-online-event .online-event-hero .online-event-hero-icons p span {
  font-weight: 700
}

#page-online-event .online-event-hero .hero-blocks-wrapper {
  height: 100%;
  left: 50%;
  max-width: 1456px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%
}

@media(max-width:930px) {
  #page-online-event .online-event-hero .hero-blocks-wrapper {
    display: none
  }
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-kurs {
  background-color: hsla(0, 0%, 93%, .5);
  right: 170px;
  top: 0
}

@media(max-width:1024px) {
  #page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-kurs {
    right: 0
  }
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-lightbulb {
  background-color: #82c8e0;
  right: 0;
  top: 170px
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-candlesticks {
  background-color: #99e58e;
  right: 340px;
  top: 340px
}

@media(max-width:1456px) {
  #page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-candlesticks {
    right: 0
  }
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-book {
  background-color: #fff;
  right: 170px;
  top: 340px
}

@media(max-width:1024px) {
  #page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-book {
    display: none
  }
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-cap {
  background-color: #ededed;
  right: 510px;
  top: 510px
}

@media(max-width:1456px) {
  #page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-cap {
    display: none
  }
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-empty {
  background-color: #82c8e0;
  right: 340px;
  top: 510px
}

@media(max-width:1024px) {
  #page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-empty {
    display: none
  }
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-trend {
  background-color: #01172e;
  right: 0;
  top: 510px
}

#page-online-event .online-event-hero .hero-blocks-wrapper #hero-block-trend img {
  filter: brightness(0) invert(1)
}

#page-online-event .mobile-banner {
  background-color: #01172e;
  display: none;
  gap: 10px;
  justify-content: space-between;
  padding: 20px 50px
}

@media(max-width:512px) {
  #page-online-event .mobile-banner {
    display: flex
  }
}

#page-online-event .mobile-banner p {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 22px;
  line-height: 28px;
  margin: 0
}

#page-online-event .mobile-banner p:before {
  background-color: red;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px
}

#page-online-event .mobile-banner .mobile-banner-date {
  color: #36dd21;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px
}

#page-online-event .mobile-banner .mobile-banner-date span {
  font-weight: 300
}

#page-online-event .online-event-countdown {
  align-items: center;
  background: linear-gradient(90deg, #fff, #accef6);
  display: flex;
  gap: 150px;
  padding-bottom: 68px;
  padding-top: 68px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-countdown {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-countdown {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-countdown {
    display: none
  }
}

#page-online-event .online-event-countdown p {
  align-items: center;
  display: flex;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  margin: 0
}

@media(max-width:512px) {
  #page-online-event .online-event-countdown p {
    font-size: 25px;
    line-height: 30px
  }
}

#page-online-event .online-event-countdown p:before {
  animation: pulse 2s infinite;
  background-color: red;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  width: 24px
}

#page-online-event .online-event-countdown .countdown-images-wrapper {
  height: 100%;
  left: 50%;
  max-width: 1456px;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%
}

@media(max-width:930px) {
  #page-online-event .online-event-countdown .countdown-images-wrapper {
    display: none
  }
}

#page-online-event .online-event-countdown .countdown-images-wrapper img {
  bottom: 0;
  height: 300px;
  position: absolute;
  right: 0
}

#page-online-event .online-event-countdown .countdown-images-wrapper #countdown-philipp {
  bottom: -8px;
  right: 150px;
  transform: scale(.95);
  z-index: 10
}

#page-online-event .online-event-countdown .countdown-images-wrapper #countdown-kevin {
  right: 20px
}

#page-online-event .online-event-countdown #countdown {
  display: flex;
  gap: 55px;
  z-index: 20
}

#page-online-event .online-event-countdown #countdown .countdown-item {
  display: flex;
  font-size: 30px;
  font-weight: 700;
  gap: 13px;
  line-height: 38px
}

#page-online-event .online-event-countdown #countdown .countdown-item .label {
  font-size: 24px;
  font-weight: 300
}

#page-online-event .online-event-cta {
  background: linear-gradient(180deg, #accef6, #006ab8, #00172e);
  display: flex
}

@media(max-width:1456px) {
  #page-online-event .online-event-cta {
    padding-left: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-cta {
    flex-direction: column;
    padding-left: 0
  }
}

#page-online-event .online-event-cta .online-event-cta-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 120px;
  padding-right: 100px;
  padding-top: 120px;
  width: calc(100% - 680px);
  z-index: 100
}

@media(max-width:1456px) {
  #page-online-event .online-event-cta .online-event-cta-content {
    width: calc(100% - 510px)
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-cta .online-event-cta-content {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-cta .online-event-cta-content {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

#page-online-event .online-event-cta .online-event-cta-content h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin: 0 0 30px
}

@media(max-width:512px) {
  #page-online-event .online-event-cta .online-event-cta-content h3 {
    font-size: 40px;
    line-height: 50px
  }
}

#page-online-event .online-event-cta .online-event-cta-content ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 64px
}

#page-online-event .online-event-cta .online-event-cta-content ul li {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  max-width: 500px;
  position: relative
}

@media(max-width:512px) {
  #page-online-event .online-event-cta .online-event-cta-content ul li {
    font-size: 20px;
    line-height: 30px
  }
}

#page-online-event .online-event-cta .online-event-cta-content ul li svg {
  height: 46px;
  left: -64px;
  position: absolute;
  top: -5px;
  width: 52px
}

@media(max-width:512px) {
  #page-online-event .online-event-cta .online-event-cta-content ul li svg {
    height: 36px;
    width: 40px
  }
}

#page-online-event .online-event-cta .online-event-cta-content ul li span {
  font-weight: 700
}

#page-online-event .online-event-cta .online-event-cta-form {
  background-color: #f4f4f4;
  padding: 125px 90px;
  width: 680px;
  z-index: 100
}

@media(max-width:1456px) {
  #page-online-event .online-event-cta .online-event-cta-form {
    width: 510px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-cta .online-event-cta-form {
    padding: 120px 50px;
    width: 100%
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-cta .online-event-cta-form {
    padding: 50px
  }
}

#page-online-event .online-event-cta .online-event-cta-form h3 {
  color: #01172e;
  font-size: 40px;
  font-weight: 300;
  line-height: 51px
}

#page-online-event .online-event-cta .online-event-cta-form h3 span {
  font-weight: 700
}

#page-online-event .online-event-cta .online-event-cta-form p {
  color: rgba(1, 23, 46, .5);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px
}

#page-online-event .online-event-cta .online-event-cta-form p a {
  color: rgba(1, 23, 46, .5)
}

#page-online-event .online-event-teaser {
  background-color: #01172e;
  display: flex;
  flex-direction: column;
  padding-bottom: 250px;
  padding-top: 250px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-teaser {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-teaser {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-teaser {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

#page-online-event .online-event-teaser h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px
}

@media(max-width:512px) {
  #page-online-event .online-event-teaser h3 {
    font-size: 40px;
    line-height: 50px
  }
}

#page-online-event .online-event-teaser h4 {
  color: #82c8e0;
  font-size: 35px;
  font-weight: 300;
  line-height: 65px;
  margin-bottom: 100px
}

@media(max-width:512px) {
  #page-online-event .online-event-teaser h4 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px
  }
}

#page-online-event .online-event-teaser .online-event-teaser-video {
  height: 550px;
  margin-bottom: 100px;
  position: relative;
  width: 900px
}

@media(max-width:1456px) {
  #page-online-event .online-event-teaser .online-event-teaser-video {
    height: 450px;
    width: 700px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-teaser .online-event-teaser-video {
    height: 300px;
    margin-bottom: 50px;
    width: 100%
  }
}

#page-online-event .online-event-teaser .online-event-teaser-video iframe {
  height: 100%;
  width: 100%
}

@media(max-width:1024px) {
  #page-online-event .online-event-teaser .online-event-teaser-video iframe {
    height: 100%;
    width: 100%
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-teaser .online-event-teaser-video iframe {
    height: 100%;
    width: 100%
  }
}

#page-online-event .online-event-teaser #teaser-block-film {
  background-color: #2c67b1;
  left: 0;
  top: 0
}

#page-online-event .online-event-teaser #teaser-block-film img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-teaser #teaser-block-empty {
  background-color: #82c8e0;
  right: 0;
  top: 0
}

@media(max-width:1456px) {
  #page-online-event .online-event-teaser #teaser-block-empty {
    display: none
  }
}

#page-online-event .online-event-teaser #teaser-block-cap {
  background-color: #99e58e;
  right: 0;
  top: 170px
}

@media(max-width:1456px) {
  #page-online-event .online-event-teaser #teaser-block-cap {
    top: 0
  }
}

#page-online-event .online-event-teaser #teaser-block-dollar {
  background-color: #99e58e;
  bottom: 170px;
  right: 0
}

#page-online-event .online-event-teaser #teaser-block-dollar img {
  height: 100px;
  width: 100px
}

#page-online-event .online-event-teaser #teaser-block-kurs {
  background-color: #ededed;
  bottom: 0;
  right: 170px
}

#page-online-event .online-event-bullet-points {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 170px;
  padding-top: 164px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-bullet-points {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-bullet-points {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

#page-online-event .online-event-bullet-points h3 {
  color: #01172e;
  font-size: 50px;
  font-weight: 300;
  line-height: 65px;
  margin-bottom: 164px;
  max-width: 1350px
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points h3 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px
  }
}

#page-online-event .online-event-bullet-points h3 span {
  font-weight: 700
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list {
  display: flex;
  flex-direction: column;
  gap: 130px;
  margin-bottom: 130px
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list {
    gap: 50px;
    margin-bottom: 50px
  }
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item {
  align-items: center;
  display: flex;
  gap: 74px
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item {
    align-items: start;
    gap: 50px
  }
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-icon {
  align-items: center;
  background-color: #82c8e0;
  display: flex;
  flex-shrink: 0;
  height: 170px;
  justify-content: center;
  width: 170px
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-icon {
    display: none
  }
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-icon img {
  height: 120px;
  width: 120px
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-icon img {
    height: 80px;
    width: 80px
  }
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content {
  display: flex;
  flex-direction: column;
  gap: 25px
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content {
    gap: 15px
  }
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content h4 {
  color: #01172e;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content h4 .mobile-icon {
  display: none
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content h4 {
    align-items: center;
    display: flex;
    font-size: 28px;
    gap: 20px;
    line-height: 28px
  }

  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content h4 .mobile-icon {
    align-items: center;
    background-color: #82c8e0;
    display: flex;
    height: 80px;
    justify-content: center;
    padding: 10px;
    width: 80px
  }
}

#page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content p {
  color: #01172e;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  max-width: 1000px
}

@media(max-width:1024px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content p {
    max-width: 700px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-bullet-points .online-event-bullet-points-list .online-event-bullet-points-item .online-event-bullet-points-item-content p {
    font-size: 20px;
    line-height: 30px
  }
}

#page-online-event .online-event-bullet-points #bullet-block-target {
  background-color: #2c67b1;
  right: 0;
  top: 0
}

#page-online-event .online-event-bullet-points #bullet-block-target img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-testimonials {
  background: linear-gradient(180deg, #fff, #accef6, #006ab8);
  padding-bottom: 220px;
  padding-top: 220px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-testimonials {
    padding-left: 0;
    padding-right: 0
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials {
    padding-bottom: 0;
    padding-top: 50px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu {
  display: flex;
  height: 170px;
  width: 100%
}

@media(max-width:1024px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 340px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu {
    display: flex;
    flex-direction: column;
    height: 340px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  height: 170px;
  padding: 40px;
  position: relative;
  text-align: start
}

@media(max-width:1456px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item {
    width: 100%
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item {
    height: 85px;
    padding: 21px 0 21px 50px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item.active {
  background-color: #fff;
  padding: 0
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item.active .online-event-testimonials-tabmenu-item-name {
  padding: 40px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item.active .online-event-testimonials-tabmenu-item-name {
    padding: 21px 0 21px 50px
  }
}

@media(max-width:1456px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item.active {
    width: 100%
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item.active .active-item {
  display: flex
}

@media(max-width:1456px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item.active .active-item {
    display: none
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item h3 {
  color: #2c67b1;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-wrap: nowrap
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item h3 {
    font-size: 20px;
    line-height: 25px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item h4 {
  color: #2c67b1;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item h4 {
    font-size: 15px;
    line-height: 18px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item .online-event-testimonials-tabmenu-item-name {
  width: 100%
}

#page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item .active-item {
  align-items: center;
  background-color: #99e58e;
  display: none;
  flex-shrink: 0;
  height: 170px;
  justify-content: center;
  padding: 40px;
  width: 170px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-tabmenu .online-event-testimonials-tabmenu-item .active-item {
    height: 85px;
    padding: 20px;
    width: 85px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content {
  padding: 0 170px
}

@media(max-width:1456px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content {
    padding: 0 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content {
    padding: 0
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item {
  display: none;
  height: 600px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item {
    height: unset;
    position: relative
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-image {
  background-color: #ededed;
  flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 40%
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-image {
    bottom: 50px;
    height: 81px;
    left: 50px;
    position: absolute;
    width: 60px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item.active {
  display: flex
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
  padding: 90px 80px;
  width: 60%
}

@media(max-width:1024px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text {
    padding: 80px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text {
    padding: 50px;
    width: 100%
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text p {
  color: #01172e;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px
}

@media(max-width:1024px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text p {
    font-size: 22px;
    line-height: 31px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text p {
    font-size: 18px;
    line-height: 31px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text .online-event-testimonials-content-item-text-author {
  display: flex;
  flex-direction: column;
  gap: 10px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text .online-event-testimonials-content-item-text-author {
    margin-left: 80px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text .online-event-testimonials-content-item-text-author h3 {
  color: #01172e;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text .online-event-testimonials-content-item-text-author h3 {
    font-size: 30px;
    line-height: 40px
  }
}

#page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text .online-event-testimonials-content-item-text-author h4 {
  color: #2c67b1;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px
}

@media(max-width:512px) {
  #page-online-event .online-event-testimonials .online-event-testimonials-content .online-event-testimonials-content-item .online-event-testimonials-content-item-text .online-event-testimonials-content-item-text-author h4 {
    font-size: 20px;
    line-height: 31px
  }
}

#page-online-event .online-event-testimonials #testimonial-block-book {
  background-color: #99e58e;
  right: 170px;
  top: -120px
}

#page-online-event .online-event-testimonials #testimonial-block-empty {
  background-color: #ededed;
  right: 340px;
  top: 50px
}

#page-online-event .online-event-testimonials #testimonial-block-aktie {
  background-color: #01172e;
  right: 0;
  top: 50px
}

#page-online-event .online-event-testimonials #testimonial-block-aktie img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-hosts {
  display: flex;
  flex-direction: column;
  padding-bottom: 170px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-hosts {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-hosts {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts {
    padding-bottom: 50px
  }
}

#page-online-event .online-event-hosts h3 {
  color: #01172e;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
  margin: 50px 0
}

@media(max-width:1796px) {
  #page-online-event .online-event-hosts h3 {
    margin: 50px 0
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts h3 {
    font-size: 30px;
    line-height: 40px
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content {
  display: flex;
  flex-direction: column;
  gap: 130px
}

@media(max-width:1024px) {
  #page-online-event .online-event-hosts .online-event-hosts-content {
    gap: 50px
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item {
  display: flex;
  gap: 100px
}

@media(max-width:1456px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item {
    gap: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item {
    gap: 20px
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-item-image {
  background-color: #ededed;
  flex-shrink: 0;
  overflow: hidden;
  width: 295px
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-item-image {
    display: none
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-item-image img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 40px
}

@media(max-width:1456px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description {
    gap: 20px
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description h4 {
  color: #01172e;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px
}

@media(max-width:1024px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description h4 {
    font-size: 24px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description h4 {
    align-items: end;
    display: flex;
    font-size: 20px;
    gap: 20px;
    line-height: 20px
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description h4 .mobile-icon {
  display: none
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description h4 .mobile-icon {
    background-color: #ededed;
    display: block;
    width: 100px
  }
}

#page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description p {
  color: #01172e;
  font-size: 21px;
  font-weight: 300;
  line-height: 40px
}

@media(max-width:1456px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description p {
    font-size: 20px;
    line-height: 30px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description p {
    font-size: 18px;
    line-height: 28px;
    max-width: 500px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-hosts .online-event-hosts-content .online-event-host-item .online-event-host-description p {
    font-size: 16px;
    line-height: 21px
  }
}

#page-online-event .online-event-hosts #hosts-block-mic {
  background-color: #2c67b1;
  left: 0;
  top: 0
}

#page-online-event .online-event-hosts #hosts-block-mic img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(93%) saturate(380%) hue-rotate(71deg) brightness(85%) contrast(88%);
  height: 75px;
  width: 75px
}

@media(max-width:1796px) {
  #page-online-event .online-event-hosts #hosts-block-mic {
    display: none
  }
}

#page-online-event .online-event-hosts #hosts-block-aktie {
  background-color: #99e58e;
  bottom: 0;
  right: 0
}

#page-online-event .online-event-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  position: relative
}

@media(max-width:512px) {
  #page-online-event .online-event-images {
    grid-template-columns: repeat(2, 1fr)
  }
}

#page-online-event .online-event-images>img {
  height: 340px;
  object-fit: cover;
  width: 100%
}

@media(max-width:512px) {
  #page-online-event .online-event-images>img {
    height: 170px
  }
}

#page-online-event .online-event-images #images-block-empty {
  background-color: #01172e;
  right: 0;
  top: 0
}

#page-online-event .online-event-images #images-block-star {
  background-color: #ededed;
  right: 0;
  top: 170px
}

#page-online-event .online-event-images #images-block-star img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(29%) saturate(2619%) hue-rotate(192deg) brightness(94%) contrast(87%)
}

#page-online-event .online-event-bottom-cta {
  background-color: #01172e;
  display: flex;
  flex-direction: column;
  padding-bottom: 256px;
  padding-top: 90px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-bottom-cta {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-bottom-cta {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-bottom-cta {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

#page-online-event .online-event-bottom-cta h4 {
  color: #1869d0;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
  margin: 0 0 20px
}

@media(max-width:512px) {
  #page-online-event .online-event-bottom-cta h4 {
    font-size: 25px;
    line-height: 31px
  }
}

#page-online-event .online-event-bottom-cta h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 60px
}

@media(max-width:512px) {
  #page-online-event .online-event-bottom-cta h3 {
    font-size: 30px;
    line-height: 40px
  }
}

#page-online-event .online-event-bottom-cta .online-event-bottom-cta-content {
  align-items: center;
  display: flex;
  gap: 100px;
  margin-bottom: 100px
}

@media(max-width:512px) {
  #page-online-event .online-event-bottom-cta .online-event-bottom-cta-content {
    gap: 20px;
    margin-bottom: 50px
  }
}

#page-online-event .online-event-bottom-cta .online-event-bottom-cta-content p {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px
}

#page-online-event .online-event-bottom-cta .online-event-bottom-cta-content ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 64px
}

#page-online-event .online-event-bottom-cta .online-event-bottom-cta-content ul li {
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  position: relative
}

@media(max-width:512px) {
  #page-online-event .online-event-bottom-cta .online-event-bottom-cta-content ul li {
    font-size: 20px;
    line-height: 25px
  }
}

#page-online-event .online-event-bottom-cta .online-event-bottom-cta-content ul li img {
  filter: brightness(0) saturate(100%) invert(74%) sepia(72%) saturate(1217%) hue-rotate(59deg) brightness(90%) contrast(98%);
  height: 46px;
  left: -64px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px
}

#page-online-event .online-event-bottom-cta .online-event-bottom-cta-content ul li span {
  color: #36dd21;
  font-weight: 700
}

#page-online-event .online-event-bottom-cta #cta-block-cap {
  background-color: #2c67b1;
  bottom: 170px;
  right: 0
}

#page-online-event .online-event-bottom-cta #cta-block-cap img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-bottom-cta #cta-block-empty {
  background-color: #99e58e;
  bottom: 0;
  right: 170px
}

#page-online-event .online-event-opinions {
  background: linear-gradient(180deg, #fff, #accef6, #006ab8);
  display: flex;
  flex-direction: column;
  padding-bottom: 300px;
  padding-top: 190px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-opinions {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-opinions {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

#page-online-event .online-event-opinions h3 {
  color: #01172e;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 90px
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px
  }
}

#page-online-event .online-event-opinions #opinions-slider {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none
}

#page-online-event .online-event-opinions #opinions-slider::-webkit-scrollbar {
  display: none
}

#page-online-event .online-event-opinions #opinions-slider .opinions-slider-inner {
  display: flex;
  gap: 68px
}

#page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 475px;
  padding: 50px 64px
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card {
    min-width: 300px;
    padding: 20px
  }
}

#page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card p {
  color: #01172e;
  font-size: 25px;
  font-weight: 300;
  line-height: 40px
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card p {
    font-size: 15px;
    line-height: 21px
  }
}

#page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card .online-event-opinion-card-header {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card .online-event-opinion-card-header {
    gap: 10px
  }
}

#page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card .online-event-opinion-card-header h4 {
  color: #01172e;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card .online-event-opinion-card-header h4 {
    font-size: 25px;
    line-height: 31px
  }
}

#page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card .online-event-opinion-card-header img {
  border-radius: 50%;
  height: 80px;
  width: 80px
}

@media(max-width:512px) {
  #page-online-event .online-event-opinions #opinions-slider .online-event-opinion-card .online-event-opinion-card-header img {
    height: 50px;
    width: 50px
  }
}

#page-online-event .online-event-opinions #opinions-block-feedback {
  background-color: #82c8e0;
  right: 0;
  top: 0
}

#page-online-event .online-event-opinions #opinions-block-empty {
  background-color: #99e58e;
  bottom: 0;
  left: 0
}

#page-online-event .online-event-opinions #opinions-block-aktie {
  background-color: #01172e;
  bottom: 0;
  left: 170px
}

#page-online-event .online-event-opinions #opinions-block-aktie img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-faq {
  display: flex;
  flex-direction: column;
  gap: 110px;
  padding-bottom: 110px;
  padding-top: 150px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-faq {
    padding-left: 100px;
    padding-right: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-faq {
    padding-left: 50px;
    padding-right: 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-faq {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

#page-online-event .online-event-faq .online-event-faq-content {
  display: flex;
  gap: 200px
}

@media(max-width:1456px) {
  #page-online-event .online-event-faq .online-event-faq-content {
    gap: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-faq .online-event-faq-content {
    flex-direction: column;
    gap: 50px
  }
}

#page-online-event .online-event-faq .online-event-faq-content h3 {
  color: #01172e;
  font-size: 66px;
  font-weight: 700;
  line-height: 74px;
  max-width: 380px
}

@media(max-width:1024px) {
  #page-online-event .online-event-faq .online-event-faq-content h3 {
    max-width: unset
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-faq .online-event-faq-content h3 {
    font-size: 30px;
    line-height: 40px
  }
}

#page-online-event .online-event-faq .online-event-faq-content ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%
}

@media(max-width:512px) {
  #page-online-event .online-event-faq .online-event-faq-content ul {
    gap: 20px
  }
}

#page-online-event .online-event-faq .online-event-faq-content ul li {
  border-bottom: 1px solid #f2f2f2;
  color: #01172e;
  display: flex;
  flex-direction: column;
  font-size: 21px;
  font-weight: 700;
  max-width: 850px;
  padding-bottom: 30px
}

@media(max-width:512px) {
  #page-online-event .online-event-faq .online-event-faq-content ul li {
    font-size: 18px;
    padding-bottom: 20px
  }
}

#page-online-event .online-event-faq .online-event-faq-content ul li.active svg {
  transform: rotate(180deg)
}

#page-online-event .online-event-faq .online-event-faq-content ul li.active .faq-answer {
  height: 130px
}

@media(max-width:1456px) {
  #page-online-event .online-event-faq .online-event-faq-content ul li.active .faq-answer {
    height: 190px
  }
}

#page-online-event .online-event-faq .online-event-faq-content ul li .faq-question {
  align-items: center;
  cursor: pointer;
  display: flex
}

#page-online-event .online-event-faq .online-event-faq-content ul li .faq-question svg {
  height: 16px;
  margin-right: 10px;
  transition: transform .3s ease-in-out;
  width: 16px
}

#page-online-event .online-event-faq .online-event-faq-content ul li .faq-answer {
  color: #01172e;
  font-size: 21px;
  font-weight: 300;
  height: 0;
  margin-top: 20px;
  max-width: 850px;
  overflow: hidden;
  padding-left: 25px;
  transition: height .3s ease-in-out
}

@media(max-width:512px) {
  #page-online-event .online-event-faq .online-event-faq-content ul li .faq-answer {
    font-size: 16px;
    margin-top: 10px
  }
}

#page-online-event .online-event-faq #faq-block-info {
  background-color: #2c67b1;
  bottom: 0;
  right: 0
}

#page-online-event .online-event-faq #faq-block-info img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-footer {
  background-color: #01172e;
  display: flex;
  flex-direction: column;
  gap: 165px;
  padding-bottom: 165px;
  padding-top: 100px;
  position: relative
}

@media(max-width:1456px) {
  #page-online-event .online-event-footer {
    padding: 100px
  }
}

@media(max-width:1024px) {
  #page-online-event .online-event-footer {
    padding: 100px 50px
  }
}

@media(max-width:512px) {
  #page-online-event .online-event-footer {
    gap: 50px;
    padding: 50px
  }
}

#page-online-event .online-event-footer img {
  height: 68px;
  width: 228px
}

@media(max-width:512px) {
  #page-online-event .online-event-footer img {
    height: 45px;
    width: 150px
  }
}

#page-online-event .online-event-footer .online-event-footer-info {
  display: flex;
  flex-direction: column
}

@media(max-width:512px) {
  #page-online-event .online-event-footer .online-event-footer-info {
    margin-bottom: 20px
  }
}

#page-online-event .online-event-footer .online-event-footer-info p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  margin-left: 60%
}

@media(max-width:512px) {
  #page-online-event .online-event-footer .online-event-footer-info p {
    font-size: 16px;
    line-height: 30px;
    margin-left: 0
  }
}

#page-online-event .online-event-footer .online-event-footer-links {
  align-items: end;
  display: flex;
  gap: 20px;
  justify-content: space-between
}

@media(max-width:512px) {
  #page-online-event .online-event-footer .online-event-footer-links {
    flex-direction: column;
    gap: 20px
  }
}

#page-online-event .online-event-footer .online-event-footer-links .online-event-footer-partner {
  align-items: center;
  display: flex;
  gap: 10px
}

#page-online-event .online-event-footer .online-event-footer-links .online-event-footer-partner p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  text-align: right;
  width: 176px
}

@media(max-width:512px) {
  #page-online-event .online-event-footer .online-event-footer-links .online-event-footer-partner p {
    font-size: 16px;
    line-height: 20px
  }
}

#page-online-event .online-event-footer .online-event-footer-links .online-event-footer-partner img {
  height: 75px;
  width: 176px
}

@media(max-width:512px) {
  #page-online-event .online-event-footer .online-event-footer-links .online-event-footer-partner img {
    height: 45px;
    width: 100px
  }
}

#page-online-event .online-event-footer .online-event-footer-links .online-event-footer-list {
  display: flex;
  gap: 20px;
  width: 40%
}

@media(max-width:512px) {
  #page-online-event .online-event-footer .online-event-footer-links .online-event-footer-list {
    width: unset
  }
}

#page-online-event .online-event-footer .online-event-footer-links .online-event-footer-list a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none
}

#page-online-event .online-event-footer #footer-block-cap {
  background-color: #99e58e;
  right: 510px;
  top: 0
}

@media(max-width:1024px) {
  #page-online-event .online-event-footer #footer-block-cap {
    display: none
  }
}

#page-online-event .online-event-footer #footer-block-rocket {
  background-color: #82c8e0;
  right: 340px;
  top: 0
}

#page-online-event .online-event-footer #footer-block-rocket img {
  filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(1173%) hue-rotate(195deg) brightness(91%) contrast(88%)
}

#page-online-event .online-event-footer #footer-block-empty {
  background-color: #ededed;
  right: 170px;
  top: 0
}

#page-online-event .online-event-cta-button {
  align-items: center;
  background-color: #36dd21;
  border: none;
  color: #01172e;
  cursor: pointer;
  display: flex;
  font-size: 26px;
  font-weight: 700;
  gap: 15px;
  justify-content: center;
  line-height: 33px;
  overflow: hidden;
  padding: 26px 40px;
  position: relative;
  transition: all .3s ease;
  width: 460px;
  z-index: 10
}

@media(max-width:512px) {
  #page-online-event .online-event-cta-button {
    font-size: 24px;
    line-height: 25px;
    margin: 0 auto;
    padding: 20px 30px;
    width: 100%
  }
}

#page-online-event .online-event-cta-button:before {
  animation: shine 3s infinite;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .3) 50%, hsla(0, 0%, 100%, 0));
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 100%
}

#page-online-event .online-event-cta-button:hover {
  background-color: #31c71e;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  transform: translateY(-2px)
}

#page-online-event .online-event-cta-button:hover img {
  animation: arrowMove 1s ease-in-out infinite
}

#page-online-event .online-event-cta-button img {
  transition: transform .3s ease;
  width: 36px
}

#page-online-event .online-event-cta-button .mobile-cta-text {
  display: none
}

@media(max-width:512px) {
  #page-online-event .online-event-cta-button .mobile-cta-text {
    display: block
  }
}

#page-online-event .online-event-cta-button .desktop-cta-text {
  display: block
}

@media(max-width:512px) {
  #page-online-event .online-event-cta-button .desktop-cta-text {
    display: none
  }
}

#page-online-event .icon-block-row {
  display: none;
  grid-template-columns: repeat(5, 1fr)
}

@media(max-width:512px) {
  #page-online-event .icon-block-row {
    display: grid
  }
}

#page-online-event .icon-block-row .row-icon-block {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 25px
}

#page-online-event .icon-block-row .row-icon-block img {
  height: 100%;
  width: 100%
}

#page-online-event .icon-block-row #icon-block-row-candlesticks {
  background-color: #99e58e
}

#page-online-event .icon-block-row #icon-block-row-cap {
  background-color: #f4f4f4
}

#page-online-event .icon-block-row #icon-block-row-lightbulb {
  background-color: #82c8e0
}

#page-online-event .icon-block-row #icon-block-row-stock {
  background-color: #01172e
}

#page-online-event .icon-block-row #icon-block-row-stock img {
  filter: brightness(0) invert(1)
}

#page-online-event .online-event-icon-block {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 170px;
  justify-content: center;
  opacity: 0;
  padding: 50px 45px;
  position: absolute;
  transform: translateY(-100%);
  width: 170px
}

@media(max-width:512px) {
  #page-online-event .online-event-icon-block {
    display: none
  }
}

#page-online-event .fade-in-right {
  opacity: 0;
  transform: translateX(300px);
  transition: opacity .5s ease-out, transform .5s ease-out
}

@media(max-width:512px) {
  #page-online-event .fade-in-right {
    opacity: 1;
    transform: translateX(0)
  }
}

#page-online-event .fade-in-right.animate {
  animation: fadeInRight .5s ease-out forwards
}

@media(max-width:512px) {
  #page-online-event .fade-in-right.animate {
    animation: none
  }
}

#page-online-event .fade-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity .5s ease-out, transform .5s ease-out
}

#page-online-event .fade-in-left.animate {
  animation: fadeInLeft .5s ease-out forwards
}

@keyframes shine {
  0% {
    left: -100%
  }

  to {
    left: 100%
  }
}

@keyframes fallAndBounce {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  50% {
    opacity: 1;
    transform: translateY(10%)
  }

  70% {
    transform: translateY(-5%)
  }

  85% {
    transform: translateY(2%)
  }

  92% {
    transform: translateY(-1%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes pulse {
  0% {
    opacity: 1
  }

  50% {
    opacity: .5
  }

  to {
    opacity: 1
  }
}

@keyframes arrowMove {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(5px)
  }

  to {
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(300px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px)
  }

  to {
    opacity: 1;
    transform: translateX(0)
  }
}

.page-siegel h1,
.page-siegel h2,
.page-siegel h3,
.page-siegel h4,
.page-siegel h5,
.page-siegel h6 {
  margin-top: 0
}

.page-siegel .wrapper-new {
  width: 1400px
}

.page-siegel .padding-inner-new {
  padding-left: 60px;
  padding-right: 60px
}

@media(max-width:1450px) {
  .page-siegel .padding-inner-new {
    padding-left: 25px;
    padding-right: 25px
  }
}

@media(max-width:700px) {
  .page-siegel .padding-inner-new {
    padding-left: 0;
    padding-right: 0
  }
}

.page-siegel strong {
  font-weight: 700
}

.page-siegel .siegel-hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 140px;
  padding-bottom: 60px;
  padding-top: 100px
}

@media(max-width:900px) {
  .page-siegel .siegel-hero {
    margin-bottom: 60px
  }
}

.page-siegel .siegel-hero h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 30px
}

@media(max-width:900px) {
  .page-siegel .siegel-hero h1 {
    margin-bottom: 20px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-hero h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 12px
  }
}

.page-siegel .siegel-hero h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 60px;
  max-width: 1100px
}

@media(max-width:900px) {
  .page-siegel .siegel-hero h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-hero h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

.page-siegel .siegel-hero a {
  border-radius: 15px;
  font-size: 20px;
  margin-bottom: 50px
}

.page-siegel .siegel-hero a:after {
  top: 29px
}

.page-siegel .siegel-hero__logos {
  border-top: 1px solid #707070;
  display: flex;
  padding-top: 38px
}

@media(max-width:650px) {
  .page-siegel .siegel-hero__logos {
    flex-wrap: wrap
  }
}

.page-siegel .siegel-hero__trustpilot {
  margin-right: 30px
}

@media(max-width:750px) {
  .page-siegel .siegel-hero__trustpilot {
    margin-right: 15px
  }
}

@media(max-width:650px) {
  .page-siegel .siegel-hero__trustpilot {
    margin-bottom: 20px;
    width: 100%
  }
}

.page-siegel .siegel-hero__trustpilot img {
  max-width: 100%
}

.page-siegel .siegel-hero__slider {
  flex: 1;
  max-width: 100%;
  min-width: 0
}

.page-siegel .siegel-hero__slider .swiper-slide {
  align-items: center;
  display: flex;
  height: auto;
  justify-content: center
}

.page-siegel .siegel-hero__slider .swiper-slide img {
  max-height: 100px;
  max-width: 100%
}

.page-siegel .siegel-hero .swiper-wrapper {
  transition-timing-function: linear
}

.page-siegel .siegel-hero .swiper-container {
  min-width: 0;
  opacity: 0;
  transition: opacity .2s ease
}

.page-siegel .siegel-hero .swiper-container.swiper-container-initialized {
  opacity: 1
}

.page-siegel .siegel-section {
  margin-bottom: 100px
}

@media(max-width:700px) {
  .page-siegel .siegel-section {
    margin-bottom: 50px
  }
}

.page-siegel .siegel-section h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 80px
}

@media(max-width:900px) {
  .page-siegel .siegel-section h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-section h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

.page-siegel .siegel-section h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 30px
}

.page-siegel .siegel-section p {
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 20px
}

@media(max-width:600px) {
  .page-siegel .siegel-section p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px
  }
}

.page-siegel .siegel-section__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px
}

.page-siegel .siegel-section__image-box {
  background-color: hsla(0, 0%, 91%, .45);
  border-radius: 25px;
  min-height: 330px;
  padding: 60px 50px 70px;
  position: relative
}

@media(max-width:700px) {
  .page-siegel .siegel-section__image-box {
    max-width: 400px
  }
}

.page-siegel .siegel-section__image {
  width: 40%
}

@media(max-width:900px) {
  .page-siegel .siegel-section__image {
    width: 48%
  }
}

@media(max-width:700px) {
  .page-siegel .siegel-section__image {
    margin-bottom: 30px;
    width: 100%
  }
}

.page-siegel .siegel-section__image img {
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 80%;
  position: absolute;
  right: 0;
  top: 0
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--1 .siegel-section__image-box {
    min-height: 250px
  }
}

.page-siegel .siegel-section__image--2 .siegel-section__image-box img {
  top: -40px
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--2 .siegel-section__image-box {
    min-height: 250px
  }

  .page-siegel .siegel-section__image--2 .siegel-section__image-box img {
    max-width: 70%;
    top: -20px
  }
}

@media(max-width:700px) {
  .page-siegel .siegel-section__image--2 .siegel-section__image-box img {
    top: -10px
  }
}

.page-siegel .siegel-section__image--3 .siegel-section__image-box img {
  top: -8px
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--3 .siegel-section__image-box {
    min-height: 250px
  }
}

.page-siegel .siegel-section__image--4 .siegel-section__image-box {
  min-height: 280px
}

.page-siegel .siegel-section__image--4 .siegel-section__image-box img {
  max-width: 70%
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--4 .siegel-section__image-box {
    min-height: 230px
  }
}

.page-siegel .siegel-section__image--5 .siegel-section__image-box {
  min-height: 280px
}

.page-siegel .siegel-section__image--5 .siegel-section__image-box img {
  max-width: 75%
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--5 .siegel-section__image-box {
    min-height: 230px
  }
}

.page-siegel .siegel-section__image--6 .siegel-section__image-box {
  min-height: 280px
}

.page-siegel .siegel-section__image--6 .siegel-section__image-box img {
  max-width: 75%
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--6 .siegel-section__image-box {
    min-height: 230px
  }
}

.page-siegel .siegel-section__image--7 .siegel-section__image-box {
  min-height: 260px
}

.page-siegel .siegel-section__image--7 .siegel-section__image-box img {
  max-width: 65%;
  top: -40px
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--7 .siegel-section__image-box {
    min-height: 230px
  }

  .page-siegel .siegel-section__image--7 .siegel-section__image-box img {
    max-width: 60%;
    top: -10px
  }
}

.page-siegel .siegel-section__image--8 .siegel-section__image-box {
  min-height: 340px
}

@media(max-width:1050px) {
  .page-siegel .siegel-section__image--8 .siegel-section__image-box {
    min-height: 230px
  }

  .page-siegel .siegel-section__image--8 .siegel-section__image-box img {
    max-width: 70%
  }
}

@media(max-width:700px) {
  .page-siegel .siegel-section__img--desktop {
    display: none
  }
}

.page-siegel .siegel-section__img--mobile {
  display: none
}

@media(max-width:700px) {
  .page-siegel .siegel-section__img--mobile {
    display: block
  }
}

.page-siegel .siegel-section__text {
  width: 53%
}

@media(max-width:900px) {
  .page-siegel .siegel-section__text {
    width: 48%
  }
}

@media(max-width:700px) {
  .page-siegel .siegel-section__text {
    width: 100%
  }
}

.page-siegel .siegel-tuv {
  margin-bottom: 160px
}

@media(max-width:900px) {
  .page-siegel .siegel-tuv {
    margin-bottom: 40px
  }
}

.page-siegel .siegel-tuv h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 80px;
  max-width: 1050px
}

@media(max-width:900px) {
  .page-siegel .siegel-tuv h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-tuv h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

.page-siegel .siegel-tuv__img-row-d img {
  margin-bottom: 20px;
  max-width: 900px;
  width: 100%
}

@media(max-width:900px) {
  .page-siegel .siegel-tuv__img-row-d {
    display: none
  }
}

.page-siegel .siegel-tuv__img-row-m {
  display: none
}

@media(max-width:900px) {
  .page-siegel .siegel-tuv__img-row-m {
    display: block
  }
}

.page-siegel .siegel-tuv__img-row-m img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 360px;
  width: 100%
}

.page-siegel .siegel-tuv p {
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 0;
  max-width: 980px
}

.page-siegel .siegel-bg {
  margin-bottom: 160px
}

@media(max-width:900px) {
  .page-siegel .siegel-bg {
    margin-bottom: 40px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-bg {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }
}

.page-siegel .siegel-bg--last {
  margin-bottom: 40px
}

.page-siegel .siegel-bg__row {
  background-color: #01182e;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 80px 30px
}

@media(max-width:900px) {
  .page-siegel .siegel-bg__row {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-bg__row {
    border-bottom: 1px solid #fff;
    border-radius: 0
  }
}

.page-siegel .siegel-bg__image {
  width: 22%
}

@media(max-width:900px) {
  .page-siegel .siegel-bg__image {
    width: 100%
  }
}

.page-siegel .siegel-bg__image-box {
  position: relative
}

.page-siegel .siegel-bg__image-box img {
  display: block;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: -150px
}

.page-siegel .siegel-bg__image-box--top img {
  top: -200px
}

@media(max-width:1200px) {
  .page-siegel .siegel-bg__image-box img {
    top: -110px
  }
}

@media(max-width:1000px) {
  .page-siegel .siegel-bg__image-box img {
    top: -60px
  }
}

@media(max-width:900px) {
  .page-siegel .siegel-bg__image-box img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    position: static
  }
}

.page-siegel .siegel-bg__text {
  width: 71%
}

@media(max-width:900px) {
  .page-siegel .siegel-bg__text {
    margin-bottom: -100px;
    position: relative;
    top: -100px;
    width: 100%
  }
}

.page-siegel .siegel-bg p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 20px
}

.page-siegel .siegel-bg p span {
  color: #36dd21
}

.page-siegel .siegel-cta {
  background-color: #01182e;
  margin-bottom: 170px;
  padding-bottom: 140px;
  padding-top: 125px
}

@media(max-width:900px) {
  .page-siegel .siegel-cta {
    padding-bottom: 60px;
    padding-top: 60px
  }
}

.page-siegel .siegel-cta h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 50px
}

.page-siegel .siegel-cta h2 strong {
  font-weight: 700
}

.page-siegel .siegel-cta h2 span {
  color: #36dd21;
  font-weight: 700
}

@media(max-width:900px) {
  .page-siegel .siegel-cta h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px
  }
}

@media(max-width:600px) {
  .page-siegel .siegel-cta h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px
  }
}

.page-siegel .siegel-cta p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 60px
}

@media(max-width:600px) {
  .page-siegel .siegel-cta p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px
  }
}

.page-siegel .siegel-cta a {
  border-radius: 15px;
  font-size: 20px
}

.page-siegel .siegel-cta a:after {
  top: 29px
}

.toepf {
  margin-bottom: 100px;
  margin-top: 20px;
  width: 1680px
}

.toepf__inner {
  background-color: #f4f4f5;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 130px;
  padding-top: 130px
}

@media(max-width:960px) {
  .toepf__inner {
    padding-bottom: 50px;
    padding-top: 50px
  }
}

.toepf__col-1 {
  width: 48%
}

@media(max-width:1100px) {
  .toepf__col-1 {
    width: 38%
  }
}

@media(max-width:960px) {
  .toepf__col-1 {
    margin-bottom: 40px;
    width: 100%
  }
}

.toepf__col-1 h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 40px;
  margin-top: 0
}

@media(max-width:1200px) {
  .toepf__col-1 h1 {
    font-size: 46px;
    line-height: 46px
  }
}

@media(max-width:1100px) {
  .toepf__col-1 h1 {
    font-size: 38px;
    line-height: 38px
  }
}

.toepf__col-1 p {
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 25px;
  margin-top: 0
}

@media(max-width:1200px) {
  .toepf__col-1 p {
    font-size: 20px;
    line-height: 30px
  }
}

.toepf__col-1 p strong {
  font-weight: 700;
  text-decoration: underline
}

.toepf__col-1 .pjm-btn.pjm-btn.pjm-btn.pjm-btn {
  background-color: #01172e !important;
  border-radius: 15px;
  color: #36dd21 !important;
  font-size: 16px;
  margin-top: 45px
}

@media(max-width:960px) {
  .toepf__col-1 .pjm-btn.pjm-btn.pjm-btn.pjm-btn {
    margin-top: 20px
  }
}

.toepf__col-2 {
  width: 48%
}

@media(max-width:1100px) {
  .toepf__col-2 {
    width: 58%
  }
}

@media(max-width:960px) {
  .toepf__col-2 {
    width: 100%
  }
}

.toepf__col-2 .vi-lazyload {
  border: 18px solid #01172e;
  border-radius: 20px;
  box-shadow: 0 13px 26px rgba(0, 0, 0, .161)
}

.header-badges {
  border-bottom: 1px solid #e8e8e8;
  padding: 35px 0 20px
}

.header-badges .wrapper-new {
  width: 1620px
}

.header-badges img {
  max-height: 97px;
  width: auto
}

.header-badges__logo img {
  height: 55px;
  margin-right: 300px
}

@media(max-width:1600px) {
  .header-badges__logo img {
    margin-right: 20px
  }
}

.header-badges__badge-3 {
  height: 40px
}

.header-badges__main {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

@media(max-width:600px) {
  .header-badges__kununu {
    display: none
  }
}

.header-badges__badges {
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between
}

@media(max-width:1200px) {
  .header-badges__badges .header-badges__badge-4-old {
    display: none
  }
}

@media(max-width:500px) {
  .header-badges__badges .header-badges__badge-4 {
    display: none
  }
}

@media(max-width:1000px) {

  .header-badges__badges .header-badges__badge-1,
  .header-badges__badges .header-badges__badge-2 {
    display: none
  }
}

@media(max-width:750px) {
  .header-badges__badges .header-badges__badge-3 {
    display: none
  }
}

@media(max-width:1600px) {
  .header-badges__badges {
    gap: 10px
  }
}

.pjm-btn {
  align-items: center !important;
  background-color: #36dd21 !important;
  border-radius: 28px;
  color: #00172e !important;
  display: inline-flex;
  font-size: 26px;
  font-weight: 700 !important;
  justify-content: center !important;
  padding: 23px 30px;
  position: relative;
  text-decoration: none !important
}

.pjm-btn--arrow {
  padding: 23px 65px 23px 30px
}

.pjm-btn--arrow:after {
  background-repeat: no-repeat;
  background-size: 32px 14px;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 32px;
  width: 32px
}

.pjm-btn--arrow:hover span {
  left: 18px;
  position: relative
}

.pjm-btn--arrow span {
  left: 0;
  position: relative;
  transition: .3s
}

.pjm-btn--arrow:after {
  transition: .2s
}

.pjm-btn--arrow:hover:after {
  opacity: 0
}

.pjm-info-box {
  margin-bottom: 75px
}

.pjm-info-box__inner {
  background-color: #00172e
}

.pjm-info-box__inner.pjm-info-box__inner {
  border-radius: 16px;
  padding-bottom: 50px !important;
  padding-top: 50px !important
}

.pjm-info-box__inner.pjm-info-box__inner h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 200
}

@media(max-width:600px) {
  .pjm-info-box__inner.pjm-info-box__inner h2 {
    font-size: 26px
  }
}

.pjm-info-box__inner.pjm-info-box__inner p {
  color: #fff;
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 30px
}

.pjm-info-box--alt {
  box-shadow: 0 4px 33px rgba(0, 0, 0, .03), 0 2px 4px rgba(0, 0, 0, .06)
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner {
  background-color: #fff;
  display: flex;
  justify-content: space-between
}

@media(max-width:1000px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner {
    gap: 2em
  }
}

@media(max-width:781px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner {
    flex-wrap: wrap;
    gap: 0
  }
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner.padding-inner-new {
  padding-left: 50px;
  padding-right: 50px
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner h2 {
  color: #01172e;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 16px;
  margin-top: 0;
  text-transform: uppercase
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner p {
  color: #01172e;
  font-size: 21px;
  font-weight: 200;
  line-height: 31px;
  margin-bottom: 0
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__text {
  width: 74%
}

@media(max-width:1000px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__text {
    width: 66.66%
  }
}

@media(max-width:781px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__text {
    margin-bottom: 30px;
    width: 100%
  }
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__button {
  text-align: right;
  width: 25%
}

@media(max-width:1000px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__button {
    width: 33.33%
  }
}

@media(max-width:781px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__button {
    width: 100%
  }
}

.pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__button .pjm-btn {
  background-color: #006ab8 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  margin-bottom: 0;
  padding: 10px 40px !important
}

@media(max-width:781px) {
  .pjm-info-box--alt .pjm-info-box__inner.pjm-info-box__inner .pjm-info-box__button .pjm-btn {
    width: 100%
  }
}

.pjm-header__main {
  display: flex;
  padding: 35px 0 20px
}

@media(max-width:750px) {
  .pjm-header__main {
    padding-left: 25px;
    padding-right: 25px
  }
}

.pjm-header__logo img {
  width: 180px
}

.pjm-header__trustpilot {
  flex-grow: 1;
  margin-left: 0;
  max-width: 300px;
  padding: 0 15px
}

.pjm-header__badges {
  align-items: flex-start;
  display: flex;
  z-index: 999
}

.pjm-header__badge-1 {
  margin-right: 55px;
  position: relative;
  top: -5px;
  width: 68px
}

.pjm-header__badge-2 {
  margin-right: 80px;
  position: relative;
  top: -5px;
  width: 68px
}

.pjm-header__badge-3 {
  margin-right: 66px;
  width: 150px
}

.pjm-header__badge-4 {
  width: 95px
}

.pjm-header__badge-4-old {
  margin-right: 20px;
  width: 95px
}

.pjm-header__kununu {
  margin-left: auto;
  padding-left: 10px;
  position: relative;
  z-index: 999
}

.pjm-header__kununu img {
  max-width: 70px
}

@media(max-width:1270px) {
  .pjm-header__badge-4-old {
    display: none
  }
}

@media(max-width:1150px) {

  .pjm-header__badge-1,
  .pjm-header__badge-2 {
    display: none
  }
}

@media(max-width:850px) {
  .pjm-header__badge-3 {
    display: none
  }
}

@media(max-width:765px) {
  .pjm-header__main {
    margin-bottom: -24px;
    padding-bottom: 0
  }

  .pjm-header__kununu {
    display: none
  }
}

@media(max-width:650px) {
  .pjm-header__logo img {
    margin-top: 5px;
    width: 95px
  }

  .pjm-header__badge-4 {
    width: 55px
  }
}

@media(max-width:470px) {
  .pjm-header__main {
    margin-bottom: -12px
  }

  .pjm-header__trustpilot {
    padding-left: 5px;
    padding-right: 5px
  }

  .pjm-header__badge-4 {
    display: none
  }
}

@media(max-width:381px) {
  .pjm-header__main {
    margin-bottom: 6px
  }
}

@media(max-width:800px) {
  .pjm-header__logo {
    margin-bottom: 10px
  }
}

.page-adv,
.page-adv h1,
.page-adv h2,
.page-adv h3,
.page-adv h4 {
  color: #00172e;
  font-family: Plus Jakarta Sans, sans-serif;
  margin-top: 0
}

.page-adv strong {
  font-weight: 700
}

.page-adv h1 {
  color: #0169b7;
  font-size: 30px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 15px
}

@media(max-width:768px) {
  .page-adv h1 {
    line-height: 40px;
    margin-bottom: 55px
  }
}

.page-adv h2 {
  color: #01182e;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 70px
}

@media(max-width:768px) {
  .page-adv h2 {
    margin-bottom: 40px
  }
}

.page-adv h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 40px
}

.page-adv .h2-headline {
  font-size: 50px;
  font-weight: 200;
  line-height: 65px;
  margin-bottom: 72px
}

.page-adv .h2-headline strong {
  font-weight: 700
}

@media(max-width:768px) {
  .page-adv .h2-headline {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 60px
  }
}

.page-adv p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px
}

.page-adv p strong {
  font-weight: 700
}

.page-adv p span {
  color: #0169b7;
  font-weight: 700
}

.page-adv .p-headline {
  font-size: 25px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 30px
}

.page-adv .p-headline strong {
  font-weight: 700
}

.page-adv .adv-mb-xl {
  margin-bottom: 200px
}

@media(max-width:768px) {
  .page-adv .adv-mb-xl {
    margin-bottom: 70px
  }
}

.page-adv .adv-mb-l {
  margin-bottom: 130px
}

@media(max-width:768px) {
  .page-adv .adv-mb-l {
    margin-bottom: 70px
  }
}

.page-adv .adv-mb-ml {
  margin-bottom: 90px
}

@media(max-width:768px) {
  .page-adv .adv-mb-ml {
    margin-bottom: 70px
  }
}

.page-adv .adv-mb-m {
  margin-bottom: 70px
}

.adv-hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
  position: relative
}

@media(max-width:992px) {
  .adv-hero {
    height: 620px
  }
}

@media(max-width:768px) {
  .adv-hero {
    display: none;
    height: 320px
  }
}

.adv-hero__disc {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 0;
  position: absolute;
  right: 40px;
  top: 30px
}

.adv-content-section {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 140px
}

@media(max-width:992px) {
  .adv-content-section {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media(max-width:576px) {
  .adv-content-section {
    padding-left: 20px;
    padding-right: 20px
  }
}

.adv-content-section--shifted {
  background-color: #fff;
  margin-bottom: -430px;
  padding-bottom: 30px;
  padding-top: 120px;
  position: relative;
  top: -430px
}

@media(max-width:992px) {
  .adv-content-section--shifted {
    margin-bottom: -300px;
    padding-top: 90px;
    top: -300px
  }
}

@media(max-width:768px) {
  .adv-content-section--shifted {
    margin-bottom: 0;
    padding-top: 90px;
    top: 0
  }
}

.adv-content-section--shifted-alt {
  margin-bottom: -380px;
  top: -380px
}

@media(max-width:992px) {
  .adv-content-section--shifted-alt {
    margin-bottom: -300px;
    padding-top: 90px;
    top: -300px
  }
}

@media(max-width:768px) {
  .adv-content-section--shifted-alt {
    margin-bottom: 0;
    padding-top: 90px;
    top: 0
  }
}

.adv-content-section__disc {
  display: none;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  position: absolute;
  right: 20px;
  top: 20px
}

@media(max-width:768px) {
  .adv-content-section__disc {
    display: block
  }
}

.adv-content-section img {
  margin-bottom: 62px;
  max-width: 100%
}

@media(max-width:768px) {
  .adv-content-section img {
    margin-bottom: 40px
  }
}

.adv-content-section ul {
  list-style-type: none;
  margin: 0 0 65px;
  padding: 0
}

.adv-content-section li {
  background-position: 0 12px;
  background-repeat: no-repeat;
  color: #00172e;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 40px
}

@media(max-width:768px) {
  .adv-content-section li {
    background-position: 0 6px;
    line-height: 28px;
    margin-bottom: 20px
  }
}

.adv-content-section li:last-child {
  border-bottom: none
}

.adv-inhalt {
  background-color: #f4faff;
  margin-bottom: 100px;
  padding-bottom: 80px;
  padding-top: 60px
}

@media(max-width:768px) {
  .adv-inhalt {
    margin-bottom: 60px;
    padding-bottom: 50px
  }
}

.adv-inhalt__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 140px
}

@media(max-width:992px) {
  .adv-inhalt__inner {
    padding-left: 60px;
    padding-right: 60px
  }
}

.adv-inhalt h2 {
  color: #0169b7;
  font-size: 30px;
  font-weight: 200;
  line-height: 70px;
  margin-bottom: 35px
}

.adv-inhalt ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.adv-inhalt li {
  background-position: 0 8px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #0169b7;
  margin-bottom: 18px;
  padding-bottom: 30px;
  padding-left: 65px
}

.adv-inhalt li:last-child {
  border-bottom: none
}

.adv-inhalt li a {
  color: #00172e;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none
}

.adv-ueber {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 120px;
  padding-bottom: 70px;
  padding-top: 90px
}

.adv-ueber h2 {
  color: #fff
}

.adv-ueber__inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 140px
}

@media(max-width:992px) {
  .adv-ueber__inner {
    padding-left: 20px;
    padding-right: 20px
  }
}

.page-adv .btn {
  align-items: center;
  background-color: #006ab8;
  border: none;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  font-size: 20px;
  font-weight: 700;
  height: auto;
  justify-content: center;
  margin-top: 25px;
  max-width: 100%;
  padding: 23px 85px 23px 45px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto
}

.page-adv .btn--after-content {
  margin-bottom: 40px
}

.page-adv .btn--footer {
  margin-bottom: 80px
}

@media(max-width:750px) {
  .page-adv .btn {
    font-size: 16px
  }
}

.page-adv .btn:after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 30px;
  width: 40px
}

@media(max-width:400px) {
  .page-adv .btn {
    text-align: left
  }

  .page-adv .btn:after {
    right: 20px
  }
}

.page-adv .btn--animated span {
  left: 0;
  position: relative;
  transition: .3s
}

.page-adv .btn--animated:after {
  transition: .2s
}

.page-adv .btn--animated:hover span {
  left: 18px;
  position: relative
}

.page-adv .btn--animated:hover:after {
  opacity: 0
}

.trustpilot-widget--1 {
  margin-bottom: 70px
}

.adv-logos,
.trustpilot-widget--2 {
  margin-bottom: 80px
}

.adv-logos {
  background-color: #fbfbfb;
  padding: 50px 0
}

.adv-logos .logo_wrapper {
  align-items: center;
  display: flex;
  left: -123px;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 140px;
  position: relative
}

@media(max-width:1200px) {
  .adv-logos .logo_wrapper {
    left: 0
  }
}

@media(max-width:992px) {
  .adv-logos .logo_wrapper {
    padding-left: 60px;
    padding-right: 60px
  }
}

@media(max-width:576px) {
  .adv-logos .logo_wrapper {
    padding-left: 20px;
    padding-right: 20px
  }
}

.adv-logos .bekanntbekannt {
  flex-shrink: 0;
  margin-bottom: 0;
  padding-right: 30px
}

.adv-logos .logo_slide {
  max-width: 100%
}

@media(max-width:1200px) {
  .adv-logos .logo_slide {
    max-width: calc(100% - 123px)
  }
}

.page-adv .stati {
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 40px;
  position: relative;
  width: 22%
}

.page-adv .stats_flex {
  padding-bottom: 40px;
  padding-top: 0
}

.page-adv .stats_flex .stati strong {
  color: #01172e;
  font-size: 60px;
  font-weight: 700;
  line-height: 81px;
  margin-bottom: 0
}

.page-adv .stats_flex .stati p {
  color: #01172e;
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0
}

.page-adv .stati--1 {
  background-position: 20px 10px;
  background-size: 80px
}

.page-adv .stati--2,
.page-adv .stati--3 {
  background-position: 20px 10px;
  background-size: 120px
}

.page-adv .stati--4 {
  background-position: 20px 10px;
  background-size: 116px;
  position: relative;
  right: -50px
}

@media(max-width:1370px) {
  .page-adv .stats_flex .stati strong {
    font-size: 60px;
    line-height: 70px
  }

  .page-adv .stats_flex .stati p {
    font-size: 20px;
    line-height: 25px
  }
}

@media(max-width:1100px) {
  .page-adv .stati--4 {
    right: 0
  }

  .page-adv .stats_flex {
    flex-wrap: wrap
  }

  .page-adv .stats_flex .stati {
    background-position: 50%;
    text-align: center;
    width: 48%
  }
}

@media(max-width:600px) {
  .page-adv .stats_flex .stati {
    margin-bottom: 26px;
    width: 100%
  }
}