@charset "UTF-8";
.no-webp .aktuelles .heading-large,
.no-webp .aktiv {
  background-image: url(../../img/bg-image-green-blurred.jpg);
}

.webp .home .aktuelles .heading-large,
.webp .home .aktiv {
  background-image: url(../../img/bg-image-green-blurred.webp);
}

.home {
  /* #region hero-img */
  /* #endregion hero-img */
  /* #region hero-one-image */
  /* #endregion hero-one-image */
  /* #region hero-verdoppeln */
  /* #endregion hero-verdoppeln */
  /* #region zweierblock */
  /* #endregion zweierblock */
  /* #region dreierblock */
  /* #endregion dreierblock */
  /* #region aktuelles */
  /* #endregion aktuelles */
  /* #region mission */
  /* #endregion mission */
  /* #region erfolge */
  /* #endregion erfolge */
  /* #region aktiv */
  /* #endregion aktiv */
  /* #region newsletter */
  /* #endregion newsletter */
}
.home section {
  padding: 24px 16px;
}
@media screen and (min-width: 1180px) {
  .home section {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2);
  }
}
.home .hero-img {
  background-image: url("../../img/hintergrund-dt.jpg");
  background-position: top center;
  background-size: cover;
  color: white;
  margin-top: 20px;
  padding: 50px 0 0 0;
  position: relative;
  text-align: center;
  transition: margin 0.3s;
}
.home .hero-img.jubilaeum .arrow-down {
  display: none;
}
.home .hero-img.verdoppeln-2024 {
  position: relative;
  /* Make sure it can contain pseudo-elements */
  /* Your existing background properties */
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/assets/img/2024-verdoppeln/BG-Mobil.jpg");
  background-size: cover;
  /* Pseudo-element for fading shadow */
}
.home .hero-img.verdoppeln-2024 .circle {
  position: absolute;
  /* Wichtig für das spätere Überlagern */
  top: 380px;
  width: 150px;
  /* Durchmesser des Kreises */
  height: 150px;
  /* Gleicher Wert wie die Breite für einen perfekten Kreis */
  background-color: #00A3E2;
  /* Hauptfarbe des Kreises */
  border: 3px solid white;
  /* Weißer Rand */
  border-radius: 50%;
  /* Macht das Element rund */
  display: flex;
  /* Zentriert den Text */
  align-items: center;
  /* Vertikal zentrieren */
  justify-content: center;
  /* Horizontal zentrieren */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Optional: leichter Schatten */
  outline: 3px solid #00A3E2;
  /* Zusätzlicher blauer Rand */
  left: calc((100% - 1150px) / 2);
  /* Zentriert den Kreis */
}
@media screen and (max-width: 1170px) {
  .home .hero-img.verdoppeln-2024 .circle {
    top: 380px;
    left: 2%;
  }
}
@media screen and (max-width: 980px) {
  .home .hero-img.verdoppeln-2024 .circle {
    top: 280px;
    left: auto;
    right: 3%;
  }
}
.home .hero-img.verdoppeln-2024 .circle .text {
  color: white;
  /* Textfarbe */
  text-align: center;
  /* Text zentrieren */
  font-family: Arial, sans-serif;
  /* Schriftart */
  font-size: 18px;
  /* Standard-Schriftgröße */
  line-height: 1.2;
  /* Abstand zwischen den Zeilen */
  font-weight: bold;
}
.home .hero-img.verdoppeln-2024 .circle .small-text {
  font-size: 15px;
  /* Kleinere Schriftgröße für das Datum */
  font-weight: 200;
  /* Optional: Dünnere Schrift */
  display: block;
  /* Zeilenumbruch erzwingen */
}
.home .hero-img.verdoppeln-2024 .mobile .image-wrapper {
  min-height: 300px;
}
.home .hero-img.verdoppeln-2024 .text-sm {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .home .hero-img.verdoppeln-2024 {
    background-image: url("/assets/img/2024-verdoppeln/BG-Desktop.jpg");
    background-size: cover;
  }
}
@media screen and (min-width: 1300px) {
  .home .hero-img.verdoppeln-2024 {
    background-image: url("/assets/img/2024-verdoppeln/BG-Desktop.jpg");
    background-size: contain;
  }
}
.home .hero-img.verdoppeln-2024::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  /* Allow clicks to pass through */
  background: black;
  z-index: -2;
}
@media screen and (min-width: 992px) {
  .home .hero-img {
    height: 600px;
    margin-top: 0;
    padding-top: 620px;
  }
}
@media screen and (min-width: 1220px) {
  .home .hero-img {
    padding-top: 640px;
  }
}
.home .hero-img.small {
  margin-top: 0;
  transition: margin 0.3s;
}
@media screen and (min-width: 992px) {
  .home .hero-img .text-wrapper {
    position: absolute;
    right: calc((50% - 416px) / 2);
    top: 220px;
  }
}
@media screen and (min-width: 1220px) {
  .home .hero-img .text-wrapper {
    right: 200px;
  }
}
@media screen and (min-width: 1516px) {
  .home .hero-img .text-wrapper {
    right: calc((100% - 1100px) / 2);
  }
}
.home .hero-img .text-wrapper .heading {
  font-size: 27px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .home .hero-img .text-wrapper .heading {
    font-size: 39px;
    line-height: 49.14px;
  }
}
.home .hero-img .text-wrapper .text {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .home .hero-img .text-wrapper .text {
    font-size: 33px;
    line-height: 41.58px;
  }
}
@media screen and (min-width: 992px) {
  .home .hero-img .text-wrapper .btn-primary {
    font-size: 21px;
    font-weight: 300;
    padding: 10px 22px 7px;
  }
}
.home .hero-img .image-wrapper {
  position: relative;
  text-align: left;
}
.home .hero-img .image-wrapper .mask {
  max-height: 600px;
}
.home .hero-img .image-wrapper .hero {
  display: none;
  left: 0;
  max-height: 600px;
  position: absolute;
}
.home .hero-img .image-wrapper .arrow-down {
  bottom: 10px;
  left: calc(50% - 11px);
  position: absolute;
  width: 22px;
  z-index: 2;
}
.home .hero-img .image-wrapper .arrow-down a img:first-child {
  margin-bottom: -25px;
}
.home .hero-img .uebergang {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  background-image: url("../../img/uebergang.svg#svgView(preserveAspectRatio(none))");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.home .hero-img .dt.hero {
  overflow: hidden;
}
.home .hero-img .dt .mask {
  position: absolute;
  bottom: 0;
  left: -50px !important;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  opacity: 0;
  transition: width 10s ease-in-out, left 10s ease-in-out, opacity 1.5s ease-in-out;
  width: 730px;
}
.home .hero-img .dt .mask.grow {
  left: initial !important;
  opacity: 1;
  width: 800px;
}
@media screen and (min-width: 1400px) {
  .home .hero-img .dt .mask.grow {
    left: 0 !important;
  }
}
.home .hero-img .dt .arrow-down {
  bottom: 20px;
  left: calc(50% - 11px);
  position: absolute;
  width: 22px;
  z-index: 2;
}
.home .hero-img .dt .arrow-down a img:first-child {
  margin-bottom: -25px;
}
.home .hero-one-image {
  background-color: white;
  padding: 0;
  position: relative;
}
.home .hero-one-image.hero-bvg-petition {
  background-color: black;
}
.home .hero-one-image.hero-keime {
  background-color: #18223c;
}
@media screen and (max-width: 580px) {
  .home .hero-one-image.hero-keime .uebergang {
    display: none;
  }
}
@media screen and (min-width: 580px) {
  .home .hero-one-image .mobile-580 {
    display: none;
  }
}
.home .hero-one-image .dt-580 {
  display: none;
}
@media screen and (min-width: 580px) {
  .home .hero-one-image .dt-580 {
    display: initial;
  }
}
.home .hero-one-image .dt-580 a {
  display: block;
  margin-inline: auto;
  max-width: 1140px;
}
.home .hero-one-image .uebergang {
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  background-image: url("../../img/uebergang.svg#svgView(preserveAspectRatio(none))");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.home .hero-img.verdoppeln {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .home .hero-img.verdoppeln {
    height: 390px;
  }
}
.home .hero-img.verdoppeln .light {
  font-weight: 300;
}
.home .hero-img.verdoppeln .mobile {
  background-image: url("../../img/bg-verdoppeln-mobile.jpg");
  background-position: center bottom;
  background-size: cover;
  height: 515px;
  padding-top: 40px;
}
.home .hero-img.verdoppeln .mobile .btn-primary {
  font-weight: 400;
}
.home .hero-img.verdoppeln .dt {
  background-image: url("../../img/bg-verdoppeln-desktop.jpg");
  background-position: center;
  background-size: cover;
  height: 390px;
}
@media (min-width: 992px) {
  .home .hero-img.verdoppeln .dt {
    display: block;
  }
}
.home .hero-img.verdoppeln .dt .text-wrapper {
  margin-left: auto;
  position: relative;
  right: 50px;
  top: 85px;
  width: 346px;
}
@media (min-width: 1268px) {
  .home .hero-img.verdoppeln .dt .text-wrapper {
    right: calc((100% - 1090px) / 2 + 50px);
  }
}
.home .hero-img.verdoppeln .dt .text-wrapper .light {
  font-size: 24px;
  font-weight: 300;
}
.home .hero-img.verdoppeln .dt .btn-primary {
  font-weight: 400;
}
.home .hero-img.verdoppeln .arrow-down {
  bottom: 10px;
  left: calc(50% - 11px);
  position: absolute;
  width: 22px;
  z-index: 2;
}
.home .hero-img.verdoppeln .arrow-down a img:first-child {
  margin-bottom: -25px;
}
.home .zweierblock {
  background-color: #eaebeb;
}
@media screen and (min-width: 768px) {
  .home .zweierblock {
    padding: 10px 0 40px;
  }
}
.home .zweierblock .heading-small {
  color: #7f8585;
}
@media screen and (min-width: 768px) {
  .home .zweierblock .heading-small {
    margin-bottom: 5px;
  }
}
.home .zweierblock .heading-large {
  color: #545c5c;
  margin-bottom: 15px;
}
.home .zweierblock .zweierblock-wrapper {
  margin-bottom: 10px;
  margin-inline: auto;
  display: grid;
  gap: 24px;
  max-width: 1140px;
}
@media screen and (min-width: 768px) {
  .home .zweierblock .zweierblock-wrapper {
    margin-bottom: 30px;
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.home .zweierblock .zweierblock-wrapper .teaser-petition {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .home .zweierblock .zweierblock-wrapper .teaser-petition {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .home .zweierblock .zweierblock-wrapper .teaser-petition {
    border: 5px solid white;
  }
}
.home .zweierblock .zweierblock-wrapper .teaser-petition:hover {
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1019607843);
}
.home .zweierblock .zweierblock-wrapper .teaser-petition img {
  border-radius: 0;
  max-width: none;
}
.home .zweierblock .zweierblock-wrapper .teaser-petition .text-wrapper {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .home .zweierblock .zweierblock-wrapper .teaser-petition .text-wrapper {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .home .zweierblock .zweierblock-wrapper .teaser-petition .petition-excerpt {
    min-height: 72px;
  }
}
.home .dreierblock {
  background-color: #eaebeb;
  padding-bottom: 10px;
  padding-top: 0;
  scroll-margin: 85px;
}
@media screen and (min-width: 768px) {
  .home .dreierblock {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .home .dreierblock .wrapper {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 8px;
  }
}
.home .dreierblock .heading-small {
  color: #293333;
  margin-bottom: 10px;
}
.home .dreierblock .heading-large {
  color: #293333;
  margin-bottom: 16px;
}
.home .dreierblock .card-link {
  margin-bottom: 16px;
}
.home .aktuelles {
  background-color: #eaebeb;
  border-bottom: 1px solid #d4d6d6;
  padding: 0 0 64px;
}
@media screen and (min-width: 768px) {
  .home .aktuelles {
    padding-bottom: 25px;
    background-color: #eaebeb;
  }
}
.home .aktuelles .heading-large {
  background-image: url("../../img/bg-image-green-blurred.jpg");
  margin-bottom: 16px;
  padding: 18px 16px 14px;
}
@media screen and (min-width: 768px) {
  .home .aktuelles .heading-large {
    margin-bottom: 40px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.home .aktuelles .posts {
  margin-bottom: 22px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 768px) {
  .home .aktuelles .posts {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
  }
}
@media screen and (min-width: 992px) {
  .home .aktuelles .posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
.home .aktuelles .posts .card-link {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .home .aktuelles .posts .card-link {
    margin-bottom: 0;
  }
}
.home .aktuelles .btn-secondary {
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .home .aktuelles .btn-secondary {
    margin-top: 40px;
  }
}
.home .mission {
  background-color: #eaebeb;
  border-bottom: 1px solid #d4d6d6;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  .home .mission {
    padding-bottom: 72px;
    padding-top: 80px;
  }
}
.home .mission .heading-small {
  color: #7f8585;
}
.home .mission .text-wrapper {
  display: flex;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -12px;
  max-width: 914px;
  padding-left: 11px;
  padding-right: 11px;
}
.home .mission .text-wrapper .bracket-left {
  border-bottom: 1px solid #46952b;
  border-left: 1px solid #46952b;
  border-top: 1px solid #46952b;
  flex: 0 0 30px;
}
.home .mission .text-wrapper .bracket-right {
  border-bottom: 1px solid #46952b;
  border-right: 1px solid #46952b;
  border-top: 1px solid #46952b;
  flex: 0 0 30px;
}
.home .mission .text-wrapper .text {
  font-size: 18px;
  line-height: 23px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 32px 0 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .home .mission .text-wrapper .text {
    font-size: 28px;
    font-weight: 300;
    line-height: 35px;
    margin-left: 0;
    margin-right: 0;
  }
}
.home .mission .btn-primary {
  display: block;
  margin-inline: auto;
  margin-top: 24px;
  width: max-content;
}
@media screen and (min-width: 992px) {
  .home .mission .btn-primary {
    margin-top: 0;
  }
}
.home .erfolge {
  background-color: #eaebeb;
  border-bottom: 1px solid #d4d6d6;
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .home .erfolge {
    padding-left: calc((100% - 1140px) / 2);
    padding-right: calc((100% - 1140px) / 2);
    padding-bottom: 32px;
    padding-top: 32px;
  }
}
.home .erfolge .erfolge-wrapper {
  background-color: white;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 38px 25px;
}
.home .erfolge .erfolge-wrapper .heading-small {
  color: #7f8585;
  margin-bottom: 5px;
}
.home .erfolge .erfolge-wrapper .heading-large {
  color: #545c5c;
  margin-bottom: 16px;
}
.home .erfolge .erfolge-wrapper ul {
  list-style-image: url("../../img/icon-circle-check.svg");
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .home .erfolge .erfolge-wrapper ul {
    margin-bottom: 30px;
    padding-left: calc((100% - 490px) / 2);
    padding-right: calc((100% - 570px) / 2);
  }
}
.home .erfolge .erfolge-wrapper ul li {
  color: #545c5c;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: -5px;
}
@media screen and (min-width: 992px) {
  .home .erfolge .erfolge-wrapper ul li {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.home .erfolge .erfolge-wrapper ul li span {
  left: 5px;
  top: -13px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home .erfolge .erfolge-wrapper ul li span {
    top: -8px;
  }
}
.home .padding-grey {
  background-color: #eaebeb;
  height: 16px;
}
@media screen and (min-width: 992px) {
  .home .padding-grey {
    height: 32px;
  }
}
.home .aktiv {
  background-image: url("../../img/bg-image-green-blurred.jpg");
}
@media screen and (min-width: 768px) {
  .home .aktiv {
    padding-bottom: 30px;
  }
}
.home .aktiv .heading-small {
  margin-bottom: 5px;
}
.home .aktiv .heading-large {
  margin-bottom: 16px;
}
.home .aktiv .cards {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .home .aktiv .cards {
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .home .aktiv .cards .card-small:hover h5 {
    bottom: 15px;
  }
}
.home .aktiv .cards .card-small {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home .aktiv .cards .card-small {
    aspect-ratio: 267/176;
  }
}
.home .aktiv .cards .card-small img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .home .aktiv .cards .card-small img {
    aspect-ratio: 261/171;
  }
}
.home .aktiv .cards h5 {
  font-size: 18px;
  line-height: 23px;
  padding: 8px 8px 6px;
}
@media screen and (min-width: 768px) {
  .home .aktiv .cards h5 {
    bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .home .aktiv .cards h5 {
    padding-left: 55px;
    padding-right: 55px;
  }
}
.home .aktiv .cards .card-small:hover .image-holder {
  transform: scale(1.05);
}
.home .newsletter {
  background-color: #eaebeb;
  padding: 0 0 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .home .newsletter {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.home .newsletter .widget-newsletter {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .home .newsletter .widget-newsletter {
    width: 100%;
  }
}
.home .newsletter .form-team-impact {
  margin-top: 0px;
}

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