body {
    padding: 0;
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 25px;
}

.textBlocksatz {
    text-align: justify;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    margin: 0 0 25px 25px;
    list-style: none;
    padding: 0;
}

ul li {
    padding-left: 1.75rem;
}

ul li:before {
    content: "\2022";
    float: left;
    font-family: Arial, sans-serif;
    font-size: 21px;
    text-indent: -1.75rem;
    margin-top: 1px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #034f4f;
    white-space: nowrap;
    text-decoration: none;
}


#wrapper {
    border: 1px #000000 solid;
    max-width: 800px;
    padding: 0px;
    margin: 12px auto;
    position: relative;
}

article {
    padding: 25px 60px;
}

h1 {
    font-size: 27px;
    color: #0aada7;
    margin: 30px 0px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

h1 span {
    font-size: 19px;
    display: block;
}

h2 {
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: bold;
}

h3 {
    font-size: 26px;
    color: #0aada7;
    margin: 10px 0px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
}

h3 span {
    font-size: 15px;
}

footer strong {
    color: #00AD70;
}

footer {
    background: url(../images/background.jpg);
    color: white;
    text-align: left;
    padding: 15px 0 15px 60px;
    margin: 25px 0 0 0;
}

footer p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

footer a {
    color: white !important;
}

.slide {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 0 0px;
}

.slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

p span {
	white-space: nowrap;
}

@media only screen and (max-width:799px) {
    #wrapper {
        border: none;
        margin: 0;
        hyphens: auto;
    }

    article,
    footer {
        padding: 1rem;
        margin: 0;
    }

    .textBlocksatz {
        text-align: left;
    }
}