:root {
    --akzentfarbe-tcm: #537f22;
    --textfarbe-tcm: #333333;
    --hellgrau-tcm: #f5f5f2;
    --mittelgrau-tcm: #d9ddd2;
    --dunkel-tcm: #171717;
    --weiss-tcm: #ffffff;
    --schatten-tcm: 0 18px 45px rgba(0, 0, 0, 0.08);
    --uebergang-tcm: all 0.3s ease;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--textfarbe-tcm);
    background: var(--weiss-tcm);
    line-height: 1.6;
    overflow-x: hidden;
    max-width: 100%;
}
.kopfbereich-tcm,
.hero-tcm,
.mitarbeiterfokus-tcm,
.meisterblock-tcm,
.fussbereich-tcm {
    overflow-x: clip;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--textfarbe-tcm);
    text-decoration: none;
    transition: var(--uebergang-tcm);
}

a:hover {
    color: var(--akzentfarbe-tcm);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dunkel-tcm);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

h1 {
    font-size: clamp(2.2rem, 4vw, 4.3rem);
    font-weight: 700;
}

h2 {
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 700;
}

h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

p {
    margin-bottom: 1rem;
}

ul {
    padding-left: 1.15rem;
    margin-bottom: 1rem;
}

.container {
    max-width: 1280px;
}

.abschnitt-tcm {
    padding: 90px 0;
}

.vorspann-tcm {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--akzentfarbe-tcm);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.btn-success,
.kontaktknopf-tcm {
    background-color: var(--akzentfarbe-tcm);
    border-color: var(--akzentfarbe-tcm);
    color: var(--weiss-tcm);
    border-radius: 0;
    padding: 0.95rem 1.5rem;
    font-weight: 700;
    box-shadow: none;
}

.btn-success:hover,
.btn-success:focus,
.kontaktknopf-tcm:hover,
.kontaktknopf-tcm:focus {
    background-color: #456a1c;
    border-color: #456a1c;
    color: var(--weiss-tcm);
}

.btn-outline-dark,
.btn-outline-light,
.bewerberknopf-tcm {
    border-radius: 0;
    padding: 0.95rem 1.5rem;
    font-weight: 700;
}

.hero-tcm {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--weiss-tcm);
    padding: 130px 0 70px;
}

.hero-videoebene-tcm {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-video-tcm {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay-tcm {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 48%, rgba(0, 0, 0, 0.48) 100%);
    z-index: 2;
}

.hero-container-tcm {
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 200px);
}

.hero-innen-tcm {
    width: 100%;
    min-height: 0;
}

.hero-text-tcm {
    max-width: 760px;
}

.hero-tcm h1,
.hero-tcm .lead {
    color: var(--weiss-tcm);
}

.hero-tcm .vorspann-tcm {
    color: #d5e6bf;
}

.hero-tcm .lead {
    font-size: 1.08rem;
    max-width: 620px;
    margin-bottom: 0;
}

.hero-aktionen-tcm {
    max-width: 360px;
    margin-left: auto;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
}

.kennzahlen-tcm {
    display: grid;
    gap: 0.85rem;
    margin-bottom: 1.2rem;
}

.kennzahl-tcm {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
}

.kennzahl-tcm strong {
    display: block;
    font-size: 1.75rem;
    line-height: 1;
    color: #d5e6bf;
}

.kennzahl-tcm span {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--weiss-tcm);
}

.hero-knopfreihe-tcm {
    display: grid;
    gap: 0.8rem;
}

.hero-knopfreihe-tcm .btn {
    width: 100%;
}

.bewerberknopf-tcm {
    color: var(--weiss-tcm);
    border-color: rgba(255, 255, 255, 0.6);
}

.bewerberknopf-tcm:hover,
.bewerberknopf-tcm:focus {
    background: var(--weiss-tcm);
    color: var(--dunkel-tcm);
    border-color: var(--weiss-tcm);
}

.leistungen-tcm {
    background: var(--weiss-tcm);
}

.leistungskarte-tcm {
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: var(--weiss-tcm);
    transition: var(--uebergang-tcm);
    display: flex;
    flex-direction: column;
}

.leistungskarte-tcm:hover {
    transform: translateY(-6px);
    box-shadow: var(--schatten-tcm);
}

.leistungskarte-bild-tcm {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.leistungskarte-inhalt-tcm {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.leistungskarte-inhalt-tcm p,
.leistungskarte-inhalt-tcm ul {
    flex-grow: 1;
}

.textlink-tcm {
    color: var(--akzentfarbe-tcm);
    font-weight: 700;
}

.mitarbeiterfokus-tcm {
    background: var(--weiss-tcm);
    padding: 0;
}

.mitarbeiterbildbereich-tcm {
    height: 100%;
    min-height: 760px;
    position: relative;
    overflow: hidden;
}

.parallaxrahmen-gross-tcm {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.parallaxbild-gross-tcm {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.mitarbeiterinhalt-tcm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 760px;
    padding: 80px 7vw 80px 5vw;
    background: var(--hellgrau-tcm);
}

.vorteileliste-tcm {
    display: grid;
    gap: 0.9rem;
    margin-top: 2rem;
}

.vorteilpunkt-tcm {
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--akzentfarbe-tcm);
    background: var(--weiss-tcm);
    font-weight: 700;
}

.vertrauen-tcm {
    background: var(--hellgrau-tcm);
}

.bildstapel-tcm img {
    width: 100%;
    min-height: 460px;
    object-fit: cover;
    box-shadow: var(--schatten-tcm);
}

.meisterblock-tcm {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: var(--weiss-tcm);
}

.meisterblock-parallaxrahmen-tcm {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.meisterblock-parallaxbild-tcm {
    position: absolute;
    top: -8%;
    left: 0;
    width: 100%;
    height: 116%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.meisterblock-overlay-tcm {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.42) 38%, rgba(0, 0, 0, 0.12) 68%, rgba(0, 0, 0, 0.04) 100%);
}

.meisterblock-inhalt-tcm {
    position: relative;
    max-width: 420px;
    padding: 2rem 0;
}

.meisterblock-inhalt-tcm .vorspann-tcm {
    color: #d5e6bf;
}

.meisterblock-inhalt-tcm h2 {
    color: var(--weiss-tcm);
    font-size: clamp(2rem, 3vw, 3.5rem);
    text-transform: uppercase;
    line-height: 1.02;
    margin-bottom: 1.2rem;
}

.meisterblock-inhalt-tcm p {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.02rem;
    margin-bottom: 0;
}

.zielgruppen-tcm {
    background: var(--weiss-tcm);
}

.zielkarte-tcm {
    padding: 2rem;
    border-top: 4px solid var(--akzentfarbe-tcm);
    background: var(--hellgrau-tcm);
}

.prozess-tcm {
    background: var(--dunkel-tcm);
    color: rgba(255, 255, 255, 0.86);
}

.prozess-tcm h2,
.prozess-tcm h3,
.prozess-tcm .vorspann-tcm {
    color: var(--weiss-tcm);
}

.prozesskarte-tcm {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.prozesskarte-tcm strong {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 2rem;
    color: var(--akzentfarbe-tcm);
}

.faq-tcm {
    background: var(--weiss-tcm);
}

.faq-eintrag-tcm {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.faq-eintrag-tcm:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.accordion-button {
    border-radius: 0;
    padding: 1.4rem 0;
    font-weight: 700;
    color: var(--dunkel-tcm);
    background: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--akzentfarbe-tcm);
    background: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

.accordion-body {
    padding: 0 0 1.4rem;
}

.kontaktbereich-tcm {
    background: linear-gradient(180deg, #f5f5f2 0%, #ffffff 100%);
}

.kontaktinfo-tcm,
.formularbox-tcm {
    padding: 2rem;
    background: var(--weiss-tcm);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.kontaktblock-tcm {
    display: grid;
    gap: 0.4rem;
    margin-top: 1.5rem;
}

.kontaktblock-tcm a {
    font-weight: 700;
}

.form-label {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-control,
.form-select {
    min-height: 54px;
    border-radius: 0;
    border: 1px solid #cfd4ca;
    padding: 0.85rem 1rem;
}

textarea.form-control {
    min-height: 160px;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--akzentfarbe-tcm);
    box-shadow: 0 0 0 0.2rem rgba(83, 127, 34, 0.12);
}

.form-check-input {
    border-radius: 0;
}

@media (max-width: 1199.98px) {
    .hero-aktionen-tcm {
        max-width: 100%;
    }

    .mitarbeiterbildbereich-tcm,
    .mitarbeiterinhalt-tcm {
        min-height: 680px;
    }
}

@media (max-width: 991.98px) {
    .abschnitt-tcm {
        padding: 70px 0;
    }

    .hero-tcm {
        min-height: 100vh;
        padding: 120px 0 60px;
    }

    .hero-container-tcm {
        min-height: calc(100vh - 180px);
    }

    .hero-text-tcm {
        margin-bottom: 2rem;
    }

    .hero-aktionen-tcm {
        margin-left: 0;
    }

    .mitarbeiterbildbereich-tcm {
        min-height: 520px;
    }

    .mitarbeiterinhalt-tcm {
        min-height: auto;
        padding: 60px 1.5rem;
    }

    .meisterblock-tcm {
        min-height: 520px;
    }

    .bildstapel-tcm img {
        min-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .hero-aktionen-tcm {
        padding: 1.2rem;
    }

    .hero-container-tcm {
        min-height: calc(100vh - 160px);
    }

    .leistungskarte-bild-tcm {
        height: 220px;
    }

    .kontaktinfo-tcm,
    .formularbox-tcm,
    .zielkarte-tcm,
    .prozesskarte-tcm {
        padding: 1.5rem;
    }

    .mitarbeiterbildbereich-tcm {
        min-height: 380px;
    }

    .meisterblock-tcm {
        min-height: 460px;
    }

    .meisterblock-overlay-tcm {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.38) 100%);
    }

    .meisterblock-inhalt-tcm {
        max-width: 100%;
    }
}