/** Shopify CDN: Minification failed

Line 194:18 Unexpected "{"
Line 194:27 Expected ":"

**/
.contest-section {
  position: relative;
}

.contest-container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contest-heading {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 4rem;
}

.contest-heading h2 {
  margin-bottom: 1rem;
}

.contest-heading p {
  opacity: .8;
}

.contest-card {
  background: rgb(var(--color-background));
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0,0,0,.08);
}

.contest-grid {
  display: grid;
  gap: 2rem;
}

.contest-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 2rem;
  border-radius: 999px;
  text-decoration: none;
  transition: .25s ease;
}

.contest-button:hover {
  transform: translateY(-2px);
}

.contest-badge {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1rem;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 600;
}

@media screen and (max-width: 749px){

  .contest-container{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }

}

.contest-hero-banner{
  width:100%;
  line-height:0;
  margin-bottom: 20px;
}

.contest-hero-banner picture{
  display:block;
}

.contest-hero-banner-image{
  width:100%;
  height:auto;
  display:block;
}

/* =========================================
   CONTEST PRIZES
   ========================================= */

.contest-prizes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
}

.contest-prize-item {
  width: 100%;
  min-width: 0;
}

.contest-prize-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.contest-prize-image {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto;
}

/* Nur verlinkte Bilder bekommen Hover-Effekt */
.contest-prize-link:hover .contest-prize-image {
  transform: scale(1.03);
  opacity: 0.92;
}

/* Tablet */
@media screen and (max-width: 989px) {
  .contest-prizes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Smartphone */
@media screen and (max-width: 749px) {
  .contest-prizes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.contest-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.contest-step-card{
  position:relative;
  text-align:center;
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  padding:2.5rem;
  box-shadow:
    0 8px 24px rgba(0,0,0,.08),
    0 2px 8px rgba(0,0,0,.04);
}
.contest-step-card:hover{
  transform:translateY(-4px);
  box-shadow:
    0 20px 40px rgba(0,0,0,.14);
}

.contest-step-number{
  width:50px;
  height:50px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 1rem;
  font-weight:700;
}

.contest-step-icon {
  width: 35%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contest-step-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

#shopify-section-{{ section.id }} .contest-step-icon__svg {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--contest-icon-color);

  -webkit-mask-image: var(--contest-icon-image);
  mask-image: var(--contest-icon-image);

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain;
  mask-size: contain;
}

@media screen and (max-width:989px){

  .contest-steps-grid{
    grid-template-columns:1fr;
  }

}
.contest-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2rem;
}

.contest-benefit-card{
  text-align:center;
}

.contest-benefit-card img{
  width:80px;
  margin-bottom:1rem;
}

@media screen and (max-width:989px){

  .contest-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media screen and (max-width:749px){

  .contest-benefits-grid{
    grid-template-columns:1fr;
  }

}
.contest-countdown-timer{
  display:flex;
  justify-content:center;
  gap:1.5rem;
  flex-wrap:wrap;
}

.contest-time-box{
  min-width:120px;
  padding:2rem;
  border-radius:20px;
  text-align:center;
  background:#fff;
}

.contest-time-box span{
  display:block;
  font-size:3rem;
  font-weight:700;
}
.contest-faq-list{
  max-width:900px;
  margin:auto;
}

.contest-faq-item{
  margin-bottom:1rem;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}

.contest-faq-item summary{
  cursor:pointer;
  padding:1.5rem;
  font-weight:600;
}

.contest-faq-answer{
  padding:0 1.5rem 1.5rem;
}
.contest-mobile-cta{
  display:none;
}

@media screen and (max-width:749px){

  .contest-time-box span{
    display:block;
    font-size:2rem;
    font-weight:700;
  }
}
@media screen and (min-width:749px){
.contest-prizes-grid {
  gap: 24px;
  }
}

@media screen and (max-width:749px){

  .contest-mobile-cta{
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    padding:1rem;
    background:#fff;
    box-shadow:0 -5px 20px rgba(0,0,0,.1);
    z-index:999;
  }

  .contest-mobile-cta .button{
    width:100%;
  }

}
.contest-hero__content{
  max-width:900px;
  margin:0 auto;
  text-align:center;
}

.contest-prize-image{
  display:flex;
  justify-content:center;
  align-items:center;

}

.contest-prize-image img{
  max-height:300px;
  width:auto;
  max-width:100%;
  display:block;
}

.contest-faq-list{
  max-width:900px;
  margin:auto;
}

.contest-faq-item{
  background:#ffffff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:20px;
  margin-bottom:1rem;
  overflow:hidden;
  transition:all .2s ease;
}

.contest-faq-item:hover{
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.contest-faq-item summary{
  cursor:pointer;
  list-style:none;
  padding:1.5rem 2rem;
  font-weight:600;
  position:relative;
}

.contest-faq-item summary::-webkit-details-marker{
  display:none;
}

.contest-faq-item summary::after{
  content:"+";
  position:absolute;
  right:2rem;
  top:50%;
  transform:translateY(-50%);
  font-size:1.5rem;
  font-weight:700;
}

.contest-faq-item[open] summary::after{
  content:"−";
}

.contest-faq-answer{
  padding:0 2rem 2rem;
}
/* =========================
   QUIZ SECTION
========================= */

.contest-quiz{
  position:relative;
}

.contest-quiz-wrapper{
  max-width:900px;
  margin:auto;
}

/* =========================
   FRAGE KARTEN
========================= */

.contest-quiz-question{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:24px;
  padding:2rem;
  margin-bottom:2rem;

  box-shadow:
    0 8px 24px rgba(0,0,0,.06);

  transition:.25s ease;
}

.contest-quiz-question:hover{
  box-shadow:
    0 12px 32px rgba(0,0,0,.10);
}

.contest-quiz-question h3{
  margin:0 0 1.5rem;
  font-size:1.5rem;
  line-height:1.3;
}

/* =========================
   ANTWORTEN
========================= */

.contest-quiz-options{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.contest-quiz-options label{
  display:flex;
  align-items:center;
  gap:.75rem;

  cursor:pointer;

  padding:1rem 1.25rem;

  border:2px solid #e5e7eb;
  border-radius:16px;

  transition:.2s ease;

  background:#fff;
}

.contest-quiz-options label:hover{
  border-color:#cbd5e1;
}

.contest-quiz-options input{
  margin:0;
}

.contest-quiz-options input:checked + span{
  font-weight:600;
}

/* =========================
   FEEDBACK
========================= */

.quiz-feedback{
  margin-top:1rem;
  font-size:.95rem;
  font-weight:600;
}

.quiz-feedback--success{
  color:#15803d;
}

.quiz-feedback--error{
  color:#dc2626;
}

/* =========================
   BUTTON
========================= */

.contest-quiz-submit{
  margin-top:1rem;
  width:100%;
  min-height:56px;
  font-size:1.1rem;
}

/* =========================
   ERFOLGSBOX
========================= */

.contest-quiz-success{
  margin-top:3rem;

  background:#f0fdf4;

  border:2px solid #22c55e;

  border-radius:24px;

  padding:2rem;

  text-align:center;

  animation:quizFade .4s ease;
}

.contest-quiz-success h3{
  margin-top:0;
  margin-bottom:1rem;
}

.contest-coupon-code{
  display:inline-flex;

  margin-top:1rem;

  padding:1rem 2rem;

  border-radius:16px;

  font-size:1.75rem;
  font-weight:700;
  letter-spacing:.08em;

  border:2px dashed currentColor;
}

/* =========================
   MOBILE
========================= */

@media screen and (max-width:749px){

  .contest-quiz-question{
    padding:1.5rem;
  }

  .contest-quiz-question h3{
    font-size:1.25rem;
  }

  .contest-coupon-code{
    font-size:1.25rem;
    width:100%;
    justify-content:center;
  }

}

/* =========================
   ANIMATION
========================= */

@keyframes quizFade{

  from{
    opacity:0;
    transform:translateY(20px);
  }

  to{
    opacity:1;
    transform:none;
  }

}

.contest-coupon-code{
  cursor:pointer;
}

/* =========================================
   CONTEST LEGAL
   ========================================= */

.contest-legal {
  padding: 50px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.contest-legal .contest-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Überschrift kompakter als bei den Hauptsektionen */
.contest-legal .contest-heading {
  text-align: center;
  margin-bottom: 24px;
}

.contest-legal .contest-heading h2 {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2;
}

/* Links */
.contest-legal-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.contest-legal-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 20px;

  background: #ffffff;
  color: #333333;

  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;

  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

/* Hover Desktop */
.contest-legal-links a:hover {
  transform: translateY(-2px);
  background: #ffffff;

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Tastatur-Navigation */
.contest-legal-links a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}


/* =========================================
   MOBILE
   ========================================= */

@media screen and (max-width: 749px) {

  .contest-legal {
    padding: 36px 20px;
  }

  .contest-legal .contest-heading {
    margin-bottom: 20px;
  }

  .contest-legal .contest-heading h2 {
    font-size: 2rem;
  }

  .contest-legal-links {
    flex-direction: column;
    gap: 10px;
  }

  .contest-legal-links a {
    width: 100%;
    max-width: 360px;
    padding: 13px 20px;
  }

}