h2 {
  font-size: 66px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

@media screen and (min-width: 961px) {
  section h2 {
    font-size: 66px !important;
    line-height: 1 !important;
    font-weight: 400 !important;
  }

  .mega-menu {
    position: absolute !important;
  }
}

@media screen and (max-width: 960px) {
  h2 {
    font-size: 37px !important;
  }
}

.text-bild h2 {
  line-height: 1 !important;
}

/* -----------------------------------------
   Text-Bild
   ----------------------------------------- */
.text-bild {
  padding: 180px 0 0;
}
@media screen and (max-width: 960px) {
  .text-bild {
    padding: 0 0 0;
  }
}
.text-bild.is-reverse {
  padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .text-bild.is-reverse {
    padding-bottom: 50px;
  }
}
.text-bild.is-reverse .text-bild-column-1 {
  justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .text-bild.is-icons {
    padding-top: 100px;
  }
}
@media screen and (max-width: 660px) {
  .text-bild.is-icons {
    padding-top: 20px;
  }
}
.page-id-50 .text-bild {
  padding-top: 130px;
}
.text-bild h1,
.text-bild h2 {
  font-size: 79px;
  line-height: 100px;
  color: #3D3D3C;
  font-weight: 300;
  margin: -25px 0 0;
}
@media screen and (max-width: 1440px) {
  .text-bild h1,
  .text-bild h2 {
    font-size: 5.49vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 960px) {
  .text-bild h1,
  .text-bild h2 {
    font-size: 33px;
    line-height: 43px;
    margin: 0 0 36px;
  }
}
@media screen and (max-width: 660px) {
  .text-bild h1,
  .text-bild h2 {
    margin-bottom: 0;
  }
}
.text-bild h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .text-bild h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 660px) {
  .text-bild h2 {
    font-size: 37px;
    line-height: normal;
  }
}
.text-bild img {
  width: 100%;
}

.text-bild-flex-row {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 960px) {
  .text-bild-flex-row {
    flex-direction: column;
  }
}
.text-bild-flex-row.text-bild-flex-row--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .text-bild-flex-row.text-bild-flex-row--reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 960px) {
  .is-icons .text-bild-flex-row {
    flex-direction: column-reverse;
  }
}

.text-bild-column-1 {
  width: 42vw;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .text-bild-column-1 {
    width: 100%;
    padding: 10px 0;
  }
}
.text-bild-column-1 .text-bild-text {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 960px) {
  .text-bild-column-1 .text-bild-text {
    max-width: 100%;
  }
}
.text-bild-column-1 .text-bild-icons {
  padding-right: 70px;
}
@media screen and (max-width: 960px) {
  .text-bild-column-1 .text-bild-icons {
    width: 100%;
    padding: 35px 0 35px 35px;
  }
}
.text-bild-column-1 .text-bild-icons h2 {
  font-size: 66px;
  line-height: 74px;
  margin-top: -20px;
}
@media screen and (max-width: 660px) {
  .text-bild-column-1 .text-bild-icons h2 {
    font-size: 37px;
    line-height: normal;
  }
}
@media screen and (max-width: 660px) {
  .text-bild-column-1 .text-bild-icons h2 br {
    display: none;
  }
}
.text-bild-column-1 ul.list {
  list-style: none;
  margin-bottom: 25px;
}
.text-bild-column-1 ul.list li {
  font-size: 33px;
  line-height: 72px;
}
@media screen and (max-width: 660px) {
  .text-bild-column-1 ul.list li {
    font-size: 24px;
    line-height: normal;
    margin: 8px 0;
  }
}
.text-bild-column-1 ul.list li a {
  color: #3D3D3C;
}
.text-bild-column-1 ul.list li a:hover {
  text-decoration: none;
}
.text-bild-column-1 ul.list img {
  width: 50px;
  height: auto;
  margin-right: 25px;
}
@media screen and (max-width: 660px) {
  .text-bild-column-1 ul.list img {
    width: 44px;
  }
}

.text-bild-column-2 {
  width: 58vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .text-bild-column-2 {
    width: 100%;
    padding: 20px 0 0;
  }
}
.page-id-50 .text-bild-column-2 {
  position: relative;
  overflow: hidden;
}
.page-id-50 .text-bild-column-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 960px) {
  .page-id-50 .text-bild-column-2 img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
  }
}
.text-bild-column-2 .icon {
  display: block;
  width: 110px;
  height: auto;
  margin: 50px 50px 0 auto;
}
@media screen and (max-width: 960px) {
  .text-bild-column-2 .icon {
    display: none;
  }
}

/* -----------------------------------------
   Services
   ----------------------------------------- */
.services-2 {
  background-color: #e1e8c8;
  position: relative;
}
.services-2 .container {
  padding-top: 90px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .services-2 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .services-2 .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.services-2 .owl-stage {
  margin-left: -50px;
}
@media screen and (max-width: 960px) {
  .services-2 .owl-stage {
    margin-left: -25px;
  }
}
@media screen and (max-width: 660px) {
  .services-2 .owl-stage {
    margin-left: -30px;
  }
}
.services-2 .icon-1 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -50%);
  width: 105px;
}
@media screen and (max-width: 960px) {
  .services-2 .icon-1 {
    display: none;
  }
}
.services-2 .icon-2 {
  position: absolute;
  top: 50px;
  right: 150px;
  width: 167px;
}
@media screen and (max-width: 960px) {
  .services-2 .icon-2 {
    display: none;
  }
}
.services-2 .icon-3 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 140px;
}
@media screen and (max-width: 960px) {
  .services-2 .icon-3 {
    display: none;
  }
}
.services-2 h2 {
  margin: 0 0 50px;
}
@media screen and (max-width: 1280px) {
  .services-2 h2 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 660px) {
  .services-2 h2 {
    margin-bottom: 20px;
  }
}
.services-2 .img-wrapper {
  width: 100%;
  max-width: 220px;
  padding-bottom: 100%;
  display: block;
  margin: 0 auto;
  background-size: contain;
  position: relative;
  overflow: hidden;
}
.services-2 .services-2-content {
  width: 100%;
  height: fit-content;
  z-index: 40;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .services-2 .services-2-content {
    padding: 20px 20px 10px;
  }
}
.services-2 .services-2-content h3 {
  font-size: 28px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}
.services-2 .services-2-content p {
  font-size: 28px;
  line-height: 26px;
  margin-top: 25px;
}
@media screen and (max-width: 960px) {
  .services-2 .services-2-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.services-2 .btn {
  display: table;
  width: fit-content;
  margin: 20px auto 0;
  position: relative;
  z-index: 30;
}

/* -----------------------------------------
   Content 2
   ----------------------------------------- */
.content-2 {
  padding: 20px;
}
.content-2 .container {
  position: relative;
}
@media screen and (max-width: 960px) {
  .content-2 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.content-2 .icon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-180px);
  width: 105px;
  height: auto;
}

/* -----------------------------------------
   Featured List
   ----------------------------------------- */
.featured-list {
  overflow: hidden;
  padding-bottom: 86px;
}
@media screen and (max-width: 960px) {
  .featured-list {
    padding-bottom: 100px;
  }
}
.featured-list .container {
  background-color: #3D3D3C;
  position: relative;
}
.featured-list .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: #3D3D3C;
}
.featured-list .flex-row > div {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.featured-list h2 {
  font-size: 18px;
  line-height: 26px;
  color: white;
  padding: 25px;
}
.featured-list ul {
  padding-left: 35px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.featured-list ul li {
  padding-left: 15px;
  font-size: 18px;
  line-height: 26px;
  color: white;
  position: relative;
}
.featured-list ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.featured-list ul li:nth-child(odd) {
  width: 65%;
}
@media screen and (max-width: 960px) {
  .featured-list ul li:nth-child(odd) {
    width: 100%;
  }
}
.featured-list ul li:nth-child(even) {
  width: 35%;
}
@media screen and (max-width: 960px) {
  .featured-list ul li:nth-child(even) {
    width: 100%;
  }
}
.featured-list .featured-list-content {
  background-color: #E6007E;
  border-radius: 14px;
  padding: 30px;
  margin-top: -40px;
}
@media screen and (max-width: 960px) {
  .featured-list .featured-list-content {
    margin-top: 0;
    margin-bottom: -90px;
  }
}
.featured-list .featured-list-content p {
  font-size: 18px;
  line-height: 26px;
  color: white;
}
.featured-list .featured-list-content p:not(:last-child) {
  margin-bottom: 20px;
}
.featured-list .featured-list-content a {
  color: white;
  font-weight: 700;
}


/* -----------------------------------------
   Accordion
   ----------------------------------------- */
.accordion-wrapper {
  padding: 40px 0;
}
.accordion-wrapper .container {
  max-width: 800px;
}
.accordion-wrapper h2 {
  font-size: 66px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .accordion-wrapper h2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .accordion-wrapper h2 {
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 0;
    padding-left: 0;
  }
}

.accordion {
  cursor: pointer;
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #3D3D3C;
  position: relative;
  font-weight: 700;
}
.accordion.is-active {
  border-bottom: none;
}
.accordion.is-active:after {
  display: none;
}
.accordion:before {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #3D3D3C;
}
.accordion:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 9px;
  height: 20px;
  width: 1px;
  background-color: #3D3D3C;
}

.accordion-item {
  padding: 0 0 30px;
  border-bottom: 1px solid #3D3D3C;
  display: none;
}
.accordion-item ul,
.accordion-item ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

/* -----------------------------------------
   Team
   ----------------------------------------- */
.team {
  padding: 75px 0;
}
.team .flex-row {
  margin-left: -35px;
  margin-right: -35px;
}
.team .flex-row > div {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 70px;
}
.team h2 {
  margin: 0 0 50px;
}
.team .img-wrapper {
  display: block;
  width: 100%;
  padding-bottom: 113%;
}

.team-popup-content {
  background-color: white;
  padding: 40px;
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
}

.team-popup-link,
.team-popup-link-content {
  display: block;
  background-color: white;
  padding: 15px 35px;
}
.team-popup-link:hover,
.team-popup-link-content:hover {
  text-decoration: none;
}
.team-popup-link *,
.team-popup-link-content * {
  color: #000200;
}
.team-popup-link ul,
.team-popup-link-content ul {
  padding-left: 20px;
}

/* -----------------------------------------
   Coaching
   ----------------------------------------- */
.coaching {
  background-color: rgba(253, 253, 239, 0.4);
}
.coaching#coaching .flex-row > div:last-child {
  overflow: hidden;
}
.coaching#coaching .flex-row > div:last-child img {
  height: 100%;
  width: auto;
  max-width: none;
}
.coaching .flex-row > div {
  padding-bottom: 0;
}
.coaching .flex-row > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding-top: 45px;
}
.coaching .flex-row > div:first-child .icon {
  width: 120px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 660px) {
  .coaching .flex-row > div:first-child .icon {
    width: 84px;
    margin-right: 16px;
  }
}

@media screen and (max-width: 660px) {
  .coaching-content {
    padding-bottom: 20px;
  }
}
.coaching-content h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
  margin: 0 0 30px;
}
@media screen and (max-width: 660px) {
  .coaching-content h2 {
    font-size: 37px;
    line-height: normal;
  }
}
.coaching-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
@media screen and (max-width: 660px) {
  .coaching-content p {
    font-size: 16px;
    line-height: normal;
  }
}
.coaching-content p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
  .coaching-content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.coaching-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
}
.coaching-content li {
  position: relative;
}
.coaching-content li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000200;
}

/* -----------------------------------------
   Diagnostik
   ----------------------------------------- */
.diagnostik {
  background-color: rgba(253, 253, 239, 0.4);
  padding: 70px 0 80px;
}
@media screen and (max-width: 960px) {
  .diagnostik {
    padding: 40px 0 40px;
  }
}

.diagnostik-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.diagnostik-header .icon-1 {
  width: 120px;
  height: auto;
  margin-right: 33px;
}
@media screen and (max-width: 660px) {
  .diagnostik-header .icon-1 {
    width: 84px;
    margin-right: 16px;
  }
}
.diagnostik-header .icon-2 {
  width: 130px;
  height: auto;
  margin-left: 230px;
}
@media screen and (max-width: 960px) {
  .diagnostik-header .icon-2 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 660px) {
  .diagnostik-header .icon-2 {
    display: none;
  }
}
.diagnostik-header h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
}
@media screen and (max-width: 660px) {
  .diagnostik-header h2 {
    font-size: 37px;
    line-height: normal;
  }
}

.diagnostik-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
@media screen and (max-width: 660px) {
  .diagnostik-content p {
    font-size: 16px;
    line-height: normal;
  }
}
.diagnostik-content p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
  .diagnostik-content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.diagnostik-content a {
  color: #000200;
}

/* -----------------------------------------
   Dyskalkulie
   ----------------------------------------- */
.dyskalkulie {
  padding: 35px 0 35px;
}

.dyskalkulie-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.dyskalkulie-header .icon-1 {
  width: 120px;
  height: auto;
  margin-right: 33px;
}
@media screen and (max-width: 660px) {
  .dyskalkulie-header .icon-1 {
    width: 84px;
  }
}
.dyskalkulie-header .icon-2 {
  width: 130px;
  height: auto;
  display: block;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 660px) {
  .dyskalkulie-header .icon-2 {
    display: none;
  }
}
.dyskalkulie-header h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
}
@media screen and (max-width: 660px) {
  .dyskalkulie-header h2 {
    font-size: 37px;
    line-height: normal;
  }
}

.dyskalkulie-content {
  padding-left: 160px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .dyskalkulie-content {
    padding-left: 0;
  }
}
.dyskalkulie-content .img {
  position: absolute;
  top: 0;
  right: calc(100% - 120px);
}
@media screen and (max-width: 960px) {
  .dyskalkulie-content .img {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.dyskalkulie-content .icon-3 {
  position: absolute;
  bottom: 0;
  right: calc(100% - 50px);
}
@media screen and (max-width: 960px) {
  .dyskalkulie-content .icon-3 {
    display: none;
  }
}
.dyskalkulie-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
.dyskalkulie-content p:not(:last-child) {
  margin-bottom: 30px;
}
.dyskalkulie-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
}
.dyskalkulie-content li {
  position: relative;
}
.dyskalkulie-content li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000200;
}

/* -----------------------------------------
   Ferienkurse
   ----------------------------------------- */
.ferienkurse {
  padding: 55px 0 20px;
}
@media screen and (max-width: 960px) {
  .ferienkurse {
    padding: 35px 0;
  }
}
.ferienkurse .flex-row > div:first-child {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ferienkurse .flex-row > div:first-child .icon {
  width: 120px;
  height: auto;
  margin-right: 30px;
}
@media screen and (max-width: 660px) {
  .ferienkurse .flex-row > div:first-child .icon {
    width: 84px;
    margin-right: 16px;
  }
}

.ferienkurse-content h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
  margin: 0 0 30px;
}
@media screen and (max-width: 660px) {
  .ferienkurse-content h2 {
    font-size: 37px;
    line-height: normal;
  }
}
.ferienkurse-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
@media screen and (max-width: 660px) {
  .ferienkurse-content p {
    font-size: 16px;
    line-height: normal;
  }
}
.ferienkurse-content p:not(:last-child) {
  margin-bottom: 30px;
}
.ferienkurse-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
}
.ferienkurse-content li {
  position: relative;
}
.ferienkurse-content li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000200;
}

/* -----------------------------------------
   Legasthenie
   ----------------------------------------- */
.legasthenie {
  padding: 35px 0 35px;
  overflow: hidden;
}

.legasthenie-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.legasthenie-header .icon-1 {
  width: 120px;
  height: auto;
  margin-right: 33px;
}
@media screen and (max-width: 660px) {
  .legasthenie-header .icon-1 {
    width: 84px;
  }
}
.legasthenie-header h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
}
@media screen and (max-width: 660px) {
  .legasthenie-header h2 {
    font-size: 37px;
    line-height: normal;
  }
}

.legasthenie-content {
  padding-left: 160px;
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .legasthenie-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.legasthenie-content .img {
  position: absolute;
  top: 0;
  left: 100%;
}
@media screen and (max-width: 1280px) {
  .legasthenie-content .img {
    display: none;
  }
}
.legasthenie-content .icon-2 {
  position: absolute;
  bottom: 0;
  left: calc(100% - 50px);
}
@media screen and (max-width: 960px) {
  .legasthenie-content .icon-2 {
    display: none;
  }
}
.legasthenie-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
@media screen and (max-width: 660px) {
  .legasthenie-content p {
    font-size: 16px;
    line-height: normal;
  }
}
.legasthenie-content p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
  .legasthenie-content p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.legasthenie-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
}
.legasthenie-content li {
  position: relative;
}
.legasthenie-content li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000200;
}

/* -----------------------------------------
   Lerntherapie
   ----------------------------------------- */
.lerntherapie {
  padding: 70px 0 35px;
}
@media screen and (max-width: 960px) {
  .lerntherapie {
    padding: 35px 0;
  }
}
.lerntherapie p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
@media screen and (max-width: 660px) {
  .lerntherapie p {
    font-size: 16px;
    line-height: normal;
  }
}
.lerntherapie p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 660px) {
  .lerntherapie p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.lerntherapie-header {
  position: relative;
  margin-bottom: 30px;
}
.lerntherapie-header .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-200px, -50%);
  width: 105px;
  height: auto;
}
.lerntherapie-header h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
}
@media screen and (max-width: 660px) {
  .lerntherapie-header h2 {
    font-size: 37px;
    line-height: normal;
  }
}

/* -----------------------------------------
   LernRaum-Teams
   ----------------------------------------- */
.lernraum-teams {
  padding: 70px 0 100px;
}
@media screen and (max-width: 960px) {
  .lernraum-teams {
    padding: 35px 0;
  }
}

.lernraum-teams-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.lernraum-teams-header .icon-1 {
  width: 120px;
  height: 87px;
  transform: translate(50%, -20%);
}
@media screen and (max-width: 960px) {
  .lernraum-teams-header .icon-1 {
    display: none;
  }
}
.lernraum-teams-header h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
}
@media screen and (max-width: 660px) {
  .lernraum-teams-header h2 {
    font-size: 37px;
    line-height: normal;
  }
}

.lernraum-teams-content {
  position: relative;
}
.lernraum-teams-content p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
@media screen and (max-width: 660px) {
  .lernraum-teams-content p {
    font-size: 16px;
    line-height: normal;
  }
}
.lernraum-teams-content p:not(:last-child) {
  margin-bottom: 20px;
}
.lernraum-teams-content a:not(.btn) {
  color: #000200;
}
.lernraum-teams-content .icon-2 {
  width: 130px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 660px) {
  .lernraum-teams-content .icon-2 {
    display: none;
  }
}

/* -----------------------------------------
   Tabelle
   ----------------------------------------- */
.tabelle {
  padding: 70px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .tabelle {
    font-size: 35px 0;
  }
}

.tabelle-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 30px;
}
.tabelle-header .icon {
  width: 143px;
  height: 147px;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .tabelle-header .icon {
    width: 84px;
    height: auto;
  }
}
.tabelle-header h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
}
@media screen and (max-width: 960px) {
  .tabelle-header h2 {
    font-size: 37px;
    line-height: normal;
  }
}

@media screen and (max-width: 960px) {
  .tabelle-content {
    width: 100%;
    overflow: auto;
  }
}
.tabelle-content table {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .tabelle-content table {
    overflow: hidden;
  }
}
.tabelle-content table tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.64);
  position: relative;
}
.tabelle-content table td {
  padding: 10px;
  font-size: 32px;
}
@media screen and (max-width: 960px) {
  .tabelle-content table td {
    font-size: 16px;
  }
}

/* -----------------------------------------
   Kontakt
   ----------------------------------------- */
.kontakt {
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .kontakt {
    margin-top: 100px;
  }
}
.kontakt .flex-row > div {
  position: relative;
}
.kontakt h2 {
  color: #000200;
  font-size: 66px;
  line-height: 74px;
  margin: 0 0 30px;
}
@media screen and (max-width: 660px) {
  .kontakt h2 {
    font-size: 37px;
    line-height: normal;
  }
}
.kontakt p {
  font-size: 18px;
  line-height: 26px;
  color: #000200;
}
.kontakt p:not(:last-child) {
  margin-bottom: 20px;
}
.kontakt a:not(.btn) {
  color: #000200;
}
.kontakt img,
.kontakt iframe {
  width: 100%;
}
.kontakt iframe {
  margin-top: 40px;
}
.kontakt .icon-1 {
  position: absolute;
  width: 121px;
  height: 151px;
  top: 60px;
  right: 0;
}
.kontakt .icon-2 {
  position: absolute;
  width: 61px;
  height: 109px;
  top: 0;
  left: 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kontakt .icon-2 {
    display: none;
  }
}
.kontakt .icon-3 {
  position: absolute;
  width: 186px;
  height: 139px;
  top: 50%;
  right: calc(100% + 50px);
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .kontakt .icon-3 {
    display: none;
  }
}

.services .services-item .img-wrapper:after {
  position: relative;
}

.services .services-item .img-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(61, 61, 60, 0.4);
  z-index: 10;
}

@media (min-width: 1024px) and (max-width: 1280px) {
  .services .services-content {
    padding: 30px 30px 0;
  }
  
  .services .services-content h3 {
    font-size: 2.1875vw;
    line-height: normal;
  }

  .services .services-content p {
    font-size: 1.40625vw;
    line-height: normal;
  }

  .services .services-hover {
    padding: 65px 30px 30px;
  }
}






/* ── Reset & Grundstile ── */
.lp-wrap * { margin: 0; padding: 0; box-sizing: border-box; }
.lp-wrap {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #1b1c15;
    line-height: 1.65;
    max-width: 100%;
    overflow-x: hidden;
}
.lp-wrap img { max-width: 100%; height: auto; display: block; }

/* ── Farben ── */
:root {
    --bg1: #cddaae;
    --bg2: #e0e8c9;
    --txt: #1b1c15;
    --accent: #4a6e1e;
    --accent-hover: #3b5a17;
    --white: #ffffff;
    --star: #f5b731;
}

/* ── Utility ── */
.lp-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.page-template-template-ad-lp .site-header .lp-container { max-width: 1100px; margin: 0 auto; padding: 0 24px;     display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
.page-template-template-ad-lp h1, .page-template-template-ad-lp h2 {font-weight: 700 !important;}
.lp-btn {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    padding: 16px 36px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    transition: background .25s, transform .15s;
    border: none;
    cursor: pointer;
}
.lp-btn:hover { background: var(--accent-hover); transform: translateY(-2px); }
.lp-btn-outline {
    display: inline-block;
    background: transparent;
    color: var(--accent);
    padding: 14px 32px;
    border: 2px solid var(--accent);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all .25s;
}
.lp-btn-outline:hover { background: var(--accent); color: var(--white); }
.lp-section-title {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.25;
}
.lp-section-sub {
    font-size: 18px;
    max-width: 700px;
    margin-bottom: 40px;
    opacity: .85;
}
.lp-center { text-align: center; }
.lp-center .lp-section-sub { margin-left: auto; margin-right: auto; }

/* ── BILD-PLATZHALTER ── */
.lp-img-placeholder {
    background: var(--bg2);
    border: 2px dashed rgba(74,110,30,.4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
  .lp-img-placeholder::before {
    content: '';
    display: block;
    width: 40px; height: 40px;
    border: 2px solid var(--accent);
    border-radius: 8px;
    margin: 0 auto 8px;
    background: rgba(74,110,30,.1);
  }
  .lp-img-placeholder span { display: block; }

  /* ── HERO ── */
  .lp-hero {
    background: var(--bg1);
    padding: 0;
    position: relative;
  }
  .lp-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 24px;
  }
  .lp-hero-text h1 {
    font-size: clamp(28px, 4.5vw, 44px);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .lp-hero-text h1 span { color: var(--accent); }
  .lp-hero-text p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .lp-hero-img {
    width: 100%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
  }
  .lp-hero-img span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .lp-hero-badges {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .lp-hero-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
  }
  .lp-hero-badge svg { width: 22px; height: 22px; fill: var(--accent); }

  /* ── TRUST BAR ── */
  .lp-trust {
    background: var(--bg2);
    padding: 28px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  .lp-trust-item { display: flex; align-items: center; gap: 8px; }
  .lp-trust-item svg { width: 20px; height: 20px; fill: var(--accent); }

  /* ── LEISTUNGEN ── */
  .lp-services {
    background: var(--white);
    padding: 70px 24px;
  }
  .lp-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
  }
  .lp-service-card {
    background: var(--bg2);
    border-radius: 12px;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
  }
  .lp-service-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
  .lp-service-card-img {
    width: 100%;
    height: 160px;
  }
  .lp-service-card-img span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .lp-service-card-body { padding: 20px 20px 24px; }
  .lp-service-card h3 { font-size: 17px; margin-bottom: 8px; font-weight: 700; }
  .lp-service-card p { font-size: 14px; line-height: 1.55; opacity: .8; }

  /* ── KARUSSELL ── */
  .lp-carousel-section {
    background: var(--bg1);
    padding: 70px 24px;
  }
  .lp-carousel-wrap {
    position: relative;
    max-width: 900px;
    margin: 0 auto 40px;
    overflow: hidden;
    border-radius: 16px;
  }
  .lp-carousel-track {
    display: flex;
    transition: transform .5s ease;
  }
  .lp-carousel-slide {
    min-width: 100%;
    position: relative;
  }
  .lp-carousel-slide .lp-img-placeholder {
    height: 420px;
    border-radius: 0;
    border: none;
    padding: 0;
  }
  .lp-carousel-slide .lp-img-placeholder:before {
    display: none;
  }
  .lp-carousel-slide .lp-img-placeholder span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .lp-carousel-slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(27,28,21,.75));
    color: var(--white);
    padding: 40px 28px 24px;
    font-size: 18px;
    font-weight: 700;
  }
  .lp-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    border: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: var(--accent);
    z-index: 2;
    transition: background .2s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-carousel-btn:hover { background: var(--white); }
  .lp-carousel-prev { left: 12px; }
  .lp-carousel-next { right: 12px; }
  .lp-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .lp-carousel-dot {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(74,110,30,.3);
    border: none;
    cursor: pointer;
    transition: background .2s;
  }
  .lp-carousel-dot.active { background: var(--accent); }

  /* ── TESTIMONIALS ── */
  .lp-testimonials {
    background: var(--white);
    padding: 70px 24px;
  }
  .lp-testimonials-header {
    text-align: center;
    margin-bottom: 48px;
  }
  .lp-testimonials-header .lp-rating-big {
    font-size: clamp(48px, 7vw, 72px);
    font-weight: 700;
    color: var(--txt);
    line-height: 1;
  }
  .lp-testimonials-header .lp-rating-max {
    font-size: clamp(24px, 3.5vw, 36px);
    font-weight: 600;
    color: rgba(27,28,21,.4);
  }
  .lp-stars-row {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 8px;
  }
  .lp-star {
    width: 28px; height: 28px;
    fill: var(--star);
  }
  .lp-star-empty { fill: #ddd; }
  .lp-testimonials-header .lp-rating-label {
    font-size: 16px;
    margin-top: 8px;
    opacity: .7;
  }
  .lp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 28px;
  }
  .lp-testimonial-card {
    background: var(--bg2);
    border-radius: 14px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .lp-testimonial-quote {
    font-size: 26px;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 8px;
  }
  .lp-testimonial-text {
    font-size: 15px;
    line-height: 1.7;
    flex-grow: 1;
    margin-bottom: 20px;
    font-style: italic;
  }
  .lp-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    border-top: 1px solid rgba(27,28,21,.1);
    padding-top: 16px;
  }
  .lp-testimonial-avatar {
    width: 52px; height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .lp-testimonial-avatar .img-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  .lp-testimonial-name {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 2px;
  }
  .lp-testimonial-stars {
    display: flex;
    gap: 2px;
  }
  .lp-testimonial-stars svg {
    width: 16px; height: 16px;
    fill: var(--star);
  }

  /* ── BILD+TEXT SEKTION ── */
  .lp-img-text {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    /* padding: 60px 0; */
  }
  .lp-img-text.reverse { direction: rtl; }
  .lp-img-text.reverse > * { direction: ltr; }
  .lp-img-text-img {
    width: 100%;
    height: 320px;
    border-radius: 14px;
  }

  .lp-img-text-img .img-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
  }

  /* ── VORTEILE ── */
  .lp-benefits {
    background: var(--bg1);
    padding: 70px 24px;
  }
  .lp-benefits-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  .lp-benefits-img {
    width: 100%;
    height: 380px;
    border-radius: 14px;
  }

  .lp-benefits-img span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 14px;
  }
  .lp-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 32px;
  }
  .lp-benefit {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
  .lp-benefit-check {
    flex-shrink: 0;
    width: 36px; height: 36px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
  .lp-benefit-check svg { width: 18px; height: 18px; fill: var(--white); }
  .lp-benefit h4 { font-size: 17px; font-weight: 700; margin-bottom: 4px; }
  .lp-benefit p { font-size: 15px; opacity: .8; }

  /* ── ABLAUF ── */
  .lp-process {
    background: var(--white);
    padding: 70px 24px;
  }
  .lp-steps {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 32px;
    margin-bottom: 40px;
  }
  .lp-step { text-align: center; }
  .lp-step-img {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .lp-step-img span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  .lp-step-num {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--white);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
  }
  .lp-step h4 { font-size: 17px; font-weight: 700; margin-bottom: 6px; }
  .lp-step p { font-size: 15px; opacity: .8; }

  /* ── CTA SECTION ── */
  .lp-cta {
    background: var(--bg2);
    padding: 70px 24px;
    text-align: center;
  }
  .lp-cta h2 {
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 700;
    margin-bottom: 16px;
  }
  .lp-cta p {
    font-size: 18px;
    max-width: 650px;
    margin: 0 auto 32px;
    opacity: .85;
  }
  .lp-cta .lp-btn {
    margin: 0 8px 15px !important;
  }

  /* ── TEAM BILD-REIHE ── */
  .lp-team-imgs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
  .lp-team-img-item {
    height: 200px;
    border-radius: 12px;
  }
  .lp-team-img-item span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }

  /* ── KONTAKT / STANDORT ── */
  .lp-contact {
    background: var(--bg1);
    padding: 70px 24px;
  }
  .lp-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .lp-contact-info h3 { font-size: 22px; margin-bottom: 16px; font-weight: 700; }
  .lp-contact-info p { margin-bottom: 12px; font-size: 16px; }
  .lp-contact-info a { color: var(--accent); font-weight: 600; text-decoration: none; }
  .lp-contact-info a:hover { text-decoration: underline; }
  .lp-contact-info a.lp-btn { color: white; }
  .lp-contact-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 12px;
  }

  .lp-contact-img iframe {
    width: 100%;
    height: 100%;
    min-height: 280px;
    border-radius: 12px;
  }

  /* ── FAQ ── */
  .lp-faq {
    background: var(--white);
    padding: 70px 24px;
  }
  .lp-faq-list { max-width: 780px; margin: 0 auto; }
  .lp-faq-item {
    border-bottom: 1px solid rgba(27,28,21,.15);
    padding: 20px 0;
  }
  .lp-faq-q {
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lp-faq-q::after { content: '+'; font-size: 24px; font-weight: 400; color: var(--accent); }
  .lp-faq-item.active .lp-faq-q::after { content: '\2212'; }
  .lp-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease, padding .3s ease;
    font-size: 15px;
    line-height: 1.65;
    opacity: .8;
  }
  .lp-faq-item.active .lp-faq-a {
    max-height: 300px;
    padding-top: 12px;
  }

  /* ── FOOTER ── */
  .lp-footer {
    background: #1b1c15;
    color: rgba(255,255,255,.7);
    padding: 32px 24px;
    text-align: center;
    font-size: 14px;
  }
  .lp-footer a { color: rgba(255,255,255,.9); text-decoration: none; }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .lp-container {padding: 0;}
    .lp-hero-inner { grid-template-columns: 1fr; padding: 48px 20px; }
    .lp-hero-img { height: 260px; }
    .lp-img-text { grid-template-columns: 1fr; }
    .lp-img-text.reverse { direction: ltr; }
    .lp-benefits-inner { grid-template-columns: 1fr; }
    .lp-contact-grid { grid-template-columns: 1fr; }
    .lp-trust { gap: 16px; }
    .lp-team-imgs { grid-template-columns: repeat(2, 1fr); }
    .lp-testimonials-grid { grid-template-columns: 1fr; }
    .lp-carousel-slide .lp-img-placeholder { height: 260px; }

    section {
      padding-top: 40px !important;
      padding-bottom: 40px !important;
    }
  }

.ad-lp-team-bilder + .lp-cta {
  padding-top: 0;
}

.lp-services + .lp-testimonials {
  padding-top: 0;
}