@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v17-latin-regular.eot');
    src: url('../fonts/fira-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-regular.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-regular.woff') format('woff'), url('../fonts/fira-sans-v17-latin-regular.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-regular.svg#FiraSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v17-latin-700.eot');
    src: url('../fonts/fira-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/fira-sans-v17-latin-700.woff2') format('woff2'), url('../fonts/fira-sans-v17-latin-700.woff') format('woff'), url('../fonts/fira-sans-v17-latin-700.ttf') format('truetype'), url('../fonts/fira-sans-v17-latin-700.svg#FiraSans') format('svg');
}

@font-face {
    font-family: 'Klavika Bd';
    src: url('../fonts/Klavika-Bold.eot');
    src: url('../fonts/Klavika-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Klavika-Bold.woff2') format('woff2'), url('../fonts/Klavika-Bold.woff') format('woff'), url('../fonts/Klavika-Bold.ttf') format('truetype'), url('../fonts/Klavika-Bold.svg#Klavika-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika Lt';
    src: url('../fonts/Klavika-Light.eot');
    src: url('../fonts/Klavika-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Klavika-Light.woff2') format('woff2'), url('../fonts/Klavika-Light.woff') format('woff'), url('../fonts/Klavika-Light.ttf') format('truetype'), url('../fonts/Klavika-Light.svg#Klavika-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #000;
    font-weight: 400;
}

#wrapper {
    margin: 1rem auto;
    max-width: 910px;
    background: #fff;
    overflow: hidden;
    border: solid thin #231F20;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header {
    margin: 0 0 0.625rem;
    padding: 1.5625rem 1.5625rem 5.125rem;
    width: 100%;
    background: #D3012E url(../images/background.jpg) no-repeat left top;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

header :is(p, a) {
    color: #fff !important;
}

header .button-jetzt-bewerben {
    display: inline-block;
    margin: 0;
}

.logo-gc-gruppe {
    gap: 13px;
    margin-bottom: 2.125rem;
    align-items: center;
}

.logo-gc-gruppe p {
    font-size: 1.75rem;
    line-height: 2rem;
    font-family: 'Klavika Lt', Arial, sans-serif;
    margin-bottom: 0 !important;
    font-weight: 300;
}

.logo-gc-gruppe p strong {
    font-weight: bold;
    font-family: 'Klavika Bd', Arial, sans-serif;
}

.big-size {
    font-size: 1.0625rem;
    line-height: 1.375rem;
}

article {
    padding: 1.25rem 1.25rem 3.75rem 2.8125rem;
    width: 66%;
}

:is(.flex-box, .logo-gc-gruppe, .grid-box-content) {
    display: flex;
}

.flex-box {
    justify-content: space-between;
}

.flex-box-content {
    width: 48%;
}

.flex-box-content:nth-of-type(1) img {
    border-radius: 0.3125rem;
}

footer {
    padding: 0.75rem 0.8125rem 1rem;
    width: 34%;
    background: #E5E6E6;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 12%);
    border-radius: 6px;
    height: auto;
}

.line-bottom {
    border-bottom: 1px solid #d3012d;
}

.button-jetzt-bewerben {
    padding: 0.625rem 1.25rem;
    background: #FBC01A;
    border-radius: 4px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 12%);
    transition: .3s;
    display: block;
    text-align: center;
    margin: 2.0625rem 0;
    color: #000 !important;
}

.grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(85px, 1fr));
    grid-gap: 12px;
}

.grid-box-content {
    align-items: center;
    flex-direction: column;
}

.grid-box-content p {
    font-size: 0.625rem;
    text-align: center;
    font-weight: 700;
}

.grid-box-content img {
    vertical-align: top;
}

:is(h1, h2, h3, h4, strong) {
    font-weight: 700;
}

h1 {
    margin: 0 0 1.1875rem;
    font-size: 1.75rem;
    line-height: 2.125rem;
    color: #FBB900;
}

h1 span {
    white-space: nowrap;
}

h2 {
    font-size: 19px;
    padding: 20px 0 30px;
    line-height: 27px;
}

h3 {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    margin: 0 0 0.625rem;
}

h3 span {
    font-size: 0.875rem;
    display: block;
}

h4 {
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 15px;
}

p {
    margin: 0 0 0.9375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

ul {
    margin: 0 0 1.9375rem 2rem;
}

ul li {
    list-style: none;
    text-indent: -0.9375rem;
    margin-bottom: 0.5rem;
}

ul li:before {
    font-size: 1.1875rem;
    margin-right: 0.9375rem;
    position: relative;
    top: -1px;
    float: left;
    content: "\2022";
    color: #A9ABAD;
}

@media screen and (max-width: 909px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    footer {
        height: auto;
        padding: 1rem;
    }

    h1 {
        font-size: 20px;
        line-height: 26px;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p, li) span {
        white-space: nowrap;
    }
}

@media screen and (max-width: 710px) {
    header {
        padding-bottom: 3rem;
    }

    h1 {
        margin-bottom: 1rem;
    }

    :is(h3, .big-size) {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 670px) {
    #wrapper {
        display: block;
    }

    header {
        padding: 1rem 1rem 3rem;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .logo-gc-gruppe {
        margin-bottom: 1rem;
    }

    :is(article, footer) {
        width: 100%;
        padding: 1rem;
    }

    .text-center-mobile {
        text-align: center;
    }

    footer {
        padding-bottom: 0;
        border-radius: 0;
    }

    footer .button-jetzt-bewerben {
        width: 289px;
        margin: 2rem auto;
    }
}

@media screen and (max-width: 610px) {
    header {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    }

    header .button-jetzt-bewerben {
        margin: 0 0 1rem;
    }

    .flex-box {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .flex-box-content {
        width: auto !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .flex-box-content :is(h1, p) {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    ul {
        margin-left: 15px;
    }
}