@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v35-latin-regular.eot');
    src: url('../fonts/open-sans-v35-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-regular.woff') format('woff'), url('../fonts/open-sans-v35-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v35-latin-700.eot');
    src: url('../fonts/open-sans-v35-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v35-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v35-latin-700.woff') format('woff'), url('../fonts/open-sans-v35-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v35-latin-700.svg#OpenSans') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    line-height: 22px;
    font-size: 1rem;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 1168px;
    margin: 1rem auto;
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
}

article {
    padding: 0 40px;
}

footer {
    padding: 0 40px 30px;
}

.logo {
    margin: 2rem 40px;
}

.title {
    border-bottom: 1px solid #D7DCE1;
    margin: 2rem 0;
    padding: 0 0 1rem;
}

.paragraph {
    margin-bottom: 60px !important;
}

.position {
    position: absolute;
    left: 0;
    top: 368px;
    width: 100%;
}

.position p {
    text-align: center;
    color: #fff;
    font-size: 29px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .875);
}

.position .button {
    display: none;
}

.button {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.button a {
    font-weight: bold;
    display: inline-block;
    padding: 16px 25px;
    background: #EC0016;
    color: #fff !important;
    border-radius: 5px;
    transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    line-height: 25px;
}

.button a:hover {
    background: #9B000E;
}

.infor-job {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.flex {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 9px;
    justify-content: space-around;
}

.flex span {
    width: calc(100% - 40px);
    padding: 3px 0 0;
    display: block;
}

.flexbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content {
    width: 71%;
    border-right: 1px solid #D7DCE1;
    padding: 0 1rem 0 0;
}

.big-size {
    font-size: 19px;
}

.kontakt {
    width: 26%;
}

.mobile-flex p:nth-of-type(2) img {
    vertical-align: middle;
}

.box-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box {
    position: relative;
    margin: 2rem 0 3rem;
}

.border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 49%;
    background: #646973;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.border:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 49%;
    background: #646973;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.colum-left {
    width: 50%;
    position: relative;
    border-right: 2px solid #646973;
}

.colum-left section {
    position: relative;
    padding: 0 160px 0 0;
}

.colum-left section:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: #646973;
    width: 135px;
    height: 2px;
}

.colum-left section :is(h4, p) {
    text-align: right;
    margin: 16px 0;
}

.colum-left .step-bewerben h4 {
    position: relative;
    margin: 0 -90px 110px 0 !important;
    padding: 0 90px 0 0;
}

.colum-left .step-bewerben h4.one:after {
    position: absolute;
    top: -3px;
    right: 27px;
    color: #282D37;
    content: "1";
    font-size: 26px;
    line-height: 30px;
    z-index: 9;
    border-bottom: 2px solid #EC1E26;
    display: inline-block;
}

.colum-left .step-bewerben h4.three:after {
    position: absolute;
    top: -2px;
    right: 27px;
    color: #282D37;
    content: "3";
    font-size: 26px;
    line-height: 30px;
    z-index: 9;
    border-bottom: 2px solid #EC1E26;
}

.colum-left .step-bewerben h4:before {
    content: "";
    background: #FFF;
    width: 65px;
    height: 65px;
    top: -22px;
    right: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    border: 1px solid #646973;
}

.colum-right {
    width: 50%;
}

.colum-right section {
    margin: 69px 0 0;
    position: relative;
    padding: 0 0 0 160px;
}

.colum-right section :is(h4, p) {
    text-align: left;
    margin: 0 0 20px;
}

.colum-right section:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #646973;
    width: 135px;
    height: 2px;
}

.colum-right .step-bewerben h4 {
    position: relative;
    margin: 0 0 55px -90px !important;
    padding: 0 0 0 90px;
}

.colum-right .step-bewerben h4.tow:after {
    position: absolute;
    top: -2px;
    left: 27px;
    color: #282D37;
    content: "2";
    font-size: 26px;
    line-height: 30px;
    z-index: 9;
    border-bottom: 2px solid #EC1E26;
}

.colum-right .step-bewerben h4.four:after {
    position: absolute;
    top: -2px;
    left: 27px;
    color: #282D37;
    content: "4";
    font-size: 26px;
    line-height: 30px;
    z-index: 9;
    border-bottom: 2px solid #EC1E26;
}

.colum-right .step-bewerben h4:before {
    content: "";
    background: #FFF;
    width: 65px;
    height: 65px;
    top: -22px;
    left: 0;
    border-radius: 50%;
    position: absolute;
    z-index: 9;
    border: 1px solid #646973;
}

.margin-top {
    margin-top: 100px !important;
}

.colum-right section.margin-fix {
    margin-top: 0;
}

.colum-right>.margin-top {
    margin: 195px 0 20px !important;
}

.margin-bottom {
    margin-top: -47px;
}

.colum-left>.margin {
    margin-top: 85px;
}

.colum-right>.margin {
    margin: 140px 0 0 0 !important;
}

.iframe-wrapper iframe {
    border: none;
    width: 100%;
    height: auto;
}

.kontakt .button {
    justify-content: flex-start;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding: 30px 0 56.25%;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

hr {
    border: none;
    width: 90px;
    margin: 0 auto 19px;
    display: block;
    height: 8px;
    background: #EC0016;
    border-radius: 10px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .875);
}

:is(strong, h1, h2, h3, h4) {
    font-weight: 700;
}

h1 {
    margin: 0 0 14px;
    font-size: 37px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .875);
    padding: 0 1rem;
}

h2 {
    font-size: 24px;
    margin: 1.5rem 0;
    line-height: 29px;
}

h3 {
    font-size: 1rem;
    margin: 1.5rem 0;
    line-height: 1.25rem;
}

h4 {
    font-size: 16px;
    line-height: 23px;
}

p {
    margin: 0 0 21px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    white-space: nowrap;
    text-decoration: none;
}

ul {
    margin: 0 0 20px;
    list-style: none;
}

ul li {
    padding-left: 1.25rem;
    margin: 0 0 20px;
}

ul li:before {
    content: "\2022";
    float: left;
    color: #EC0016;
    font-family: Arial, sans-serif;
    font-size: 22px;
    text-indent: -1.25rem;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

@media all and (max-width:1167px) {
    #wrapper {
        margin: 0 auto;
        border: none;
    }

    :is(h1, h2, h3, p, ul li) {
        hyphens: auto;
    }

    .paragraph {
        margin-bottom: 16px !important;
    }

}

@media all and (max-width:1010px) {
    .position {
        top: 313px;
        padding: 0 16px;
    }

    h1 {
        font-size: 30px;
    }
}

@media all and (max-width:880px) {
    .position {
        top: 288px;
    }

    .position :is(h1, p) {
        text-shadow: 0 0 2px #000;
    }

    h1 {
        font-size: 25px;
    }

    .position p {
        font-size: 20px;
    }
}

@media all and (max-width:767px) {
    article {
        padding: 0 1rem;
    }

    .position {
        position: static;
        padding: 0;
    }

    .position :is(h1, p) {
        color: #000 !important;
        text-shadow: none;
    }

    .content {
        width: 100%;
        border: none;
        padding: 0;
    }

    .kontakt {
        width: 100%;
    }

    .mobile {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .mobile-flex {
        width: 50%;
    }

    :is(.colum-left, .colum-right) {
        width: 100%;
        border: none;
    }

    .colum-left section :is(h4, p) {
        text-align: left;
    }

    .border {
        border-left: 2px solid #646973;
        margin: 0 0 0 40px;
        position: relative;
    }

    :is(.colum-left, .colum-right) section {
        padding: 0 0 0 80px;
        margin: 0 !important;
    }

    .colum-left section:before {
        right: auto;
        left: 0;
        width: 60px;
    }

    .colum-right section:before {
        right: auto;
        left: 0;
        width: 60px;
    }

    .margin-top {
        margin-top: 60px !important;
    }

    .colum-right>.margin-top {
        margin-top: 0 !important;
    }

    .border:before {
        left: -10px;
        top: -2px;
    }

    .border:after {
        left: -10px;
    }

    .colum-right>.margin {
        margin-top: 0 !important;
    }

    .colum-left .step-bewerben h4:before {
        left: -116px;
    }

    :is(.colum-left .step-bewerben, .colum-right .step-bewerben) h4 {
        margin-bottom: 80px !important;
    }

    .margin-bottom {
        margin-top: 0;
    }

    .colum-right .step-bewerben h4:before {
        left: -27px;
    }

    .colum-left .step-bewerben h4.one:after {
        left: -91px;
        right: auto;
    }

    .colum-right .step-bewerben h4.tow:after {
        left: -3px;
    }

    .colum-left .step-bewerben h4.three:after {
        left: -90px;
        right: auto;
    }

    .colum-right .step-bewerben h4.four:after {
        left: -1px;
    }

    .infor-job {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0;
    }

    .flex {
        width: auto;
        justify-content: flex-start;
    }

    .flex span {
        width: auto;
    }

    .infor-job {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
}

@media all and (max-width:480px) {
    .logo {
        display: flex;
        justify-content: center;
        margin: 2rem 1rem;
    }

    h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    footer {
        padding: 0 1rem 2rem;
    }

    .flex {
        font-size: 14px;
        text-align: center;
    }

    .border {
        margin: 0 0 0 11px;
        border: none;
    }

    .border:before {
        left: calc(50% - 15px);
    }

    .border:after {
        left: calc(50% - 15px);
    }

    .mobile-flex {
        width: 100%;
    }

    :is(.colum-left, .colum-right) section {
        padding: 1rem;
        background: #FFF;
        position: relative;
        z-index: 1;
        margin: 50px 0 !important;
    }

    .colum-left section :is(h4, p) {
        text-align: center;
        position: relative;
        z-index: 9;
    }

    .box:before {
        content: "";
        position: absolute;
        top: 0px;
        background: #000;
        height: 100%;
        width: 2px;
        left: 50%;
    }

    .colum-right section :is(h4, p) {
        text-align: center;
    }

    :is(.colum-left section, .colum-right section)::before {
        display: none;
    }

    .box {
        border: none;
    }

    :is(.colum-left .step-bewerben, .colum-right .step-bewerben) h4 {
        margin: 50px 0 0 !important;
        padding: 0;
    }

    .colum-left .step-bewerben h4:before {
        left: calc(50% - 40px);
        top: -84px;
    }

    .colum-left .step-bewerben h4.one:after {
        left: calc(50% - 13px);
        top: -61px;
        right: auto;
    }

    .colum-left .step-bewerben h4:before {
        left: calc(50% - 40px);
        top: -84px;
    }

    .colum-left .step-bewerben h4.three:after {
        left: calc(50% - 13px);
        top: -61px;
        right: auto;
    }

    .colum-right .step-bewerben h4:before {
        left: calc(50% - 40px);
        top: -84px;
    }

    .colum-right .step-bewerben h4.tow:after {
        left: calc(50% - 13px);
        top: -61px;
    }

    .colum-right .step-bewerben h4:before {
        left: calc(50% - 40px);
        top: -84px;
    }

    .colum-right .step-bewerben h4.four:after {
        left: calc(50% - 13px);
        top: -61px;
    }

    .button a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .kontakt :is(h2, p) {
        text-align: center;
    }

    .kontakt img {
        position: relative;
        top: -2px;
    }
}