/*
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';
}
.site-content {
  padding: 20px;
}
.module-title {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 3px 7px 1px 7px;
  background-color: #ffffff;
  color: #333333;
  z-index: 3;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.4;
}
.module-title:hover {
  opacity: 1.0;
  border: 1px solid #333333;
  background-color: #ffffff;
}
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;
  position: relative;
}
.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;
  top: 20px;
  width: 360px;
  max-width: 50%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  z-index: 2;
}
/* ----- 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%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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 .link {
  padding: 20px 0 0 0;
}
.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";
  }
}


/* ----- Module Status Indicator ----- */
.status-indicator {
  background-color: #f3f5f7;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.status-indicator.agency {
  padding: 10px;
}
.step {
  position: relative;
  flex-grow: 0;
  flex-basis: 100%;
  display: flex;
}
.status-indicator.agency .step {
  display: flex;
  flex-direction: column;
}
.status-indicator .step-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.connector {
  padding: 5px;
  z-index: 1;
  text-align: center;
}
.arrow-next {
  border: solid #cccccc;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.status-indicator.agency .arrow-next {
  border-width: 0 4px 4px 0;
  padding: 5px;
}
.step .step-content {
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  flex-basis: 100%;
}
.status-indicator.agency .step .step-content {
  padding: 2px 3px 2px 3px;
}
.step.active .step-content {
  border: 1px solid #dc0d15;
}
.status-indicator.agency .step-content.active {
  /*border: 1px solid #333333;*/
  background-color: #ffe500;
}
.status-indicator.agency .step-content.done {
  background-color: rgba(0,128,0,0.1);
}
.step:last-of-type .step-content {
  padding: 20px 20px 20px 20px;
}
.status-indicator.agency .step-owner {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
}
.step-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.step-title {
  font-family: 'Frankfurter';
  color: #a2a2a2;
  font-size: 23px;
  padding-left: 12px;
}
.status-indicator.agency .step-title {
  font-family: 'Roboto';
  font-size: 12px;
  padding-left: 6px;
  display: flex;
  align-items: center;
}
.status-indicator.agency .step-content.active .step-title {
  color: #333333;
}
.step.done .step-title {
  color: green;
}
.step.done.negative .step-title {
  color: #dc0d15;
}
.status-indicator.agency .step-content.done .step-title {
  color: #333333;
}
.status-indicator.agency .step-status-code {
  background-color: #f3f5f7;
  padding: 0px 3px;
  font-size: 11px;
  font-family: monospace;
  border-radius: 3px;
}
.step-description {
  padding: 5px 0 0 0;
  font-size: 13px;
  color: #a2a2a2;
}
.step.active .step-title {
  color: #dc0d15;
}
.step.active .step-description {
  color: #333333;
}
.step-done {
  display: none;
}
.step.done .step-done {
  display: block;
}
.step-status .cross-negative {
  background: #dc0d15;
  height: 35px;
  position: relative;
  width: 5px;
  display: inline-block;
  transform: rotate(45deg);
  left: 12px;
  top: -3px;
}
.step-status .cross-negative:after {
  background: #dc0d15;
  content: "";
  height: 5px;
  left: -16px;
  position: absolute;
  top: 15px;
  width: 35px;
}
.step-status {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 100%;
}
.status-indicator.agency .step-status {
  width: 15px;
  height: 15px;
}
.step.active .step-status
{
  border: 1px solid #dc0d15;
}
.arrow-done {
  display: none;
  border: solid green;
  border-width: 0 5px 5px 0;
  padding: 13px 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 14px;
  margin-top: -9px;
}

.status-indicator.agency .arrow-done {
  border-width: 0 2px 2px 0;
  padding: 6px 2px;
  margin-top: -4px;
  margin-left: 6px;
}
.status-indicator.agency .arrow-skipped {
  display: none;
  border: solid #cccccc;
  border-width: 0 1px 1px 0;
  padding: 6px 0px;
  margin-top: 0px;
  margin-left: 6px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.step.done .arrow-done {
  display: inline-block;
}
.step.done.negative .arrow-done {
  border-color: #dc0d15;
}
.status-indicator.agency .arrow-done,
.status-indicator.agency .arrow-skipped {
  position: absolute;
}
.status-indicator.agency .step-content.done .arrow-done {
  display: inline-block;
}
.status-indicator.agency .step-content.skipped .arrow-skipped {
  display: inline-block;
}

.step.done .step-description .step-text,
.step.done .step-description .step-text-active {
  display: none;
}
.step.active .step-description .step-text,
.step.active .step-description .step-text-done {
  display: none;
}
.step.open .step-description .step-text-active,
.step.open .step-description .step-text-done {
  display: none;
}
/* ----- Module Status Indicator ----- */


/* ----- Messages ----- */
.msg-container {
  display: flex;
  flex-direction: column;
}
.msg-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 35px 0 5px 0;
}
.msg-item.same-sender {
  padding-top: 0;
}
.msg-item.theirs {
  flex-direction: row-reverse;
}
.msg-sender {
  /*max-width: 10%;*/
  width: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}
.msg-sender-icon {
  border-radius: 15%;
  background-color: #ffe500;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.msg-item.ours .msg-sender-icon {
  background-color: #ffe500;
}
.msg-item.theirs .msg-sender-icon {
  background-color: #f3f5f7;
}
.msg-item.same-sender .msg-sender-icon {
  display: none;
}
.msg-sender-icon::before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.msg-box {
  flex-grow: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.msg-item.ours .msg-box {
  padding-left: 10px;
}
.msg-item.theirs .msg-box {
  padding-right: 10px;
}
.msg-content {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 5px;
  /*padding: 15px;*/
}
.msg-item.ours .msg-content {
  background-color: #f3f5f7;
  /*box-shadow: 3px 3px 3px #e3e3e3;*/
}
.msg-item.theirs .msg-content {
  background-color: #ffffff;
  /*box-shadow: -3px 3px 3px #e3e3e3;*/
}
.msg-item.ours .msg-content::before,
.msg-item.ours .msg-content::after,
.msg-item.theirs .msg-content::before,
.msg-item.theirs .msg-content::after {
  display: none;
  top: 40px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: translateY(-50%);
}
.msg-item.same-sender .msg-content::before,
.msg-item.same-sender .msg-content::after {
  display: none !important;
}
.msg-item.ours .msg-content::before,
.msg-item.ours .msg-content::after {
  right: 100%;
}
.msg-item.theirs .msg-content::before,
.msg-item.theirs .msg-content::after {
  left: 100%;
}
.msg-item.ours .msg-content::after,
.msg-item.theirs .msg-content::after {
  border-color: rgba(243, 245, 247, 0);
  border-width: 14px;
}
.msg-item.ours .msg-content::after {
  border-right-color: #f3f5f7;
}
.msg-item.theirs .msg-content::after {
  border-left-color: #ffffff;
}
.msg-item.ours .msg-content::before,
.msg-item.theirs .msg-content::before {
  border-color: rgba(204, 204, 204, 0);
  border-width: 15px;
}
.msg-item.ours .msg-content::before {
  border-right-color: #cccccc;
}
.msg-item.theirs .msg-content::before {
  border-left-color: #cccccc;
}
.msg-arrow {
  position: absolute;
  top: 21px;
}
.msg-item.ours .msg-content .msg-arrow {
  left: -40px;
  border-top: 0px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 40px solid #cccccc;
}
.msg-item.theirs .msg-content .msg-arrow {
  right: -40px;
  border-top: 0px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #cccccc;
}
.msg-header {
  padding: 15px 15px 5px 15px;
  display: flex;
  flex-direction: column;
}
.msg-author {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #7b7b7b;
}
.msg-item.same-sender .msg-author {
  display: none;
}
.msg-text {
  padding: 5px 20px 20px 20px;
}
.msg-datetime {
  display: flex;
  flex-direction: row;
}
.msg-date, .msg-time {
  font-size: 14px;
  padding: 5px;
  color: #7b7b7b;
}
/* ----- Messages ----- */


/* ----- Module Video-Slider ----- */
.video-slider {
  padding: 40px 0;
}
.video-slider-container {
  padding: 20px 20px;
}
.video-slider-header {
  padding: 10px;
}
.video-slider-title {
  padding: 10px;
}
.video-slider-text {
  padding: 10px;
}
.video-slider-title h2.headline__major {
  margin: 0;
}
.video-description .video-text
{
  padding-top: 10px;
}
.video-description .video-text p {
  margin-bottom: 0;
}
.video-description .video-text p+p {
  padding-top: 5px;
}
.video-slider-content {
  padding: 0 0 0 0;
}
.video-slider-wrapper .vs-main,
.video-slider-wrapper .vs-thumbs {
  max-width: 960px;
}
.video-slider-wrapper .vs-main {
  padding: 20px 20px 0 20px;
}
.video-slider-wrapper .vs-thumbs {
  padding: 0;
}
.video-slider-wrapper .video-title {
  padding: 10px 0 0 0;
}
.video-slider-wrapper .vs-main .slick-list .slick-slide {
  margin: 0 0;
}
.video-slider-wrapper .vs-thumbs .slick-list {
  padding: 10px !important;
}
.video-slider-wrapper .vs-thumbs .slick-list .slick-slide {
  margin: 0 0;
  padding: 10px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity ease-in 0.2s;
}
.video-slider-wrapper .vs-thumbs .slick-list .slick-slide:hover {
  opacity: 0.75;
  transition: opacity ease-in 0.2s;
}
.video-slider-wrapper .vs-thumbs .slick-list .slick-slide.slick-current {
  opacity: 1.0;
  cursor: auto;
}
/* ----- Module Video-Slider ----- */


/* ----- Module Image Slider Text Thumb ----- */
.image-slider-tt {
  padding: 40px 0;
}
.image-slider-tt-container {
  padding: 20px 20px;
}
.image-slider-tt-header {
  padding: 10px;
}
.image-slider-tt-title {
  padding: 10px;
}
.image-slider-tt-text {
  padding: 10px;
}
.image-slider-tt-title h2.headline__major {
  margin: 0;
}
.image-slider-tt-content {
  padding: 0 0 0 0;
}
.image-slider-tt-wrapper .vs-main {
  max-width: 960px;
}
.image-slider-tt-wrapper .vs-main {
  padding: 20px 20px 0 20px;
}
.image-slider-tt-wrapper .vs-thumbs {
  padding: 0;
}
.image-slider-tt-wrapper .video-title {
  padding: 10px 0 0 0;
}
.image-slider-tt-wrapper .vs-main .slick-list .slick-slide {
  margin: 0 0;
}
.image-slider-tt-wrapper .vs-thumbs .slick-list {
  padding: 10px !important;
}
.image-slider-tt-wrapper .vs-thumbs .slick-list .slick-slide {
  margin: 0 0;
  padding: 10px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity ease-in 0.2s;
}
.image-slider-tt-wrapper .vs-thumbs .slick-list .slick-slide:hover {
  opacity: 0.75;
  transition: opacity ease-in 0.2s;
}
.image-slider-tt-wrapper .vs-thumbs .slick-list .slick-slide.slick-current {
  opacity: 1.0;
  cursor: auto;
}
.image-slider-tt-thumbs-item-container {
  background-color: #ffe500;
  padding: 15px 20px;
  font-family: 'Frankfurter';
  color: #000000;
  font-size: 21px;
  line-height: 21px;
}
.image-slider-tt-item-content {
  position: relative;
  left: 0;
  top: 0;
  padding: 10px 20px 20px 20px;
  background-color: #000000;
}
.image-slider-tt-item-content .title {
  color: #ffe500;
  font-weight: bold;
  font-size: 20px;
  display: block;
  padding-top: 10px;
}
.image-slider-tt-item-content .text {
  color: #ffe500;
  display: block;
  font-size: 14px;
}
/* ----- Module Image Slider Text Thumb ----- */


/* ----- Module Column Grid ----- */
.column-grid {
  padding: 0 0 40px 0;
}
.column-grid-container {
  padding: 20px 20px;
}
.column-grid-header {
  padding: 10px 10px 0 10px;
}
.column-grid-title {
  padding: 10px 10px 10px 10px;
}
.column-grid-item-title {
  font-weight: 600;
  padding: 10px 5px 0 5px;
}
.column-grid-item-text {
  padding: 0 5px 5px 5px;
}
a.column-grid-item, a.column-grid-item:active, a.column-grid-item:hover, a.column-grid-item:visited, a.column-grid-item:focus {
  text-decoration: none;
  color: #333333;
}
.column-grid-title h2.headline__major {
  margin: 0;
}
.column-grid-content {
  padding: 10px 10px 10px 10px;
  display: flex;
  flex-wrap: wrap;
}
.column-grid-item {
  padding: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* ----- Module Column Grid ----- */


/* ----- Forms ----- */
.form-container {
  display: grid;
  grid-row-gap: 20px;
  grid-template-columns: 1fr;
  /*margin-top: 20px;
  margin-bottom: 40px;*/
}

.form-container .container-border {
  border: 1px solid #ccc;
  padding: 20px;
}

.form-container .form-container-inner {
  border: 1px solid #ccc;
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .form-container {
    grid-column-gap: 20px;
    grid-template-columns: 12% 1fr 12%;
  }

  .form-container .container-border {
    grid-column-start: 2;
  }
}

@media screen and (min-width: 1280px) {
  .form-container {
    grid-column-gap: 40px;
  }
}
/* ----- Forms ----- */


/* ----- Module Lisa Archiv Menu ----- */
.archive-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.archive-menu-item {
  padding: 10px;
  flex-basis: 50%;
}
.archive-menu-item a,
.archive-menu-item a:visited {
  text-decoration: none;
  color: #333333;
}
.archive-menu-item a:hover {
  color: #dc0d15;
}
.ami-image::before {
  content: "";
  padding-bottom: 66.66%;
  display: block;
}
.ami-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ami-link {
  text-decoration: none;
  padding: 5px 0;
  font-weight: bold;
}
.archive-menu-item.active .ami-link {
  color: #dc0d15;
}
/* ----- Module Lisa Archiv Menu ----- */


.form__group.fancy div textarea {
  resize: none;
  height: 105px;
}

/* ----- Vereinsspende Kachel ----- */

.verein-preview-container {
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  background-color: white;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .verein-preview-container {
    margin: unset;
  }
}

.verein-preview-container .preview-border {
  display: flex;
  flex-direction: column;

  border: 1px solid #ccc;
  max-width: 425px;
  width: 100%;
  justify-self: center;
  min-height: 668px;
}

.verein-preview-container .logo {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.verein-preview-container .logo img {
  height: 270px;
}

.verein-preview-container .logo div {
  padding: 0 20px;
  text-align: center;
  font-size: 24px;
}

.verein-preview-container .location {
  margin-bottom: 20px;
}

.verein-preview-container .location-line {
  display: flex;
}

.verein-preview-container .location-line .plz {
  align-self: center;
}

.verein-preview-container .location-line span {
  font-weight: bold;
}

.verein-preview-container .location-line .plz::before {
  content: "\ea04";
  display: inline-block;
  width: 24px;
  height: 26px;
  font-size: 24px;
  font-weight: normal;
  color: #dc0d15;
  font-family: 'netto-icons', sans-serif;
  margin-right: 15px;
  vertical-align: text-bottom;
}

.verein-preview-container .text {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin: 20px;
}

.verein-preview-container .description {
  flex-grow: 1;
  text-align: justify;
  hyphens: auto;
  margin-bottom: 20px;
}

.verein-preview-container .description h4 {
  font-size: 25px;
  margin-bottom: 20px;
  text-align: center;
}
/* ----- Vereinsspende Kachel ----- */


/* ----- Countdown ----- */
section.countdown-module {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 40px;
}
#countdown {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 40px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cd-item {
  flex-basis: 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cd-number, .cd-text {
  font-family: 'Frankfurter';
  color: #dc0d15;
}
.cd-number {
  font-size: 43px;
  line-height: 51px;
}
.cd-text {
  font-size: 21px;
  line-height: 25px;
}
/* ----- Countdown ----- */


/* ----- Vereinsspende Gewinnspiel Teaser ----- */
section.vs-gs-teaser-module {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 40px;
}
.vsgst-content-container,
.vsgst-footer-container {
  padding: 20px 20px 20px 20px;
}
.vsgst-teaser {
  display: flex;
  flex-direction: column;
}
.vsgst-teaser-item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 10px;
}
.vsgst-teaser-item-image {
  padding: 10px 10px 10px 10px;
  flex-basis: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vsgst-teaser-item-text {
  padding: 10px 10px 10px 10px;
  flex-basis: 66.66%;
}
.vsgst-teaser-item-text h3 {
  padding-bottom: 20px;
}
/* ----- Vereinsspende Gewinnspiel Teaser ----- */

/* ----- Vereinsspende Schritte ----- */
section.vs-steps-module {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 40px;
}
.vssteps-content-container {
  padding: 20px 20px 20px 20px;
}
.vssteps-teaser {
  display: flex;
  flex-direction: column;
}
.vssteps-teaser-item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  padding: 10px 30px;
}
.vssteps-teaser-item-image {
  padding: 20px 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vssteps-teaser-item-image img {
  max-width: 160px;
  padding-right: 20px;
}
.vssteps-teaser-item-image-nr-container {
  background-color: #ffe500;
  position: absolute;
  width: 60px;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  transform: translateX(0%) translateY(20%);
}
.vssteps-teaser-item-image-nr-container:before {
  display: block;
  content: '';
  padding-top: 100%;
}
.vssteps-teaser-item-image-nr {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Frankfurter';
  color: #dc0d15;
  font-size: 33px;
}
.vssteps-teaser-item-container {
  padding: 10px 10px 10px 10px;
}
.vssteps-teaser-item-title {
  padding: 10px 20px 10px 20px;
  font-weight: bold;
}
.vssteps-teaser-item-text {
  padding: 10px 20px 10px 20px;
}
.vssteps-teaser-item-text p {
  margin-bottom: 0;
}
.vssteps-teaser-item-cta {
  padding: 10px 20px 20px 20px;
  text-align: center;
}
.vssteps-teaser-item-cta .btn-primary {
  min-width: unset;
}
/* ----- Vereinsspende Schritte ----- */

/* ----- Filialfinder Simple ----- */
.ff-simple-form-container {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 10px;
}
#ff-simple-search {
  padding: 20px;
}
.ff-simple-form-input {
  padding: 10px;
}
.ff-simple-form-input .form__group.fancy {
  margin: 0;
}
.ff-simple-form-submit {
  padding: 10px;
  display: flex;
  justify-content: center;
}
.ff-simple-form-submit input#search_stores_ajax {
  /*  background-color: #dc0d15;
    color: #ffffff;
    border: 1px solid #dc0d15;
    padding: 10px 20px;
    border-radius: 10px;*/
  cursor: pointer;
}
#ff-simple-result {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.store-item {
  padding: 10px;
  flex-basis: 100%;
}
.store-item-inner {
  height: 100%;
  border: 1px solid #e7e7e7;
  padding: 20px 20px 10px 20px;
  transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}
.store-item-inner:hover {
  -webkit-box-shadow: 0 0 20px 0 #ccc;
  box-shadow: 0 0 20px 0 #ccc;
}
.store-item-inner.active {
  border: 1px solid #dc0d15;
}
.store-item-name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.store-item-opening-title {
  font-weight: 500;
  padding: 10px 0 5px 0;
}
.store-item-opening {
  font-size: 13px;
}
.store-item-footer {
  padding-top: 20px;
}
.store-item-inner .store-item-footer .btn-primary {
  padding: 14px 20px 13px 20px;
  min-width: 190px;
  width: 100%;
  max-width: 100%;
}
.store-item-inner.active .store-item-footer .btn-primary {
  background-color: #7bbc39;
  color: #ffffff;
  border: 1px solid #7bbc39;
}
/* ----- Filialfinder Simple ----- */

/* ----- Teaser 4C ----- */
.teaser-4c .content-row {
  padding-right: 0;
  padding-left: 0;
}
.teaser-4c-bg {
  background-color: #ffe500;
  padding: 60px 0;
}
.teaser-4c .text-container {
  padding: 20px 20px 50px 20px;
  max-width: 520px;
}
.teaser-4c .text-container p {
  /*color: #dc0d15;*/
}
.teaser-4c-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*max-width: 916px;*/
  margin: 0 auto;
  position: relative;
  justify-content: center;
}
.teaser-4c-item {
  flex-basis: 100%;
  padding: 20px;
}
.teaser-4c-content {
  position: relative;
  /*  border: 1px solid #ccc;*/
  background-color: #f3f5f7;
  display: flex;
  flex-direction: column;
  padding: 10px;
  align-items: center;
  cursor: pointer;
}
.teaser-4c-image {
  padding: 20px;
  flex-basis: 100%;
  text-align: center;
}
.teaser-4c-description {
  flex-basis: 100%;
  padding: 15px 0 15px 0;
}
.teaser-4c-item .teaser-4c-description .title,
.teaser-4c-item .teaser-4c-description .text {
  /*color: #dc0d15;*/
  padding: 10px;
}
.teaser-4c-item .teaser-4c-description .title {
  font-size: 24px;
  line-height: 26px;
  user-select: none;
  cursor: pointer;
}
.teaser-4c-item .teaser-4c-description .text {

}

.teaser-4c-arrow {
  display: none;
  position: relative;
  background: url(../../../images/pfeil_unten_dunkelgrau.svg) no-repeat center center;
  content: "";
  height: 16px;
  width: 16px;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.teaser-4c-item.active .teaser-4c-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
/* ----- Teaser 4C ----- */


/* ----- Image Slider Extended ----- */
.teaser__block.image-slider-extended {
  padding: 1px 0;
}
.ise-slider-wrapper {
  margin: -10px;
}
.ise-slider-wrapper .slick-list .slick-slide {
  position: relative;
  margin: 0 0;
  padding: 10px;
}
.ise-slider-wrapper .ise-subtext {
  position: relative;
  padding: 10px 0 0 0;
  font-size: 13px;
}
.ise-mood {
  display: none;
}
/* ----- Image Slider Extended ----- */

/* ----- Suchschlitz ----- */
/* copy of the shop css but without switching to mobile view on width < 1280 */
.xh-search__header2 .xh-search__reset-button2 {
  position: relative;
  border: none
}

.xh-search__header2 .xh-search__reset-button2::before {
  font-size: 24px;
  content: "\ea25";
  display: inline-block;
  font-family: 'netto-icons', sans-serif;
  left: 25px;
  position: absolute;
  top: 4px
}

.xh-search__header2 .xh-search__close-button2 {
  border: none
}

.xh-search__header2 .xh-search__close-button2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 14px;
  font-size: .875rem;
  display: none;
  font-family: 'netto-icons', sans-serif;
  content: "\ea07";
  color: #333
}

.xh-search__header2 .xh-search__reset-button2,.xh-search__header2 .xh-search__close-button2 {
  position:absolute
}

.xh-search__form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.xh-search__form2 {
  border:1px solid #ccc;
  border-radius: 10px;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px)
}

.xh-search__input2 {
  font-size: 16px;
  font-size: 1rem;
  color: #333;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.xh-search__input2[type="text"] {
  padding: 0;
  border-radius: 10px 0 0 10px;
  border: none !important
}

.xh-search__input2[type="text"] {
  font-size:14px;
  font-size: .875rem;
  padding: 0 10px 0 25px
}

.xh-search__input2::-webkit-input-placeholder {
  color: #ccc
}

.xh-search__input2:-moz-placeholder {
  color: #ccc
}

.xh-search__input2::-moz-placeholder {
  color: #ccc
}

.xh-search__input2:-ms-input-placeholder {
  color: #ccc
}

.xh-search__input2::-ms-clear {
  display: none
}

.xh-search__button2 {
  border: 0 none;
  font-size: 15px;
  font-size: .9375rem;
  background-color: #fff;
  color: #dc0d15;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto",Arial,sans-serif;
  font-weight: normal;
  line-height: 1.4;
  margin: 0px;
  padding: 14px 40px 13px 40px;
  text-decoration: none;
  text-align: center;
  width: auto;
  white-space: nowrap;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  background-color: transparent;
  border-color: #dc0d15;
  border-radius: 0 10px 10px 0;
  height: 45px;
  padding: 0 25px;
  text-indent: -999em;
  width: 50px;
  position: relative
}

.xh-search__button2:active {
  background-color: #ac0a10
}

.xh-search__button2::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 20px;
  font-size: 1.25rem;
  content: "\ea05";
  font-family: 'netto-icons', sans-serif;
  color: #333;
  text-indent: 0
}

.xh-search__button2:hover,.xh-search__button2:focus {
  background-color: transparent
}
/* ----- Suchschlitz ----- */


/* ----- Slidein ----- */
.slidein-container {
  display: none;
}
/* ----- Slidein ----- */


/* ----- Quotes ----- */
.quote-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}
.quote-row-quote {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1024px;
  justify-content: center;
}
.quote-quotes-begin, .quote-quotes-end {
  font-family: "netto-icons",sans-serif;
  color: #dc0d15;
  font-size: 24px;
}
.quote-quotes-begin::before {
  content: "";
}
.quote-quotes-end::before {
  content: "";
}
.quote-text {
  padding: 10px;
  font-size: 18px;
  text-align: center;
  font-style: italic;
}
.quote-source {
  padding-top: 10px;
  font-weight: bold;
}
/* ----- Quotes ----- */