:root {
  --linen: #ede8e3;
  --yellow-green: #a2ca17;
  --dark-turquoise: #1fc8d8;
  --pale-violet-red: #dd718f;
  --olive-drab: #4e980b;
  --white: white;
  --blue-violet: #691fd8;
  --red: #ff0030;
  --light-blue: #99b6b5;
  --blue: #003cff;
  --black: #181818;
  --light-grey: #c5d3d2;
  --kids-pink: #dbadbd;
  --kids-yellow: #efc41d;
  --kids-blue: #359abd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--linen);
  color: #333;
  font-family: Ngh b, sans-serif;
  font-size: 20px;
  line-height: 1.45em;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Azosans, sans-serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
}

.body {
  background-color: var(--linen);
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.body.rec, .body.kreislauf, .body.fachhandel, .body.batterien, .body.wege, .body.sammlegruppen, .body.recycle, .body.lithium, .body.uber, .body.sei, .body.download, .body.imp, .body.daten {
  margin-top: 0;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.replacemnet.sei {
  display: none;
}

.section-one {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1px;
  display: block;
}

.section-one.washing {
  margin-top: 0;
  display: none;
}

.section-one.green {
  background-color: var(--yellow-green);
  margin-top: 100px;
  overflow: hidden;
}

.section-one.stiftung {
  margin-top: 17px;
}

.section-one.stiftung.sei {
  margin-top: 140px;
}

.section-one.b2b {
  margin-top: 74px;
  display: block;
}

.section-one.home {
  margin-bottom: 60px;
}

.section-one.home.kreislauf {
  margin-top: 80px;
}

.section-one.home.eschrott {
  margin-top: 172px;
}

.section-one.home.startseite {
  margin-bottom: 0;
}

.section-one.reduce {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.section-one.repair {
  margin-top: 53px;
  display: none;
}

.section-one.test {
  margin-top: 220px;
}

.main-div {
  width: 100%;
  height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-turquoise);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 2fr 3fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 0;
  display: grid;
}

.section-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 36px;
  margin-bottom: 49px;
  display: block;
}

.container-5 {
  max-width: none;
  flex: 0 auto;
  margin-top: -155px;
  margin-bottom: 0;
  display: block;
}

.container-5.ber, .container-5.download {
  margin-bottom: 120px;
}

.heading-claim {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font-family: Azosans, sans-serif;
  font-size: 64px;
  font-style: italic;
  line-height: 64px;
  transform: translate(0);
}

.heading-claim.red {
  color: var(--pale-violet-red);
  text-align: center;
  margin-bottom: 30px;
  font-family: Azosans, sans-serif;
}

.heading-claim.left {
  opacity: 1;
  text-align: left;
  margin-top: 53px;
  margin-bottom: -4px;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-claim.left.elektro {
  margin-bottom: -1px;
}

.heading-claim.green {
  color: var(--olive-drab);
  text-align: center;
  margin-right: 0;
}

.heading-claim.green.p4 {
  text-align: right;
}

.heading-claim.green.home {
  margin-bottom: 20px;
}

.heading-claim.smaller {
  color: var(--dark-turquoise);
  text-align: left;
  margin-bottom: 74px;
  padding-right: 38px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}

.heading-claim.smaller.sg {
  text-transform: none;
  margin-top: 57px;
  padding-left: 37px;
  font-size: 64px;
  line-height: 72px;
}

.heading-claim.smaller.start {
  color: var(--white);
  text-align: left;
  margin-top: 52px;
  margin-bottom: 20px;
  padding-left: 561px;
  font-size: 56px;
  font-style: italic;
  font-weight: 900;
  line-height: 58px;
  position: absolute;
}

.heading-claim.smaller.start.p12 {
  color: var(--blue-violet);
  text-align: right;
  margin-top: 98px;
  padding-left: 115px;
  font-size: 48px;
  line-height: 54px;
  transform: none;
}

.heading-claim.batterien {
  color: var(--blue-violet);
  text-align: center;
  margin-bottom: 30px;
  font-size: 64px;
}

.heading-claim.left {
  text-align: left;
  margin-bottom: 102px;
  padding-bottom: 0;
}

.heading-claim.left.ru {
  color: var(--red);
  text-transform: none;
  margin-top: 241px;
  margin-bottom: -24px;
  padding-left: 50px;
  font-family: Ngh b, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.heading-claim.left.ru-2 {
  color: var(--red);
  text-transform: none;
  margin-top: 0;
  margin-bottom: -24px;
  padding-left: 50px;
  font-family: Ngh b, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

.heading-claim.br {
  color: var(--yellow-green);
  text-align: left;
  text-transform: none;
  margin-top: -109px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-left: 38px;
  font-family: azo-sans-web;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
}

.heading-claim.br.akkus {
  color: var(--white);
  font-family: Azosans, sans-serif;
}

.heading-claim.uber {
  color: var(--dark-turquoise);
  text-align: left;
  margin-bottom: 37px;
  padding-left: 12px;
  font-size: 56px;
  line-height: 56px;
}

.heading-claim.uber.sub {
  color: var(--olive-drab);
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.heading-claim.uber.sub.wht {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 8px 0 0 10px;
  font-size: 32px;
}

.heading-claim.uber.sub.wht.teil {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 51px;
}

.heading-claim.uber.sub.wht.teil.sei-dabei {
  color: var(--pale-violet-red);
  padding-left: 0;
}

.heading-claim.uber.sub.zwei, .heading-claim.uber.sub.lila, .heading-claim.uber.zwei {
  color: var(--blue-violet);
}

.heading-claim.uber.zwei.dat {
  margin-top: 140px;
  padding-left: 1px;
}

.heading-claim.uber.zwei.dat-2 {
  padding-left: 1px;
}

.heading-claim.uber.teil {
  color: var(--pale-violet-red);
  margin-bottom: 40px;
}

.heading-claim.uber.ear {
  color: var(--olive-drab);
  margin-bottom: 40px;
}

.heading-claim.uber.zwei-2 {
  color: var(--blue-violet);
}

.heading-claim.uber.zwei-2.dat {
  margin-top: 140px;
  padding-left: 1px;
}

.heading-claim.uber.zwei-2.dat-2 {
  padding-left: 1px;
}

.heading-claim.finder {
  color: var(--light-blue);
  text-align: center;
}

.heading-claim.sec-1 {
  text-align: right;
  margin: 40px 0;
  padding-left: 0;
  font-family: Azosans, sans-serif;
  font-style: italic;
  font-weight: 700;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-claim.sec-1.wert {
  float: right;
  text-align: right;
}

.heading-claim.u1 {
  color: var(--dark-turquoise);
  text-align: right;
  font-size: 42px;
  line-height: 48px;
}

.heading-claim.download {
  background-color: var(--light-blue);
  text-align: center;
  padding-top: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.heading-claim.download.zwei {
  background-color: var(--dark-turquoise);
}

.heading-claim.download.zwei.color-blue {
  background-color: var(--blue);
}

.heading-claim.download.textbausteine {
  background-color: var(--blue-violet);
}

.heading-claim.download.logos {
  background-color: var(--pale-violet-red);
}

.heading-claim.download.logos.sammel {
  background-color: var(--blue-violet);
}

.heading-claim.download.online {
  background-color: var(--red);
}

.heading-claim.download.schul {
  background-color: var(--yellow-green);
}

.heading-claim.dl {
  text-align: left;
}

.heading-claim.dl.top {
  color: var(--black);
  font-size: 36px;
  font-weight: 900;
}

.container-7 {
  justify-content: flex-end;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.container-7.navmenu {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 200px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-main {
  z-index: 99999;
  transform-style: preserve-3d;
  margin-top: 196px;
  margin-left: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-main.kreislauf {
  margin-top: 193px;
}

.section-main.esschrott {
  margin-top: 195px;
}

.section-main.recycling {
  margin-top: -9px;
}

.section-main.fachhandel {
  margin-top: 48px;
}

.section-main.reduce {
  margin-top: 49px;
}

.brand-2 {
  width: 160px;
  height: 160px;
  background-color: #fff;
  background-image: url('../images/plan-e-p-500.jpeg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-left: 40px;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 0;
  display: block;
  position: static;
  transform: translate(0);
}

.brand-2.rec {
  margin-top: -160px;
}

.text-block {
  color: #fff;
  text-align: right;
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: neue-haas-grotesk-display;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.text-block.imp {
  color: var(--black);
  margin-top: 84px;
  font-weight: 500;
  line-height: 26px;
}

.text-block.imp.dat {
  text-align: left;
  font-family: "Ngh 55", sans-serif;
}

.text-block.reduce {
  color: var(--blue);
  text-align: left;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.text-block.reduce.violet {
  color: var(--blue-violet);
  margin-bottom: 40px;
  font-family: "Ngh 55", sans-serif;
}

.text-block.reduce.blue {
  margin-bottom: 35px;
  font-family: "Ngh 55", sans-serif;
}

.text-block.home.eschrott {
  font-family: Ngh b, sans-serif;
}

.button {
  width: 180px;
  height: 40px;
  background-color: var(--white);
  color: var(--dark-turquoise);
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  padding-top: 11px;
  padding-left: 11px;
  font-family: Azosans, sans-serif;
  font-size: 20px;
}

.button:hover {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.button.sec1 {
  text-align: center;
  margin: 40px 0 60px auto;
  font-family: Azosans, sans-serif;
  font-weight: 700;
  display: block;
}

.button.sec1:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.button.sec1.wertstoff {
  padding-bottom: 40px;
}

.container-8 {
  height: 80px;
  max-width: none;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 40px;
  font-family: Ngh b, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-2.red {
  color: var(--red);
  text-align: left;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 62px;
  font-family: Ngh b, sans-serif;
}

.text-block-2.green {
  color: var(--olive-drab);
  text-align: left;
  margin-bottom: 0;
  margin-left: -130px;
  font-size: 26px;
}

.text-block-2.green.p9 {
  margin-left: 0;
}

.text-block-2.handel {
  color: var(--light-blue);
  text-align: right;
  padding-top: 0;
  padding-left: 120px;
  padding-right: 53px;
}

.text-block-2.batterien {
  text-align: center;
}

.text-block-2.greenwhite {
  color: var(--white);
  text-align: left;
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 14px;
  padding-right: 95px;
}

.text-block-2.greenwhite.home.centered {
  line-height: 28px;
}

.text-block-2.left {
  color: var(--white);
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-2.left._2t {
  width: 300px;
  height: 300px;
  color: var(--white);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.text-block-2.left._2t.st {
  color: var(--blue-violet);
}

.text-block-2.left._2t.eschrott {
  font-size: 14px;
  font-weight: 600;
}

.text-block-2.left.rc {
  color: var(--white);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.text-block-2.left.rc.r {
  color: var(--light-blue);
  text-transform: uppercase;
  margin: 54px -31px 15px -12px;
  padding-left: 14px;
  padding-right: 0;
  font-family: Azosans, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.text-block-2.left.rc.blk {
  color: var(--black);
}

.text-block-2.left.rc.r-2 {
  color: var(--light-blue);
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  font-family: Azosans, sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 34px;
}

.text-block-2.left.rc.blk-2 {
  color: var(--black);
  padding-left: 0;
  padding-right: 0;
}

.text-block-2.left.sg {
  text-align: center;
}

.text-block-2.left.sg.m {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-top: 79px;
  margin-bottom: -4px;
  margin-left: -25px;
  font-family: Azosans, sans-serif;
  font-style: italic;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-2.left.sg.m.gruppe6 {
  margin-top: 58px;
}

.text-block-2.left.sg.r {
  color: var(--white);
  text-align: left;
  font-size: 18px;
}

.text-block-2.left.sg.r.row2 {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.text-block-2.left.sg.r.row3 {
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
}

.text-block-2.left.sg.r.row3.white {
  color: var(--white);
  text-align: center;
  margin-top: -80px;
  margin-left: 25px;
  position: absolute;
}

.text-block-2.left.sg.r.row3.white.gruppe4 {
  margin-top: -125px;
}

.text-block-2.left.sg.r.row3.white.gruppe5 {
  margin-top: -175px;
}

.text-block-2.left.sg.r.row4 {
  color: var(--black);
  padding-left: 39px;
  font-size: 16px;
  line-height: 24px;
}

.text-block-2.left.ba {
  color: var(--black);
  text-align: left;
  padding-top: 0;
  padding-left: 37px;
  padding-right: 193px;
  font-size: 18px;
  line-height: 26px;
}

.text-block-2.left.ba.big {
  color: var(--blue-violet);
  text-transform: none;
  padding-top: 8px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-2.left.uber._2t {
  padding-top: 0;
  display: block;
}

.text-block-2.left.uber._2t.blk {
  color: var(--black);
}

.text-block-2.left.uber._2t.blk.ear {
  padding-left: 1px;
}

.text-block-2.left.uber._2t.blk.kontakt {
  padding-top: 20px;
}

.text-block-2.left.uber._2t.blk.kontakt.leer {
  margin-left: -23px;
  padding-top: 20px;
}

.text-block-2.left.uber._2t.blk.sei-dabei, .text-block-2.left.uber._2t.kontakt.blk {
  padding-top: 20px;
}

.text-block-2.left.franzi {
  line-height: 28px;
}

.text-block-2.left.franzi._40 {
  display: none;
}

.text-block-2.mid {
  color: var(--dark-turquoise);
  margin-bottom: 0;
  font-family: azo-sans-web;
  font-size: 20px;
  font-style: italic;
  display: block;
}

.text-block-2.right {
  color: var(--black);
  margin-top: 22px;
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-2.right._2t {
  text-align: left;
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  padding-right: 34px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
}

.text-block-2.right._2t.eschrott {
  font-family: Azosans, sans-serif;
}

.text-block-2.right.batterien {
  text-align: left;
  margin-top: 17px;
  padding-left: 20px;
}

.text-block-2.right.batterien.sub {
  text-align: center;
}

.text-block-2.right-2 {
  color: var(--black);
  margin-top: 22px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-2.right-2._2t {
  text-align: left;
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  padding-right: 34px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
}

.text-block-2.right-2._2t.eschrott {
  font-family: Azosans, sans-serif;
}

.text-block-2.right-2.batterien {
  text-align: left;
  margin-top: 17px;
  padding-left: 20px;
}

.text-block-2.right-2.batterien.sub {
  text-align: center;
}

.text-block-2.right-2 {
  color: var(--black);
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-2.right-2._2t {
  text-align: left;
  text-transform: uppercase;
  align-items: center;
  margin-top: 20px;
  padding-right: 34px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
}

.text-block-2.right-2._2t.eschrott {
  font-family: Azosans, sans-serif;
}

.text-block-2.right-2.batterien {
  text-align: left;
  margin-top: 17px;
  padding-left: 20px;
}

.text-block-2.right-2.batterien.sub {
  text-align: center;
}

.cta {
  background-color: var(--pale-violet-red);
  color: var(--white);
  text-transform: uppercase;
  padding-right: 13px;
  font-family: Azosans, sans-serif;
  font-size: 18px;
}

.cta:hover {
  background-color: var(--white);
}

.cta.red {
  float: left;
  background-color: var(--red);
  text-align: right;
  margin-bottom: 30px;
  margin-left: 36px;
  margin-right: 49px;
  padding-left: 14px;
  padding-right: 15px;
}

.cta.red.handel {
  text-align: center;
  margin: 0 16px 82px -8px;
  padding-left: 15px;
}

.cta.red.handel:hover {
  background-color: var(--white);
  color: var(--red);
}

.cta.red.start {
  margin-left: 0;
}

.cta.red.start:hover {
  background-color: var(--white);
  color: var(--red);
}

.cta.green {
  background-color: var(--yellow-green);
  margin-bottom: 40px;
}

.cta.green:hover {
  color: var(--olive-drab);
  background-color: rgba(0, 0, 0, 0);
}

.cta.b-gel {
  background-color: var(--red);
  text-align: left;
  margin-top: 3px;
  margin-right: 0;
  padding: 9px 15px;
  position: static;
}

.cta.b-gel._3, .cta.b-gel._3.u, .cta.b-gel._3.m {
  margin-top: -7px;
}

.cta.b-gel.m {
  direction: rtl;
  text-align: left;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  margin-top: 46px;
  text-decoration: none;
}

.cta.velvet {
  background-color: var(--blue-violet);
}

.cta.velvet:hover {
  background-color: var(--white);
  color: var(--blue-violet);
}

.cta.home {
  background-color: var(--black);
  margin-bottom: 75px;
  font-weight: 700;
}

.cta.home:hover {
  background-color: var(--white);
  color: var(--black);
}

.cta.home.alt {
  display: none;
}

.cta.imp {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  margin-top: -5px;
  line-height: 8px;
}

.cta.nav {
  background-color: var(--black);
  margin-bottom: 2px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.cta.finder {
  background-color: var(--olive-drab);
  margin-top: 40px;
  padding-top: 10px;
}

.cta.finder:hover {
  background-color: var(--white);
  color: var(--olive-drab);
}

.cta.elektro {
  background-color: var(--white);
  color: var(--yellow-green);
  margin-left: 14px;
}

.cta.elektro:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.cta.p12 {
  background-color: var(--blue-violet);
  margin-top: 39px;
  margin-left: 18px;
  padding-left: 15px;
}

.cta.p12:hover {
  color: var(--blue-violet);
  background-color: rgba(0, 0, 0, 0);
}

.cta.imp-2 {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  line-height: 8px;
}

.container-10 {
  text-align: center;
  margin-bottom: 60px;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--red);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 24px;
  padding-left: 28px;
  display: grid;
}

.div-block-5.sine {
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.div-block-5.sans-grid {
  padding-bottom: 3px;
  padding-left: 260px;
  padding-right: 200px;
  display: block;
}

.div-block-5.sans-grid.green {
  background-color: var(--yellow-green);
  padding-left: 260px;
  display: flex;
}

.div-block-6 {
  max-width: none;
  background-color: var(--light-grey);
  text-align: center;
  margin-bottom: 0;
  padding: 46px 200px 0 260px;
}

.heading {
  text-align: right;
  font-family: Azosans, sans-serif;
}

.heading.red {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Azosans, sans-serif;
  font-size: 32px;
  font-style: italic;
  line-height: 30px;
}

.heading.red.p12 {
  text-align: left;
  margin-top: 43px;
  margin-bottom: 56px;
  padding-left: 106px;
  font-family: Azosans, sans-serif;
  font-size: 42px;
  line-height: 44px;
}

.heading.red.tv {
  color: var(--blue-violet);
  text-align: left;
  margin-top: 18px;
  font-size: 20px;
  display: block;
  position: relative;
}

.heading.red.tv.angle {
  margin-top: -45px;
  transform: skew(0deg, -6deg);
}

.heading.u1 {
  color: var(--blue);
  font-size: 28px;
}

.column-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 160px;
  padding-left: 23px;
  font-size: 18px;
}

.container-11 {
  text-align: center;
  margin-bottom: 0;
}

.container-12 {
  justify-content: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.div-block-7 {
  margin-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 100%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon {
  margin-top: -35px;
  font-size: 42px;
}

.column-4 {
  background-color: var(--light-blue);
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-4.start {
  z-index: auto;
  height: 450px;
  transform-style: preserve-3d;
  display: flex;
  transform: translate3d(0, 0, 29px);
}

.column-4.start.p12 {
  perspective: none;
  background-color: rgba(0, 0, 0, 0);
  transform: translate(0);
}

.column-5 {
  height: 450px;
  background-color: var(--light-blue);
  transform-style: preserve-3d;
  padding-bottom: 22px;
  transform: translate3d(0, 0, -5px);
}

.column-5.p12 {
  z-index: -100;
  background-color: var(--dark-turquoise);
  transform: none;
}

.container-13 {
  max-width: none;
  margin-bottom: -60px;
}

.container-13._12 {
  margin-bottom: 50px;
  position: relative;
}

.image-2 {
  margin-top: 0;
  margin-left: -14px;
  margin-right: 84px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-2.batteries {
  width: 360px;
  height: 240px;
  object-fit: contain;
}

.image-3 {
  text-align: center;
}

.column-6 {
  height: 300px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-6.uber {
  background-color: var(--light-blue);
}

.column-6.uber.kontakt {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.column-6.teil {
  height: 300px;
  background-color: var(--red);
}

.column-6.ear {
  background-color: rgba(0, 0, 0, 0);
}

.column-6.imp {
  height: 200px;
  background-color: var(--light-grey);
}

.column-6.imp._2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.column-7 {
  background-color: var(--olive-drab);
  padding-top: 0;
}

.column-7._2t {
  background-color: rgba(0, 0, 0, 0);
}

.column-7.uber {
  background-color: var(--light-grey);
}

.column-7.uber.kontakt {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.column-7.teil {
  background-color: var(--pale-violet-red);
}

.column-7.teil.sei-dabei, .column-7.ear {
  background-color: rgba(0, 0, 0, 0);
}

.column-7.imp {
  height: 200px;
  background-color: var(--light-blue);
  margin-bottom: -2px;
  padding-top: 65px;
  padding-bottom: 0;
  padding-left: 19px;
  display: block;
}

.column-7.imp._2, .column-7.e-schrott {
  background-color: rgba(0, 0, 0, 0);
}

.column-7.imp-2 {
  height: 200px;
  background-color: var(--light-blue);
  flex-direction: column;
  justify-content: center;
  padding-left: 19px;
  display: flex;
}

.column-7.imp-2._2 {
  background-color: rgba(0, 0, 0, 0);
}

.columns-2 {
  margin-bottom: 0;
  display: block;
}

.columns-2.uber {
  align-items: flex-start;
}

.columns-2.imp {
  margin-top: 0;
  display: block;
}

.columns-2.imp.imprint {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.columns-2.video {
  display: block;
}

.image-8 {
  margin-top: 0;
  padding-top: 0;
}

.image-9 {
  padding-bottom: 96px;
}

.section-4 {
  transform-style: preserve-3d;
  margin-top: 40px;
  margin-bottom: 100px;
}

.section-4.fachh-ndler {
  margin-bottom: 0;
}

.section-5 {
  justify-content: center;
  margin-top: 37px;
  margin-bottom: 200px;
  display: flex;
}

.section-5.finder {
  display: none;
}

.section-inter2 {
  height: 480px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
}

.section-inter2.iron {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
}

.image-10 {
  width: 70%;
  height: 70%;
  text-align: center;
  margin-top: -139px;
  margin-left: 5px;
  display: none;
  position: static;
}

.container-15 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-11 {
  width: 720px;
  height: 500px;
  opacity: 1;
  transform-style: preserve-3d;
  margin-top: -167px;
  position: relative;
  transform: translate3d(0, 0, -5px);
}

.div-block-9 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 184px;
  display: flex;
  position: absolute;
  transform: rotate(-9deg);
}

.section-6 {
  display: none;
}

.section-impressum {
  height: 75vh;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  transform: translate(0);
}

.section-impressum.impressum-startseite {
  margin-top: 40px;
}

.container-16, .container-17, .container-19 {
  max-width: none;
}

.div-block-11 {
  width: 300px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-11.left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.left._2t {
  background-color: var(--pale-violet-red);
}

.div-block-11.left.sg {
  width: 100%;
  height: 300px;
}

.div-block-11.left.sg.row2 {
  background-color: var(--yellow-green);
}

.div-block-11.left.sg.row2.sammel {
  background-color: var(--blue);
  padding-top: 35px;
  padding-left: 21px;
  display: block;
}

.div-block-11.left.ba {
  height: 290px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/phones_1.png');
  background-position: 0 0;
  background-size: contain;
  margin-bottom: 0;
}

.div-block-11.left.st, .div-block-11.left.uber.kontakt {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-11.left.teil {
  background-color: var(--pale-violet-red);
}

.div-block-11.left.teil.sei-dabei {
  background-image: url('../images/tonne_lang.gif');
  background-position: 50%;
  background-size: auto;
}

.div-block-11.left.ear {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-11.left.imp {
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
}

.div-block-11.left.imp._2 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-11.middle {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.middle._2t {
  width: 100%;
  height: 100%;
}

.div-block-11.middle._2t.row1, .div-block-11.middle._2t.row2 {
  background-color: var(--blue);
}

.div-block-11.middle._2t.row2.sammel {
  background-color: var(--dark-turquoise);
  display: flex;
}

.div-block-11.middle._2t.trans {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-11.right {
  background-color: var(--light-blue);
  background-image: url('../images/Franzi_1.gif');
  background-position: 0%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11.right._2t {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
}

.div-block-11.right._2t.ohne-franzi {
  background-image: none;
  align-items: flex-start;
}

.div-block-11.right.sg {
  width: 100%;
  height: 100%;
}

.div-block-11.right.sg.row1 {
  background-image: none;
}

.div-block-11.right.sg.row2 {
  background-color: var(--dark-turquoise);
  background-image: none;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-11.right.sg.row2.sammel {
  background-color: var(--light-blue);
}

.div-block-11.right.franzi {
  background-position: 50%;
}

.div-block-11.right.franzi.zwei {
  display: none;
}

.column-8 {
  background-color: #99b6b5;
  margin-bottom: 0;
  padding-bottom: 0;
}

.column-8.l {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.text-block-3 {
  color: #181818;
  text-align: center;
  margin-bottom: 40px;
  font-family: neue-haas-grotesk-display;
  font-size: 22px;
  line-height: 32px;
}

.text-block-3.batterien {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 40px;
  padding-right: 40px;
  font-family: "Ngh 55", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.text-block-3.klassiker {
  color: var(--black);
  text-align: left;
  margin: 32px 2px 19px 0;
  padding: 40px 40px 40px 15px;
  font-family: "Ngh 55", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.text-block-3.klassiker.ba {
  font-weight: 500;
}

.text-block-3.klassiker.br {
  color: var(--black);
  margin-bottom: 38px;
  font-weight: 500;
}

.text-block-3.klassiker.br.wht {
  color: var(--white);
  padding-top: 24px;
  padding-left: 35px;
}

.text-block-3.red {
  color: #ff0030;
  text-align: left;
  padding-top: 5px;
  padding-left: 13px;
  padding-right: 62px;
}

.text-block-3.red.ru {
  color: var(--white);
  padding-top: 0;
  padding-left: 62px;
  padding-right: 88px;
  font-family: "Ngh 55", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-3.red.ru.bottom {
  color: var(--red);
  margin-top: 60px;
}

.text-block-3.batterien-2 {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Ngh 55", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.container-20 {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.container-20.recycling {
  margin-top: 220px;
}

.container-20.g1 {
  display: block;
}

.container-20.g2.alt {
  display: none;
}

.column-9 {
  background-color: var(--light-grey);
  justify-content: flex-end;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-9.r {
  background-color: rgba(0, 0, 0, 0);
}

.column-10 {
  justify-content: flex-end;
  padding-left: 9px;
  padding-right: 0;
  display: flex;
}

.text-span-3 {
  font-weight: 600;
}

.container-21 {
  margin-top: 0;
}

.container-21.uber {
  display: block;
}

.container-21.uber.download {
  display: none;
}

.div-block-12 {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 10px;
  margin-right: -9px;
}

.div-block-12.ba {
  background-color: var(--blue-violet);
}

.div-block-12.ba.wht {
  background-color: var(--white);
  margin-bottom: 20px;
}

.div-block-12.ba.wht.hinweis.top {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -49px;
}

.div-block-12.ba.leer, .div-block-12.br {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-12.br.blk {
  background-color: var(--yellow-green);
  text-align: right;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-12.illegal {
  margin-bottom: 66px;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
}

.grid.row1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-14, .image-15, .image-16, .image-17, .image-18 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-13 {
  text-align: center;
  background-color: #99b6b5;
  margin-bottom: 0;
  padding-top: 46px;
  padding-left: 19px;
}

.div-block-13.trans {
  background-color: #c5d3d2;
}

.div-block-13.trans.ru {
  background-color: var(--red);
}

.div-block-13.trans.ru.gray {
  background-color: var(--light-blue);
}

.div-block-13.leer {
  background-color: rgba(0, 0, 0, 0);
}

.section-one-2 {
  height: auto;
  background-color: #ede8e3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -62px;
  margin-bottom: 100px;
  display: block;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #ff0030;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 24px;
  padding-left: 28px;
  display: grid;
}

.div-block-14.sans-grid {
  display: block;
}

.div-block-14.sans-grid.ru, .div-block-14.sans-grid.ru-2 {
  background-color: rgba(0, 0, 0, 0);
}

.div-block-14.sine {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.heading-2.ru {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  padding-left: 64px;
  font-family: neue-haas-grotesk-display;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.heading-2.ru.red {
  text-align: left;
}

.heading-2.ru.red.rechts {
  color: var(--red);
  text-align: right;
  text-transform: uppercase;
  margin-right: 33px;
  font-family: Ngh b, sans-serif;
  font-size: 26px;
  font-style: italic;
}

.heading-2.ru.red.rechts.grey {
  color: var(--light-blue);
  font-family: Ngh b, sans-serif;
}

.container-home {
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.container-home.download {
  display: none;
}

.container-home.illegal {
  margin-top: 98px;
}

.column-11 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-19 {
  text-align: left;
}

.column-12, .column-13 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span-4 {
  text-transform: uppercase;
  font-weight: 900;
}

.text-span-4.blue {
  text-align: left;
  text-transform: none;
  font-family: Azosans, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 42px;
}

.columns-3 {
  padding-bottom: 0;
}

.image-20 {
  text-align: right;
  margin-top: -72px;
  margin-right: 44px;
  position: relative;
}

.container-23 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: -22px;
  padding-top: 0;
  padding-left: 10px;
  display: block;
}

.container-23.dlonly {
  display: none;
}

.div-block-15 {
  background-color: var(--dark-turquoise);
  margin-top: 41px;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.div-block-15.teil {
  background-color: var(--red);
  align-items: flex-end;
  display: flex;
}

.div-block-15.teil.sei-dabei {
  background-color: rgba(0, 0, 0, 0);
}

.image-23 {
  max-width: none;
  flex: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 0;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-top: 33px;
  display: flex;
}

.text-small-teil {
  color: var(--red);
  font-family: Ngh b, sans-serif;
  font-weight: 600;
}

.image-24 {
  margin-left: 40px;
  padding-left: 0;
}

.image-25 {
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-4 {
  text-align: center;
}

.text-block-4.imp {
  margin-top: 16px;
  margin-bottom: 12px;
  padding-bottom: 0;
  font-family: Ngh b, sans-serif;
  font-weight: 600;
}

.image-26 {
  padding-left: 10px;
}

.nav-menu {
  z-index: 999;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 10px;
  margin-left: auto;
  display: block;
  position: relative;
}

.navbar-2 {
  z-index: 9999;
  max-width: 100%;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 300px;
  bottom: auto;
}

.navigationdiv {
  margin-top: 200px;
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
}

.section-1 {
  background-color: var(--dark-turquoise);
  margin-top: -34px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-1.rfuug {
  margin-top: 0;
  margin-bottom: 40px;
  display: none;
}

.column-15 {
  min-height: 550px;
  align-items: flex-end;
  padding-bottom: 31px;
  padding-right: 0;
  display: flex;
}

.column-16 {
  min-height: 400px;
  padding-left: 33px;
}

.image-30 {
  width: 480px;
  height: 360px;
  margin-right: -77px;
  position: absolute;
}

.image-31 {
  width: 480px;
  height: 360px;
  position: absolute;
}

.section-5n {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  align-self: flex-end;
  align-items: flex-end;
  margin-left: 102px;
  display: flex;
}

.text-span-10 {
  text-transform: uppercase;
}

.div-block-18 {
  display: block;
}

.column-17 {
  height: 300px;
  background-color: var(--red);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-5 {
  color: var(--blue-violet);
  margin-top: 21px;
  padding-left: 20px;
  padding-right: 38px;
  font-family: Ngh b, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.image-33 {
  margin-top: 100px;
  margin-left: -223px;
}

.image-34 {
  width: 70%;
  margin-left: -27px;
}

.image-35 {
  margin-bottom: 31px;
  padding-left: 11px;
}

.columns-4 {
  display: none;
}

.container-30 {
  text-align: center;
}

.image-38 {
  margin-left: 42px;
}

.menu-button-2 {
  z-index: 19999;
  margin-top: 32px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.image-42 {
  position: absolute;
}

.text-block-6 {
  margin-top: -159px;
}

.link {
  font-family: Ngh b, sans-serif;
}

.container-kontakt {
  font-family: Ngh b, sans-serif;
  display: block;
}

.container-kontakt.dl {
  display: none;
}

.text-block-7 {
  margin-top: 24px;
  font-family: neue-haas-grotesk-display;
}

.text-block-7.download {
  padding-left: 12px;
}

.text-block-8 {
  margin-bottom: 28px;
  padding-bottom: 0;
  padding-left: 10px;
  font-family: neue-haas-grotesk-display;
  font-weight: 500;
}

.text-block-8.uber {
  font-family: "Ngh 55", sans-serif;
}

.textlink {
  color: var(--white);
}

.image-43 {
  margin-top: 44px;
}

.div-block-27 {
  width: 66%;
  height: 550px;
  background-color: var(--dark-turquoise);
  margin-top: -2px;
  margin-left: 212px;
  display: block;
  position: absolute;
}

.text-block-10 {
  font-family: "Neuehaas 55";
}

.text-block-10.franzi {
  color: var(--dark-turquoise);
  text-align: center;
  margin-top: 96px;
  font-family: Azosans, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 600;
  line-height: 28px;
}

.text-block-10.franzi.zwei {
  display: none;
}

.div-block-28 {
  background-color: var(--white);
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 6px;
}

.columns-5 {
  perspective: 40px;
  position: relative;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

.container-34 {
  margin-top: 0;
}

.image-47 {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.col.left, .col.mid, .col.right {
  flex: 1;
}

.colwrapper {
  margin-bottom: 40px;
  padding-left: 9px;
  display: flex;
}

.square.violet {
  background-color: var(--blue-violet);
  color: var(--white);
}

.text-span-11 {
  text-transform: uppercase;
  font-family: Ngh b, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.text-span-12 {
  font-size: 36px;
}

.image-48 {
  text-align: center;
  margin-left: 60px;
  padding-left: 0;
  display: block;
}

.column-20 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-32 {
  justify-content: flex-end;
  display: flex;
}

.image-49 {
  object-fit: contain;
  margin-top: 297px;
  margin-left: -15px;
  margin-right: -42px;
  padding-left: 0;
  padding-right: 0;
}

.container-37 {
  display: block;
}

.div-block-33 {
  justify-content: center;
  display: flex;
}

.image-50 {
  width: 70%;
  height: 70%;
  margin-top: 222px;
  margin-bottom: 38px;
}

.text-span-13 {
  color: var(--blue);
}

.colreplacement {
  display: none;
}

.container-40 {
  margin-top: 116px;
}

.container-42, .image-54 {
  display: none;
}

.container-43 {
  background-color: var(--dark-turquoise);
}

.text-block-11 {
  padding-left: 20px;
  padding-right: 494px;
  font-family: neue-haas-grotesk-display;
  font-weight: 600;
}

.container-44 {
  display: none;
}

.videotitle {
  color: var(--blue-violet);
  margin-bottom: 17px;
  padding-bottom: 0;
  padding-left: 13px;
  font-family: Azosans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.container-46 {
  margin-top: 49px;
}

.youtube, .youtube-2 {
  margin-bottom: 15px;
}

.columns-8 {
  display: block;
}

.section.download {
  margin-top: 40px;
}

.div-block-40 {
  height: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
}

.image-57 {
  margin-top: 20px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto;
}

.text-bu-down {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: "Ngh 55", sans-serif;
  font-size: 18px;
  font-style: normal;
}

.text-bu-down.recycling {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-bu-down.eschrott {
  margin-top: 20px;
  padding-top: 0;
}

.link-block-4 {
  padding-top: 40px;
  text-decoration: none;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.column-23 {
  align-items: flex-end;
  display: block;
}

.clean-t-flex-column {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}

.clean-t-flex-column.inside-column {
  padding-left: 0;
  padding-right: 0;
}

.clean-t-flex-column.fluent {
  width: 50%;
  flex: none;
}

.clean-t-flex-column.fluent._25 {
  width: 25%;
  flex: none;
}

.clean-t-flex-column.fluent._33 {
  width: 33.3333%;
  flex: none;
}

.clean-t-flex-column._50 {
  width: 50%;
  flex: none;
}

.clean-t-flex-column._33 {
  width: 33.3333%;
  flex: none;
}

.clean-t-flex-column.shrink {
  flex: none;
}

.clean-t-flex-column.column-br-eauto {
  width: 58%;
  flex: none;
}

.clean-t-flex-column.column-kids-intro-text {
  width: 51%;
  flex: none;
}

.clean-t-flex-column.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.clean-t-flex-column.column-new {
  padding: 15px;
}

.clean-t-flex-column.column-new.column-start-kurz-die-basics {
  width: 48%;
  flex: none;
}

.clean-t-flex-column.column-new.shrink {
  flex: 0 auto;
}

.clean-t-flex-column.column-new.p-30 {
  padding: 30px;
}

.clean-t-flex-column.column-new.p-30.column-start-2mil-tonnen-eschrot-text {
  width: 40%;
}

.clean-t-flex-column.column-new.column-start-2mil-tonnen-eschrot-text {
  flex: none;
}

.clean-t-pre-h2-template {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.clean-t-pre-h2-template.grid {
  color: #1194f6;
}

.clean-t-pre-h2-template.elements {
  color: #00bcd6;
}

.clean-t-pre-h2-template.functions {
  color: #9d1bb2;
}

.clean-t-container {
  position: relative;
}

.clean-t-h2-template {
  color: #4b4b4b;
  text-align: center;
  letter-spacing: -.5px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 55px;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4em;
}

.clean-t-h2-template.follow-desc {
  margin-bottom: 0;
}

.style-section {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.style-section.off {
  background-color: #f8f8f8;
  border-top: 1px solid rgba(0, 0, 0, .05);
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.style-section.allow-overflow {
  overflow: visible;
}

.style-column-fill {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  background-color: rgba(17, 148, 246, .4);
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.style-column-fill.style-fluent-content {
  height: 100%;
  background-color: rgba(17, 148, 246, .7);
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.style-column-fill.style-fluent-content.flex {
  height: auto;
  background-color: rgba(17, 148, 246, .7);
  padding-top: 15px;
  padding-bottom: 15px;
}

.style-column-fill.inside-content-fill {
  border-radius: 5px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.clean-t-flex-row {
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
}

.clean-t-flex-row.wrapped {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.clean-t-flex-row.wrapped.style {
  margin-bottom: 10px;
}

.clean-t-flex-row.inside-row {
  margin-left: 0;
  margin-right: 0;
}

.clean-t-flex-row.g-kids-was {
  grid-column-gap: 190px;
  grid-row-gap: 30px;
  margin-left: 0;
  margin-right: 0;
}

.clean-t-flex-row.row-new {
  margin: -15px;
}

.clean-t-flex-row.row-new.m-30 {
  margin: -30px;
}

.clean-t-custom-column {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.clean-t-custom-column._40 {
  width: 40%;
}

.clean-t-custom-column._33 {
  width: 33.33%;
}

.clean-t-custom-column._75 {
  width: 75%;
}

.clean-t-custom-column._50 {
  width: 50%;
}

.clean-t-custom-column._50.inside-column {
  padding-left: 0;
  padding-right: 0;
}

.clean-t-custom-column.fluent {
  margin-bottom: 10px;
}

.clean-t-custom-column.fluent._25 {
  width: 25%;
}

.clean-t-custom-column.fluent._25.style {
  height: 50px;
}

.clean-t-custom-column.fluent._33 {
  width: 33.33%;
}

.clean-t-custom-column.fluent._33.style {
  height: 50px;
}

.clean-t-custom-column._66 {
  width: 66.66%;
}

.clean-t-custom-column._100 {
  width: 100%;
}

.clean-t-custom-column._25 {
  width: 25%;
}

.clean-t-custom-column._20 {
  width: 20%;
}

.clean-t-custom-row {
  margin-left: -10px;
  margin-right: -10px;
}

.clean-t-custom-row.inside-row {
  margin-left: 0;
  margin-right: 0;
}

.clean-t-custom-row.style {
  margin-bottom: 10px;
}

.elements-tooltip-text-div {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  padding: 10px 10px 5px 15px;
}

.elements-tooltip-text-div.off-tooltip {
  background-color: #f8f8f8;
}

.clean-t-lists-content-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.clean-t-ul-bg-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.clean-t-li-bg-icon {
  background-image: url('../images/icon_tick_turquoise.svg');
  background-position: 6px 4px;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.clean-t-white-surface {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .07);
}

.clean-t-white-surface.style {
  padding: 25px 15px;
}

.clean-t-list-symbol-div {
  flex: none;
}

.clean-t-list-symbol-div.style {
  color: #00bcd6;
  text-align: right;
  padding-left: 5px;
  padding-right: 10px;
}

.clean-t-list-content-div {
  flex: 1;
}

.clean-t-list-parent {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.list-symbol-icon {
  display: block;
}

.list-symbol-icon.style-tick {
  margin-top: 4px;
}

.style-paragraph {
  color: #333;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45em;
}

.accordion-head {
  width: 100%;
  color: #333;
  text-decoration: none;
  position: relative;
}

.accordion-head.style {
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 188, 214, .7);
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: background-color .2s;
}

.accordion-head.style:hover {
  background-color: #00bcd6;
}

.accordion-toggle {
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.accordion-toggle.style {
  color: #f8f8f8;
  background-color: rgba(0, 188, 214, .7);
  transition: background-color .2s;
}

.accordion-toggle.style:hover, .accordion-toggle.style.w--open {
  background-color: #00bcd6;
}

.style-content-background {
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, .05);
  padding: 8px 10px 1px;
}

.accordion-content {
  height: auto;
  position: relative;
  overflow: hidden;
}

.accordion-wrapper {
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.accordion-dropdown {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-icon-div {
  align-items: center;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion-icon-div.style {
  color: #fff;
}

.accordion-icon-plus-div, .accordion-icon-minus-div {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.pe-start-hero-wrap {
  justify-content: flex-end;
  display: flex;
}

.pe-start-hero-content-div {
  min-height: 72vh;
  background-color: var(--dark-turquoise);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 92px 60px 92px 243px;
  display: flex;
  position: relative;
}

.pe-start-hero-text-block {
  max-width: 410px;
  color: var(--white);
  font-family: "Ngh 55", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.pe-button {
  background-color: var(--white);
  color: var(--dark-turquoise);
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Azosans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.pe-button:hover {
  background-color: var(--dark-turquoise);
  color: var(--white);
}

.pe-button.btn-light-green-blue {
  background-color: var(--light-blue);
  color: var(--white);
}

.pe-button.btn-light-green-blue:hover {
  background-color: var(--white);
  color: var(--light-blue);
}

.pe-button.btn-black {
  background-color: var(--black);
  color: var(--white);
}

.pe-button.btn-black:hover {
  background-color: var(--white);
  color: var(--black);
}

.pe-button.btn-velvet {
  background-color: var(--blue-violet);
  color: var(--white);
}

.pe-button.btn-velvet:hover {
  background-color: var(--white);
  color: var(--blue-violet);
}

.pe-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.pe-button-wrap.centered {
  text-align: center;
}

.pe-button-wrap.inline-wrap {
  margin-top: 22px;
  margin-bottom: 22px;
}

.pe-start-hero-image {
  width: 477px;
  height: 523px;
  background-image: url('../images/PlanE-Schrott_kompakt_2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -200px;
  right: auto;
  transform: translate(0, -50%);
}

.pe-h1.c-turquoise {
  color: var(--dark-turquoise);
}

.pe-h1.c-purple {
  color: var(--blue-violet);
}

.pe-h1.c-green {
  color: var(--olive-drab);
}

.pe-h1.c-blue {
  color: var(--dark-turquoise);
}

.pe-p.c-fachhandel {
  color: var(--light-blue);
}

.pe-p.light {
  font-family: "Ngh 55", sans-serif;
}

.pe-p.neg {
  color: var(--white);
  letter-spacing: .2px;
}

.pe-p.c-white {
  color: var(--white);
}

.pe-p.large {
  letter-spacing: -.2px;
  margin-bottom: 25px;
  font-family: "Ngh 55", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.pe-p.small {
  color: var(--black);
  font-size: 16px;
}

.pe-p.medium {
  letter-spacing: -.2px;
  margin-bottom: 25px;
  font-family: "Ngh 55", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.pe-p.small {
  letter-spacing: -.2px;
  margin-bottom: 25px;
  font-family: "Ngh 55", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.pe-p.small.c-white {
  color: var(--white);
}

.pe-fachhandel-text-container {
  justify-content: flex-end;
  display: flex;
}

.pe-fachhandel-text-wrap {
  max-width: 540px;
  text-align: right;
}

.pe-fachhandel-button-wrap {
  padding-top: 15px;
}

.pe-content-container {
  margin-top: 45px;
}

.pe-content-container.mt-25 {
  margin-top: 25px;
}

.pe-content-container.mt-75 {
  margin-top: 75px;
}

.pe-content-container.mt-75.hide {
  display: none;
}

.pe-content-container.content-start-entsorgen-eschrott {
  margin-top: 115px;
}

.pe-content-container.mt-110 {
  margin-top: 110px;
}

.pe-content-container.mt-110.hide, .pe-content-container.hide {
  display: none;
}

.pe-start-hero-h1-wrap {
  width: 504px;
}

.pe-rt {
  font-family: "Ngh 55", sans-serif;
}

.pe-rt p {
  margin-bottom: 25px;
}

.pe-rt h2 {
  margin-bottom: 30px;
}

.pe-start-tv-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-start-tv-el {
  max-width: 500px;
  flex: 1;
  position: relative;
}

.pe-start-tv-el-img {
  background-image: url('../images/Fernseher_leer.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 100%;
  position: relative;
}

.pe-start-tv-el-screen-img {
  background-image: url('../images/franzi.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 109% 60%;
  position: absolute;
  top: -1%;
  bottom: 19%;
  left: 13%;
  right: 24%;
}

.clean-full-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.clean-success-container {
  max-width: 640px;
  padding-left: 25px;
}

.pe-content-limiter {
  max-width: 690px;
}

.pe-content-limiter.centered {
  margin-left: auto;
  margin-right: auto;
}

.pe-content-limiter.mw-580 {
  max-width: 580px;
}

.pe-content-limiter.mw-820 {
  max-width: 820px;
}

.pe-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.pe-section.bg-white.top-section-connect {
  padding-top: 30px;
}

.pe-section.sub-nav-section {
  margin-top: 50px;
}

.pe-section.p-b-t-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pe-section.overflow-hidden {
  overflow: hidden;
}

.pe-section.plain {
  padding-top: 0;
  padding-bottom: 0;
}

.pe-section.p-b-240 {
  padding-bottom: 240px;
}

.pe-image-bg-frame {
  height: 419px;
  background-image: url('../images/img-kampagne-bg-header-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 22px;
  margin-right: 22px;
}

.pe-image-bg-frame.img-sigfried-and-joy {
  height: 550px;
  background-image: url('../images/img-kampagne-bg-header-4.jpg');
  background-position: 50% 0;
}

.pe-text-wrap.text-align-center {
  text-align: center;
}

.pe-section-bg-full-width {
  background-color: var(--blue-violet);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pe-section-bg-full-width.bg-turquoise {
  background-color: var(--light-blue);
}

.pe-section-bg-full-width.bg-blue {
  background-color: var(--blue);
}

.pe-h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Azosans, sans-serif;
  font-size: 64px;
  font-style: italic;
  line-height: 1em;
}

.pe-h2.c-black {
  color: var(--black);
}

.pe-h2.inline-headline {
  margin-bottom: 0;
}

.pe-h2.h-small-subline {
  line-height: .8em;
}

.pe-h2.c-purple {
  color: var(--blue-violet);
}

.pe-h2.h2-xsmall {
  color: var(--black);
  letter-spacing: .4px;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.4em;
}

.pe-h2.h2-medium {
  font-size: 56px;
}

.pe-h2.h2-medium.c-turquoise {
  color: var(--dark-turquoise);
}

.pe-h2.h2-medium.c-red {
  color: var(--red);
}

.pe-h2.h2-small {
  letter-spacing: .8px;
  font-size: 40px;
  line-height: 1.2em;
}

.pe-h2.h2-small.c-red {
  color: var(--red);
}

.pe-h2.h2-small.c-turquoise {
  color: var(--dark-turquoise);
}

.pe-h2.h2-small.c-rosa {
  color: var(--pale-violet-red);
}

.pe-h2.c-green {
  color: var(--olive-drab);
}

.pe-h2.c-blue {
  color: var(--blue);
}

.pe-h2.h2-start-2mil-tonnen-eschrott {
  color: var(--blue-violet);
  font-size: 52px;
}

.pe-h2.shadow-headline {
  text-shadow: 0 4px 18px rgba(24, 24, 24, .1);
}

.pe-image {
  width: 100%;
  object-fit: cover;
}

.pe-image.image-kampagne-content {
  max-width: 482px;
}

.pe-image.img-default.mobile-large {
  display: none;
}

.pe-container-full-width {
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.pe-full-section-content-wrap.hero-content-wrap {
  padding-top: 330px;
  padding-bottom: 20px;
  padding-left: 60px;
}

.pe-full-section-content-div {
  max-width: 620px;
}

.pe-section-bg-partial-image {
  width: 100%;
  height: 100%;
  max-width: 1396px;
  object-fit: cover;
  background-image: url('../images/img-hero-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  right: 0%;
}

.pe-section-bg-partial-image.img-2 {
  object-position: 50% 20%;
  background-image: url('../images/img-start-bg-2.jpg');
}

.pe-section-bg-partial-image.img-3 {
  background-image: url('../images/img-start-bg-3.jpg');
}

.pe-section-bg-partial-image.mobile {
  display: none;
}

.pe-image-headline-wrap {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pe-image-headline-div {
  text-align: center;
  position: relative;
  bottom: -56px;
}

.i-section-link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

.i-section-link:hover {
  color: #fff;
}

.clean-t-code-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.clean-t-code-desc-text {
  color: #272727;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-post-h2-desc {
  color: rgba(75, 75, 75, .65);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
}

.pe-video-wrapper {
  margin-top: 40px;
}

.pe-video-wrapper.ie-video-wrapper {
  display: none;
}

.pe-video-wrapper.ie-video-wrapper.show {
  display: block;
}

.clean-t-code-embed {
  width: 53px;
  height: 74px;
  background-color: #dadada;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 5px;
  overflow: hidden;
}

.clean-t-code-container {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.pe-batterie-rueckname-hinweis-wrap.wrap-batterie {
  background-color: var(--white);
  padding-top: 15px;
  padding-bottom: 15px;
}

.pe-entsorgung-icon-text-el {
  height: 100%;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
}

.pe-entsorgung-el-image-div {
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
  display: flex;
}

.pe-entsorgung-el-text-div {
  text-align: center;
  flex: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.pe-text-headline {
  font-family: Azosans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
}

.pe-text-headline.batterie {
  color: var(--blue-violet);
}

.pe-text-headline.align-right {
  text-align: right;
}

.pe-content-align-vertical {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.pe-download-link-el {
  height: 100%;
  flex-direction: column;
  padding-top: 20px;
  text-decoration: none;
  display: flex;
}

.pe-download-link-image-div {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-nav-cta-link-el {
  margin-top: 75px;
  margin-left: 120px;
  display: inline-block;
}

.pe-nav-cta-image-1 {
  width: 583px;
  height: 90px;
  background-image: url('../images/PlanE_RF_web-2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.pe-nav-cta-image-2 {
  width: 74px;
  height: 109px;
  background-image: url('../images/PlanE_RF_web-2-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: 32px;
  left: -36px;
  right: auto;
}

.pe-nav-cta-link-content {
  margin-bottom: -30px;
  position: relative;
}

.clean-t-assurance-text {
  color: rgba(34, 34, 34, .85);
  letter-spacing: -.2px;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4em;
}

.box-header {
  min-height: 44px;
  align-items: center;
  padding: 8px 55px 8px 8px;
  display: flex;
  position: relative;
}

.clean-t-dynamic-label-optional-text {
  opacity: .45;
  font-style: italic;
}

.i-image {
  width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
}

.i-image.img-box-preview {
  width: 55px;
  height: 40px;
  margin-right: 10px;
}

.clean-t-checkbox-icon {
  width: 17px;
  height: 17px;
  background-image: url('../images/ui_form_tick_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3px;
  margin-left: 3px;
  transition: all .2s;
}

.dropzone-desc {
  width: 100%;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: 49%;
  transform: translate(0, -50%);
}

.clean-t-toggle-nub {
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.dropzone-wrapper {
  height: 70px;
  background-color: rgba(22, 32, 37, .06);
  border: 1px dashed rgba(22, 32, 37, .3);
  border-radius: 3px;
  transition: border-color .25s;
  position: relative;
}

.dropzone-wrapper:hover {
  border-color: rgba(22, 32, 37, .7);
}

.dropzone-wrapper.hidden {
  display: none;
}

.dropzone-wrapper.dragover {
  border-color: rgba(22, 32, 37, .7);
}

.clean-t-toggle-bg {
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  background-color: #e2e2e2;
  border: 1px solid rgba(0, 0, 0, .06);
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-checkbox-dropdown-wrap {
  margin-bottom: 15px;
}

.clean-t-assurance-container {
  margin-top: 8px;
}

.clean-t-radio-overlay {
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  opacity: 0;
  background-color: #4b4b4b;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 50%;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.clean-t-radio-overlay.radio-overlay-1 {
  background-color: #00bcd6;
}

.submit-button-style {
  color: #fff;
  background-color: rgba(0, 188, 214, .8);
  transition: background-color .2s;
}

.submit-button-style:hover {
  background-color: #00bcd6;
}

.clean-t-post-h2-template {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.clean-t-post-h2-template.elements {
  color: #00bcd6;
}

.clean-t-text-field {
  height: 55px;
  background-color: rgba(0, 0, 0, .03);
  border: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 35px;
  font-size: 16px;
}

.clean-t-text-field:focus {
  background-color: rgba(0, 0, 0, .01);
}

.clean-t-text-field.top-label {
  color: #4b4b4b;
  margin-bottom: 14px;
}

.clean-t-text-field.style {
  color: #4b4b4b;
  transition: box-shadow .2s, border .2s;
}

.clean-t-text-field.style:hover {
  border-color: #00bcd6;
}

.clean-t-text-field.style:focus {
  background-color: rgba(0, 0, 0, .01);
  border-color: #00bcd6;
  box-shadow: 0 0 6px rgba(0, 188, 214, .4);
}

.clean-t-text-field.text-area {
  height: auto;
  max-width: 100%;
  min-height: 170px;
  min-width: 100%;
  padding-right: 40px;
}

.clean-t-text-field.dynamic-field {
  margin-bottom: 30px;
}

.box {
  width: 100%;
  background-color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(78, 100, 112, .12);
  border-radius: 3px;
  margin-bottom: 10px;
  display: block;
}

.clean-t-recaptcha {
  margin-bottom: 40px;
}

.clean-t-radio {
  min-height: 24px;
  flex: none;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 30px;
  position: relative;
}

.clean-t-radio-toggl {
  background-color: #fff;
  border-radius: 50%;
  transition: opacity .2s, transform .2s;
  display: block;
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  transform: scale(.7);
  box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.clean-t-radio-container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.clean-t-toggle-overlay {
  z-index: 0;
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  opacity: 0;
  background-color: #4b4b4b;
  border: 1px solid rgba(0, 0, 0, .07);
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-toggle-overlay.toggle-overlay-1 {
  background-color: #00bcd6;
}

.clean-t-checkbox-el {
  z-index: 1;
  width: 24px;
  height: 24px;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-checkbox-dropdown-content {
  height: auto;
  overflow: hidden;
}

.clean-t-checkbox-label {
  margin-top: 0;
  margin-bottom: 0;
}

.clean-t-sub-category-wrap {
  margin-bottom: 110px;
}

.clean-t-checkbox-overlay {
  z-index: 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  opacity: 0;
  background-color: #00bcd6;
  border: 1px solid rgba(0, 0, 0, .07);
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-upload-field-wrap {
  margin-top: 15px;
}

.clean-t-tickbox {
  min-height: 24px;
  flex: 0 auto;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 2px;
  padding-left: 32px;
  display: inline-block;
  position: relative;
}

.default-button-2 {
  color: #1e95bc;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  padding: 10px 44px 11px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
  overflow: hidden;
}

.default-button-2:hover {
  color: #1e95bc;
  background-color: rgba(255, 255, 255, .75);
}

.default-button-2.pos {
  color: #fff;
  letter-spacing: 1.2px;
  background-color: #32c0ee;
  background-image: linear-gradient(rgba(6, 69, 90, 0), rgba(6, 69, 90, .35));
  font-size: 20px;
  font-weight: 400;
}

.default-button-2.pos:hover {
  background-color: #1fa2cc;
}

.default-button-2.pos.btn-delete {
  width: 34px;
  height: 34px;
  background-image: url('../images/ui-delete-white.svg'), linear-gradient(rgba(6, 69, 90, 0), rgba(6, 69, 90, .35));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 18px, auto;
  padding: 0;
}

.clean-t-radio-bg {
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  background-color: #e2e2e2;
  border: 1px solid rgba(0, 0, 0, .06);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-checkbox-bg {
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  background-color: #e2e2e2;
  border: 1px solid rgba(0, 0, 0, .06);
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-text-field-label {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4em;
}

.clean-t-text-field-label.anrede-label {
  margin-right: 5px;
}

.clean-t-text-field-label.i-text-field-label {
  font-size: .75em;
}

.clean-t-text-field-label.i-text-field-label.label-subline {
  font-size: .65em;
  font-weight: 400;
}

.clean-t-text-field-label.clean-t-text-field-label-astrix {
  color: #00bcd6;
  margin-left: 3px;
  padding-top: 5px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: .5em;
}

.clean-t-text-field-label.optional-text {
  color: #aaa;
  letter-spacing: .2px;
  margin-left: 4px;
  font-style: italic;
  font-weight: 400;
}

.clean-t-checkbox-wrapper {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.clean-t-checkbox-wrapper.einwilligung-wrapper {
  align-items: flex-start;
  margin-top: 35px;
}

.clean-t-radio-wrapper {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.clean-t-radio-wrapper.anrede-wrapper {
  margin-left: 20px;
}

.success-message {
  letter-spacing: .2px;
  background-color: rgba(39, 216, 39, .05);
  border: 1px solid #27d827;
  font-size: 1.1em;
}

.form-note-text {
  float: right;
  text-align: right;
}

.m-form-embed-wrap {
  margin-top: 12px;
}

.clean-t-normal-radio-container {
  margin-bottom: 55px;
}

.g-p.p-single {
  margin-bottom: 0;
}

.g-p.p-single.p-upload-desc {
  line-height: 1.4em;
}

.highlight-html-attribute {
  letter-spacing: .6px;
  font-size: 1em;
  font-weight: 700;
}

.clean-t-text-field-row {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.clean-t-text-field-status-icon {
  width: 20px;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}

.clean-t-text-field-status-icon.text-area-icon {
  height: 40px;
  bottom: auto;
  right: 25px;
}

.box-body {
  align-items: center;
  display: flex;
}

.clean-t-assurance-div {
  float: left;
  align-items: center;
  display: flex;
}

.clean-t-form-anrede-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.clean-t-form-anrede-wrap.fixed-labels-wrap {
  margin-bottom: 35px;
}

.clean-t-text-field-wrapper {
  position: relative;
}

.clean-t-text-field-wrapper.radio-email {
  display: none;
}

.clean-t-text-field-wrapper.wrapper-recaptcha {
  margin-top: 30px;
}

.clean-t-text-field-wrapper.embed-upload-wrapper {
  margin-top: 38px;
}

.clean-t-assurance-icon {
  margin-top: 1px;
  margin-right: 4px;
}

.preview-zone.hidden {
  display: none;
}

.clean-t-text-field-label-wrap {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.clean-t-text-field-label-wrap.upload-label-wrap {
  top: -21px;
}

.clean-t-text-field-label-wrap.direction-vertical {
  flex-direction: column;
  align-items: flex-start;
}

.box-tools.pull-right {
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 7px;
  transform: translate(0, -50%);
}

.g-box-header-text {
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4em;
}

.clean-t-dynamic-field-label {
  transform-origin: 0%;
  color: #999;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  transition: font-size .2s, top .2s, left .2s, transform .2s;
  position: absolute;
  top: 11px;
  left: 14px;
}

.clean-t-text-field-single-label {
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 400;
  line-height: 1.4em;
}

.clean-t-text-field-single-label.clean-t-text-field-label-empty-astrix {
  margin-left: 4px;
}

.clean-t-text-field-column {
  flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.clean-t-text-field-column.clean-t-radio-column {
  width: 160px;
  flex: none;
}

.clean-t-checkbox-label-delete {
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35em;
  display: inline-block;
}

.error-message {
  border: 1px solid #c40101;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 16px;
  padding-left: 12px;
}

.clean-t-text-field-container {
  position: relative;
}

.clean-t-toggle {
  min-height: 26px;
  flex: none;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-left: 54px;
  display: inline-block;
  position: relative;
}

.clean-t-radio-el {
  z-index: 2;
  width: 24px;
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-toggle-el {
  z-index: 1;
  width: 39px;
  height: 26px;
  max-height: 26px;
  max-width: 39px;
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.clean-t-sub-category-head-wrap {
  border-bottom: 1px solid rgba(75, 75, 75, .2);
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.clean-t-sub-category-head-wrap.elements-category {
  border-bottom-color: rgba(0, 188, 214, .5);
}

.pe-imagepage-wrap {
  position: relative;
}

.pe-imagepage-el {
  width: 100%;
}

.pe-imagepage-link-1 {
  width: 4%;
  height: 2%;
  position: absolute;
  top: 97.7%;
  left: 18.6%;
  transform: translate(-50%, -50%);
}

.pe-imagepage-link-2 {
  width: 18%;
  height: 2%;
  position: absolute;
  top: 96.15%;
  left: 67%;
  transform: translate(-50%, -50%);
}

.pe-k-intro-image-wrap {
  margin-left: -54px;
  position: relative;
}

.pe-k-intro-text-wrap {
  margin-left: -35px;
  padding-top: 384px;
  position: relative;
}

.pos-relative {
  position: relative;
}

.pe-h1-h3 {
  color: var(--black);
  text-transform: none;
  margin-bottom: 16px;
  font-family: Ngh b, sans-serif;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3em;
}

.pe-k-astrix-icon-div {
  width: 40px;
  height: 38px;
  background-image: url('../images/icon-astrix-1-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -23px;
  bottom: auto;
  left: -46px;
  right: auto;
}

.pe-k-section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.pe-k-section.bg-pink {
  background-color: var(--kids-pink);
}

.pe-k-section.bg-pink.header-section {
  margin-top: 390px;
}

.pe-k-section.bg-yellow {
  background-color: var(--kids-yellow);
}

.pe-k-section.bg-yellow.pb-0 {
  padding-bottom: 0;
}

.pe-k-section.bg-blue {
  background-color: var(--kids-blue);
}

.pe-k-headline-wrap.mw-730 {
  max-width: 730px;
}

.pe-k-headline-mixed-wrap {
  align-items: baseline;
  display: flex;
}

.pe-k-headline-word-image {
  padding-right: 18px;
  display: flex;
}

.pe-k-was-text-wrap-left {
  position: relative;
}

.pe-k-line-1 {
  width: 190px;
  height: 157px;
  background-image: url('../images/img-kids-line-was-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: 59px;
  left: auto;
  right: 9px;
  transform: translate(100%);
}

.pe-k-image-wrap-was-1 {
  margin-top: -79px;
  margin-left: -40px;
  position: relative;
}

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

.pe-k-was-important-wrap {
  margin-top: -40px;
  padding-bottom: 115px;
  padding-left: 141px;
  position: relative;
}

.flex {
  display: flex;
}

.flex.justify-center {
  justify-content: center;
}

.flex.d-vertical {
  flex-direction: column;
}

.flex.d-vertical.fill-height {
  height: 100%;
}

.pe-k-important-circle-wrap {
  width: 320px;
  height: 320px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 30px 15px;
  display: flex;
  position: relative;
}

.pe-k-important-circle-wrap-bg {
  background-color: var(--kids-blue);
  border-radius: 300px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pe-k-important-circle-wrap-content {
  position: relative;
}

.pe-k-was-important-image-text {
  margin-bottom: 14px;
}

.pe-k-was-important-image {
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: auto;
}

.pe-k-line-2 {
  width: 187px;
  height: 485px;
  background-image: url('../images/img-kids-line-was-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: 326px;
  left: auto;
  right: -48px;
  transform: translate(0, 100%);
}

.inline {
  display: inline-block;
}

.pe-k-headline-image-wieso {
  margin-bottom: 8px;
}

.pe-k-wieso-content-wrap {
  grid-column-gap: 60px;
  margin-top: 116px;
  display: flex;
}

.pe-k-wieso-content-1 {
  max-width: 65%;
}

.pe-k-wieso-content-1-wrap {
  margin-left: -50px;
  padding-bottom: 216px;
  padding-left: 200px;
  position: relative;
}

.pe-k-wieso-content-text-wrap {
  position: relative;
}

.pe-k-wieso-content-image-1-wrap {
  width: 530px;
  height: 421px;
  background-image: url('../images/img-kids-wieso-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pe-k-wieso-content-line-1 {
  width: 135px;
  height: 151px;
  background-image: url('../images/img-kids-line-wieso-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -102px;
  bottom: auto;
  left: 54px;
  right: auto;
}

.pe-k-wieso-content-image-2-wrap {
  margin-right: -65px;
}

.pe-k-wieso-content-line-2 {
  width: 378px;
  height: 97px;
  background-image: url('../images/img-kids-line-wieso-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: auto;
  bottom: -75px;
  left: auto;
  right: 58%;
  transform: translate(100%);
}

.pe-k-wieso-content-line-2.mobile {
  display: none;
}

.pe-k-was-ist-image-wrap {
  position: relative;
}

.pe-k-line-3 {
  width: 183px;
  height: 96px;
  background-image: url('../images/img-kids-line-was-ist-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 58%;
  bottom: auto;
  left: auto;
  right: 29%;
  transform: translate(50%, -50%);
}

.pe-k-was-ist-image-text {
  max-width: 181px;
  position: absolute;
  top: 86%;
  bottom: auto;
  left: 56%;
  right: auto;
  transform: translate(-50%, -50%);
}

.pe-k-was-ist-axstrix {
  width: 6%;
  height: 6%;
  background-image: url('../images/icon-astrix-1-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 28%;
  bottom: auto;
  left: auto;
  right: 2%;
  transform: translate(50%, -50%);
}

.pe-k-was-ist-astrix-icon-div {
  width: 28px;
  height: 26px;
  background-image: url('../images/icon-astrix-1-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: -11px;
  right: auto;
}

.pe-k-was-ist-text-wrap {
  margin-left: -90px;
  padding-top: 240px;
  position: relative;
}

.pe-k-button-finder-wrap {
  padding-top: 35px;
  padding-left: 35px;
  position: relative;
}

.pe-k-button-finder {
  background-color: var(--kids-yellow);
  color: var(--black);
  text-transform: uppercase;
  padding: 14px 20px 14px 60px;
  font-size: 24px;
  text-decoration: none;
  position: relative;
}

.pe-k-button-finder-arrow {
  width: 20px;
  height: 20px;
  border-top: 10px solid var(--kids-yellow);
  border-bottom: 10px solid var(--kids-yellow);
  border-left: 20px solid var(--black);
  background-color: var(--black);
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 34px;
  right: auto;
  transform: translate(-50%, -50%);
}

.pe-k-button-finder-icon {
  width: 50px;
  height: 73px;
  background-image: url('../images/icon-pin-1-pink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.pe-k-intro-content-wrap {
  margin-top: -255px;
}

.pe-h2-small {
  font-size: .625em;
  line-height: .7em;
}

.pe-start-hero-content {
  max-width: 710px;
}

.pe-start-hero-text-content {
  max-width: 460px;
}

.pe-button-new {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 10px 35px 12px 25px;
  font-family: Azosans, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pe-button-new.c-red {
  color: var(--red);
}

.pe-button-new.button-icon {
  margin-left: 45px;
}

.pe-button-new.button-new-small {
  letter-spacing: 1.2px;
  margin-left: 39px;
  padding: 3px 15px 3px 18px;
  font-size: 12px;
}

.pe-button-new-text {
  position: relative;
}

.pe-button-new-bg-wrap {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.pe-button-new-bg-surface {
  background-color: var(--blue-violet);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -20px;
  right: 5px;
  transform: skew(-8deg);
}

.pe-button-new-bg-surface.c-white {
  background-color: var(--white);
}

.pe-button-new-bg-surface.c-green {
  background-color: var(--olive-drab);
}

.pe-button-new-bg-surface.c-turquoise {
  background-color: var(--dark-turquoise);
}

.pe-button-new-bg-surface.button-small-surface {
  right: 0;
  transform: none;
}

.pe-button-new-bg-surface.c-red {
  background-color: var(--red);
}

.pe-button-new-bg-surface.c-blue {
  background-color: var(--blue);
}

.pe-start-new-hero-image {
  width: 734px;
  height: 515px;
  background-image: url('../images/img-hero-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -90px;
  bottom: auto;
  left: 475px;
  right: auto;
}

.pe-section-new {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.pe-section-new.overflow-hidden {
  overflow: hidden;
}

.pe-section-new.section-hero {
  padding-top: 300px;
  overflow: hidden;
}

.pe-section-new.section-start-darauf-achten {
  padding-bottom: 210px;
}

.pe-section-new.p-t-120 {
  margin-top: -120px;
}

.pe-section-new.p-b-140 {
  padding-bottom: 140px;
}

.pe-section-new.section-header {
  padding-top: 240px;
  overflow: hidden;
}

.pe-start-intro-el {
  height: 100%;
  color: var(--black);
  flex-direction: column;
  padding-top: 10px;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pe-start-intro-image-wrap {
  height: 147px;
  align-items: flex-end;
  margin-bottom: 22px;
  padding-bottom: 14px;
  display: flex;
  position: relative;
}

.pe-start-intro-image-wrap.image-lass-los {
  padding-bottom: 0;
}

.pe-start-intro-el-bg {
  width: 101px;
  background-color: var(--light-blue);
  transition: width .25s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.pe-start-intro-el-bg.c-turquoise {
  background-color: var(--dark-turquoise);
  transition-duration: .35s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}

.pe-start-intro-el-bg.c-pink-bright {
  background-color: var(--kids-pink);
}

.pe-start-intro-headline-wrap {
  text-decoration: none;
  display: block;
}

.pe-start-intro-text-wrap {
  flex: 1;
  position: relative;
}

.pe-start-intro-link-wrap {
  width: 100%;
  height: 70px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -30px;
  margin-left: -20px;
  padding-left: 37px;
  display: flex;
  position: relative;
}

.pe-start-intro-link-icon {
  width: 26px;
  height: 25px;
  background-image: url('../images/icon-arrow-medium-right-white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-section-bg {
  background-color: var(--blue-violet);
  position: absolute;
  top: -90px;
  bottom: -90px;
  left: 0%;
  right: 0%;
}

.pe-section-bg.c-red {
  background-color: var(--red);
}

.pe-section-bg.c-turquoise {
  background-color: var(--dark-turquoise);
}

.pe-section-bg.c-blue {
  background-color: var(--blue);
}

.pe-start-kurz-die-basics-image-wrap {
  height: 100%;
  position: relative;
}

.pe-start-kurz-die-basics-image-div {
  width: 748px;
  height: 412px;
  position: absolute;
  top: auto;
  bottom: -34px;
  left: auto;
  right: 40px;
}

.pe-start-entsorge-eschrott-headline-wrap {
  padding-top: 80px;
}

.pe-start-entsorge-eschrott-sign-image-wrap {
  width: 321px;
  max-width: 100%;
  margin-top: -95px;
}

.pe-image-kurz-die-basics {
  width: 100%;
  object-fit: cover;
}

.pe-button-new-icon-el {
  width: 62px;
  height: 62px;
  background-image: url('../images/img-icon-eschrott-1.png');
  background-position: 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -48px;
  right: auto;
  transform: translate(0, -50%);
}

.pe-button-new-icon-el.button-icon-small-btn {
  width: 42px;
  height: 42px;
  left: -32px;
}

.pe-cta-new-button-subline-text-wrap {
  text-align: center;
  margin-top: 16px;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.sticky.pe-sticky-start-darauf-achten {
  top: 230px;
}

.pe-start-darauf-achten-image-track-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pe-start-2mil-tonnen-eschrott-number {
  color: var(--blue-violet);
  margin-bottom: 21px;
  font-family: Azosans, sans-serif;
  font-size: 176px;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

.pe-start-2mil-tonnen-eschrott-headline-wrap {
  margin-top: -150px;
}

.pe-start-2mil-tonnen-eschrot-image-wrap {
  height: 100%;
  position: relative;
}

.pe-image-2mil-tonnen-eschrot {
  max-width: 120%;
  object-fit: cover;
  margin-left: -20%;
}

.pe-section-footer {
  height: 450px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 140px;
  transform: translate(0);
}

.clean-t-nav-menu.pe-nav-manu {
  float: none;
}

.clean-t-nav-link {
  padding: 13px 16px 14px;
  transition-property: color;
  transition-duration: .2s;
}

.clean-t-nav-link:hover {
  color: #000;
}

.clean-t-nav-link.style-nav-link {
  color: #4b4b4b;
  letter-spacing: -.1px;
  text-transform: uppercase;
  padding: 22px 20px;
  font-size: 13px;
  font-weight: 600;
}

.clean-t-nav-link.style-nav-link:hover {
  color: #00bcd6;
}

.clean-t-nav-link.clean-t-dropdown-link {
  padding-right: 32px;
}

.clean-t-nav-link.clean-t-dropdown-link.w--open {
  color: #000;
}

.clean-t-nav-link.clean-t-dropdown-link.style-nav-link {
  padding-right: 35px;
}

.clean-t-nav-link.clean-t-dropdown-link.style-nav-link.w--open {
  color: #00bcd6;
}

.clean-t-nav-link.clean-t-dropdown-link.plus-dropdown-icon {
  padding-right: 36px;
}

.clean-t-nav-link.clean-t-dropdown-link.plus-dropdown-icon.style-nav-link {
  padding-right: 33px;
}

.clean-t-nav-link.clean-t-dropdown-link.pe-nav-link {
  padding-right: 50px;
}

.clean-t-nav-link.clean-t-dropdown-link.pe-nav-link.w--open {
  color: var(--blue);
}

.clean-t-nav-link.pe-nav-link {
  color: var(--black);
  letter-spacing: .2px;
  text-transform: uppercase;
  padding: 14px 20px;
  font-family: Azosans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  transition: opacity .2s, color .2s;
}

.clean-t-nav-link.pe-nav-link:hover {
  color: var(--blue);
}

.clean-t-nav-link.pe-nav-link.w--current {
  background-color: rgba(24, 24, 24, .14);
}

.clean-t-nav-menu-lang-wrap {
  display: none;
}

.clean-t-language-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
}

.clean-t-language-link {
  width: 47px;
  color: #fff;
  text-align: left;
  letter-spacing: .6px;
  margin-right: 0;
  padding: 8px 18px 9px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4em;
  text-decoration: none;
  transition: background-color .25s;
}

.clean-t-language-link:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .14);
}

.clean-t-language-link.w--open {
  background-color: rgba(255, 255, 255, .14);
}

.clean-t-language-link.large-link {
  width: 80px;
  margin-left: 28px;
  padding-bottom: 8px;
}

.clean-t-language-link.dropdown-link {
  background-color: #707070;
}

.clean-t-language-link.dropdown-link:hover {
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-language-link.dropdown-link.w--current {
  color: #fff;
}

.clean-t-language-link.small-link {
  width: 47px;
  font-size: 11px;
}

.clean-t-language-link.simple-lang-link {
  width: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
  display: flex;
}

.clean-t-dropdown-list-wrapper {
  background-color: #fff;
}

.clean-t-dropdown-list-wrapper.style-dropdown-list-wrap {
  border-radius: 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .12), 0 1px 5px rgba(0, 0, 0, .08);
}

.clean-t-dropdown-list-wrapper.pe-dropdown-list-wrap {
  background-color: #f7f4f2;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, .12), 0 4px 5px rgba(0, 0, 0, .08);
}

.clean-t-nav-dropdown-icon {
  margin-top: 16px;
  margin-bottom: 17px;
  margin-right: 15px;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.clean-t-nav-dropdown-icon.style-nav-dropdown-icon {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 18px;
}

.clean-t-nav-dropdown-icon.plus-icon {
  width: 10px;
  background-image: url('../images/ui-nav-dropdown-grey-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 17px;
}

.clean-t-nav-dropdown-icon.plus-icon.style-nav-dropdown-icon {
  margin-top: 25px;
}

.clean-t-nav-dropdown-icon.pe-nav-dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 24px;
  top: 47%;
  right: 20px;
  transform: translate(0, -50%);
}

.clean-t-pre-nav-social-link {
  width: 30px;
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  transition: color .2s, opacity .2s;
  display: block;
}

.clean-t-pre-nav-social-link:hover {
  opacity: 1;
}

.clean-t-pre-nav-social-link.linkedin {
  background-image: url('../images/icon_social_linkedin_white.svg');
}

.clean-t-pre-nav-social-link.xing {
  background-image: url('../images/icon_social_xing_white.svg');
}

.clean-t-pre-nav-social-link.youtube {
  background-image: url('../images/icon_social_youtube_white.svg');
}

.clean-t-pre-nav-social-link.facebook {
  background-image: url('../images/icon_social_facebook_white.svg');
}

.clean-t-pre-nav-social-link.twitter {
  background-image: url('../images/icon_social_twitter_white.svg');
}

.clean-t-pre-nav-social-link.instagram {
  background-image: url('../images/icon_social_instagram_white.svg');
}

.clean-t-pre-nav-social-link.pe-pre-nav-social-link {
  width: 38px;
  height: 38px;
  opacity: 1;
  background-image: url('../images/icon-social-facebook-black-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.clean-t-pre-nav-social-link.pe-pre-nav-social-link:hover {
  opacity: .75;
}

.clean-t-pre-nav-social-link.pe-pre-nav-social-link.instagram {
  background-image: url('../images/icon-social-instagram-black.svg');
}

.clean-t-pre-nav-social-link.pe-pre-nav-social-link.tiktok {
  background-image: url('../images/icon-social-tiktok-black.svg');
}

.clean-t-pre-nav-social-link.pe-pre-nav-social-link.twitter {
  background-image: url('../images/icon-social-x-black.svg');
}

.clean-t-pre-nav-element-wrap {
  align-items: center;
  margin-right: 35px;
  display: flex;
}

.clean-t-pre-nav-element-wrap.social-links-wrapper {
  align-items: stretch;
}

.clean-t-pre-nav-element-wrap.last-element-wrap {
  margin-right: 0;
}

.clean-t-pre-nav-element-wrap.phone-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}

.clean-t-pre-nav-element-wrap.main-link-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}

.clean-t-pre-nav-element-wrap.pr-pre-nav-element-wrap, .clean-t-pre-nav-element-wrap.pe-pre-nav-element-wrap-mobile {
  margin-right: 60px;
}

.clean-t-language-dropdown {
  background-color: rgba(255, 255, 255, .08);
  display: block;
}

.clean-t-pre-nav-phone-text {
  color: #fff;
  letter-spacing: .3px;
  margin-top: 1px;
  font-size: 12px;
  font-weight: 700;
}

.clean-t-lang-link-text {
  transition: opacity .25s;
}

.clean-t-lang-link-text.lang-text-link-inactive {
  opacity: .5;
}

.clean-t-pre-navbar-2 {
  background-color: rgba(75, 75, 75, .5);
}

.clean-t-pre-navbar-2.pe-pre-navbar {
  background-color: rgba(0, 0, 0, 0);
}

.clean-t-pre-nav-phone-icon-wrap {
  background-color: #4b4b4b;
  border-radius: 2px;
  margin-right: 9px;
  padding: 3px;
}

.clean-t-pre-nav-wrapper {
  align-items: center;
  display: flex;
}

.clean-t-nav-menu-button.pe-nav-menu-button {
  float: none;
}

.clean-t-pre-nav-phone-icon {
  width: 11px;
  height: 11px;
  background-image: url('../images/ui_phone_icon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clean-t-nav-menu-extra-wrap {
  display: none;
}

.lang-text-inactive {
  opacity: .5;
  transition: opacity .25s;
}

.clean-t-language-arrow {
  width: 7px;
  height: 6px;
  opacity: .75;
  transform-origin: 50% 40% 0px;
  background-image: url('../images/ui_icon_arrow-4_down_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7px;
  transition: opacity .25s;
  position: absolute;
  top: 13px;
  right: 8px;
}

.clean-t-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  top: 48px;
  overflow: visible;
}

.clean-t-nav-logo-link-div {
  margin-left: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.clean-t-nav-logo-link-div.style-nav-logo {
  width: 89px;
  height: 64px;
  padding-top: 6px;
  display: block;
}

.clean-t-nav-logo-link-div.pe-nav-logo {
  width: 138px;
  height: 132px;
  float: none;
  margin-top: -65px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.clean-t-lang-link-text-seperator {
  opacity: .5;
}

.clean-t-navbar {
  background-color: #f8f8f8;
}

.clean-t-navbar.style-navbar {
  z-index: 1002;
  border: 1px solid rgba(0, 0, 0, .05);
  border-style: solid none;
  position: relative;
}

.clean-t-navbar.pe-navbar {
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.clean-t-nav-element-wrapper {
  margin-bottom: 35px;
}

.clean-t-dropdown-nav-link {
  color: #4b4b4b;
  transition: color .2s;
}

.clean-t-dropdown-nav-link.style-dropdown-nav-link {
  letter-spacing: -.1px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}

.clean-t-dropdown-nav-link.style-dropdown-nav-link:hover {
  color: #00bcd6;
}

.clean-t-dropdown-nav-link.pe-dropdown-nav-link {
  color: var(--black);
  letter-spacing: .4px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Azosans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6em;
}

.clean-t-dropdown-nav-link.pe-dropdown-nav-link:hover {
  color: var(--blue);
}

.clean-t-dropdown-nav-link.pe-dropdown-nav-link.w--current {
  background-color: rgba(24, 24, 24, .14);
}

.clean-t-pre-nav-container {
  float: right;
  margin-top: 22px;
  margin-bottom: 16px;
}

.clean-t-pre-nav-container.mobile-container {
  display: none;
}

.clean-t-language-icon {
  width: 16px;
  height: 16px;
  opacity: .6;
  background-image: url('../images/ui_icon_language-2_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: -21px;
}

.pe-navbar-container-full-width {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.pe-navbar-container-full-width.main-nav-container {
  justify-content: space-between;
  padding-bottom: 15px;
  display: flex;
}

.pe-navbar-new-bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(226, 219, 212, .88);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pe-pre-navbar-plan-e-kids-link {
  width: 65px;
  height: 40px;
  background-image: url('../images/logo-plan-e-kids-white-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-pre-navbar-kampagne-link {
  color: var(--black);
  background-image: url('../images/icon-kampagne-green-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding-left: 26px;
  font-family: Ngh b, sans-serif;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.g-header-nav-scroll-trigger {
  height: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pe-page-content {
  position: relative;
}

.pe-widget-track {
  display: none;
  position: absolute;
  top: 95vh;
  bottom: 0;
  left: auto;
  right: 20px;
}

.pe-widget-stick-el {
  position: -webkit-sticky;
  position: sticky;
  top: 95vh;
  transform: translate(0, -100%);
}

.pe-widget-button-el {
  width: 92px;
  height: 88px;
  background-color: var(--olive-drab);
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 12px;
  font-family: Azosans, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pe-widget-button-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/img-icon-eschrott-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pe-footer-social-link-wrap {
  display: flex;
}

.pe-footer-social-link {
  width: 50px;
  height: 50px;
  background-image: url('../images/icon-social-facebook-black-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pe-footer-social-link.link-instagram {
  background-image: url('../images/icon-social-instagram-black.svg');
}

.pe-footer-social-link.link-tiktok {
  background-image: url('../images/icon-social-tiktok-black.svg');
}

.pe-footer-social-link.link-twitter {
  background-image: url('../images/icon-social-x-black.svg');
}

.pe-button-row {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  display: flex;
}

.pe-button-row.row-vertical {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}

.pe-button-wrap-preline-text {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Azosans, sans-serif;
  font-weight: 900;
}

.pe-footer-supporter-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

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

.pe-footer-el {
  display: flex;
}

.pe-footer-el-social-div {
  background-color: var(--light-grey);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-footer-el-links-div {
  background-color: var(--light-blue);
}

.pe-footer-el-links-wra {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 5px 40px 10px;
  display: flex;
}

.text-block-11-copy {
  font-family: neue-haas-grotesk-display;
  font-weight: 600;
}

.videotitle-2 {
  color: var(--blue-violet);
  margin-bottom: 17px;
  padding-bottom: 0;
  padding-left: 13px;
  font-family: Azosans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.youtube-3 {
  margin-bottom: 15px;
}

.pe-kampagne-logo-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-k-intro-cta-el-wrap {
  z-index: 1;
  color: var(--black);
  transition: color .25s;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: auto;
  right: 0%;
  transform: translate(0, 100%);
}

.pe-k-intro-cta-el-wrap:hover {
  color: var(--blue);
}

.pe-k-intro-cta-el {
  width: 147px;
  height: 275px;
  background-image: url('../images/img-plane-kids-cta-olchi-flyer-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.pe-k-intro-cta-el-bg {
  position: absolute;
  top: 22px;
  bottom: 9px;
  left: 5px;
  right: 9px;
  box-shadow: 0 31px 24px -8px rgba(46, 45, 40, .33);
}

.pe-k-intro-cta-el-text {
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 7px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Azosans, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2em;
  position: absolute;
  top: 72%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.hide {
  display: none;
}

.clean-t-modal-wrapper {
  display: inline-block;
}

.clean-t-m-content-div {
  padding: 45px;
}

.clean-t-modal-button-container {
  text-align: center;
}

.clean-t-m-content-container {
  z-index: 2;
  max-width: 710px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.clean-t-button {
  opacity: 1;
  color: #fff;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #1194f6;
  border-radius: 3px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.clean-t-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-button.functions-button {
  background-color: #9d1bb2;
}

.clean-t-button.functions-button:hover {
  background-color: #79058b;
}

.clean-t-modal-close-overlay-div {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.clean-t-modal-close-overlay-link-div {
  z-index: 20;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, .7);
  background-color: #000;
  background-image: url('../images/ui_icon_close_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  position: absolute;
  top: 0;
  right: -55px;
}

.clean-t-modal-close-overlay-link-div:hover {
  color: #fff;
  background-color: #4b4b4b;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div {
  background-color: #9d1bb2;
  border-radius: 4px;
}

.clean-t-modal-close-overlay-link-div.style-close-overlay-link-div:hover {
  background-color: #79058b;
}

.clean-t-modal-close-overlay-link-div.pe-modal-close-overlay-link {
  background-color: var(--blue);
  background-image: url('../images/icon-close-white.svg');
  background-size: 18px;
  top: 12px;
  right: -20px;
}

.clean-t-modal-close-overlay-link-div.pe-modal-close-overlay-link:hover {
  background-color: var(--dark-turquoise);
}

.clean-t-modal-overlay {
  z-index: 1002;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

.clean-t-modal-overlay.show {
  display: block;
}

.clean-t-modal-content {
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.clean-t-m-content-wrapper {
  z-index: 10;
  position: relative;
}

.pe-k-intro-cta-el-2-wrap {
  margin-left: -13px;
  display: block;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 0;
  right: auto;
}

.pe-k-intro-cta-el-2-wrap.wrap-was-ist-section {
  top: -30px;
  left: 170px;
}

.pe-k-intro-cta-el-2 {
  width: 328px;
  height: 238px;
  background-image: url('../images/img-plane-kids-cta-olchi-flyer-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

@media screen and (min-width: 1440px) {
  .body, .body.rec, .body.kreislauf, .body.fachhandel, .body.batterien, .body.sammlegruppen, .body.recycle, .body.lithium, .body.uber, .body.sei, .body.download, .body.imp, .body.daten {
    margin-top: 0;
  }

  .section-one {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 2px;
  }

  .section-one.stiftung.sei.uber {
    margin-top: -100px;
  }

  .section-one.b2b {
    margin-top: 6px;
  }

  .section-one.home {
    margin-top: 159px;
  }

  .container-5 {
    margin-top: 4.99998px;
    margin-bottom: 93px;
    display: block;
    position: static;
  }

  .container-5.sammelgruppen, .container-5.ber {
    margin-bottom: 150px;
  }

  .container-5.seidabei {
    margin-bottom: -29px;
  }

  .heading-claim.smaller.start.p12 {
    color: var(--blue-violet);
    text-align: right;
    margin-top: 77px;
    padding-left: 149px;
  }

  .heading-claim.left.ru {
    margin-top: 56px;
    margin-bottom: -59px;
    padding-left: 108px;
  }

  .heading-claim.left.ru-2 {
    margin-bottom: -59px;
    padding-left: 108px;
  }

  .heading-claim.br {
    color: var(--white);
  }

  .heading-claim.uber {
    padding-left: 21px;
  }

  .heading-claim.uber.sub.wht.teil {
    color: var(--pale-violet-red);
    padding-top: 60px;
    padding-left: 0;
  }

  .heading-claim.uber.sub.wht.teil.sei-dabei {
    padding-top: 4px;
  }

  .heading-claim.uber.sub.zwei {
    font-family: Azosans, sans-serif;
    font-weight: 600;
  }

  .heading-claim.uber.sub.lila {
    font-family: Azosans, sans-serif;
    font-weight: 700;
  }

  .heading-claim.uber.teil {
    margin-top: 109px;
  }

  .heading-claim.uber.ear {
    margin-bottom: 60px;
  }

  .heading-claim.sec-1 {
    position: static;
    overflow: visible;
  }

  .heading-claim.sec-1.wert {
    float: right;
  }

  .container-7.navmenu {
    margin-left: 0;
  }

  .section-main {
    justify-content: flex-end;
    margin-top: 0;
    display: flex;
    position: relative;
    transform: translate3d(0, 0, 100000px);
  }

  .section-main.kreislauf {
    margin-top: 7px;
  }

  .section-main.esschrott {
    margin-top: 4px;
  }

  .section-main.reduce {
    margin-top: 7px;
  }

  .brand-2 {
    margin-top: 40px;
  }

  .brand-2.rec {
    margin-top: -179px;
  }

  .text-block-2.handel {
    color: var(--black);
  }

  .text-block-2.left._2t.st {
    text-align: left;
  }

  .text-block-2.left._2t.st.illegal {
    text-align: right;
    font-size: 20px;
  }

  .text-block-2.left.rc.r {
    text-align: left;
    margin-bottom: 60px;
    font-family: Azosans, sans-serif;
    font-style: normal;
  }

  .text-block-2.left.rc.blk {
    color: var(--black);
    margin-top: 60px;
  }

  .text-block-2.left.rc.r-2 {
    text-align: left;
    margin-bottom: 60px;
    font-family: Azosans, sans-serif;
    font-style: normal;
  }

  .text-block-2.left.rc.blk-2 {
    color: var(--black);
    margin-top: 60px;
  }

  .text-block-2.left.uber._2t {
    margin-left: 2px;
    padding-top: 3px;
    display: block;
  }

  .text-block-2.left.uber._2t.blk {
    align-self: auto;
    align-items: center;
  }

  .text-block-2.left.uber._2t.blk.ear {
    align-items: flex-start;
    margin-left: 1px;
  }

  .text-block-2.left.uber._2t.blk.kontakt {
    text-align: left;
    align-items: flex-start;
  }

  .text-block-2.left.uber._2t.blk.kontakt.leer {
    margin-left: 3px;
    padding-left: 3px;
  }

  .text-block-2.left.uber._2t.kontakt {
    align-items: flex-start;
  }

  .text-block-2.mid {
    margin-bottom: 37px;
  }

  .text-block-2.right.batterien {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    margin-left: 57px;
    display: flex;
  }

  .text-block-2.right.batterien.sub {
    margin-left: 0;
  }

  .text-block-2.right-2.batterien {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    margin-left: 57px;
    display: flex;
  }

  .text-block-2.right-2.batterien.sub {
    margin-left: 0;
  }

  .text-block-2.right-2.batterien {
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    margin-left: 57px;
    display: flex;
  }

  .text-block-2.right-2.batterien.sub {
    margin-left: 0;
  }

  .cta.home {
    margin-top: 30px;
  }

  .cta.home.illegal {
    margin-top: 104px;
  }

  .cta.nav {
    background-color: var(--black);
    margin-bottom: 3px;
    display: block;
  }

  .cta.p12 {
    background-color: var(--blue-violet);
    margin-top: 27px;
    margin-left: 15px;
    margin-right: -4px;
    padding-top: 9px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cta.p12:hover {
    background-color: var(--dark-turquoise);
    color: var(--white);
  }

  .div-block-5.sans-grid {
    display: flex;
  }

  .heading.red.p12 {
    text-align: left;
    text-transform: none;
    margin-top: -9px;
    margin-bottom: 43px;
    padding-left: 17px;
    font-size: 48px;
    line-height: 46px;
  }

  .heading.u1 {
    color: var(--blue);
    font-size: 36px;
  }

  .div-block-7 {
    display: block;
    top: 100%;
    bottom: 0%;
    left: 0;
    right: 0%;
  }

  .icon {
    margin-top: 1px;
    margin-left: -3px;
    padding-left: 0;
  }

  .column-4.start {
    z-index: -800;
  }

  .column-4.start.p12 {
    height: 550px;
    background-color: var(--dark-turquoise);
  }

  .column-5.p12 {
    z-index: auto;
    height: 550px;
    background-color: var(--dark-turquoise);
    text-transform: none;
    padding-top: 79px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .container-13._12 {
    z-index: 0;
    margin-bottom: 100px;
    position: relative;
  }

  .image-2.batteries {
    width: 360px;
  }

  .column-6.uber.kontakt {
    background-color: rgba(0, 0, 0, 0);
  }

  .column-6.ear {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
  }

  .column-7.uber.kontakt, .column-7.teil.sei-dabei, .column-7.ear {
    background-color: rgba(0, 0, 0, 0);
  }

  .columns-2 {
    margin-bottom: -5px;
    margin-left: 10px;
  }

  .columns-2.ba {
    margin-top: 49px;
    margin-bottom: 51px;
  }

  .columns-2.uber {
    margin-right: 0;
  }

  .section-4 {
    position: static;
    transform: translate3d(0, 0, -5px);
  }

  .section-5 {
    margin-bottom: 200px;
  }

  .image-10 {
    display: none;
  }

  .image-11 {
    display: block;
  }

  .div-block-11.left.ba {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/phones.png');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-11.left.uber.kontakt {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.left.teil.sei-dabei {
    background-image: url('../images/tonne_lang.gif');
    background-position: 50%;
    background-size: auto;
  }

  .div-block-11.left.ear {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.middle._2t, .div-block-11.middle._2t:hover {
    background-color: var(--yellow-green);
  }

  .div-block-11.middle._2t.row2.sammel:hover {
    background-color: var(--dark-turquoise);
  }

  .div-block-11.middle._2t.trans:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.middle._2t.echrott {
    background-color: var(--blue-violet);
  }

  .div-block-11.right._2t {
    background-image: none;
  }

  .div-block-11.right.franzi {
    background-position: 50%;
  }

  .text-block-3.klassiker {
    margin-top: -5px;
  }

  .text-block-3.klassiker.ba.leer {
    border: 1px none var(--blue-violet);
    color: var(--black);
    margin-top: 5px;
  }

  .text-block-3.klassiker.br.wht {
    margin-top: 28px;
    padding-left: 36px;
  }

  .column-10 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .container-21.uber {
    margin-top: 1px;
    margin-bottom: 31px;
  }

  .container-21.batterien {
    margin-top: 100px;
  }

  .div-block-12.ba.wht {
    display: block;
  }

  .div-block-12.ba.wht.hinweis.top {
    margin-left: 23px;
  }

  .div-block-12.ba.leer {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-12.br.blk {
    background-color: var(--yellow-green);
  }

  .div-block-13.trans.ru.gray {
    background-color: var(--light-blue);
  }

  .div-block-13.leer {
    background-color: rgba(0, 0, 0, 0);
  }

  .section-one-2 {
    margin-top: -110px;
  }

  .div-block-14.sans-grid.ru {
    margin-top: 210px;
  }

  .div-block-14.sine {
    margin-bottom: 0;
  }

  .heading-2.ru {
    color: var(--light-blue);
    text-align: right;
    margin-top: 0;
    padding-right: 20px;
  }

  .heading-2.ru.red {
    color: var(--red);
  }

  .heading-2.ru.red.rechts {
    text-align: right;
  }

  .heading-2.ru.red.rechts.grey {
    color: var(--light-blue);
  }

  .column-11 {
    justify-content: center;
    display: block;
  }

  .image-19 {
    margin-left: -178px;
  }

  .text-span-4 {
    margin-right: 12px;
  }

  .columns-3 {
    text-align: center;
  }

  .container-23 {
    padding-left: 20px;
  }

  .container-23.dlonly {
    margin-top: 89px;
  }

  .div-block-15 {
    display: block;
  }

  .div-block-15.teil.sei-dabei {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .nav-menu {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 310px;
    position: relative;
    transform: translate3d(0, 0, 999px);
  }

  .navbar-2 {
    z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    transform: perspective(1725px)translate(0);
  }

  .navigationdiv {
    z-index: 999;
    perspective: 412px;
    margin-top: 0;
    margin-right: 32px;
    display: none;
    top: 56px;
  }

  .column-15 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 116px;
  }

  .image-30 {
    margin-right: 0;
  }

  .section-5n {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 95px;
  }

  .div-block-17 {
    margin-left: 68px;
    display: flex;
  }

  .text-block-5 {
    color: var(--blue-violet);
    margin-top: 16px;
    padding-right: 196px;
    font-family: Ngh b, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
  }

  .container-27 {
    padding-left: 0;
  }

  .image-33 {
    margin-top: -97px;
  }

  .container-29 {
    margin-top: 53px;
  }

  .div-block-20 {
    width: 70%;
  }

  .image-34 {
    width: 100%;
    margin-top: 19px;
    margin-bottom: 47px;
  }

  .div-block-21 {
    width: 600px;
    margin-bottom: 63px;
  }

  .image-35 {
    margin-left: 23px;
  }

  .columns-4 {
    display: none;
  }

  .video {
    margin-bottom: -62px;
  }

  .container-30 {
    text-align: center;
  }

  .image-36 {
    margin-top: -103px;
  }

  .div-block-23 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-end;
    margin-right: 60px;
    display: flex;
    position: relative;
  }

  .image-38 {
    margin-top: 7px;
    margin-left: 39px;
    margin-right: 11px;
    padding-left: 1px;
    position: absolute;
  }

  .link-block {
    padding-left: 0;
    padding-right: 50px;
  }

  .link-block.social {
    object-fit: fill;
    position: static;
  }

  .socialbox {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
  }

  .image-39 {
    margin-right: 10px;
    padding-right: 0;
  }

  .image-40, .image-41 {
    margin-right: 10px;
  }

  .menu-button-2 {
    margin-top: -29px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 33px;
  }

  .container-31 {
    display: block;
  }

  .image-42 {
    position: absolute;
  }

  .div-block-25 {
    margin-top: -166px;
  }

  .text-block-6 {
    color: var(--blue-violet);
    margin-top: -9px;
    padding-left: 1px;
    font-family: neue-haas-grotesk-display;
    font-weight: 600;
  }

  .link {
    text-decoration: none;
  }

  .container-kontakt {
    margin-top: 22px;
    display: block;
  }

  .container-kontakt.dl {
    display: none;
  }

  .text-block-7 {
    padding-left: 12px;
    font-family: neue-haas-grotesk-display;
    font-size: 16px;
    font-weight: 600;
  }

  .text-block-8 {
    margin-bottom: 41px;
    padding-left: 11px;
    padding-right: 19px;
    font-family: neue-haas-grotesk-display;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .text-block-8.uber {
    padding-left: 20px;
  }

  .textlink {
    color: var(--white);
  }

  .image-43 {
    width: 50%;
    height: 50%;
    margin-top: 116px;
    margin-bottom: 40px;
    margin-right: 63px;
    padding-bottom: 40px;
  }

  .div-block-27 {
    width: 55%;
    height: 550px;
    background-color: var(--dark-turquoise);
    margin-left: 275px;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .text-block-10 {
    color: var(--dark-turquoise);
    text-align: center;
    text-transform: uppercase;
    margin-top: 92px;
    font-family: azo-sans-web;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
  }

  .div-block-28 {
    background-color: var(--white);
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 6px;
  }

  .link-block-3 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .column-19 {
    overflow: visible;
  }

  .columns-5 {
    margin-right: 0;
  }

  .image-47 {
    width: 100%;
    height: 100%;
  }

  .colwrapper {
    padding-left: 21px;
  }

  .image-50 {
    margin-top: 225px;
  }

  .container-42 {
    margin-top: 48px;
  }

  .pe-start-hero-content-div {
    min-height: 66vh;
    padding-left: 300px;
  }

  .pe-start-hero-image {
    width: 560px;
    height: 614px;
    left: -264px;
  }

  .pe-container-full-width {
    padding-left: 60px;
    padding-right: 60px;
  }

  .pe-full-section-content-wrap.hero-content-wrap {
    padding-left: 130px;
  }

  .pe-nav-cta-link-el {
    margin-top: 110px;
  }

  .pe-k-intro-cta-el-wrap {
    bottom: 0;
    right: -80px;
    transform: translate(100%);
  }
}

@media screen and (min-width: 1920px) {
  .body, .body.kreislauf, .body.fachhandel, .body.batterien, .body.sammlegruppen, .body.recycle, .body.uber, .body.sei, .body.download, .body.daten {
    margin-top: 0;
  }

  .section-one {
    margin-top: 0;
    font-size: 32px;
  }

  .section-one.stiftung.sei.uber {
    margin-top: -100px;
  }

  .section-one.batterien {
    margin-top: 0;
  }

  .container-5 {
    margin-bottom: 85px;
    display: block;
  }

  .heading-claim.smaller.start.p12 {
    font-size: 72px;
    line-height: 64px;
  }

  .heading-claim.uber.sub.wht.teil.sei-dabei {
    padding-top: 8px;
  }

  .section-main {
    margin-top: 0;
  }

  .brand-2.rec {
    margin-top: -173px;
  }

  .text-block {
    float: none;
  }

  .text-block-2.left.rc.r, .text-block-2.left.rc.r-2 {
    text-align: left;
    font-family: Azosans, sans-serif;
  }

  .heading.red.p12 {
    margin-top: -10px;
    font-size: 64px;
    line-height: 64px;
  }

  .image-2.batteries {
    width: 360px;
  }

  .image-11 {
    width: 780px;
    margin-top: -199px;
  }

  .div-block-11, .div-block-11.middle._2t, .div-block-11.middle._2t:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.middle._2t.echrott:hover {
    background-color: var(--blue-violet);
  }

  .text-block-3.klassiker {
    font-family: "Ngh 55", sans-serif;
  }

  .container-21.batterien {
    margin-top: 100px;
  }

  .section-one-2 {
    margin-top: -118px;
  }

  .heading-2.ru.red.rechts {
    color: var(--red);
    text-align: right;
  }

  .heading-2.ru.red.rechts.grey {
    color: var(--light-blue);
  }

  .text-span-4.blue {
    font-family: Azosans, sans-serif;
  }

  .navigationdiv {
    display: none;
  }

  .column-16 {
    padding-left: 0;
  }

  .menu-button-2 {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 2%;
  }

  .text-block-6 {
    margin-top: 5px;
    padding-left: 1px;
    font-size: 18px;
  }

  .text-block-8.uber {
    padding-left: 20px;
  }

  .image-43 {
    margin-top: 58px;
    margin-bottom: 19px;
    padding-bottom: 40px;
  }

  .div-block-27 {
    height: 550px;
  }

  .text-block-10.franzi {
    font-size: 32px;
    line-height: 32px;
  }

  .image-47 {
    width: 600px;
    height: 160%;
    max-width: 100%;
    flex: none;
  }

  .text-span-11 {
    font-family: Azosans, sans-serif;
    font-style: italic;
  }

  .videotitle {
    font-family: Azosans, sans-serif;
  }

  .pe-start-hero-content-div {
    min-height: 60vh;
    padding-left: 375px;
  }

  .pe-start-hero-image {
    width: 630px;
    height: 690px;
    left: -286px;
  }

  .pe-fachhandel-text-wrap {
    max-width: 660px;
  }

  .pe-start-tv-el {
    max-width: 600px;
  }

  .pe-image-bg-frame {
    height: 25vw;
  }

  .pe-image-bg-frame.img-sigfried-and-joy {
    height: 700px;
  }

  .pe-container-full-width {
    padding-left: 300px;
    padding-right: 300px;
  }

  .pe-full-section-content-wrap.hero-content-wrap {
    padding-top: 450px;
    padding-left: 0;
  }

  .videotitle-2 {
    font-family: Azosans, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 45px;
  }

  .body {
    margin-top: 0;
  }

  .body.rec {
    margin-top: -344px;
  }

  .body.kreislauf {
    margin-top: 0;
  }

  .body.fachhandel {
    margin-top: -347px;
  }

  .body.wege, .body.sammlegruppen, .body.sei, .body.imp {
    margin-top: 0;
  }

  .container.replacemnet.sei {
    display: none;
  }

  .section-one {
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .section-one.stiftung.sei.uber {
    margin-top: 0;
  }

  .section-one.b2b {
    margin-top: 20px;
  }

  .section-one.home {
    margin-top: 7px;
  }

  .section-one.home.eschrott {
    margin-top: 64px;
  }

  .section-one.test {
    margin-top: 0;
  }

  .container-5 {
    margin-top: -171px;
    display: block;
  }

  .container-5.ber, .container-5.download {
    margin-bottom: 60px;
  }

  .heading-claim.left {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 52px;
  }

  .heading-claim.left.elektro {
    font-size: 32px;
    line-height: 54px;
  }

  .heading-claim.green {
    font-size: 54px;
    line-height: 54px;
  }

  .heading-claim.smaller.start {
    width: 96vw;
    padding-left: 521px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-claim.smaller.start.p12 {
    text-align: left;
    margin-top: 47px;
    padding-left: 20px;
    padding-right: 397px;
    font-size: 36px;
    line-height: 40px;
    position: absolute;
  }

  .heading-claim.batterien {
    width: 90vw;
    float: none;
    font-size: 48px;
    line-height: 48px;
    overflow: visible;
  }

  .heading-claim.left.ru {
    margin-top: 179px;
    font-size: 32px;
  }

  .heading-claim.left.ru-2 {
    font-size: 32px;
  }

  .heading-claim.uber {
    margin-top: 92px;
    margin-bottom: 27px;
    padding-left: 21px;
    font-size: 42px;
  }

  .heading-claim.uber.sub.wht {
    font-size: 24px;
  }

  .heading-claim.uber.sub.wht.teil.sei-dabei {
    line-height: 30px;
  }

  .heading-claim.uber.zwei.dat {
    padding-left: 11px;
  }

  .heading-claim.uber.zwei.dat-2 {
    margin-top: 0;
    padding-left: 11px;
  }

  .heading-claim.uber.ear {
    margin-top: 84px;
    padding-left: 22px;
  }

  .heading-claim.uber.ear.zwei {
    margin-top: 105px;
  }

  .heading-claim.uber.zwei-2 {
    margin-top: 0;
  }

  .heading-claim.uber.zwei-2.dat {
    padding-left: 11px;
  }

  .heading-claim.uber.zwei-2.dat-2 {
    margin-top: 0;
    padding-left: 11px;
  }

  .heading-claim.sec-1 {
    font-size: 42px;
    line-height: 48px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .heading-claim.sec-1.wert {
    margin-left: -259px;
    margin-right: 1px;
  }

  .heading-claim.u1 {
    z-index: 1;
    margin-left: 18px;
    position: relative;
  }

  .container-7 {
    display: block;
  }

  .container-7.navmenu {
    justify-content: flex-end;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .section-main {
    z-index: 999;
    margin-top: -77px;
    position: relative;
  }

  .section-main.kreislauf {
    margin-top: -155px;
  }

  .section-main.esschrott {
    margin-top: -169px;
  }

  .section-main.recycling {
    margin-top: 387px;
  }

  .section-main.sammelgruppen {
    margin-top: -161px;
  }

  .section-main.batterien {
    margin-top: -169px;
  }

  .section-main.illegal {
    margin-top: -5px;
  }

  .section-main.fachhandel {
    margin-top: 304px;
  }

  .section-main.akkus {
    margin-top: -170px;
  }

  .section-main.uber {
    margin-top: -168px;
  }

  .section-main.kontakt {
    margin-top: -170px;
  }

  .section-main.imp {
    margin-top: 41px;
  }

  .section-main.sei {
    margin-top: -171px;
  }

  .section-main.download {
    margin-top: -166px;
  }

  .section-main.datenschutz {
    margin-top: -171px;
  }

  .brand-2 {
    z-index: 999;
    margin-top: 215px;
    padding-bottom: 60px;
    position: relative;
  }

  .brand-2.recycle, .brand-2.imp, .brand-2.rec {
    margin-top: 0;
  }

  .brand-2.home {
    margin-top: 275px;
  }

  .text-block {
    float: right;
    margin-left: -95px;
  }

  .text-block.imp.dat {
    margin-left: 11px;
  }

  .text-block.reduce.violet, .text-block.reduce.blue {
    margin-left: -30px;
    font-size: 18px;
    line-height: 22px;
  }

  .button.sec1 {
    float: right;
    margin-left: 197px;
  }

  .text-block-2.red {
    line-height: 26px;
  }

  .text-block-2.green {
    text-align: center;
    margin-left: -6px;
    font-size: 20px;
  }

  .text-block-2.green.p9 {
    text-align: left;
  }

  .text-block-2.handel {
    margin-bottom: -6px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2.greenwhite {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-2.left {
    font-size: 16px;
    line-height: 16px;
  }

  .text-block-2.left._2t {
    color: var(--pale-violet-red);
    margin-left: 18px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-2.left._2t.st.illegal {
    margin-left: 3px;
    padding-right: 34px;
  }

  .text-block-2.left._2t.eschrott {
    color: var(--blue-violet);
    background-color: rgba(0, 0, 0, 0);
  }

  .text-block-2.left.rc.r {
    margin-left: -11px;
  }

  .text-block-2.left.sg.m {
    text-transform: uppercase;
    font-family: Azosans, sans-serif;
    font-style: italic;
  }

  .text-block-2.left.sg.m.gruppe6 {
    font-family: azo-sans-web;
    font-style: italic;
  }

  .text-block-2.left.sg.r.row3.white {
    margin-left: -5px;
    font-size: 14px;
  }

  .text-block-2.left.ba.big.batterien {
    padding-left: 47px;
    font-size: 12px;
    line-height: 14px;
  }

  .text-block-2.left.uber._2t {
    width: 240px;
    font-size: 12px;
  }

  .text-block-2.left.uber._2t.blk.ear {
    margin-left: 33px;
    padding-left: 5px;
    padding-right: 17px;
  }

  .text-block-2.left.uber._2t.blk.kontakt {
    padding-right: 23px;
  }

  .text-block-2.left.uber._2t.blk.kontakt.leer {
    margin-left: 15px;
  }

  .text-block-2.left.uber._2t.blk.kontakt.leer.download {
    margin-left: 29px;
  }

  .text-block-2.left.uber._2t.blk.sei-dabei {
    margin-left: -9px;
  }

  .text-block-2.left.uber._2t.plane {
    height: 200px;
    color: var(--blue-violet);
  }

  .text-block-2.left.franzi._40 {
    display: none;
  }

  .text-block-2.right._2t {
    padding-right: 80px;
    font-size: 20px;
  }

  .text-block-2.right._2t.eschrott {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2.right.batterien {
    padding-left: 45px;
  }

  .text-block-2.right.batterien.sub.knopfzelle {
    padding-left: 15px;
  }

  .text-block-2.right-2._2t {
    padding-right: 80px;
    font-size: 20px;
  }

  .text-block-2.right-2._2t.eschrott {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2.right-2.batterien {
    padding-left: 45px;
  }

  .text-block-2.right-2.batterien.sub.knopfzelle {
    padding-left: 15px;
  }

  .text-block-2.right-2._2t {
    padding-right: 80px;
    font-size: 20px;
  }

  .text-block-2.right-2._2t.eschrott {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-2.right-2.batterien {
    padding-left: 45px;
  }

  .text-block-2.right-2.batterien.sub.knopfzelle {
    padding-left: 15px;
  }

  .cta.nav {
    margin-top: 2px;
    margin-bottom: 3px;
  }

  .cta.p12 {
    margin-top: 20px;
  }

  .div-block-5.sans-grid {
    padding-left: 53px;
  }

  .div-block-5.sans-grid.green {
    padding-left: 46px;
  }

  .div-block-6 {
    padding-left: 43px;
  }

  .heading.red.p12 {
    padding-left: 30px;
  }

  .column-5.p12 {
    height: 500px;
    padding-bottom: 0;
  }

  .column-6.imp {
    padding-left: 0;
    display: flex;
  }

  .column-7.uber.kontakt {
    padding-left: 0;
  }

  .columns-2 {
    margin-left: -10px;
  }

  .columns-2.uber {
    margin-left: -32px;
    margin-right: 34px;
  }

  .columns-2.imp {
    margin-left: -32px;
  }

  .section-5 {
    margin-bottom: 40px;
  }

  .section-inter2.iron {
    margin-bottom: -39px;
  }

  .image-11 {
    width: 700px;
    height: 500px;
    margin-top: -68px;
  }

  .div-block-9 {
    margin-top: 265px;
  }

  .section-impressum {
    margin-top: 0;
  }

  .div-block-11.left {
    z-index: 2;
    width: 260px;
    position: relative;
  }

  .div-block-11.left._2t {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.middle._2t.trans {
    display: block;
  }

  .div-block-11.middle._2t.echrott {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.right.franzi {
    z-index: 0;
    background-position: 45%;
    justify-content: flex-start;
    margin-left: -2px;
    display: block;
    position: relative;
  }

  .div-block-11.right.franzi.zwei {
    display: none;
  }

  .text-block-3.klassiker {
    margin-top: 9px;
    padding-right: 114px;
    font-size: 20px;
  }

  .text-block-3.klassiker.br {
    margin-top: 80px;
  }

  .text-block-3.klassiker.br.wht {
    margin-top: 29px;
    padding-left: 35px;
  }

  .column-10 {
    padding-left: 10px;
    display: block;
  }

  .container-21.uber.download {
    display: none;
  }

  .div-block-12.ba.wht.hinweis {
    margin-top: 17px;
    margin-left: -20px;
    margin-right: -23px;
  }

  .section-one-2 {
    margin-top: -131px;
  }

  .div-block-14.sans-grid.ru {
    margin-top: 244px;
  }

  .container-home {
    margin-top: 70px;
  }

  .container-home.new-dl {
    margin-top: 122px;
  }

  .text-span-4.blue {
    max-width: 450px;
    font-size: 36px;
    line-height: 36px;
  }

  .columns-3 {
    margin-right: 10px;
  }

  .container-23.dlonly {
    margin-top: 117px;
  }

  .text-block-4.imp {
    margin-top: 23px;
  }

  .nav-menu {
    flex: 0 auto;
    margin-top: 119px;
    display: block;
  }

  .column-16 {
    padding-left: 0;
  }

  .image-30 {
    width: 480px;
    height: 360px;
    margin-right: -201px;
  }

  .image-31 {
    width: 480px;
    height: 360px;
  }

  .div-block-17 {
    margin-left: -39px;
  }

  .text-block-5 {
    margin-top: 2px;
  }

  .image-33 {
    margin-top: 3px;
    margin-left: -36px;
  }

  .container-31 {
    display: flex;
  }

  .text-block-6 {
    margin-top: -180px;
    margin-left: 36px;
  }

  .container-kontakt {
    display: block;
  }

  .text-block-7 {
    padding-left: 12px;
  }

  .text-block-7.download {
    padding-left: 11px;
  }

  .text-block-8.uber {
    padding-left: 20px;
    padding-right: 5px;
  }

  .textlink {
    color: var(--blue-violet);
  }

  .div-block-27 {
    width: 650px;
  }

  .text-block-10 {
    color: var(--dark-turquoise);
    text-align: center;
    margin-top: 105px;
    font-family: neue-haas-grotesk-display;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    line-height: 22px;
  }

  .text-block-10.franzi {
    padding-right: 0;
    font-size: 22px;
    display: block;
  }

  .text-block-10.franzi.zwei {
    display: none;
  }

  .image-44 {
    max-width: 70%;
  }

  .image-45 {
    width: 210px;
    max-width: none;
    margin-right: -11px;
    padding-right: 2px;
  }

  .navbar-3 {
    z-index: 999;
  }

  .bold-text-4, .bold-text-5 {
    font-weight: 600;
  }

  .image-47 {
    margin-top: 82px;
  }

  .colwrapper {
    padding-left: 0;
  }

  .square.violet {
    background-color: rgba(0, 0, 0, 0);
    margin-left: -13px;
    display: flex;
  }

  .image-48 {
    margin-left: 34px;
  }

  .image-49 {
    margin-right: 19px;
  }

  .div-block-33 {
    justify-content: center;
    align-items: flex-start;
    margin-right: -10px;
    padding-right: 0;
    display: flex;
  }

  .colreplacement {
    display: none;
  }

  .image-52 {
    width: 80%;
    margin-left: 10px;
    padding-left: 4px;
  }

  .videotitle {
    font-size: 14px;
  }

  .container-49 {
    display: block;
  }

  .column-23 {
    display: none;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 50%;
  }

  .clean-t-flex-column.fluent._25 {
    width: 33.3333%;
  }

  .clean-t-flex-column.fluent._33 {
    width: 50%;
  }

  .clean-t-flex-column._33 {
    width: 40%;
  }

  .clean-t-flex-column.column-br-eauto {
    width: 54%;
  }

  .clean-t-flex-column.column-kids-intro-text {
    width: 50%;
  }

  .clean-t-flex-column.column-wo {
    width: 62%;
    flex: none;
  }

  .clean-t-flex-column.column-new.p-30.column-start-2mil-tonnen-eschrot-text {
    width: 47%;
  }

  .clean-t-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .clean-t-flex-row.tablet-vertical {
    flex-direction: column;
  }

  .clean-t-flex-row.reverse-tablet {
    flex-direction: row-reverse;
  }

  .clean-t-flex-row.row-new.row-start-intro {
    flex-direction: column;
  }

  .clean-t-custom-column.fluent._25 {
    width: 33.33%;
  }

  .clean-t-custom-column.fluent._33 {
    width: 50%;
  }

  .pe-start-hero-content-div {
    max-width: 76vw;
    padding-left: 340px;
  }

  .pe-start-hero-text-block {
    font-size: 16px;
  }

  .pe-start-hero-image {
    width: 410px;
    height: 450px;
    left: -175px;
  }

  .pe-h1 {
    font-size: 58px;
  }

  .pe-p.large, .pe-p.medium, .pe-p.small {
    font-size: 20px;
  }

  .pe-fachhandel-text-wrap {
    max-width: 360px;
  }

  .pe-start-hero-h1-wrap {
    width: 355px;
  }

  .clean-success-container {
    padding-left: 15px;
  }

  .pe-image-bg-frame.img-sigfried-and-joy {
    height: 480px;
    background-image: url('../images/img-kampagne-bg-header-4-mobile.jpg');
  }

  .pe-h2 {
    font-size: 48px;
  }

  .pe-h2.h2-medium {
    font-size: 46px;
  }

  .pe-h2.h2-small {
    font-size: 32px;
  }

  .pe-image.image-kampagne-content {
    max-width: 100%;
  }

  .pe-kampagne-content-image-wrap {
    padding-bottom: 40px;
  }

  .pe-full-section-content-wrap.hero-content-wrap {
    padding-left: 0;
  }

  .pe-full-section-content-div {
    max-width: 490px;
  }

  .pe-section-bg-partial-image.img-2 {
    object-position: 35% 20%;
  }

  .pe-image-headline-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pe-image-headline-div {
    max-width: 500px;
    bottom: -57px;
  }

  .pe-entsorgung-el-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-nav-cta-link-el {
    margin-top: 90px;
    margin-left: 125px;
  }

  .pe-nav-cta-link-content {
    margin-bottom: 0;
  }

  .pe-k-intro-image-wrap {
    margin-left: -60px;
  }

  .pe-k-intro-text-wrap {
    padding-top: 0;
  }

  .pe-k-astrix-icon-div {
    width: 34px;
    height: 33px;
  }

  .pe-k-section.bg-pink.header-section {
    margin-top: 0;
  }

  .pe-k-line-1 {
    bottom: 100px;
  }

  .pe-k-wieso-content-wrap {
    flex-direction: column;
  }

  .pe-k-wieso-content-1 {
    max-width: none;
  }

  .pe-k-wieso-content-2 {
    justify-content: flex-end;
    display: flex;
  }

  .pe-k-wieso-content-1-wrap {
    padding-left: 190px;
  }

  .pe-k-wieso-content-image-1-wrap {
    width: 491px;
    height: 390px;
    left: 6px;
  }

  .pe-k-wieso-content-line-1 {
    left: 50px;
  }

  .pe-k-wieso-content-image-2-wrap {
    margin-right: 0;
    position: relative;
  }

  .pe-k-wieso-content-line-2 {
    width: 310px;
    height: 90px;
    transform-origin: 50% 100%;
    bottom: -102px;
    right: 100px;
    transform: rotate(110deg)translate(0%, -75%);
  }

  .pe-k-line-3 {
    width: 130px;
    height: 70px;
    top: 58%;
    right: 21%;
  }

  .pe-k-was-ist-image-text {
    width: 181px;
    max-width: none;
    top: 92%;
    left: 70%;
  }

  .pe-k-was-ist-astrix-icon-div {
    width: 24px;
    height: 23px;
  }

  .pe-k-was-ist-text-wrap {
    margin-left: -45px;
    padding-top: 0;
  }

  .pe-k-was-ist-image-1 {
    width: 330px;
  }

  .pe-k-wo-image-wrap {
    margin-left: -70px;
    padding-top: 70px;
  }

  .pe-k-intro-content-wrap {
    margin-top: 0;
  }

  .pe-start-hero-content {
    max-width: 490px;
  }

  .pe-start-new-hero-image {
    left: 403px;
  }

  .pe-section-new.section-hero {
    padding-top: 150px;
  }

  .pe-section-new.section-header {
    padding-top: 120px;
  }

  .pe-start-intro-el-bg {
    width: auto;
    right: 0%;
  }

  .pe-section-bg {
    left: 20px;
    right: 20px;
  }

  .pe-start-kurz-die-basics-image-div {
    width: 580px;
    height: 320px;
    bottom: 0;
    right: 20px;
  }

  .pe-start-entsorge-eschrott-sign-image-wrap {
    margin-top: -50px;
  }

  .pe-image-start-entsorge-eschrott-1 {
    width: 520px;
  }

  .pe-start-kurz-die-basics-headline-wrap, .pe-cta-new-button-subline-text-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sticky.pe-sticky-start-darauf-achten {
    position: static;
    top: 0;
  }

  .pe-start-2mil-tonnen-eschrott-number {
    font-size: 18vw;
  }

  .pe-start-2mil-tonnen-eschrott-headline-wrap {
    margin-top: -125px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .clean-t-nav-menu {
    background-color: #ececec;
  }

  .clean-t-nav-menu.pe-nav-manu {
    background-color: #ede8e3;
  }

  .clean-t-nav-link {
    display: block;
  }

  .clean-t-nav-link:hover, .clean-t-nav-link.style-nav-link:hover {
    color: #4b4b4b;
  }

  .clean-t-nav-link.pe-nav-link {
    padding-left: 30px;
    padding-right: 30px;
  }

  .clean-t-nav-link.pe-nav-link:hover {
    color: var(--black);
  }

  .clean-t-nav-menu-lang-wrap {
    max-width: 728px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    display: block;
  }

  .clean-t-language-link, .clean-t-language-link.small-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .clean-t-language-link.simple-lang-link {
    color: #4b4b4b;
    letter-spacing: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700;
  }

  .clean-t-dropdown-list-wrapper {
    box-shadow: none;
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, .05);
    border-style: solid none;
    border-radius: 0;
  }

  .clean-t-dropdown-list-wrapper.pe-dropdown-list-wrap {
    box-shadow: none;
    background-color: rgba(24, 24, 24, .06);
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .clean-t-nav-dropdown-icon {
    margin-top: 24px;
    margin-bottom: 25px;
  }

  .clean-t-nav-dropdown-icon.plus-icon {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 17px;
  }

  .clean-t-pre-nav-social-link {
    width: 44px;
    height: 38px;
    opacity: .7;
    background-size: 20px;
  }

  .clean-t-pre-nav-social-link.linkedin {
    background-image: url('../images/icon_social_linkedin_black.svg');
  }

  .clean-t-pre-nav-social-link.xing {
    background-image: url('../images/icon_social_xing_black.svg');
  }

  .clean-t-pre-nav-social-link.youtube {
    background-image: url('../images/icon_social_youtube_black.svg');
  }

  .clean-t-pre-nav-social-link.facebook {
    background-image: url('../images/icon_social_facebook_black.svg');
  }

  .clean-t-pre-nav-social-link.twitter {
    background-image: url('../images/icon_social_twitter_black.svg');
  }

  .clean-t-pre-nav-social-link.instagram {
    background-image: url('../images/icon_social_instagram_black.svg');
  }

  .clean-t-pre-nav-social-link.pe-pre-nav-social-link {
    width: 46px;
    height: 46px;
    background-position: 50%;
    background-size: contain;
  }

  .clean-t-nav-menu-wrapper {
    position: relative;
    overflow: auto;
  }

  .clean-t-nav-menu-wrapper.fixed-buttom-wrapper.pe-nav-menu-wrapper {
    background-color: #e3dbd2;
  }

  .clean-t-pre-nav-element-wrap {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }

  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 25px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .clean-t-pre-nav-element-wrap.pr-pre-nav-element-wrap {
    margin-right: 0;
  }

  .clean-t-pre-nav-element-wrap.pe-pre-nav-element-wrap-mobile {
    min-height: 64px;
    background-color: #e3dbd2;
    justify-content: center;
    margin-top: 2px;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .clean-t-pre-nav-phone-text {
    color: #4b4b4b;
    font-size: 13px;
  }

  .clean-t-pre-navbar-2 {
    display: none;
  }

  .clean-t-pre-nav-phone-icon-wrap {
    padding: 4px;
  }

  .clean-t-nav-menu-button {
    padding: 15px 16px 14px;
    font-size: 35px;
  }

  .clean-t-nav-menu-button.w--open {
    background-color: #4b4b4b;
  }

  .clean-t-nav-menu-button.pe-nav-menu-button {
    color: var(--black);
    padding: 11px 12px 10px;
    font-size: 44px;
  }

  .clean-t-nav-menu-button.pe-nav-menu-button.w--open {
    background-color: rgba(0, 0, 0, .1);
  }

  .clean-t-pre-nav-phone-icon {
    width: 14px;
    height: 14px;
  }

  .clean-t-nav-menu-extra-wrap {
    height: 196px;
    background-color: rgba(0, 0, 0, .05);
    padding: 6px 12px;
    display: block;
  }

  .clean-t-nav-menu-extra-wrap.pe-nav-menu-extra-wrap {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .lang-text-inactive {
    opacity: .4;
  }

  .clean-t-language-arrow {
    top: 17px;
  }

  .clean-t-dropdown-list {
    width: auto;
    overflow: hidden;
  }

  .clean-t-dropdown-list.w--open {
    position: relative;
    top: 0;
  }

  .clean-t-nav-logo-link-div.pe-nav-logo {
    width: 68px;
    height: 65px;
    margin-top: 0;
    overflow: hidden;
  }

  .clean-t-navbar.style-navbar {
    height: 66px;
  }

  .clean-t-nav-element-wrapper {
    position: relative;
  }

  .clean-t-dropdown-nav-link.style-dropdown-nav-link:hover {
    color: #4b4b4b;
  }

  .clean-t-dropdown-nav-link.pe-dropdown-nav-link {
    padding-left: 50px;
    padding-right: 30px;
  }

  .clean-t-dropdown-nav-link.pe-dropdown-nav-link:hover {
    color: var(--black);
  }

  .clean-t-pre-nav-container {
    float: none;
  }

  .clean-t-pre-nav-container.mobile-container {
    float: right;
    display: flex;
  }

  .clean-t-language-icon {
    top: 12px;
  }

  .pe-navbar-container-full-width.main-nav-container {
    height: 65px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pe-pre-navbar-plan-e-kids-link {
    width: 75px;
    height: 47px;
  }

  .pe-pre-navbar-kampagne-link {
    font-size: 18px;
  }

  .pe-nav-manu-link-wrap {
    height: 100%;
    border-top: 2px solid #ede8e3;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .pe-widget-track {
    display: block;
    bottom: 55px;
  }

  .pe-widget-stick-el {
    top: 92vh;
  }

  .pe-nav-dropdown {
    display: block;
  }

  .videotitle-2 {
    font-size: 14px;
  }

  .pe-k-intro-cta-el-wrap {
    bottom: -37px;
    right: -110px;
    transform: translate(100%, 100%);
  }

  .clean-t-button {
    opacity: 1;
  }

  .clean-t-modal-close-overlay-link-div {
    color: #fff;
    top: -20px;
    right: -20px;
  }

  .pe-k-intro-cta-el-2-wrap {
    margin-bottom: 40px;
    position: relative;
    top: auto;
    left: auto;
  }

  .pe-k-intro-cta-el-2-wrap.wrap-was-ist-section {
    margin-top: 45px;
    margin-bottom: 0;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 37px;
  }

  .body {
    margin-top: 0;
  }

  .body.rec {
    margin-top: -352px;
  }

  .body.kreislauf {
    margin-top: 0;
  }

  .body.fachhandel {
    margin-top: -319px;
  }

  .body.wege, .body.uber, .body.sei, .body.download, .body.imp {
    margin-top: 0;
  }

  .container.replacemnet.sei {
    display: block;
  }

  .section-one {
    align-items: flex-start;
    margin-top: -2px;
    margin-left: 0;
    display: block;
  }

  .section-one.green {
    margin-left: -1px;
  }

  .section-one.stiftung.sei.uber {
    margin-top: 50px;
  }

  .section-one.b2b {
    margin-top: -53px;
  }

  .section-one.b2b.download {
    margin-top: 44px;
  }

  .section-one.download {
    margin-top: -201px;
  }

  .section-one.home.kreislauf {
    margin-top: 22px;
  }

  .section-one.home.eschrott {
    margin-top: 57px;
  }

  .section-one.reduce {
    display: none;
  }

  .section-one.repair {
    width: 100%;
    display: block;
    overflow: hidden;
  }

  .section-one.uber-ear {
    margin-bottom: -119px;
    margin-left: -2px;
  }

  .main-div {
    grid-template-columns: 1fr 3fr 3fr 3fr 3fr 3fr 3fr 1fr;
  }

  .section-3 {
    overflow: hidden;
  }

  .container-5 {
    clear: both;
    margin-top: -230px;
    display: block;
    overflow: hidden;
  }

  .container-5.download {
    align-items: flex-start;
    display: block;
  }

  .heading-claim {
    font-size: 48px;
    line-height: 48px;
  }

  .heading-claim.left {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-claim.left.elektro {
    line-height: 38px;
  }

  .heading-claim.green.p4 {
    margin-right: 22px;
  }

  .heading-claim.smaller.sg {
    margin-bottom: -229px;
  }

  .heading-claim.smaller.start {
    padding-left: 278px;
  }

  .heading-claim.smaller.start.p12 {
    margin-top: 2px;
    margin-left: 231px;
    padding-right: 422px;
    font-size: 26px;
    line-height: 32px;
    overflow: hidden;
  }

  .heading-claim.smaller.start.p12.p12-custom {
    width: auto;
    padding-right: 0;
    overflow: visible;
  }

  .heading-claim.batterien {
    padding-left: 66px;
    font-size: 36px;
  }

  .heading-claim.left.ru, .heading-claim.left.ru-2 {
    padding-left: 29px;
  }

  .heading-claim.br.akkus {
    line-height: 56px;
  }

  .heading-claim.uber {
    padding-left: 32px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-claim.uber.sub {
    font-size: 30px;
  }

  .heading-claim.uber.sub.wht {
    margin-bottom: 3px;
    padding-left: 10px;
    font-size: 22px;
  }

  .heading-claim.uber.sub.zwei, .heading-claim.uber.sub.lila {
    padding-right: 20px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-claim.uber.zwei {
    margin-top: 43px;
  }

  .heading-claim.uber.zwei.dat, .heading-claim.uber.zwei.dat-2 {
    padding-left: 26px;
  }

  .heading-claim.uber.ear.zwei {
    margin-top: 184px;
    padding-left: 31px;
  }

  .heading-claim.uber.ear.zwei.mobile {
    margin-top: 198px;
  }

  .heading-claim.uber.zwei-2 {
    margin-top: 43px;
  }

  .heading-claim.uber.zwei-2.dat, .heading-claim.uber.zwei-2.dat-2 {
    padding-left: 26px;
  }

  .heading-claim.sec-1 {
    margin-bottom: 19px;
    margin-right: 11px;
    font-size: 36px;
    line-height: 38px;
  }

  .heading-claim.sec-1.wert {
    padding-right: 18px;
  }

  .heading-claim.u1 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 36px;
    line-height: 40px;
  }

  .heading-claim.dl.top {
    margin-bottom: 15px;
    padding-left: 10px;
  }

  .section-main {
    margin-top: 62px;
    position: relative;
    overflow: hidden;
  }

  .section-main.illegal {
    margin-top: 42px;
  }

  .section-main.download {
    margin-top: 244px;
  }

  .brand-2.dl {
    margin-top: 0;
    padding-bottom: 60px;
  }

  .brand-2.imp {
    margin-top: 0;
  }

  .brand-2.illegal {
    margin-top: 237px;
  }

  .brand-2.home {
    margin-top: 195px;
  }

  .text-block {
    margin-left: 7px;
    padding-left: 316px;
    padding-right: 14px;
    font-size: 16px;
    line-height: 20px;
  }

  .text-block.imp.dat {
    margin-top: 27px;
    padding-left: 17px;
  }

  .text-block.reduce.violet, .text-block.reduce.blue {
    padding-left: 50px;
    font-size: 16px;
    line-height: 20px;
  }

  .button.sec1 {
    margin-top: 20px;
    margin-left: 164px;
    margin-right: 12px;
  }

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2.red {
    float: none;
    object-fit: fill;
    padding-right: 0;
  }

  .text-block-2.green.p9 {
    text-align: right;
    padding-right: 25px;
    line-height: 24px;
  }

  .text-block-2.greenwhite {
    margin-left: -56px;
    padding-left: 14px;
  }

  .text-block-2.greenwhite.home {
    padding-right: 70px;
  }

  .text-block-2.left._2t {
    color: var(--blue-violet);
    margin-top: -49px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-2.left._2t.st.illegal {
    height: 150px;
    margin-top: -71px;
    margin-bottom: 40px;
    margin-left: -229px;
    padding-top: 0;
    display: flex;
  }

  .text-block-2.left._2t.eschrott {
    margin-top: -152px;
    margin-bottom: -183px;
    margin-left: -36px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-2.left.rc.r {
    margin-left: 3px;
    padding-right: 67px;
    font-size: 24px;
  }

  .text-block-2.left.rc.blk {
    margin-top: 35px;
  }

  .text-block-2.left.rc.r-2 {
    font-size: 24px;
  }

  .text-block-2.left.rc.blk-2 {
    margin-top: 35px;
  }

  .text-block-2.left.ba.big.batterien {
    text-align: center;
    padding-left: 68px;
    padding-right: 88px;
  }

  .text-block-2.left.uber._2t.blk.kontakt.leer {
    text-align: left;
    margin-bottom: -85px;
    margin-left: -296px;
    font-size: 16px;
  }

  .text-block-2.left.uber._2t.blk.kontakt.sub {
    text-align: left;
    margin-top: -76px;
    margin-left: 2px;
    padding-right: 0;
  }

  .text-block-2.left.uber._2t.blk.sei-dabei.replacement {
    margin-top: 4px;
    margin-bottom: -70px;
    padding-left: 24px;
  }

  .text-block-2.left.uber._2t.kontakt.blk {
    margin-left: 12px;
    font-size: 16px;
  }

  .text-block-2.left.uber._2t.kontakt.blk.middle {
    text-align: left;
    margin-left: -178px;
    padding-top: 0;
  }

  .text-block-2.left.franzi {
    color: var(--dark-turquoise);
  }

  .text-block-2.left.franzi._40 {
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 22px;
    line-height: 24px;
    display: block;
  }

  .text-block-2.right._2t {
    margin-top: 9px;
    margin-left: 101px;
  }

  .text-block-2.right.batterien {
    text-align: right;
    padding-left: 45px;
    padding-right: 132px;
  }

  .text-block-2.right.batterien.sub {
    padding-right: 45px;
  }

  .text-block-2.right.batterien.sub.knopfzelle {
    margin-top: -9px;
    padding-left: 45px;
  }

  .text-block-2.right-2._2t {
    margin-top: 9px;
    margin-left: 101px;
  }

  .text-block-2.right-2.batterien {
    text-align: right;
    padding-left: 45px;
    padding-right: 132px;
  }

  .text-block-2.right-2.batterien.sub {
    padding-right: 45px;
  }

  .text-block-2.right-2.batterien.sub.knopfzelle {
    margin-top: -9px;
    padding-left: 45px;
  }

  .text-block-2.right-2._2t {
    margin-top: 9px;
    margin-left: 101px;
  }

  .text-block-2.right-2.batterien {
    text-align: right;
    padding-left: 45px;
    padding-right: 132px;
  }

  .text-block-2.right-2.batterien.sub {
    padding-right: 45px;
  }

  .text-block-2.right-2.batterien.sub.knopfzelle {
    margin-top: -9px;
    padding-left: 45px;
  }

  .cta.green {
    margin-bottom: 0;
  }

  .cta.elektro {
    margin-left: -44px;
  }

  .cta.p12.repair {
    margin-bottom: 30px;
  }

  .cta.imp-2 {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-5.sans-grid.green {
    padding-left: 39px;
    padding-right: 197px;
  }

  .div-block-6 {
    padding-left: 35px;
    padding-right: 54px;
  }

  .heading.red.p12 {
    text-align: left;
  }

  .heading.red.tv {
    margin-left: 68px;
  }

  .heading.red.tv.angle {
    margin-top: -15px;
    margin-left: 0;
  }

  .column-2 {
    padding-top: 16px;
  }

  .container-11 {
    text-align: right;
    padding-right: 19px;
  }

  .container-11.jome {
    text-align: center;
  }

  .column-4.start {
    height: 340px;
    justify-content: flex-start;
    position: relative;
  }

  .column-5 {
    height: 300px;
    display: none;
  }

  .column-5.p12 {
    position: static;
  }

  .image-2 {
    width: 60%;
    height: 19%;
  }

  .image-2.batteries {
    width: 240px;
    height: 160px;
  }

  .column-6 {
    height: 60%;
  }

  .column-6.imp {
    height: 80px;
    padding-left: 0;
  }

  .column-7.imp {
    height: 80px;
    padding-top: 30px;
  }

  .column-7.e-schrott {
    margin-top: -56px;
    padding-top: 0;
  }

  .column-7.imp-2 {
    height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .columns-2 {
    width: 100vw;
    margin-left: 0;
    padding-left: 0;
    display: none;
  }

  .columns-2.ba {
    display: block;
  }

  .columns-2.uber {
    width: 80%;
  }

  .columns-2.imp {
    margin-left: 28px;
    display: block;
  }

  .columns-2.e-schrott {
    display: none;
  }

  .section-4.fachh-ndler, .section-5, .section-5.finder {
    overflow: hidden;
  }

  .section-inter2 {
    height: 600px;
    overflow: hidden;
  }

  .section-inter2.iron {
    overflow: hidden;
  }

  .container-15 {
    margin-bottom: 1px;
  }

  .image-11 {
    width: 500px;
    height: 380px;
    margin-top: 55px;
  }

  .div-block-9 {
    margin-top: 330px;
  }

  .section-6 {
    overflow: hidden;
  }

  .section-impressum {
    margin-left: -28px;
    overflow: hidden;
  }

  .section-impressum.franzi {
    margin-top: 0;
  }

  .div-block-11.left {
    width: 300px;
    margin-left: 123px;
  }

  .div-block-11.left._2t {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.left.st {
    height: 160px;
    align-items: flex-start;
  }

  .div-block-11.left.teil.sei-dabei {
    width: 400px;
    height: 280px;
    margin-left: 26px;
  }

  .div-block-11.left.imp {
    justify-content: flex-end;
    margin-top: 0;
    margin-left: -30px;
  }

  .div-block-11.left.franzitext {
    margin-left: 94px;
  }

  .div-block-11.middle._2t.row2.sammel {
    display: block;
  }

  .div-block-11.middle._2t.echrott {
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-11.right.sg.row2.sammel {
    display: block;
  }

  .div-block-11.right.franzi {
    justify-content: space-between;
    margin-bottom: -62px;
    margin-left: 0;
    padding-top: 0;
  }

  .div-block-11.right.franzi.zwei {
    text-align: left;
    justify-content: center;
    display: block;
    position: relative;
  }

  .div-block-11.right.franzi.zwei.mobhoriz {
    margin-left: 140px;
    display: block;
  }

  .text-block-3.klassiker {
    margin-bottom: 4px;
    margin-left: 12px;
    padding-bottom: 41px;
  }

  .text-block-3.klassiker.br.wht {
    margin-top: 25px;
  }

  .text-block-3.red.ru {
    padding-left: 8px;
    padding-right: 31px;
  }

  .text-block-3.red.ru.bottom {
    margin-left: 25px;
  }

  .container-20 {
    clear: both;
  }

  .container-20.recycling {
    text-align: left;
  }

  .container-20.g1, .container-20.g1.r2, .container-20.g1.r3, .container-20.g1.r4, .container-20.g1.r5, .container-20.g1.r6 {
    display: none;
  }

  .column-10 {
    display: block;
  }

  .column-10.imp {
    display: none;
  }

  .container-21 {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
  }

  .container-21.st {
    padding-left: 21px;
  }

  .container-21.st.illegal {
    padding-left: 0;
    display: block;
  }

  .container-21.uber {
    display: none;
  }

  .div-block-12.ba.leer {
    margin-left: 0;
  }

  .div-block-12.br {
    clear: both;
  }

  .div-block-12.br.blk {
    margin-left: 0;
  }

  .grid.row1 {
    justify-items: stretch;
  }

  .section-one-2 {
    margin-top: -163px;
  }

  .heading-2.ru.red.rechts {
    padding-left: 12px;
    font-size: 20px;
  }

  .heading-2.ru.red.rechts.grey {
    margin-right: 25px;
    padding-left: 0;
    font-size: 20px;
  }

  .container-home {
    margin-top: 104px;
  }

  .text-span-4.blue.br {
    text-align: center;
    margin-left: -1px;
    padding-left: 0;
  }

  .image-20 {
    width: 200px;
    height: 200px;
  }

  .container-23 {
    padding-left: 22px;
  }

  .div-block-15 {
    margin-right: 51px;
  }

  .text-block-4.imp {
    margin-top: 21px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .navbar-2 {
    margin-top: 0;
    top: 100px;
  }

  .section-1.rfuug {
    margin-top: 16px;
    overflow: hidden;
  }

  .column-15 {
    overflow: hidden;
  }

  .column-16 {
    margin-top: -519px;
    overflow: hidden;
  }

  .image-30, .image-31 {
    width: 400px;
    height: 300px;
  }

  .section-5n {
    overflow: hidden;
  }

  .column-17 {
    height: 200px;
    padding-left: 0;
  }

  .text-block-5 {
    margin-top: -22px;
  }

  .container-27 {
    margin-top: -10px;
    padding-top: 0;
    display: none;
  }

  .image-33 {
    height: 1200px;
    margin-left: -18px;
  }

  .image-34 {
    margin-left: -28px;
  }

  .image-35 {
    padding-left: 0;
  }

  .video {
    width: 100vw;
  }

  .container-30.uber-ear {
    margin-bottom: 49px;
  }

  .image-36 {
    margin-top: 150px;
  }

  .image-36.uber {
    margin-top: 59px;
  }

  .text-block-6 {
    margin-top: -34px;
  }

  .text-block-6.ubermobile {
    margin-left: 3px;
  }

  .link {
    margin-left: 35px;
  }

  .text-block-7 {
    padding-left: 29px;
    padding-right: 46px;
  }

  .text-block-8 {
    padding-left: 32px;
    padding-right: 26px;
  }

  .text-block-8.uber {
    padding-left: 30px;
    padding-right: 33px;
  }

  .textlink.replacement {
    color: var(--blue-violet);
  }

  .image-43 {
    width: 100%;
    height: 53%;
  }

  .div-block-27 {
    display: none;
    overflow: hidden;
  }

  .text-block-10 {
    margin-bottom: -80px;
  }

  .text-block-10.franzi {
    margin-bottom: -30px;
    padding-left: 45px;
  }

  .text-block-10.franzi.zwei {
    padding-left: 0;
    display: block;
  }

  .image-45 {
    width: 140px;
    margin-right: -19px;
  }

  .columns-5 {
    width: 545.239px;
  }

  .image-47 {
    margin-top: -34px;
  }

  .colwrapper {
    display: none;
  }

  .square.violet {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-48 {
    margin-left: -1px;
    display: inline-block;
  }

  .colreplacement {
    width: 50%;
    text-align: center;
    margin-left: 118px;
    padding-right: 0;
    display: block;
  }

  .container-38 {
    padding-left: 28px;
  }

  .textreplacemnet {
    color: var(--black);
    padding-top: 0;
    padding-bottom: 20px;
    font-family: Ngh b, sans-serif;
    font-weight: 600;
  }

  .image-52 {
    width: 70%;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    margin-top: -17px;
    margin-left: -86px;
    display: flex;
  }

  .div-block-35 {
    width: 200px;
    height: 200px;
    background-color: var(--red);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-53 {
    width: 92%;
    height: 92%;
  }

  .container-39.uber {
    clear: left;
    padding-left: 5px;
  }

  .image-54 {
    display: block;
  }

  .image-54.sammel {
    padding-top: 283px;
  }

  .text-block-11 {
    color: var(--blue-violet);
    padding-left: 35px;
    padding-right: 257px;
    font-family: "Ngh 65", sans-serif;
    font-size: 18px;
  }

  .text-block-11.uber_small {
    font-size: 16px;
  }

  .text-block-11.uber_small.blk {
    color: var(--black);
  }

  .text-block-11.download {
    color: var(--black);
    font-size: 14px;
  }

  .text-block-11.download.mobile {
    display: none;
  }

  .container-44 {
    display: block;
  }

  .text-span-14 {
    color: var(--black);
    font-family: Azosans, sans-serif;
  }

  .youtube {
    margin-top: 49px;
  }

  .container-47, .columns-7 {
    overflow: hidden;
  }

  .div-block-37 {
    width: 100%;
    height: 550px;
    background-color: var(--dark-turquoise);
    position: absolute;
    overflow: hidden;
  }

  .container-48 {
    clear: left;
  }

  .image-56 {
    flex: 0 auto;
  }

  .container-49 {
    display: none;
  }

  .section.download {
    margin-left: 0;
    padding-left: 0;
  }

  .grid-2, .grid-3 {
    margin-right: 20px;
  }

  .column-23 {
    display: none;
  }

  .clean-t-flex-column.quarter {
    width: 50%;
    flex: none;
  }

  .clean-t-flex-column.fluent {
    flex-basis: 100%;
  }

  .clean-t-flex-column.fluent._25 {
    width: 50%;
    flex: none;
  }

  .clean-t-flex-column.fluent._33 {
    flex-grow: 0;
  }

  .clean-t-flex-column._50 {
    width: 100%;
    flex: none;
  }

  .clean-t-flex-column._33 {
    width: auto;
    flex: 1;
  }

  .clean-t-flex-column.inside-content {
    padding-left: 0;
    padding-right: 0;
  }

  .clean-t-flex-column.column-br-eauto {
    width: auto;
  }

  .clean-t-flex-column.column-kids-intro-text, .clean-t-flex-column.column-wo {
    width: auto;
    flex: 1;
  }

  .clean-t-flex-column.column-new {
    padding-left: 0;
    padding-right: 0;
  }

  .clean-t-flex-column.column-new.column-start-kurz-die-basics {
    width: auto;
  }

  .clean-t-flex-column.column-new.p-30.column-start-2mil-tonnen-eschrot-text {
    width: auto;
    flex: 1;
  }

  .clean-t-flex-column.column-new.column-start-2mil-tonnen-eschrot-text {
    width: auto;
  }

  .clean-t-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .style-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .clean-t-flex-row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: wrap;
    align-content: stretch;
  }

  .clean-t-flex-row.inside-content {
    margin-left: 0;
    margin-right: 0;
  }

  .clean-t-flex-row.g-kids-was {
    grid-row-gap: 130px;
  }

  .clean-t-flex-row.reverse-tablet {
    flex-direction: column-reverse;
  }

  .clean-t-flex-row.row-new {
    margin-left: 0;
    margin-right: 0;
  }

  .clean-t-flex-row.reverse-mobile {
    flex-direction: column-reverse;
  }

  .clean-t-custom-column {
    float: none;
  }

  .clean-t-custom-column._40 {
    width: 100%;
  }

  .clean-t-custom-column._33 {
    width: auto;
  }

  .clean-t-custom-column._75 {
    width: 100%;
  }

  .clean-t-custom-column._50 {
    width: auto;
  }

  .clean-t-custom-column._50._1-2 {
    width: 100%;
  }

  .clean-t-custom-column.fluent._25, .clean-t-custom-column.fluent._33 {
    width: auto;
  }

  .clean-t-custom-column._66 {
    width: 100%;
  }

  .clean-t-custom-column._25 {
    width: auto;
  }

  .clean-t-custom-column._25._75-combo, .clean-t-custom-column._20 {
    width: 100%;
  }

  .pe-start-hero-content-div {
    max-width: 490px;
    justify-content: flex-start;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
  }

  .pe-start-hero-text-block {
    font-size: 20px;
  }

  .pe-button-wrap.hide-mobile {
    display: none;
  }

  .pe-start-hero-image {
    width: 370px;
    height: 406px;
    margin-bottom: 35px;
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }

  .pe-section-hero {
    margin-top: 25px;
  }

  .pe-h1 {
    font-size: 54px;
  }

  .pe-fachhandel-button-wrap {
    justify-content: flex-end;
    display: flex;
  }

  .pe-content-container.mt-75.hide.show-mobile {
    display: block;
  }

  .pe-content-container.content-start-entsorgen-eschrott {
    margin-top: 30px;
  }

  .pe-content-container.mt-110.hide.show-mobile, .pe-content-container.hide.show-mobile {
    display: block;
  }

  .pe-start-hero-h1-wrap {
    width: auto;
  }

  .clean-success-container {
    padding-left: 10px;
  }

  .pe-image-bg-frame {
    height: auto;
    background-position: 60%;
    padding-top: 36%;
  }

  .pe-h2 {
    margin-bottom: 25px;
    font-size: 46px;
    line-height: 1.1em;
  }

  .pe-h2.h2-medium {
    font-size: 36px;
  }

  .pe-h2.h2-start-2mil-tonnen-eschrott {
    font-size: 46px;
  }

  .pe-image {
    height: 57vw;
  }

  .pe-image.img-default {
    height: auto;
  }

  .pe-image.img-default.mobile-large {
    display: block;
  }

  .pe-image.img-default.desktop-tablet, .pe-section-bg-partial-image {
    display: none;
  }

  .pe-section-bg-partial-image.img-3 {
    object-position: 58% 50%;
  }

  .pe-section-bg-partial-image.mobile {
    display: block;
  }

  .pe-image-headline-div {
    max-width: none;
  }

  .pe-entsorgung-el-text-div {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pe-batterie-rueckname-eauto-image-wrap {
    max-width: 70%;
    margin-top: 35px;
    margin-left: auto;
  }

  .pe-download-link-image-div {
    min-height: 70px;
    flex: none;
  }

  .pe-nav-cta-link-el {
    margin-top: 20vw;
    margin-left: 20vw;
  }

  .pe-nav-cta-image-1 {
    width: 70vw;
    height: 11vw;
  }

  .pe-nav-cta-image-2 {
    width: 13vw;
    height: 19vw;
    bottom: 33%;
    left: -9%;
  }

  .i-image {
    width: 100%;
    height: 60vw;
    object-position: 50% 55%;
  }

  .clean-t-checkbox-icon {
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-left: 4px;
  }

  .clean-t-toggle-nub {
    width: 26px;
    height: 26px;
    top: 4px;
    left: 4px;
  }

  .clean-t-toggle-bg {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }

  .clean-t-radio-overlay {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }

  .clean-t-radio {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }

  .clean-t-radio-toggl {
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
  }

  .clean-t-toggle-overlay {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }

  .clean-t-checkbox-el {
    width: 34px;
    height: 34px;
  }

  .clean-t-checkbox-overlay {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }

  .clean-t-tickbox {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }

  .clean-t-radio-bg, .clean-t-checkbox-bg {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }

  .clean-t-text-field-label.i-text-field-label {
    font-size: .85em;
  }

  .clean-t-toggle {
    min-height: 34px;
    padding-top: 7px;
  }

  .clean-t-radio-el {
    width: 34px;
    height: 34px;
    max-height: 34px;
    max-width: 34px;
  }

  .clean-t-toggle-el {
    width: 47px;
    height: 34px;
    max-height: 34px;
    max-width: 47px;
  }

  .pe-k-intro-image-wrap {
    margin-left: 0;
  }

  .pe-k-intro-text-wrap {
    margin-left: 0;
    padding-top: 60px;
    padding-left: 25px;
  }

  .pe-k-headline-wrap {
    max-width: 380px;
  }

  .pe-k-headline-word-image {
    padding-right: 12px;
  }

  .pe-k-line-1 {
    width: 120px;
    height: 100px;
    transform-origin: 50%;
    bottom: -12px;
    left: 75px;
    right: auto;
    transform: rotate(102deg)translate(100%);
  }

  .pe-k-was-important-wrap {
    margin-top: 60px;
    padding-bottom: 100px;
    padding-left: 88px;
  }

  .pe-k-important-circle-wrap {
    width: 290px;
    height: 290px;
    padding: 30px 25px 5px;
  }

  .pe-k-was-important-image {
    width: 240px;
  }

  .pe-k-line-2 {
    width: 160px;
    height: 400px;
    bottom: 178px;
    right: -24px;
  }

  .pe-k-headline-image-was, .pe-k-headline-image-wieso {
    width: 130px;
  }

  .pe-k-wieso-content-2 {
    justify-content: center;
  }

  .pe-k-wieso-content-1-wrap {
    padding-bottom: 187px;
  }

  .pe-k-wieso-content-image-2-wrap {
    padding-top: 175px;
  }

  .pe-k-wieso-content-line-2 {
    display: none;
  }

  .pe-k-wieso-content-line-2.mobile {
    width: 230px;
    height: 70px;
    display: block;
    bottom: -44px;
    right: 50%;
  }

  .pe-k-was-ist-image-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .pe-k-line-3 {
    display: none;
  }

  .pe-k-was-ist-image-text {
    top: 81%;
    left: 60%;
  }

  .pe-k-was-ist-astrix-icon-div {
    width: 28px;
    height: 27px;
  }

  .pe-k-was-ist-text-wrap {
    margin-left: 0;
    padding-top: 38px;
    padding-left: 0;
  }

  .pe-k-was-ist-image-1 {
    width: auto;
  }

  .pe-k-wo-text-wrap {
    margin-left: 0;
  }

  .pe-k-wo-image-wrap {
    margin-left: 0;
    padding-top: 55px;
  }

  .pe-k-button-finder-wrap {
    margin-left: -34px;
  }

  .pe-k-headline-image-wo {
    width: 86px;
  }

  .pe-start-new-hero-image {
    width: 100%;
    height: 59vw;
    margin-bottom: 40px;
    position: relative;
    top: auto;
    left: auto;
  }

  .pe-section-new.section-hero, .pe-section-new.section-header {
    padding-top: 95px;
  }

  .pe-section-new.section-header.test {
    padding-top: 543px;
  }

  .pe-start-intro-el-bg {
    width: 101px;
    right: auto;
  }

  .pe-section-bg {
    left: 0;
    right: 0;
  }

  .pe-start-kurz-die-basics-image-div {
    width: 750px;
    height: 380px;
    position: relative;
    top: -40px;
    bottom: auto;
    left: -70px;
    right: auto;
  }

  .pe-start-entsorge-eschrott-headline-wrap {
    padding-top: 0;
  }

  .pe-start-entsorge-eschrott-sign-image-wrap {
    margin-top: 20px;
  }

  .pe-start-kurz-die-basics-headline-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-h1-pre-subline {
    line-height: 1em;
  }

  .pe-cta-new-button-subline-text-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-start-2mil-tonnen-eschrott-headline-wrap {
    margin-top: -110px;
    padding-left: 0;
    padding-right: 0;
  }

  .pe-image-2mil-tonnen-eschrot {
    max-width: 100%;
    margin-left: 0%;
  }

  .pe-section-footer {
    margin-left: -28px;
    overflow: hidden;
  }

  .pe-start-hero-content-wrap {
    flex-direction: column-reverse;
    display: flex;
  }

  .clean-t-nav-menu-lang-wrap {
    align-items: center;
    padding-left: 12px;
    display: flex;
  }

  .clean-t-language-link.simple-lang-link {
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .clean-t-pre-nav-phone-text {
    display: none;
  }

  .clean-t-pre-nav-phone-icon-wrap {
    margin-right: 0;
    padding: 5px;
  }

  .clean-t-pre-nav-phone-icon {
    width: 18px;
    height: 18px;
  }

  .clean-t-nav-menu-extra-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }

  .clean-t-nav-logo-link-div {
    margin-left: 6px;
  }

  .clean-t-nav-logo-link-div.style-nav-logo {
    margin-left: 5px;
  }

  .pe-widget-track.subpage {
    bottom: -100px;
  }

  .pe-widget-stick-el {
    top: 90vh;
  }

  .pe-button-row.row-vertical {
    align-items: center;
  }

  .pe-was-eschrott-sammelgruppen-container {
    display: none;
  }

  .pe-footer-supporter-wrap {
    flex-wrap: wrap;
  }

  .pe-footer-el {
    flex-direction: column;
  }

  .pe-footer-el-logo-div {
    display: none;
  }

  .pe-footer-el-social-div, .pe-footer-el-links-wra {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-11-copy {
    color: var(--blue-violet);
    font-family: "Ngh 65", sans-serif;
    font-size: 18px;
  }

  .text-block-11-copy.uber_small {
    font-size: 16px;
  }

  .text-block-11-copy.uber_small.blk {
    color: var(--black);
  }

  .text-block-11-copy.download {
    color: var(--black);
    font-size: 14px;
  }

  .text-block-11-copy.download.mobile {
    display: none;
  }

  .videotitle-2 {
    margin-bottom: 0;
  }

  .pe-k-intro-cta-el-wrap {
    margin-top: 20px;
    margin-bottom: -130px;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: auto;
    left: -25px;
    right: auto;
    transform: translate(0%);
  }

  .hide.show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .clean-t-m-content-div {
    padding: 30px 25px 30px 30px;
  }

  .clean-t-modal-content {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-top: 0;
    overflow: visible;
  }

  .body.rec {
    margin-top: -399px;
  }

  .body.kreislauf {
    height: auto;
    margin-top: 0;
  }

  .body.fachhandel, .body.batterien, .body.wege, .body.sammlegruppen, .body.lithium, .body.uber, .body.sei, .body.download, .body.imp, .body.daten {
    margin-top: 0;
  }

  .section-one {
    margin-top: -32px;
    margin-left: 10px;
    display: block;
    overflow: hidden;
  }

  .section-one.washing {
    overflow: hidden;
  }

  .section-one.green {
    display: block;
  }

  .section-one.b2b {
    margin-top: 18px;
  }

  .section-one.home.kreislauf {
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }

  .section-one.home.eschrott {
    margin-top: 0;
    margin-bottom: 17px;
    display: block;
  }

  .section-one.home.startseite {
    margin-left: 0;
  }

  .section-one.repair {
    margin-left: 0;
    display: block;
  }

  .section-one.uber-ear {
    margin-top: -31px;
    margin-left: 10px;
  }

  .section-one.brandgefahr {
    margin-left: 9px;
  }

  .section-3 {
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .container-5 {
    margin-top: -69px;
    padding-left: 3px;
    display: block;
    overflow: hidden;
  }

  .container-5.ber {
    clear: both;
    margin-top: -73px;
    padding-bottom: 17px;
  }

  .container-5.download {
    margin-top: -73px;
    padding-bottom: 23px;
  }

  .container-5.home {
    margin-bottom: 16px;
  }

  .container-5.illegal {
    margin-top: -216px;
  }

  .heading-claim {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-claim.red {
    margin-top: 10px;
  }

  .heading-claim.left {
    margin-top: 26px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-claim.left.elektro {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-claim.left.elektro.mid {
    text-align: center;
  }

  .heading-claim.green {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .heading-claim.green.p4 {
    font-size: 36px;
    line-height: 40px;
  }

  .heading-claim.green.home {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-claim.smaller.sg {
    margin-bottom: -148px;
    padding-left: 25px;
    padding-right: 18px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading-claim.smaller.start {
    margin-left: 35px;
    padding-left: 41px;
    overflow: hidden;
  }

  .heading-claim.smaller.start.p12 {
    margin-top: -149px;
    margin-bottom: -2px;
    margin-left: -25px;
    padding-left: 56px;
    font-size: 22px;
    line-height: 26px;
    overflow: hidden;
  }

  .heading-claim.smaller.start.p12.p12-custom {
    margin-left: 0;
    padding-left: 30px;
  }

  .heading-claim.batterien {
    width: 300px;
    text-align: center;
    margin-left: 50px;
    padding-left: 0;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-claim.left.ru, .heading-claim.left.ru-2 {
    padding-left: 25px;
    font-family: Ngh b, sans-serif;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-claim.br.akkus {
    margin-top: -31px;
    margin-left: -23px;
    line-height: 42px;
  }

  .heading-claim.uber {
    margin-top: 6px;
    padding-left: 22px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-claim.uber.sub {
    padding-left: 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-claim.uber.sub.wht {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-claim.uber.sub.wht.teil.sei-dabei {
    padding-top: 92px;
    padding-left: 3px;
    font-size: 20px;
  }

  .heading-claim.uber.zwei {
    font-size: 26px;
  }

  .heading-claim.uber.zwei.dat {
    margin-top: 16px;
    padding-left: 24px;
    font-size: 20px;
  }

  .heading-claim.uber.zwei.dat-2 {
    padding-left: 24px;
    font-size: 20px;
  }

  .heading-claim.uber.teil {
    margin-top: 29px;
  }

  .heading-claim.uber.ear.zwei.mobile {
    margin-top: 29px;
    padding-left: 20px;
    padding-right: 0;
    font-size: 18px;
  }

  .heading-claim.uber.dl {
    margin-top: 11px;
  }

  .heading-claim.uber.zwei-2 {
    font-size: 26px;
  }

  .heading-claim.uber.zwei-2.dat {
    margin-top: 16px;
    padding-left: 24px;
    font-size: 20px;
  }

  .heading-claim.uber.zwei-2.dat-2 {
    padding-left: 24px;
    font-size: 20px;
  }

  .heading-claim.sec-1 {
    margin: 30px 0 78px -59px;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-claim.sec-1.wert {
    margin-bottom: -1px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-claim.u1 {
    margin-top: -36px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-claim.download, .heading-claim.download.zwei {
    font-size: 20px;
  }

  .heading-claim.dl.top {
    margin-bottom: 22px;
    font-size: 24px;
  }

  .container-7.navmenu {
    margin-top: -50px;
  }

  .section-main {
    margin-top: 20px;
    position: relative;
  }

  .section-main.kreislauf {
    margin-top: -12px;
  }

  .section-main.esschrott {
    margin-top: -10px;
  }

  .section-main.recycling {
    margin-top: 463px;
  }

  .section-main.sammelgruppen {
    margin-top: -19px;
  }

  .section-main.batterien {
    margin-top: -10px;
  }

  .section-main.illegal {
    margin-top: 54px;
  }

  .section-main.reduce {
    margin-top: 58px;
  }

  .section-main.akkus {
    margin-top: -18px;
  }

  .section-main.uber {
    margin-top: -17px;
  }

  .section-main.kontakt {
    margin-top: -23px;
  }

  .section-main.imp {
    margin-top: 59px;
  }

  .section-main.sei {
    margin-top: -23px;
  }

  .section-main.download {
    margin-top: 236px;
  }

  .section-main.datenschutz {
    margin-top: -16px;
  }

  .brand-2 {
    width: 120px;
    height: 120px;
    margin-top: 77px;
    margin-left: 20px;
  }

  .brand-2.rec {
    margin-left: 20px;
  }

  .brand-2.uber {
    clear: none;
    padding-bottom: 59px;
  }

  .brand-2.home {
    margin-top: 75px;
    margin-left: 27px;
    overflow: visible;
  }

  .text-block {
    margin-top: 28px;
    margin-left: 15px;
    padding-bottom: 104px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block.imp.dat {
    margin-top: 24px;
  }

  .text-block.reduce.violet {
    margin-top: -96px;
    padding-bottom: 0;
  }

  .text-block.home.eschrott {
    padding-bottom: 70px;
    padding-left: 117px;
    padding-right: 17px;
    font-size: 20px;
    line-height: 24px;
  }

  .button.sec1 {
    text-align: left;
    margin-top: 64px;
    margin-left: 162px;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.sec1.wertstoff {
    margin-bottom: 44px;
    margin-right: 18px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2.red {
    margin-bottom: 40px;
    font-family: Ngh b, sans-serif;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2.green {
    padding-left: 33px;
    padding-right: 18px;
    line-height: 24px;
  }

  .text-block-2.green.p9 {
    padding-right: 31px;
  }

  .text-block-2.handel {
    text-align: right;
    margin-top: -50px;
    padding-left: 51px;
    padding-right: 51px;
    font-size: 20px;
    overflow: hidden;
  }

  .text-block-2.batterien {
    margin-top: 29px;
    padding-top: 0;
    padding-left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2.greenwhite {
    margin-top: 121px;
    margin-left: -172px;
  }

  .text-block-2.greenwhite.home {
    margin-left: -168px;
    padding-left: 8px;
    padding-right: 84px;
  }

  .text-block-2.greenwhite.home.centered {
    text-align: center;
    margin-left: -166px;
    padding-right: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .text-block-2.left {
    color: var(--dark-turquoise);
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-2.left._2t {
    margin-left: -5px;
  }

  .text-block-2.left._2t.st.illegal {
    margin-top: -83px;
    margin-left: 4px;
    padding-left: 28px;
    padding-right: 11px;
  }

  .text-block-2.left._2t.eschrott {
    justify-content: center;
    margin-bottom: -120px;
  }

  .text-block-2.left.rc.r {
    margin-top: -4px;
    margin-bottom: 20px;
    margin-left: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-2.left.rc.r-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-2.left.ba.big.batterien {
    padding-left: 23px;
    padding-right: 21px;
  }

  .text-block-2.left.uber._2t.blk.kontakt.leer {
    margin-left: -14px;
    padding-left: 15px;
  }

  .text-block-2.left.uber._2t.blk.sei-dabei.replacement {
    padding-top: 71px;
  }

  .text-block-2.left.uber._2t.kontakt.blk.middle {
    margin-left: 19px;
  }

  .text-block-2.left.franzi {
    text-align: left;
    flex: 0 auto;
    display: block;
  }

  .text-block-2.left.franzi._40 {
    margin-bottom: 27px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2.right._2t {
    margin-left: -16px;
  }

  .text-block-2.right._2t.eschrott {
    margin-top: 45px;
  }

  .text-block-2.right.batterien {
    text-align: right;
    margin-left: 9px;
    padding-left: 35px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2.right.batterien.sub {
    margin-right: 9px;
    padding-right: 45px;
  }

  .text-block-2.right.batterien.sub.knopfzelle {
    margin-top: -5px;
    padding-left: 35px;
  }

  .text-block-2.right-2._2t {
    margin-left: -16px;
  }

  .text-block-2.right-2._2t.eschrott {
    margin-top: 45px;
  }

  .text-block-2.right-2.batterien {
    text-align: right;
    margin-left: 9px;
    padding-left: 35px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2.right-2.batterien.sub {
    margin-right: 9px;
    padding-right: 45px;
  }

  .text-block-2.right-2.batterien.sub.knopfzelle {
    margin-top: -5px;
    padding-left: 35px;
  }

  .text-block-2.right-2._2t {
    margin-left: -16px;
  }

  .text-block-2.right-2._2t.eschrott {
    margin-top: 45px;
  }

  .text-block-2.right-2.batterien {
    text-align: right;
    margin-left: 9px;
    padding-left: 35px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-2.right-2.batterien.sub {
    margin-right: 9px;
    padding-right: 45px;
  }

  .text-block-2.right-2.batterien.sub.knopfzelle {
    margin-top: -5px;
    padding-left: 35px;
  }

  .cta.red.handel {
    margin-bottom: -250px;
    margin-left: -207px;
    padding-left: 15px;
  }

  .cta.green {
    text-align: right;
    margin-bottom: 0;
  }

  .cta.elektro {
    margin-left: -163px;
  }

  .cta.p12.repair {
    margin-left: 30px;
    padding-left: 15px;
  }

  .container-10 {
    clear: none;
    flex: 0 auto;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-5.sans-grid {
    padding-left: 35px;
    padding-right: 55px;
    overflow: hidden;
  }

  .div-block-5.sans-grid.green {
    text-align: center;
    justify-content: center;
    margin-top: -3px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .heading.red.p12 {
    margin-top: 201px;
    margin-bottom: 59px;
    padding-left: 30px;
    overflow: hidden;
  }

  .heading.red.tv.angle {
    margin-top: 5px;
  }

  .container-11 {
    text-align: right;
    padding-right: 39px;
  }

  .container-11.jome {
    padding-left: 23px;
  }

  .column-4.start {
    justify-content: space-between;
    overflow: hidden;
  }

  .column-5 {
    background-color: var(--pale-violet-red);
    padding-bottom: 21px;
    display: none;
  }

  .image-2 {
    width: 200px;
    height: 100px;
    margin-left: -9px;
  }

  .image-2.batteries {
    width: 160px;
    height: 100px;
    text-align: center;
    object-fit: fill;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
  }

  .column-7.imp {
    height: 120px;
  }

  .columns-2 {
    width: 100vw;
    display: none;
  }

  .columns-2.ba {
    display: block;
  }

  .columns-2.uber {
    margin-top: -36px;
    margin-left: -8px;
  }

  .columns-2.imp {
    margin-left: 15px;
  }

  .columns-2.imp.imprint {
    width: auto;
    margin-left: 0;
  }

  .columns-2.e-schrott {
    display: none;
  }

  .section-4.fachh-ndler, .section-5 {
    display: block;
    overflow: hidden;
  }

  .section-inter2 {
    height: 600px;
    overflow: hidden;
  }

  .section-inter2.iron {
    z-index: 2;
    height: 369px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .image-11 {
    width: 300px;
    height: 200px;
    margin-top: 0;
  }

  .div-block-9 {
    margin-top: 143px;
  }

  .section-6 {
    overflow: hidden;
  }

  .section-impressum {
    margin-left: -4px;
    overflow: hidden;
  }

  .section-impressum.franzi {
    margin-top: -39px;
  }

  .div-block-11.left {
    width: 260px;
    height: 260px;
    justify-content: flex-start;
    margin-left: 21px;
  }

  .div-block-11.left._2t {
    justify-content: center;
  }

  .div-block-11.left.ba {
    width: 260px;
    height: 240px;
    background-size: cover;
  }

  .div-block-11.left.st {
    margin-left: -18px;
  }

  .div-block-11.left.teil.sei-dabei {
    margin-left: -2px;
  }

  .div-block-11.left.imp._2 {
    display: none;
  }

  .div-block-11.left.franzitext {
    height: 258px;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 22px;
  }

  .div-block-11.right.franzi {
    width: 100vw;
    height: 300px;
    background-size: cover;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-11.right.franzi.zwei.mobhoriz {
    margin-left: 0;
  }

  .text-block-3.batterien {
    margin-left: 8px;
    padding-left: 14px;
    font-family: "Ngh 55", sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .text-block-3.klassiker {
    margin-left: -10px;
    padding-left: 25px;
    padding-right: 33px;
  }

  .text-block-3.klassiker.ba.leer {
    margin-left: 0;
    padding-right: 27px;
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-3.klassiker.br {
    margin-top: -36px;
  }

  .text-block-3.klassiker.br.wht {
    margin-left: -4px;
    padding-left: 20px;
  }

  .text-block-3.klassiker.br.lithium {
    margin-top: -1px;
  }

  .text-block-3.red.ru.bottom {
    margin-left: 19px;
  }

  .text-block-3.batterien-2 {
    font-family: "Ngh 55", sans-serif;
    font-size: 22px;
    line-height: 30px;
  }

  .container-20 {
    clear: left;
  }

  .column-9.r {
    justify-content: center;
  }

  .column-10 {
    display: block;
  }

  .container-21, .container-21.st.illegal {
    padding-left: 0;
  }

  .div-block-12.br {
    padding-left: 19px;
  }

  .section-one-2 {
    margin-top: -346px;
    padding-left: 2px;
  }

  .div-block-14.sans-grid.ru, .div-block-14.sans-grid.ru-2 {
    margin-top: 48px;
    padding-left: 0;
  }

  .div-block-14.sine {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr .5fr;
    align-content: stretch;
    justify-items: stretch;
  }

  .heading-2.ru.red.rechts, .heading-2.ru.red.rechts.grey {
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .text-span-4.blue {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
  }

  .container-23 {
    padding-left: 19px;
  }

  .div-block-15.teil.sei-dabei {
    display: block;
  }

  .div-block-16 {
    display: none;
  }

  .text-block-4.imp {
    margin-top: 14px;
    font-family: Ngh b, sans-serif;
  }

  .nav-menu {
    margin-top: 0;
  }

  .navbar-2 {
    overflow: visible;
  }

  .navigationdiv {
    z-index: 9999;
    overflow: visible;
  }

  .section-1.rfuug, .column-15 {
    overflow: hidden;
  }

  .column-16 {
    margin-top: -526px;
    display: block;
    overflow: hidden;
  }

  .image-30 {
    width: 280px;
    height: 210px;
    margin-top: 97px;
  }

  .image-31 {
    width: 280px;
    height: 210px;
    margin-top: 96px;
    margin-left: 0;
  }

  .section-5n {
    display: block;
    overflow: hidden;
  }

  .div-block-17 {
    margin-top: 2px;
    margin-bottom: 29px;
  }

  .div-block-18 {
    margin-top: 8px;
    margin-left: 160px;
    display: block;
    position: static;
  }

  .text-block-5.home {
    padding-left: 30px;
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
  }

  .image-33 {
    height: 680px;
    margin-left: -10px;
  }

  .div-block-20 {
    width: 320px;
    clear: none;
    text-align: left;
    margin-left: 0;
    overflow: hidden;
  }

  .image-34 {
    width: 260px;
    text-align: left;
    margin-left: -7px;
    overflow: hidden;
  }

  .image-35 {
    margin-left: -9px;
    padding-left: 0;
  }

  .video {
    margin-top: 84px;
    margin-left: -11px;
  }

  .menu-button-2 {
    margin-top: 12px;
  }

  .text-block-6.ubermobile {
    margin-top: -46px;
    margin-left: -14px;
  }

  .container-kontakt {
    padding-left: 7px;
  }

  .text-block-7 {
    text-align: left;
    padding-left: 13px;
    font-family: "Ngh 55", sans-serif;
  }

  .text-block-8.uber {
    padding-left: 20px;
  }

  .image-43 {
    width: 99.9931%;
    height: 70.3272%;
    max-width: 212px;
  }

  .div-block-27 {
    width: 320px;
    margin-left: 16px;
    display: none;
    overflow: hidden;
  }

  .text-block-10.franzi {
    margin-top: 40px;
    padding-left: 0;
  }

  .image-47 {
    width: 80%;
    margin-top: 3px;
    margin-left: -5px;
  }

  .image-48 {
    margin-left: -4px;
    display: inline-block;
  }

  .image-49 {
    margin-top: -84px;
    display: none;
  }

  .container-37, .div-block-33 {
    margin-top: 0;
  }

  .image-50 {
    margin-top: 77px;
    margin-right: 27px;
  }

  .columns-6 {
    overflow: hidden;
  }

  .navbar-4 {
    z-index: 99;
  }

  .colreplacement {
    width: 90%;
    margin-left: 15px;
  }

  .container-38 {
    padding-left: 9px;
  }

  .container-38.replacement {
    padding-left: 13px;
  }

  .textreplacemnet.uber {
    text-align: left;
    margin-left: -4px;
  }

  .image-52 {
    margin-top: 20px;
    margin-left: 15px;
  }

  .div-block-34 {
    margin-top: -67px;
    margin-left: -3px;
  }

  .div-block-35 {
    width: 100px;
    height: 100px;
    display: block;
  }

  .container-39 {
    margin-top: -69px;
  }

  .container-39.uber {
    clear: both;
    margin-top: 0;
  }

  .image-54.sammel {
    padding-top: 187px;
  }

  .container-43 {
    clear: none;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .sei-container {
    margin-bottom: -1px;
  }

  .text-block-11 {
    color: var(--blue-violet);
    padding-left: 21px;
    padding-right: 50px;
    font-family: "Ngh 55", sans-serif;
  }

  .text-block-11.uber_small {
    font-size: 14px;
  }

  .container-45 {
    margin-top: 63px;
  }

  .image-55 {
    flex: none;
  }

  .text-span-14 {
    color: var(--black);
    text-transform: uppercase;
    font-family: Azosans, sans-serif;
  }

  .container-47, .columns-7 {
    overflow: hidden;
  }

  .div-block-37 {
    width: 100%;
    height: 550px;
    background-color: var(--dark-turquoise);
    object-fit: cover;
    margin-left: 10px;
    padding-bottom: 3px;
    padding-right: 0;
    position: absolute;
  }

  .container-48 {
    clear: both;
  }

  .image-56 {
    width: 380px;
    clear: none;
    text-align: left;
  }

  .container-49 {
    display: none;
  }

  .column-21, .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-50 {
    overflow: hidden;
  }

  .div-block-39 {
    width: 320px;
    object-fit: fill;
    display: block;
    overflow: visible;
  }

  .columns-8 {
    display: block;
  }

  .div-block-40.link {
    text-align: center;
    margin-left: 25px;
    margin-right: 0;
  }

  .image-57.down {
    margin-right: 0;
  }

  .grid-2 {
    margin-left: 0;
    margin-right: 20px;
  }

  .text-bu-down {
    font-size: 14px;
  }

  .text-bu-down.recycling {
    margin-top: 41px;
    margin-bottom: 2px;
  }

  .text-bu-down.eschrott {
    margin-bottom: -19px;
  }

  .container-51 {
    padding-right: 0;
  }

  .image-62 {
    padding-bottom: 13px;
  }

  .image-64 {
    padding-bottom: 57px;
  }

  .clean-t-flex-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .clean-t-flex-column.quarter {
    width: auto;
    flex: 1;
  }

  .clean-t-flex-column.auto, .clean-t-flex-column.fluent {
    flex: 1;
  }

  .clean-t-flex-column.fluent._25 {
    width: auto;
  }

  .clean-t-flex-column.fluent._33 {
    width: 100%;
    flex: 1;
  }

  .clean-t-flex-column._50 {
    width: auto;
    flex: 1;
  }

  .clean-t-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .clean-t-flex-row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .clean-t-flex-row.wrapped {
    flex-flow: column;
    justify-content: flex-start;
  }

  .clean-t-flex-row.tablet-vertical {
    margin-left: -15px;
    margin-right: -15px;
  }

  .clean-t-custom-column.fluent._25, .clean-t-custom-column.fluent._33, .clean-t-custom-column._25 {
    width: 100%;
  }

  .elements-tooltip-text-div {
    position: relative;
  }

  .elements-tooltip-text-div.overflow-text-limit {
    overflow: hidden;
  }

  .pe-start-hero-content-div {
    text-align: right;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pe-start-hero-image {
    width: 100%;
    height: auto;
    padding-top: 110%;
  }

  .pe-h1 {
    font-size: 50px;
  }

  .pe-fachhandel-text-container {
    display: block;
  }

  .pe-content-container.mt-110 {
    margin-top: 90px;
  }

  .clean-full-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clean-success-container {
    margin-top: 30px;
    padding-left: 0;
  }

  .pe-h2, .pe-h2.h2-medium {
    font-size: 42px;
  }

  .pe-h2.h2-small {
    font-size: 26px;
  }

  .pe-container-full-width {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pe-full-section-content-wrap.hero-content-wrap {
    padding-top: 130px;
    padding-bottom: 0;
  }

  .pe-section-bg-partial-image {
    object-position: 52% 50%;
  }

  .pe-section-bg-partial-image.img-2 {
    object-position: 23% 20%;
  }

  .pe-image-headline-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pe-image-headline-div {
    bottom: -50px;
  }

  .cjd-video-content {
    margin-bottom: -72px;
  }

  .pe-entsorgung-icon-text-el {
    margin-bottom: 50px;
  }

  .pe-entsorgung-el-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-batterie-rueckname-eauto-image-wrap {
    max-width: none;
  }

  .pe-download-link-image-div {
    min-height: 60px;
    flex: none;
  }

  .pe-nav-cta-link-el {
    margin-left: 14vw;
  }

  .pe-nav-cta-image-1 {
    width: 80vw;
    height: 13vw;
  }

  .pe-nav-cta-image-2 {
    width: 14vw;
    height: 19vw;
  }

  .default-button-2 {
    padding-left: 20px;
    padding-right: 34px;
  }

  .clean-t-text-field-row {
    flex-direction: column;
    align-items: stretch;
  }

  .clean-t-text-field-wrapper.embed-upload-wrapper {
    margin-top: 74px;
  }

  .clean-t-text-field-label-wrap.upload-label-wrap {
    top: -58px;
  }

  .pe-k-astrix-icon-div {
    top: -15px;
    left: -37px;
  }

  .pe-k-was-important-wrap {
    padding-left: 61px;
  }

  .pe-k-important-circle-wrap {
    padding-top: 25px;
    padding-bottom: 0;
  }

  .pe-k-line-2 {
    width: 130px;
    height: 340px;
    bottom: 151px;
    right: -23px;
  }

  .pe-k-wieso-content-wrap {
    margin-top: 75px;
  }

  .pe-k-wieso-content-2 {
    justify-content: flex-start;
    display: block;
  }

  .pe-k-wieso-content-1-wrap {
    margin-left: 0;
    padding-bottom: 248px;
    padding-left: 0;
  }

  .pe-k-wieso-content-image-1-wrap {
    width: 320px;
    height: 254px;
  }

  .pe-k-wieso-content-line-1 {
    display: none;
  }

  .pe-k-wieso-content-image-2-wrap {
    padding-top: 175px;
  }

  .pe-k-wieso-content-line-2 {
    display: none;
  }

  .pe-k-wieso-content-line-2.mobile {
    width: 230px;
    height: 70px;
    display: block;
    bottom: -44px;
    right: 50%;
  }

  .pe-k-was-ist-image-text {
    left: 69%;
  }

  .pe-k-was-ist-astrix-icon-div {
    top: -25px;
    left: -11px;
  }

  .pe-k-button-finder-wrap {
    margin-left: -24px;
  }

  .pe-k-button-finder {
    padding: 10px 15px 10px 48px;
    font-size: 19px;
  }

  .pe-k-button-finder-arrow {
    left: 28px;
  }

  .pe-button-new {
    letter-spacing: 1.2px;
    padding-right: 22px;
    font-size: 16px;
  }

  .pe-section-new.section-hero, .pe-section-new.section-header {
    padding-top: 100px;
  }

  .pe-start-kurz-die-basics-image-div {
    width: 650px;
    height: 320px;
    left: -80px;
  }

  .pe-h1-pre-subline {
    line-height: 1.2em;
  }

  .pe-start-2mil-tonnen-eschrott-headline-wrap {
    margin-top: -100px;
  }

  .pe-section-footer {
    margin-left: -4px;
    overflow: hidden;
  }

  .clean-t-language-link.simple-lang-link {
    padding-left: 6px;
    padding-right: 6px;
  }

  .clean-t-dropdown-list-wrapper.pe-dropdown-list-wrap {
    background-color: rgba(24, 24, 24, .04);
  }

  .clean-t-pre-nav-element-wrap.phone-wrapper {
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .clean-t-nav-menu-button {
    padding: 9px 10px 8px;
  }

  .clean-t-nav-logo-link-div.style-nav-logo {
    width: 70px;
    height: 52px;
  }

  .clean-t-navbar.style-navbar {
    height: 52px;
  }

  .pe-widget-track {
    bottom: 65px;
  }

  .pe-widget-track.subpage {
    bottom: -105px;
  }

  .text-block-11-copy {
    color: var(--blue-violet);
    font-family: "Ngh 55", sans-serif;
  }

  .text-block-11-copy.uber_small {
    font-size: 14px;
  }

  .clean-t-m-content-div {
    padding: 25px 20px;
  }

  .clean-t-button {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .clean-t-modal-close-overlay-link-div {
    top: -10px;
    right: -10px;
  }

  .clean-t-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_2510772f-d6cd-e1ea-bfb0-ea74155b5993-486b5b5e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-heading-486b5b5e {
  grid-area: 2 / 2 / 5 / 8;
  align-self: start;
  justify-self: end;
}

#w-node-_3eca64de-b1f4-0f79-ff13-bcb9674bf404-486b5b5e {
  grid-area: 5 / 4 / 6 / 8;
}

#w-node-button-486b5b5e {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-cbe47648-df4f-93b4-55f1-f70f09b70c9c-486b5b5e {
  grid-area: 5 / 2 / 7 / 4;
  align-self: end;
}

#w-node-_2d9b8e54-493e-608c-733d-ce2b7fa6b28a-486b5b5e {
  grid-area: 5 / 2 / 7 / 4;
}

#w-node-_260ab4fa-550d-20cd-2725-11cdda37b9cf-bc6b5b66 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-e1251f4e-af69-edf3-2bc1-bd425423a981-bc6b5b66 {
  grid-area: 1 / 2 / 2 / 2;
  align-self: end;
}

#w-node-_151d8efa-ae8d-7204-553d-e2c0b78dbde5-bc6b5b66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_151d8efa-ae8d-7204-553d-e2c0b78dbdf9-bc6b5b66 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c27f4919-bede-448e-d1d5-d0ebf4920e17-bc6b5b66, #w-node-c27f4919-bede-448e-d1d5-d0ebf4920e37-bc6b5b66 {
  align-self: end;
}

#w-node-e71cc30b-6a05-373d-6d88-c8fc90c1033b-da6b5b67, #w-node-e71cc30b-6a05-373d-6d88-c8fc90c10340-da6b5b67, #w-node-e71cc30b-6a05-373d-6d88-c8fc90c10345-da6b5b67, #w-node-e71cc30b-6a05-373d-6d88-c8fc90c1034a-da6b5b67, #w-node-bc0c30dd-ae3b-91dd-56ad-3f4f51677042-fb6b5b69, #w-node-bc0c30dd-ae3b-91dd-56ad-3f4f51677048-fb6b5b69, #w-node-_4b292e4a-5d0b-f898-1f5f-d44fdc0689bd-fb6b5b69, #w-node-_4b292e4a-5d0b-f898-1f5f-d44fdc0689c5-fb6b5b69, #w-node-_85f41877-6afa-08bc-d316-876832ed971f-f86b5b6a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-heading-f86b5b6a {
  grid-area: 2 / 2 / 5 / 8;
  align-self: start;
  justify-self: end;
}

#w-node-_3eca64de-b1f4-0f79-ff13-bcb9674bf404-f86b5b6a {
  grid-area: 5 / 4 / 6 / 8;
}

#w-node-button-f86b5b6a {
  grid-area: 6 / 4 / 7 / 6;
}

#w-node-cbe47648-df4f-93b4-55f1-f70f09b70c9c-f86b5b6a {
  grid-area: 5 / 2 / 7 / 4;
  align-self: end;
}

#w-node-_2d9b8e54-493e-608c-733d-ce2b7fa6b28a-f86b5b6a {
  grid-area: 5 / 2 / 7 / 4;
}

#w-node-_36fa1c5f-e9fe-4d88-4511-ef23792f8b41-b06b5b78, #w-node-d745e810-36a8-b875-35c9-eb4a37e5d800-b06b5b78, #w-node-_16baaf73-e38a-8899-641b-1f7e447d7c03-b06b5b78, #w-node-_6070cb02-4540-46ac-83ad-127062b8e13c-b06b5b78, #w-node-e5e9fdcb-ddf3-d292-f40a-53a5d43ce8a1-b06b5b78, #w-node-_2a673f7d-e891-eb80-5dcc-c615f39cecf5-b06b5b78, #w-node-_9b9839e4-49d5-4e11-2d0f-6d2ebd94dbdb-c6542bf9, #w-node-_9b9839e4-49d5-4e11-2d0f-6d2ebd94dbf4-c6542bf9, #w-node-_9b9839e4-49d5-4e11-2d0f-6d2ebd94dc0d-c6542bf9, #w-node-_9b9839e4-49d5-4e11-2d0f-6d2ebd94dc27-c6542bf9, #w-node-_9b9839e4-49d5-4e11-2d0f-6d2ebd94dc46-c6542bf9, #w-node-_9b9839e4-49d5-4e11-2d0f-6d2ebd94dc6b-c6542bf9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-c27f4919-bede-448e-d1d5-d0ebf4920e13-bc6b5b66, #w-node-c27f4919-bede-448e-d1d5-d0ebf4920e17-bc6b5b66, #w-node-_88d2006c-4dee-7b9c-271c-29df5cf663c5-bc6b5b66, #w-node-d4df6b49-bf13-c94d-fb96-72b05bc2d08f-bc6b5b66, #w-node-bbd38095-387b-7299-0369-327d3c567061-bc6b5b66, #w-node-e4e84baf-c2e8-f927-4d85-9d65c180bbbb-bc6b5b66, #w-node-d0479f1f-155f-f8b9-972b-b3a243a68a46-bc6b5b66, #w-node-_18f775f2-0c7b-58f3-d4aa-5288d44fcb53-bc6b5b66, #w-node-caea7584-2b7b-abbf-3c55-de5e46e87776-bc6b5b66, #w-node-_40b7e135-7323-9e06-9fd4-86a0bf73e30b-bc6b5b66 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c27f4919-bede-448e-d1d5-d0ebf4920e13-bc6b5b66, #w-node-_88d2006c-4dee-7b9c-271c-29df5cf663c5-bc6b5b66, #w-node-d4df6b49-bf13-c94d-fb96-72b05bc2d08f-bc6b5b66, #w-node-bbd38095-387b-7299-0369-327d3c567061-bc6b5b66, #w-node-e4e84baf-c2e8-f927-4d85-9d65c180bbbb-bc6b5b66, #w-node-d0479f1f-155f-f8b9-972b-b3a243a68a46-bc6b5b66, #w-node-_18f775f2-0c7b-58f3-d4aa-5288d44fcb53-bc6b5b66, #w-node-caea7584-2b7b-abbf-3c55-de5e46e87776-bc6b5b66, #w-node-_40b7e135-7323-9e06-9fd4-86a0bf73e30b-bc6b5b66 {
    align-self: end;
  }

  #w-node-e71cc30b-6a05-373d-6d88-c8fc90c1033b-da6b5b67 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: end;
  }

  #w-node-e71cc30b-6a05-373d-6d88-c8fc90c10340-da6b5b67 {
    grid-column: span 2 / span 2;
  }

  #w-node-e71cc30b-6a05-373d-6d88-c8fc90c10345-da6b5b67 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: end;
  }

  #w-node-e71cc30b-6a05-373d-6d88-c8fc90c1034a-da6b5b67 {
    grid-column: span 2 / span 2;
  }

  #w-node-bc0c30dd-ae3b-91dd-56ad-3f4f51677042-fb6b5b69 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: end;
  }

  #w-node-bc0c30dd-ae3b-91dd-56ad-3f4f51677048-fb6b5b69 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4b292e4a-5d0b-f898-1f5f-d44fdc0689bd-fb6b5b69 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: end;
  }

  #w-node-_4b292e4a-5d0b-f898-1f5f-d44fdc0689c5-fb6b5b69 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ngh 55';
  src: url('../fonts/NGH_A.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ngh b';
  src: url('../fonts/NGH_B.woff2') format('woff2'), url('../fonts/NGH_B.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Azosans';
  src: url('../fonts/AzoSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ngh 65';
  src: url('../fonts/NGH_A.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}