:root {
  --spd-red: #e3000f;
  --spd-white: white;
  --spd-black: #000;
  --copy-font: "Spd Thesans Normal", Arial, sans-serif;
  --headline-font: "Spd Thesans ExtraBold", Arial, sans-serif;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.spd-body {
  background-color: var(--spd-red);
}

.hero-section {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.max-width-section.hide {
  display: none;
}

.container-max {
  z-index: 50;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.container-max.hero {
  margin-top: auto;
}

.container-max.hero.video {
  max-width: 1280px;
  margin-top: 72px;
  margin-bottom: 72px;
}

.container-max.menschen {
  margin-bottom: auto;
}

.container-max.menschen.bottom {
  margin-top: -200px;
}

.container-max.lohn-z-3 {
  z-index: 30;
}

.container-max.strom {
  margin-top: 60px;
  position: absolute;
  top: 60px;
}

.container-max.strom.second {
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  top: auto;
  bottom: -12vw;
}

.container-max.last {
  margin-top: 90px;
}

.container-max.roterkasten {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
}

.container-max.flagge {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
}

.container-max.sch-ssel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.container-max.show-mobile {
  display: none;
}

.h1-style {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spd Thesans ExtraBold, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 800;
  line-height: 105%;
}

.h1-style.text-color-white {
  color: var(--spd-white);
}

.hero-section-logoslider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: auto;
  margin-bottom: 16px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.logoslider-img {
  max-width: none;
  height: 100%;
}

.number-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.number-display {
  color: var(--spd-red);
  font-family: Spd Thesans Versal ExtraBold, Arial, sans-serif;
  font-size: 45vw;
  font-weight: 800;
  line-height: 80%;
}

.number-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.h2-style {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spd Thesans ExtraBold, Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 95%;
}

.h2-style.text-color-white {
  color: var(--spd-white);
}

.h2-style.text-color-black {
  color: var(--spd-black);
}

.h2-style.versal {
  text-transform: uppercase;
}

.h2-style.versal.text-color-black.no-wrap {
  white-space: nowrap;
}

.h2-style.versal.text-color-white.text-align-mid {
  text-align: center;
}

.content-section {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.main-text {
  font-family: var(--copy-font);
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.main-text.text-color-white {
  color: var(--spd-white);
}

.main-text.text-color-white.text-align-left {
  text-align: left;
}

.main-text.text-color-white.text-align-right {
  text-align: right;
}

.main-text.text-color-black {
  color: var(--spd-black);
}

.main-text.text-color-black.align-text-left {
  text-align: left;
}

.main-text.text-color-black.align-text-right {
  text-align: right;
}

.strom-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.strom-section.max-width-section.hide-desktop {
  display: none;
}

.strom-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-right: auto;
  display: flex;
}

.strom-text-wrapper.second {
  margin-left: auto;
  margin-right: 0;
}

.strom-img {
  width: 100%;
  margin-top: 10vh;
}

.strom-img-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.menschen-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150vh;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deutschland-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.deutschland-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.deutschland-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.deutschland-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.deutschland-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.deutschland-text-wrapper.small.auto {
  width: 50%;
}

.deutschland-text-wrapper.small.flagge {
  width: 100%;
}

.deutschland-text-wrapper.small.haus {
  width: 40%;
  margin-left: auto;
  margin-right: 0;
}

.deutschland-text-wrapper.full {
  width: 100%;
}

.background-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.madeingermany-img {
  z-index: 60;
  width: 240px;
  height: 240px;
  position: absolute;
  right: 20px;
}

.deutschland-flagge-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 72vh;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.menschen-lottie {
  width: 110%;
  margin-top: -190px;
}

.last-section {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.last-section-logoslider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 16px;
  margin-bottom: auto;
  padding-left: 8px;
  display: flex;
  overflow: hidden;
}

.number-lottie {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 500px;
  display: flex;
}

.menschen-text-wrapper {
  flex-flow: column;
  width: 60%;
  margin-bottom: 20px;
  display: flex;
}

.menschen-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.menschen-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.menschen-text-wrapper.top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-right: auto;
}

.menschen-text-wrapper.bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  margin-left: auto;
}

.sparen-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sparen-section.max-width-section {
  justify-content: flex-end;
  align-items: center;
}

.sparen-text-line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 10px;
  display: flex;
}

.sparen-text-line._1.s-desktop-hide, .sparen-text-line._2.s-desktop-hide {
  display: none;
}

.lottie-animation {
  width: 200%;
  margin-left: auto;
}

.sparen-lottie {
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: -2px;
}

.preloader {
  z-index: 999999;
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-lottie {
  height: 80px;
}

.pfeil-lottie {
  width: 80px;
  min-width: 80px;
}

.pfeil-lottie.turned {
  transform: rotate(-180deg);
}

.auto-section {
  background-color: var(--spd-red);
  padding-top: 40px;
  padding-bottom: 40px;
}

.autoladen-img {
  width: 100%;
  margin-bottom: 40px;
}

.logo-slider-section {
  background-color: var(--spd-white);
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

.logo-slider-section.max-width-section.hide {
  display: none;
}

.logo-slider-section.max-width-section.auto {
  padding-top: 0;
  padding-bottom: 0;
}

.logo-slider-wrapper {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 0;
  display: flex;
}

.logo-slider-img-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  height: 48px;
  display: flex;
}

.steuer-section {
  z-index: 0;
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 110vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steuer-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.steuer-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.steuer-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.steuer-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.steuer-lottie {
  width: 200%;
  height: 100%;
  margin-top: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.mindestlohn-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 110vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lohn-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.lohn-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.lohn-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.lohn-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.mindestlohn-img {
  object-fit: cover;
  object-position: 100% 0%;
  max-width: none;
  height: 80vh;
  position: absolute;
  top: 0;
  left: 0%;
}

.mindestlohn-img.lohn-z-2 {
  z-index: 40;
}

.lohn-bigtext-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 130px;
  margin-bottom: 180px;
  display: flex;
}

.lohn-display-text {
  font-family: var(--headline-font);
  color: var(--spd-black);
  text-align: center;
  text-transform: uppercase;
  font-size: 13vw;
  font-weight: 800;
  line-height: 126%;
}

.lohn-display-text.text-color-black {
  color: var(--spd-black);
  text-transform: uppercase;
  line-height: 120%;
}

.extra-big {
  font-size: 22.5vw;
}

.mwst-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.mwst-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.mwst-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.mwst-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.mwst-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.mwst-animation {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  margin-top: 32px;
  display: flex;
  position: relative;
}

.mwst-lottie {
  width: 100%;
}

.mwst-img {
  z-index: 50;
  width: 65%;
  position: absolute;
  bottom: 0;
}

.mittagsessen-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mittagessen-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.mittagessen-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.mittagessen-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.mittagessen-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.mittagessen-img {
  object-fit: contain;
  height: 670px;
  margin-right: -20%;
}

.mietpreisbremse-section {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.mietpreisbremse-section.max-width-section {
  background-color: var(--spd-red);
}

.mietpreisbremse-img {
  object-fit: cover;
  object-position: 50% 32%;
  width: 100%;
  height: 60vh;
  margin-bottom: 40px;
}

.mietpreis-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--spd-red);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  padding: 24px;
  display: flex;
}

.deticket-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 75vh;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.dbticket-img {
  width: 100%;
  max-width: none;
  height: 40vh;
  margin-top: 30px;
  margin-left: -140px;
}

.pfege-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 140vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.pflege-roter-balken {
  z-index: 50;
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.pflege-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pflege-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.pflege-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.pflege-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.pflege-lottie {
  width: 100%;
  position: absolute;
  inset: 0 0 0;
}

.rente-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rente-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.rente-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.rente-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.rente-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.rente-display-text {
  font-family: var(--headline-font);
  text-align: center;
  text-transform: uppercase;
  font-size: 12.4vw;
  font-weight: 800;
  line-height: 100%;
}

.rente-display-text.text-color-black {
  color: var(--spd-black);
  text-transform: uppercase;
  font-size: 170px;
  line-height: 120%;
}

.rente-display-text.text-color-red {
  color: var(--spd-red);
}

.rente-img {
  z-index: 50;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.space-m {
  width: 100%;
  height: 20px;
}

.wirtschaft-section {
  background-color: var(--spd-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  padding-top: 70px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.wirtschaft-lottie {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.schuldenregeln-section {
  background-image: linear-gradient(#0006, #0006), url('../images/german_flecktarn_camouflage-ezgif.com-jpg-to-avif-converter.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 55vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.schuldenregeln-section.max-width-section {
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}

.schuldenregeln-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.schuldenregeln-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.schuldenregeln-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.schuldenregeln-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 0;
}

.lottie-pfeil-schuldenregeln {
  width: 130px;
  min-width: 130px;
}

.preloader-red {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.number-text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-section-logo-img-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 7000px;
  min-width: 7000px;
  height: 100%;
  display: flex;
}

.detuschland-flagge-img-wrapper {
  width: 100%;
}

.detuschland-flagge-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image {
  height: 60px;
}

.sparen-icon-divider {
  height: 36px;
}

.dbticket-lottie {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 40px;
  display: flex;
  position: sticky;
  top: 40px;
}

.deutschland-background-video {
  z-index: 50;
  aspect-ratio: 16 / 9;
  width: 190%;
  height: 100%;
  margin-right: -90%;
}

.steuer-personen-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-top: 60px;
  display: flex;
  position: absolute;
  bottom: -160px;
}

.steuer-personen-img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  object-position: 100% 0%;
  height: 570px;
  margin-left: -120px;
}

.steuer-personen-img._1 {
  z-index: 10;
  position: relative;
}

.steuer-personen-img._2 {
  z-index: 9;
  margin-left: -180px;
  position: relative;
}

.steuer-personen-img._3 {
  z-index: 8;
  margin-left: -180px;
  position: relative;
}

.steuer-personen-img._4 {
  z-index: 7;
  margin-left: -180px;
  position: relative;
}

.steuer-personen-img._5 {
  z-index: 6;
  margin-left: -180px;
  position: relative;
}

.steuer-personen-img._6 {
  z-index: 5;
  margin-left: -140px;
  position: relative;
}

.hero-headline-wrapper {
  height: 8vw;
  overflow: hidden;
}

.deticket-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-bottom: 20px;
  margin-right: auto;
  display: flex;
}

.deticket-text-wrapper._2 {
  margin-top: 70vh;
  margin-left: auto;
  margin-right: 0;
}

.deticket-text-wrapper._3 {
  margin-left: auto;
  margin-right: 0;
}

.deticket-text-wrapper.small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
}

.hero-video-embed {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.hero-video-embed.mobile {
  display: none;
}

.hero-section-video {
  background-color: var(--spd-red);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-video.max-width-section.hide {
  display: none;
}

.infotext-width {
  width: 75%;
}

.image-2 {
  height: 80px;
}

.auto-section-text {
  background-color: var(--spd-white);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.auto-section-red {
  background-color: var(--spd-red);
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.download-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.code-embed {
  color: var(--spd-white);
  width: 40px;
  height: 40px;
}

.sec-button {
  background-color: var(--spd-black);
  font-family: var(--headline-font);
  border-radius: 120px;
  padding: 16px 32px;
  font-size: 17px;
  font-weight: 800;
  line-height: 110%;
}

.strom-text-hl-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.strom-text-hl-wrapper.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.h3-style {
  color: var(--spd-black);
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Spd Thesans ExtraBold, Arial, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 110%;
}

.h3-style.text-color-white {
  color: var(--spd-white);
}

.h3-style.text-color-white.text-align-right {
  text-align: right;
}

.h3-style.text-color-black {
  color: var(--spd-black);
}

.h3-style.versal {
  text-transform: uppercase;
}

.h3-style.versal.text-color-black.no-wrap {
  white-space: nowrap;
}

.h3-style.versal.text-color-white.text-align-mid {
  text-align: center;
}

.text-color-red {
  color: var(--spd-red);
}

.div-block, .div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.main_parent {
  background-color: var(--spd-white);
  width: 100vw;
  height: 400vh;
  position: relative;
}

.sticky-wrapper {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.strom-lottie {
  width: 170%;
  margin-top: -20%;
  margin-left: -30%;
}

.spacer-strom {
  background-color: var(--spd-white);
  height: 18vw;
}

.footer-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-section.max-width-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.small-text {
  font-family: var(--copy-font);
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.small-text.text-color-white {
  color: var(--spd-white);
}

.small-text.text-color-white.text-align-left {
  text-align: left;
}

.small-text.text-color-white.text-align-right {
  text-align: right;
}

.small-text.text-color-white.text-link {
  text-decoration: none;
}

.small-text.text-color-white.text-link:hover {
  text-decoration: underline;
}

.small-text.text-color-black {
  color: var(--spd-black);
}

.small-text.text-color-black.align-text-left {
  text-align: left;
}

.small-text.text-color-black.align-text-right {
  text-align: right;
}

.h2-style-2 {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Spd Thesans ExtraBold, Arial, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 110%;
}

.h2-style-2.text-color-black {
  color: #000;
}

.number-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  display: grid;
}

.number-section-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.number-display-2 {
  color: #e3000f;
  font-family: Spd Thesans Versal ExtraBold, Arial, sans-serif;
  font-size: 45vw;
  font-weight: 800;
  line-height: 80%;
}

@media screen and (min-width: 1280px) {
  .container-max.menschen.bottom {
    margin-top: -310px;
  }

  .container-max.sch-ssel {
    justify-content: space-between;
    align-items: center;
  }

  .h1-style.text-color-white {
    font-size: 100px;
  }

  .number-display {
    font-size: 560px;
  }

  .number-grid {
    place-items: center;
  }

  .deutschland-flagge-wrapper {
    min-height: 50vh;
  }

  .sparen-text-line._1.s-desktop-hide, .sparen-text-line._2.s-desktop-hide {
    display: flex;
  }

  .lohn-display-text {
    font-size: 170px;
  }

  .extra-big {
    font-size: 300px;
  }

  .mittagsessen-section.max-width-section {
    min-height: 650px;
  }

  .mittagessen-img {
    min-height: 650px;
    margin-right: -10%;
  }

  .rente-display-text.text-color-red {
    font-size: 175px;
  }

  .rente-img {
    width: 100%;
    margin-bottom: -190px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .container-max.menschen.bottom {
    margin-top: -110px;
  }

  .container-max.roterkasten {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .container-max.flagge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-max.sch-ssel {
    justify-content: space-between;
    align-items: center;
  }

  .h2-style.versal.text-color-white.text-align-mid.infotext-width {
    width: 100%;
  }

  .h2-style.versal.text-color-white.text-align-mid.infotext-width.mobile-align-left {
    text-align: left;
  }

  .main-text {
    font-size: 18px;
  }

  .main-text.text-color-white.infotext-width.text-align-left {
    width: 100%;
  }

  .strom-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .strom-section.max-width-section.hide-desktop {
    display: none;
  }

  .strom-text-wrapper {
    width: 60%;
  }

  .strom-img {
    width: 130%;
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: -15%;
  }

  .deutschland-section {
    padding-top: 100px;
  }

  .deutschland-text-wrapper, .deutschland-text-wrapper.small, .deutschland-text-wrapper.small.auto {
    width: 100%;
  }

  .deutschland-text-wrapper.small.haus {
    width: 100%;
    margin-bottom: 0;
  }

  .madeingermany-img {
    width: 180px;
    height: 180px;
    right: auto;
  }

  .deutschland-flagge-wrapper {
    width: 90%;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menschen-lottie {
    margin-top: -200px;
  }

  .last-section.max-width-section {
    padding-bottom: 10vh;
  }

  .menschen-text-wrapper.top, .menschen-text-wrapper.bottom {
    width: 100%;
  }

  .sparen-text-line._1.tablet-hide, .sparen-text-line._2.tablet-hide {
    display: none;
  }

  .steuer-text-wrapper {
    width: 90%;
  }

  .steuer-lottie {
    flex-flow: row;
    height: auto;
    margin-bottom: -30px;
    display: flex;
    bottom: 0;
  }

  .lohn-text-wrapper {
    width: 100%;
  }

  .lohn-display-text {
    text-align: center;
  }

  .mwst-text-wrapper {
    width: 100%;
  }

  .mwst-animation {
    min-height: 40vh;
  }

  .mittagessen-img {
    margin-right: -60%;
  }

  .mietpreis-text-wrapper {
    width: auto;
    left: 10%;
  }

  .pfege-section {
    min-height: 90vh;
  }

  .pflege-text-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .rente-text-wrapper.small {
    width: 100%;
  }

  .wirtschaft-lottie {
    margin-top: 10%;
  }

  .lottie-pfeil-schuldenregeln {
    width: 80px;
    min-width: 80px;
  }

  .deutschland-background-video {
    width: 100%;
    margin-right: 0%;
  }

  .steuer-personen-wrapper {
    bottom: -100px;
  }

  .steuer-personen-img {
    height: 430px;
  }

  .steuer-personen-img._4 {
    margin-bottom: 40px;
  }

  .deticket-text-wrapper.small, .div-block {
    width: 100%;
  }

  .div-block-2 {
    width: 60%;
  }

  .strom-lottie {
    margin-top: 10%;
  }

  .small-text.text-color-white.infotext-width.text-align-left {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container-max.hero.video {
    margin-top: 24px;
    margin-bottom: 48px;
  }

  .container-max.menschen.bottom {
    margin-top: -80px;
  }

  .container-max.strom {
    margin-top: 30px;
    top: 30px;
  }

  .container-max.strom.second {
    bottom: -25vw;
  }

  .container-max.sch-ssel {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .container-max.show-mobile {
    display: flex;
  }

  .number-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .h2-style {
    font-size: 44px;
  }

  .strom-section.max-width-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .strom-text-wrapper {
    width: auto;
  }

  .strom-img {
    width: 100%;
    margin-left: 0%;
  }

  .menschen-section {
    padding-bottom: 0;
  }

  .menschen-section.max-width-section {
    min-height: auto;
  }

  .deutschland-section.max-width-section {
    padding-top: 60px;
  }

  .deutschland-text-wrapper.small.auto {
    margin-bottom: 0;
  }

  .deutschland-text-wrapper.small.haus {
    flex-flow: wrap-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .madeingermany-img {
    width: 140px;
    height: 140px;
  }

  .menschen-lottie {
    width: 180%;
    margin-top: 0;
    margin-bottom: -60px;
  }

  .sparen-text-line._1.mobile-hide, .sparen-text-line._1.hide-mobile, .sparen-text-line._2.mobile-hide, .sparen-text-line._2.hide-mobile {
    display: none;
  }

  .logo-slider-section.max-width-section._03 {
    padding-top: 20px;
  }

  .steuer-section {
    height: 115vh;
  }

  .steuer-text-wrapper {
    width: 70vw;
  }

  .steuer-lottie {
    height: auto;
  }

  .lohn-display-text {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .mwst-section.max-width-section {
    padding-top: 10%;
    overflow: hidden;
  }

  .mwst-img {
    width: auto;
    height: 115%;
  }

  .mittagsessen-section {
    min-height: auto;
  }

  .mittagessen-text-wrapper.small {
    width: 100%;
  }

  .mittagessen-img {
    height: 400px;
    position: static;
  }

  .deticket-section.max-width-section {
    min-height: 60vh;
  }

  .pfege-section {
    padding-top: 60px;
  }

  .pfege-section.max-width-section {
    min-height: auto;
  }

  .pflege-roter-balken {
    display: none;
  }

  .pflege-lottie {
    position: static;
  }

  .rente-img {
    object-fit: cover;
    object-position: 50% 0%;
    height: 370px;
    overflow: visible;
  }

  .wirtschaft-section {
    padding-top: 60px;
  }

  .wirtschaft-lottie {
    margin-top: 0%;
    position: static;
  }

  .schuldenregeln-text-wrapper.small {
    width: 100%;
  }

  .lottie-pfeil-schuldenregeln.hide-mobile {
    display: none;
  }

  .sparen-icon-divider {
    height: 32px;
  }

  .dbticket-lottie {
    width: 140%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -40%;
  }

  .steuer-personen-wrapper {
    bottom: -110px;
  }

  .steuer-personen-img {
    height: 370px;
  }

  .steuer-personen-img._4 {
    margin-bottom: 40px;
  }

  .hero-video-embed {
    aspect-ratio: 9 / 16;
  }

  .hero-video-embed.desktop {
    display: none;
  }

  .hero-video-embed.mobile {
    aspect-ratio: 9 / 16;
    display: flex;
  }

  .image-2 {
    height: 60px;
  }

  .download-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-2 {
    width: 100%;
  }

  .main_parent {
    height: 250vh;
  }

  .strom-lottie {
    margin-top: 35%;
    margin-left: -40%;
  }

  .spacer-strom {
    height: 30vw;
  }

  .h2-style-2 {
    font-size: 44px;
  }

  .number-grid-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container-max.hero.video {
    margin-bottom: 24px;
  }

  .container-max.lohn-z-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-max.last {
    margin-top: 5vh;
  }

  .h1-style {
    font-size: 12vw;
  }

  .h2-style {
    font-size: 32px;
  }

  .main-text {
    font-size: 16px;
  }

  .main-text.text-color-black.align-text-right.m-align-text-left {
    text-align: left;
  }

  .strom-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .strom-text-wrapper.second {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menschen-section.max-width-section {
    padding-bottom: 20px;
  }

  .deutschland-text-wrapper, .deutschland-text-wrapper.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .madeingermany-img {
    width: 100px;
    height: 100px;
  }

  .deutschland-flagge-wrapper {
    width: 100%;
  }

  .menschen-lottie {
    margin-top: -70px;
  }

  .last-section.max-width-section {
    min-height: 55vh;
  }

  .menschen-text-wrapper.top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menschen-text-wrapper.bottom {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .preloader-lottie {
    height: 48px;
  }

  .pfeil-lottie {
    width: 40px;
    min-width: 40px;
  }

  .pfeil-lottie.turned.mobile-notturned {
    transform: none;
  }

  .steuer-section.max-width-section {
    height: 100vh;
  }

  .steuer-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
  }

  .steuer-lottie {
    width: 280%;
    margin-left: -40%;
  }

  .mindestlohn-section.max-width-section {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 80vh;
    padding-top: 20px;
  }

  .lohn-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mindestlohn-img.lohn-z-2 {
    height: 70vh;
  }

  .lohn-bigtext-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mwst-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .mwst-animation {
    min-height: 25vh;
  }

  .mittagsessen-section.max-width-section {
    min-height: auto;
  }

  .mittagessen-text-wrapper.small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .mittagessen-img {
    height: auto;
    margin-right: 0%;
  }

  .mietpreisbremse-img {
    height: 30vh;
  }

  .mietpreis-text-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    position: static;
    top: -50px;
    left: 0%;
    right: 0%;
  }

  .deticket-section.max-width-section {
    min-height: auto;
  }

  .pfege-section {
    min-height: 70vh;
    overflow: hidden;
  }

  .pflege-roter-balken {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pflege-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .pflege-lottie {
    width: 110%;
    margin-left: -5%;
  }

  .rente-text-wrapper.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rente-img {
    height: 55vw;
  }

  .wirtschaft-section.max-width-section {
    min-height: auto;
  }

  .wirtschaft-lottie {
    position: static;
  }

  .schuldenregeln-section.max-width-section {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .schuldenregeln-text-wrapper.small {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .lottie-pfeil-schuldenregeln {
    width: 40px;
    min-width: 40px;
  }

  .hero-section-logo-img-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .sparen-icon-divider {
    height: 28px;
  }

  .steuer-personen-wrapper {
    bottom: -60px;
  }

  .steuer-personen-img {
    height: 200px;
    margin-left: -40px;
  }

  .steuer-personen-img._1 {
    margin-left: -50px;
  }

  .steuer-personen-img._2, .steuer-personen-img._3 {
    margin-left: -90px;
  }

  .steuer-personen-img._4 {
    margin-bottom: 14px;
    margin-left: -90px;
  }

  .steuer-personen-img._5, .steuer-personen-img._6 {
    margin-left: -90px;
  }

  .hero-headline-wrapper {
    height: 15vw;
  }

  .hero-headline-wrapper._2 {
    height: 27.5vw;
  }

  .deticket-text-wrapper.small {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-video-embed {
    aspect-ratio: auto;
    height: auto;
    margin-bottom: 0;
  }

  .hero-section-video.max-width-section {
    height: auto;
  }

  .image-2 {
    height: 50px;
  }

  .download-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .strom-lottie {
    width: 290%;
    margin-left: -110%;
  }

  .small-text.text-color-black.align-text-right.m-align-text-left {
    text-align: left;
  }

  .h2-style-2 {
    font-size: 32px;
  }
}


@font-face {
  font-family: 'Spd Thesans Bold';
  src: url('../fonts/SPD_TheSans_TT7_.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spd Thesans ExtraBold';
  src: url('../fonts/SPD_TheSans_TT8_.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spd Thesans Normal';
  src: url('../fonts/SPD_TheSans_TT3_.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spd Thesans Versal ExtraBold';
  src: url('../fonts/SPD_TheSans_V_TT8_.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spd Thesans Versal Bold';
  src: url('../fonts/SPD_TheSans_V_TT7_.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Spd Thesans Normal';
  src: url('../fonts/SPD_TheSans_TT5_.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}