* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

#wrapper {
    max-width: 835px;
    margin: 16px auto;
    border: 1px solid #e3e5e8;
    background: #fff;
}

header section {
    padding: 30px 30px 25px;
}

article {
    padding: 24px;
}

footer {
    padding: 0 0 30px;
}

footer .kontakt {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 0 30px 22px;
}

.header-betonbau-karriere {
    padding-top: 12px;
    display: flex;
    gap: 45px;
}

.header-betonbau-karriere p {
    margin-top: 10px !important;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.header-betonbau-karriere i {
    color: #567d8f;
    width: 20px;
    display: inline-flex;
    justify-content: center;
}

:is(h1, h2) {
    font-weight: 400;
    color: #567d8f;
}

h1 {
    font-size: 31px;
    line-height: 1.7;
}

h2 {
    font-size: 21px;
    line-height: 24px;
    margin-top: 30px;
}

p:not(:first-of-type) {
    margin-top: 20px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #4b575f;
    text-decoration: none;
    white-space: nowrap;
}

a[href^="tel:"] {
    color: #333 !important;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style: none;
    padding: 10px 0 0 29px;
}

ul li {
    padding-left: 19px;
    margin-top: 6px;
}

li:before {
    content: "\2022";
    float: left;
    font-size: 24px;
    text-indent: -19px;
    margin-top: -1px;
    line-height: 1;
}

span {
    white-space: nowrap;
}

@media only screen and (max-width:833px) {
    #wrapper {
        border: none;
        margin: 0;
    }

    :is(h1, h2, ul, p) {
        hyphens: auto;
    }

    h1 {
        line-height: 1.35;
    }

    :is(header section, article, footer) {
        padding: 16px;
    }
}

@media only screen and (max-width:560px) {
    .header-betonbau-karriere {
        flex-direction: column;
        gap: 0;
        justify-content: flex-start;
    }

    .header-betonbau-karriere p {
        width: 100%;
    }

    h1 {
        font-size: 28px;
        text-align: center;
    }

    ul {
        padding-left: 0;
    }
}

@media only screen and (max-width:480px) {
    footer .kontakt {
        flex-direction: column;
        gap: 16px;
        padding: 0 0 22px;
    }

    footer .kontakt p {
        text-align: center;
    }

    :is(.header-betonbau-karriere, .header-betonbau-karriere p) {
        justify-content: center;
    }
}