@font-face {
    font-family: 'bbiv';
    src: url('/fonts/bbiv-light.woff2') format('woff2'),
         url('/fonts/bbiv-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
        @font-face {
            font-family: 'bbiv';
            src: url('/fonts/bbiv-regular.woff2') format('woff2'),
                 url('/fonts/bbiv-regular.woff') format('woff');
            font-weight: 400;
            font-style: normal;
        }
        @font-face {
            font-family: 'bbiv';
            src: url('/fonts/bbiv-medium.woff2') format('woff2'),
                 url('/fonts/bbiv-medium.woff') format('woff');
            font-weight: 500;
            font-style: normal;
        }
        @font-face {
            font-family: 'bbiv';
            src: url('/fonts/bbiv-bold.woff2') format('woff2'),
                 url('/fonts/bbiv-bold.woff') format('woff');
            font-weight: 700;
            font-style: normal;
        }
        html, body {
            font-family: 'bbiv', Arial, sans-serif;
            font-weight: 400;
            color: #111;
            background: #fafbfc;
            margin: 0;
            padding: 0;
            font-size: 18px;
            line-height: 1.78;
        }
        .container {
            max-width: 960px;
            margin: 0 auto;
            padding: 2.6rem 1.3rem 3.5rem 1.3rem;
        }
        h1, h2, h3 {
            font-family: 'bbiv', Arial, sans-serif;
            font-weight: 700;
            color: #111;
            margin-top: 2.5rem;
            margin-bottom: 1.3rem;
            line-height: 1.19;
        }
        h1 {
            font-size: 3rem;
            margin-top: 1.7rem;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 1.78rem;
            margin-bottom: 1.4rem;
        }
        h3 {
            font-size: 1.19rem;
        }
        p, ul, ol, table {
            font-size: 1.19rem;
            line-height: 1.95;
        }
        p { margin-bottom: 1.5rem; }
        p.medium { font-weight: 700; } 
        ul, ol {
            margin: 1.1rem 0 1.6rem 1.6rem;
            padding-left: 1.5rem;
        }
        ul { list-style: disc; }
        table {
            border-collapse: collapse;
            margin: 1.7rem 0 2.3rem 0;
            width: 100%;
            background: #fff;
            border-radius: 0.6rem;
            overflow: hidden;
            font-size: 1.12rem;
        }
        th, td {
            padding: 1rem 1.2rem;
            border-bottom: 1px solid #eed7ea;
            text-align: left;
        }
        th {
            background: #f7e6f0;
            font-weight: 700;
            letter-spacing: 0.5px;
            color: #9e005d;
            border-bottom: 2px solid #9e005d;
            font-size: 1.16rem;
        }
        tr:last-child td { border-bottom: none; }
        .highlight, .preisbox-highlight {
            background: #f7e6f0;
            border-left: 4px solid #9e005d;
            padding: 0.9rem 1.2rem;
            border-radius: 0.35rem;
            font-size: 1.09rem;
            color: #111;
            margin-bottom: 1.2rem;
        }
        .note {
            background: #f7e6f0;
            border-left: 5px solid #9e005d;
            padding: 1.2rem 1.5rem;
            margin: 2.2rem 0;
            font-size: 1.14rem;
            color: #111;
        }
        .kontakt {
            background: #fff;
            border-radius: 0.45rem;
            padding: 2.1rem 1.2rem 2.5rem 1.2rem;
            margin: 2.7rem 0 0 0;
            box-shadow: 0 2px 16px rgba(27,44,74,0.07);
            border: 1.5px solid #f7e6f0;
        }
        .form-headline {
            font-family: 'bbiv', Arial, sans-serif;
            font-size: 2.1rem;
            font-weight: 700;
            color: #111;
            margin-bottom: 1.4rem;
            margin-top: 0;
            text-align: left;
            letter-spacing: -0.5px;
        }
        .form-group { margin-bottom: 1.35rem; }
        label {
            font-family: 'bbiv', Arial, sans-serif;
            font-size: 1.09rem;
            font-weight: 600;
            color: #111;
            margin-bottom: 0.3rem;
            display: block;
            letter-spacing: 0.1px;
        }
        input[type=text], input[type=email], select, textarea {
            width: 100%;
            max-width: 100%;
            padding: 0.8rem 1rem;
            font-family: 'bbiv', Arial, sans-serif;
            font-size: 1.08rem;
            border: 1.8px solid #9e005d;
            border-radius: 0.42rem;
            background: #fafbfc;
            color: #111;
            transition: border 0.18s, background 0.18s;
            box-sizing: border-box;
        }
        input[type=text]:focus, input[type=email]:focus, select:focus, textarea:focus {
            border-color: #9e005d;
            background: #f7e6f0;
            outline: none;
        }
        select {
            cursor: pointer;
            appearance: none;
            background: #fafbfc url('data:image/svg+xml;utf8,<svg fill="rgb(158,0,93)" viewBox="0 0 24 24" height="20" width="20" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 1rem center/1.2em;
        }
        .checkbox-group {
            margin: 1.2rem 0 1.1rem 0;
        }
        .checkbox-group label {
            display: flex;
            align-items: center;
            font-weight: 500;
            font-size: 1.10rem;
            color: #111;
            gap: 0.35em;
        }
        .checkbox-group input[type=checkbox] {
            width: 1.17em;
            height: 1.17em;
            margin-right: 0.8em;
            accent-color: #9e005d;
            border-radius: 0.19em;
            border: 1.2px solid #9e005d;
        }
        .checkbox-group a, .checkbox-group a:visited {
            color: #9e005d;
            text-decoration: underline;
            transition: color 0.13s;
        }
        .checkbox-group a:hover { color: #111; }
        .preisbox-highlight {
            border: 2px solid #9e005d;
            margin-bottom: 1.7rem;
            font-size: 1.18rem;
            font-weight: 600;
            color: #111;
        }
        .cta-magenta, button[type=submit] {
            display: block;
            margin-left: auto;
            margin-right: auto;
            font-family: 'bbiv', Arial, sans-serif;
            font-weight: 700;
            font-size: 1.20rem;
            background: #9e005d;
            color: #fff;
            text-decoration: none;
            padding: 1.09rem 2.7rem;
            border: none;
            border-radius: 2.6rem;
            margin-top: 2.2rem;
            letter-spacing: 0.45px;
            cursor: pointer;
            box-shadow: 0 1px 5px rgba(158,0,93,0.08);
            transition: background 0.13s;
        }
        .cta-magenta:hover, button[type=submit]:hover {
            background: #111;
        }

.button-secondary {
    display: block;
    margin: 2.2rem auto 0 auto;
    min-width: 220px;
    max-width: 340px;
    width: fit-content;
    font-family: 'bbiv', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.18rem;
    background: #9e005d;
    color: #fff !important;
    text-decoration: none !important; /* Kein Unterstrich, auch bei Links */
    text-align: center;
    padding: 0.85rem 2.1rem;
    border: none;
    border-radius: 2.2rem;
    letter-spacing: 0.45px;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(158,0,93,0.08);
    transition: background 0.13s;
}
.button-secondary:hover,
.button-secondary:focus {
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 700px) {
    .button-secondary {
        min-width: 140px;
        max-width: 95vw;
        font-size: 1rem;
        padding: 0.7rem 1.2rem;
    }
}

        a, a:visited {
            color: #9e005d;
            text-decoration: underline;
            transition: color 0.13s;
        }
        a:hover {
            color: #111;
            text-decoration: underline;
        }
        /* Zeile für Select nebeneinander */
        .form-row {
            display: flex;
            gap: 2%;
        }
        .form-row .form-group {
            width: 49%;
            margin-right: 0;
        }
        /* EINHEITLICHE, GROßE LOGO-DARSTELLUNG */
        .logos {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 2.8rem;
            margin: 2.9rem 0 2.2rem 0;
        }
.logos img {
    width: 300px;
    max-width: 300px;
    height: auto;
    display: block;
    margin: 0;
    object-fit: contain;
}
.azubi-footnote {
    font-family: 'bbiv-light', 'bbiv', Arial, sans-serif;
    font-size: 1.03rem;
    color: #666;
    margin-top: -1.1rem;
    margin-bottom: 2.2rem;
}
.footer-hinweis {
    font-family: 'bbiv-light', 'bbiv', Arial, sans-serif;
    font-size: 1.03rem;
    color: #666;
    margin-top: -0.8rem;
    margin-bottom: 0.7rem;
    text-align: center;
    line-height: 1.7;
}
        hr {
            border: none;
            border-top: 2px solid #f7e6f0;
            margin: 2.6rem auto 1.6rem auto;
            max-width: 100%;
        }
        /* Footer Styles */
        footer {
            width: 100%;
            background: transparent;
            padding-top: 1.5rem;
            padding-bottom: 2.2rem;
        }
        .footer-menu {
            display: flex;
            gap: 2.3rem;
            justify-content: center;
            align-items: center;
        }
        .footer-menu a, .footer-menu a:visited {
            font-family: 'bbiv', Arial, sans-serif;
            font-size: 1.02rem;
            color: #9e005d;
            text-decoration: underline;
            font-weight: 500;
            transition: color 0.14s;
        }
        .footer-menu a:hover {
            color: #111;
        }
        @media (max-width: 700px) {
            .footer-menu { flex-direction: column; gap: 0.7rem; }
        }
table th,
table td {
    width: 50%;
}
p.medium {
    margin-bottom: 0.4rem;
}
p.medium + ul {
    margin-top: 0.2rem;
}
/* --- MOBILE OPTIMIERUNG --- */

/* --- MOBILE OPTIMIERUNG: LOGO GRÖSSER, CHECKBOX FLEXIBEL --- */
@media (max-width: 900px) {
    .container {
        max-width: 100vw;
        padding: 1.2rem 0.6rem 1.5rem 0.6rem;
    }
    h1 { font-size: 2rem; margin-top: 1rem; }
    h2 { font-size: 1.2rem; }
    h3 { font-size: 1rem; }
    p, ul, ol, table { font-size: 1rem; line-height: 1.6; }
    .highlight, .preisbox-highlight, .note { font-size: 0.99rem; padding: 0.6rem 0.7rem; }
    .kontakt { padding: 1.2rem 0.5rem 1.5rem 0.5rem; margin: 1.3rem 0 0 0; }
    .form-headline { font-size: 1.4rem; }
    label, input, select, textarea { font-size: 0.99rem; }

    .form-row { flex-direction: column; gap: 0; }
    .form-row .form-group { width: 100%; }

    /* LOGOS BLEIBEN GROSS */
    .logos {
        flex-direction: column;
        gap: 2.2rem;
        margin: 1.2rem 0 1.2rem 0;
    }
    .logos img {
        width: 220px;
        max-width: 80vw;
    }

    .azubi-footnote, .footer-hinweis {
        font-size: 0.92rem;
        margin-top: 0.6rem;
        margin-bottom: 1.1rem;
    }
    .footer-menu { flex-direction: column; gap: 0.6rem; }
    table th, table td { padding: 0.5rem 0.6rem; font-size: 0.99rem; }
    table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .preisbox-highlight { font-size: 1rem; padding: 0.7rem 0.5rem; }
    .cta-magenta, button[type=submit] { font-size: 1rem; padding: 0.7rem 1.3rem; }

    /* CHECKBOX-GRUPPE: FLEX-DIRECTION COLUMN DAMIT DER TEXT UNTER DEM LINK STEHT */
    .checkbox-group label {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.1em;
    }
    .checkbox-group a { margin-bottom: 0.2em; }
    .checkbox-group span { margin-left: 0; }
}
.about-hero {
    width: 100%;
    max-width: 960px;
    margin: 2.2rem auto 2.6rem auto;
    border-radius: 1.3rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(27,44,74,0.10);
}
.about-hero img {
    width: 100%;
    height: auto;
    border-radius: 1.3rem;
    display: block;
}
@media (max-width: 900px) {
    .about-hero, .about-hero img { max-width: 100vw; border-radius: 1rem; }
}
@media (max-width: 600px) {
    .about-hero { margin: 1.1rem 0 1.4rem 0; }
}