@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #FA4659;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #FA4659;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #FA4659;
}

::-moz-selection {
  color: #fff;
  background: #FA4659;
}

::selection {
  color: #fff;
  background: #FA4659;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 40px;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.fh5co-nav a:before, .fh5co-nav a:after {
  position: absolute;
  top: -6px;
  left: -7px;
  content: '';
  border: 4px solid rgba(250, 70, 89, 0.2);
  width: 50px;
  height: 50px;
  z-index: -1;
}
.fh5co-nav a:after {
  top: -9px;
  left: -10px;
}

.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 950px;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 950px;
  }
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #FA4659;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}
.fh5co-social-icons li a:hover, .fh5co-social-icons li a:focus {
  color: #fff;
}

form label {
  font-weight: normal !important;
}

#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.5;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 22px;
  }
}
#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 16px;
  }
}
#fh5co-header .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 20px;
  background: #FA4659 !important;
  color: #fff;
  border: none !important;
  font-size: 14px;
  text-transform: uppercase;
}
#fh5co-header .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #FA4659 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc p,
.fh5co-cover .display-tc p {
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-header .display-tc .fh5co-social-icons li,
.fh5co-cover .display-tc .fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-header .display-tc .fh5co-social-icons li a i,
.fh5co-cover .display-tc .fh5co-social-icons li a i {
  font-size: 30px;
}

#fh5co-header-subscribe {
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
#fh5co-header-subscribe #email {
  font-size: 16px;
  background: white;
  border: transparent;
  margin-right: -5px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  #fh5co-header-subscribe #email {
    width: 100% !important;
    text-align: center;
  }
}
#fh5co-header-subscribe button {
  margin-top: .3em;
  padding: 1.26em !important;
  margin-left: -5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header-subscribe button {
    width: 100%;
    margin-left: 0;
  }
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 110px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(250, 70, 89, 0.5);
  margin: 0 7px;
  position: relative;
  animation: pulse 1.01s ease infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 110px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  /* words */
}

#fh5co-footer,
.fh5co-section {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-footer,
  .fh5co-section {
    padding: 3em 0;
  }
}

.fh5co-heading {
  margin-bottom: 5em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #FA4659;
  font-family: "Work Sans", Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .fh5co-heading h2 {
    font-size: 40px;
  }
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  #fh5co-footer .copyright .pull-left,
  #fh5co-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#fh5co-footer .copyright .block {
  display: block;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #FA4659;
  color: #fff;
  border: 2px solid #FA4659;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fb5f6f !important;
  border-color: #fb5f6f !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #FA4659;
  border: 2px solid #FA4659;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #FA4659;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #FA4659;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

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

/* Sponsor Slider */
/* Basis für den Ticker-Loop */
.sponsor-slider {
  position: relative;
  overflow: hidden;
  padding: 24px 0;
}

.sponsor-track {
  display: flex;
  align-items: center;
  gap: 36px; /* gleichmäßiger Abstand zwischen Boxen */
  will-change: transform;
  transform: translateX(0);
}

.sponsor {
  flex: 0 0 auto;            /* verhindert flexibles Schrumpfen */
  width: 180px;              /* feste Breite */
  height: 110px;             /* feste Höhe */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(255,255,255,0.9);
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.sponsor img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;       /* proportional skalieren */
  object-position: center;
}


.sponsor:hover img{
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.04);
}

/* Animation: endlos nach links scrollen */
@keyframes sponsor-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* wir duplizieren die Inhalte per JS */
}

/* Responsiveness */
@media (max-width: 992px){
  .sponsor{ width: 140px; }
  .sponsor img{ max-height: 56px; }
}
@media (max-width: 600px){
  .sponsor{ width: 120px; padding: 10px 12px; border-radius: 14px; }
  .sponsor img{ max-height: 48px; }
  .sponsor-track{ gap: 24px; }
}

/* Barrierefreiheit: Animation bei reduzierter Bewegung deaktivieren */
@media (prefers-reduced-motion: reduce){
  .sponsor-track{ animation: none; }
}


/* Logo-Bild zuverlässig anzeigen */
#fh5co-logo a {
  display: inline-block;
  padding: 0;              /* entfernt evtl. Template-Padding */
  line-height: 1;          /* vermeidet Zusammenfall auf 0 */
  font-size: inherit;      /* kein font-size:0, damit das Bild nicht "verschwindet" */
}

#fh5co-logo img.logo-img {
  display: block;          /* kein Inline-Gap */
  height: 56px;            /* gewünschte Logohöhe */
  width: auto;
  margin: 0 auto;          /* zentriert im .text-center-Container */
}

/* Navi über Header-Overlay legen (falls Overlay sie überdeckt) */
.fh5co-nav {
  position: relative;
  z-index: 1001;
}

/* Falls das Template ein Pseudo-Element/Dekopunkt am Link hatte */
#fh5co-logo a::after,
#fh5co-logo a::before {
  content: none !important;
}

/* Mobile-Optimierung für die Countdown-Kacheln */
@media (max-width: 480px) {

  /* Parent als Flex-Container */
  .simply-countdown {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 8px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  /* Jede Kachel nimmt 1/4 Breite ein */
  .simply-countdown > .simply-section {
    width: calc(25% - 6px);
    height: 90px;
    margin: 0;
    border-bottom-width: 3px;
    box-sizing: border-box;
    display: flex;                    /* neu: Flexbox */
    flex-direction: column;           /* Zahl über Text */
    justify-content: center;          /* vertikal mittig */
    align-items: center;              /* horizontal mittig */
    text-align: center;               /* Text zentrieren */
  }

  /* Inneres Div anpassen */
  .simply-countdown > .simply-section > div {
    display: flex;                    /* ersetzt table-cell */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
  }

  /* Typografie verkleinern für bessere Passung */
  .simply-countdown > .simply-section .simply-amount {
    font-size: 28px;
    line-height: 1.1;
  }

  .simply-countdown > .simply-section .simply-word {
    font-size: 10px;
    letter-spacing: 1px;
  }

   /* Gesamter Header-/Cover-Bereich ein Stück nach oben */
   #fh5co-header,
   .fh5co-cover {
     padding-top: 20px !important;    /* vorher ~40–60px */
   }
 
   /* Logo-Navigation oben etwas kompakter */
   .fh5co-nav {
     padding-top: 10px !important;
     padding-bottom: 10px !important;
   }
 
   /* Countdown ein kleines Stück näher an den Header-Inhalt rücken */
   .simply-countdown {
     margin-top: 1em !important;
   }
}

/* Optional: kleine Tablets */
@media (min-width: 481px) and (max-width: 768px) {
  .simply-countdown {
    display: flex;
    gap: 12px;
    justify-content: center;
  }

  .simply-countdown > .simply-section {
    width: 100px;
    height: 110px;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

    /* Gesamter Header-/Cover-Bereich ein Stück nach oben */
  #fh5co-header,
  .fh5co-cover {
    padding-top: 20px !important;    /* vorher ~40–60px */
  }

  /* Logo-Navigation oben etwas kompakter */
  .fh5co-nav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  /* Countdown ein kleines Stück näher an den Header-Inhalt rücken */
  .simply-countdown {
    margin-top: 1em !important;
  }
}

.btn-shop {
  background-color: #0d6efd;         /* Bootstrap Blau */
  color: white;
  border: none;
  border-radius: 40px;
  padding: 14px 32px;
  font-size: 1.1rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.btn-shop:hover {
  background-color: #0b5ed7;         /* etwas dunkleres Blau */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  color: white;
}

/* ===== Handy (bis 480px) – Headerhöhe + großer Shop-Button ===== */
@media (max-width: 480px) {
  /* ===== HEADERBEREICH ===== */
  #fh5co-header,
  .fh5co-cover {
    height: auto !important;
    min-height: 80vh !important;      /* 👈 HIER: mehr oder weniger blauer Hintergrund (Standard: 70vh) */
    padding-top: 55px !important;     /* 👈 HIER: mehr Platz oberhalb des Logos */
    padding-bottom: 24px !important;  /* 👈 HIER: mehr Platz unterhalb des Instagram-Icons */
  }

  /* Table-Layout entfernen */
  #fh5co-header .display-t,
  .fh5co-cover .display-t,
  #fh5co-header .display-tc,
  .fh5co-cover .display-tc {
    display: block !important;
    height: auto !important;
    vertical-align: top !important;
  }

  /* ===== TEXT ===== */
  #fh5co-header .display-tc h1 {
    font-size: 32px !important;       /* "Maturaball 2025" */
    line-height: 1.25 !important;
    margin-bottom: 10px !important;
  }

  #fh5co-header .display-tc h2 {
    font-size: 18px !important;       /* Untertitel */
    margin-bottom: 16px !important;
  }

  /* Countdown bleibt gleich */
  .simply-countdown {
    margin-top: 0.8em !important;
    margin-bottom: 1.2em !important;
  }

  /* ===== SHOP-BUTTON ===== */
  .btn-shop {
    font-size: 1.5rem !important;    /* 👈 HIER: Textgröße (Standard: 1.35rem → vergrößern/verkleinern) */
    padding: 20px 50px !important;    /* 👈 HIER: Knopfgröße (mehr Padding = größerer Button) */
    border-radius: 50px !important;
    gap: 12px !important;             /* 👈 Abstand zwischen Icon und Text */
  }

  .btn-shop i {
    font-size: 1.4em !important;      /* 👈 HIER: Icon-Größe (Standard: 1.4em) */
  }

  /* ===== INSTAGRAM ICON ===== */
  .fh5co-social-icons { 
    margin-top: 10px !important;
  }
}

/* ===== Kleine Tablets (481–768px) ===== */
@media (min-width: 481px) and (max-width: 768px) {
  #fh5co-header,
  .fh5co-cover {
    height: auto !important;
    min-height: 85vh !important;      /* 👈 wie oben: mehr oder weniger blauer Hintergrund */
    padding-top: 55px !important;
    padding-bottom: 24px !important;
  }

  #fh5co-header .display-t,
  .fh5co-cover .display-t,
  #fh5co-header .display-tc,
  .fh5co-cover .display-tc {
    display: block !important;
    height: auto !important;
  }

  #fh5co-header .display-tc h1 { font-size: 38px !important; margin-bottom: 12px !important; }
  #fh5co-header .display-tc h2 { font-size: 20px !important; margin-bottom: 16px !important; }

  .btn-shop {
    font-size: 1.5rem !important;     /* 👈 Textgröße Tablet */
    padding: 20px 52px !important;    /* 👈 Knopfgröße Tablet */
    border-radius: 52px !important;
    gap: 12px !important;
  }

  .btn-shop i {
    font-size: 1.4em !important;      /* 👈 Icon-Größe Tablet */
  }

  .simply-countdown { margin-top: 0.8em !important; margin-bottom: 1.2em !important; }
}

/* ===== Pulsierender Shop-Button (alle Geräte) ===== */
.btn-shop {
  animation: pulseButton 1.6s infinite ease-in-out; /* 👈 schnelleres Pulsieren */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

@keyframes pulseButton {
  0% {
    transform: scale(1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.08); /* 👈 Stärke des Pulsierens */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  }
}

/* ===== Hover-Effekt: leicht dunkler ===== */
.btn-shop:hover {
  background-color: #0b5ed7 !important; /* 👈 etwas dunkleres Blau beim Hover */
  transform: scale(1.1);                /* minimal größer beim Hover */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
