@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    min-height: 100%;
}

body {
    color: #231F20;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.3em;
}

#wrapper {
    position: relative;
    max-width: 500px;
    min-width: 250px;
    margin: 1rem auto;
    border: solid 1px #231F20;
    background-color: #fff;
    overflow: hidden;
    padding: 0rem 0rem 0.5rem;
}

p {
    padding-bottom: 1rem;
}

h1 {
    margin: 0.5rem 0rem 0.5rem 13rem;
    font-size: 2.15em;
    line-height: 1.2em;
    color: #fff;
    padding: 3px 8px;
    text-align: left;
    background: rgb(238, 59, 50, 0.8);
    background: -moz-linear-gradient(top, rgba(238, 59, 50, 0.8) 0%, rgba(238, 59, 50, 0.8) 88%, rgba(238, 59, 50, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238, 59, 50, 0.8)), color-stop(88%, rgba(238, 59, 50, 0.8)), color-stop(100%, rgba(238, 59, 50, 0.8)));
    background: -webkit-linear-gradient(top, rgba(238, 59, 50, 0.8) 0%, rgba(238, 59, 50, 0.8) 88%, rgba(238, 59, 50, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(238, 59, 50, 0.8) 0%, rgba(238, 59, 50, 0.8) 88%, rgba(238, 59, 50, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(238, 59, 50, 0.8) 0%, rgba(238, 59, 50, 0.8) 88%, rgba(238, 59, 50, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(238, 59, 50, 0.8) 0%, rgba(238, 59, 50, 0.8) 88%, rgba(238, 59, 50, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecedee', GradientType=0);
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0;
}

h2 span {
    color: #002441;
    padding: 5px 8px;
    background: rgb(255, 255, 255, 0.8);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(88%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 88%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecedee', GradientType=0);
}

h2:last-of-type span {
    color: #fff;
    background: rgb(3, 30, 55, 0.8);
    background: -moz-linear-gradient(top, rgba(3, 30, 55, 0.8) 0%, rgba(3, 30, 55, 0.8) 88%, rgba(3, 30, 55, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(3, 30, 55, 0.8)), color-stop(88%, rgba(3, 30, 55, 0.8)), color-stop(100%, rgba(3, 30, 55, 0.8)));
    background: -webkit-linear-gradient(top, rgba(3, 30, 55, 0.8) 0%, rgba(3, 30, 55, 0.8) 88%, rgba(3, 30, 55, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(3, 30, 55, 0.8) 0%, rgba(3, 30, 55, 0.8) 88%, rgba(3, 30, 55, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(3, 30, 55, 0.8) 0%, rgba(3, 30, 55, 0.8) 88%, rgba(3, 30, 55, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(3, 30, 55, 0.8) 0%, rgba(3, 30, 55, 0.8) 88%, rgba(3, 30, 55, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ecedee', GradientType=0);
}

h3 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 0rem;
}

h4 {
    font-size: 1.4em;
    line-height: 1.3em;
    margin-bottom: 1rem;
    padding-left: 52px;
    position: relative;
}

h4 span {
    color: #00A953;
}

h4:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0px;
    width: 41px;
    height: 40px;
    background: #fff url('icon.jpg') no-repeat;
}

a {
    color: #231F20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

ul {
    padding: 0rem 0rem 1rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 13px;
}

ul li:before {
    content: "\25A0";
    display: inline-block;
    font-size: 1em;
    position: relative;
    float: left;
    top: -3px;
    margin-left: -13px;
    color: #EE3B33;
}


/* Hebt Float left/right auf */

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


/* Ende Standard */


/* Header */

header {
    padding: 0rem 0rem 0rem;
    position: relative;
}

header a {
    position: absolute;
    width: 37%;
    height: 20%;
    top: 1%;
    right: 2%;
}

header img {
    max-width: unset;
    width: 100%;
}


/* Ende Header */


/* Article */

article {
    padding: 0.5rem 1.5rem 0rem;
}

article>p:first-of-type,
article section {
    color: #001649;
}

article>p:first-of-type {
    text-align: justify;
}

article>aside:first-of-type {
    margin-bottom: 6rem;
    margin-top: -230px;
    position: relative;
    margin-left: 0rem;
    text-align: right;
    margin-right: -0.5rem;
}

article>aside:nth-of-type(2) strong {
    float: left;
    display: inline-block;
}

article>aside:nth-of-type(2) a {
    float: right;
    display: inline-block;
    margin-top: 8px;
}

article>aside {
    margin-bottom: 1rem;
}

article>aside:nth-of-type(3) strong {
    float: left;
}

article>aside:nth-of-type(3) span {
    float: right;
    width: 254px;
}

article>ul:last-of-type+p {
    color: #002242;
    padding-bottom: 1.5rem;
}

article p span {
    color: #EE3B32;
}

article p:nth-of-type(2) {
    color: #001649;
    text-align: justify;
}

article>ul:last-of-type+p small {
    color: #231F20;
}

h5 {
    font-size: 1em;
    color: #EE3B32;
}

section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

section aside:first-of-type {
    width: 48%;
    position: relative;
}

section aside:last-of-type {
    width: 44%;
}

section aside:first-of-type:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #EE3B32;
    position: absolute;
    top: -0.25rem;
    right: -1.25rem;
}

section aside ul:last-of-type {
    padding-bottom: 0.5rem;
}

section aside ul:first-of-type li {
    padding-left: 1.5rem;
}

section aside ul:first-of-type li::before {
    margin-left: -1.5rem;
}

section aside h5:last-of-type {
    padding-bottom: 0.4rem;
}


/* Ende Article */


/* Footer */

footer {
    padding: 0rem 1.5rem 0rem;
    font-size: 0.8em;
    line-height: 1.3em;
}

footer>p:last-of-type a {
    color: #215F9F;
    font-weight: bold;
    text-decoration: underline;
}

footer>aside {
    width: 74px;
    position: absolute;
    right: 1rem;
    bottom: 19px;
    font-size: 1.3em;
}

footer p {
    padding-bottom: 0.5rem;
}


/* Ende Footer */


/* Responsive */

@media only screen and (max-width:494px) {
    #wrapper {
        border: none;
        margin: 0 auto;
        height: auto;
        font-size: 0.938em;
    }
    article {
        padding: 0.5rem 1rem 0rem;
    }
    article>aside:first-of-type {
        margin-top: 0;
    }
    article>p:first-of-type {
        width: 100%;
        text-align: left;
    }
    article aside {
        float: none !important;
        width: 100% !important;
        padding-top: 0 !important;
    }
    article section:last-of-type {
        margin: 0rem;
    }
    article>aside:nth-of-type(2) a,
    article>aside:nth-of-type(2) strong,
    ul br,
    h4 br {
        float: none;
    }
    article section:last-of-type aside span,
    article section:first-of-type aside:first-of-type ul,
    article section:last-of-type aside ul {
        float: none;
        width: 100%;
    }
    article section:first-of-type ul li {
        display: block;
        margin-right: 0;
    }
    article section:first-of-type ul {
        padding-bottom: 0.5rem;
    }
    article>aside:nth-of-type(2) strong {
        display: block;
    }
    article>aside:first-of-type {
        margin-bottom: 1rem;
        margin-left: 0;
    }
    footer>aside {
        position: static;
    }
    footer {
        padding: 0rem 1rem;
    }
    h1 {
        width: 100%;
        background: #EE3B32;
        margin-left: 0;
    }
    h2 span {
        display: block;
    }
    h4 br,
    article section:last-of-type+p br,
    li br {
        display: none;
    }
    section aside:first-of-type:before {
        display: none;
    }
    section aside {
        width: 100%;
    }
    section {
        display: block;
    }
}


/* Ende Responsive */