@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Montserrat', sans-serif !important;
}

#car {
  display: none !important;
}

#prize {
  background-image: url(https://elf.kunden-freude.de/bg.webp) !important;
}

.title {
  font-weight: 700;
  font-size: 26px;
  color: #000;
  margin-bottom: 16px;
  line-height: 115%;
}

.text {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  line-height: 115%;
  margin-bottom: 16px;
}
.text b {
  font-weight: 700;
  color: #e32636;
}

.subtitle {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 16px;
  line-height: 115%;
}

.quiz__elements {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 16px;
}
.quiz__element {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quiz__element img {
  width: 40px;
}
.quiz__element p {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.quiz__element p b {
  font-weight: 700;
  color: #e32636;
}

.quiz__container {
  max-width: 500px !important;
}

.app-main__container {
  min-height: 700px !important;
}

.quiz__container {
  padding-top: 20px !important;
}

.radio-filds {
  background: none !important;
  display: flex !important;
  gap: 30px !important;
  height: 45px !important;
}

.registration-formular__fieldset {
  background: none !important;
}

.radio-field {
  border-radius: 10px !important;
  height: 45px !important;
  background: #faf0e6 !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #0a0101 !important;
}

.registration-formular__control__button {
  font-weight: 500 !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #0a0101 !important;
  font-family: 'Montserrat', sans-serif !important;
}

.form__trigger label {
  background: #faf0e6 !important;
  border-radius: 10px !important;
  font-family: 'Montserrat', sans-serif !important;
}

.registration-formular__field input {
  height: 45px !important;
  background: #faf0e6 !important;
  border-radius: 10px !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  text-align: left !important;
  color: #0a0101 !important;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif !important;
}

input[name='birth_day'] {
  text-align: center !important;
}
input[name='birth_month'] {
  text-align: center !important;
}
input[name='birth_year'] {
  text-align: center !important;
}

.primary-button {
  height: 50px !important;
  background: #e32636 !important;
  font-weight: 800 !important;
  font-size: 20px !important;
  text-align: center !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
}

.quiz {
  display: flex !important;
  justify-content: flex-end !important;
}

.container {
  max-width: 1440px !important;
}

input:checked ~ .registration-formular__control__button {
  background: #e32636 !important;
  color: #fff !important;
}

@media (max-height: 700px) {
  .wrapper {
    min-height: 700px !important;
  }
}
.quiz__elements_mob {
  display: none;
}
@media (max-width: 992px) {
  #prize__image {
    display: none !important;
  }
  #prize {
    background-image: url(https://elf.kunden-freude.de/mob.webp) !important;
    position: absolute !important;
    height: 100% !important;
    background-position: top center !important;
  }
  .title {
    display: none;
  }
  .text {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 76vw;
  }
  .quiz__container {
    margin-top: 15px !important;
  }
  .quiz__items_mob {
    display: none !important;
  }

  .quiz__elements {
    display: none !important;
  }

  .quiz__elements_mob {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .quiz__elements_mob img {
    width: 30px !important;
  }

  .quiz__elements_mob p {
    font-size: 8px !important;
  }

  .subtitle {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #000;
  }
  .primary-button {
    font-size: 16px !important;
  }

  #optin-alert__window,
  .optin-cookie-layer__window {
    max-height: 75vh;
  }
}
