/* =========================================================
   Energy-com: Zine-Hinweis als angeheftete Notiz im Start-Hero
   Stand: ersetzt den alten großen Home-Teaser.
   ========================================================= */

/* Sicherheit: falls der alte Teaser-Block noch im Content liegt, optisch ausblenden.
   Besser ist trotzdem: /content/2_home/11_zine-sockelheizleisten/ löschen. */
.c-info-text--zine-sockelheizleisten {
  display: none !important;
}

.c-navigation-top__item--zine {
  font-weight: inherit;
  color: inherit !important;
  text-decoration: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.home-zine-floating-note {
  position: absolute;
  top: 320px;
  right: clamp(24px, 7vw, 132px);
  z-index: 20;
  width: 238px;
  padding: 16px 18px 15px;
  background: #f7f2e6;
  color: #242424;
  box-shadow: 0 11px 26px rgba(0, 0, 0, .22);
  transform: rotate(1.2deg);
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.home-zine-floating-note:hover,
.home-zine-floating-note:focus {
  transform: rotate(0deg) translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .26);
  color: #242424;
  text-decoration: none;
}

.home-zine-floating-note__tape {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 82px;
  height: 22px;
  background: rgba(251, 192, 8, .86);
  transform: translateX(-50%) rotate(-3deg);
  box-shadow: 0 2px 5px rgba(0,0,0,.09);
}

.home-zine-floating-note__label {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #666;
}

.home-zine-floating-note strong {
  display: block;
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 700;
  color: #222;
}

.home-zine-floating-note__text {
  display: block;
  margin: 0 0 13px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #333;
}

.home-zine-floating-note__button {
  display: inline-block;
  padding: 7px 10px;
  background: #fbc008;
  color: #222;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .home-zine-floating-note {
    right: 28px;
    width: 235px;
  }
}

@media (max-width: 980px) {
  .home-zine-floating-note {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: auto;
    max-width: none;
    margin: 12px 18px 14px;
    padding: 13px 16px 14px;
    transform: none !important;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .14);
    z-index: 1;
  }

  .home-zine-floating-note:hover,
  .home-zine-floating-note:focus {
    transform: none;
  }

  .home-zine-floating-note__tape {
    top: -8px;
    left: auto;
    right: 20px;
    width: 64px;
    height: 16px;
    transform: rotate(-2deg);
  }

  .home-zine-floating-note__label {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .home-zine-floating-note strong {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.15;
  }

  .home-zine-floating-note__text {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 1.35;
  }

  .home-zine-floating-note__button {
    padding: 7px 9px;
    font-size: 10px;
  }
}

@media (max-width: 520px) {
  .home-zine-floating-note {
    margin: 10px 14px 12px;
  }
}
