/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 09.03.2021, 15:01:25
    Author     : RoeschS
*/

@font-face {
  font-display:auto;
  font-family:'Frankfurter';
  src:url(../fonts/frankfurter_netto/Frankfurter_Netto_Regular.woff) format("woff"),
    url(../fonts/frankfurter_netto/Frankfurter_Netto_Regular.ttf) format("truetype"),
    url(../fonts/frankfurter_netto/Frankfurter_Netto_Regular.svg#frankfurterefmedium) format("svg"),
    url(../fonts/frankfurter_netto/Frankfurter_Netto_Regular.eot) format("eot");
  font-weight:normal;
  font-style:normal
}

.screen-size {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 0px;
  background-color: lime;
  color: #000000;
  padding: 5px;
  font-size: 10px;
}
.screen-size::before {
  content: 'main';
}
.module-title {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 10px;
  background-color: lightcoral;
  color: #333333;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  border-radius: 0 10px 10px 0;
}
section.page-row {
  position: relative;
}
.page-row {
  padding: 10px 0;
}
.page-row.message-box {
  padding: 10px 0 0 0;
}
.content-container.full-width {
  margin-left: -20px;
  margin-right: -20px;
}

video {
  width: 100%;
  height: auto;
}


/* ----- Links ----- */
.page-row a.mod-imgtxt-item,
.page-row a.mod-imgtxt-item:active,
.page-row a.mod-imgtxt-item:visited,
.page-row a.mod-imgtxt-item:focus {
  color: #333333;
  text-decoration: none;
}
/* ----- Links ----- */


/* ----- Top-Banner ----- */
.top-banner-container.small {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 40px 20px;
}
.top-banner-container.small .title {
  color: #dc0d15;
  font-family: 'Frankfurter';
  font-size: 31px;
  line-height: 31px;
  text-transform: uppercase;
}
.top-banner-container.medium {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top-banner-container.medium::before {
  content: '';
  padding-top: 103%;
  display: block;
}
.top-banner-container.big .top-banner-description {
  position: absolute;
  top: 6%;
  left: 20px;
}
.top-banner-container.big .top-banner-description .title,
.top-banner-container.big .top-banner-description .text {
  font-family: 'Frankfurter';
  text-transform: uppercase;
}
.top-banner-container.big .top-banner-description .title {
  color: #ffffff;
  font-size: 36px;
  line-height: 30px;
}
.top-banner-container.big .top-banner-description .text {
  padding: 10px 0 0 0;
}
.top-banner-container.big .top-banner-description .text span {
  color: #ffe500;
  background-color: #dc0d15;
  padding: 2px 4px;
  font-size: 15px;
}
/* ----- Top-Banner ----- */


/* ----- Textblock ----- */
.teaser__block.simple--text.text_block_squeezed {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
/* ----- Textblock ----- */


/* ----- Video Container iFrame ----- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* ----- Video Container iFrame ----- */


/* ----- Kleiner Block ----- */
.teaser__block.content--small .teaser__box__item__img {
  position: relative;
}
.teaser__block.content--small .teaser__box__item__img .teaser__box__item__img_icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 360px;
  max-width: 50%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
/* ----- Kleiner Block ----- */


/* ----- Module Image/Text ----- */
.mod-imgtxt-container {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.mod-imgtxt-item + .mod-imgtxt-item {
  padding-top: 20px;
}
.mod-imgtxt-item .mod-imgtxt-content {
  display: flex;
  flex-direction: column;
}
.mod-imgtxt-item .mod-imgtxt-image,
.mod-imgtxt-item .mod-imgtxt-description {
  flex-basis: 100%;
}
.mod-imgtxt-item .mod-imgtxt-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.mod-imgtxt-item .mod-imgtxt-image.centered {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.mod-imgtxt-item .mod-imgtxt-image::before {
  content: '';
  padding-top: 60%;
  display: block;
}
.mod-imgtxt-item .mod-imgtxt-image.centered::before {
  /*  content: inherit;
    padding-top: 0;
    display: inherit;*/
}
.mod-imgtxt-item .mod-imgtxt-description {
  padding: 10px;
}
.mod-imgtxt-item .mod-imgtxt-description ul {
  margin-left: 14px;
}
.mod-imgtxt-item .mod-imgtxt-description .title {
  padding: 15px 10px 10px 10px;
  font-size: 20px;
  line-height: 22px;
}
.mod-imgtxt-item .mod-imgtxt-description .text {
  padding: 10px;
}
.mod-imgtxt-item .mod-imgtxt-description .cta {
  padding: 10px;
}
.mod-imgtxt-item .mod-imgtxt-description .cta .btn-primary {
  width: 100%;
}
/* ----- Module Image/Text ----- */


/* ----- Prospekt-Box ----- */
.online-prospekt-box .teaser__box__item__img {
  overflow: hidden;
}
.online-prospekt-box .prospekt-box-image-container {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(-7deg);
  height: 120%;
  max-width: 84%;
  margin: 0 auto;
  margin-top: 6px;
}
/* ----- Prospekt-Box ----- */


/* ----- Module History ----- */
.mod-history-container {
  display: flex;
  flex-direction: column;
}
.mod-history-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mod-history-row.oriented-left {
  flex-direction: column-reverse;
}
.mod-history-item.content-left, .mod-history-item.content-right {
  width: 100%;
}
.mod-history-item.content-left, .mod-history-item.content-right {
  padding: 10px 10px 10px 10px;
}
.mod-history-item.content-left .title,  .mod-history-item.content-right .title {
  padding: 5px;
  text-align: center;
}
.design-history .mod-history-item.content-left .title,  .design-history .mod-history-item.content-right .title {
  font-size: 28px;
  color: #dc0d15;
}
.design-plastic .mod-history-item.content-left .title,  .design-plastic .mod-history-item.content-right .title {
  font-size: 22px;
  color: #00635b;
}
.mod-history-item .content {
  display: flex;
  flex-direction: column;
}
.mod-history-item .content .icon {
  text-align: center;
  padding: 5px;
}
.mod-history-item .content .icon img {
  max-width: 120px;
}
.design-history .mod-history-item.content-left .text, .design-history .mod-history-item.content-right .text, .design-history .mod-history-item .text ul  {
  text-align: center;
  font-size: 18px;
  padding: 5px;
}
.design-plastic .mod-history-item.content-left .text, .design-plastic .mod-history-item.content-right .text, .design-plastic .mod-history-item .text ul {
  text-align: left;
  font-size: 16px;
  padding: 5px;
}
.mod-history-item .text a {
  color: #333333;
}
.mod-history-item .text ul {
  margin-left: 24px;
}
.mod-history-row.oriented-left .mod-history-item.content-right, .mod-history-row.oriented-right .mod-history-item.content-left {
  display: none;
}
.mod-history-item.line-left, .mod-history-item.line-right {
  position: relative;
  width: 50px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 48px;
  display: none;
}
.mod-history-item.line-center {
  position: relative;
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
}
.mod-history-item.line-center .mod-history-strand {
  width: 6px;
  height: 100%;
  position: absolute;
}
.design-history .mod-history-item.line-center .mod-history-strand {
  background-color: #dc0d15;
}
.design-plastic .mod-history-item.line-center .mod-history-strand {
  background-color: #00635b;
}
.design-history .mod-history-item.line-left hr, .design-history .mod-history-item.line-right hr {
  border: 2px solid #dc0d15;
}
.design-plastic .mod-history-item.line-left hr, .design-plastic .mod-history-item.line-right hr {
  border: 2px solid #00635b;
}
.mod-history-item.line-left .mod-history-dot, .mod-history-item.line-right .mod-history-dot {
  position: absolute;
  top: 41px;
  width: 18px;
  height: 18px;
  z-index: 4;
  border-radius: 50%;
}
.design-history .mod-history-item.line-left .mod-history-dot, .design-history .mod-history-item.line-right .mod-history-dot {
  background-color: #dc0d15;
}
.design-plastic .mod-history-item.line-left .mod-history-dot, .design-plastic .mod-history-item.line-right .mod-history-dot {
  background-color: #00635b;
}
.mod-history-item.line-left .mod-history-dot {
  left: -9px;
}
.mod-history-item.line-right .mod-history-dot {
  right: -9px;
}
.mod-history-row.not-yet-played .line-left hr,
.mod-history-row.not-yet-played .line-right hr {
  transform: scaleX(0);
}
.mod-history-row.not-yet-played .line-left hr{
  transform-origin: 100% 0;
}
.mod-history-row.not-yet-played .line-right hr {
  transform-origin: 0 0;
}
.mod-history-row.not-yet-played .mod-history-dot {
  transform: scale(0);
}
.mod-history-row.already-played .line-left hr,
.mod-history-row.already-played .line-right hr {
  transform: scaleX(1);
  transition: all 0.8s ease-in;
}
.mod-history-row.already-played .line-left hr {
  transform-origin: 100% 0;
}
.mod-history-row.already-played .line-right hr {
  transform-origin: 0 0;
}
.mod-history-row.already-played .mod-history-dot {
  animation-fill-mode: backwards;
  animation-name: showdot;
  animation-duration: 0.3s;
  animation-delay: 0.8s;
}
.mod-history-row.not-yet-played .mod-history-item.content-left, .mod-history-row.not-yet-played .mod-history-item.content-right {
  opacity: 0;
}
.mod-history-row.already-played .mod-history-item.content-left, .mod-history-row.already-played .mod-history-item.content-right {
  animation-name: fadeInContent;
  animation-duration: 1.0s;
  animation-delay: 0.8s;
  animation-fill-mode: backwards;
}

@keyframes showdot {
  0% { transform: scale(0) }
  20% { transform: scale(0.5) }
  40% { transform: scale(1.5) }
  60% { transform: scale(2.0) }
  80% { transform: scale(1.5) }
  100% { transform: scale(1.0) }
}
@keyframes showcontent {
  0% { transform: scale(0) }
  100% { transform: scale(1.0) }
}
@keyframes fadeInContent {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/* ----- Module History ----- */


/* ----- Spenden Counter ----- */
.counter-container {
  padding: 0 0 50px 0;
  text-align: center;
}
.incremental-counter {
  display: inline-block;
}
.incremental-counter .num, .counter-euro, .counter-placeholder .num-ph {
  background: #f3f5f7;
  border: 1px solid #cccccc;
  /*border-radius: 4px;*/
  color: rgb(100, 100, 100);
  display: inline-block;
  margin: 0 1px;
  text-align: center;
  top: -1px;
  font-size: 20px;
  font-weight: 400;
  /*box-shadow: 0 0px 3px rgba(0, 0, 0, 0.45);*/
  font-family: "Roboto";
  padding: 0 4px;
}

.counter-euro {
  font-weight: 700;
}
/* ----- Spenden Counter ----- */


/* ----- Teaser Block ----- */
.teaser__block .teaser__box__item.border-none {
  border: none;
}
.teaser__block.content--small .teaser__box__item.border-none .teaser__box__item__desc {
  padding: 15px 0 15px 0;
}
/* ----- Teaser Block ----- */


/* ----- Table ----- */
.table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
table {
  border-collapse: collapse;
}
th, td {
  padding: 5px 10px;
  border-bottom: 1px solid #f3f5f7;
  text-align: left;
  vertical-align: middle;
}
th {
  background-color: #f3f5f7;
}
/* ----- Table ----- */


/* ----- Assistant Menu ----- */
#assistant-menu-button {
  position: fixed;
  z-index: 999;
  bottom: 60px;
  left: 0px;
  background-color: orange;
  color: #000000;
  padding: 5px;
  font-size: 10px;
  cursor: pointer;
}
#assistant-menu {
  padding: 5px;
  background-color: #dddddd;
  position: fixed;
  left: 0;
  bottom: 65px;
  transform: translateX(-100%);
  z-index: 999;
}
#assistant-menu-button:hover #assistant-menu {
  transform: translateX(0);
}
#assistant-menu ul {
  list-style: none;
  margin-bottom: 0;
}
#assistant-menu ul.am-stage-one {
  display: flex;
  flex-direction: row;
}
#assistant-menu a {
  color: #333333;
  text-decoration: none;
}

#assistant-menu .linethrough {
  text-decoration: line-through;
}

#assistant-menu li.am-stage-one {
  /*border: 1px solid grey;*/
  padding: 0 3px 0 3px;
}
#assistant-menu li.am-stage-one a.am-stage-one {
  background-color: #ffe500;
  display: block;
  padding: 2px 10px;
  font-size: 10px;
  font-weight: bold;
}
#assistant-menu ul.am-stage-two {
  padding-left: 10px;
}
#assistant-menu li.am-stage-two {
  padding: 0 0 0 10px;
}
#assistant-menu li.am-stage-two a.am-stage-two {
  background-color: #fff281;
  display: block;
  padding: 2px 10px;
  font-size: 10px;
}
#assistant-menu ul.am-stage-three {
  padding-left: 10px;
  max-height: 600px;
  overflow: scroll;
}
#assistant-menu li.am-stage-three {
  padding: 0 0 0 10px;
}
#assistant-menu li.am-stage-three a.am-stage-three {
  background-color: #ffface;
  display: block;
  padding: 2px 10px;
  font-size: 10px;
}
/* ----- Assistant Menu ----- */


/* ----- Neueröffnungen ----- */
.storeinfo {
  /*margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #cbcacf solid;*/
}

/*.storeinfo:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}*/

.storeinfo-content {
  margin-top: 20px;
  display: grid;
  justify-items: center;
  grid-template-columns: auto;
  grid-row-gap: 40px;
  grid-template-areas: "map" "desc";
}

.storeinfo-content img {
  grid-area: map;
  object-fit: cover;
  max-width: 200px;
  height: 200px;
}

.storeinfo-content div.description {
  grid-area: desc;
}
/* ----- Neueröffnungen ----- */


/* ----- Rezepte ----- */
.merkenecke {
  background-image: url(../../../images/gelbe_merkenecke_cropped.svg);
  position: absolute;
  width: 48px;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.merkenecke-youtube {
  background-image: url(../../../images/playbutton_cropped.svg);
  position: absolute;
  width: 20px;
  height: 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  left: 10px;
  top: 8px;
}
/* ----- Rezepte ----- */


/* ----- Bauern Regionalität ----- */
.bauern-headline {
  padding: 0 5px 0 5px;
}
.bauern-liste {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.bauern-liste .mfp-container {
  background: none;
}
.bauern-liste .bauer-item {
  padding: 5px;
  flex-basis: 100%;
}
.bauer-item .bauer-image {
  position: relative;
}
.bauer-item .bauer-info {
  position: absolute;
  left: 0;
  right: 20px;
  bottom: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
.bauer-item .bauer-titel, .bauer-item .bauer-name, .bauer-item .bauer-ort {
  font-family: 'Roboto';
  display: inline-block;
}
.bauer-item .bauer-titel {
  font-size: 17px;
  line-height: 17px;
  padding: 0 0 5px 0;
}
.bauer-item .bauer-name {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #dc0d15;
}
.bauer-item .bauer-ort {
  font-size: 13px;
  line-height: 17px;
}
/* ----- Bauern Regionalität ----- */


/* ----- Logos ----- */
.logos .text-container {
  padding: 20px;
  max-width: none;
}
.logos-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.logos-item {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logos-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 5px;
}
/* ----- Logos ----- */


/* ----- Page Bottom Navigation ----- */
.pbn-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pbn-button {
  padding: 10px;
}
/* ----- Page Bottom Navigation ----- */


/* ----- Newsletter Registration ----- */
.nl-reg-select-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
}
.nl-reg-select-item {
  /*padding: 0 20px 20px 20px;*/
  padding: 10px;
}
.nl-reg-select-tile {
  position: relative;
  cursor: pointer;
}
.nl-reg-select-tile::before {
  content: "";
  padding-top: 60%;
  display: block;
}
.nl-reg-select-tile .fs-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 18px;
  align-items: flex-end;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.nl-reg-select-item {
  position: relative;
}
.nl-reg-select-item input[type="checkbox"] {
  position: absolute;
  z-index: -999;
  right: 50px;
  top: 40px;
}
.nl-reg-select-item input[type="checkbox"] + label div.nl-reg-checkbox {
  z-index: 3;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #CECDCB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nl-reg-select-item input[type="checkbox"] + label div.nl-reg-checkbox-inner {
  position: relative;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  border: 1px solid #DADADA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nl-reg-select-item input[type="checkbox"]:hover + label div.nl-reg-checkbox-inner {
  background-color: #CCCCCC;
  border: 1px solid #ffffff;
  transition: ease-in-out 0.3s background-color;
}
.nl-reg-select-item input[type="checkbox"]:checked + label div.nl-reg-checkbox-inner {
  background-color: #7ABC36;
  border: 1px solid #ffffff;
}
.nl-reg-select-item input[type="checkbox"]:hover + label div.nl-reg-checkbox-inner-bg,
.nl-reg-select-item input[type="checkbox"]:checked + label div.nl-reg-checkbox-inner-bg {
  position: relative;
  background-image: url('../../../images/global2020/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 22px;
  height: 22px;
}
.nl-reg-title-box {
  background-color: #ffe500;
  padding: 7px 13px;
}
.nl-reg-title {
  font-family: 'Frankfurter';
  color: #dc0d15;
  font-size: 17px;
}
.selected_contact_store_address {
  color: #333;
  text-decoration: none; /* no underline */
}
/* ----- Newsletter Registration ----- */


/* ----- Facebook Lookalike ----- */
.article-select-container, .app-download-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
.article-select-item {
  /*padding: 0 20px 20px 20px;*/
  padding: 10px;
  flex-basis: 100%;
  max-width: 300px;
}
.article-select-tile {
  position: relative;
  cursor: pointer;
  /* new */
  border: 4px solid #ffffff;
  border-radius: 4px;
}
.article-select-tile:hover {
  border: 4px solid #CECDCB;
  transition: ease-in-out 0.6s border;
}
.article-select-item input[type="radio"]:checked + label div.article-select-tile {
  border: 4px solid #dc0d15;
}
.article-select-tile::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.article-select-tile .fs-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  padding: 18px;
  align-items: flex-end;
  justify-content: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* new */
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 4px;
}
.article-select-item {
  position: relative;
}
.article-select-item input[type="radio"] {
  position: absolute;
  z-index: -999;
  right: 50px;
  top: 40px;
}
.article-select-item input[type="radio"] + label div.article-checkbox {
  z-index: 3;
  background-color: #ffffff;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #CECDCB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* new */
  top: 4px;
  right: 4px;
}
.article-select-item input[type="radio"] + label div.article-checkbox-inner {
  position: relative;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  border: 1px solid #DADADA;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-select-item input[type="radio"]:hover + label div.article-checkbox-inner {
  background-color: #CCCCCC;
  border: 1px solid #ffffff;
  transition: ease-in-out 0.3s background-color;
}
.article-select-item input[type="radio"]:checked + label div.article-checkbox-inner {
  background-color: #dc0d15;
  border: 1px solid #ffffff;
}
.article-select-item input[type="radio"]:hover + label div.article-checkbox-inner-bg,
.article-select-item input[type="radio"]:checked + label div.article-checkbox-inner-bg {
  position: relative;
  background-image: url('../../../images/global2020/check.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 22px;
  height: 22px;
}
.article-title-box {
  background-color: #ffe500;
  padding: 7px 13px;
}
.article-title {
  font-family: 'Frankfurter';
  color: #dc0d15;
  font-size: 17px;
}
.email-form {
  padding: 20px 0;
}
.app-download-container {
  margin: 0 -10px;
}
.app-download-item {
  padding: 10px;
  flex-basis: 100%;
}
/* ----- Facebook Lookalike ----- */


/* ----- Newsletter Benefits ----- */
.nl-steps-container,
.nl-benefits-container {
  display: flex;
  justify-content: space-around;
}
.nl-benefits-container {
  flex-direction: row;
}
.nl-steps-container {
  flex-direction: column;
}
.nl-steps-item,
.nl-benefits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.nl-steps-item .nl-steps-image,
.nl-benefits-item .nl-benefits-image {
  position: relative;
}
.nl-benefits-item .nl-benefits-image {
  width: 80px;
}
.nl-steps-item .nl-steps-image {
  width: 70%;
  max-width: 180px;
}
.nl-steps-item .nl-steps-image {
  background-color: #ffe500;
  border-radius: 50%;
}
.nl-steps-item .nl-steps-image::before,
.nl-benefits-item .nl-benefits-image::before {
  content: "";
  display: block;
}
.nl-benefits-item .nl-benefits-image::before {
  padding-top: 57%;
}
.nl-steps-item .nl-steps-image::before {
  padding-top: 100%;
}
.nl-steps-item .nl-steps-image .fs-mask,
.nl-benefits-item .nl-benefits-image .fs-mask {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.nl-benefits-item .nl-benefits-image .fs-mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nl-steps-item .nl-steps-image .fs-mask {
  top: 20%;
  right: 20%;
  bottom: 20%;
  left: 20%;
}
.nl-steps-item .nl-steps-title,
.nl-benefits-item .nl-benefits-title {
  padding-top: 20px;
  font-size: 14px;
  text-align: center;
}
.nl-steps-item .nl-steps-title {
  padding-bottom: 20px;
}
.nl-benefits-item.item-nr-4, .nl-benefits-item.item-nr-5 {
  display: none;
}
/* ----- Newsletter Benefits ----- */


/* ----- Presse ----- */
.press-container {
  display: flex;
  flex-direction: column;
}
.press-item {
  border-bottom: 1px solid #ccc;
}
.press-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
a.press-item-inner {
  color: #333333;
  text-decoration: none;
}
.press-cta {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 20px 0 0 0;
}
.press-info {
  flex-grow: 1;
  align-self: flex-start;
}
.press-date {
  padding-bottom: 5px;
}
.press-title {
  font-weight: bold;
}
/* ----- Presse ----- */


/* ----- Tiles Image Text ----- */
.tiles-image-text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -20px;
}
.tiles-item {
  padding: 20px;
  flex-basis: 100%;
}
.tiles-item-content {
  padding: 20px 0 0 0;
}
.tiles-item-image, .tiles-item-content .title, .tiles-item-content .text {
  text-align: center;
}
.tiles-item-content .title {
  font-weight: 500;
  padding: 0 0 10px 0;
}
/* ----- Tiles Image Text ----- */


/* ----- Recall ----- */
#recall-info-boxes.site-content {
  padding: 20px 0 20px 0;
}
.recall-info-boxes-hint {
  font-size: 14px;
  font-style: italic;
  padding: 0 0 5px 0;
}
.recall-info-box {
  background-color: #dc0d15;
  border-bottom: 2px solid #ffffff;
  padding: 10px 16px 10px 16px;
  color: #ffffff;
}
.recall-info-box-sign {
  border: 2px solid #ffffff;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
}
.recall-info-box-text {
  padding-left: 16px;
}
#recall .module-title {
  display: none;
}
.recall-item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.recall-content {
  flex-basis: 100%;
  padding: 0 0 10px 0;
}
.recall-image {
  flex-basis: 100%;
  padding: 10px 0 0 0;
  text-align: center;
}
.recall-image .image-text {
  padding-top: 5px;
  font-size: 14px;
}
/* ----- Recall ----- */


/* ----- Forms ----- */
select.dropdown option {
  font-family: 'Roboto';
}
/* ----- Forms ----- */


/* ----- Headlines ----- */
h1.headline__major {
  font-size: 30px;
  line-height: 120%;
}
h2.headline__major, .text_block_squeezed h2 {
  font-weight: normal;
  color: #dc0d15;
  font-size: 24px;
  line-height: 120%;
}
.text_block_squeezed h2 {
  padding-bottom: 5%;
}
h2.headline__major:not(.hlblank) {
  /*padding-top: 20px;*/
}
.text_block_squeezed h2.headline__major {
  padding-top: 0;
  padding-bottom: 0;
}
.brochure-overview h2.headline__major.hlblank {
  margin-top: 0;
}
.newsletter-registration h2.headline__major {
  margin-top: 40px;
}
h3:not(.ui-accordion-header):not(.teaser-full-image-textbox__headline):not(.headline__smallest), h3.headline__major, .text_block_squeezed h3 {
  color: #333333;
  font-size: 20px;
  line-height: 120%;
  font-weight: normal;
}
.text_block_squeezed h3:not(.headline__major) {
  padding-top: 10px;
  padding-bottom: 20px;
}
/* ----- Headlines ----- */

/* ----- Remove underlined headlines in footer ----- */
section.site-footer__box.accordion-css.accordion-box-js h3 {
  border-bottom: none;
}

.budni-ressourcenschutz {
  background-image: url("../../../images/global2020/ressourcenschutz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  margin-bottom: 7px;
}

.budni-artenvielfalt {
  background-image: url("../../../images/global2020/artenvielfalt.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  margin-bottom: 7px;
}

.budni-klimaschutz {
  background-image: url("../../../images/global2020/klimaschutz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  margin-bottom: 7px;
}

.budni-suesswasserschutz {
  background-image: url("../../../images/global2020/suesswasser.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  margin-bottom: 7px;
}

.budni-info-product-image {
  grid-area: product-image;
}

.budni-info-block {
  grid-area: info-block;
  margin-bottom: 20px;
}

.budni-info-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 120px auto;
  grid-template-areas: "product-image product-image"
    "info-block info-block";
}

.budni-info-container a {
  color: #333333;
}

@media screen and (min-width: 1024px) {
  .budni-info-container {
    grid-template-columns: 120px auto auto;
    grid-template-rows: unset;
    grid-template-areas: "product-image info-block info-block";
  }
}