﻿@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-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 300
}

#wrapper {
    position: relative;
    max-width: 1160px;
    margin: 1rem auto;
    border: solid thin #999;
    padding: 0 30px;
    /*    background: url(../images/flieger.png) center no-repeat;
    background-size: 30%;*/
    background-color: #fff;
    overflow: hidden;
}

p {
    text-align: left;
    margin: 0 0 20px;
}

h1 {
    text-align: left;
    font-size: 32px;
    line-height: 1.2;
    margin: 60px 0 70px;
    color: #222222;
    font-weight: 200;
}

h2 {
    color: #FF6600;
    font-size: 16px;
    line-height: 1.4;
    margin: 50px 0 10px;
    font-weight: 400;
}

h3 {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    margin: 20px 0;
}

h4 {
    color: #FF6600;
    line-height: 1.6;
    font-weight: 400;
}

h4 span {
    color: #333;
    font-weight: 300;
}

h5 {
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
    margin: 20px 0;
    color: #222222;
    font-weight: 200;
}

hr {
    border-top: solid thin #999;
}

ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

ul li {
    padding-left: 40px;
}

ul li:before {
    content: "";
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    margin-left: -22px;
    top: 7px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header a {
    margin: 20px 0 30px;
    display: block;
    max-width: 150px
}

nav {
    width: 78%;
}

article {
    background: url(../images/flieger.png) center no-repeat;
    background-size: 12%;
    background-attachment: fixed;
    opacity: 0.7;
    position: relative;
}

article p:first-of-type {
    width: 75%;
}

aside {
    position: absolute;
    right: 0;
    top: 0%;
}

aside a {
    border: 1.5px solid #FF6600;
    color: #FF6600;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border-radius: 60px;
    padding: 7px 25px;
    margin: 20px 0;
}

aside a:hover {
    color: #fff;
    background: #FF6600;
}

footer {
    background-color: #F0F0F0;
    margin: 8.125rem -1.875rem;
    padding: 1.875rem 1.875rem 3.125rem;
}

footer > p {
    text-align: center;
    font-weight: 200;
}

section:first-of-type {
    float: left;
    margin: 50px 10px 70px;
    padding: 40px 250px 30px 150px;
    position: relative;
    border-right: solid thin #999;
}

section:first-of-type p {
    text-align: right;
    font-weight: 200;
}

section:first-of-type img {
    max-width: 130px;
    position: absolute;
    right: 18%;
    top: 0;
}

section:last-of-type {
    float: left;
    margin: 50px 10px 70px;
    padding: 0 70px;
    position: relative;
}

section:last-of-type img {
    max-width: 130px;
}

section:last-of-type p {
    text-align: left;
    font-weight: 200;
    position: absolute;
    left: 85%;
    top: 30%;
}

footer > p {
    margin: 30px auto 0;
    text-align: center;
}

footer > p a {
    margin: 0 10px;
}

@media only screen and (max-width:1159px) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0 0.625rem;
    }

    a {
        font-weight: bold;
    }

    p a {
        white-space: pre-wrap;
    }

    body {
        font-size: .875rem;
        line-height: 1.4;
        font-weight: normal;
    }

    p,
    ul {
        text-align: left;
        margin: 0 0 .625rem;
    }

    br {
        display: none;
    }

    h1 {
        font-size: 1.5rem;
        margin: .937rem 0;
    }

    h2 {
        font-size: 1rem;
        margin: .937rem 0 0;
    }

    h3 {
        font-size: 1rem;
        margin: .625rem 0;
    }

    h4 {
        line-height: 1.4;
    }

    h4 span {
        font-weight: 400;
    }

    h4 br {
        display: block;
    }

    h5 {
        font-size: 16px;
        line-height: 1.2;
        margin: 0;
        font-weight: 300;
    }

    header a {
        margin: .625rem 0;
        max-width: 7.5rem
    }

    nav {
        width: 100%;
    }

    article {
        background: none;
    }

    article p:first-of-type {
        width: 100%;
    }

    aside {
        position: static;
    }

    footer {
        margin: 10px -10px 0;
        padding: 10px;
    }

    footer br {
        display: block;
    }

    section:first-of-type {
        float: none;
        margin: 0 10px;
        padding: 0 10px;
        border-right: none;
    }

    section:first-of-type p {
        text-align: center;
        font-weight: 200;
    }

    section:first-of-type img {
        position: static;
        display: block;
        margin: 10px auto;
    }

    section:last-of-type {
        float: none;
        margin: 10px;
        padding: 10px;
    }

    section:last-of-type img {
        display: block;
        margin: 10px auto;
    }

    section:last-of-type p {
        text-align: center;
        position: static;
    }

    footer > p a {
        margin: 0 5px;
        max-width: 25px;
    }
}

@media only screen and (max-width:479px) {}
