@charset "utf-8";
/* Standard */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    font-size: 16px;
}

html {
    min-height: 100%;
}

body {
    color: #9697A3;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.895em;
    line-height: 1.35;
}

#wrapper {
    background: linear-gradient(to bottom, #61778f 0%, #7fa4c7 79%, #7fa4c7 100%);
    background: url(../images/bg.png) repeat-x top 33.5rem left;
    background-color: #fff;
    margin: 1rem auto;
    max-width: 56.25rem;
    overflow: hidden;
    position: relative;
}

p + p {
    margin: 1rem 0 0 0;
}

h1 {
    color: #00488e;
    margin: 0 0 .937rem;
    font-size: 1.813rem;
    line-height: 1.2;
}

h1 span {
    font-weight: normal;
}

h2 {
    color: #00488e;
    font-size: 0.875rem;
    line-height: 1.2;
    margin: 0 0 .125rem;
}

h3 {
    font-size: 15.5px;
    line-height: 1.2;
    margin: 0.75rem 0 0;
}

h3 a {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
}

a:link,
a:active,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    border: none;
}

hr {
    border: none;
    border-top: 0.063rem solid #000;
}

ul {
    margin-bottom: 1.25rem;
    padding-left: 3.25rem;
}

ul:last-of-type {
    margin-bottom: 1.5rem;

}

li {
    list-style-type: none;
}

li:before {
    font-size: .75rem;
    content: "\25CF";
    float: left;
    margin-top: .062rem;
    margin-left: -1.875rem;
}

header {
    position: relative;
}

header a {
    position: absolute;
    width: 15%;
    height: 10%;
    top: 10%;
    right: 5%;
}

article {
    background: #fff;
    padding: 5px 0.938rem .687rem;
    margin: 0 2.125rem 1.875rem;
}

p span {
    color: #00488e;
    font-weight: bold;
}

footer {
    display: flex;
    justify-content: space-between;
    padding: 0 2.312rem 1.5rem;
    color: #fff;
}

footer section:first-of-type {
    width: 64%;
}

footer section:last-of-type {
    width: 39%;
}

footer section:first-of-type {
    letter-spacing: -0.01rem;

}

footer nav,
footer nav aside {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}

footer nav {
    width: 50%;
    justify-content: flex-start
}

footer nav aside p {
    padding-right: 0.5rem;
}

footer nav p {
    margin: 0.5rem 0 0;
}

footer a:link,
footer a:active,
footer a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

footer a:hover {
    color: #00488e;
    text-decoration: none;
}

h2 + p {
    margin-bottom: .187rem;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Responsive */

@media only screen and (max-width:56.187rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        background-size: 100% 100%;
        background-position: top left;
    }

    a:link,
    a:active,
    a:visited {
        font-size: .875rem;
    }

    a:hover {
        text-decoration: none;
    }

    h1 {
        margin: 1rem 0;
        font-size: 1.313rem;
    }

    ul,
    ul:last-of-type {
        margin-bottom: 1rem;
        padding-left: 2.25rem;
    }

    article {
        padding: 0.625rem;
        margin: 0.625rem;
    }

    footer {
        flex-wrap: wrap;
        padding: 0 0.625rem 0.625rem;
    }

    footer section:first-of-type,
    footer section:last-of-type {
        width: 100%;
    }

    footer section:first-of-type br {
        display: none;


    }

    footer nav {
        flex-wrap: wrap;
        width: 100%;
    }

    footer nav aside p {
        padding-right: 0.5rem;
    }

    footer nav p {
        margin: 0.5rem 0 1rem;
    }
	
	h3 {
		font-size: .875rem;
	}

    h3 a {
        white-space: normal;
        display: inline;
		font-size: .875rem;
    }
}

/* Ende Responsive */
