/*
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: #CF0008;
    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: #CF0008;
    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 blockquote.tiktok-embed iframe {
    position: relative;
}

/* ----- 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: #CF0008;
}

.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: #CF0008;
}

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

.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: #CF0008;
}

.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;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.incremental-counter {
    display: inline-block;
}

.counter-number, .counter-euro {
    background: #f3f5f7;
    border: 1px solid #cccccc;
    /*border-radius: 4px;*/
    color: rgb(100, 100, 100);
    display: inline-block;
    text-align: center;
    top: -1px;
    font-size: 20px;
    font-family: "Roboto";
    padding: 0 8px;
    font-weight: 700;
    font-size: 36px;
    background: rgb(243, 245, 247);
    background: linear-gradient(180deg, rgba(243, 245, 247, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(243, 245, 247, 1) 100%);
}

.counter-number {
    border-radius: 5px 0 0 5px;
    width: 230px;
    visibility: hidden;
}

.counter-number.is-visible {
    visibility: visible;
}

.counter-euro {
    border-radius: 0 5px 5px 0;
    border-left: 0;
}

/* ----- 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: #CF0008;
}

.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: #CF0008;
    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 #CF0008;
}

.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: #CF0008;
    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: #CF0008;
    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: 5px;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
}

.nl-steps-item .nl-steps-image,
.nl-benefits-item .nl-benefits-image {
    position: relative;
}

.nl-benefits-item .nl-benefits-image {
    width: 100%;
}

.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: 12px;
    font-size: 11px;
    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: #CF0008;
    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: #CF0008;
    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):not(.newsletter-picture-module__wrapper__headline):not(.list-heading), 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;
}

/* ----- Footer ----- */
.xf-site-footer.site-footer .site-footer__box.newsletter .btn-secondary {
    color: #CF0008;
    border: 1px solid #CF0008;
}

.xf-site-footer.site-footer .site-footer__box.newsletter .btn-secondary:hover {
    color: #ffffff;
    background-color: #CF0008;
}

@media screen and (min-width: 1024px) {
    .xf-site-footer.site-footer .site-footer__box .newsletter__inner .btn-secondary {
        order: 1;
        width: auto;
    }
}

/* ----- Footer ----- */

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

.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: #CF0008;
}

.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: #CF0008;
}

.step.active .step-description {
    color: #333333;
}

.step-done {
    display: none;
}

.step.done .step-done {
    display: block;
}

.step-status .cross-negative {
    background: #CF0008;
    height: 35px;
    position: relative;
    width: 5px;
    display: inline-block;
    transform: rotate(45deg);
    left: 12px;
    top: -3px;
}

.step-status .cross-negative:after {
    background: #CF0008;
    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 #CF0008;
}

.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: #CF0008;
}

.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-description {
    padding-top: 20px;
}

.column-grid-description p {
    margin: 0;
}

.column-grid-item-title {
    width: 100%;
    font-weight: 600;
    padding: 10px 5px 0 5px;
}

.column-grid-item-text {
    width: 100%;
    padding: 0 5px 5px 5px;
}

.column-grid-item-description {
    width: 100%;
}

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: center;
}

/* ----- 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: #CF0008;
}

.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: #CF0008;
}

/* ----- 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: #CF0008;
    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;
}

.countdown-container {
    position: relative;
}

.cd-item {
    flex-basis: 50%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cd-number, .cd-text {
    font-family: 'Frankfurter';
    color: #CF0008;
}

.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: #CF0008;
    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: #CF0008;
      color: #ffffff;
      border: 1px solid #CF0008;
      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 #CF0008;
}

.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: #CF0008;*/
}

.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: #CF0008;*/
    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 ----- */
section.image-slider {
    position: relative;
}

section.image-slider.show-as-banderole {
    margin: 0 -20px;
    padding: 0 20px;
}

section.image-slider.show-as-banderole .slider-wrapper {
    padding: 20px 0 20px 0;
}

section.image-slider.show-as-banderole + section.image-slider.show-as-banderole {
    margin-top: -42px;
}

/* ----- Image Slider ----- */


/* ----- 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: #CF0008;
    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: #CF0008;
    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: #CF0008;
    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 ----- */


/* ----- Image Text Slider Complete ----- */
section.image-text-slider-complete.text_block_squeezed {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.image-text-slider-complete .item.slick-slide {
    opacity: 0.3;
    transition: all 1.0s;
    transform: scale(0.9);
}

.image-text-slider-complete .item.slick-slide.slick-current {
    opacity: 1;
    transition: all 1.0s;
    transform: scale(1.00);
}

.image-text-slider-complete a.item-content,
.image-text-slider-complete a.item-content:link,
.image-text-slider-complete a.item-content:active,
.image-text-slider-complete a.item-content:focus,
.image-text-slider-complete a.item-content:visited {
    text-decoration: none;
    color: unset;
}

.image-text-slider-complete .item .item-text {
    padding: 10px;
    font-size: 14px;
}

.image-text-slider-complete .item .item-cta {
    padding: 10px;
}

.image-text-slider-complete .slick-list .slick-slide {
    /*margin: 0;*/
}

/* ----- Image Text Slider Complete ----- */

/* ----- NW24 Prospekt Box ----- */
section .prospekt-teaser-nw24 {
    padding: 20px 0;
}
.prospekt-teaser-nw24 .prospekt-teaser-container {
    margin-top: -10px;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.prospekt-teaser-nw24 .prospekt-teaser-item {
    padding: 10px;
    flex-basis: 100%;
    display: flex;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-container {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-nostore-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-image {
    flex-basis: 42%;
    padding: 10px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-image-frame::before {
    content: "";
    padding-top: 133.33%;
    display: block;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-image-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-content {
    flex-basis: 58%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-header {
    padding: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-title {
    padding: 5px;
    font-weight: 500;
    flex-grow: 0;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share {
    position: relative;
    padding: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-icon {
    position: relative;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: -10px;
    transition: all 0.3s linear;
    padding: 10px;
    background-color: transparent;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share:hover .prospekt-teaser-item-share-popup {
    visibility: visible;
    opacity: 1;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-popup-inner {
    position: relative;
    box-shadow: 0 0 12px #0000007a;
    background-color: #ffffff;
    padding: 5px 10px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-list {
    display: flex;
    flex-direction: column;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-row {
    padding: 7px 0;
    border-bottom: 1px solid #cccccc;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    color: #000000;
    text-decoration: none;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-list .prospekt-teaser-item-share-row:last-of-type {
    border: none;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-row-icon {
    padding-right: 6px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-row-icon img {
    min-width: 24px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-row-text {
    padding-left: 6px;
    font-size: 11px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-share-popup-inner:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
    bottom: 100%;
    position: absolute;
    right: 0px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-text {
    padding: 10px;
    color: #a4a4a4;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-cta {
    padding: 10px;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-nostore-overlay .btn-primary,
.prospekt-teaser-nw24 .prospekt-teaser-item-cta .btn-primary {
    padding-left: 30px;
    padding-right: 30px;
    min-width: unset;
    width: 100%;
}
.prospekt-teaser-nw24 .prospekt-teaser-item-nostore-overlay .btn-primary {
    width: auto;
}
/* ----- NW24 Prospekt Box ----- */


/* ----- Prospekt Digital Teaser ----- */
.prospekt-digital-teaser .pdt-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.prospekt-digital-teaser .pdt-text {
    text-align: center;
    padding: 5px 0 0 0;
}
.prospekt-digital-teaser .pdt-text p {
    margin: 0;
}
.prospekt-digital-teaser .pdt-teaser-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.prospekt-digital-teaser .pdt-teaser-item {
    padding: 10px;
}

.prospekt-digital-teaser .pdt-teaser-item-image {
    width: 48px;
    height: auto;
}

.prospekt-digital-teaser .pdt-teaser-item-image-medium {
    width: 250px;
    height: auto;
}

.prospekt-digital-teaser .pdt-teaser-item-image-big {
    width: 350px;
    height: auto;
}
/* ----- Prospekt Digital Teaser ----- */


/* ----- Store Selector Simple ----- */
section.store-selector-simple {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.store-selector-simple .sss-text {
    text-align: center;
}

.store-selector-simple .sss-text a{
    text-align: center;
    color: #CF0008;
    text-decoration: none;
    font-size: smaller;
}

.store-selector-simple .sss-searchbar {
    position: relative;
    text-align: center;
    border: 1px solid #e7e7e7;
    margin: 20px 0;
}
.store-selector-simple .sss-searchbar-form {
    position: relative;
    padding: 20px 0;
}
.store-selector-simple .sss-searchbar-form::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 25px;
    font-size: 1.5625rem;
    content: "\ea05";
    font-family: "netto-icons", sans-serif;
}
.store-selector-simple .sss-searchbar-input {
    position: relative;
    width: 100%;
    height: 30px;
    border: none;
    padding: 0 75px 0 40px;
    padding: 0 50px 0 50px;
    text-align: left;
    font-size: 1rem;
    background: rgba(0,0,0,0);
    border: none;
    color: #333;
    height: 100%;
    width: 100%;
    z-index: 2;
}
.store-selector-simple .sss-searchbar-form label {
    transform: translateY(-50%);
    padding: 0 75px 0 40px;
    padding: 0 50px 0 50px;
    top: 50%;
    font-size: 1rem;
    font-size: .75rem;
    transition: all .3s ease-in-out;
    color: #ccc;
    position: absolute;
    left: 0;
    text-align: center;
    top: 20px;
    top: 50%;
    width: 100%;
    z-index: 1;
}
.store-selector-simple .sss-searchbar-form .sss-searchbar-input:focus + label,
.store-selector-simple .sss-searchbar-form .sss-searchbar-input:not(:placeholder-shown) + label {
    transform: translateY(0%);
    top: 3px;
    font-size: .75rem;
}
/* ----- Store Selector Simple ----- */

/* ----- Store Selector Filialauswahl ----- */
.store-selector-simple h2 {
    text-align: left;
}
.store-selector-simple .fa-text {
    text-align: left;
}
.store-selector-simple .fa-text .first-link {
    display:none;
}

.store-selector-simple .fa-text a {
    text-align: left;
    color: #CF0008;
    font-size: smaller;
}

.prospekt-infotext {
    font-size: 0.75rem;
}
.prospekt-infotext a {
    color: #CF0008 !important;
}

/* filialauswahl */

.pac-logo:after {
    content: none;
}
.pac-container {
    font-family: 'Roboto';
    font-size: 14px;
    border-radius: 10px;
    margin-top:3px;
    width: 110%;
}

.pac-container .pac-item {
    font-size: 14px;
    padding: 7px 10px 5px 10px;
    line-height: 40px;
}

.pac-container .pac-item .pac-icon {
    display:inline-block;
    width: 32px;
    height: 32px;
    margin-top: 3px;
    background-image: url("../../../images/prospekt-icon-grau.svg");
}
.pac-container .pac-item .pac-icon-marker {
    background-position: 0px  -374px !important;
}

.pac-container .pac-item .pac-item-query {
    font-size: 14px;
    padding-left: 10px;
}

.pac-container .pac-item .pac-matched {
    font-weight: bold;
}

.store-selector-simple .sss-searchbar {
    border: 1px solid #e7e7e7;
}
.store-selector-simple .sss-searchbar:focus-within {
    border: 1px solid #CF0008;
}

#fa-simple-result {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.mobile-container {
    width: 100%;
    display: block;
}
.large-container {
    display: none;
}
.store-item-show-more {
    color: #CF0008;
}

#fa-simple-result .store-item {
    flex-basis: 100%;
    flex-wrap:wrap:
    padding: 10px 0;
}

#fa-simple-result .store-item-inner {
    height: 100%;
    border: 1px solid #e7e7e7;
    padding: 20px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}
#fa-simple-result .store-item-content {
    flex-basis: 50%;
}
.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 #CF0008;
}

.store-item-name {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}

.store-item-footer {
    padding-top: 20px;
}

.store-item-inner .btn-primary {
    flex-basis: 33%;
    flex-grow: 1;
    padding: 14px 20px 13px 20px;
    margin-top:20px;

}
.store-item-show-more-wrapper {
    text-align: center;
    width:100%;
}
.store-item-inner.active .btn-primary {
    background-color: #7bbc39;
    color: #ffffff;
    border: 1px solid #7bbc39;
}

/* ----- filialauswahl ----- */
/* ----- Filialinfo ----- */
.your-store .your-store__box.squeezed {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    background-color: #edeef2;
}
.your-store .your-store__box.squeezed h3 {
    margin-bottom: 15px;
}
.your-store .your-store__box.squeezed .your-store__box__inner .your-store__info__content {
    margin-bottom: 0;
}
.your-store .your-store__box.squeezed .your-store__box__inner {
    padding: 0 0;
}
.your-store-content-container {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.your-store-address {
    padding: 10px;
}
.your-store-change-store {
    padding: 10px;
}
.your-store-change-store .btn-primary {
    width: 100%;
}
/* ----- Filialinfo ----- */


/* ----- Category Image Slider ----- */
.cis-menu-container {
    padding-bottom: 20px;
}
.cis-navigation-item {
    background-color: #F4F5F7;
    /*border-bottom: 2px solid #F4F5F7;*/
    padding: 15px 14px 15px 14px;
    cursor: pointer;
    position: relative;
}
.cis-navigation-item.slick-current::after {
    /*border-bottom: 2px solid #003EB0;*/
    width: 100%;
}
.cis-navigation-item.slick-slide {
    margin: 0 5px;
}
.cis-navigation-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    content: "";
    transition: width .3s ease-in-out;
    /*background-color: #003EB0;*/
    width: 0;
    background-color:
}
.cis-navigation-item:hover::after {
    width: 100%;
}
.cis-content-container {
    padding: 10px 0;
}
.cis-subslider-item {
    padding: 20px;
}
/* ----- Category Image Slider ----- */


/* ----- NW23 Full Width Adjust ----- */
.nw23-fw-adjust {
    margin: 0 -20px;
}

.nw23-mod-container {
    position: relative;
}

/* ----- NW23 Full Width Adjust ----- */


/* ----- NW23 Header Slider Full Width ----- */
.nw23-hsfw-item-content {
    position: absolute;
    top: 0;
    /*right: 0;*/
    bottom: 0;
    left: 0;
    padding: 20px 20px 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 740px;
}

.nw23-hsfw-item-preheader {
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.nw23-hsfw-item-header {
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 20px;
}

.nw23-hsfw-item-text {

}

/* ----- NW23 Header Slider Full Width ----- */

/* ----- NW23 Navigation ----- */
section.nw23-navi {
    padding: 40px 0;
}

.nw23-navi .nw23-mod-container {
    text-align: center;
}

.nw23-navi .nw23-mod-content {
    display: flex;
    justify-content: center;
}

.nw23-navi-container {
    background-color: #F2F5F7;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 6px 20px 5px 20px;
    flex-wrap: wrap;
}

.nw23-navi-item {
    text-decoration: none;
    padding: 8px 10px;
    display: block;
}

.nw23-navi-item-text {
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #CF0008;
    text-decoration: none;
    position: relative;
    padding: 3px 0 3px 0;
}

.nw23-navi-item-text::after {
    content: '';
    height: 2px;
    background-color: #CF0008;
    display: block;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: width .3s ease-in-out;
}

.nw23-navi-item:hover .nw23-navi-item-text::after {
    width: 100%;
}

/* ----- NW23 Navigation ----- */

/* ----- NW23 Multi Image Text ----- */
.nw23-multi-item-container {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.nw23-multi-item-container-text,
.nw23-multi-item-container-image {
    padding: 10px;
    flex-basis: 100%;
    position: relative;
}

.nw23-multi-item-container-text {
    padding-top: 32px;
}

.nw23-multi-item-container-image img {
    border-radius: 5px 5px 5px 5px;
}

.nw23-multi-item-image {
    position: relative;
}

.nw23-multi-item-preheader {
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 8px;
}

.nw23-multi-item-header {
    font-family: 'Roboto';
    color: #CF0008;
}

/* ----- NW23 Multi Image Text ----- */


/* ----- NW23 Multi Image Text Double ----- */
.nw23-multidouble h2.headline__major {
    padding-left: 20px;
    margin-bottom: 0;
}

.nw23-multidouble .nw23-multi-item-container-text h3 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.nw23-multidouble .nw23-multi-item-container-text h3:first-of-type {
    padding-top: 0;
}

.nw23-multidouble .nw23-multi-item-container-image {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.nw23-multidouble .nw23-multi-item-image {
    padding: 10px;
}

.nw23-multidouble .nw23-multidouble-image-content {
    position: relative;
    display: block;
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.nw23-multidouble .nw23-multidouble-image-content::before {
    content: '';
    display: block;
    padding-top: 42%;
}

.nw23-multidouble .nw23-multidouble-image-frame {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* ----- NW23 Multi Image Text Double ----- */


/* ----- NW23 Big Box Teaser ----- */
section.nw23-big-box {
    padding: 40px 0;
}

.nw23-big-box-container {
    display: flex;
    flex-direction: column;
    border-radius: 5px 5px 5px 5px;
    padding: 40px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nw23-big-box-drape {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px 5px 5px 5px;
    z-index: 0;
}

.nw23-big-box-text {
    display: flex;
    flex-direction: row;
    padding: 10px;
    z-index: 1;
    color: #ffffff;
}

.nw23-big-box-text p {
    color: #ffffff;
}

.nw23-big-box-teaser {
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.nw23-big-box-teaser-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    justify-content: flex-end;
}

.nw23-big-box-teaser-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.nw23-big-box-teaser-icon {
    padding: 30px 10px;
}

.nw23-big-box-teaser-icon img {
    max-width: 140px;
    height: auto;
}

.nw23-big-box-teaser-cta {
    padding: 10px;
}

/* ----- NW23 Big Box Teaser ----- */

/* ----- NW23 Teaser Column Boxes v1 ----- */
section.nw23-column-boxes-v1,
section.nw23-column-boxes-v2 {
    padding: 40px 0;
    border-radius: 5px 5px 5px 5px;
    margin-top: 40px;
}

section.nw23-column-boxes-v1 + section.nw23-column-boxes-v1,
section.nw23-column-boxes-v1 + section.nw23-column-boxes-v2,
section.nw23-column-boxes-v2 + section.nw23-column-boxes-v1,
section.nw23-column-boxes-v2 + section.nw23-column-boxes-v2 {
    padding-top: 0;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
}

.nw23-column-boxes-v1-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.nw23-column-boxes-v1-item {
    text-decoration: none;
}

.nw23-column-boxes-v1-item-image {
    position: relative;
    overflow: hidden;
}

.nw23-column-boxes-v1-item-image img {
    border-radius: 5px 5px 5px 5px;
    transition: transform 0.3s;
}

.nw23-column-boxes-v1-item-content {
    padding: 30px 20px;
}

a.nw23-column-boxes-v1-item .nw23-column-boxes-v1-item-image:hover img {
    transform: scale(1.1);
}

/* ----- NW23 Teaser Column Boxes v1 ----- */

/* ----- NW23 Teaser Column Boxes v2 ----- */
.nw23-column-boxes-v2-container {
    display: flex;
    flex-direction: column;
}

.nw23-column-boxes-v2-column {
    display: flex;
    flex-direction: row;
}

.nw23-column-boxes-v2-column + .nw23-column-boxes-v2-column {
    padding-top: 20px;
}

.nw23-column-boxes-v2-item-content {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px 5px 5px 5px;
}

.nw23-column-boxes-v2-item.item-big {
    flex-basis: 100%;
}

.nw23-column-boxes-v2-item.item-big .nw23-column-boxes-v2-item-content::before,
.nw23-column-boxes-v2-item.item-small .nw23-column-boxes-v2-item-content::before {
    content: '';
    display: block;
}

.nw23-column-boxes-v2-item.item-big .nw23-column-boxes-v2-item-content::before {
    padding-top: 60%;
}

.nw23-column-boxes-v2-item.item-small .nw23-column-boxes-v2-item-content::before {
    padding-top: 120%;
}

.nw23-column-boxes-frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: lime;
}

.nw23-column-boxes-v2-item.item-small {
    flex-basis: 50%;
}

.nw23-column-boxes-v2-item.item-small:first-child {
    padding-right: 10px;
}

.nw23-column-boxes-v2-item.item-small:last-child {
    padding-left: 10px;
}

.nw23-column-boxes-v2-frame {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

a.nw23-column-boxes-v2-item-content:hover .nw23-column-boxes-v2-frame {
    transform: scale(1.1);
}

/* ----- NW23 Teaser Column Boxes v2 ----- */

/* ----- NW23 ----- */
.nw23-image-title-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 32px 24px 16px 24px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 0 0 5px 5px;
}

.nw23-image-title {
    bottom: 16px;
    left: 24px;
    color: #ffffff;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
}

/* ----- NW23 ----- */


.content-container.img-vid-l-full-width {
    padding-right: 0;
    padding-left: 0;
}

.content-container.img-vid-l-normal-width {
    position: relative;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.content-container.img-vid-l-small-width {
    position: relative;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* ----- Module Video ----- */
.img-vid-l-container {
    padding: 20px 0;
}

.img-vid-l-video {
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.img-vid-l-video iframe,
.img-vid-l-video object,
.img-vid-l-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-vid-l-image {
    text-align: center;
}
