/*!
 * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 481px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 900px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px; } }

.container-fluid {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto; }

body {
  background-color: #f8f4ef;
  font-family: 'LidlFontPro', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #462f1e; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3;
  font-weight: normal; }

h1,
h2,
.h1,
.h2 {
  font-size: 20px;
  font-weight: 700; }

h2,
.h2 {
  text-align: center;
  color: #46712d;
  font-size: 24px;
  font-weight: 700;
  margin: 1em 0 .5em; }
  @media (min-width: 900px) {
    h2,
    .h2 {
      font-size: 29px; } }
  h2 span,
  .h2 span {
    font-weight: 400; }

h3,
.h3 {
  font-size: 20px; }

p {
  line-height: 1.3; }

p:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #46712d; }
  a:hover {
    text-decoration: none;
    color: inherit; }

strong {
  font-weight: 700; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  border: none; }

input::-ms-clear {
  display: none; }

@media (min-width: 900px) {
  label {
    font-size: 18px; } }

.hero-content__image-slider {
  position: relative;
  margin-right: -18px;
  margin-left: 40px; }
  @media (min-width: 900px) {
    .hero-content__image-slider {
      margin-right: 0;
      margin-left: 0; } }

.hero__images {
  aspect-ratio: 978 / 678;
  -webkit-mask-image: url("vector-lidl-hero.317d815b.svg");
          mask-image: url("vector-lidl-hero.317d815b.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: center;
          mask-position: center; }
  .hero__images img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.hero {
  margin-bottom: calc(min(11vw, 55px)); }
  @media (min-width: 900px) {
    .hero {
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .hero .grid-item:last-child {
      display: flex;
      -webkit-padding-end: 60px;
              padding-inline-end: 60px;
      align-items: flex-end;
      flex-direction: column; } }

.hero-content__measures-slider {
  font-size: 18px;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 900px) {
    .hero-content__measures-slider {
      max-height: 550px;
      font-size: 20px;
      height: 28.5vw;
      min-height: 400px;
      max-width: 600px; } }
  .hero-content__measures-slider .hero__measure {
    align-items: flex-start;
    color: #46712d;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding: 30px 0; }
  .hero-content__measures-slider p {
    font-weight: 400; }
  .hero-content__measures-slider .hero__measure_headline {
    color: #46712d;
    font-size: clamp(35px, 4.5vw, 55px);
    font-weight: 700; }
  .hero-content__measures-slider .measure__button {
    display: inline-block; }
    @media (max-width: 899px) {
      .hero-content__measures-slider .measure__button {
        margin-left: auto;
        margin-right: auto; } }

.hero__measures__controls {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 900px) {
    .hero__measures__controls {
      gap: 24px;
      transform: translateX(50%); } }
  .hero__measures__controls .swiper-button-prev,
  .hero__measures__controls .swiper-button-next {
    background-image: url("slider-pagination-arrow.4b5740a3.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    position: static; }
    .hero__measures__controls .swiper-button-prev::after,
    .hero__measures__controls .swiper-button-next::after {
      content: none; }
  .hero__measures__controls .swiper-button-prev {
    transform: scaleX(-1); }

.hero__measures__pagination {
  display: flex;
  gap: 24px; }
  .hero__measures__pagination .swiper-pagination-bullet {
    --swiper-pagination-color: #B4BE5D;
    border: 2px solid var(--swiper-pagination-color);
    background-color: transparent;
    height: 18px;
    opacity: 1;
    width: 18px; }
  .hero__measures__pagination .swiper-pagination-bullet-active {
    --swiper-pagination-color: #46712d;
    background-color: var(--swiper-pagination-color); }

.content-area {
  padding: 5em 0 4em;
  position: relative; }
  @media (min-width: 900px) {
    .content-area {
      padding: 6em 0 4em; } }
  @media (min-width: 1400px) {
    .content-area {
      padding: 6em 0 10em; } }
  .content-area::before {
    aspect-ratio: 1922 / 140;
    content: "";
    background-image: url("section-wave.e243cc91.svg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 2px;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 100%; }
  .content-area--light {
    background-color: #f2ebe3; }
    .content-area--light::before {
      background-image: url("section-wave-light.6cb2508a.svg"); }
  .content-area--dark {
    background-color: #eee4d7; }
    .content-area--dark::before {
      background-image: url("section-wave-dark.f6434158.svg"); }
  .content-area--highlight {
    margin: 0; }
    @media (min-width: 900px) {
      .content-area--highlight {
        padding: 4em 0 12em; } }

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px; }

.swiper-container {
  padding-bottom: 64px; }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important; }

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #b4be5d;
  height: 12px;
  margin: 0 8px !important;
  opacity: 1;
  width: 12px; }
  @media (min-width: 900px) {
    .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
      height: 18px;
      margin: 0 12px !important;
      width: 18px; } }

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet-active {
  background-color: #46712d;
  border-color: #46712d; }

.page {
  display: flex;
  flex-direction: column;
  padding-top: 50px; }
  @media (min-width: 481px) {
    .page {
      padding-top: 0; } }

.main {
  flex: 1 0 auto;
  overflow: hidden; }
  @media (min-width: 481px) and (max-width: 960px) {
    .main {
      padding-top: 56px; } }

/* Hero */
.hero {
  position: relative; }
  .hero h1 {
    font-weight: 700;
    color: #46712d;
    font-size: 37px;
    line-height: 1.2;
    position: relative;
    margin: 0;
    padding-top: 30px;
    max-width: 580px; }
    @media (min-width: 900px) {
      .hero h1 {
        font-size: 50px; } }
    @media (min-width: 1200px) {
      .hero h1 {
        font-size: 61px;
        max-width: 780px;
        margin-bottom: .5em; } }
    .hero h1 span {
      display: block; }

.section__headline {
  color: #46712d;
  font-size: 24px;
  margin: 0 0 1.5em;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  .section__headline span {
    *display: inline;
    *vertical-align: auto;
    display: inline-block;
    font-weight: 600;
    padding: 0 10px;
    position: relative;
    vertical-align: baseline;
    zoom: 1; }
    @media (min-width: 900px) {
      .section__headline span {
        padding: 0 20px; } }
    .section__headline span:before, .section__headline span:after {
      content: '';
      border-radius: 2px;
      border-top: 5px solid #b4be5d;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 200px; }
    .section__headline span:before {
      right: 100%; }
    .section__headline span:after {
      left: 100%; }
  .section__headline--short-line span:before, .section__headline--short-line span:after {
    width: 40px; }
  .section__headline--big {
    font-size: 28px;
    margin: 0 0 2em; }
    @media (min-width: 900px) {
      .section__headline--big {
        font-size: 36px; } }

.section__intro {
  color: #707070;
  font-size: 22px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center; }
  .section__intro.narrower {
    max-width: 580px; }

.hero-content {
  display: flex;
  flex-direction: column;
  padding: 0 18px;
  position: relative;
  z-index: 1; }
  @media (min-width: 900px) {
    .hero-content {
      flex-direction: row;
      justify-content: center;
      margin: 0 auto;
      padding-bottom: 50px; } }
  .hero-content > .grid-item {
    width: 100%; }
    @media (min-width: 1200px) {
      .hero-content > .grid-item {
        width: 50%; } }
  .hero-content .grid-item:first-child {
    margin-right: -90px; }
    @media (min-width: 900px) {
      .hero-content .grid-item:first-child {
        margin-right: -36px;
        order: 2; } }

.hero-content__image {
  margin-right: -40px;
  position: relative; }
  .detail-wrapper .hero-content__image {
    margin-right: 0; }
  .hero-content__image picture img {
    width: 100%; }

.hero-content__logo {
  height: 85px;
  left: 0;
  position: absolute;
  transform: translate(-50%, 8vw);
  width: 85px;
  z-index: 1; }
  @media (min-width: 540px) {
    .hero-content__logo {
      transform: translate(-50%, 50%);
      height: 110px;
      width: 110px; } }
  @media (min-width: 1200px) {
    .hero-content__logo {
      height: 140px;
      left: -33px;
      top: 20px;
      transform: none;
      width: 140px; } }
  .hero-content__logo img {
    height: auto;
    max-width: 100%; }

.page-intro {
  color: #46712d;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  text-align: center; }
  .page-intro h1 {
    font-size: clamp(35px, 4.5vw, 55px);
    margin-bottom: .4em; }
  .page-intro p {
    font-size: 20px; }
    @media (max-width: 900px) {
      .page-intro p {
        font-size: 18px; } }

/* 404 */
.error-page {
  font-weight: 700;
  text-align: center; }
  .error-page p {
    font-size: 24px; }
    @media (max-width: 481px) {
      .error-page p {
        font-size: 16px; } }
  .error-page .content {
    margin-top: 280px; }
    @media (max-width: 481px) {
      .error-page .content {
        margin-top: 200px; } }

.banner {
  background: #b4be5d;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 560px;
  position: relative;
  /* banner__illustration */ }
  @media (max-width: 481px) {
    .banner {
      min-height: 400px; } }
  @media (max-width: 900px) {
    .banner {
      background: radial-gradient(circle, #b4be5d 0%, #46712d 130%); } }
  .banner h1 {
    color: #46712d;
    font-size: 44px;
    line-height: 1; }
    @media (max-width: 481px) {
      .banner h1 {
        font-size: 30px; } }
  .banner p {
    color: #ffffff;
    font-size: 34px;
    line-height: 1; }
    @media (max-width: 481px) {
      .banner p {
        font-size: 26px; } }
    .banner p small {
      font-size: 22px; }
      @media (max-width: 481px) {
        .banner p small {
          font-size: 20px; } }

.banner__headline {
  padding: 0 20px;
  margin: 80px auto 0;
  max-width: 600px;
  width: 100%; }
  @media (max-width: 481px) {
    .banner__headline {
      margin: 50px auto 0; } }

.banner__icon {
  margin: 24px auto 15px; }

.banner__illustration {
  height: auto;
  left: 50%;
  max-width: 650px;
  padding: 0 20px;
  position: absolute;
  /* banner */
  top: 370px;
  transform: translate(-50%);
  width: 100%; }
  @media (max-width: 481px) {
    .banner__illustration {
      top: 280px; } }

.button-decoration-container {
  display: flex;
  font-size: 30px;
  justify-content: center;
  margin: 40px 0 200px;
  position: relative;
  /* button-badge */ }
  .button-decoration-container > :nth-child(3) {
    transform: scaleX(-1); }
  .button-decoration-container img {
    margin: 0 26px; }

.button__badge {
  background-image: url(label.0bc33d54.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #ffffff;
  font-size: 16px;
  height: 110px;
  left: 50%;
  line-height: 1;
  margin-top: 20px;
  padding-top: 10px;
  position: absolute;
  /* button-highlighted */
  top: 100%;
  transform: translate(-50%);
  width: 70px; }
  .button__badge > * {
    display: block; }

/* 404 end */
.footer-image {
  margin-top: -3em;
  position: relative;
  z-index: 1; }
  .footer-image--mobile {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%; }
    @media (min-width: 1400px) {
      .footer-image--mobile {
        display: none; } }
  .footer-image--desktop {
    display: none; }
    @media (min-width: 1400px) {
      .footer-image--desktop {
        display: block;
        height: auto;
        width: 100%; } }


/*# sourceMappingURL=critical.e983d364.css.map */