/* ===================== */
/* GLOBALS */
/* ===================== */

/* Links */
a,
a:focus,
a:hover {
  color: #ff66cc;
  text-decoration: none;
}

/* Button */
.btn-default {
  color: #ff66cc;
  text-shadow: none;
  background-color: transparent;
  border: 2px solid #ff66cc;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 102, 204, 0.3);
}


/* ===================== */
/* BASE STRUCTURE */
/* ===================== */

html,
body {
  height: 100%;
  overflow: hidden; /* 🔥 kein Scrollen */
}

body {
  background: url("../img/cover.jpg") no-repeat center center fixed;
  background-size: cover;
  color: #ff66cc;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  position: relative; /* wichtig für Overlay */
}

/* Overlay für dunkle Schattierung */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}

/* Wrapper */
.site-wrapper {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(48, 53, 70, 0.0);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding */
.inner {
  padding: 30px;
}


/* ===================== */
/* HEADER */
/* ===================== */

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-masthead {
  text-align: center;
  display: block;
}

.nav-masthead .nav-link {
  display: inline-block;
  color: #ff66cc;
}


/* ===================== */
/* COVER */
/* ===================== */

.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
  color: #ff66cc;
}

.cover-heading {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #ff66cc;
}

.cover-copy {
  max-width: 500px;
  font-size: 1rem;
  margin: 0 auto 3rem;
  color: #ff66cc;
}


/* ===================== */
/* FOOTER */
/* ===================== */

.mastfoot {
  color: #ff66cc;
}


/* ===================== */
/* TIMER */
/* ===================== */

#timer {
  min-height: 150px;
  margin-top: -12.7cm; /* Desktop: Countdown nach oben */
  margin-left: 2.3cm;
}

#days,
#hours,
#minutes,
#seconds {
  color: #ff66cc;
  text-shadow: 0 0 10px #ff66cc, 0 0 20px #ff66cc;
}

#timer div {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 20px 10px;
  min-height: 80px;
  width: 80px;
  margin-bottom: 1rem;
}

#timer span {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.6px;
  color: #ff66cc;
}

#days,
#hours,
#minutes {
  font-size: 2rem;
}

#seconds {
  font-size: 1.5rem;
}


/* ===================== */
/* DESKTOP */
/* ===================== */

@media (min-width: 768px) {

  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }

  .masthead {
    position: fixed;
    top: 0;
  }

  .mastfoot {
    position: fixed;
    bottom: -0.8cm;
  }

  .site-wrapper-inner {
    vertical-align: middle;
  }

  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }

  #timer {
    min-height: 200px;
  }

  #timer div {
    padding: 20px;
    min-height: 100px;
    width: 120px;
    margin-bottom: 3rem;
  }

  #days,
  #hours,
  #minutes {
    font-size: 5rem;
    text-shadow: 0 0 15px #ff66cc, 0 0 30px #ff66cc;
  }

  #seconds {
    font-size: 3rem;
    text-shadow: 0 0 10px #ff66cc, 0 0 20px #ff66cc;
  }
}


/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 767px) {

  /* Zentrale Positionierung oben */
  .site-wrapper-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* 🔥 alles ganz oben */
    align-items: center;
    height: 100vh;
  }

  /* Countdown horizontal, nicht umbrechen */
  #timer {
    margin-top: -16rem; /* oben platzieren */
    margin-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  #timer div {
    min-width: 50px;
    padding: 5px 8px; /* kleiner für Mobile */
    margin: 0 5px;     /* Abstand zwischen den Blöcken */
  }

  #days,
  #hours,
  #minutes {
    font-size: 2.5rem;
  }

  #seconds {
    font-size: 2rem;
  }

  /* Überschrift & Text zentriert */
  .cover-heading {
    font-size: 2rem;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 1rem;
  }

  .cover-copy {
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: 1rem;
  }

  /* Footer fixiert unten */
/* ===================== */
/* MOBILE FOOTER-VERSATZ */
/* ===================== */

@media (max-width: 767px) {
  .mastfoot {
    position: fixed;   /* fixiert unten auf dem Bildschirm */
    bottom: 0;         /* ganz unten */
    left: 1cm;         /* 1 cm Abstand vom linken Rand → verschiebt nach rechts */
    margin-top: 0;     /* vorheriger Abstand entfernen */
  }
}

  .site-wrapper {
    height: 100vh; /* volle Viewport-Höhe */
  }

  body {
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
  }
}