/* ============================================================
   klewe.css
   Produktseiten-Styles für KLEWE ALA Ground
   Einbinden via: <link rel="stylesheet" href="https://traupe.de/klewe.css">
   ============================================================ */


/* ----------------------------------------------------------
   Typografie & Überschriften
   ---------------------------------------------------------- */

.prod-h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.prod-h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}


/* ----------------------------------------------------------
   Hervorhebung (ersetzt <font color="#ff9c00">)
   Verwendung: <span class="highlight">Mini-Version</span>
   ---------------------------------------------------------- */

.highlight {
    color: #ff9c00;
}



/* ----------------------------------------------------------
   Hinweis-Box (gelb)
   ---------------------------------------------------------- */

.prod-notice {
    background: #FFF3CD;
    border: 1px solid #e0c97f;
    padding: 10px 12px;
    margin: 20px 0;
    border-radius: 4px;
}


/* ----------------------------------------------------------
   Weiterführende Links
   ---------------------------------------------------------- */

.continue-links {
    list-style: disc;
    padding-left: 1.2rem;
}

.continue-links li {
    margin-bottom: 0.4rem;
}

.continue-links a {
    color: inherit;
    text-decoration: underline;
}

.continue-links a:hover {
    color: #ff9c00;
}


/* ----------------------------------------------------------
   Angebotsservice-Hinweis
   ---------------------------------------------------------- */

.prod-offer-hint {
    color: #ff9c00;
    font-weight: 700;
}

.prod-offer-hint a {
    color: inherit;
    text-decoration: underline;
}

.prod-offer-hint a:hover {
    opacity: 0.8;
}


/* ----------------------------------------------------------
   Back-to-Top
   ---------------------------------------------------------- */

.back-to-top {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 1rem;
}

.back-to-top img {
    vertical-align: bottom;
    width: 20px;
}