@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Nova+Square&display=swap");
@font-face {
  font-display: swap;
  font-family: "FerreroTondoGentile";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/FerreroTondoGentile.otf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: "Bangers";
  font-style: normal;
  font-weight: 400;
  src: local("Bangers Regular"), local("Bangers-Regular"), url(https://fonts.gstatic.com/s/bangers/v12/FeVQS0BTqb0h60ACH55Q3Q.ttf) format("truetype");
}
body {
  margin: 0;
  text-align: center;
  position: relative;
}
body #background {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body #background {
    display: none;
  }
}
body #background-mob {
  display: none;
}
@media screen and (max-width: 768px) {
  body #background-mob {
    width: 100%;
    display: block;
  }
}
body .form {
  position: absolute;
  top: 157.8947368421vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
@media (max-width: 900px) {
  body .form {
    max-width: 100%;
  }
}
body .form > .title {
  max-width: 50.3968253968vw;
  height: 6.8121693122vw;
  font-family: "Bangers", sans-serif;
  font-size: 5.291005291vw;
  text-align: center;
  background-image: url("../img/bkg-title.png");
  background-size: contain;
  color: #ffffff;
  padding-top: 0;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  body .form > .title {
    font-family: "Bangers", sans-serif;
    font-size: 8.7179487179vw;
    text-align: center;
    background-image: url(../img/bkg-title.png);
    padding: 5px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-bottom: 10px;
    max-width: 80%;
    height: auto;
    background-size: contain;
  }
}
body .form > .description {
  max-width: 48.9417989418vw;
  font-family: "FerreroTondoGentile", sans-serif;
  font-size: 2.2486772487vw;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  background-color: #fff;
  color: #23366c;
  margin-left: auto;
  margin-top: 0;
  padding-bottom: 18px;
  margin-bottom: 0;
  text-shadow: -3px -3px 0 #ffffff, 3px -3px 0 #ffffff, -3px 3px 0 #ffffff, 3px 3px 0 #ffffff;
}
@media (max-width: 900px) {
  body .form > .description {
    font-size: 4.6153846154vw;
    max-width: 80%;
  }
}
body .form > .description .red {
  color: #e20019;
  font-weight: bold;
}
body .form > .description .blue {
  color: #2f53a1;
  font-weight: bold;
}
body .form > .description-gift {
  max-width: 740px;
  color: #23366c;
  background-color: #fff;
  display: inline-block;
  font-family: "Bangers", sans-serif;
  font-size: 3.7037037037vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-shadow: -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}
@media (max-width: 900px) {
  body .form > .description-gift {
    font-size: 7.1794871795vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .form > .description-gift .red {
  color: #e20019;
  font-weight: bold;
}
body .form form {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body .form form {
    max-width: 90%;
  }
}
body .form form .field--type-email, body .form form .field--type-string {
  width: calc(50% - 20px);
  padding: 10px;
  margin-bottom: 25px;
  background-color: #fff;
  position: relative;
}
body .form form .field--type-email:before, body .form form .field--type-string:before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 110%;
  top: 0;
  left: 0;
  height: calc(100% + 35px);
  z-index: -1;
}
@media (max-width: 768px) {
  body .form form .field--type-email:before, body .form form .field--type-string:before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .form form .field--type-email, body .form form .field--type-string {
    margin-bottom: 5.1162790698vw;
    width: calc(100% - 20px);
  }
}
body .form form .field--type-email input, body .form form .field--type-string input {
  border: unset;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.380952381vw;
  width: -webkit-fill-available;
  width: -moz-available;
  font-family: "Bangers", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  background-color: transparent;
  background-image: url(../img/sfondo-input.png);
  height: 5.9523809524vw;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  body .form form .field--type-email input, body .form form .field--type-string input {
    font-size: 5.5813953488vw;
    padding: 2.3255813953vw 2.5581395349vw;
    height: 10.2564102564vw;
  }
}
body .form form .field--type-email input::placeholder, body .form form .field--type-string input::placeholder {
  text-transform: uppercase;
  color: #23366c;
}
body .form form .field--type-email .js-form-item > label, body .form form .field--type-string .js-form-item > label {
  display: none;
}
body .form form .field--type-email label.error, body .form form .field--type-string label.error {
  display: block !important;
  left: 0.6613756614vw;
  position: relative;
  text-align: left;
  font-family: "FerreroTondoGentile", sans-serif;
  color: #e20019;
  font-weight: bold;
  top: 0.0661375661vw;
  font-size: 1.0582010582vw;
}
@media (max-width: 768px) {
  body .form form .field--type-email label.error, body .form form .field--type-string label.error {
    font-size: 13px;
  }
}
body .form form .field--type-boolean {
  width: 100%;
  z-index: 2;
  text-align: left;
  padding: 0 15px;
  background-color: #fff;
}
@media (max-width: 768px) {
  body .form form .field--type-boolean {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .form form .field--type-boolean.field--name-field-optin-1 {
    margin-top: 2.3255813953vw;
  }
}
body .form form .js-form-type-checkbox {
  display: flex;
  margin-bottom: 10px;
  align-items: self-start;
  position: relative;
}
@media (max-width: 768px) {
  body .form form .js-form-type-checkbox {
    font-size: 3.2558139535vw;
    margin-bottom: 10px;
  }
}
body .form form .js-form-type-checkbox label.error {
  position: absolute;
  bottom: -20px;
  color: #e20019;
  font-size: 1.0582010582vw;
  font-family: "FerreroTondoGentile", sans-serif;
}
@media (max-width: 768px) {
  body .form form .js-form-type-checkbox label.error {
    font-size: 13px;
  }
}
body .form form .js-form-type-checkbox .option {
  display: none;
}
body .form form .js-form-type-checkbox .description {
  margin-left: 10px;
  font-size: 1.1904761905vw;
  font-family: "FerreroTondoGentile", sans-serif;
  max-width: 100%;
}
body .form form .js-form-type-checkbox .description a {
  color: #000;
}
@media (max-width: 768px) {
  body .form form .js-form-type-checkbox .description {
    max-width: 100%;
    font-size: 3.1466666667vw;
  }
}
body .form form input[type=checkbox] {
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 2;
  position: absolute;
  margin: 0;
}
@media (max-width: 768px) {
  body .form form input[type=checkbox] {
    width: 35px;
    height: 35px;
  }
}
body .form form input[type=checkbox] ~ span {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  background-color: white;
  box-shadow: 2px 2px 3px #b6aeab;
  border: 0px;
}
body .form form input[type=checkbox]:checked {
  background-color: #e20019;
}
body .form form input[type=checkbox]:checked ~ span:after {
  background-color: #000;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
body .form form #edit-actions {
  margin: 24px auto 250px;
}
body .form form #edit-actions input {
  font-family: "Bangers", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  border: unset;
  padding: 0.6613756614vw 2.6455026455vw;
  font-weight: bold;
  font-size: 3.9682539683vw;
  letter-spacing: 3px;
  width: 17.1957671958vw;
  height: 6.8121693122vw;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../img/sfondo-btn.png);
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  body .form form #edit-actions input {
    font-size: 7.9069767442vw;
    letter-spacing: 0.9302325581vw;
    padding: 2.3255813953vw 9.3023255814vw;
    height: 12.8205128205vw;
    background-size: auto 100%;
    background-position: center;
    width: 100%;
  }
}
body .form form #edit-email-0-value--description {
  display: none;
}
body .region--footer {
  position: relative;
}
body .region--footer #img_footer {
  width: 100%;
  position: relative;
  display: block;
}
body .region--footer .content {
  position: absolute;
  display: flex;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "M PLUS Rounded 1c", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.1111111111vw;
}
@media (max-width: 768px) {
  body .region--footer .content {
    font-size: 2.7906976744vw;
  }
}
body .region--footer .content #block-ferrero-promo-footer-2 .menu-footer {
  padding-left: 0.3472222222vw;
  list-style: none;
  display: flex;
  background-color: unset;
  border: unset;
}
body .region--footer .content #block-ferrero-promo-footer-2 .menu-footer li {
  display: flex;
}
body .region--footer .content #block-ferrero-promo-footer-2 .menu-footer li:after {
  display: block;
  content: "|";
  width: 20px;
  height: 100%;
  text-align: center;
}
body .region--footer .content #block-ferrero-promo-footer-2 .menu-footer li:last-child:after {
  display: none;
}
body .region--footer .content #block-ferrero-promo-footer-2 .menu-footer li a {
  color: white;
  text-decoration: unset;
}
body.basic-page .btn-front, body .lead-page .btn-front {
  position: relative;
}
body.basic-page .btn-front #logo-basic_page, body .lead-page .btn-front #logo-basic_page {
  margin-top: 20px;
  max-width: 26.455026455vw;
  width: 80%;
  left: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.basic-page .btn-front #logo-basic_page, body .lead-page .btn-front #logo-basic_page {
    max-width: 80%;
  }
}
body.basic-page .layout-content, body .lead-page .layout-content {
  max-width: 1100px;
  padding: 0 25px;
  margin: 0 auto;
}
body.basic-page h1, body .lead-page h1 {
  font-family: "Arial", sans-serif;
}
body.basic-page p, body.basic-page ul, body.basic-page li, body .lead-page p, body .lead-page ul, body .lead-page li {
  text-align: left;
  font-family: "Arial", sans-serif;
}
body.lead-page .btn-front {
  position: relative;
}
body.lead-page .btn-front #logo-basic_page {
  margin-top: 20px;
  max-width: 26.455026455vw;
  width: 80%;
  left: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  body.lead-page .btn-front #logo-basic_page {
    max-width: 80%;
  }
}
body.lead-page .lead {
  padding: 3.9682539683vw 3.3068783069vw 3.9682539683vw 3.3068783069vw;
  z-index: 1;
  position: relative;
}
@media screen {
  body.lead-page .lead {
    padding: 40px 50px 60px 50px;
  }
}
body.lead-page .lead h1, body.lead-page .lead h2, body.lead-page .lead h3, body.lead-page .lead h4, body.lead-page .lead h5, body.lead-page .lead h6 {
  color: #e20019;
  font-size: 2.6455026455vw;
  font-family: "Bangers", sans-serif;
}
@media screen and (max-width: 768px) {
  body.lead-page .lead h1, body.lead-page .lead h2, body.lead-page .lead h3, body.lead-page .lead h4, body.lead-page .lead h5, body.lead-page .lead h6 {
    font-size: 30px;
  }
}
body.lead-page .lead p {
  font-family: "FerreroTondoGentile", sans-serif;
}
body.lead-page .lead a {
  background-color: #e20019;
  border-radius: 20px;
  color: white;
  font-family: "Bangers", sans-serif;
  font-size: 1.3227513228vw;
  padding: 0.6613756614vw 1.3227513228vw;
  letter-spacing: 1px;
  font-weight: 100;
  text-decoration: none;
  display: block;
  position: relative;
  margin-top: 3.9682539683vw;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  body.lead-page .lead a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  body.lead-page .region--footer {
    position: fixed;
    bottom: 0;
  }
}

#block-ferrero-promo-local-tasks {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
#block-ferrero-promo-local-tasks ul:not(.contextual-links) {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1.3888888889vw;
  margin-bottom: unset;
}
#block-ferrero-promo-local-tasks ul:not(.contextual-links) a {
  padding: 0.3472222222vw 1.3888888889vw;
  background-color: white;
  color: black;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 5px 5px 0px 0px;
  text-decoration: unset;
  text-transform: uppercase;
  display: block;
}

.btn-kenwood {
  top: 190.4761904762vw;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/btn-kenwood.png);
  color: #ffffff;
  padding: 0.2645502646vw 0.9920634921vw;
  font-size: 1.7195767196vw;
  font-family: "Bangers", sans-serif;
  text-decoration: unset;
  width: 23.1481481481vw;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  line-height: 0.9;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .btn-kenwood {
    top: 493.023255814vw;
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/btn-kenwood.png);
    color: #ffffff;
    padding: 5px 10px;
    font-size: 4.6511627907vw;
    font-family: "Bangers", sans-serif;
    text-decoration: unset;
    width: 55%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    line-height: 0.9;
    letter-spacing: 1px;
  }
}
.btn-kenwood .small {
  font-size: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .btn-kenwood .small {
    font-size: 4.1860465116vw;
  }
}

.layout-container {
  position: relative;
}
.layout-container div[aria-label="Error message"] {
  color: #e20019;
  font-family: "FerreroTondoGentile", sans-serif;
  text-align: left;
  padding-left: 5px;
}
@media screen and (max-width: 768px) {
  .layout-container div[aria-label="Error message"] {
    padding-top: 10px;
  }
}

/* Testo in FR */
html[lang=fr] .field--name-field-optin-1:before {
  content: "L'organisateur du présent concours est Ferrero Suisse SA, Baarerstrasse 82, 6300 Zoug (ci-après dénommée « Ferrero »). Le déroulement du concours est régi par les conditions de participation et les informations sur la protection des données ci-dessous.";
}

/* Testo in DE (default) */
html:not([lang=fr]) .field--name-field-optin-1:before {
  content: "Veranstalter dieses Gewinnspiels ist die Ferrero Schweiz AG, Baarerstrasse 82, 6300 Zug (nachfolgend „Ferrero“ genannt). Die Durchführung des Wettbewerbs erfolgt auf der Grundlage der nachfolgenden Teilnahmebedingungen und Datenschutzhinweise.";
}

.field--name-field-optin-5 .js-form-type-checkbox {
  margin-bottom: 30px !important;
}

.field--name-field-optin-1:before {
  display: block;
  color: black;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.1904761905vw;
  font-family: "FerreroTondoGentile", sans-serif;
  max-width: 100%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .field--name-field-optin-1:before {
    font-size: 3.3333333333vw;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.footer {
  position: absolute;
  bottom: 60px;
  font-family: "FerreroTondoGentile", sans-serif;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  z-index: 3;
}
.footer a {
  color: #fff;
  display: inline;
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 12px;
    bottom: 17px;
  }
}
.button-click {
  position: absolute;
  left: 67.3611111111vw;
  top: 17.3611111111vw;
  width: 24.3055555556vw;
}
.button-click img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .button-click {
    top: 20.5128205128vw;
  }
}

/*# sourceMappingURL=custom.css.map */
