@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: 1rem;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 52.125rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    margin: 0 0 1.562rem 0;
}

.margin_big {
    margin: 0 0 1.875rem;
}

.link {
    color: #4b575f;
}

.tel {
    color: inherit;
    white-space: nowrap;
}

h1 {
    color: #0090d4;
    font-size: 2.062rem;
    padding: 1.5rem 1.5rem;
    background-color: #ffffff;
    font-weight: normal;
    line-height: 1;
    margin: 0;
	hyphens: none;
}

h2 {
    color: #0090d4;
    margin: 0 0 1rem;
    padding: 0;
    font-size: 2.062rem;
    font-weight: normal;
    line-height: 2.2;
	hyphens: none;
}

h3 {
    padding: 1.5rem 0 2rem;
    font-size: 2.062rem;
    color: #0090d4;
    font-weight: normal;
}

ul {
    margin: 0 0 1.25rem;
    padding: 0;
    list-style: none;
}

ul li {
    padding: 0 0 0 2rem;
}

ul li:before {
    content: "\2022";
    font-size: 1.25rem;
    position: relative;
    display: block;
    float: left;
    bottom: 0.25rem;
    margin: 0 0 0 -0.9375rem;
}

header {
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.08);
    padding: .812rem 1.25rem;
    position: relative;
    border: 0.0625rem solid rgba(220, 223, 226, 0.8);
    border-bottom: 0;
}

section {
    border-top: none;
    border: 0.0625rem solid rgba(220, 223, 226, 0.8);
}

.image {
    display: block;
    width: 100%;
}

article {
    padding: .875rem 1.5rem;
}

article p:last-of-type {
    margin: 0;
}

footer {
    text-align: right;
    display: block;
}

.btn {
    padding: 0.625rem 1.25rem;
    background: #0090D4;
    color: #fff;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    margin: 1.562rem .625rem 1.562rem 0;
    display: inline-block;
}

.btn:hover {
    background: #000;
}

iframe {
    display: block;
}

.bottom {
    padding: .625rem 1.25rem;
    background-color: #0090D4;
    font-style: normal;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 6.25rem;
}

.daten {
    display: flex;
    justify-content: space-between;
    width: 15.625rem;
}

span {
	display:inline-block;
}

@media only screen and (max-width: 52.062rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        padding: 1rem;
        box-shadow: none;
		hyphens: auto;
    }

    .margin_big {
        margin: 0 0 1.25rem;
    }

    header {
        box-shadow: none;
        padding: .625rem 0;
    }
    p br {
        display: none;
    }
    article {
        padding: 0;
    }

    h1 {
        padding: 1rem;
    }

    h2,
    h3 {
        margin: .625rem 0;
        padding: 0;
        line-height: 1.1
    }

    ul {
        margin: 0 0 1.25rem;
    }

    p,
    article p:last-of-type {
        margin: 0 0 .625rem;
    }

    iframe {
        height: 45vw;
    }

    .social {
        width: 5rem;
    }

    .daten {
        width: 11.25rem;
    }
}

@media only screen and (max-width: 48rem) {
    ul li {
        padding: 0 0 0 0.9375rem;
    }

    ul li:before {
        margin: 0 0 0 -0.9375rem;
    }

    h1 {
        font-size: 1.75rem;
    }

    h2 {
        font-size: 1.5rem
    }

    h3 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 23.437rem) {
    footer {
        text-align: center;
    }

    .bottom {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}