
.header_nav-wrapper {
  position: absolute;
  width: 100%;
  top: 3rem;
}

@font-face {
  font-family: 'Gobold Lowplus';
  src: url("../../fonts/shared/Gobold-Lowplus-fc1820fb6610f8fc42448f9c57849092.woff2") format('woff2'), url("../../fonts/shared/Gobold-Lowplus-304a30581a3a3eb1cc764a98d0974d35.woff") format('woff'), url("../../fonts/shared/Gobold-Lowplus-304a30581a3a3eb1cc764a98d0974d35.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url("../../fonts/shared/GoodHeadlinePro-CondBlack-cfa278e242c446dafbe19384bbee1af3.woff2") format('woff2'), url("../../fonts/shared/GoodHeadlinePro-CondBlack-27ecece42ebe5007065d5cf76bea96c9.woff") format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url("../../fonts/shared/GoodHeadlinePro-Medium-5eb21fd3a486a9f3feb2a6a403e732a7.woff2") format('woff2'), url("../../fonts/shared/GoodHeadlinePro-Medium-65f0b5da4a70ade27e758bfe98ee26e7.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url("../../fonts/shared/GoodHeadlinePro-Bold-db6c131c6dac49ac9f184ef86c20be82.woff2") format('woff2'), url("../../fonts/shared/GoodHeadlinePro-Bold-eb1f50f0e618e8a9f296bd679df0e494.woff") format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GoodHeadlinePro';
  src: url("../../fonts/shared/GoodHeadlinePro-70ef61ec2667fc0ef3d94ee069838b8a.woff2") format('woff2'), url("../../fonts/shared/GoodHeadlinePro-57a58d67c59d6058fdfc1cfc4f901d93.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'RecoletaMedium';
  src: url("../../fonts/shared/font-27d1f352d5f40b59774e75e1b3174dc3.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icomoon';
  src: url("../../fonts/shared/icomoon-f07690c2f145c762be911322e21dda0a.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'IntervogueSoftLight';
  src: url("../../fonts/shared/IntervogueSoftLight-564c048cc020b870aba186a95d176fa7.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intervoguesoftmed';
  src: url("../../fonts/shared/IntervogueSoftMed-de5586e3faf0eb50299dde68b3141856.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*.is-mobile .scalable-text-wrapper.is-footer.show-mobile-portrait {
  font-size: 5vw;
  display: flex;
}

.is-mobile .footer_link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1.5rem;
  grid-auto-flow: row;
  justify-items: center;
}
.is-mobile .footer_link {
  line-height: 1.2;
}*/

.modal1_background-overlay {
  width: 100%;
  height: 100%;
}

.page-wrapper-footer .logo {
   margin-bottom: 3rem;
}

.content .page-wrapper-footer h2 {

  font-family: GoodHeadlinePro, sans-serif;
}


.is-mobile .footer_link-list {
  display: flex;
  flex-direction: column;
}

section.section_sharing {
  /*margin-top: 800px;*/
}
footer {

}

.scalable_text.is-sharing {
  line-height: .95;
}
.sharing_logo-wrapper {
  margin-top: 10px;
  left: -7.4em;
}


.is-share-socials-button {
  margin-right: 20px;
}


.modal1_component {

  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;

}


/* buttons */
.w-input, .w-select, a {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}


.button-2, .button.is-secondary.w-button {
  color: #3b2774;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 100rem;
  padding: .4rem 2.125rem .3rem;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.button-2:hover,
.button.is-secondary.w-button:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transform: scale(1.01);
}

/* re-position share-box */
.modal1_component .modal1_content-wrapper {
    position: fixed;
    top: 0px;
    left: 50%;
}
.modal1_component .modal1_content-wrapper > div {
    left: -50%;
    position: relative;
}

/* to really cover all */
.modal_sharing .modal1_component {
    width: 100%;
    height: 100%;
}




/* 479 => is-mobile
 */

/*@media screen and (max-width: 479px) {*/
  body.is-mobile  {
    font-size: 1.8vw;
    line-height: 1.6;
  }

.is-mobile h1 {
    font-size: 2.5rem;
  }

.is-mobile .hide-mobile-portrait {
    display: none;
  }

.is-mobile .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

.is-mobile .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

.is-mobile .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

.is-mobile .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

.is-mobile .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

.is-mobile .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

.is-mobile .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

.is-mobile .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

.is-mobile .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

.is-mobile .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

.is-mobile .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

.is-mobile .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

.is-mobile .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

.is-mobile .button {
    line-height: 1.4;
  }

.is-mobile .text-size-regular {
    font-size: 2.5em;
  }

.is-mobile .text-size-regular.text-align-center {
    font-size: 3em;
  }

.is-mobile .heading-style-h3.is-slider {
    font-size: 4em;
  }

.is-mobile .section_header {
    height: 97vh;
  }

.is-mobile .layout1_component {
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

.is-mobile .layout43_component {
    grid-template-columns: 1fr;
  }

.is-mobile .slider_component {
    min-height: 500px;
  }

.is-mobile .slider_mask {
    width: 85%;
  }

.is-mobile .slider_slide {
    margin-right: 3rem;
  }

.is-mobile .slider_slide.is-strawberrycheesecake, .is-mobile .slider_slide.is-nussini, .is-mobile .slider_slide.is-peanutcaramel, .is-mobile .slider_slide.is-toffeeganzenuss, .is-mobile .slider_slide.is-oreo, .is-mobile .slider_slide.is-schokokeks, .is-mobile .slider_slide.is-lufleecaramel, .is-mobile .slider_slide.is-noisette, .is-mobile .slider_slide.is-crispyjoghurt, .is-mobile .slider_slide.is-nussnougat, .is-mobile .slider_slide.is-ganzehaselnuesse, .is-mobile .slider_slide.is-mandelkaramell, .is-mobile .slider_slide.is-alpenmilch, .is-mobile .slider_slide.is-triolade, .is-mobile .slider_slide.is-traube-nuss, .is-mobile .slider_slide.is-erdbeer {
    margin-right: 1.5rem;
  }

.is-mobile .slider_content {
    min-height: 390px;
    padding-top: 5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

.is-mobile .testimonial23_arrow.is-left {
    width: 4rem;
    height: 4rem;
    right: 5rem;
  }

.is-mobile .testimonial23_arrow.is-right {
    width: 4rem;
    height: 4rem;
    left: 5rem;
  }

.is-mobile .layout2_component {
    grid-template-columns: 1fr;
  }

.is-mobile .layout2_lightbox, .video-overlay-layer {
    border-radius: 3em;
  }

.is-mobile .header_nav-wrapper {
    top: 1rem;
  }

.is-mobile .header_logo {
    width: 70vw;
  }

.is-mobile .section_highlights {
    min-height: 40vh;
    margin-top: 10vw;
    margin-bottom: -10vw;
    padding-top: 0;
  }

.is-mobile .layout5_component {
    grid-template-columns: 1fr;
  }

.is-mobile .layout5_content {
    top: 8.9vw;
  }

.is-mobile .layout5_item-list {
    grid-template-columns: 1fr;
  }

.is-mobile .layout5_lightbox-image {
    border-radius: 3em;
  }

.is-mobile .scalable-text-wrapper.is-header {
    font-size: 4vw;
  }

.is-mobile .scalable-text-wrapper.is-vielfalt {
    font-size: 3.5vw;
  }

.is-mobile .scalable-text-wrapper.is-mobile-landscape {
    font-size: 3vw;
  }

.is-mobile .scalable-text-wrapper.is-footer {
    /*font-size: 3.2vw;*/
  }

.is-mobile .scalable-text-wrapper.is-footer.show-mobile-portrait {
    /*font-size: 5vw;*/
    display: flex;
  }

.is-mobile .scalable_text.is-genussmoment-first {
    font-size: 4em;
  }

.is-mobile .highlights_arrow-wrapper.is-genussmoment {
    top: 44.1vw;
  }

.is-mobile .highlights_arrow-wrapper.is-mobile-landscape {
    width: 20vw;
    font-size: 2vw;
    top: -17vw;
    left: 36vw;
  }

.is-mobile .highlights_image {
    width: 100%;
  }

.is-mobile .slider_image-wrapper {
    top: -6.5vw;
  }

.is-mobile .slider_background {
    border-radius: 3em;
  }

.is-mobile .sharing_logo-wrapper {
    /*top: 5.2em;
    left: 5.4em;*/
    top: 1.6em;
    left: 3.9em;
  }

.is-mobile .sharing_icon-wrapper {
    width: 2.5em;
    height: 3em;
  }

.is-mobile .sharing_text {
    /*font-size: 4vw;*/ /* !!! */
  }

.is-mobile .header_rotating-cta {
    width: 40vw;
    height: 40vw;
  }

.is-mobile .padding-section-custom1 {
    padding-top: 2rem;
  }

.is-mobile .modal_sharing-wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
  }

.is-mobile .header_wave-divider-addition {
    height: 20vw;
  }

.is-mobile .paragraph.max-width {
    max-width: 100%;
  }

.is-mobile .preloader-image {
    width: 150px;
  }

.is-mobile .taste-moment-image {
    min-width: 280px;
  }

.is-mobile .header-image-warpper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

.is-mobile .header {
    justify-content: center;
    align-items: stretch;
  }

.is-mobile .buttons {
    padding-right: 18px;
  }

.is-mobile .menu-button {
    padding-left: 10px;
  }

.is-mobile .footer {
    height: auto;
    text-align: left;
    background-image: url('../images/lila_kurve_mit_kuh_mobile.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

.is-mobile .link-subnavi {
    font-size: 12px;
  }

.is-mobile .cookie-policy-container {
    padding-left: 10px;
    padding-right: 10px;
  }

.is-mobile .link-block-7 {
    margin-bottom: 0;
  }

.is-mobile .footer-link-flex-container {
    text-align: center;
    flex-flow: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

.is-mobile .footer-flex-container {
    text-align: center;
    padding-bottom: 40px;
  }

.is-mobile .container-7 {
    position: static;
    top: 41px;
  }

.is-mobile .text-block-77 {
    color: #7d68ac;
  }

.is-mobile .div-block-50 {
    flex-direction: column;
    align-items: center;
    margin-top: 112px;
    display: flex;
  }

.is-mobile .text-block-37 {
    text-align: center;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 10px;
  }

.is-mobile .div-block-31 {
    display: block;
  }

.is-mobile .image-desktop {
    display: none;
  }
/*}*/

.is-mobile .sharing_social_wrapper {
    min-width: 240px;
}

.is-mobile .sharing_social-component {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    /*grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;*/

    flex-wrap: wrap;
}

.is-mobile .sharing_social-wrapper {
    font-size: 2.5vw;
    display: flex;
}

.is-mobile .sharing_icon-wrapper { /* war: em */
    /*width: 1.5rem; + 0.15
    height: 2rem;    + 0.2       */

    width: 1.80rem;
    height: 2.4rem;
}


.is-mobile .sharing_logo {
    height: 1.7em;
}

.is-mobile .sharing_logo-wrapper {
    top: 3.1em;
}

@media screen and (max-width: 479px) {
    .is-mobile .sharing_logo {
        height: 1.7em;
    }

    .is-mobile .sharing_logo-wrapper {
        top: 3.1em;
    }
}

@media screen and (max-width: 415px) {
    .is-mobile .sharing_logo {
        height: 2.7em;
    }

    .is-mobile .sharing_logo-wrapper {
        top: 3.9em;
    }
}
