.milka-section .section-content {
  width: 375px;
}


@media only screen and (min-width: 1440px) {
  .milka-section .section-content {
    width: 1440px;
  }
}

#headerVideo {
  width: 100%;
  /*max-width: 1440px;*/
}



/* *** Basics *** */
.milka-content h1,
 .milka-content h2,
.milka-content .h3-lookalike {

  font-family: "Gobold Bold";
  line-height: 1.5;
 }

.milka-content h1 {
  font-size: 2.5rem; /* 40px */
}
.milka-content h2 {
  font-size: 1.875rem; /* 30px */
}

.milka-content p {
  font-size: 1.25rem;
  line-height: 1.5;
}

.milka-content p strong {
  font-weight: 700;
}

.milka-content .h3-lookalike {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.milka-content h1,
.milka-content h2 {
  padding-left: 10px;
  padding-right: 10px;
}

.milka-content a.button {
  font-family: "GoodHeadlinePro";
  font-weight: 700;
}

@media only screen and (min-width: 1440px) {
  .milka-content h1 {
    font-size: 3.75rem; /* 60px */
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .milka-content h2 {
    font-size: 2.5rem; /* 40px */
  }
  .milka-content .h3-lookalike {
    font-size: 1.5rem;
  }
  .milka-content p {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.debug .border-azure {
  border: 1px solid azure;
}
.debug .border-orange {
  border: 1px solid orange;
}

/* *** Section Slider *** */
.section-slider .section-content {
  overflow-x: hidden;
}

.extra-slider {
  margin-top: 1.25rem;
}

.slider-wrapper {
  height: 320px;
}
.extra-slider h2 {
  margin-bottom: 2.5rem;
}

.no-slider {
  display: flex;
  flex-direction: row;
}

.no-slider .slick-active img {
  margin-left: 10px;
  margin-right: 10px;
  transform: scale(0.9);
}

.no-slider .slick-current img {
  margin-left: 10px;
  margin-right: 10px;
  transform: scale(1);
}

.button-below-slider {

  margin-bottom: 40px;
}

@media only screen and (min-width: 1440px) {
  .extra-slider {
    margin-top: 100px;
  }
  .extra-slider h2 {
    max-width: 780px;
    margin-bottom: 2.5rem;
  }

  .slider-wrapper {
    height: unset;
  }

  .button-below-slider {
    margin-top: 40px;
    margin-bottom: unset;
  }
}




/* section product */
.section-extra-product .section-content {
  padding-top: unset;
  text-align: center;
  min-height: 1540px; /* 1700 - padding-top */

  background-image: url("/img/bg-abdecker-dunkel-mobile.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section-extra-product .foreground-content {
  z-index: 10;
  position: relative;

  padding-top: 60px;
  padding-bottom: 60px;
}

.section-extra-product .parallax-background {
  opacity: 1;
  position: absolute;
  /*height: 1540px;*/
  z-index: 0;
  border: 1px solid gold;
}
.section-extra-product .parallax-background img {
  width: 375px;
  height: 1540px;
}

@media only screen and (min-width: 1440px) {
  .section-extra-product .section-content {
    background-image: url("/img/bg-abdecker-dunkel.webp");
    min-height: 1700px;

  }

  .section-extra-product .foreground-content {
    margin-top: 80px;
    padding-top: 160px;
    padding-bottom: 120px;
  }

  .section-extra-product .parallax-background img {
    width: unset;
    height: unset;
  }
}


/* fade-in effect */
.gallop-in-image {
  transition: transform 1s ease;
}
.gallop-in-image.from-the-left {
  xx-transform: translateX(-100vw) scale(0, 0);
  transform: translateX(-80px) scale(0, 0);
}
.gallop-in-image.from-the-right {
  xx-transform: translateX(100vw) scale(0, 0);
  transform: translateX(80px) scale(0, 0);
}

.gallop-in-image.flying-in,
.gallop-in-image.from-the-left.flying-in,
.gallop-in-image.from-the-right.flying-in {
  transform: translateX(0) scale(1, 1);
}

@media only screen and (min-width: 1440px) {


  .gallop-in-image.from-the-left {
    transform: translateX(-40%) scale(0, 0);
  }
  .gallop-in-image.from-the-right {
    transform: translateX(40%) scale(0, 0);
  }

  /*.gallop-in-image.from-the-left.flying-in,
  .gallop-in-image.from-the-right.flying-in {
    transform: translateX(0) scale(1, 1);
  }*/
}


/* mobile: 375x1681 */

/* *********** */
/* milka-row */
.extra-row {
  display: inline-flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
.extra-row > div {
  width: 100%;
}

.extra-row h2,
.extra-row p {
  padding-left: 10px;
  padding-right: 10px;
}

.extra-row p + p {
 margin-top: 1rem;
}

.extra-row img {
  margin-left: auto;
  margin-right: auto;
}

.extra-row .text {
  width: 100%;
}

.row-1 {
  gap: 10px;
}

.row-2 {
  margin-top: 0px;
}

.row-2 .image {
  margin-top: 30px;
}

img.row-3 {
  margin-top: 20px;
}


@media only screen and (min-width: 1440px) {

  .extra-row {
    flex-direction: row;
  }

  .extra-row.reverse-on-desktop {
    flex-direction: row-reverse;
  }

  .extra-row > div {
    width: 586px;
  }

  .extra-row .text {
    width: 586px;
  }

  .row-1 {
    gap: 50px;
  }

  .row-1 img {
    padding-top: 90px;
  }

  .row-2 {
    margin-top: 50px;
  }

  .row-2 .text {
    padding-top: 20px;
  }

  .row-2 .image {
    margin-top: unset;
  }

  img.row-3 {
    margin-top: 60px;
  }

}


/* *** Section Videos *** */
.section-extra-videos .section-content {
  text-align: center;
}
.section-extra-videos h2 {
  margin-top: 80px;
  margin-bottom: 3rem;
}
.video-wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* 587px; 400px; */
.milka-yt.extra-2025 {
  width: 346px;
  height: 236px;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;

}
.milka-yt.extra-2025 +.milka-yt {
  margin-top: unset;
}

.milka-yt.extra-2025 .yt-preview .preview-img {
  width: 346px;
  height: 236px;
  border-radius: 12px;
}
.milka-yt iframe {
  width: 346px;
  height: 236px;
  border-radius: 12px;
}

.milka-yt-text {
  margin-left: unset;
}

.milka-yt-text p {
  margin-top: 0.75rem;
  text-align: center;
}


@media only screen and (min-width: 1440px) {

  .video-wrapper {
    display: inline-flex;
    flex-direction: row;
  }

  .milka-yt.extra-2025 {
    width: 587px;
    height: 400px;
    border-radius: 21px;
  }
  .milka-yt.extra-2025 .yt-preview .preview-img {
    width: 587px;
    height: 400px;
    border-radius: 21px;
  }
  .milka-yt iframe {
    width: 587px;
    height: 400px;
    border-radius: 21px;
  }

  .milka-yt-text p {
    margin-top: 1.5rem;
  }
}

/* ********************* */
/* *** end extra new *** */

.show-on-mobile {
   display: none;
}
body.mobile .show-on-mobile {
  display: block;
}

.hide-on-mobile {
  display: block;
}
body.mobile  .hide-on-mobile {
  display: none;
}

.milka-content .milka-section .no-bottom-space,
.milka-content .milka-section .no-bottom-space > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.milka-content .milka-section .no-top-space,
.milka-content .milka-section .no-top-space > *:first-child,
.milka-content .milka-section .no-top-space > *:first-child > *:first-child,
.milka-content .milka-section .no-top-space > *:first-child > *:first-child > *:first-child {
  padding-top: 0;
  margin-top: 0;
}

.bottom-overlap-20 {
  margin-bottom: -20px;
}

@media only screen and (max-width: 767px) {

  .milka-content .milka-section .no-top-space-mobile,
  .milka-content .milka-section .no-top-space-mobile > *:first-child,
  .milka-content .milka-section .no-top-space-mobile > *:first-child > *:first-child,
  .milka-content .milka-section .no-top-space-mobile > *:first-child > *:first-child > *:first-child,
  xx.milka-content .milka-section.no-top-space-mobile,
  xx.milka-content .milka-section.no-top-space-mobile > *:first-child,
  xx.milka-content .milka-section.no-top-space-mobile > *:first-child > *:first-child,
  xx.milka-content .milka-section.no-top-space-mobile > *:first-child > *:first-child > *:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}


/* *** HEADER *** */
.header-wrapper {
  position: absolute;
  top: 0px;
  width: 100%;
}

.header-logo-wrapper {
  position: relative;
}

.header-milka-logo {
  position: relative;
  margin-top: 10px;
  margin-left: 60px;
}
.is-mobile .header-milka-logo {
  margin-left: auto;
  margin-right: auto;

  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}


body > video {
  width: 100%;
}


.page-cookie-policy .milka-content {
  background-image: none;
}

@media only screen and (max-width: 991px) {
  br.desktop {
      display: none;
  }
}

/* mobile wobbly */
.wrapgrid {
  overflox-x: hidden;
}
body, html {
  overflow-x: hidden !important;
  width: 100vw;
}


/* ********************** */
/* reset button / wrapper */
.button-wrapper .mitmachen-header-button {
  position: relative;
  top: unset;
  margin-top: 1.25rem;
}


/* Mood-Img, 3-teilig */

/* generics */
img.full-width-img {
  width: 100%;
  height: auto;
}

.mobile-only {
  display: block;
}
.desktop-only {
  display: none;
}

@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
}

/* make it fit */
.section-content.section-content-full-width {
  width: 100%;
  max-width: 1440px;
}



.schokohaus-mood-slider p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.mood-width-chocolate {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 1441px) {

  .mood-width-chocolate {

    margin-left: -110px;
    margin-right: -110px;
  }
}




/* *** VIDEO */
a video,
video {
  width:100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  xxx-max-height: 1040px;
  object-fit: cover;
}





