:root{
    --hover-color: inherit;
}

body {
    overflow-x: hidden;
}

.footer {
    margin: 10px 0px 0px 20px;
    font-size: 0.9em;
}

.footer a
{
    color: #000 !important;
}

section {
    padding: 80px 20px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 80px 20px;
}


    section > div:first-of-type {
        max-width: 800px;
        margin: 0 auto;
        background-color: transparent;
        padding: 20px;
        border-radius: 10px;
        box-shadow: none;
    }


img {
    width: 100%;
    height: auto;
    background-color: #ddd;
    margin: 20px 0;
}

p {
    text-align: justify;
    line-height: 1.8;
}

h1, .cover, .title {
    display: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3 {
    line-height: 40px;
}

ul {
    list-style: square;
    xpadding: 0;
    xline-height: 1.8;
}

li {
    xmargin-bottom: 20px;
}


p:hover, li:hover
{
    color: inherit !important;
}

.meta.content > article {
    width: 60%;
    margin-right: 50% !important;
    padding: 0px;
    box-shadow: none;
    margin: 0px;
}

.meta.content.with-background {
    background-image: url(./background-students-programming-landscape.jpg);
    background-position: right !important;
}


section.meta.content {
    padding: 0px 0px 0px 30px !important;
    margin: 0px !important;
}



/* Allgemeine Container */
.xcontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(to right, rgba(0, 70, 127, 0.8), rgba(165, 204, 130, 0.8));
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    border-radius: 12px;
}

    .hero-section h2 {
        color: #fff;
        font-size: 2.5rem;
    }

    .hero-section h3 {
        color: #fff;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .hero-section p {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .hero-section div {
        background-color: transparent !important;
    }

.cta-button {
    background: #f7c02e;
    color: #000;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

    .cta-button:hover {
        background: #e6b028;
    }

/* Stats Section */
.stats-section {
    background: rgba(249, 249, 249, 0.8);
}

    .stats-section h3 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 40px;
    }

.stats-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat {
    text-align: center;
    margin: 20px;
    flex: 1 1 250px;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .stat h4 {
        font-size: 2rem;
        color: #00467f;
    }

    .stat p {
        font-size: 1rem;
        color: #333;
    }

/* KI Section */
.ki-section {
    background: rgba(232, 245, 255, 0.8);
    padding: 50px 20px;
}

    .ki-section h3 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 30px;
    }

    .ki-section ul {
        list-style: none;
        padding: 0;
    }

.ki-stats-list li {
    line-height: 1.8;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
}

    .ki-stats-list li::before {
        content: '\2713';
        color: #00467f;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 0;
    }




/* CodeRoom Section */
.coderoom-section {
    background: rgba(255, 243, 224, 0.8);
    padding: 50px 20px;
    border-radius: 12px;
}

    .coderoom-section h3 {
        font-size: 2rem;
        text-align: left;
        margin-bottom: 30px;
    }

    .coderoom-section p {
        font-size: 1.2rem;
        text-align: left;
        margin-bottom: 20px;
    }

.coderoom-features {
    list-style: none;
    padding: 0;
    text-align: left;
}

    .coderoom-features li {
        line-height: 1.6;
        margin-bottom: 10px;
        position: relative;
        padding-left: 20px;
    }

        .coderoom-features li::before {
            content: '\2713';
            color: #e67e22;
            font-weight: bold;
            position: absolute;
            left: 0;
        }

/* Features Section */
.features-section {
    background: rgba(227, 242, 253, 0.8);
    padding: 50px 20px;
    border-radius: 12px;
}

    .features-section h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .features-section p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .features-section ul {
        list-style: none;
    }

.features-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.feature-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    margin: 10px;
}

    .feature-box h4 {
        font-size: 1.2rem;
        color: #0277bd;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .feature-box p {
        font-size: 1rem;
        color: #333;
    }


/* Importance Section */
.importance-section {
    background: rgba(247, 247, 247, 0.8);
    padding: 50px 20px;
    border-radius: 12px;
}

    .importance-section h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .importance-section p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

.importance-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .importance-box h4 {
        font-size: 1.5rem;
        color: #00796b;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .importance-box ul {
        list-style: none;
        padding: 0;
    }

        .importance-box ul li {
            line-height: 1.6;
            margin-bottom: 10px;
            padding-left: 20px;
            position: relative;
        }

            .importance-box ul li::before {
                content: '\2713';
                color: #00796b;
                font-weight: bold;
                position: absolute;
                left: 0;
            }

/* Future-Proof Section */
.future-proof-section {
    background: rgba(227, 242, 253, 0.8);
    padding: 50px 20px;
    border-radius: 12px;
}

    .future-proof-section h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .future-proof-section p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .future-proof-section .importance-box h4 {
        color: #01579b;
        line-height: 28px;
    }

/* Investor Benefits Section */
.investor-benefits-section {
    background: rgba(255, 243, 224, 0.8);
    padding: 50px 20px;
    border-radius: 12px;
}

    .investor-benefits-section h3 {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .investor-benefits-section p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

.benefits-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.benefit-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    margin: 10px;
}

    .benefit-box h4 {
        font-size: 1.2rem;
        color: #e67e22;
        margin-bottom: 10px;
    }

    .benefit-box p {
        font-size: 1rem;
        color: #333;
    }


/* Call-to-Action Section */
.cta-section {
    background: linear-gradient(to right, rgba(0, 70, 127, 0.8), rgba(165, 204, 130, 0.9));
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 12px;
}

    .cta-section h3 {
        color: #fff;
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .cta-section p {
        font-size: 1.2rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }

    .cta-section .cta-button {
        width: 100%;
        font-size: 1.6em;
        margin: 50px 0px 0px 0px;
    }

.cta-benefits {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

    .cta-benefits li {
        background: rgba(255, 255, 255, 0.2);
        padding: 10px 20px;
        border-radius: 8px;
        text-align: left;
    }

.cta-button {
    background: #f7c02e;
    color: #000;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    display: inline-block;
    margin-top: 20px;
    font-size: 1.2rem;
}

    .cta-button:hover {
        background: #e6b028;
    }

/* Contact Form Section */
.contact-section {
    background: rgba(255, 255, 255, 0.8);
    padding: 50px 20px;
    border-radius: 12px;
    text-align: center;
}

    .contact-section h3 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .contact-section p {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

.form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

    .form-group label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
        font-size: 1rem;
    }

.cta-button {
    background: #00467f;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
    display: inline-block;
    font-size: 1.2rem;
    border: none;
    cursor: pointer;
}

    .cta-button:hover {
        background: #003366;
    }

@media screen and (max-width: 979px) {
    .meta.content > article {
        width: 80%;
        margin-right: 10% !important; 
    }

    h2,
    p {
        font-size: 1.8rem !important;
    }

    h2 {
        font-size: 1.6rem !important;
    }

    p {
        font-size: 1.1rem !important; 
    }

    /* Angepasste Schriftgrößen für die Sektionen */
    .hero-section h2 {
        font-size: 1.8rem !important;
    }

    .stats-section h3 {
        font-size: 1.6rem !important;
    }

    .ki-section h3 {
        font-size: 1.6rem !important;
    }

    .coderoom-section h3 {
        font-size: 1.6rem !important;
    }

    .features-section h3 {
        font-size: 1.6rem !important;
    }

    .importance-section h3 {
        font-size: 1.6rem !important;
    }

    .importance-section h4 {
        font-size: 1.2rem !important;
    }

    .future-proof-section h3 {
        font-size: 1.6rem !important;
    }

    .future-proof-section h4 {
        font-size: 1.2rem !important;
    }

    .investor-benefits-section h3 {
        font-size: 1.6rem !important;
    }

    .cta-section h3 {
        font-size: 1.8rem !important;
    }

    .contact-section h3 {
        font-size: 1.6rem !important;
    }

    p {
        font-size: 1rem !important;
    }
}

/* Erweiterung für Tablets (max-width: 768px) */
@media screen and (max-width: 768px) {
    section.meta.content {
        padding: 0px 0px 0px 0px !important;
        margin: 0px !important;
    }

    .meta.content > article {
        width: 100%;
        margin-right: 0% !important;
    }

}