﻿@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: rgb(25, 75, 125);
    font-family: 'Open Sans', sans-serif;
    font-size: .75rem;
    line-height: 1.4;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 50.625rem;
    margin: 1rem auto;
    border: 1px solid #000;
    padding: 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: justify;
    margin: 0 0 1.25rem;
}

p strong {
    font-weight: 700;
}



h1 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 1.25rem 0 0;
    text-decoration: underline;
    font-weight: 700;
}

h2 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 0;
    font-weight: 700;
}

h3 {
    font-size: .812rem;
    line-height: 1.4;
    margin: 0 0 0;
    text-decoration: underline;
    font-weight: 700;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

ul li {
    padding-left: 3.125rem;
    text-align: justify;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    border-radius: 50%;
    background: rgb(25, 75, 125);
    margin-left: -1.562rem;
    top: .437rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

main {
    display: block;
}

header,
article,
footer {
    margin: 0;
    padding: 1.25rem 2.5rem;

}

header {
    margin: 0 0 0 0;
    padding: .625rem 1.25rem 0;
    color: #fff;
    position: relative;
}



header > a {
    display: none;

}

header > a img {
    width: 100%;
    max-width: 18.75rem;
}

header > section {
    position: absolute;
    top: 1.875rem;
    right: 3.75rem;
}

header > section p {
    text-align: right;
    margin: 0 0 .937rem;
    font-size: .75rem;
    line-height: 1.3;
}

header > section p strong {
    font-size: .812rem;
}

header > section p span {
    font-weight: 700;
}

figure {
    margin: 0 0 0 0;
}

article {
    margin: 0 0 0 0;
    padding: 0 2.5rem 7.5rem;
}


article > p:last-of-type {
    font-size: .812rem;
}

article p a {
    font-weight: 700;
}

aside {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

aside > section:nth-of-type(1) {
    flex: 60%;

}

aside > section:nth-of-type(2) {
    flex: 20%;

}

aside > section:nth-of-type(2) a img {
    max-width: 14.062rem;
    width: 100%;
}

/*
footer {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
*/

/*-------- buton -------*/

/*
article > a {
    margin: 0 0 1.25rem;
    padding: .625rem 1.25rem;
    text-align: center;
    background-color: #000000;
    color: #fff;
    border: 2px solid #000000;
}

article > a:hover {
    text-decoration: none;
}
*/

/*------------ buton end ----------*/

@media only screen and (max-width: 50.562rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;

    }

    a {
        font-weight: bold;
    }

    p,
    ul li {
        text-align: left;
    }

    ul li {
        padding-left: .937rem;
    }

    ul li:before {
        margin-left: -.937rem;
    }

    h1 > br,
    article > br,
    p > br,
    li > br {
        display: none;
    }

    h1 {
        margin: 0 0 .125rem;
        line-height: 1.4;
    }

    h2 {
        margin: 0 0 .312rem;
    }

    header,
    article,
    footer {
        margin: 0;
        padding: .625rem;

    }

    header {
        color: rgb(25, 75, 125);
        padding: .625rem .625rem 0;

    }

    header > a {
        display: block;
        margin: 0 0 .625rem;

    }

    header > section {
        position: static;
        margin: 1.25rem 0 0 0;


    }

    header > section p {
        text-align: left;
        margin: 0 0 .937rem;


    }

    article {
        padding: 0 .625rem,
    }

    aside {
        display: block;
    }

    aside > section:nth-of-type(1) {}

    aside > section:nth-of-type(2) {
        display: none;

    }

    aside > section:nth-of-type(2) a img {
        max-width: 14.062rem;
        width: 100%;
    }


}

@media only screen and (max-width:29.937rem) {
    h1 {
        /*        font-size: 1.75rem;*/
    }
}
