@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 970px;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

.content {
    max-width: 970px;
    margin: 0 auto;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.underline {
    color: #618994;
}

p {
    margin: 0 0 20px;
}

span {
    white-space: nowrap;
}

.bottom {
    margin: 0 0 50px;
}

h1 {
    font-size: 21px;
    font-weight: normal;
    margin: 70px 0;
}

h2 {
    font-size: 15px;
	margin: 0 0 20px;
}

h3 {
    font-size: 16px;
    margin: 0 0 20px;
}
h4 {
    font-size: 15px;
	margin: 0;
	font-weight: normal;
}

ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

ul li {
    padding-left: 40px
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -15px;
    font-size: 18px;
    line-height: 1.3
}

header {
    border-top: 10px solid rgb(255, 205, 0);
    border-bottom: 1px solid #e7e7e7;
    padding: 16px 0;
    margin: 0 0 50px 0;
}

.btn {
    display: flex;
    justify-content: flex-end;
}

a.apply {
    text-align: center;
    color: #fff;
    background: rgba(97, 137, 148, 1.0);
    ;
    margin: 0 0 16px;
    padding: 10px 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.3;
    display: inline-block;
}

a.apply:hover {
    border-color: rgba(79, 111, 120, 1.0);
    background-color: rgba(79, 111, 120, 1.0);
    text-decoration: underline;
}

.inhalt {
    padding: 70px 20px;
}

footer {
    background-color: rgba(220, 220, 220, 1.0);
    padding: 16px 0 50px;
}

footer p {
    font-size: 16px;
    width: 55%
}

footer p a:hover, .underline:hover {
    text-decoration: underline;
}

footer p a:focus {
    border: 1px dashed rgba(42, 41, 41, 1.0);
    text-decoration: underline;
}

footer .content {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.icon {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    margin: 0 20px 0 0;
    width: 45%
}

.icon a {
    border: 1px solid transparent;
}

.icon a:hover, footer p a:focus {
    border: 1px dashed rgba(42, 41, 41, 1.0)
}

@media only screen and (max-width: 60.562rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .content {
        padding: 1rem;
    }

    .icon {
        margin: 0;
    }

    .none {
        display: none
    }
}

@media only screen and (max-width: 48rem) {
    header {
        margin: 0;
    }

    .inhalt {
        padding: 1rem;
    }

    h1 {
        text-align: center;
        margin: 2.5rem 0;
        font-size: 1.25rem;
    }

    footer .content {
        flex-direction: column;
        justify-content: center;
    }

    footer p,
    .icon {
        width: 100%;
        text-align: center;
    }

    .icon {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 30rem) {
    ul li {
        padding-left: 1.25rem;
    }

    header {
        display: flex;
        justify-content: center;
    }

    .btn {
        justify-content: center;
    }
}
