﻿@charset "utf-8";

:root {
	font-size:16px;
}

html {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}
u {
    text-decoration: underline;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: underline;
}
body {
    color: #545a5e;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}
#wrapper {
    position: relative;
    max-width: 50.312rem;
    margin: 0.625rem auto;
    border: solid 0.333px #545a5e;
    background-color: #fff;
    overflow: hidden;
    padding: 0rem;
}
p {
    margin: 0 0 1.25rem
}
h1 {
    display: block;
    font-size: 1.833rem;
    font-weight: bold;
    line-height: 1;
    margin: 2.5rem 0;
    color: #00479c;
    text-transform: uppercase
}
h1 span {
    font-size: 0.7em;
    font-weight: normal;
}
p span{
    color: #4472C4;
}
h2 {
    text-align: left;
    line-height: 1;
    margin: 0 0 1.25rem;
    color: #00479c;
    font-size: 1.25rem;
     text-transform: uppercase;
}

h5 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.75;
	margin: 0 0 1.25rem;
}
a {
    color: #00479c;;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul {
    padding: 0;
    margin-bottom: 1.25rem;
    list-style: none;
}
ul li ul {
    margin-bottom: 0
}
ul li {
    padding-left: 1.25rem;
}
ul li:before {
    content: "\00BB"/* ❖ *  ● ■ ▪ ◆ ❖ ✔ » ▸ ▶ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ ☛ */
    ;
    float: left;
    margin-left: -1.25rem;
    line-height: 1.3;
}
ul li ul li:before {
    content: "-";
    font-size: 1rem;
    line-height: 1;
}

/* Hebt Float left/right auf */

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

/* Ende Standard */
header{
    margin: 0;
    padding: .937rem
}
header>img{
    float: left;
    width: 70%;
}
header a {
    float: right;
    width: 30%;
   padding: 2.187rem 1.875rem;
}
header a{
}
article {
    padding: .937rem
}
p a {
    color: #00479c;
    text-decoration: underline;
}
article p:last-of-type {
    margin-bottom: 0;
    font-size: 0.833rem;
}
@media only screen and (max-width:50.25rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }
    body {
        font-size: .812rem;
    }
    article {
        padding: 0
    }
    p, ul, h2{
        margin-bottom: .625rem
    }
    header{
        padding: 0 0 0.625rem
    }
    a {
        font-weight: bold;
    }
    
    h1 {
        font-size: 1.5rem;
        margin: .937rem 0;
    }
    h2 {
        font-size: 1rem;
    }
}
@media only screen and (max-width:30rem) {
    body {
        font-size: .812rem;
    }
	a {
		font-size: 1rem;
	}
    header>img{
        float: none;
        width: 100%;
        margin: 0 0 .937rem
    }
    header a{
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 12.5rem;
        padding: 0;
    }
    h1 {
        line-height: 1.3
    }
    ul li:before {
        font-size: 16px;
        line-height: 18px;
    }
}