/* ============================================================
   Partnerseite – Green Steel Home
   EK4YOU | Full Style | 2025-11
============================================================ */

/* -------------------------------
   GLOBAL RESET NUR FÜR DIESE SEITE
----------------------------------*/
#maincontent.partner-page * {
    color: #0a5c3e !important;
}

#maincontent.partner-page h1,
#maincontent.partner-page h2,
#maincontent.partner-page h3,
#maincontent.partner-page h4,
#maincontent.partner-page h5 {
    color: #000 !important;
    font-weight: 700 !important;
}

#maincontent.partner-page p,
#maincontent.partner-page li,
#maincontent.partner-page span {
    color: #333 !important;
    font-size: 1rem;
    line-height: 1.6;
}

/* -------------------------------
   ÜBERSCHRIFTEN + LABELS
----------------------------------*/
.partner-page .headline-category {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000 !important;
}

.partner-page .headline-label {
    color: #17d68f !important;
    font-weight: 600;
}

/* -------------------------------
   LOGO
----------------------------------*/
.gsh-logo {
    width: 240px;
    max-width: 90%;
    display: block;
    margin: 0 auto 40px auto;
}

/* -------------------------------
   USP (Vorteile)
----------------------------------*/
.usp-box {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.usp-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.usp-box i {
    color: #17d68f !important;
    font-size: 2.5rem !important;
}

.usp-box h5 {
    font-weight: 700;
    color: #000 !important;
    margin-top: 15px;
}

.usp-box p {
    color: #444 !important;
    margin-top: 8px;
}

/* -------------------------------
   KOOPERATION LISTE
----------------------------------*/
#coop ul li {
    font-size: 1.15rem;
    margin-bottom: 10px;
    color: #333 !important;
}

/* -------------------------------
   PRESSE BEREICH
----------------------------------*/
.presse-box {
    background: #fff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.presse-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.presse-box h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000 !important;
}

.presse-box p {
    color: #444 !important;
    margin-top: 8px;
}

.presse-box a {
    color: #17d68f !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
}

.presse-box a:hover {
    text-decoration: underline;
}

/* -------------------------------
   CTA BEREICH
----------------------------------*/
#cta h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #000 !important;
}

#cta p {
    color: #444 !important;
}

/* -------------------------------
   BILDER FIX
----------------------------------*/
.partner-page img {
    opacity: 1 !important;
    filter: none !important;
}

/* -------------------------------
   RESPONSIVE
----------------------------------*/
@media (max-width: 768px) {
    .usp-box, .presse-box {
        margin-bottom: 20px;
    }

    #cta h2 {
        font-size: 1.6rem;
    }
}
