@charset "utf-8";

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #0166B3;
    font: 1.7em Arial, sans-serif;
    line-height: 1.2;
}

#wrapper {
    position: relative;
    max-width: 405px;
    margin: 1rem auto;
    border: 1px solid #0166B3;
    border-top: 3px solid #0166B3;
    background: #C7E0F3;
    overflow: hidden;
    padding: 0rem;
    text-align: center;
}

a {
    color: #0166B3;
    text-decoration: none;
}

p {
    padding-bottom: 1rem;
}

h1 {
    margin: 0rem;
    font-size: 1.1em;
    line-height: 1.2em;
}

h1 span {
    font-size: 0.7em;
}

h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 2rem;
    font-weight: normal;
}

h2 span {
    font-size: 0.688em;
    line-height: 1.3;
    display: block;
}

i {
    font-style: normal;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Header */
header {
    padding: 1rem 0.5rem 0;
}

/* Ende Header */
/* Article */
article {
    padding: 0 0.5rem;
}

/* Ende Article */
/* Footer */
footer {
    padding: 1.5rem 1rem 1rem;
    background: #0166B3;
}

/* Ende Footer */
@media only screen and (max-width: 404px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        font-size: 0.750em;
        line-height: 1.3;
    }

    i br {
        display: none;
    }
}