
/* section-schokohaus-teilnehmen */
.section-schokohaus-teilnehmen .section-content {
  position: relative;
  min-height: 1200px;
}

.section-schokohaus-teilnehmen .schneehintergrund {
  position: absolute;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  /*min-height: 1200px;*/
  height: 100%;
  background-color: #fff;

}

.schneewehe {
  position: absolute;
  display: none;
}
.schneewehe.links {
  left: -100px;
}
.schneewehe.links.bleib-auf-kante {
  left: 0px;
}
.schneewehe.rechts {
  right: -100px;
}
.schnee-1-links {
  background-image: url("../../img/2025/im-schnee--tannenbaum-4e6e18d12984e33b190c6b15b0220a21.png");
  width: 111px;
  height: 345px;
  top: 120px;
}
.schnee-2-rechts {
  background-image: url("../../img/form/schneewehe-2-rechts-6ac88de121756eebe038c09a8a40e263.png");
  width: 577px;
  height: 88px;
  top: 880px;
}
.schnee-3-links {
  background-image: url("../../img/form/schneewehe-3-links-683102b6eea0ed56ab027c1dbdce4d29.png");
  width: 418px;
  height: 76px;
  top: 1070px;
}
.schnee-4-links {
  background-image: url("../../img/form/schneewehe-4-links-89fc5e7e8ddc3bab41804de8b1df249a.png");
  width: 234px;
  height: 88px;
  top: 1750px;
}
.schnee-5-rechts {
  background-image: url("../../img/form/schneewehe-5-rechts-302fdc0fd2b53e0087b6cf1a100687f4.png");
  width: 362px;
  height: 93px;
  top: 1300px;
}
.schnee-6-rehe-rechts {
  background-image: url("../../img/2025/im-schnee--rehe-41644696c51e74446009c525625fe6cc.png");
  width: 397px;
  height: 181px;
  top: 950px;
}
.schnee-7-geschenke-links {
  background-image: url("../../img/2025/im-schnee--geschenke-bc180b752282f9fd30406810cf2a2b6a.png");
  width: 146px;
  height: 187px;
  top: 2100px;
}

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

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

  .section-schokohaus-teilnehmen .schneehintergrund {
    width: 1440px;
    left: -160px;
  }

  .schneewehe.links {
    left: 0;
  }
  .schneewehe.rechts {
    right: 0;
  }

}


.section-schokohaus-teilnehmen .formular {
  position: relative;
  z-index: 10;
  padding-top: 200px;
  /*max-width: 480px;*/
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}

.formular h2 {
  max-width: 500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

form {
  margin-top: 40px;
}

form > div {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.input-wrapper {
  margin-bottom: 20px;
  text-align:center
}

.input-wrapper label {
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.25;

  display: block;
  max-width: 360px; /* 2024: 350 */
  margin-left: auto;
  margin-right: auto;
}
.checkbox-wrapper label a {
  color: #3B2774;
  font-size: 1.0625rem; /* 17px; */
  font-weight: 500;
  text-decoration: underline;
}
.input-wrapper label + input,
.input-wrapper label + div {
  margin-top: 5px;
}

.input-wrapper input[type='text'],
.input-wrapper input[type='email'],
.input-wrapper input[type='date'],
.input-wrapper input[type='number'],
.formular select,
input[type="file"],
.formular input[type='checkbox'] {
  border: 1px solid #3B2774; /* 2024: 2px */
}

.input-wrapper input[type='text'],
.input-wrapper input[type='email'],
.input-wrapper input[type='date'],
.input-wrapper input[type='number'],
.formular select {
  border-radius: 24px;
  width: 350px;
  color: #3B2774;
  font-family: "GoodHeadlinePro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 12px;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  color: inherit;
}


::placeholder {
  color: #3B2774;
  opacity: 1; /* Firefox */
}
::-ms-input-placeholder { /* Edge 12 -18 */
  color: #3B2774;
}
input[readonly]::placeholder {
  color: #3B2774 !important;
}

.input-wrapper input[type='text']:focus,
.input-wrapper input[type='email']:focus,
.input-wrapper input[type='date']:focus,
.input-wrapper input[type='number']:focus,
input[type="file"]:focus,
button[type='submit'],
.formular select:focus,
.pseudofocus,
.input-wrapper.file-upload label.pseudofocus {
  border: 3px solid #7D69AC;
}

.lilac-bg button[type='submit'],
.lilac-bg .formular select:focus,
.lilac-bg .pseudofocus,
.lilac-bg .input-wrapper.file-upload label.pseudofocus {
  border: 3px solid #FFFFFF;
}






.formular select {
  width: 375px;
}

input[type="file"] {
  border-radius: 24px;
  width: 350px;
  color: #3B2774;
  /*font-family: "GoodHeadline";*/
  font-family: "Loerrach-Heavy";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 12px;
}

#file-selected {
  color: #3b2774;
  font-size: 1rem;
}

.formular input[type='checkbox']{
  border-radius: 24px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  color: #3B2774;
  font-family: "GoodHeadline";

}

input[type="checkbox"] + label {
  font-size: 1rem;
  font-weight: 400;
}

.checkbox-section-space {
  height: 20px;
}

.checkbox-wrapper {
  display: flex;
  margin-top: 10px;
}
.checkbox-wrapper a {
  font-size: 1rem;
}
.checkbox-wrapper label {
  text-align: left;
}

.formular > div {
  margin-bottom: 20px;
  text-align:center

}

.kaufbeleg {
  margin-top: 60px;

}

.formular div > button[type='submit'] {
  /*min-width: 120px;
  background-color: #8BD1F0;
  border-radius: 24px;
  border: 1px solid #3B2774;
  color: #3B2774;
  font-family: "Good Headline Pro";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  padding: 12px;*/


  color: #3b2774;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #8BD1F0;
  border: 3px solid #8BD1F0;
  border-radius: 100rem;
  padding: .4rem 2.125rem .3rem;
  font-family: "Loerrach-Heavy";
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  cursor: pointer;

  display: block;
  margin-left: auto;
  margin-right: auto;

}

.input-wrapper.file-upload input[type="file"]{
  opacity: 0;
  z-index: -1;
  position: absolute;
  /*top: -1px;*/
  left: -1000px;
  width: 0.1px;
  height: 0.1px;
}
/* TEST */
/*.input-wrapper.file-upload input[type="file"]{
  opacity: 1;
  z-index: 1;
  position: relative;
  top: unset;
  width: 240px;
  height: 23px;
}*/
/*
.formular div > input[type='file'] {
  min-width: 120px;
  background-color: #8BD1F0;
  border-radius: 24px;
  border: 1px solid #3B2774;
  color: #3B2774;
  font-family: "Good Headline Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 12px;

}*/


.input-wrapper.file-upload label {
    /*width: 220px;*/
    width: 240px;
    cursor: pointer;

  font-family: "Loerrach-Heavy";

  color: #3b2774;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #8BD1F0;
  border: 3px solid #8BD1F0;
  border-radius: 100rem;
  padding: .4rem 2.125rem .3rem;
  font-size: 1.15rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;


}
.input-wrapper.file-upload input[type="file"]:focus + label[for="sweepstake_form_receipt"]{
  border: 1px solid #85E5FF;
  color: #3B2774;
}

.grafik-kaufbeleg {
  display: block;
  margin: 40px auto 40px auto;
}
.grafik-billa {
  display: none;
  margin: 40px auto 40px auto;
}

.formular .form-error ul {
  margin-top: 0;
}

.formular .form-error,
.formular .form-error li {
  font-family: 'GoodHeadlinePro';
  font-weight: 500;
  color: red;
}
.formular .form-error li {
  list-style: none;
}

#g-recaptcha-respons {
  font-family: 'GoodHeadlinePro';
  font-weight: 500;
  color: red;
}

.g-recaptcha {
  margin-top: 30px;
  margin-bottom: 40px;
}

.submit-block {
  border-radius: 12px;
  background-color: #7D69AC;
  background-image: url("../../img/form/submit-box-bg-728d85220d88aba446e148cc410d7fad.png");
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;

  padding: 30px 20px 30px 20px;
}

.text-lilac .submit-block p {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.formular .form-text-left {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.g-recaptcha {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
}


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

  .kaufbeleg {
    margin-top: 50px;
  }
  .formular h2 {
    max-width: 300px;
    margin-top: 30px;
  }

  .formular div > button[type='submit'] {
    font-size: 16px;
    font-weight: 700;
  }

}

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

  .section-schokohaus-teilnehmen {
    margin-top: 60px;
  }

  .section-schokohaus-teilnehmen .formular {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .checkbox-wrapper {
    max-width: 380px;
  }

  .g-recaptcha {
    width: 320px;
  }

  .submit-block {
    max-width: 80%;
  }
}


@media only screen and (max-width: 480px) {
  .input-wrapper input[type='text'],
  .input-wrapper input[type='email'],
  .input-wrapper input[type='date'],
  .input-wrapper input[type='number'],
  .formular select {
    width: 280px;
    -webkit-appearance: none;
    /*border: 2px solid chartreuse;*/
  }

  .input-wrapper input[type='date'],
  .formular select {
    width: 280px;
    background-color: #fff;
  }
  .input-wrapper input[type='date'] {
    height: 22px;
  }

  .formular select {
    width: 310px;
  }

  .milka-content .formular h2,
  .milka-content .kaufbeleg h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .input-wrapper label {
    padding-left: 10px;
    padding-right: 10px;
  }

  #file-selected {
    font-size: 0.75rem;/* 12px */
  }

  .milka-content .formular p {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-wrapper {
    max-width: 300px;
  }

  .g-recaptcha {
    width: 300px;
  }
}