header div.navheader {
  position: relative;
}
header div.navheader > .content-wrapper hr {
  margin-bottom: 0px;
}
header div.navheader > .content-wrapper > div {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  header div.navheader > .content-wrapper > div:nth-of-type(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header div.navheader > .content-wrapper:nth-of-type(2) {
    display: none;
  }
}
header div.navheader.navheader-shrink {
  height: 80px;
  height: auto;
  position: fixed;
  max-width: 1920px;
  box-shadow: 0px 2px 5em 0 rgba(0, 0, 0, 0.65);
}
header div.navheader.navheader-shrink > .content-wrapper {
  padding: 25px 0;
  margin: auto;
}
header div.navheader.navheader-shrink > .content-wrapper:last-of-type {
  display: none;
}

.navheader > .content-wrapper {
  height: auto !important;
}
.navheader > .content-wrapper:first-of-type {
  margin: 0 auto 20px;
  padding-top: 35px;
}
.navheader hr {
  background: white;
  opacity: 0.2;
  width: 100%;
}

.frontpagenew__wrapper {
  margin-right: 0px;
  margin-left: calc((100% - 1340px) / 2);
}
@media screen and (min-width: 2000px) {
  .frontpagenew__wrapper {
    margin-left: 290px;
  }
}
@media screen and (max-width: 1679px) {
  .frontpagenew__wrapper {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1279px) {
  .frontpagenew__wrapper {
    margin-left: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .frontpagenew__wrapper {
    margin-left: 30px;
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .frontpagenew__wrapper {
    max-width: calc(100% - 60px);
    width: 100%;
    margin: auto;
  }
}
.frontpagenew__wrapper .swiper-pagination {
  width: calc(100% - (100vw - 1701px)) !important;
}
@media screen and (max-width: 1680px) {
  .frontpagenew__wrapper .swiper-pagination {
    width: calc(100% - 60px) !important;
  }
}

.content-wrapper__blank {
  background: #fff;
  width: 100%;
}

.content-wrapper-wider {
  max-width: calc(100% - 280px);
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .content-wrapper-wider {
    max-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1024px) {
  .content-wrapper.frontpagenew__wrapper {
    margin-left: 30px;
    max-width: calc(100% - 30px);
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper.frontpagenew__wrapper {
    max-width: calc(100% - 60px);
    width: 100%;
    margin: auto;
  }
}
.content-wrapper.frontpagenew__wrapper .swiper-pagination {
  width: calc(100% - (100vw - 1701px)) !important;
}
@media screen and (max-width: 1680px) {
  .content-wrapper.frontpagenew__wrapper .swiper-pagination {
    width: calc(100% - 60px) !important;
  }
}
@media screen and (max-width: 480px) {
  .content-wrapper.frontpagenew__wrapper .swiper-pagination {
    width: 100% !important;
  }
}

.module.progression-module {
  margin-bottom: 150px;
}
.module.progression-module h3 {
  font-size: 3.1875rem;
  max-width: 50%;
  color: #1D4477;
  font-weight: 500;
  margin: 0px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .module.progression-module h3 {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .module.progression-module h3 {
    font-size: 2.5rem;
    max-width: 80%;
  }
}
.module.progression-module span {
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.module.progression-module span strong {
  font-size: 4.75rem;
}
@media screen and (max-width: 640px) {
  .module.progression-module span strong {
    font-size: 2.8rem;
  }
}
.module.progression-module .layout_row {
  justify-content: flex-end;
  background: #00A19F;
  padding: 30px 50px;
}
.module.progression-module .layout_row:first-of-type {
  padding: 30px 50px 80px;
  background: #D5ECFC;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .module.progression-module .layout_row:first-of-type {
    padding: 30px 30px 80px;
  }
}
.module.progression-module .layout_row:nth-of-type(2) span {
  max-width: 40%;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .module.progression-module .layout_row:nth-of-type(2) span {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .module.progression-module .layout_row:nth-of-type(2) span {
    max-width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .module.progression-module .layout_row:nth-of-type(2) span {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 40px;
  }
}
.module.progression-module .layout_row:last-child {
  background: #1D4477;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (max-width: 640px) {
  .module.progression-module .layout_row:last-child {
    padding: 30px;
  }
}
.module.progression-module .layout_row:last-child:hover {
  background: #3ea2c3;
}
.module.progression-module .layout_row:last-child span {
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: 0.3s;
}
.module.progression-module img.progression_treeline {
  width: 100%;
  transform: translateY(-50%) translateY(-30px);
}
.module.progression-module .progression_wrapper {
  margin: 20px 0;
  min-height: 1px;
  position: relative;
}
.module.progression-module .progression-bar {
  width: 100%;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
}
.module.progression-module .progression-bar .progression-bar-progress {
  position: absolute;
  width: 0%;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  border-radius: 10px;
  background: #3ED8C3;
  transition: 1s;
}
.module.progression-module .progression-bar .progression-bar-progress:after {
  content: "";
  height: 50px;
  width: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="58" height="58" viewBox="0 0 58 58"><defs><filter id="Ellipse_1" x="0" y="0" width="58" height="58" filterUnits="userSpaceOnUse"><feOffset input="SourceAlpha"/><feGaussianBlur stdDeviation="2.5" result="blur"/><feFlood flood-opacity="0.161"/><feComposite operator="in" in2="blur"/><feComposite in="SourceGraphic"/></filter></defs><g id="Gruppe_18585" data-name="Gruppe 18585" transform="translate(-462.5 -1803.5)"><g transform="matrix(1, 0, 0, 1, 462.5, 1803.5)" filter="url(%23Ellipse_1)"><g id="Ellipse_1-2" data-name="Ellipse 1" transform="translate(7.5 7.5)" fill="%233ed8c3" stroke="%23fff" stroke-width="4"><circle cx="21.5" cy="21.5" r="21.5" stroke="none"/><circle cx="21.5" cy="21.5" r="19.5" fill="none"/></g></g><g id="Gruppe_18584" data-name="Gruppe 18584" transform="translate(-1.178 1)"><path id="Pfad_33435" data-name="Pfad 33435" d="M147.8,178.368c1.576-4.294,4.529-6.428,9.1-6.693,2.719-.158,5.626.59,8.13-.3a.436.436,0,0,1,.562.53c-1,3.644-2.394,7.467-5.662,9.252a8.622,8.622,0,0,1-6.265.644,12.2,12.2,0,0,1-5.463-3.287Z" transform="matrix(0.848, -0.53, 0.53, 0.848, 266.131, 1766.786)" fill="%23fff"/><line id="Linie_8" data-name="Linie 8" x1="8" y2="9" transform="translate(484.5 1832.5)" fill="none" stroke="%233ed8c3" stroke-linecap="round" stroke-width="1"/><line id="Linie_9" data-name="Linie 9" x1="7" y2="11" transform="translate(485.5 1832.5)" fill="none" stroke="%233ed8c3" stroke-linecap="round" stroke-width="1"/><line id="Linie_10" data-name="Linie 10" x1="6" y2="7" transform="translate(484.5 1835.5)" fill="none" stroke="%233ed8c3" stroke-width="1"/></g></g></svg>');
  background-size: cover;
  top: 50%;
  position: absolute;
  left: 100%;
  transform: translateY(-25px) translateX(-42px);
}
.module.text-module {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .module.text-module {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .module.text-module {
    margin-top: 25px;
  }
}
.frontpagenew .module.text-module {
  min-height: 1px;
  color: #fff;
}
.frontpagenew .module.text-module p {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .frontpagenew .module.text-module p {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .frontpagenew .module.text-module p {
    font-size: 1.5rem;
  }
}
.module.module-ticker {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 200px;
  overflow: hidden;
  background-color: #fff;
  padding: 1.5em;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
  color: #1d4477;
  position: relative;
}
.module.module-ticker .ticker__wrapper {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateX(100%) translateY(-50%);
  width: auto;
  gap: 50px;
}
.module.module-ticker .ticker__item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
.module.module-ticker .ticker__item:hover {
  text-decoration: underline;
}
.module.modulde-widebox {
  margin-bottom: 150px;
}
.module.modulde-widebox figure {
  display: flex;
  align-items: stretch;
  flex: 1 1 50%;
  position: relative;
}
.module.modulde-widebox figure a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.module.modulde-widebox figure a:hover ~ figcaption {
  padding: 30px 45px;
}
.module.modulde-widebox figure a:hover ~ figcaption svg {
  transform: scale(1.3);
}
.module.modulde-widebox figure a:hover ~ figcaption svg g rect:first-of-type {
  animation: pulsebutton 2s infinite;
}
.module.modulde-widebox figure picture {
  flex: 1 1 auto;
  object-fit: cover;
}
.module.modulde-widebox figure picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.module.modulde-widebox figure figcaption {
  flex: 1 0 50%;
  width: 50%;
  color: #1D4477;
  display: flex;
  font-weight: 500;
  font-size: 1.9375rem;
  justify-content: space-between;
  transition: 0.3s;
  align-items: flex-end;
  background: #f6f6f4;
  padding: 30px;
}
.module.modulde-widebox figure figcaption span {
  transition: 0.3s;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.module.module-fullwidth_cta {
  background-image: url("../../../../../wp-content/uploads/2024/12/Gruppe-18701@2x-scaled.jpg");
  background-position: right center;
  background-size: cover;
  width: 100%;
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .module.module-fullwidth_cta {
    min-height: 50vh;
  }
}
@media screen and (max-width: 700px) {
  .module.module-fullwidth_cta {
    background-position: right 70% center;
    background-image: url("../img/2025/fullwidthcta-nonumber.png");
    flex-wrap: wrap;
  }
}
.module.module-fullwidth_cta picture {
  display: none;
}
@media screen and (max-width: 700px) {
  .module.module-fullwidth_cta picture {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 170px;
  }
}
.module.module-fullwidth_cta > div {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  right: 15%;
  width: auto;
  max-width: 40%;
}
@media screen and (max-width: 1366px) {
  .module.module-fullwidth_cta > div {
    right: 5%;
  }
}
@media screen and (max-width: 700px) {
  .module.module-fullwidth_cta > div {
    position: relative;
    margin-top: -60px;
    max-width: 80%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .module.module-fullwidth_cta > div {
    margin-top: -40px;
    text-align: center;
  }
}
.module.module-fullwidth_cta > div > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 700px) {
  .module.module-fullwidth_cta > div a {
    width: 100%;
  }
}
.module.module-fullwidth_cta h2 {
  font-size: 5.4375rem;
  color: #1D4477;
  line-height: 1em;
}
@media screen and (max-width: 1024px) {
  .module.module-fullwidth_cta h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .module.module-fullwidth_cta h2 {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 700px) {
  .module.module-fullwidth_cta h2 {
    text-align: center;
  }
}
.module.module-linkgrid {
  margin: auto;
  display: flex;
  gap: 65px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .module.module-linkgrid {
    gap: 25px;
  }
}
.module.module-linkgrid figure {
  position: relative;
  flex: 1 1 calc(50% - 65px);
}
@media screen and (max-width: 700px) {
  .module.module-linkgrid figure {
    flex: 1 1 auto;
  }
}
.module.module-linkgrid figure.new:after {
  content: "neu";
  font-size: 1.25rem;
  text-transform: uppercase;
  background: #EF7D00;
  border-radius: 6px;
  position: absolute;
  left: 20px;
  top: 15px;
  padding: 5px;
  color: #fff;
  font-weight: 500;
}
.module.module-linkgrid figure a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.module.module-linkgrid figure a:hover ~ figcaption {
  background: linear-gradient(0deg, rgba(0, 47, 109, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
}
.module.module-linkgrid figure a:hover ~ figcaption svg {
  transform: scale(1.3);
}
.module.module-linkgrid figure a:hover ~ figcaption svg g rect:first-of-type {
  animation: pulsebutton 2s infinite;
}
.module.module-linkgrid figure figcaption {
  width: 100%;
  color: #fff;
  display: flex;
  font-weight: 500;
  font-size: 1.9375rem;
  justify-content: space-between;
  transition: 0.3s;
  padding-top: 15px;
  padding-bottom: 15px;
  gap: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 47, 109, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  background: rgb(0, 47, 109);
  background: linear-gradient(0deg, rgba(0, 47, 109, 0.6) 59%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .module.module-linkgrid figure figcaption {
    font-size: 1.375rem;
  }
}
.module.module-linkgrid figure figcaption span {
  transition: 0.3s;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.module.module-linkgrid figure figcaption svg {
  flex: 0 0 auto;
}
.module.module-linkgrid figure figcaption svg {
  transition: 0.3s;
}
.module.module-linkgrid figure figcaption svg g rect:first-of-type {
  opacity: 0;
  transition: 0.3s;
}
.module.module-videoteaser {
  background-image: url("../img/2025/energiefelder.svg"), linear-gradient(45deg, #1d4477, #0f728b 78%, #00a19f);
  background-size: 25%, cover; /* Passt das Bild an den Container an */
  background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
  background-position: bottom left, center; /* Positioniert das Bild zentriert */
  padding: 230px 0 160px;
  position: relative;
  padding-left: 15%;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser {
    padding-left: 0px;
  }
}
.module.module-videoteaser .happybirthday_wrapper-outer {
  position: absolute;
  left: 9.5%;
  top: 10.5%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser .happybirthday_wrapper-outer {
    left: 30px;
    top: 13.5%;
    z-index: 2;
  }
}
.module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner img {
    max-width: 70px;
    margin-left: 50px;
  }
}
.module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span {
  font-size: 5.375rem;
  font-weight: 500;
  position: absolute;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span {
    font-size: 2.6875rem;
  }
}
.module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span:nth-of-type(1) {
  left: 160px;
  top: 43px;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span:nth-of-type(1) {
    left: 130px;
    top: 20px;
  }
}
.module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span:nth-of-type(2) {
  top: 131px;
  left: -39px;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span:nth-of-type(2) {
    top: 65px;
    left: 0;
  }
}
.module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span:nth-of-type(3) {
  color: #3ED8C3;
  top: 220px;
  left: 134px;
}
@media screen and (max-width: 768px) {
  .module.module-videoteaser .happybirthday_wrapper-outer .happybirthday_wrapper-inner span:nth-of-type(3) {
    top: 120px;
    left: 105px;
  }
}
.module.module-linkboxes {
  background: #fff;
  padding: 120px 0 80px;
}
.module.module-linkboxes h3 {
  text-align: center;
  margin: auto;
  color: #1D4477;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.module.module-linkboxes .linkboxes_wrapper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1280px) {
  .module.module-linkboxes .linkboxes_wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.module.module-linkboxes .linkboxes_wrapper .linkboxes_box {
  background-size: cover;
  background-position: center;
  background: #E8E8E4;
  padding: 30px 45px;
  flex: 1 1 calc(33.3333333333% - 40px);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .module.module-linkboxes .linkboxes_wrapper .linkboxes_box {
    flex: 1 1 100%;
  }
}
.module.module-linkboxes .linkboxes_wrapper .linkboxes_box .linkbox_headline {
  font-size: 30px;
  color: #1D4477;
  font-weight: 500;
}
.module.module-linkboxes .linkboxes_wrapper .linkboxes_box p {
  color: #1D4477;
  font-size: 22px;
  max-width: 75%;
  margin-bottom: 45px;
}
.module.module-linkboxes .linkboxes_wrapper .linkboxes_box a {
  margin-top: auto;
}
.layout_row {
  width: 100%;
}

.fullabsolute {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.flex-wrapper {
  display: flex;
}
.flex-wrapper.alignright {
  justify-content: flex-end;
}

.videoelements_wrapper {
  display: flex;
  gap: 45px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .videoelements_wrapper {
    margin: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .videoelements_wrapper img {
    display: none;
  }
}

header > div.navheader + * {
  padding-top: 0px !important;
  /* background: #1d4477; */
}

.swiper {
  margin-bottom: 150px;
}
.swiper .swiper-slide figure {
  position: relative;
}
.swiper .swiper-slide figure.new:after {
  content: "neu";
  font-size: 1.25rem;
  text-transform: uppercase;
  background: #EF7D00;
  border-radius: 6px;
  position: absolute;
  left: 20px;
  top: 15px;
  padding: 5px;
  color: #fff;
  font-weight: 500;
}
.swiper .swiper-slide figure a.fullabsolute:hover ~ figcaption span.button {
  background: linear-gradient(0deg, rgba(0, 47, 109, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
}
.swiper .swiper-slide figure a.fullabsolute:hover ~ figcaption span.button .swiper-headline + svg {
  transform: scale(1.3);
}
.swiper .swiper-slide figure a.fullabsolute:hover ~ figcaption span.button .swiper-headline + svg g rect:first-of-type {
  animation: pulsebutton 2s infinite;
}
.swiper .swiper-slide figure figcaption {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.swiper .swiper-slide figure figcaption span.button {
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  background: rgb(0, 47, 109);
  background: linear-gradient(0deg, rgba(0, 47, 109, 0.6) 59%, rgba(0, 0, 0, 0) 100%);
  transition: 0.3s;
}
.swiper .swiper-slide figure figcaption span.button .swiper-headline {
  font-size: 1.9375rem;
  font-weight: 500;
}
.swiper .swiper-slide figure figcaption span.button .swiper-headline + svg {
  transition: 0.3s;
}
.swiper .swiper-slide figure figcaption span.button .swiper-headline + svg g rect:first-of-type {
  opacity: 0;
  transition: 0.3s;
}
.swiper .swiper-slide figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
@keyframes pulsebutton {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mymove {
  0% {
    top: 0px;
  }
  25% {
    top: 200px;
  }
  50% {
    top: 100px;
  }
  75% {
    top: 200px;
  }
  100% {
    top: 0px;
  }
}
.swiper .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  background: #00A19F;
  opacity: 0.3;
  width: 16px;
  height: 16px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper_anlesetext {
  color: #1D4477;
  font-size: 22px;
  margin-bottom: 50px;
  text-align: center;
}

.frontpageslider {
  transform: translateY(50%);
  margin-top: -150px;
}

.afterslider {
  padding-top: 375px;
  padding-top: 380px;
}
.afterslider h3 {
  text-align: center;
  margin: auto;
  color: #1D4477;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.realfooter .rwestlogo_wrapper {
  min-height: 550px;
  display: flex;
  justify-content: center;
  background-image: url("../img/2025/waves.svg");
  background-size: cover;
  align-items: flex-start;
}
.realfooter .rwestlogo_wrapper img {
  margin-top: 150px;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .realfooter .rwestlogo_wrapper img {
    margin-top: 75px;
  }
}

.video_wrp {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin: 30px auto;
  width: 1300px;
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  .video_wrp {
    max-width: calc(100% - 60px);
    width: 100%;
  }
}
.video_wrp video {
  display: block;
  width: 100%;
  height: auto;
}
.video_wrp video::poster {
  display: block;
  width: 100%;
  height: auto;
}
.video_wrp .video_overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video_wrp .video_overlay button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent;
}

#moments-sidenavigation {
  position: fixed;
  right: 0;
  top: 25%;
  transform: scale(1) translate(0px, -100%) rotate(-90deg);
  transform-origin: bottom right;
  white-space: nowrap;
  overflow: visible;
  width: auto;
  height: auto;
  box-shadow: 0 0 0 0 rgba(0, 177, 235, 0.5);
  background: #00b1eb;
  width: auto;
  z-index: 10;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  transition: 0.3s;
  line-height: 1em;
  animation: pulse 5s infinite;
}
@media screen and (min-width: 2000px) {
  #moments-sidenavigation {
    transform: translate(-55px, -100%) rotate(-90deg);
    right: calc((100vw - 2047px) / 2);
    animation: pulseFullHD 2s infinite;
  }
}
@media screen and (max-width: 700px) {
  #moments-sidenavigation {
    display: none;
  }
}
#moments-sidenavigation svg {
  width: 20px;
  height: 20px;
}
#moments-sidenavigation svg rect {
  transition: 0.3s;
  fill: #1D4477;
}
#moments-sidenavigation a {
  padding: 1rem;
  font-size: 26px;
  gap: 15px;
}
#moments-sidenavigation:hover {
  background: #1D4477;
  animation: none;
}
#moments-sidenavigation:hover a {
  transform: none !important;
}
#moments-sidenavigation:hover svg rect {
  fill: #00A19F;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
body {
  max-width: 1920px;
  margin: auto;
  box-shadow: 0 0 10em 0 rgba(0, 0, 0, 0.35);
}

.rwebutton-full span {
  color: #fff;
}

.loader_wrapper {
  width: 100%;
  margin: auto;
  justify-content: center;
  display: flex;
}
.loader_wrapper .loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin: 15px auto;
  position: relative;
  background: #FFF;
  box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  box-sizing: border-box;
  animation: shadowPulse 2s linear infinite;
}

.animatedText {
  font-size: 200px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1680px) {
  .animatedText {
    font-size: 160px;
  }
}
@media screen and (max-width: 1024px) {
  .animatedText {
    font-size: 110px;
  }
}
@media screen and (max-width: 700px) {
  .animatedText {
    font-size: 4.6875rem;
    text-align: center;
    min-height: 170px;
  }
  .animatedText br {
    display: blocK;
  }
}
@media screen and (max-width: 480px) {
  .animatedText {
    font-size: 3.125rem;
  }
}
.animatedText .animatedText_change {
  position: absolute;
  width: calc(100% - 160px);
  left: 160px;
}
@media screen and (max-width: 1024px) {
  .animatedText .animatedText_change {
    left: 115px;
  }
}
@media screen and (max-width: 700px) {
  .animatedText .animatedText_change {
    left: 0px;
    width: 100%;
    top: 80px;
  }
}
.animatedText #animatedText_step3 {
  line-height: 1.2em;
  font-size: 75px;
  top: 60px;
}
@media screen and (max-width: 1680px) {
  .animatedText #animatedText_step3 {
    font-size: 60px;
    top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .animatedText #animatedText_step3 {
    top: 10px;
  }
}
@media screen and (max-width: 700px) {
  .animatedText #animatedText_step3 {
    font-size: 2.5rem;
    text-align: center;
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .animatedText #animatedText_step3 {
    font-size: 2rem;
  }
}
.animatedText > span {
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  display: inline-block;
}
.animatedText > span * {
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
}
.char12 svg {
  width: 56px;
  height: auto;
  transform: translateY(-7px);
}
@media screen and (max-width: 700px) {
  .char12 svg {
    width: 32px;
    transform: translate(0, -4px);
  }
}

@keyframes shadowPulse {
  33% {
    background: #FFF;
    box-shadow: -24px 0 #00A19F, 24px 0 #FFF;
  }
  66% {
    background: #00A19F;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
  }
  100% {
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #00A19F;
  }
}
.wpcf7-submit {
  margin-top: 30px !important;
  margin-left: 0px !important;
}

.contentheader video {
  margin: 0px;
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  object-position: center center;
}

form textarea {
  min-height: 200px;
}

#comments {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  #comments {
    padding: 3.75rem 3.75rem 9.375rem;
  }
}
@media screen and (max-width: 640px) {
  #comments {
    padding: 3rem 30px 9.375rem;
  }
}
#comments .comments-area-header {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #comments .comments-area-header {
    flex-direction: column-reverse;
    gap: 25px;
  }
}
#comments .comments-area-header > span {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  padding: 10px 30px;
  background: #436a9d;
  border-radius: 7px;
}
#comments .comments-area-footer {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #comments .comments-area-footer {
    justify-content: center;
  }
}
#comments .comments-area-content {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
}
#comments .comments-area-content .comments-area-limiter {
  height: auto;
  width: 2px;
  background: #3ED8C3;
  flex: 0 0 auto;
}
#comments .nav-links {
  display: flex;
  gap: 25px;
  font-size: 1.25rem;
  align-items: center;
}
#comments .nav-links a {
  color: #fff;
  opacity: 0.45;
  transition: 0.3s;
}
#comments .nav-links a:hover {
  opacity: 1;
}
#comments .nav-links a.next, #comments .nav-links a.prev {
  background: #00A19F;
  padding: 15px 10px;
  border-radius: 7px;
  display: flex;
  opacity: 1;
}
#comments .nav-links a.next:hover, #comments .nav-links a.prev:hover {
  background: #3ea2c3;
}
#comments .nav-links span {
  color: #fff;
}
@media screen and (max-width: 380px) {
  #comments .comments-area-limiter {
    display: none;
  }
}
#comments .comment-list {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
#comments .comment-list li {
  width: 100%;
  color: #fff;
  padding: 25px 35px;
  background: #10376A;
  border: 2px solid #3ED8C3;
  position: relative;
}
@media screen and (max-width: 380px) {
  #comments .comment-list li {
    padding: 15px;
  }
}
#comments .comment-list li:last-of-type {
  margin-bottom: 0px;
}
#comments .comment-list li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 30px;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMiIgZGF0YS1uYW1lPSJFYmVuZSAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNy43OCAyNi43NSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzNlZDhjMzsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBmaWxsOiAjMTAzNzZhOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8ZyBpZD0iRWJlbmVfMS0yIiBkYXRhLW5hbWU9IkViZW5lIDEiPgogICAgPGc+CiAgICAgIDxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjA2LDI2LjA1TDIuMzksMWgyNC45NiIvPgogICAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjYuMzUgMjYuNzUgMCAwIDI3LjM1IDAgMjcuMzUgMiA0Ljc4IDIgMjcuNzggMjUuMzQgMjYuMzUgMjYuNzUiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPg==");
}
@media screen and (max-width: 380px) {
  #comments .comment-list li:before {
    content: none;
  }
}
#comments .comment-list li:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4NCiAgPGcgaWQ9IkVsbGlwc2VfMyIgZGF0YS1uYW1lPSJFbGxpcHNlIDMiIGZpbGw9IiMzZWQ4YzMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSI0Ij4NCiAgICA8Y2lyY2xlIGN4PSIxMS41IiBjeT0iMTEuNSIgcj0iMTEuNSIgc3Ryb2tlPSJub25lIi8+DQogICAgPGNpcmNsZSBjeD0iMTEuNSIgY3k9IjExLjUiIHI9IjkuNSIgZmlsbD0ibm9uZSIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  width: 23px;
  height: 23px;
  background-size: cover;
  position: absolute;
  left: -64px;
  top: 19px;
}
@media screen and (max-width: 380px) {
  #comments .comment-list li:after {
    content: none;
  }
}
#comments .comment-list li::marker {
  display: none;
  content: none;
}
#comments .comment-list li .comment-header {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  #comments .comment-list li .comment-header {
    font-size: 1.05rem;
  }
}
@media screen and (max-width: 420px) {
  #comments .comment-list li .comment-header {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
#comments .comment-list li .comment-header * {
  font-weight: 700;
}
#comments .comment-list li p {
  font-size: 1.625rem;
  margin-right: 100px;
  word-break: break-word;
}
@media screen and (max-width: 640px) {
  #comments .comment-list li p {
    margin-right: 0px;
    font-size: 1.425rem;
  }
}
#comments .comments-pagination {
  display: flex;
  justify-content: left;
  margin: 0px 0;
  list-style: none;
  padding: 0;
}
#comments .comments-pagination li {
  margin: 0 5px;
}
#comments .comments-pagination li a {
  text-decoration: none;
  color: #0073aa;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  transition: background-color 0.3s, color 0.3s;
}
#comments .comments-pagination li a:hover {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
}
#comments .comments-pagination li .current {
  font-weight: bold;
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
  padding: 5px 10px;
  border-radius: 3px;
}
#comments .comment-stats {
  margin-top: 10px;
  font-size: 14px;
}
#comments .comment-stats p {
  margin: 5px 0;
  color: #555;
  font-size: 1.125rem;
}

#beitragsseite .colwrapper .left-col {
  float: none;
}

#comment-pre-wrapper {
  margin-top: 80px;
}
#comment-pre-wrapper > div.hidden {
  opacity: 0; /* Unsichtbar */
  pointer-events: none; /* Klickbar nur bei sichtbarem Element */
}
#comment-pre-wrapper .comment-pre {
  background: #00A19F;
  padding: 30px 50px;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
}
#comment-pre-wrapper .comment-pre:before {
  content: "";
  background-image: url("../img/2025/heart.png");
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate(0px, -55%);
}
#comment-pre-wrapper .comment-pre .button {
  background: #1D4477;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 30px;
  transition: 0.3s;
}
#comment-pre-wrapper .comment-pre .button:hover {
  background: #436a9d !important;
}
#comment-pre-wrapper .comment-wrapper {
  opacity: 0;
}

#respond .comment-stats p {
  color: #fff;
}
#respond textarea {
  padding-top: 25px;
  padding-bottom: 25px;
}
#respond #reply-title {
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 25px;
}
#respond label {
  font-size: 1.375rem;
  font-weight: 400;
  color: #fff;
}
#respond p {
  margin-bottom: 20px;
}
#respond p:last-of-type {
  margin-bottom: 0px;
}
#respond .comment-form-cookies-consent {
  display: flex;
  gap: 15px;
  align-items: center;
}
#respond .comment-form-cookies-consent label {
  margin: 0px;
}
#respond .comment-form-cookies-consent input {
  margin: 0px;
}
#respond .form-submit input {
  background: #1D4477 !important;
  color: #fff !important;
  transition: 0.3s;
}
#respond .form-submit:hover input {
  background: #3ea2c3 !important;
}
#respond input[type=checkbox], #respond input[type=radio] {
  background: #f1f1f1 !important;
  border-radius: 0px;
}
#respond input[type=checkbox]:checked, #respond input[type=radio]:checked {
  background: #3ed8c3 !important;
}

#menu-hauptmenu-mobil {
  display: none;
  margin-top: -15px;
}
@media screen and (max-width: 768px) {
  #menu-hauptmenu-mobil {
    display: block;
  }
}

.comments-area-content.loading {
  opacity: 0.1; /* Bereich leicht ausgrauen */
  position: relative;
}

.comments-area-content.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #333;
}

.dropdown-menu {
  max-height: 99999px !important;
}

.page2835 #accordion-2 {
  display: none;
}

.button-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}
.button-wrapper button.rwebutton-full {
  background: #fff;
  border: 1px solid #00A19F;
  color: #00A19F;
}
.button-wrapper button.rwebutton-full.active {
  background: #00A19F;
  coloR: #ffffff;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 30px rgba(0, 161, 159, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 161, 159, 0);
  }
}
@keyframes pulseFullHD {
  50% {
    box-shadow: 0 0 0 30px rgba(0, 161, 159, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 161, 159, 0);
  }
}

/*# sourceMappingURL=rwest2025.css.map */
