/* ============================================
   Content Pages - Gemeinsame Styles
   ============================================ */

/* Hero Sections */
.hero-section {
    background: linear-gradient(135deg, #aeccd1 0%, #429393 100%);
    color: white;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 4px;
}


.btn-zada-primary {
    --bs-btn-color: #418080;
    --bs-btn-bg: #99dcdc;
    --bs-btn-border-color: #429393;
    --bs-btn-hover-color: #aeccd1;
    --bs-btn-hover-bg: #429393;
    --bs-btn-hover-border-color: #429393;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #429393;
    --bs-btn-active-bg: #429393;
    --bs-btn-active-border-color: #429393;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #aeccd1;
    --bs-btn-disabled-border-color: #aeccd1;
}


.hero-section h1 {
    color: white;
    font-size: 2.2em;
    margin-bottom: 20px;
}

.hero-section h2 {
    color: #e3f2fd;
    font-size: 1.4em;
    margin-bottom: 25px;
}

.hero-content-box {
    background: rgba(255,255,255,0.15);
    padding: 25px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

.hero-header {
    color: rgba(81, 135, 45, 0.72);
    font-size: 2.2em;
    margin-bottom: 20px;
}


/* Section Headers */
.section-header {
    color: #5e8187;
    margin-bottom: 25px;
}

.section-header-center {
    color: #5e8187;
    margin-bottom: 25px;
    text-align: center;
}

/* Cards */
.skill-card {
    border: 2px solid #5e8187;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.skill-card-header {
    background: linear-gradient(135deg, #5e8187 0%, #7a9196 100%);
    color: white;
    border-radius: 4px 8px 0 0;
}

.skill-card-green {
    border: 2px solid #6d8a83;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.skill-card-header-green {
    background: linear-gradient(135deg, #6d8a83 0%, #7a9691 100%);
    color: white;
    border-radius: 4px 4px 0 0;
}

.skill-card-gray {
    border: 2px solid #7a8a92;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.skill-card-header-gray {
    background: linear-gradient(135deg, #7a8a92 0%, #8a989e 100%);
    color: white;
    border-radius: 4px 8px 0 0;
}

/* Icons */
.icon-primary { color: #5e8187; }
.icon-green { color: #6d8a83; }
.icon-gray { color: #7a8a92; }
.icon-olive { color: #8a8f7a; }

/* Call-to-Action */
.cta-section {
    background: linear-gradient(135deg, #5e8187 0%, #889a9a 100%);
    color: white;
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 4px;
    text-align: center;
}

.cta-section h3 {
    color: white;
    margin-bottom: 20px;
}

/* Background Gradients */
.bg-gradient-light {
    background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.bg-gradient-white {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

/* Border Highlights */
.border-left-primary {
    border-left: 5px solid #5e8187;
}

.border-left-blue {
    border-left: 5px solid #2196f3;
}

.border-left-purple {
    border-left: 5px solid #9c27b0;
}

.border-left-orange {
    border-left: 5px solid #8a8f7a;
}

/* Alert Boxes */
.alert-info-custom {
    border-left: 5px solid #2196f3;
    background: #e3f2fd;
}

.alert-warning-custom {
    border-left: 5px solid #8a8f7a;
    background: #fff8e1;
}

/* Related Links Section */
.related-section {
    padding: 20px;
    background: #f8f9fa;
}

/* Role Cards (smaller, icon-focused) */
.role-card {
    border: 2px solid #5e8187;
    text-align: center;
}

.role-card-green { border: 2px solid #6d8a83; }
.role-card-gray { border: 2px solid #7a8a92; }
.role-card-orange { border: 2px solid #8a8f7a; }
.role-card-blue { border: 2px solid #2196f3; }
.role-card-purple { border: 2px solid #9c27b0; }

/* System Category Cards */
.system-card-purple {
    border: 2px solid #9c27b0;
    border-radius: 8px;
}

.system-card-header-purple {
    background: #9c27b0;
    color: white;
}

.system-card-blue {
    border: 2px solid #2196f3;
    border-radius: 8px;
}

.system-card-header-blue {
    background: #2196f3;
    color: white;
}

.system-card-orange {
    border: 2px solid #8a8f7a;
    border-radius: 8px;
}

.system-card-header-orange {
    background: #8a8f7a;
    color: white;
}

.system-card-green {
    border: 2px solid #6d8a83;
    border-radius: 8px;
}

.system-card-header-green {
    background: #6d8a83;
    color: white;
}

/* Utility Classes */
.mb-30 { margin-bottom: 30px; }
.p-30 { padding: 30px; }
.p-25 { padding: 25px; }
.border-radius-8 { border-radius: 8px; }
.border-radius-10 { border-radius: 10px; }

/* Hero Sections */
.hero-main,
.hero-section {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 400px;
}

.hero-main {
    min-height: 500px;
}

.hero-bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.12;
}

.hero-content-box {
    position: relative;
    z-index: 2;
    padding: 50px 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-headline {
    font-size: 2.2rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 35px;
    text-align: center;
    line-height: 1.3;
}

.hero-section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #34495e;
    margin-bottom: 30px;
    text-align: center;
}

.hero-text {
    background: rgba(255, 255, 255, 0.92);
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border-left: 4px solid #6c757d;
}

.hero-text p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 1rem;
}

.hero-text strong,
.hero-text b {
    color: #2c3e50;
}

.hero-text ul {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.hero-text ul li {
    color: #495057;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.hero-text a:not(.btn) {
    color: #5a6c7d;
    text-decoration: underline;
}

.hero-text a:not(.btn):hover {
    color: #34495e;
}

.hero-text .btn-zada-primary {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.hero-text .btn-zada-primary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content-box {
        padding: 35px 25px;
    }

    .hero-headline {
        font-size: 1.6rem;
    }

    .hero-section-title {
        font-size: 1.4rem;
    }

    .hero-text {
        padding: 25px;
    }

    .hero-text p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-content-box {
        padding: 25px 15px;
    }

    .hero-headline {
        font-size: 1.3rem;
    }

    .hero-section-title {
        font-size: 1.2rem;
    }

    .hero-text {
        padding: 20px;
    }
}

/* Hero Section Styles */
.hero-wrapper {
    margin: 10px;
}

.hero-section {
    position: relative;
    min-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 60px 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.hero-header {
    margin-bottom: 40px;
    text-align: center;
}

.hero-title {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

.hero-body {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(108, 117, 125, 0.1);
}

.hero-body p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 1.2rem;
}

.hero-body p:last-child {
    margin-bottom: 0;
}

.hero-closing {
    font-weight: 500;
    color: #34495e;
    padding-top: 10px;
    border-top: 2px solid #e9ecef;
    margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content {
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-body {
        padding: 25px;
    }

    .hero-body p {
        font-size: 1rem;
    }

    .hero-section {
        min-height: 500px;
    }
}

@media (max-width: 576px) {
    .hero-content {
        padding: 30px 15px;
    }

    .hero-title {
        font-size: 1.25rem;
    }

    .hero-body {
        padding: 20px;
    }

    .hero-section {
        min-height: 450px;
    }
}
