﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

#wrapper {
    position: relative;
    max-width: 1100px;
    margin: 1rem auto;
    /*   border: solid thin #000;*/
    padding: 0 50px 19px;
    box-shadow: 0 0 5px #888;

    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 15px;
}

h1 {
    font-size: 20px;
    line-height: 1.1;
    margin: .625rem 0 1.875rem;
    text-align: left;
    font-style: italic;
}

h1 em:before {
    float: left;
    position: relative;
    content: "";
    width: 17%;
    height: .5rem;
    background: #004078;
    margin: .625rem 0 0;
}

h1 em:after {
    float: left;
    position: relative;
    content: "";
    width: 1%;
    height: 8px;
    background: #fff url(../images/hl_edge.gif) no-repeat;
    margin: 10px 5px 0 0;
}

h2 {
    font-size: 14px;
    line-height: 1.4;
    margin: 35px 0 10px;
}

h3 {
    font-size: 12px;
    line-height: 1.4;
    margin: 15px 6px;
    font-weight: normal;
    text-align: right;
}

h4 {
    font-size: 20px;
    line-height: 1.1;
    margin: 15px 0;
    text-align: left;
    font-style: italic;
}

h4 em:before {
    float: left;
    position: relative;
    content: "";
    width: 37%;
    height: 8px;
    background: #004078;
    margin: 10px 0 0;
}

h4 em:after {
    float: left;
    position: relative;
    content: "";
    width: 5%;
    height: 8px;
    background: #fff url(../images/hl_edge.gif) no-repeat;
    margin: 10px 5px 0 0;
}

h5 {
    font-size: 20px;
    line-height: 1.1;
    margin: 15px 0;
    text-align: left;
    font-style: italic;
}

h5 em:before {
    float: left;
    position: relative;
    content: "";
    width: 52%;
    height: 8px;
    background: #004078;
    margin: 10px 0 0;
}

h5 em:after {
    float: left;
    position: relative;
    content: "";
    width: 5%;
    height: 8px;
    background: #fff url(../images/hl_edge.gif) no-repeat;
    margin: 10px 5px 0 0;
}

h6 {
    font-size: 16px;
    margin: 0 0 15px;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 0.625rem;
    padding: 0;
}

ul li {
    padding-left: 30px;
    margin-bottom: 6px;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../images/li.gif) no-repeat;
    background-size: contain;
    margin-left: -30px;
    top: 6px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    background: url(../images/head.jpg) no-repeat;
    background-size: contain;
    margin: 0 -60px 20px;
    padding: 32px;
}

header a {
    margin: 0;
    display: block;
    max-width: 13.437rem
}

article {
    float: left;
    width: 69%;
    border-right: solid thin #E8E8E8;
    padding-right: 40px;
}

article aside {
    position: absolute;
    width: 30%;
    right: 0%;
    top: 13.6%;
}

aside p {
    position: relative;
}

aside p span {
    position: absolute;
    left: 30%;
}

p a img {
    display: inline-block;
}

p a {
    color: #004178;
}

p a:hover {
    color: #4c7aa0;
}

footer {
    position: absolute;
    width: 30%;
    right: 0%;
    bottom: 33%;
}

@media only screen and (max-width:1099px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0 .625rem 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p a {
        white-space: pre-wrap;
    }

    body {
        font-size: 13px;
    }

    p {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1 em:before {
        width: 10%;
        height: 8px;
    }

    h1 em:after {
        width: 2%;
        height: 8px;
    }

    h2 {
        margin: 10px 0 5px;
    }

    h3 {
        font-size: 12px;
        margin: 10px 0;
        text-align: left;
    }

    h4 {
        margin: 10px 0 5px;
    }

    h4 em:before {
        width: 10%;
        height: 8px;
    }

    h4 em:after {
        width: 2%;
        height: 8px;
    }

    h5 {
        font-size: 20px;
        margin: 10px 0 5px;
    }

    h5 em:before {
        width: 10%;
        height: 8px;
    }

    h5 em:after {
        width: 2%;
        height: 8px;
    }

    h6 {
        font-size: 14px;
        margin: 10px 0;
    }


    header {
        background: #003F75;
        margin: 0 -10px 10px;
        padding: 10px;
    }

    header a {
        max-width: 150px
    }

    article {
        float: none;
        width: 100%;
        border-right: none;
        padding-right: 0;
    }

    article aside {
        position: static;
        width: 100%;
    }

    aside p span {
        position: static;
    }

    aside p strong br {
        display: none;
    }

    footer {
        position: static;
        width: 100%;
    }
}

@media only screen and (max-width:479px) {}