body {
  background-image: url("/img/Milka-Weihnachten-BG-mobile-3.jpg");
  background-repeat: repeat-y;
  background-position: top center;
}
/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 1024px) {
  body {
    background-image: url("/img/Milka-Weihnachten-BG-desktop.webp");
  }
}



/* text-bild */
.text-bild.tb-1000 h2 {
  max-width: unset;
}

.text-bild + .text-bild {
  margin-top: 60px;
}

.text-bild h2 {
  margin-bottom: 0.5rem;
  max-width: 560px;
}
.text-bild .h3-lookalike {
  margin-bottom: 0.5rem;
  max-width: 400px;
}

.text-bild p {
  padding-left: 10px;
  padding-right: 10px;
}

.text-bild > text {
  width: 60%;
}
.text-bild > .bild {
  width: 100%;
  display: flex;
  justify-content: center;
}

.text-bild-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-bild-wrapper.content-centered h2,
.text-bild-wrapper.content-centered .text,
.text-bild-wrapper.content-centered .bild {
  margin-left: auto;
  margin-right: auto;
}

.bild.text_unter_bild {
  display: flex;
  flex-direction: column;
}
.bild.text_unter_bild p {
  margin-top: 0;
}

/* x1024X */
@media only screen and (min-width: 1024px) {

  .text-bild {
    width: 980px;
    margin-bottom: 50px;
  }
  .text-bild.tb-800 {
    width: 880px;
  }
  .text-bild.tb-1000 {
    width: 960px;
  }

  .text-bild.bild-links {
    flex-direction: row-reverse;
  }

  .text-bild > .bild {
    width: 40%;
  }
}

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

  .text-bild {
    width: 980px;
    margin-bottom: 50px;
  }
  .text-bild.tb-800 {
    width: 880px;
  }
  .text-bild.tb-1000 {
    width: 960px;
  }

  .text-bild.bild-links {
    flex-direction: row-reverse;
  }

  .text-bild > .bild {
    width: 40%;
  }
}









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

/* x1024X */
@media only screen and (min-width: 1024px) {
  .milka-section .section-content {
    width: 1024px;
  }
}

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

#headerVideo {
  width: 100%;
  /*max-width: 1440px;*/
}
.header-img {
  display: flex;
  justify-content: space-around;
}
.header-img img {
  width: 100%;
  max-width: 1440px;
}

body {
  color: #fff;
}

.button-wrapper a.button.is-secondary.w-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
}


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

  /*font-family: "Gobold Bold";*/
  font-weight: 800;
  line-height: 1.2;
 }

.milka-content h1 {
  font-size: 2rem; /* 32 40px */
}
.milka-content h2 {
  font-size: 1.5rem; /* 24 30px */
}

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

.milka-content p.small,
.milka-content p.small a {
  font-size: 1rem;
}

a.underline {
  text-decoration: underline;
}


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

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

.milka-content .h4-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;
}

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

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

}

.content-centered {
  display: flex;
  justify-content: center;
}

.content-centered > div {
  margin-left: auto;
  margin-right: auto;
}


.welle img {
  width: 100%;
  height: auto;
}

.welle-oben {
  margin-top: -40px;
}
.welle-unten {
  z-index: -1;
  margin-bottom: 40px;
}

/* x1024X */
/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 1024px) {
  .welle-unten {
    margin-top: -120px;
  }
}


/* section oder so auf schnee */
.auf-schnee {
  background-color: #fff;
}

.auf-schnee-produkt {
  padding-top: 30px;
  flex-direction: column;
}
.auf-schnee-produkt p {
  padding-left: 20px;
  padding-right: 20px;
}

.auf-schnee-produkt .welle {
  padding-top: 100px;
}

/* x1024X */
/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 1024px) {

  .welle-oben {
    margin-bottom: -100px;
  }

  .auf-schnee-produkt {
    padding-top: 100px;
  }
}





.section-winnings .section-content {
  display: flex;
  flex-direction: column;
}


/*   So geht's */
.so-gehts {
  margin-top: 40px;

  background-color: #3B2774;
  width: 100%;
  padding: 40px;
  /*height: 454px;*/
  border-radius: 25px;

}
.so-gehts .steps {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-top: 1.5rem;
}

.so-gehts .steps .so-gehts-step {
  margin-left: auto;
  margin-right: auto;
  width: 250px; /* ?? */
  background-repeat: no-repeat;
  text-align: center;
}

.so-gehts .steps .so-gehts-step + .so-gehts-step {
  margin-top: 2.5rem;
}

.so-gehts .steps .so-gehts-step img {
  margin-top: 20px;
  padding-left: 20px; /* Grafiken nicht symnetrisch ausgeschnitten? */
}

.so-gehts-step p {
  margin-top: 0;
  line-height: 1.25;
}

.button-and-text {
  margin-top: 30px;
}


/*
@media only screen and (max-width: 991px) {
  .so-gehts .steps {
    flex-direction: column;
  }

  .so-gehts .steps .so-gehts-step {
    margin-left: auto;
    margin-right: auto;
  }
  .so-gehts .steps .so-gehts-step img {
    margin-top: 20px;
  }

  .so-gehts .steps .so-gehts-step + .so-gehts-step {
    margin-top: 2.5rem;
  }
}*/

/* x1024X */
/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 1024px) {

  .so-gehts {
    width: 980px;
    margin-top: 40px;
  }

  .so-gehts  .steps {
    flex-direction: row;
    margin-top: 3.75rem;
  }

  .so-gehts .steps .so-gehts-step {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    width: 250px;
  }

  .so-gehts .steps .so-gehts-step img {
    margin-top: unset;
    margin-bottom: 15px;
    padding-left: unset;
  }

  .so-gehts .steps .so-gehts-step + .so-gehts-step {
    margin-top: unset;
  }

}



/* *** Videos *** */
.section-videos .section-content {
  flex-direction: column;

  margin-top: 60px;
  margin-bottom: 80px;
}
.section-videos h2 {
  margin-bottom: 20px;
}

/* x1024X */
/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 1024px) {

  .section-videos .section-content {
    margin-top: 140px;
  }
  .section-videos h2 {
    margin-bottom: 40px;
  }
}



/* 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);
}

/* x1024X */
/*@media only screen and (min-width: 1440px) {*/
@media only screen and (min-width: 1024px) {


  .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);
  }*/
}



/* *** 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;

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

/* x1024X */
@media only screen and (min-width: 1024px) {

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

}

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

  .milka-yt.extra-2025 {
    width: 587px;
    height: 400px;
    margin-bottom: 60px;
    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;
}





