.redBarnmb {
  background: #932027;
  margin: 4vw 0 0 0;
}

.win {
  position: relative;
  width: 30%;
  margin: 30px auto;
}

@media screen and (max-width: 1000px) {
  .win {
    width: 100%;
  }
}

.win i {
  display: block;
  padding-bottom: 60%;
  background-size: contain;
	background-position: center; 
	background-repeat: no-repeat;
}

.lockuphomepage i { background-image: url(../images/header/header_general.png); }
.lockupen-gb i { background-image: url(../images/header/header_en.png); }
.lockupde-de i { background-image: url(../images/header/header_de.png); }
.lockupat-at i { background-image: url(../images/header/header_de.png); }
.lockupch-ch i { background-image: url(../images/header/header_ch-ch.png); }
.lockupch-it i { background-image: url(../images/header/header_ch-it.png); }
.lockupch-fr i { background-image: url(../images/header/header_ch-fr.png); }
.lockupbe-nl i { background-image: url(../images/header/header_be.png); }
.lockupbe-fr i { background-image: url(../images/header/header_be.png); }
.lockupfi-fl i { background-image: url(../images/header/header_fi.png); }
.lockupfr-fr i { background-image: url(../images/header/header_fr.png); }
.lockupit-it i { background-image: url(../images/header/header_it.png); }
.lockuppt-pt i { background-image: url(../images/header/header_pt.png); }
.lockupnl-nl i { background-image: url(../images/header/header_nl.png); }
.lockupel-el i { background-image: url(../images/header/header_el.png); }
.lockuppl-pl i { background-image: url(../images/header/header_pl.png); }


@media screen and (max-width: 1000px) {
  .win i {
    padding-bottom: 0;
    height: 150px;
  }
}

.filters {
  position: relative;
  width: 100%;
  max-width: 45%;
  margin: 0 auto 30px auto;
}

@media screen and (max-width: 1000px) {
  .filters {
    max-width: 670px;
  }
}

.filters i {
  display: block;
  background: url(../images/filters.jpg) center no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 60%;
}

.recipe {
  position: relative;
  width: 100%;
  max-width: 45%;
  margin: 30px auto;
}

@media screen and (max-width: 1000px) {
  .recipe {
    max-width: 670px;
  }
}

.recipe i {
  display: block;
  background: url(../images/recipe.jpg) center no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 52%;
}


.faqs {
  width: 100%;
  max-width: 45%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .faqs {
    max-width: 670px;
    padding: 0 30px;
  }
}

@media screen and (max-width: 500px) {
  .faqs {
    max-width: 670px;
    padding: 0 20px;
  }
}

.faqTabs {
  display: block;
  position: relative;
  padding: 0 9px;
}

.faqTabs::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.faqTabs > a {
  display: block;
  position: relative;
  float: left;
  width: 50%;
  width: 50%;
  background: rgba(0, 0, 0, 0.15);
  font-weight: 400;
  font-size: 1.5em;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faqTabs > a.active {
  border-bottom: none;
  background: none;
}

.faqTabs > a:hover {
  background: none;
}

.faqs .faq_block.active {
  display: block;
}

.faqs .faqTitle {
  text-align: left;
  margin: 30px 0 10px 0;
  font-weight: 400;
  font-size: 1.5em;
  text-align: center;
}

.faqs .faq {
  margin: 10px 0;
  text-align: left;
}

.faqs .faq:last-child {
  border-bottom: none;
}

.faqs .faq > .faqName {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px 30px;
  padding-right: 50px;
  font-weight: 700;
  font-size: 1.2em;
}

@media screen and (max-width: 500px) {
  .faqs .faq > a {
    padding: 10px 20px;
  }
}

.faqs .faq > div {
  position: relative;
  overflow: hidden;
  color: inherit;
}

.faqs .faq > div > div {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding: 0 30px;
}

@media screen and (max-width: 500px) {
  .faqs .faq > div > div {
    padding: 0 20px;
  }
}

.faqs .faq > div > div:after {
  content: "";
  display: block;
  padding-bottom: 1px;
  margin-top: 20px;
}

.faqs .faq > a i {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 500px) {
  .faqs .faq > a i {
    right: 20px;
  }
}

.faqs .faq.open > a i {
  -webkit-box-shadow: none;
  box-shadow: none;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media screen and (max-width: 500px) {
  .faqs .faq.open > a i {
    right: 20px;
  }
}

.faqs .faq.open > div {
  height: auto;
}

.faqs .faq.open > div > div {
  position: relative;
}

.faqs .faq a {
  color: #fff;
}

.faqs .faq.open a {
  color: #fff;
}

.faqs .faq.open a i.fa-angle-up {
  display: block;
}

.faqs .faq.open a i.fa-angle-down {
  display: none;
}

.terms, .privacy {
  text-align: left;
}

.noneShops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .noneShops {
    width: 100%;
  }
}

.noneShops-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .noneShops-top {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .noneShops-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}

.noneShops-top-1 {
  background-color: #fff;
  height: 8em;
  width: calc(50% - 10px);
}

@media screen and (max-width: 450px) {
  .noneShops-top-1 {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 550px) {
  .noneShops-top-1 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.noneShops-top-1-shop {
  height: 65%;
  background: url(../images/noneCorousel_1/carrefour.svg) center no-repeat;
  background-size: 88% 60%;
  margin: 0px 1.2em;
}

.noneShops-top-2 {
  background-color: #fff;
  height: 8em;
  width: calc(50% - 10px);
}

@media screen and (max-width: 450px) {
  .noneShops-top-2 {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 550px) {
  .noneShops-top-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.noneShops-top-2-shop {
  height: 65%;
  background: url(../images/noneCorousel_1/auchan.svg) center no-repeat;
  background-size: 70% 60%;
  margin: 0px 1.2em;
}

.noneShops-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 550px) {
  .noneShops-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.noneShops-bottom-1 {
  background-color: #fff;
  height: 8em;
  width: calc(50% - 10px);
}

@media screen and (max-width: 450px) {
  .noneShops-bottom-1 {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 550px) {
  .noneShops-bottom-1 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.noneShops-bottom-1-shop {
  height: 65%;
  background: url(../images/noneCorousel_1/elec.svg) center no-repeat;
  background-size: 90% 85%;
  margin: 0px 1.2em;
}

.noneShops-bottom-2 {
  background-color: #fff;
  height: 8em;
  width: calc(50% - 10px);
}

@media screen and (max-width: 450px) {
  .noneShops-bottom-2 {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 550px) {
  .noneShops-bottom-2 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.noneShops-bottom-2-shop {
  height: 65%;
  background: url(../images/noneCorousel_1/amazon.svg) no-repeat;
  background-position: 50% 75%;
  background-size: 60% 50%;
  margin: 0px 1.2em;
}

.noneShops-cta a {
  position: relative;
  display: inline-block;
  padding: 1px 3em;
  font-size: 0.9em;
  color: #fff;
  font-weight: 700;
	font-size: 0.9em;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e5ac2b;
  cursor: pointer;
  text-decoration: none;
}

.standout{font-size: 1.15em;}