@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;
}

:root {
  --_theme---background--bg-linen: var(--swatch--linen);
  --_theme---text--txt-black: var(--swatch--black);
  --_theme---text--txt-white: var(--swatch--white);
  --_theme---text--txt-blue: var(--swatch--blue);
  --swatch--linen: #ede8e3;
  --swatch--black: #181818;
  --_theme---background--bg-white: var(--swatch--white);
  --_theme---button--btn-txt-white: var(--swatch--white);
  --_theme---text--txt-turquoise: var(--swatch--dark-turquoise);
  --_theme---text--txt-violet: var(--swatch--blue-violet);
  --_theme---text--txt-olive-drab: var(--swatch--olive-drab);
  --swatch--blue-violet: #691fd8;
  --swatch--white: white;
  --_theme---text--txt-red: var(--swatch--red);
  --_theme---background--bg-voilet: var(--swatch--blue-violet);
  --_theme---background--bg-turquoise: var(--swatch--dark-turquoise);
  --_theme---background--bg-blue: var(--swatch--blue);
  --_theme---background--bg-blue-light-grey: var(--swatch--light-blue);
  --_theme---background--bg-trans: #fff0;
  --_theme---text--txt-violet-red-pale: var(--swatch--pale-violet-red);
  --swatch--kids-pink: #dbadbd;
  --_theme---background--bg-kids-yellow: var(--swatch--kids-yellow);
  --_theme---background--bg-kids-blue: var(--swatch--kids-blue);
  --_theme---background--bg-kids-pink: var(--swatch--kids-pink);
  --_theme---button--btn-bg-kids-yellow: var(--swatch--kids-yellow);
  --_theme---button--btn-txt-black: var(--swatch--black);
  --_theme---button--btn-text-red: var(--swatch--red);
  --_theme---button--btn-bg-violet: var(--swatch--blue-violet);
  --_theme---button--btn-bg-white: var(--swatch--white);
  --_theme---button--btn-bg-olive-drab: var(--swatch--olive-drab);
  --_theme---button--btn-bg-turquoise: var(--swatch--dark-turquoise);
  --_theme---background--bg-red: var(--swatch--red);
  --_theme---background--bg-olive-drab: var(--swatch--olive-drab);
  --swatch--blue: #003cff;
  --swatch--olive-drab: #4e980b;
  --_theme---background--bg-light-grey: var(--swatch--light-grey);
  --swatch--dark-turquoise: #1fc8d8;
  --swatch--kids-yellow: #efc41d;
  --_theme---text--txt-blue-light-grey: var(--swatch--light-blue);
  --_theme---background--bg-yellow-green: var(--swatch--yellow-green);
  --_theme---background--bg-violet-red-pale: var(--swatch--pale-violet-red);
  --focus--width: .125rem;
  --_theme---focus-frame: var(--swatch--blue);
  --focus--radius: .125rem;
  --swatch--dark-turquoise-dark: #053b41;
  --focus--offset-outer: .1875rem;
  --swatch--blue-violet-dark: #23064e;
  --swatch--pale-violet-red: #dd718f;
  --swatch--pale-violet-red-dark: #471d29;
  --swatch--red: #ff0030;
  --swatch--red-dark: #580011;
  --swatch--light-blue: #99b6b5;
  --_theme---text--txt-light-grey: var(--swatch--light-grey);
  --swatch--light-blue-dark: #313e3e;
  --_theme---text--txt-yellow-green: var(--swatch--yellow-green);
  --_theme---text--txt-kids-blue: var(--swatch--kids-blue);
  --_theme---text--txt-kids-yellow: var(--swatch--kids-yellow);
  --_theme---text--txt-kids-pink: var(--swatch--kids-pink);
  --swatch--blue-dark: #001864;
  --swatch--olive-drab-dark: #234702;
  --swatch--light-grey: #c5d3d2;
  --swatch--yellow-green: #a2ca17;
  --swatch--yellow-green-dark: #3b4b06;
  --swatch--kids-blue: #359abd;
  --swatch--kids-blue-dark: #103947;
  --swatch--kids-yellow-dark: #443600;
  --swatch--kids-pink-dark: #473239;
  --_theme---button--btn-bg-blue: var(--swatch--blue);
  --_theme---button--btn-bg-violet-red-pale: var(--swatch--pale-violet-red);
  --_theme---button--btn-bg-red: var(--swatch--red);
  --_theme---button--btn-bg-blue-light-grey: var(--swatch--light-blue);
  --_theme---button--btn-bg-yellow-green: var(--swatch--yellow-green);
  --_theme---button--btn-bg-kids-blue: var(--swatch--kids-blue);
  --_theme---button--btn-bg-kids-pink: var(--swatch--kids-pink);
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

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

@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(--_theme---background--bg-linen);
  color: var(--_theme---text--txt-black);
  font-family: Ngh b, sans-serif;
  font-size: 1.25em;
  line-height: 1.45em;
}

h1 {
  color: var(--_theme---text--txt-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: Azosans, sans-serif;
  font-size: 3.2em;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: .625rem;
  font-size: .9em;
  line-height: 1.4em;
}

a {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--_theme---text--txt-blue);
  text-decoration-color: var(--_theme---text--txt-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  font-size: .9em;
  line-height: 1.4em;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

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

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

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

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

.youtube {
  margin-bottom: 15px;
}

.pe-media-link-label {
  color: var(--_theme---text--txt-black);
  font-family: "Ngh 55", sans-serif;
  font-size: .9em;
  font-style: normal;
  line-height: 1.4em;
}

.pe-media-link-el {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.5rem;
  text-decoration: none;
  display: flex;
}

.clean-t-flex-column {
  flex: 1;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

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

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

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

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

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

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

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

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

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

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

.clean-t-flex-column.column-new {
  padding: .9375rem;
  position: relative;
}

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

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

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

.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-flex-column.column-new.flex-shrink {
  flex: 0 auto;
}

.clean-t-flex-column.column-new.column-recycling-right {
  flex: none;
  width: 42%;
}

.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 #0000000d;
  border-bottom: 1px solid #0000000d;
}

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

.style-column-fill {
  color: #fff;
  text-align: center;
  letter-spacing: .6px;
  background-color: #1194f666;
  border-radius: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 700;
}

.style-column-fill.style-fluent-content {
  background-color: #1194f6b3;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 3px;
  display: flex;
}

.style-column-fill.style-fluent-content.flex {
  background-color: #1194f6b3;
  height: auto;
  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: -1.875rem;
  margin-right: -1.875rem;
  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: 11.875rem;
  grid-row-gap: 1.875rem;
  margin-left: 0;
  margin-right: 0;
}

.clean-t-flex-row.row-new {
  margin: -.9375rem;
}

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

.clean-t-flex-row.reverse-desktop {
  flex-flow: row-reverse;
}

.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 #0000000d;
  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 #00000012;
}

.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-symbol-div.pe-list-symbol-count {
  color: #00bcd6;
  text-align: right;
  padding-right: .9375rem;
}

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

.clean-t-list-content-div.pe-list-content-count {
  padding-top: 2px;
}

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

.clean-t-list-parent.pe-list-parent-count {
  margin-bottom: 1.5rem;
}

.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 {
  color: #333;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.accordion-head.style {
  color: #fff;
  cursor: pointer;
  background-color: #00bcd6b3;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 10px;
  transition: background-color .2s;
}

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

.accordion-head.pe-acc-head {
  background-color: var(--_theme---background--bg-white);
  color: var(--_theme---text--txt-black);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 5rem;
  padding: .5rem 4.0625rem .625rem 1.25rem;
  font-family: Azosans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  transition: background-color .2s;
  display: flex;
}

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

.accordion-toggle.style {
  color: #f8f8f8;
  background-color: #00bcd6b3;
  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 #0000000d;
  padding: 8px 10px 1px;
}

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

.accordion-content.pe-acc-content {
  background-color: var(--_theme---background--bg-white);
}

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

.accordion-wrapper.pe-acc-wrapper {
  margin-bottom: 1rem;
  padding-right: 1.25rem;
  overflow: visible;
}

.accordion-dropdown {
  background-color: #fff0;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-icon-div {
  align-items: center;
  padding-bottom: .1875rem;
  padding-left: .625rem;
  padding-right: .625rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

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

.accordion-icon-div.pe-acc-icon-div {
  color: var(--_theme---button--btn-txt-white);
  width: 3.875rem;
  height: 3.5rem;
  margin-right: -1.25rem;
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}

.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-button-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.1875rem;
  display: flex;
}

.pe-button-wrap.inline-wrap {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.pe-h1.c-turquoise {
  color: var(--_theme---text--txt-turquoise);
}

.pe-h1.c-purple {
  color: var(--_theme---text--txt-violet);
}

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

.pe-h1.c-blue {
  color: var(--_theme---text--txt-turquoise);
}

.pe-h1.c-black {
  color: var(--_theme---text--txt-black);
}

.pe-h1.xsmall {
  font-size: 1.8em;
  line-height: 1.4em;
}

.pe-h1.xsmall.c-black {
  color: var(--swatch--black);
}

.pe-p {
  position: relative;
}

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

.pe-p.neg {
  color: var(--_theme---text--txt-white);
  letter-spacing: .01em;
}

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

.pe-p.large {
  letter-spacing: -.009em;
  margin-bottom: 1.5625rem;
  font-family: "Ngh 55", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.pe-p.large.light {
  letter-spacing: -.008em;
}

.pe-p.large.claim {
  font-family: Azosans, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.3em;
}

.pe-p.large.claim.c-purple {
  color: var(--swatch--blue-violet);
  margin-bottom: 2.25rem;
}

.pe-p.medium {
  letter-spacing: -.01em;
  margin-bottom: 1.5625rem;
  font-family: "Ngh 55", sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5em;
}

.pe-p.medium.c-white.bold {
  letter-spacing: .005em;
  font-family: Ngh b, sans-serif;
  font-weight: 400;
}

.pe-p.medium.neg {
  line-height: 1.5em;
}

.pe-p.medium.c-black {
  color: var(--swatch--black);
}

.pe-p.medium.bold {
  font-family: Ngh b, sans-serif;
}

.pe-p.small {
  letter-spacing: -.011em;
  margin-bottom: 1.5625rem;
  font-family: "Ngh 55", sans-serif;
  font-size: .9em;
  font-weight: 500;
}

.pe-p.small.c-white {
  color: var(--swatch--white);
  letter-spacing: .015em;
}

.pe-p.p-list-content {
  text-transform: uppercase;
  font-family: Azosans, sans-serif;
  font-size: 1.15em;
  font-style: italic;
  font-weight: 700;
}

.pe-p.xsmall {
  letter-spacing: -.011em;
  margin-bottom: 1.5625rem;
  font-family: Ngh b, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.pe-p.xsmall.c-white {
  letter-spacing: 0;
}

.pe-p.xsmall.c-red {
  color: var(--_theme---text--txt-red);
}

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

.pe-content-container {
  margin-top: 2.8125rem;
}

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

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

.pe-content-container.content-start-entsorgen-eschrott {
  margin-top: 7.1875rem;
}

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

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

.pe-content-container.mt-16 {
  margin-top: 1rem;
}

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

.pe-rt p {
  margin-bottom: 1.5625rem;
}

.pe-rt h2 {
  margin-bottom: 1.875rem;
}

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

.clean-success-container {
  max-width: 40rem;
  padding-left: 1.5625rem;
}

.pe-content-limiter {
  max-width: 43.125rem;
}

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

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

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

.pe-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}

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

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

.pe-image-section-wrap {
  height: 26.1875rem;
  margin-left: 1.375rem;
  margin-right: 1.375rem;
  position: relative;
}

.pe-image-section-wrap.img-sigfried-and-joy {
  height: 34.375rem;
}

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

.pe-section-bg-full-width {
  background-color: var(--_theme---background--bg-voilet);
  position: absolute;
  inset: 0%;
}

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

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

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

.pe-h2 {
  color: var(--_theme---text--txt-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2.1875rem;
  font-family: Azosans, sans-serif;
  font-size: 3.2em;
  font-weight: 900;
  line-height: 1em;
}

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

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

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

.pe-h2.c-purple {
  color: var(--_theme---text--txt-violet);
}

.pe-h2.xsmall {
  color: var(--_theme---text--txt-black);
  letter-spacing: .0153846em;
  margin-bottom: 1rem;
  font-size: 1.3em;
  line-height: 1.4em;
}

.pe-h2.medium {
  font-size: 2.8em;
}

.pe-h2.medium.c-turquoise {
  color: var(--_theme---text--txt-turquoise);
}

.pe-h2.h2-small {
  letter-spacing: .02em;
  font-size: 2em;
  line-height: 1.2em;
}

.pe-h2.h2-small.c-rosa {
  letter-spacing: .02em;
}

.pe-h2.h2-small.shadow-green {
  text-shadow: 0 0 3.75rem #2b58024d;
}

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

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

.pe-h2.h2-start-2mil-tonnen-eschrott {
  color: var(--_theme---text--txt-violet);
  font-size: 2.6em;
}

.pe-h2.shadow-headline {
  background-color: var(--_theme---background--bg-trans);
  text-shadow: 0 .25rem 1.125rem #1818181a;
}

.pe-h2.c-turquoise {
  color: var(--_theme---text--txt-turquoise);
}

.pe-h2.c-red {
  color: var(--_theme---text--txt-red);
}

.pe-h2.h2-rueckname-akkus {
  text-transform: none;
  font-weight: 700;
  line-height: 1.1em;
}

.pe-h2.h2-simple {
  letter-spacing: .01em;
  text-transform: none;
  font-family: Azosans, sans-serif;
  font-size: 2.2em;
  line-height: 1.3em;
}

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

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

.pe-image.image-kampagne-content {
  max-width: 30.125rem;
}

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

.pe-container-full-width {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

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

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

.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: #4b4b4ba6;
  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: 2.5rem;
}

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

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

.clean-t-code-embed {
  background-color: #dadada;
  border: 1px solid #0000001a;
  width: 53px;
  height: 74px;
  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(--_theme---background--bg-white);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

.pe-text-headline {
  letter-spacing: -.01em;
  font-family: Azosans, sans-serif;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1em;
}

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

.pe-text-headline.c-purple {
  color: var(--_theme---text--txt-violet);
}

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

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

.clean-t-assurance-text {
  color: #222222d9;
  letter-spacing: -.2px;
  margin-bottom: 2px;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4em;
}

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

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

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

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

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

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

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

.dropzone-wrapper {
  background-color: #1620250f;
  border: 1px dashed #1620254d;
  border-radius: 3px;
  height: 70px;
  transition: border-color .25s;
  position: relative;
}

.dropzone-wrapper:hover {
  border-color: #162025b3;
}

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

.dropzone-wrapper.dragover {
  border-color: #162025b3;
}

.clean-t-toggle-bg {
  background-color: #e2e2e2;
  border: 1px solid #0000000f;
  width: 39px;
  max-width: 39px;
  height: 26px;
  max-height: 26px;
  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 {
  opacity: 0;
  background-color: #4b4b4b;
  border: 1px solid #0000000d;
  border-radius: 50%;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  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: #00bcd6cc;
  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 {
  background-color: #00000008;
  border: 1px solid #0000000d;
  height: 55px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-right: 35px;
  font-size: 16px;
}

.clean-t-text-field:focus {
  background-color: #00000003;
}

.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: #00000003;
  border-color: #00bcd6;
  box-shadow: 0 0 6px #00bcd666;
}

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

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

.box {
  background-color: #fff9;
  border: 1px solid #4e64701f;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

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

.clean-t-radio {
  flex: none;
  min-height: 24px;
  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;
  inset: 6px;
  transform: scale(.7);
  box-shadow: 0 0 1px #00000080;
}

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

.clean-t-toggle-overlay {
  z-index: 0;
  opacity: 0;
  background-color: #4b4b4b;
  border: 1px solid #00000012;
  width: 39px;
  max-width: 39px;
  height: 26px;
  max-height: 26px;
  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;
  opacity: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  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;
  opacity: 0;
  background-color: #00bcd6;
  border: 1px solid #00000012;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  transition: opacity .2s;
  position: absolute;
  top: 0;
  left: 0;
}

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

.clean-t-tickbox {
  flex: 0 auto;
  min-height: 24px;
  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: #ffffffbf;
}

.default-button-2.pos {
  color: #fff;
  letter-spacing: 1.2px;
  background-color: #32c0ee;
  background-image: linear-gradient(#06455a00, #06455a59);
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.clean-t-checkbox-bg {
  background-color: #e2e2e2;
  border: 1px solid #0000000f;
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
  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: #27d8270d;
  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 {
  opacity: 0;
  width: 20px;
  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;
  inset: 50% 7px auto auto;
  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 {
  flex: none;
  width: 160px;
}

.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 {
  flex: none;
  min-height: 26px;
  margin-bottom: 0;
  margin-right: 15px;
  padding-top: 3px;
  padding-left: 54px;
  display: inline-block;
  position: relative;
}

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

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

.clean-t-sub-category-head-wrap {
  border-bottom: 1px solid #4b4b4b33;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.clean-t-sub-category-head-wrap.elements-category {
  border-bottom-color: #00bcd680;
}

.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: -3.375rem;
  position: relative;
}

.pe-k-intro-text-wrap {
  flex-flow: column;
  margin-left: -2.1875rem;
  padding-top: 24rem;
  display: flex;
  position: relative;
}

.pos-relative {
  position: relative;
}

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

.pe-k-astrix-icon-div {
  background-image: url('../images/icon-astrix-1-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.375rem;
  position: absolute;
  inset: -1.4375rem auto auto -2.875rem;
}

.pe-k-section {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
}

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

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

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

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

.pe-k-section.header-section {
  margin-top: 24.375rem;
}

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

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

.pe-k-headline-wrap.mw-530 {
  max-width: 33.125rem;
}

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

.pe-k-headline-word-image {
  padding-right: 1.125rem;
  display: flex;
}

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

.pe-k-line-1 {
  background-image: url('../images/img-kids-line-was-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.875rem;
  height: 9.8125rem;
  position: absolute;
  inset: auto .5625rem 3.6875rem auto;
  transform: translate(100%);
}

.pe-k-image-wrap-was-1 {
  margin-top: -4.9375rem;
  margin-left: -2.5rem;
  position: relative;
}

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

.pe-k-was-important-wrap {
  margin-top: -2.5rem;
  padding-bottom: 7.1875rem;
  padding-left: 8.8125rem;
  position: relative;
}

.flex {
  display: flex;
}

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

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

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

.flex.flex-aw-ak {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  margin-right: 1.875rem;
}

.pe-k-important-circle-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 20rem;
  padding: 2.5rem 1.875rem .9375rem;
  display: flex;
  position: relative;
}

.pe-k-important-circle-wrap-bg {
  background-color: var(--_theme---background--bg-kids-blue);
  border-radius: 18.75rem;
  position: absolute;
  inset: 0%;
}

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

.pe-k-was-important-image-text {
  margin-bottom: .875rem;
}

.pe-k-was-important-image {
  z-index: 1;
  position: absolute;
  inset: auto auto -.0625rem 0%;
}

.pe-k-line-2 {
  background-image: url('../images/img-kids-line-was-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.6875rem;
  height: 30.3125rem;
  position: absolute;
  inset: auto -3rem 20.375rem auto;
  transform: translate(0, 100%);
}

.inline {
  display: inline-block;
}

.pe-k-headline-image-wieso {
  margin-bottom: .5rem;
}

.pe-k-wieso-content-wrap {
  grid-column-gap: 3.75rem;
  margin-top: 7.25rem;
  display: flex;
}

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

.pe-k-wieso-content-1-wrap {
  margin-left: -3.125rem;
  padding-bottom: 13.5rem;
  padding-left: 12.5rem;
  position: relative;
}

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

.pe-k-wieso-content-image-1-wrap {
  background-image: url('../images/img-kids-wieso-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.125rem;
  height: 26.3125rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pe-k-wieso-content-line-1 {
  background-image: url('../images/img-kids-line-wieso-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.4375rem;
  height: 9.4375rem;
  position: absolute;
  inset: -6.375rem auto auto 3.375rem;
}

.pe-k-wieso-content-image-2-wrap {
  margin-right: -4.0625rem;
}

.pe-k-wieso-content-line-2 {
  background-image: url('../images/img-kids-line-wieso-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 23.625rem;
  height: 6.0625rem;
  position: absolute;
  inset: auto 58% -4.6875rem auto;
  transform: translate(100%);
}

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

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

.pe-k-line-3 {
  background-image: url('../images/img-kids-line-was-ist-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11.4375rem;
  height: 6rem;
  position: absolute;
  inset: 58% 29% auto auto;
  transform: translate(50%, -50%);
}

.pe-k-was-ist-image-text {
  max-width: 11.3125rem;
  position: absolute;
  inset: 86% auto auto 56%;
  transform: translate(-50%, -50%);
}

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

.pe-k-was-ist-astrix-icon-div {
  background-image: url('../images/icon-astrix-1-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.75rem;
  height: 1.625rem;
  position: absolute;
  inset: -1.5625rem auto auto -.6875rem;
}

.pe-k-was-ist-text-wrap {
  margin-left: -5.625rem;
  padding-top: 15rem;
  position: relative;
}

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

.pe-k-button-finder {
  background-color: var(--_theme---button--btn-bg-kids-yellow);
  color: var(--_theme---button--btn-txt-black);
  text-transform: uppercase;
  padding: .875rem 1.25rem .875rem 3.75rem;
  font-size: 1.2em;
  text-decoration: none;
  position: relative;
}

.pe-k-button-finder-arrow {
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  inset: 50% auto auto 2.125rem;
  transform: translate(-50%, -50%);
}

.pe-k-button-finder-icon {
  background-image: url('../images/icon-pin-1-pink.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.125rem;
  height: 4.5625rem;
  position: absolute;
  inset: 0 auto auto 0;
}

.pe-k-intro-content-wrap {
  margin-top: -15.9375rem;
}

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

.pe-start-hero-content {
  max-width: 44.375rem;
}

.pe-start-hero-text-content {
  max-width: 28.75rem;
}

.pe-button-new {
  color: var(--_theme---button--btn-txt-white);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .625rem 2.1875rem .75rem 1.5625rem;
  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(--_theme---button--btn-text-red);
}

.pe-button-new.button-icon {
  margin-left: 2.8125rem;
}

.pe-button-new.button-new-small {
  letter-spacing: .1em;
  margin-left: 2.4375rem;
  padding: .1875rem .9375rem .1875rem 1.125rem;
  font-size: .75rem;
}

.pe-button-new.button-new-small.button-icon {
  margin-left: 2rem;
}

.pe-button-new.btn-skip-content {
  z-index: 1004;
  position: absolute;
  inset: -5rem auto auto 50%;
  transform: translate(-50%);
}

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

.pe-button-new-bg-wrap {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pe-button-new-bg-surface {
  background-color: var(--_theme---button--btn-bg-violet);
  position: absolute;
  inset: 0% .3125rem 0% -1.25rem;
  transform: skew(-8deg);
}

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

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

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

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

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

.pe-start-new-hero-image {
  width: 45.875rem;
  height: 32.1875rem;
  position: absolute;
  inset: -5.625rem auto auto 29.6875rem;
}

.pe-section-new {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
}

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

.pe-section-new.section-hero {
  padding-top: 18.75rem;
  overflow: hidden;
}

.pe-section-new.section-start-darauf-achten {
  padding-bottom: 13.125rem;
}

.pe-section-new.pt-120-neg {
  margin-top: -7.5rem;
}

.pe-section-new.pb-140 {
  padding-bottom: 8.75rem;
}

.pe-section-new.section-header {
  padding-top: 15rem;
  overflow: hidden;
}

.pe-section-new.pt-120 {
  padding-top: 7.5rem;
}

.pe-section-new.pt-40 {
  padding-top: 2.5rem;
}

.pe-start-intro-el {
  flex-direction: column;
  height: 100%;
  padding-top: .625rem;
  padding-left: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pe-start-intro-image-wrap {
  align-items: flex-end;
  height: 9.1875rem;
  margin-bottom: 1.375rem;
  padding-bottom: .875rem;
  display: flex;
  position: relative;
}

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

.pe-start-intro-el-bg {
  background-color: var(--_theme---background--bg-blue-light-grey);
  width: 6.3125rem;
  transition: width .25s;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.pe-start-intro-el-bg.c-pink-bright {
  background-color: var(--_theme---background--bg-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 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4.375rem;
  margin-top: 0;
  margin-left: -1.25rem;
  padding-left: 2.3125rem;
  display: flex;
  position: relative;
}

.pe-start-intro-link-icon {
  color: var(--_theme---text--txt-white);
  width: 1.625rem;
  height: 1.5625rem;
}

.pe-section-bg {
  background-color: var(--swatch--blue-violet);
  position: absolute;
  inset: -5.625rem 0%;
}

.pe-section-bg.c-red {
  background-color: var(--_theme---background--bg-red);
}

.pe-section-bg.c-turquoise {
  background-color: var(--_theme---background--bg-turquoise);
}

.pe-section-bg.c-turquoise.bg-aw-wir-bieten {
  bottom: 2.1875rem;
}

.pe-section-bg.c-turquoise.bg-aw-du-willst-wissen {
  bottom: 9.375rem;
}

.pe-section-bg.c-blue {
  background-color: var(--_theme---background--bg-blue);
}

.pe-section-bg.c-green {
  background-color: var(--_theme---background--bg-olive-drab);
}

.pe-start-kurz-die-basics-image-wrap {
  height: 100%;
  position: relative;
}

.pe-start-kurz-die-basics-image-div {
  width: 46.75rem;
  height: 25.75rem;
  position: absolute;
  inset: auto 2.5rem -2.125rem auto;
}

.pe-start-entsorge-eschrott-headline-wrap {
  padding-top: 5rem;
}

.pe-start-entsorge-eschrott-sign-image-wrap {
  width: 20.06rem;
  max-width: 100%;
  margin-top: -5.9375rem;
}

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

.pe-button-new-icon-el {
  background-image: url('../images/img-icon-eschrott-1.png');
  background-position: 0 0;
  background-size: contain;
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  inset: 50% auto auto -3rem;
  transform: translate(0, -50%);
}

.pe-button-new-icon-el.button-icon-small-btn {
  width: 2.625rem;
  height: 2.625rem;
  left: -2rem;
}

.pe-cta-new-button-subline-text-wrap {
  text-align: center;
  margin-top: 1rem;
}

.sticky {
  position: sticky;
  top: 100px;
}

.sticky.pe-sticky-start-darauf-achten {
  top: 230px;
}

.pe-start-darauf-achten-image-track-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pe-start-2mil-tonnen-eschrott-number {
  color: var(--_theme---text--txt-violet);
  margin-bottom: 1.375rem;
  font-family: Azosans, sans-serif;
  font-size: 8.8em;
  font-style: italic;
  font-weight: 700;
  line-height: 1em;
}

.pe-start-2mil-tonnen-eschrott-headline-wrap {
  margin-top: -9.375rem;
}

.pe-start-2mil-tonnen-eschrot-image-wrap {
  height: 100%;
  position: relative;
}

.pe-image-2mil-tonnen-eschrot {
  object-fit: cover;
  max-width: 120%;
  margin-left: -20%;
}

.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: 1rem;
}

.clean-t-nav-link.clean-t-dropdown-link.pe-nav-link.w--open {
  color: var(--swatch--blue);
}

.clean-t-nav-link.pe-nav-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_theme---text--txt-black);
  letter-spacing: .011em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  font-family: Azosans, sans-serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 700;
  transition: opacity .2s, color .2s;
  display: flex;
}

.clean-t-nav-link.pe-nav-link:hover {
  color: var(--_theme---text--txt-blue);
}

.clean-t-nav-link.pe-nav-link.w--current {
  background-color: #18181824;
}

.clean-t-nav-menu-lang-wrap {
  display: none;
}

.clean-t-language-dropdown-list {
  background-color: #0000;
}

.clean-t-language-link {
  color: #fff;
  text-align: left;
  letter-spacing: .6px;
  width: 47px;
  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: #ffffff24;
}

.clean-t-language-link.w--open {
  background-color: #ffffff24;
}

.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 {
  text-align: left;
  background-color: #0000;
  align-items: center;
  width: auto;
  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 #0000001f, 0 1px 5px #00000014;
}

.clean-t-dropdown-list-wrapper.pe-dropdown-list-wrap {
  background-color: #f7f4f2;
  padding-top: .5rem;
  padding-bottom: .5rem;
  box-shadow: 0 .375rem .9375rem #0000001f, 0 .25rem .3125rem #00000014;
}

.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 {
  background-image: url('../images/ui-nav-dropdown-grey-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  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: .25rem;
  margin-right: 0;
  font-size: 24px;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  transform: translate(0);
}

.clean-t-pre-nav-social-link {
  opacity: .8;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 30px;
  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 {
  opacity: 1;
  background-image: url('../images/icon-social-facebook-black-2.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 2.375rem;
  height: 2.375rem;
}

.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-element-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.clean-t-pre-nav-element-wrap.social-links-wrapper {
  align-items: stretch;
}

.clean-t-pre-nav-element-wrap.phone-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}

.clean-t-pre-nav-element-wrap.main-link-wrap {
  align-items: stretch;
}

.clean-t-pre-nav-element-wrap.main-link-wrap.pr-pre-nav-element-wrap {
  justify-content: flex-start;
  align-items: center;
}

.clean-t-pre-nav-element-wrap.pe-pre-nav-element-wrap-mobile {
  margin-right: 3.75rem;
}

.clean-t-pre-nav-element-wrap.access-wrapper {
  margin-left: -1.4rem;
}

.clean-t-language-dropdown {
  background-color: #ffffff14;
  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: #4b4b4b80;
}

.clean-t-pre-navbar-2.pe-pre-navbar {
  background-color: #0000;
}

.clean-t-pre-nav-phone-icon-wrap {
  background-color: #4b4b4b;
  border-radius: 2px;
  margin-right: 9px;
  padding: 3px;
}

.clean-t-pre-nav-wrapper {
  grid-column-gap: 4.3rem;
  grid-row-gap: 4.3rem;
  align-items: center;
  display: flex;
}

.clean-t-nav-menu-button.pe-nav-menu-button {
  float: none;
}

.clean-t-pre-nav-phone-icon {
  background-image: url('../images/ui_phone_icon_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 11px;
}

.clean-t-nav-menu-extra-wrap {
  display: none;
}

.lang-text-inactive {
  opacity: .5;
  transition: opacity .25s;
}

.clean-t-language-arrow {
  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;
  width: 7px;
  height: 6px;
  transition: opacity .25s;
  position: absolute;
  top: 13px;
  right: 8px;
}

.clean-t-dropdown-list {
  background-color: #0000;
  top: 3rem;
  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 {
  float: none;
  width: 8.625rem;
  height: 8.25rem;
  margin-top: -4.0625rem;
  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 #0000000d;
  border-style: solid none;
  position: relative;
}

.clean-t-navbar.pe-navbar {
  z-index: 1002;
  background-color: #0000;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.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(--swatch--black);
  letter-spacing: .025em;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  font-family: Azosans, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.6em;
}

.clean-t-dropdown-nav-link.pe-dropdown-nav-link:hover {
  color: var(--swatch--blue);
}

.clean-t-dropdown-nav-link.pe-dropdown-nav-link.w--current {
  background-color: #18181824;
}

.clean-t-pre-nav-container {
  float: right;
  margin-top: 1.375rem;
  margin-bottom: 1rem;
}

.clean-t-pre-nav-container.mobile-container {
  display: none;
}

.clean-t-language-icon {
  opacity: .6;
  background-image: url('../images/ui_icon_language-2_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: -21px;
}

.pe-navbar-container-full-width {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  position: relative;
}

.pe-navbar-container-full-width.main-nav-container {
  justify-content: space-between;
  padding-bottom: .9375rem;
  display: flex;
}

.pe-navbar-new-bg {
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #e2dbd4e0;
  position: absolute;
  inset: 0%;
}

.pe-pre-navbar-plan-e-kids-link {
  background-image: url('../images/logo-plan-e-kids-white-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4.0625rem;
  height: 2.5rem;
}

.pe-pre-navbar-kampagne-link {
  color: var(--swatch--black);
  background-image: url('../images/icon-kampagne-green-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.3125rem;
  align-items: center;
  margin-bottom: .25rem;
  padding-left: 1.625rem;
  font-family: Ngh b, sans-serif;
  font-size: .75em;
  font-style: italic;
  text-decoration: none;
  display: flex;
}

.g-header-nav-scroll-trigger {
  z-index: -1;
  height: 100px;
  position: absolute;
  inset: 0% 0% auto;
}

.g-header-nav-scroll-trigger.footer-scroll-trigger {
  height: auto;
  bottom: 0;
}

.pe-page-content {
  position: relative;
}

.pe-widget-track {
  display: none;
  position: absolute;
  inset: 95vh 1.25rem 0 auto;
}

.pe-widget-stick-el {
  position: sticky;
  top: 95vh;
  transform: translate(0, -100%);
}

.pe-widget-button-el {
  background-color: var(--swatch--olive-drab);
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: flex-end;
  width: 5.75rem;
  height: 5.5rem;
  padding-bottom: .75rem;
  font-family: Azosans, sans-serif;
  font-size: .6em;
  font-style: italic;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pe-widget-button-icon {
  background-image: url('../images/img-icon-eschrott-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pe-footer-social-link-wrap {
  display: flex;
}

.pe-footer-social-link {
  background-image: url('../images/icon-social-facebook-black-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.125rem;
  height: 3.125rem;
}

.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-button-row {
  grid-column-gap: 1.875rem;
  grid-row-gap: .625rem;
  flex-wrap: wrap;
  display: flex;
}

.pe-button-row.row-vertical {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
}

.pe-footer-supporter-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: center;
  margin-top: 1rem;
  display: flex;
}

.pe-footer-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.pe-footer-el {
  display: flex;
}

.pe-footer-el-logo-div {
  aspect-ratio: 1.05;
  flex: 1;
  max-width: 250px;
  position: relative;
}

.pe-footer-el-social-div {
  background-color: var(--_theme---background--bg-light-grey);
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-footer-el-links-div {
  background-color: var(--_theme---background--bg-blue-light-grey);
}

.pe-footer-el-links-wrap {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: .3125rem 2.5rem;
  display: flex;
}

.text-block-11-copy {
  font-family: neue-haas-grotesk-display;
  font-weight: 600;
}

.videotitle-2 {
  color: var(--_theme---text--txt-violet);
  margin-bottom: 1.0625rem;
  padding-bottom: 0;
  padding-left: .8125rem;
  font-family: Azosans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.pe-kampagne-logo-wrap {
  grid-column-gap: 3.75rem;
  grid-row-gap: 2.5rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-k-intro-cta-el-wrap {
  z-index: 1;
  color: var(--swatch--black);
  transition: color .25s;
  position: absolute;
  inset: auto 0% 3.75rem auto;
  transform: translate(0, 100%);
}

.pe-k-intro-cta-el-wrap:hover {
  color: var(--swatch--blue);
}

.pe-k-intro-cta-el {
  background-image: url('../images/img-plane-kids-cta-olchi-flyer-1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.1875rem;
  height: 17.1875rem;
  position: relative;
}

.pe-k-intro-cta-el-bg {
  position: absolute;
  inset: 1.375rem .5625rem .5625rem .3125rem;
  box-shadow: 0 31px 24px -8px #2e2d2854;
}

.pe-k-intro-cta-el-text {
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: .4375rem;
  padding-left: .5625rem;
  padding-right: .5625rem;
  font-family: Azosans, sans-serif;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2em;
  position: absolute;
  inset: 72% 0 0%;
}

.hide {
  display: none;
}

.clean-t-modal-wrapper {
  display: inline-block;
}

.clean-t-m-content-div {
  padding: 2.8125rem;
}

.clean-t-modal-button-container {
  text-align: center;
}

.clean-t-m-content-container {
  z-index: 2;
  text-align: left;
  max-width: 44.375rem;
  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;
  inset: 0;
}

.clean-t-modal-close-overlay-link-div {
  z-index: 20;
  color: #ffffffb3;
  background-color: #000;
  background-image: url('../images/ui_icon_close_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  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(--swatch--blue);
  background-image: url('../images/icon-close-white.svg');
  background-size: 1.125rem;
  top: .75rem;
  right: -1.25rem;
}

.clean-t-modal-close-overlay-link-div.pe-modal-close-overlay-link:hover {
  background-color: var(--swatch--dark-turquoise);
}

.clean-t-modal-overlay {
  z-index: 1002;
  background-color: #000c;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.clean-t-modal-overlay.pe-modal-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.clean-t-modal-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 3.75rem 2.5rem;
  display: flex;
}

.clean-t-m-content-wrapper {
  z-index: 10;
  position: relative;
}

.pe-k-intro-cta-el-2-wrap {
  margin-left: -.8125rem;
  display: block;
  position: absolute;
  inset: 2.5rem auto auto 0;
}

.pe-k-intro-cta-el-2-wrap.wrap-was-ist-section {
  top: -1.875rem;
  left: 10.625rem;
}

.pe-k-intro-cta-el-2 {
  width: 20.5rem;
  display: block;
}

.pe-k-intro-cta-el-2-pre-text-wrap {
  position: absolute;
  inset: -.625rem 0% auto 1.875rem;
  transform: translate(0, -100%);
}

.pe-k-intro-cta-el-2-pre-text {
  font-family: Azosans, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.pe-k-memory-content-wrap {
  margin-top: 3.875rem;
  position: relative;
}

.pe-pre-navbar-aktionswochen-link {
  background-image: url('../images/logo-aktionswochen-jeder-staecker-zaehlt-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8125rem;
  height: 2.875rem;
}

.pe-aktionswochen-text-wrap {
  margin-top: -8.75rem;
  margin-left: 25.9375rem;
}

.pe-aw-wir-bieten-content-wrap {
  padding-left: 125px;
}

.pe-aw-wir-bieten-list-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 4.375rem;
  display: flex;
}

.pe-aw-wir-bieten-list-el {
  background-color: var(--swatch--blue-violet);
  max-width: 18.125rem;
  padding: 1.25rem 1.5625rem 1rem;
}

.pe-aw-wir-bieten-list-el._2nd-list {
  max-width: 23.5rem;
  margin-right: -5.5rem;
}

.pe-aw-wir-bieten-list-number {
  color: var(--swatch--white);
  margin-bottom: .875rem;
  font-family: Azosans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1em;
}

.pe-aw-wir-bieten-list-number.offset {
  margin-top: -3.375rem;
}

.pe-aw-wir-bieten-list-number.and-symbol {
  margin: 1.875rem 5.3125rem 0 3.4375rem;
}

.pe-info-el {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.pe-info-el-i-div {
  padding: .625rem 3.25rem 2.125rem 1.25rem;
  position: relative;
}

.pe-info-el-i-test {
  color: var(--swatch--white);
  font-family: Azosans, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.pe-info-el-i-bg {
  background-color: var(--swatch--kids-yellow);
  position: absolute;
  inset: 0%;
  transform: skew(-9deg);
}

.pe-info-el-text-div {
  margin-top: -1.875rem;
  padding-left: 1.75rem;
  position: relative;
}

.pe-aw-fragen-wrap {
  margin-left: -4.25rem;
  padding-left: 0;
}

.pe-aw-fragen-text-wrap {
  padding-left: 8.125rem;
}

.pe-p-link {
  color: var(--swatch--black);
}

.pe-p-link.bold {
  font-family: Ngh b, sans-serif;
  font-weight: 400;
}

.pe-aw-fragen-container {
  margin-left: 7.5rem;
  position: relative;
}

.pe-k-unity-canvas {
  aspect-ratio: 1.6;
  width: 100%;
}

.pe-medie-source-wrapper {
  margin-top: 3rem;
}

.pe-medie-source-text {
  font-size: .75em;
  line-height: 1.3em;
}

.swiper-slider-wrapper {
  height: auto;
  padding-bottom: 3.125rem;
  overflow: hidden;
}

.swiper-slider-wrapper.wrapper-pages {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.swiper-container {
  width: 100%;
  height: auto;
  overflow: visible;
}

.swiper-wrapper {
  align-items: stretch;
  position: relative;
}

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

.swiper-pagination {
  grid-row-gap: .3125rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -1.875rem;
  left: 1.5625rem;
  right: 1.5625rem;
  transform: translate(0, 50%);
}

.swiper-button-next {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.875rem;
}

.swiper-button-prev {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.8125rem;
}

.pe-swiper-button-bg {
  background-color: var(--swatch--blue-violet);
  opacity: .2;
  width: 2.375rem;
  height: 3.75rem;
  transition: opacity .25s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pe-swiper-button-arrow-div {
  background-image: url('../images/icon-arrow-medium-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  position: absolute;
  inset: 0%;
}

.pe-swiper-button-arrow-div.arrow-left {
  transform: rotate(-180deg);
}

.pe-swiper-slider-wrap {
  max-width: 37.5rem;
}

.pe-swiper-button-bg-base {
  background-color: var(--swatch--linen);
  opacity: .67;
  width: 2.375rem;
  height: 3.75rem;
  transition: opacity .25s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pe-swiper-button-bg-filter {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 2.375rem;
  height: 3.75rem;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pe-acc-content-bg {
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.pe-acc-icon-div-bg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pe-acc-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 .125rem 0 0;
}

.pe-icon-plus {
  width: 1.5625rem;
  height: 1.5625rem;
}

.pe-aw-interview-image-wrap {
  justify-content: flex-end;
  margin-bottom: -6.0625rem;
  display: flex;
}

.pe-aw-interview-icon-wrap {
  z-index: 1;
  position: absolute;
  inset: 60% auto auto 0;
  transform: translate(-50%, -50%);
}

.pe-aw-interview-image-div {
  width: 25.875rem;
  position: relative;
}

.pe-aw-interview-q-acc-wrap {
  padding-left: 5.9375rem;
}

.pe-h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Azosans, sans-serif;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.1em;
}

.pe-h3.large {
  font-size: 1.45em;
}

.pe-h3.large.c-white {
  letter-spacing: .0275em;
}

.pe-h3.xlarge {
  font-size: 2.1em;
}

.pe-h3.h3-simple {
  letter-spacing: .01em;
  text-transform: none;
  font-size: 1.6rem;
  line-height: 1.3em;
}

.pe-h3.c-blue-light {
  color: var(--_theme---text--txt-blue-light-grey);
}

.pe-h3.c-turquoise {
  color: var(--_theme---text--txt-turquoise);
}

.pe-h3.c-white {
  color: var(--_theme---text--txt-white);
}

.pe-aktionswochen-cta-head-wrap {
  position: absolute;
  inset: auto 15% 55% auto;
  transform: translate(50%, 50%);
}

.pe-aktionswochen-cta-head-el {
  position: relative;
}

.pe-aktionswochen-cta-head-el-link {
  background-image: url('../images/img-icon-kommunikationskoffer-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 6.125rem;
  height: 6.125rem;
  box-shadow: 0 .5rem 1.125rem -.625rem #241e194d;
}

.pe-aktionswochen-cta-head-el-info-wrap {
  position: absolute;
  inset: 4.25rem auto auto -4.1875rem;
  transform: translate(0, -100%);
}

.pe-aktionswochen-cta-head-el-info-img {
  background-image: url('../images/img-hint-arrow-aw-komkoffer-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.9375rem;
  height: 9.875rem;
  transform: translate(0);
}

.pe-aw-logo-container {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pe-headline-link {
  color: inherit;
}

.pe-aw-aktionskoffer-content-wrap {
  padding-left: 0;
  position: relative;
}

.pe-aw-icon-wrap {
  position: absolute;
  top: -2.125rem;
  left: -3.0625rem;
}

.pe-aw-icon-element {
  background-image: url('../images/icon-rocket-1-purple.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.4375rem;
  height: 3.4375rem;
}

.pe-aw-aktionskoffer-link-wrap {
  flex-flow: column-reverse;
  flex: 1;
  max-width: 15.9375rem;
  max-height: 13.75rem;
  display: flex;
}

.pe-aw-aktionskoffer-link-img-1 {
  background-image: url('../images/img-icon-kommunikationskoffer-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.625rem;
  height: 8.625rem;
  margin-bottom: -4.875rem;
  margin-left: 4.0625rem;
  display: block;
}

.pe-aw-aktionskoffer-link-img-2 {
  background-image: url('../images/img-hint-arrow-aw-komkoffer-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: 59%;
}

.pe-aw-contact-info-wrap {
  display: flex;
}

.flex-grow {
  flex: 1;
}

.pe-aw-contact-info-icon {
  background-image: url('../images/icon-collect-contact-1-turquoise.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.375rem;
  height: 3.5rem;
}

.pe-aw-contact-info-icon-wrap {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.pe-aw-number-el {
  background-color: var(--swatch--blue-violet);
  width: 3.75rem;
  padding: 1.25rem .5rem .5rem .75rem;
}

.pe-aw-number-el.bg-c-red {
  background-color: var(--_theme---background--bg-red);
}

.pe-aw-number-el-number {
  color: var(--_theme---text--txt-white);
  text-shadow: 0 .0625rem 2.1875rem #2d282366;
  margin-bottom: 14px;
  font-family: Azosans, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1em;
}

.pe-aw-number-el-number.offset {
  margin-top: -2.125rem;
  margin-bottom: 0;
}

.pe-p-list-content-normal-italic {
  font-family: "Ngh 55", sans-serif;
  font-weight: 500;
}

.pe-youtube-embed {
  margin-bottom: 1rem;
}

.pe-youtube-embed-flex-wrap {
  flex: 1;
  width: 100%;
}

.clean-t-content-limiter {
  max-width: 616px;
}

.clean-t-content-container {
  margin-top: 60px;
}

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

.image-base.fill-height {
  height: 100%;
}

.image-base.img-pe-bs-aktion {
  width: 17.5rem;
}

.pe-vertical-fill {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.pe-nav-list {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.45em;
  list-style-type: none;
  display: flex;
}

.pe-nav-list.list-pre-nav-extras {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
}

.pe-nav-list.list-vertical {
  flex-flow: column;
  align-items: stretch;
}

.pe-nav-list-item {
  display: flex;
}

.pe-embed-code {
  display: none;
}

.pe-navbar-link-wrap {
  flex-flow: column-reverse;
  display: flex;
}

.pe-footer-link-el {
  color: var(--swatch--black);
  letter-spacing: .01em;
  text-transform: uppercase;
  max-width: 10.625rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  font-family: Azosans, sans-serif;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
}

.pe-batterie-type-text {
  margin-top: 1.0625rem;
  font-size: .8em;
  line-height: 1.4em;
}

.pe-batterie-type-wrap {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.pe-illegale-entsorgung-img {
  object-fit: contain;
  margin-top: 13.5rem;
  margin-left: -.9375rem;
  margin-right: -2.625rem;
  padding-left: 0;
  padding-right: 0;
}

.pe-text-video-side {
  color: var(--_theme---text--txt-violet);
  text-align: right;
  font-family: Ngh b, sans-serif;
  font-size: 1em;
  line-height: 1.1em;
}

.pe-text-video-side-wrap {
  flex-flow: column;
  justify-content: center;
  max-width: 17.125rem;
  height: 100%;
  display: flex;
}

.pe-batterie-mobile-img-wrap {
  max-width: 18.75rem;
}

.pe-batterie-mobile-text-div {
  max-width: 21.875rem;
}

.pe-surface-green-neon {
  background-color: var(--_theme---background--bg-yellow-green);
}

.pe-rueckname-akkus-content {
  flex-flow: column;
  padding: 2.625rem;
  display: flex;
  position: relative;
}

.pe-rueckname-akkus-warning-img-wrap {
  max-width: 12.5rem;
  position: absolute;
  inset: -4.5rem 1.5rem auto auto;
}

.pe-rueckname-akkus-headline-wrap {
  max-width: 41.1875rem;
}

.pe-h2-media {
  background-color: var(--_theme---background--bg-blue-light-grey);
  color: var(--_theme---text--txt-white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Azosans, sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
}

.pe-h2-media.c-turquoise {
  background-color: var(--_theme---background--bg-turquoise);
}

.pe-h2-media.c-blue {
  background-color: var(--_theme---background--bg-blue);
}

.pe-h2-media.c-yellow-kids {
  background-color: var(--_theme---background--bg-kids-yellow);
}

.pe-h2-media.c-green-kids {
  background-color: var(--_theme---background--bg-yellow-green);
}

.pe-h2-media.c-purple {
  background-color: var(--_theme---background--bg-voilet);
}

.pe-h2-media.c-pink {
  background-color: var(--_theme---background--bg-violet-red-pale);
}

.pe-h2-media.c-red {
  background-color: var(--_theme---background--bg-red);
}

.pe-grid-media {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.pe-surface-purple {
  background-color: var(--_theme---background--bg-voilet);
}

.pe-surface-purple.bg-fill {
  position: absolute;
  inset: 0%;
}

.pe-about-thirds-content {
  padding: 1.7rem;
}

.pe-kontact-cta-headline {
  background-color: var(--swatch--dark-turquoise);
  color: var(--swatch--white);
  padding: .5rem .625rem .625rem;
  font-family: Azosans, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3em;
}

.pe-about-note-wrap {
  max-width: 25.625rem;
}

.h-span.c-turquoise {
  color: var(--_theme---text--txt-turquoise);
}

.h-span.small {
  font-size: .65em;
  line-height: 1em;
  position: relative;
  top: -.35em;
}

.h-span.small.big-gap {
  top: 0;
}

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

.pe-p-highlight-1 {
  font-family: Ngh b, sans-serif;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

.pe-p-highlight-1.c-red {
  color: var(--_theme---text--txt-red);
}

.pe-p-hightlight-1-wrap {
  z-index: 1;
  max-width: 56.25rem;
  padding-left: 5rem;
  position: relative;
}

.pe-img-einzelhandel-1-wrap {
  flex-flow: column;
  margin-top: -2.5rem;
  display: flex;
}

.pe-grid-split {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pe-grid-split-wrap {
  justify-content: flex-end;
  padding: 2rem;
  display: flex;
}

.pe-grid-split-text-head-wrap {
  text-align: right;
  max-width: 16.25rem;
  padding-top: 1.75rem;
}

.pe-grid-split-text-head {
  color: var(--_theme---text--txt-blue-light-grey);
  text-transform: uppercase;
  font-family: Ngh b, sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.1em;
}

.pe-grid-split-text-head.c-red {
  color: var(--_theme---text--txt-red);
}

.pe-grid-split-text-wrap {
  background-color: var(--_theme---background--bg-red);
  padding: 2.5rem 5rem 2.75rem;
}

.pe-grid-split-text-wrap.c-light-blue {
  background-color: var(--_theme---background--bg-blue-light-grey);
}

.pe-grid-split-text {
  color: var(--_theme---text--txt-white);
  font-family: "Ngh 55", sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
}

.pe-sammel-g-square-div {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.pe-sammel-g-square-div.img-square {
  padding: 1.25rem 2.5rem;
}

.pe-sammel-g-square-div.bg-c-turquoise {
  background-color: var(--_theme---background--bg-turquoise);
}

.pe-sammel-g-square-div.bg-c-light-blue {
  background-color: var(--_theme---background--bg-blue-light-grey);
}

.pe-sammel-g-square-div.bg-c-blue {
  background-color: var(--_theme---background--bg-blue);
}

.pe-sammel-g-content-wrap {
  color: var(--_theme---text--txt-white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.pe-sammel-g-content-wrap.overlay-wrap {
  position: absolute;
  inset: 0%;
}

.pe-sammel-g-content-text {
  letter-spacing: .02em;
  max-width: 80%;
  font-size: .75em;
  line-height: 1.4em;
}

.pe-sammel-g-content-headline {
  letter-spacing: .02em;
  text-transform: uppercase;
  max-width: 75%;
  font-family: Azosans, sans-serif;
  font-size: .95em;
  font-style: italic;
  line-height: 1.2em;
}

.pe-grid-sammelgruppen {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pe-sammelgruppen-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.pe-img-sammelgruppen-wrap {
  max-width: 7.5rem;
}

.pe-img-sammelgruppen-wrap.g-2 {
  max-width: 10.625rem;
}

.pe-img-sammelgruppen-wrap.g-3 {
  max-width: 4.6875rem;
}

.pe-img-sammelgruppen-wrap.g-4 {
  max-width: 8.75rem;
}

.pe-img-sammelgruppen-wrap.g-5 {
  max-width: 11.875rem;
}

.pe-img-sammelgruppen-wrap.g-6 {
  max-width: 5.625rem;
}

.pe-surface-red-pale {
  background-color: var(--_theme---background--bg-violet-red-pale);
}

.pe-surface-red-pale.bg-fill {
  position: absolute;
  inset: 0%;
}

.pe-batterie-type-image-div {
  width: 6.25rem;
}

.pe-e-schrott-aufkommen-grafik-wrap {
  max-width: 43.75rem;
}

.clickable_wrap {
  z-index: 3;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.clickable_link {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.pe-image-bg-image-wrap {
  background-image: url('../images/img-kampagne-bg-header-2.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.pe-image-bg-image-wrap.img-siegfried-and-joy {
  background-image: url('../images/img-kampagne-bg-header-4.jpg');
  background-position: 50% 0;
}

.accordion-wrap {
  font-size: 1em;
}

.pe-access-ui-btn {
  color: var(--swatch--black);
  background-color: #18181800;
  border-radius: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: .25rem;
}

.pe-access-ui-overlay {
  opacity: 0;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0, 100%);
}

.pe-access-ui-overlay.show {
  opacity: 100;
  display: block;
}

.pe-access-ui-overlay-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--swatch--white);
  flex-flow: column;
  padding: .7rem .5rem .9rem;
  display: flex;
  box-shadow: 0 .5rem 1rem -.5rem #00000040;
}

.pe-access-ui-overlay-control {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  color: var(--swatch--black);
  background-color: #fff0;
  padding: .3rem;
  font-size: .9em;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.pe-access-ui-overlay-control:hover {
  color: var(--swatch--blue);
}

.pe-access-ui-overlay-control.active {
  background-color: var(--swatch--black);
  color: var(--swatch--white);
  letter-spacing: .03em;
  font-family: "Ngh 55", sans-serif;
  font-weight: 500;
}

.pe-access-ui-overlay-control-icon {
  flex: none;
  width: 1.2rem;
}

.pe-access-ui-overlay-control-icon.icon-high-contrast {
  width: 1.5rem;
}

.pe-access-ui-overlay-separator {
  background-color: var(--swatch--black);
  flex: none;
  height: 1px;
  margin-top: .3rem;
  margin-bottom: .3rem;
  padding-top: 1px;
}

.pe-access-ui-overlay-ls-icon {
  flex: none;
  width: 1rem;
}

.pe-footer-el-logo-img {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.pe-strong-blue {
  color: var(--swatch--blue);
}

.pe-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.pe-list.list-logos {
  grid-column-gap: 3.75rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pe-einzelhandel-gif-wrap {
  width: 600px;
  position: relative;
}

.pe-gif-btn-wrap {
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.pe-gif-btn {
  background-color: var(--_theme---background--bg-white);
  border-radius: 20rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.pe-gif-btn-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pe-gif-btn-icon-wrap.wrap-play {
  background-color: var(--_theme---background--bg-white);
  display: none;
}

.pe-gif-btn-icon {
  width: 2.5rem;
}

.pe-gif-btn-icon.icon-play {
  width: 2rem;
  margin-left: 3px;
}

.pe-gif-overlay-image {
  opacity: 0;
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.high-contrast, .black-and-white {
  --_theme---background--bg-linen: var(--swatch--white);
  --_theme---text--txt-black: var(--swatch--black);
  --_theme---text--txt-white: var(--swatch--black);
  --_theme---text--txt-blue: var(--swatch--blue-dark);
  --_theme---background--bg-white: var(--swatch--white);
  --_theme---button--btn-txt-white: var(--swatch--white);
  --_theme---text--txt-turquoise: var(--swatch--dark-turquoise-dark);
  --_theme---text--txt-violet: var(--swatch--blue-violet-dark);
  --_theme---text--txt-olive-drab: var(--swatch--olive-drab-dark);
  --_theme---text--txt-red: var(--swatch--red-dark);
  --_theme---background--bg-voilet: var(--swatch--white);
  --_theme---background--bg-turquoise: var(--swatch--white);
  --_theme---background--bg-blue: var(--swatch--white);
  --_theme---background--bg-blue-light-grey: var(--swatch--white);
  --_theme---background--bg-trans: var(--swatch--white);
  --_theme---text--txt-violet-red-pale: var(--swatch--pale-violet-red-dark);
  --_theme---background--bg-kids-yellow: var(--swatch--white);
  --_theme---background--bg-kids-blue: var(--swatch--white);
  --_theme---background--bg-kids-pink: var(--swatch--white);
  --_theme---button--btn-bg-kids-yellow: var(--swatch--black);
  --_theme---button--btn-txt-black: var(--swatch--white);
  --_theme---button--btn-text-red: var(--swatch--white);
  --_theme---button--btn-bg-violet: var(--swatch--black);
  --_theme---button--btn-bg-white: var(--swatch--black);
  --_theme---button--btn-bg-olive-drab: var(--swatch--black);
  --_theme---button--btn-bg-turquoise: var(--swatch--black);
  --_theme---background--bg-red: var(--swatch--white);
  --_theme---background--bg-olive-drab: var(--swatch--white);
  --_theme---background--bg-light-grey: var(--swatch--white);
  --_theme---text--txt-blue-light-grey: var(--swatch--light-blue-dark);
  --_theme---background--bg-yellow-green: var(--swatch--white);
  --_theme---background--bg-violet-red-pale: var(--swatch--white);
  --_theme---focus-frame: var(--swatch--black);
  --_theme---text--txt-light-grey: var(--swatch--light-blue-dark);
  --_theme---text--txt-yellow-green: var(--swatch--yellow-green-dark);
  --_theme---text--txt-kids-blue: var(--swatch--kids-blue-dark);
  --_theme---text--txt-kids-yellow: var(--swatch--kids-yellow-dark);
  --_theme---text--txt-kids-pink: var(--swatch--kids-pink-dark);
  --_theme---button--btn-bg-blue: var(--swatch--black);
  --_theme---button--btn-bg-violet-red-pale: var(--swatch--black);
  --_theme---button--btn-bg-red: var(--swatch--black);
  --_theme---button--btn-bg-blue-light-grey: var(--swatch--black);
  --_theme---button--btn-bg-yellow-green: var(--swatch--black);
  --_theme---button--btn-bg-kids-blue: var(--swatch--black);
  --_theme---button--btn-bg-kids-pink: var(--swatch--black);
}

.pe-access-ui-overlay-control-icon-wrap {
  justify-content: center;
  width: 1.8rem;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .body {
    margin-top: 0;
  }

  .pe-p.large.claim {
    font-family: Azosans, sans-serif;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1.2em;
  }

  .pe-p.large.claim.c-purple {
    color: var(--swatch--blue-violet);
  }

  .pe-container-full-width {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .pe-k-intro-cta-el-wrap {
    bottom: 0;
    right: -5rem;
    transform: translate(100%);
  }

  .pe-aw-logo-container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .pe-p-hightlight-1-wrap {
    max-width: 61rem;
  }

  .pe-grid-split-wrap {
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    margin-top: 0;
  }

  .span-bold-italic {
    font-family: Azosans, sans-serif;
    font-style: italic;
  }

  .pe-image-section-wrap {
    height: 25vw;
  }

  .pe-image-section-wrap.img-sigfried-and-joy {
    height: 43.75rem;
  }

  .pe-container-full-width {
    padding-left: 18.75rem;
    padding-right: 18.75rem;
  }

  .videotitle-2 {
    font-family: Azosans, sans-serif;
  }

  .pe-aw-logo-container {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.125em;
  }

  h1 {
    font-size: 45px;
  }

  p, ul, li {
    font-size: 1em;
  }

  .body {
    margin-top: 0;
  }

  .pe-media-link-label {
    min-height: 3.3125rem;
    font-size: 1em;
  }

  .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 {
    flex: none;
    width: 62%;
  }

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

  .clean-t-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .clean-t-flex-row.vertical-tablet {
    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-flex-row.reverse-desktop.verse-tablet {
    flex-flow: row;
  }

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

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

  .accordion-head.pe-acc-head {
    height: auto;
    min-height: 5rem;
    padding-top: .875rem;
    padding-bottom: 1rem;
  }

  .pe-h1 {
    font-size: 3.223em;
  }

  .pe-p.large, .pe-p.medium {
    font-size: 1.112em;
  }

  .pe-p.small {
    font-size: 1.11111em;
  }

  .pe-p.small.c-white {
    font-size: 1.112em;
  }

  .pe-p.p-list-content {
    font-size: 1.27778em;
  }

  .pe-p.xsmall {
    font-size: .888889em;
  }

  .clean-success-container {
    padding-left: 1rem;
  }

  .pe-image-section-wrap.img-sigfried-and-joy {
    background-image: url('../images/img-kampagne-bg-header-4-mobile.jpg');
    height: 30rem;
  }

  .pe-h2 {
    font-size: 2.665em;
  }

  .pe-h2.medium {
    font-size: 2.554em;
  }

  .pe-h2.h2-small {
    font-size: 1.777em;
  }

  .pe-h2.h2-start-2mil-tonnen-eschrott {
    font-size: 2.889em;
  }

  .pe-h2.h2-rueckname-akkus {
    font-size: 3.3em;
  }

  .pe-image.image-kampagne-content {
    max-width: 100%;
  }

  .pe-kampagne-content-image-wrap {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .pe-image-headline-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pe-image-headline-div {
    max-width: 31.25rem;
    bottom: -3.5625rem;
  }

  .pe-entsorgung-el-text-div {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-text-headline {
    font-size: 2.44444em;
  }

  .pe-k-intro-image-wrap {
    margin-left: -3.75rem;
  }

  .pe-k-intro-text-wrap {
    padding-top: 0;
  }

  .pe-h1-h3 {
    font-size: 1.61111em;
  }

  .pe-k-astrix-icon-div {
    width: 2.125rem;
    height: 2.0625rem;
  }

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

  .pe-k-section.header-section {
    margin-top: 0;
  }

  .pe-k-line-1 {
    bottom: 6.25rem;
  }

  .flex.flex-aw-ak {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-right: 0;
  }

  .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: 11.875rem;
  }

  .pe-k-wieso-content-image-1-wrap {
    width: 30.6875rem;
    height: 24.375rem;
    left: .375rem;
  }

  .pe-k-wieso-content-line-1 {
    left: 3.125rem;
  }

  .pe-k-wieso-content-image-2-wrap {
    margin-right: 0;
    position: relative;
  }

  .pe-k-wieso-content-line-2 {
    transform-origin: 50% 100%;
    width: 19.375rem;
    height: 5.625rem;
    bottom: -6.375rem;
    right: 6.25rem;
    transform: rotate(110deg)translate(0%, -75%);
  }

  .pe-k-line-3 {
    width: 8.125rem;
    height: 4.375rem;
    top: 58%;
    right: 21%;
  }

  .pe-k-was-ist-image-text {
    width: 11.3125rem;
    max-width: none;
    top: 92%;
    left: 70%;
  }

  .pe-k-was-ist-astrix-icon-div {
    width: 1.5rem;
    height: 1.4375rem;
  }

  .pe-k-was-ist-text-wrap {
    margin-left: -2.8125rem;
    padding-top: 0;
  }

  .pe-k-was-ist-image-1 {
    width: 20.625rem;
  }

  .pe-k-wo-image-wrap {
    margin-left: -4.375rem;
    padding-top: 4.375rem;
  }

  .pe-k-button-finder {
    font-size: 1.33333em;
  }

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

  .pe-start-hero-content {
    max-width: 30.625rem;
  }

  .pe-start-new-hero-image {
    left: 25.1875rem;
  }

  .pe-section-new.section-hero {
    padding-top: 9.375rem;
  }

  .pe-section-new.section-header {
    padding-top: 7.5rem;
  }

  .pe-start-intro-el-bg {
    width: auto;
    right: 0%;
  }

  .pe-section-bg {
    left: 1.25rem;
    right: 1.25rem;
  }

  .pe-start-kurz-die-basics-image-div {
    width: 36.25rem;
    height: 20rem;
    bottom: 0;
    right: 1.25rem;
  }

  .pe-start-entsorge-eschrott-sign-image-wrap {
    margin-top: -3.125rem;
  }

  .pe-image-start-entsorge-eschrott-1 {
    width: 32.5rem;
  }

  .pe-start-kurz-die-basics-headline-wrap, .pe-cta-new-button-subline-text-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .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: -7.8125rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .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 {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    font-size: 1em;
    display: flex;
  }

  .clean-t-nav-link.pe-nav-link:hover {
    color: var(--swatch--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 #0000000d;
    border-style: solid none;
    border-radius: 0;
  }

  .clean-t-dropdown-list-wrapper.pe-dropdown-list-wrap {
    box-shadow: none;
    background-color: #1818180f;
    border-style: none;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    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-nav-dropdown-icon.pe-nav-dropdown-icon {
    margin-bottom: .2rem;
    margin-left: 0;
  }

  .clean-t-pre-nav-social-link {
    opacity: .7;
    background-size: 20px;
    width: 44px;
    height: 38px;
  }

  .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 {
    background-position: 50%;
    background-size: contain;
    width: 2.875rem;
    height: 2.875rem;
  }

  .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 {
    background-color: #e3dbd2;
    justify-content: center;
    min-height: 4rem;
    margin-top: .125rem;
    margin-right: 0;
    padding-top: .375rem;
    padding-bottom: .375rem;
  }

  .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(--swatch--black);
    padding: .6875rem .75rem .625rem;
    font-size: 2.75rem;
  }

  .clean-t-nav-menu-button.pe-nav-menu-button.w--open {
    background-color: #0000001a;
  }

  .clean-t-pre-nav-phone-icon {
    width: 14px;
    height: 14px;
  }

  .clean-t-nav-menu-extra-wrap {
    background-color: #0000000d;
    height: 196px;
    padding: 6px 12px;
    display: block;
  }

  .clean-t-nav-menu-extra-wrap.pe-nav-menu-extra-wrap {
    background-color: #0000;
    height: 12.25rem;
    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: 4.25rem;
    height: 4.0625rem;
    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 {
    justify-content: center;
    display: flex;
  }

  .clean-t-dropdown-nav-link.pe-dropdown-nav-link:hover {
    color: var(--swatch--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: 4.0625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pe-pre-navbar-plan-e-kids-link {
    width: 4.69rem;
    height: 2.94rem;
  }

  .pe-pre-navbar-kampagne-link {
    font-size: 1em;
  }

  .pe-nav-manu-link-wrap {
    border-top: .125rem solid #ede8e3;
    height: 100%;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
  }

  .pe-widget-track {
    display: block;
    bottom: 3.4375rem;
  }

  .pe-widget-stick-el {
    top: 92vh;
  }

  .pe-widget-button-el {
    font-size: .666em;
  }

  .pe-nav-dropdown {
    display: block;
  }

  .videotitle-2 {
    font-size: 14px;
  }

  .pe-k-intro-cta-el-wrap {
    bottom: -2.3125rem;
    right: -6.875rem;
    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: 2.5rem;
    position: relative;
    top: auto;
    left: auto;
  }

  .pe-k-intro-cta-el-2-wrap.wrap-was-ist-section {
    margin-top: 2.75rem;
    margin-bottom: 0;
    position: static;
  }

  .pe-k-intro-cta-el-2-pre-text-wrap {
    margin-bottom: .5rem;
    padding-left: 2.5rem;
    position: static;
    transform: translate(0);
  }

  .pe-k-memory-content-wrap {
    flex-direction: column;
  }

  .pe-pre-navbar-aktionswochen-link {
    width: 4.69rem;
    height: 2.94rem;
  }

  .pe-aktionswochen-text-wrap {
    margin-left: 22.5rem;
  }

  .pe-aw-wir-bieten-content-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pe-aw-wir-bieten-list-el._2nd-list {
    margin-right: -4rem;
  }

  .pe-aw-wir-bieten-list-number.and-symbol {
    margin-left: 1.4375rem;
    margin-right: 1.4375rem;
  }

  .pe-aw-fragen-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pe-k-unity-canvas {
    aspect-ratio: 1 / 1.2;
  }

  .swiper-slider-wrapper.wrapper-pages {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-pagination {
    bottom: -1.625rem;
    left: 4.375rem;
    right: 4.375rem;
  }

  .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
    top: auto;
    bottom: -.3125rem;
    right: 1.25rem;
    transform: translate(0%, 100%);
  }

  .swiper-button-prev {
    width: 2.5rem;
    height: 2.5rem;
    top: auto;
    bottom: -.3125rem;
    left: 1.25rem;
    transform: translate(0%, 100%);
  }

  .pe-swiper-button-bg, .pe-swiper-button-bg-base, .pe-swiper-button-bg-filter {
    opacity: 100;
    width: 100%;
    height: 100%;
  }

  .pe-aw-interview-image-wrap {
    margin-bottom: -4.5625rem;
  }

  .pe-aw-interview-icon-wrap {
    top: 45%;
  }

  .pe-aw-interview-image-div {
    width: 20rem;
  }

  .pe-aw-interview-q-acc-wrap {
    padding-left: 0;
  }

  .pe-h3.large {
    font-size: 1.611em;
  }

  .pe-h3.xlarge {
    font-size: 1.9em;
  }

  .pe-aktionswochen-cta-head-wrap {
    bottom: 83%;
    right: 14%;
  }

  .pe-aw-logo-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .pe-aw-aktionskoffer-content-wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pe-aw-aktionskoffer-link-wrap {
    margin-left: 9.0625rem;
  }

  .pe-aw-contact-info-icon-wrap {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .pe-aw-du-willst-wissen-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pe-nav-list {
    flex-flow: column;
    align-items: stretch;
  }

  .pe-nav-list.list-pre-nav-extras, .pe-nav-list.list-pre-nav-socials {
    flex-flow: row;
  }

  .pe-nav-list.list-horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .pe-nav-list-item {
    flex-flow: column;
  }

  .pe-nav-list-item.extra-nav-list-item {
    align-items: stretch;
    display: flex;
  }

  .pe-footer-link-el {
    font-size: 1em;
  }

  .pe-text-video-side {
    font-size: 1.1em;
  }

  .pe-text-video-side-wrap {
    max-width: 14rem;
  }

  .pe-rueckname-akkus-warning-img-wrap {
    max-width: 11.875rem;
    right: .5rem;
  }

  .pe-rueckname-akkus-headline-wrap {
    max-width: 28.125rem;
  }

  .pe-h2-media {
    font-size: 1.333em;
  }

  .pe-kontact-cta-headline {
    font-size: 1.777em;
  }

  .pe-p-highlight-1 {
    font-size: 2em;
  }

  .pe-grid-split-text-wrap {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .pe-grid-split-text {
    font-size: 1em;
  }

  .pe-sammel-g-square-div {
    aspect-ratio: 2 / 3;
  }

  .pe-image-bg-image-wrap.img-siegfried-and-joy {
    background-image: url('../images/img-kampagne-bg-header-4-mobile.jpg');
    background-position: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 37px;
  }

  .body {
    margin-top: 0;
  }

  .text-span-14 {
    color: var(--swatch--black);
    font-family: Azosans, sans-serif;
  }

  .youtube {
    margin-top: 49px;
  }

  .pe-media-link-label {
    min-height: 0;
  }

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

  .clean-t-flex-column.fluent {
    flex-basis: 100%;
  }

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

  .clean-t-flex-column.fluent._33 {
    flex-grow: 0;
  }

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

  .clean-t-flex-column._33 {
    flex: 1;
    width: auto;
  }

  .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 {
    flex: 1;
    width: auto;
  }

  .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 {
    flex: 1;
    width: auto;
  }

  .clean-t-flex-column.column-new.column-start-2mil-tonnen-eschrot-text, .clean-t-flex-column.column-new.column-recycling-right {
    width: auto;
  }

  .clean-t-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .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: 8.125rem;
  }

  .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-flex-row.reverse-desktop, .clean-t-flex-row.reverse-desktop.verse-tablet {
    flex-flow: column;
  }

  .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-button-wrap.hide-mobile {
    display: none;
  }

  .pe-h1 {
    font-size: 3em;
  }

  .pe-content-container.mt-75.hide.show-mobile {
    display: block;
  }

  .pe-content-container.content-start-entsorgen-eschrott {
    margin-top: 1.875rem;
  }

  .pe-content-container.hide.show-mobile {
    display: block;
  }

  .clean-success-container {
    padding-left: .625rem;
  }

  .pe-image-section-wrap {
    background-position: 60%;
    height: auto;
    padding-top: 36%;
  }

  .pe-h2 {
    margin-bottom: 1.5625rem;
    font-size: 2.55556em;
    line-height: 1.1em;
  }

  .pe-h2.h-small-subline.c-purple {
    margin-bottom: 1.5625rem;
    font-size: 2.554em;
  }

  .pe-h2.medium {
    font-size: 2em;
  }

  .pe-h2.h2-start-2mil-tonnen-eschrott {
    font-size: 2.554em;
  }

  .pe-h2.h2-rueckname-akkus {
    font-size: 2.6em;
  }

  .pe-image {
    height: 57vw;
  }

  .pe-image.img-default {
    height: auto;
  }

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

  .pe-image.img-default.desktop-tablet {
    display: none;
  }

  .pe-image-headline-div {
    max-width: none;
  }

  .pe-entsorgung-el-text-div {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .pe-batterie-rueckname-eauto-image-wrap {
    max-width: 70%;
    margin-top: 2.1875rem;
    margin-left: auto;
  }

  .pe-download-link-image-div {
    flex: none;
    min-height: 4.375rem;
  }

  .i-image {
    object-position: 50% 55%;
    width: 100%;
    height: 60vw;
  }

  .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;
    max-width: 47px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-radio-overlay {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-radio {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }

  .clean-t-radio-toggl {
    inset: 8px;
  }

  .clean-t-toggle-overlay {
    width: 47px;
    max-width: 47px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-checkbox-el {
    width: 34px;
    height: 34px;
  }

  .clean-t-checkbox-overlay {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-tickbox {
    min-height: 34px;
    padding-top: 7px;
    padding-left: 40px;
  }

  .clean-t-radio-bg, .clean-t-checkbox-bg {
    width: 34px;
    max-width: 34px;
    height: 34px;
    max-height: 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;
    max-width: 34px;
    height: 34px;
    max-height: 34px;
  }

  .clean-t-toggle-el {
    width: 47px;
    max-width: 47px;
    height: 34px;
    max-height: 34px;
  }

  .pe-k-intro-image-wrap {
    margin-left: 0;
  }

  .pe-k-intro-text-wrap {
    margin-left: 0;
    padding-top: 3.75rem;
    padding-left: 1.5625rem;
  }

  .pe-k-headline-wrap {
    max-width: 23.75rem;
  }

  .pe-k-headline-word-image {
    padding-right: .75rem;
  }

  .pe-k-line-1 {
    transform-origin: 50%;
    width: 7.5rem;
    height: 6.25rem;
    bottom: -.75rem;
    left: 4.6875rem;
    right: auto;
    transform: rotate(102deg)translate(100%);
  }

  .pe-k-was-important-wrap {
    margin-top: 3.75rem;
    padding-bottom: 6.25rem;
    padding-left: 5.5rem;
  }

  .flex.flex-aw-ak {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .pe-k-important-circle-wrap {
    width: 18.125rem;
    height: 18.125rem;
    padding: 1.875rem 1.5625rem .3125rem;
  }

  .pe-k-was-important-image {
    width: 15rem;
  }

  .pe-k-line-2 {
    width: 10rem;
    height: 25rem;
    bottom: 11.125rem;
    right: -1.5rem;
  }

  .pe-k-headline-image-was, .pe-k-headline-image-wieso {
    width: 8.125rem;
  }

  .pe-k-wieso-content-2 {
    justify-content: center;
  }

  .pe-k-wieso-content-1-wrap {
    padding-bottom: 11.6875rem;
  }

  .pe-k-wieso-content-image-2-wrap {
    padding-top: 10.9375rem;
  }

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

  .pe-k-wieso-content-line-2.mobile {
    width: 14.375rem;
    height: 4.375rem;
    display: block;
    bottom: -2.75rem;
    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: 1.75rem;
    height: 1.6875rem;
  }

  .pe-k-was-ist-text-wrap {
    margin-left: 0;
    padding-top: 2.375rem;
    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: 3.4375rem;
  }

  .pe-k-button-finder-wrap {
    margin-left: -2.125rem;
  }

  .pe-k-headline-image-wo {
    width: 5.375rem;
  }

  .pe-button-new.btn-skip-content {
    top: -8rem;
  }

  .pe-start-new-hero-image {
    width: 100%;
    height: 59vw;
    margin-bottom: 2.5rem;
    position: relative;
    top: auto;
    left: auto;
  }

  .pe-section-new {
    padding-top: 4.125rem;
    padding-bottom: 4.125rem;
  }

  .pe-section-new.section-hero, .pe-section-new.section-header {
    padding-top: 5.9375rem;
  }

  .pe-section-new.section-header.header-aktionswochen {
    padding-top: 8.125rem;
  }

  .pe-start-intro-el-bg {
    width: 6.3125rem;
    right: auto;
  }

  .pe-section-bg {
    left: 0;
    right: 0;
  }

  .pe-section-bg.c-turquoise.bg-aw-du-willst-wissen {
    bottom: 17.5rem;
  }

  .pe-start-kurz-die-basics-image-div {
    width: 46.875rem;
    height: 23.75rem;
    position: relative;
    inset: -2.5rem auto auto -4.375rem;
  }

  .pe-start-entsorge-eschrott-headline-wrap {
    padding-top: 0;
  }

  .pe-start-entsorge-eschrott-sign-image-wrap {
    margin-top: 1.25rem;
  }

  .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: -6.875rem;
    padding-left: 0;
    padding-right: 0;
  }

  .pe-image-2mil-tonnen-eschrot {
    max-width: 100%;
    margin-left: 0%;
  }

  .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: -6.25rem;
  }

  .pe-widget-stick-el {
    top: 90vh;
  }

  .pe-button-row.row-vertical {
    align-items: center;
  }

  .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-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-11-copy {
    color: var(--swatch--blue-violet);
    font-family: "Ngh 65", sans-serif;
    font-size: 18px;
  }

  .videotitle-2 {
    margin-bottom: 0;
  }

  .pe-k-intro-cta-el-wrap {
    margin-top: 1.25rem;
    margin-bottom: -8.125rem;
    display: inline-block;
    position: relative;
    inset: auto auto auto -1.5625rem;
    transform: translate(0%);
  }

  .hide.show-mobile {
    display: block;
  }

  .hide-mobile {
    display: none;
  }

  .clean-t-m-content-div {
    padding: 1.875rem 1.5625rem 1.875rem 1.875rem;
  }

  .clean-t-modal-content {
    padding: 2.5rem 1.875rem;
  }

  .pe-k-memory-content-wrap {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }

  .pe-aktionswochen-text-wrap {
    margin-top: 3.125rem;
    margin-left: 1.25rem;
  }

  .pe-aw-wir-bieten-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-aw-wir-bieten-list-wrap {
    flex-flow: column;
  }

  .pe-aw-wir-bieten-list-el {
    max-width: none;
  }

  .pe-aw-wir-bieten-list-el._2nd-list {
    max-width: none;
    margin-right: 0;
  }

  .pe-aw-wir-bieten-list-number.and-symbol {
    margin: 1.375rem 0 1.6875rem;
  }

  .pe-aw-fragen-wrap {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pe-aw-fragen-text-wrap {
    padding-left: 2.5rem;
  }

  .pe-aw-fragen-container {
    margin-left: 0;
    position: static;
  }

  .pe-aw-wir-bieten-list-symbol-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .pe-medie-source-text {
    font-size: .8em;
  }

  .swiper-button-next, .swiper-button-prev {
    background-size: 12px;
  }

  .pe-aw-interview-image-wrap {
    margin-bottom: -4.875rem;
  }

  .pe-aw-interview-icon-wrap {
    top: 33%;
  }

  .pe-h3.xlarge {
    font-size: 2em;
  }

  .pe-aktionswochen-cta-head-wrap {
    bottom: 84%;
    left: 5%;
    right: auto;
  }

  .pe-aw-logo-container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }

  .pe-aw-aktionskoffer-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .pe-aw-icon-wrap {
    top: -3.75rem;
    left: -.6875rem;
  }

  .pe-aw-aktionskoffer-link-wrap {
    margin-left: 3.125rem;
  }

  .pe-aw-contact-info-wrap {
    flex-flow: column;
  }

  .pe-aw-contact-info-icon-wrap {
    padding-bottom: 1.125rem;
    padding-left: 0;
    padding-right: 0;
  }

  .pe-aw-number-el {
    max-width: none;
  }

  .pe-aw-du-willst-wissen-container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-base {
    height: 60vw;
  }

  .image-base.style-image {
    object-position: 50% 60%;
    height: 60vw;
  }

  .image-base.fill-height {
    height: 50vw;
  }

  .image-base.fill-height.submissive {
    height: 100%;
  }

  .image-base.img-pe-bs-aktion {
    width: auto;
    max-width: 25rem;
    height: auto;
  }

  .pe-footer-link-el {
    text-align: center;
    width: 100%;
    max-width: none;
  }

  .pe-illegale-entsorgung-img {
    display: none;
  }

  .pe-text-video-side-wrap {
    align-items: flex-end;
    max-width: none;
    padding-right: 4rem;
  }

  .pe-text-video-side-div {
    max-width: 14rem;
  }

  .pe-batterie-mobile-text-div {
    max-width: 26.875rem;
  }

  .pe-rueckname-akkus-content {
    padding: 1.6rem;
  }

  .pe-rueckname-akkus-warning-img-wrap {
    max-width: 30vw;
    top: -16vw;
  }

  .pe-grid-media {
    grid-template-columns: 1fr;
  }

  .pe-about-note-wrap {
    max-width: 24.375rem;
  }

  .pe-p-highlight-1 {
    font-size: 1.3em;
  }

  .pe-p-hightlight-1-wrap {
    padding-left: 2.5rem;
  }

  .pe-grid-split {
    grid-template-columns: 1fr;
  }

  .pe-grid-split-wrap, .pe-grid-split-text-wrap, .pe-note-end-einzelhandel-wrap {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .pe-sammel-g-square-div {
    aspect-ratio: 1 / 1.5;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
  }

  .pe-sammel-g-square-div.img-square {
    padding: .75rem 1.5rem;
  }

  .pe-sammel-g-square-div.bg-c-turquoise.hide-tablet {
    display: none;
  }

  .pe-sammel-g-content-wrap {
    height: auto;
  }

  .pe-sammel-g-content-wrap.overlay-wrap {
    position: relative;
    inset: auto;
  }

  .pe-grid-sammelgruppen {
    grid-template-columns: 1fr 1fr;
  }

  .pe-img-sammelgruppen-wrap {
    max-width: 6.875rem;
  }

  .pe-img-sammelgruppen-wrap.g-2 {
    max-width: 10rem;
  }

  .pe-img-sammelgruppen-wrap.g-3 {
    max-width: 4.375rem;
  }

  .pe-img-sammelgruppen-wrap.g-4 {
    max-width: 8.75rem;
  }

  .pe-img-sammelgruppen-wrap.g-5 {
    max-width: 10rem;
  }

  .pe-img-sammelgruppen-wrap.g-6 {
    max-width: 5.625rem;
  }

  .pe-thirds-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pe-image-bg-image-wrap {
    background-position: 60%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    margin-top: 0;
    overflow: visible;
  }

  .text-span-14 {
    color: var(--swatch--black);
    text-transform: uppercase;
    font-family: Azosans, sans-serif;
  }

  .pe-media-link-label {
    font-size: .777em;
    line-height: 1.5em;
  }

  .clean-t-flex-column {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .clean-t-flex-column.quarter {
    flex: 1;
    width: auto;
  }

  .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 {
    flex: 1;
    width: 100%;
  }

  .clean-t-flex-column._50 {
    flex: 1;
    width: auto;
  }

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

  .clean-t-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .clean-t-flex-row {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

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

  .clean-t-flex-row.vertical-tablet {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

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

  .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-h1 {
    font-size: 2.777em;
  }

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

  .clean-full-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .clean-success-container {
    margin-top: 1.875rem;
    padding-left: 0;
  }

  .pe-h2 {
    font-size: 2.33333em;
  }

  .pe-h2.medium {
    font-size: 2.335em;
  }

  .pe-h2.h2-small {
    font-size: 1.444em;
  }

  .pe-h2.h2-start-2mil-tonnen-eschrott {
    font-size: 2.4em;
  }

  .pe-container-full-width {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .pe-image-headline-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pe-image-headline-div {
    bottom: -3.125rem;
  }

  .cjd-video-content {
    margin-bottom: -72px;
  }

  .pe-entsorgung-icon-text-el {
    margin-bottom: 3.125rem;
  }

  .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 {
    flex: none;
    min-height: 3.75rem;
  }

  .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: -.9375rem;
    left: -2.3125rem;
  }

  .pe-k-was-important-wrap {
    padding-left: 3.8125rem;
  }

  .pe-k-important-circle-wrap {
    padding-top: 1.5625rem;
    padding-bottom: 0;
  }

  .pe-k-line-2 {
    width: 8.125rem;
    height: 21.25rem;
    bottom: 9.4375rem;
    right: -1.4375rem;
  }

  .pe-k-wieso-content-wrap {
    margin-top: 4.625rem;
  }

  .pe-k-wieso-content-2 {
    justify-content: flex-start;
    display: block;
  }

  .pe-k-wieso-content-1-wrap {
    margin-left: 0;
    padding-bottom: 15.5rem;
    padding-left: 0;
  }

  .pe-k-wieso-content-image-1-wrap {
    width: 20rem;
    height: 15.875rem;
  }

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

  .pe-k-wieso-content-line-2.mobile {
    width: 14.375rem;
    height: 4.375rem;
    display: block;
    bottom: -2.75rem;
    right: 50%;
  }

  .pe-k-was-ist-image-text {
    left: 69%;
  }

  .pe-k-was-ist-astrix-icon-div {
    top: -1.5625rem;
    left: -.6875rem;
  }

  .pe-k-button-finder-wrap {
    margin-left: -1.5rem;
  }

  .pe-k-button-finder {
    padding: .625rem .9375rem .625rem 3rem;
    font-size: 19px;
  }

  .pe-k-button-finder-arrow {
    left: 1.75rem;
  }

  .pe-button-new {
    letter-spacing: .075em;
    padding-right: 1.375rem;
    font-size: .888888em;
  }

  .pe-section-new.section-hero, .pe-section-new.section-header {
    padding-top: 6.25rem;
  }

  .pe-section-new.section-header.header-aktionswochen {
    padding-top: 12.5rem;
  }

  .pe-section-bg.c-turquoise.bg-aw-du-willst-wissen {
    bottom: 11.875rem;
  }

  .pe-start-kurz-die-basics-image-div {
    width: 40.625rem;
    height: 20rem;
    left: -5rem;
  }

  .pe-h1-pre-subline {
    line-height: 1.2em;
  }

  .pe-start-2mil-tonnen-eschrott-headline-wrap {
    margin-top: -6.25rem;
  }

  .clean-t-language-link.simple-lang-link {
    padding-left: 6px;
    padding-right: 6px;
  }

  .clean-t-dropdown-list-wrapper.pe-dropdown-list-wrap {
    background-color: #1818180a;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .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: 4.0625rem;
  }

  .pe-widget-track.subpage {
    bottom: -6.5625rem;
  }

  .text-block-11-copy {
    color: var(--swatch--blue-violet);
    font-family: "Ngh 55", sans-serif;
  }

  .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: 1rem;
    padding-right: 1rem;
  }

  .pe-k-intro-cta-el-2-pre-text-wrap {
    margin-bottom: 0;
    padding-left: 1.75rem;
  }

  .pe-k-memory-content-wrap {
    margin-top: 4.6875rem;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }

  .pe-aw-fragen-text-wrap {
    padding-left: 1.25rem;
  }

  .pe-k-unity-canvas {
    aspect-ratio: 1 / 1.8;
  }

  .pe-aw-interview-image-wrap {
    margin-bottom: -4.375rem;
  }

  .pe-aw-interview-image-div {
    margin-left: 2.5rem;
  }

  .pe-aw-interview-q-acc-wrap {
    margin-left: -.9375rem;
    margin-right: -1.25rem;
  }

  .pe-h3.xlarge {
    font-size: 1.6em;
  }

  .pe-aktionswochen-cta-head-wrap {
    bottom: 98%;
    left: 12%;
  }

  .pe-aktionswochen-cta-head-el-link {
    width: 4.375rem;
    height: 4.375rem;
  }

  .pe-aktionswochen-cta-head-el-info-wrap {
    top: 2.875rem;
    left: -3.125rem;
  }

  .pe-aktionswochen-cta-head-el-info-img {
    width: 10.625rem;
    height: 7.5625rem;
  }

  .pe-aw-logo-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pe-aw-aktionskoffer-link-wrap {
    align-self: flex-end;
    margin-left: 0;
  }

  .image-base.img-pe-bs-aktion {
    max-width: 100%;
  }

  .pe-illegale-entsorgung-img {
    display: none;
  }

  .pe-text-video-side-wrap {
    padding-right: 2.4rem;
  }

  .pe-text-video-side-div {
    max-width: 16.25rem;
  }

  .pe-rueckname-akkus-content {
    padding-top: 3.5rem;
  }

  .pe-rueckname-akkus-warning-img-wrap {
    max-width: 34vw;
    top: -17vw;
  }

  .pe-h2-media {
    font-size: 1.111em;
  }

  .pe-about-thirds-content {
    padding: 1rem;
  }

  .pe-p-highlight-1 {
    font-size: 1.2em;
  }

  .pe-p-hightlight-1-wrap {
    padding-left: 1.5rem;
  }

  .pe-sammel-g-square-div {
    aspect-ratio: auto;
    min-height: 13.75rem;
  }

  .pe-sammel-g-square-div.text-square {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .pe-grid-sammelgruppen {
    grid-template-columns: 1fr;
  }

  .pe-thirds-content {
    padding: 1rem;
  }
}

#w-node-_26795b6a-2dbc-e4d6-69bf-c8eb358ff6c2-bc6b5b66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3e5887c-9a16-2a4e-ca11-3206088cd15d-c6542bf9, #w-node-_7b4b5126-0676-41cc-f45a-905498653dcd-c6542bf9, #w-node-_5ecb63c6-2a8f-41d7-d1d8-2d0e3873f22d-c6542bf9, #w-node-e4b89a57-a775-17ac-ada4-2af6a2748f9a-c6542bf9, #w-node-a49e6063-5373-b9ed-4b28-c0700f4fc2ce-c6542bf9, #w-node-_56f63ad9-dbc5-e035-5fce-299588765a58-c6542bf9 {
  order: -9999;
}

#w-node-_26795b6a-2dbc-e4d6-69bf-c8eb358ff6c2-e125c277, #w-node-d1e9d2f4-eba2-cc2f-fe14-de44cbf03912-e125c277, #w-node-_9df97c0f-c723-c3b2-9896-b6506f2793c5-e125c277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #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, #w-node-_88d2006c-4dee-7b9c-271c-29df5cf663c5-e125c277, #w-node-d4df6b49-bf13-c94d-fb96-72b05bc2d08f-e125c277, #w-node-bbd38095-387b-7299-0369-327d3c567061-e125c277, #w-node-e4e84baf-c2e8-f927-4d85-9d65c180bbbb-e125c277, #w-node-d0479f1f-155f-f8b9-972b-b3a243a68a46-e125c277, #w-node-_18f775f2-0c7b-58f3-d4aa-5288d44fcb53-e125c277, #w-node-caea7584-2b7b-abbf-3c55-de5e46e87776-e125c277, #w-node-_40b7e135-7323-9e06-9fd4-86a0bf73e30b-e125c277 {
    align-self: end;
  }
}

@media screen and (max-width: 479px) {
  #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, #w-node-_88d2006c-4dee-7b9c-271c-29df5cf663c5-e125c277, #w-node-d4df6b49-bf13-c94d-fb96-72b05bc2d08f-e125c277, #w-node-bbd38095-387b-7299-0369-327d3c567061-e125c277, #w-node-e4e84baf-c2e8-f927-4d85-9d65c180bbbb-e125c277, #w-node-d0479f1f-155f-f8b9-972b-b3a243a68a46-e125c277, #w-node-_18f775f2-0c7b-58f3-d4aa-5288d44fcb53-e125c277, #w-node-caea7584-2b7b-abbf-3c55-de5e46e87776-e125c277, #w-node-_40b7e135-7323-9e06-9fd4-86a0bf73e30b-e125c277 {
    align-self: end;
  }
}


@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;
}