@charset "utf-8";

:root {
    font-size: 16px;
}

/* Schriften der QUELLE (LVR): Source Sans Pro als Body, muz als Benefit-Icon-Font. */
@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/SourceSansPro-SemiBold.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'muz';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/muz.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'DIN-BoldAlternate';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/DIN-BoldAlternate.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: 0.02rem solid #a7a9a4;
    box-shadow: -0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.2);
}

#wrapper>img {
    display: block
}

h1, h2 {
    font-family: 'DIN-BoldAlternate', 'Source Sans Pro', Arial, sans-serif;
}

h1 {
    font-size: 2rem;
    line-height: 1.1;
    margin: 0 0 1rem;
}

h1+p {
    margin-bottom: 0;
}

h2 {
    font-size: 1.75rem;
    margin: 2rem 0 1rem;
}


.margin {
    margin: .937rem 0 .25rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.link {
    text-decoration: underline;
}
a.link:hover {
    text-decoration: none;
}

.gray hr {
    margin: 2rem 0;
}

p {
    margin: 0 0 .625rem;
}

p small {
    font-size: .937rem;
}

.border {
    border-bottom: 1px dashed #000;
    margin: 1rem 0;
}

ul {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}

ul li {
    padding-left: 1.125rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.125rem;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Arial", sans-serif
}

.list {
    margin: 0 0 1rem
}

header {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

article {
    position: relative;
    padding: 7% 0 0
}

.blue {
    background: #162C45;
    color: #fff;
    position: absolute;
    top: -2rem;
    width: 61%;
    left: 2rem;
    padding: 1rem .625rem;
}

.light_blue {
    background: #DDF1FB;
    padding: 1rem 2rem;
}

.light_blue .flex_blue:not(:last-of-type) {
    border-bottom: 1px solid #8b8b87;
}

.flex_blue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
}

.flex_blue div {
    flex: 0 0 30%;
    display: flex;
    align-items: center;
    gap: .625rem;
}

/* Feste Icon-Spalte, damit ALLE Benefit-Titel an derselben Position beginnen (SDE-111172):
   die muz-Glyphen sind verschieden breit — ohne feste Breite starten die Texte versetzt. */
.flex_blue div i {
    flex: 0 0 1.75rem;
    width: 1.75rem;
    text-align: center;
}

.flex_blue div p {
    margin: 1rem 0;
}

.flex_blue>p {
    margin: 0.625rem 0;
}

.white {
    padding: 1rem 2rem
}

.white img {
    display: block;
    margin: 0 0 .625rem
}

.details {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 1rem;
    margin: 0 0 1rem
}

.details li {
    display: flex;
    align-items: center;
    column-gap: 1rem
}

.details p {
    margin: 0;
    font-size: .937rem;
}

.details span {
    color: rgba(29, 29, 27, 0.8);
    display: block;
}

.details i {
    margin: .187rem 0 0 0;
}

.ico {
    display: inline-block;
    vertical-align: -0.125em;
    flex: 0 0 auto;
}

/* Benefit-Icons aus dem Quell-Icon-Font „muz" (statt FA-Näherung) — die Klassen
   bilden die Original-Glyphen ab (icon-muz-pay-05 = \e019 …). */
.muz {
    font-family: 'muz';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    flex: 0 0 auto;
}
.flex_blue .muz {
    font-size: 0.66rem;
}
.muz-pay-05:before { content: "\e019" }
.muz-pay-07:before { content: "\e100" }
.muz-pay-01:before { content: "\e005" }
.muz-working-hours-05:before { content: "\e018" }
.muz-working-hours-09:before { content: "\e020" }
.muz-other-02:before { content: "\e111" }
.muz-other-04:before { content: "\e112" }
.muz-together-02:before { content: "\e137" }
.muz-development-02:before { content: "\e131" }
.muz-health-01:before { content: "\e035" }

/* Grüne „Sie passen zu uns"-Icons: Quell-SVG, einheitliche Höhe (Aspekt erhalten). */
.green-ico {
    height: 2.5rem;
    width: auto;
    flex: 0 0 auto;
}

/* Shortfacts/Benefits/„Sie passen zu uns" sind semantische Listen (Barrierefreiheit +
   die Pflichtprüfung `listenpunkte` zählt sie mit). Bullet + Listen-Einzug unterdrücken. */
.details, .benefits, .passt { list-style: none; }
.benefits, .passt { margin: 0; padding: 0; }
.details li, .benefits > li, .passt > li { padding-left: 0; }
.details li:before, .benefits > li:before, .passt > li:before { content: none; }
.green .passt > li:first-of-type { border-top: none; padding-top: 0; }

/* Kontaktspalte: der Abstand zwischen der „Das benötigen wir"-Liste und dem
   Auslands-Abschluss-Hinweis war zu groß (globale ul-Marge 2rem). */
.flex_text ul { margin-bottom: .25rem; }

/* Telefon/E-Mail der Ansprechperson als Liste (wie die Quelle) — Bullet aus. */
.kontakt-links { list-style: none; margin: .25rem 0 0; padding: 0; }
.kontakt-links li { padding-left: 0; }
.kontakt-links li:before { content: none; }
/* Telefon/E-Mail unterstreichen — schlägt die globale Generator-Regel
   `a[href^="tel:"]{text-decoration:none}` per höherer Spezifität. */
.kontakt-links a.link { text-decoration: underline; }

/* Footer-Überschrift auf h2 (wie die übrigen Sektionen) — ohne den 2rem-Vorabstand
   des Fließtext-h2 (der Footer hat schon eigenes Padding). */
footer h2 { margin-top: 0; }

.green {
    background: #ECF5E8;
    padding: 1rem 2rem;
    margin: 0 0 1rem
}

.flex_green {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 1rem;
    border-top: 1px solid #8b8b87;
    padding-top: 1rem;
}

h2+.flex_green {
    border: none;
    padding-top: 0;
}

.left {
    width: 30%
}

.left div {
    display: flex;
    column-gap: 1rem;
    align-items: flex-start
}

.left div p {
    width: auto
}

.right {
    width: 70%
}

.gray {
    background: #ECECEC;
    padding: 1rem 2rem
}

a.apply {
    background: #95C11F;
    color: #000;
    display: block;
    width: fit-content;
    text-align: center;
    padding: 12px 22px;
    border-radius: 6px;
    margin: 1.5rem 0 0 auto;
    transition: all 140ms ease 0s;
    font-weight: 500;
}

a.apply:hover {
    background: #6c8c17
}

.button {
    position: relative;
    right: 2rem;
    top: -4rem;
}

.button2 {
    display: flex;
    justify-content: flex-start;
}

a.apply2 {
    background: #95C11F;
    color: #000;
    display: block;
    width: fit-content;
    text-align: center;
    padding: 12px 22px;
    border-radius: 6px;
    transition: all 140ms ease 0s;
    font-weight: 500;
}

a.apply2:hover {
    background: #6c8c17
}

.flex_text {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
    margin: 0 0 1rem
}

.flex_text>div {
    flex: 50%;
}

.images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    margin: 1rem 0
}

.images img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

footer {
    background: #ECECEC;
    padding: 1rem 2rem
}

footer p:last-of-type {
    margin: 0
}

/* Social-Leiste am Anzeigenende (SDE-111172): niedriger weißer Block, Icons rechtsbündig
   horizontal. Farben aus der Quelle (`.social-network a` #00569d, weiße 16px-Glyphen). */
.social-bar {
    background: #fff;
    padding: 0.55rem 2rem;
    display: flex;
    justify-content: flex-end;
    gap: 0;
}
.social-bar a {
    background: #00569d;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}
.social-bar a:hover {
    background: #003f74;
}
.social-bar svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: block;
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul {
        margin: 0
    }

    ul li {
        padding-left: 1rem
    }

    ul li:before {
        margin-left: -1rem;
    }

    header {
        padding: 0 0 1rem;
        align-items: center
    }

    .blue {
        position: static;
        width: 100%;
        padding: 1rem .625rem .5rem;
    }

    a.apply {
        position: static;
        margin: 1rem auto
    }

    .light_blue,
    .white,
    .green,
    .gray,
    footer {
        padding: 1rem;
    }

    .button {
        right: 1rem;
    }

    .flex_text,
    .images {
        column-gap: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    article {
        padding: 1rem 0
    }

    .blue {
        text-align: center
    }

    .flex_blue,
    .flex_green {
        display: block
    }

    .flex_blue>p {
        margin-top: 0;
    }

    .details {
        grid-template-columns: repeat(2, auto);
    }

    .left,
    .right {
        width: 100%
    }

    .right {
        margin: 0 0 1.5rem
    }

    .left div {
        align-items: flex-start
    }

    .left div p {
        width: auto;
        margin: 6px 0 1rem
    }

    .green {
        padding: 1rem 1rem .062rem
    }

    .gray p:last-of-type {
        margin: 0
    }

    .flex_text {
        display: block
    }

    .images {
        flex-wrap: wrap;
        margin: 0
    }

    h1 {
        font-size: 1.45rem;
    }
}

@media only screen and (max-width: 30rem) {
    a.button {
        margin: 1rem auto
    }

    .details {
        display: block;
    }

    .details div {
        justify-content: center;
        text-align: center;
        padding-bottom: .625rem;
    }

    .details span {
        display: inline-block;
    }

    .white {
        padding: 1rem 0
    }

    .images {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width: 23.5rem) {

    a.button,
    a.apply {
        width: 100%
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }
}

/* Druck: weißer Grund, volle Breite, Social-Leiste (Chrome) aus. Pflichtprüfung P10
   erwartet einen @media-print-Block — ohne ihn meldete der Selfcheck fälschlich mal
   „fehlt", mal „vorhanden" (SDE-111172). */
@media print {
    body { background: #fff; }
    #wrapper { max-width: none; }
    .social-bar { display: none; }
}

b, strong { font-weight: bold; }

/* prt-hyphenation — Silbentrennung langer Wörter (Proteus, alle Anzeigen) */
html {
  overflow-wrap: break-word;
}
@media (max-width: 800px) {
  h1, h2, h3, h4, h5, h6 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-chars: 8 4 3;
  }
}
@media (max-width: 700px) {
  html {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-limit-chars: 8 4 3;
  hyphenate-limit-chars: 8 4 3;
  }
}
