/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/


/*Cookie Consent*/
.cmplz-soft-cookiewall {
     z-index: 9999999 !important;
}

/*Falls Cookies Textlink*/
a.cmplz-show-banner {
    cursor: pointer;
}

/* Ecken im Karussell abrunden */
.rounded-carousel img {
    border-radius: 15px !important;
    overflow: hidden;
}

/* ── "Beliebt" Badge – Preiskarte mittig ── */
.price-badge-wrap {
  position: relative !important;
  overflow: visible !important;
}
.price-badge-wrap > .fusion-column-wrapper {
  overflow: visible !important;
  position: relative !important;
}
.price-badge-wrap > .fusion-column-wrapper::after {
  content: "☆ Beliebt";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #0070BF 0%, #009ABF 100%);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  padding: 7px 20px;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
  transition: transform 0.3s ease;
}
.price-badge-wrap > .fusion-column-wrapper:hover::after {
  transform: translateX(-50%) translateY(-10px);
}

/* ── Blogposts ── */

/* Kategorie-Pill - Farben */
.fusion-tb-categories {
    font-size: 0;
}
.fusion-tb-categories a {
    font-size: 13px;
    font-weight: 500;
    background-color: #F7F9FE;
    color: #0070BF;
    padding: 4px 12px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    line-height: 1.4;
}

/* Datum */
.fusion-tb-published-date {
    font-size: 13px;
    color: #6b7280;
}

/* Feine Linien entfernen */
.fusion-meta-tb {
    border-top: none !important;
    border-bottom: none !important;
}

