﻿@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: #000;
    /*    font-family: 'Mulish', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-size: .75rem;
    line-height: 1.5;
}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 1rem auto;
    border: solid thin #000;
    padding: 1.25rem 2.5rem 1.25rem 5rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 0.625rem;
}



h1 {
    font-family: 'Gudea', sans-serif;
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 1.25rem 0;
    color: #4A5E67;
    background-color: #DAE1E4;
    padding: 1.875rem;
}

h1 span {
    font-weight: 100;
    font-size: 1rem
}


h2 {
    font-family: 'Gudea', sans-serif;


    line-height: 1.4;
    margin: 0 0 .312rem;
    color: #4A5E67;
    font-size: .812rem
}

h3 {
    color: #4A5E67;
    font-size: .75rem;
    line-height: 1.4;
    margin: 0 0 0.625rem;
    text-align: center;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style: none;
    margin: 0 0 1.562rem;
    padding: 0;
}

ul li {
    padding-left: 2.812rem;
    line-height: 1.85;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: .25rem;
    height: .25rem;
    /*    border-radius: 50%;*/
    background: #4A5E67;
    margin-left: -1.5rem;
    top: .562rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header {
    margin: -1.25rem -5rem 1.25rem;
    padding: 0;
    position: relative;
}

header > img {
    max-width: 56.25rem;
    width: 100%;
}

header > section {
    font-family: Helvetica, Arial, sans-serif;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.5rem;
    font-weight: 700;
    padding: .625rem 5rem;
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
}

header > section > p {
    margin: 0 0 0 0;
}

header > a {
    position: absolute;
    top: 2.187rem;
    right: 11.5%;

}

header > a img {
    max-width: 5rem;
    width: 100%;
}

article {

    position: relative
}


article > aside {
    display: none;
}

article > section:nth-of-type(1) {
    float: left;
    width: 64%;
}

article > section:nth-of-type(2) {
    float: right;
    width: 31.5%;
    background-color: #DAE1E4;
    padding: 1.25rem .625rem 3.75rem;
    margin: 2.25rem 0 0 0;
}

article > section:nth-of-type(2) > a {
    margin: 0 0 2.5rem;
}

article > section:nth-of-type(2) > a img {
    max-width: 14.062rem;
    width: 100%;
}






footer {
    margin: .625rem -2.5rem -1.25rem -5rem;
    padding: 1.25rem 2.5rem 1.25rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer > section:nth-of-type(1) > a img {
    max-width: 12.5rem;
    width: 100%;
}

footer > section:nth-of-type(2) img {
    max-width: 18.75rem;
    width: 100%;
}



@media only screen and (max-width:56.187rem) {
    body {
        line-height: 1.4;
    }

    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    h1 > br,
    article > br,
    p > br,
    li > br {
        display: none;
    }




    a {
        font-weight: bold;
    }

    ul {
        margin: 0 0 .625rem;
    }

    ul li {
        padding-left: .937rem;
        line-height: 1.4;
    }

    ul li:before {
        margin-left: -.937rem;
        top: .375rem;
    }


    h1 {
        font-size: 1.563em;
        margin: 1.25rem 0 1.25rem;
        line-height: 1.2;
        padding: .625rem;
    }

    h2 {
        margin: 0 0 .312rem 0;
    }


    header {
        margin: -0.625rem -0.625rem 0.625rem;
        padding: 0.625rem;
    }


    header > section {

        background-color: #fff;
        font-size: 1.25rem;

        padding: .625rem 0;
        position: static;

    }



    header > a {
        position: static;
        margin: 0 0 1.25rem;

    }


    article {
        padding: 0;
    }

    article > aside {
        display: block;
        background-color: #DAE1E4;
        padding: .625rem;
        margin: 0 0 1.25rem 0;
    }

    article > aside a {
        margin: 0 0 1.25rem;
    }

    article > aside a img {
        max-width: 14.062rem;
        width: 100%;
    }

    article > section:nth-of-type(1) {
        float: none;
        width: auto;
    }

    article > section:nth-of-type(2) {
        float: none;
        width: auto;
        padding: .625rem;
        margin: 1.25rem 0 1.25rem 0;
    }

    article > section:nth-of-type(2) > a,
    article > section:nth-of-type(2) > p:first-of-type {
        display: none;
    }


    footer {
        margin: 0 -.625rem -.625rem;
        padding: .625rem;
        display: block;
    }

    footer > section:nth-of-type(1) {
        margin: 0 0 1.25rem;
    }


}

@media only screen and (max-width:29.937rem) {}