@charset "utf-8";

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: local(''), url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #fff;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-size: .937rem;
    line-height: 1.5;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    border: solid 0.0625rem #000;
    background-color: #3C3C3B;
}

:is(a:link,a:visited,a:hover,a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap; 
}

a.link {
    color: #F59C00;
    text-decoration: underline;
    font-weight: inherit;
}

.bewerben {
    text-align: center;
}

p {
    margin: 0 0 1.25rem;
}

.bigger {
    font-size: 1.4rem;
    font-weight: 500;
}

ul {
    margin: 0 0 1rem 1rem;
    hyphens: auto;
}

h1 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin-top: 1rem;  
}

h1 span {
    font-size: 1.35rem;
    margin: 0.625rem 0 0;
    display: block;
    line-height: 1.6;
    font-weight: 400;
}

h2 {
    font-size: 1.2rem;
    color: #F59C00;
    font-weight: 500;
    margin: 0;
}

.right {
    margin-top: 50px;
}

h3 {
    color: #F59C00;
    font-weight: 500;
    margin: 2rem 0 0.625rem;
    text-align: center;
}

h4 {
    font-size: 3rem;
    color: #ED9F21;     
}

h4::after {
    content: "";
    background-color: #F59C00;
    width: 8.5rem;
    height: 0.5rem;
    display: block;
}

.title {
    background: rgba(78, 78,78,0.4);
    padding: 0.5rem 1rem;
    position: absolute;
    z-index: 10;
    bottom: 17%;
    left: 2.5rem;
}

.orange {
    color:#F59C00; 
}

.center {
    text-align: center;
}

header {
    position: relative;
}

header > figure {
    margin: 0;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
}

.color {
    color: #F59D08;
    margin: .937rem 0;
}

.center {
    text-align: center;
}

article {
    padding: 0 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.column {
    width: 48%;
    position: relative;
    top: -2.5rem;
}

.click {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer{
    display: flex;
    justify-content: end;
    margin: -6rem 6rem 2rem 2rem;
}

@media only screen and (max-width: 49.938rem) {
    body {
        line-height: 1.3;
    }

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    .regular {
        text-align: center;
        margin: 1.875rem 0 1.25rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    
    .right {
        margin-top: 0;
    }

    h1 {
        font-size: 2rem;
    }

    h3 {
        margin: 0;
    }

    h4 {
        font-size: 1.5rem;
    }

    .wave {
        display: none;
    }
    
    .color br {
        display: none;
    }

    article {
        margin: 0;
        padding: 1rem;
        flex-direction: column;
    }

    .column {
        width: auto;
        top: 0;
    }

    footer {
        margin: 1rem 2rem 2rem;
        justify-content: center;
    }
}

@media only screen and (max-width: 37.937rem) {
    .title {
        bottom: 8%;
    }
}