* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8125rem;
    line-height: 1.42857143;
    color: #333;
}

#wrapper {
    margin: 1rem auto;
    padding: 0 1.5625rem 0.625rem;
    max-width: 700px;
    background: #fff;
    overflow: hidden;
}

header {
    margin: 0 -1.5625rem 0.625rem;
}

.border-gray {
    padding: 0.625rem 0 0;
}

.border-gray hr {
    margin: 0;
    background: #ccc;
}

hr {
    border: none;
    height: 1px;
    width: 100%;
    background: #eee;
    display: block;
    margin: 1.25rem 0;
}

.flex-box {
    display: flex;
    padding: 0.625rem 0;
}

.flex-box div:nth-of-type(1) {
    width: 26%;
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer p {
    text-align: center;
}

.button-jetzt-bewerben a {
    width: 160px;
    height: 45px;
    background: #5cb85c;
    text-align: center;
    color: #fff !important;
    border-radius: 6px;
    font-size: 18px;
    border: 1px solid #4cae4c;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}

.button-jetzt-bewerben a:hover {
    background: #449d44;
}

p:not(:last-child) {
    margin: 0 0 1.875rem;
}

p.margin {
    margin: 0 0 1px !important;
}

.text {
    margin-bottom: 9px !important;
}

p.margin span {
    color: #339966 !important;
}

:is(h1, h2, .color) {
    color: #339966 !important;
}

.textcolor {
    color: #333 !important;
}

h1 {
    margin: 2rem 0;
    font-size: 1.375rem;
    line-height: 1.2;
    text-align: center;
}

h2 {
    font-size: 0.8125rem;
    line-height: 1.3;
    margin: 0 0 0.625rem;
}

h2 span {
    color: #333;
}

h3 {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 0.625rem 0 0.375rem;
    font-weight: normal;
}

h4 {
    font-size: 1.375rem;
    line-height: 1.3;
    margin: 0.625rem 0 0.375rem;
    font-weight: normal;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}

ul {
    margin: 0 0 16px 24px;
}

ul:last-of-type {
    margin-bottom: 2rem;
}

ul li {
    list-style: none;
    padding-left: 14px;
}

ul li:before {
    font-size: 17px;
    position: relative;
    top: -3px;
    float: left;
    text-indent: -14px;
    content: "\2022";
}

img {
    max-width: 100%;
}

span {
    white-space: nowrap;
}

.paragrahp {
    margin: 0 0 8px 19px !important;
    position: relative;
    padding-left: 20px;
}

.paragrahp span {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

@media screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0;
        padding: 0 1rem 1rem;
    }

    header {
        margin: 0 -1rem 0.625rem;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    :is(p, li) span {
        white-space: nowrap;
    }

    h1 br {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .flex-box div {
        width: 48% !important;
    }

    :is(ul, .paragrahp) {
        margin-left: 0 !important;
    }

    ul li {
        padding-left: 21px;
    }

    ul li:before {
        text-indent: -21px;
    }
}