﻿@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;
    color: color: #009fe3;
    ;
}

a:hover,
a:active,
a:visited {
    text-decoration: underline;
}

u {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    font-family: 'Verdana', sans-serif;
    font-size: .687rem;
    line-height: 1.5;
    color: #08113E;
}

#wrapper {
    position: relative;
    max-width: 57.5rem;
    padding: 0 .312rem;
    margin: 1rem auto;

    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    border-radius: .312rem;
}

article {
    border: 1px solid #08113E;
    margin: 0px 0px 0px 0px;
    padding: 0px 60px 0px 60px;


}

p {
    margin: 0 0 1rem;
}

h1 {
    margin: 0px 0px 80px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 1px;
    font-family: Verdana, sans-serif;
    text-align: left;
}

h1 span {
    font-size: 16px;
    margin-bottom: -28px;

}

h2 {
    font-size: 15px;
    margin: 13px 0px;
    font-family: Verdana, sans-serif;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 42px;
}

h3 {
    color: #009fe3;
    font-size: 1.5rem;
    margin: 0 0 .625rem;
    line-height: 1.1
}

h4 {
    font-size: .875rem;
    font-family: 'Source Code Pro', monospace;
    color: #FAAC29;
    text-align: justify;
    font-weight: normal;
    margin: 0 0 .937rem;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

ul {
    margin: 0px 0px 42px -10px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

ul li {
    padding-left: 40px;
}

li:before {
    content: "\2022";
    color: #08113E;
    float: left;
    margin-left: 0px;
    font-size: 8px;
    text-indent: -29px;
}




header {
    position: relative;
    max-width: 56.875rem;
    margin: 1rem auto;
    box-shadow: .187rem .187rem .625rem 0 rgba(0, 0, 0, 0.6);
    padding: 1.875rem 1.25rem 0;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    overflow: hidden;
    border-radius: .312rem;

}

header section:first-of-type {
    float: left;
    width: 25%;
}

header section:first-of-type > a {

    width: 12.5rem;

}

header section:first-of-type p a {

    -webkit-appearance: none;
    background-color: #86bc25;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 0 #78a43a;
    color: white;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    outline: none;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    width: 12.5rem;

}

header section:last-of-type {
    float: right;
    width: 74%;
    margin-top: -1.062rem;
    font-size: 1rem;
    color: #4b4b4b;
    ;
}

header section:last-of-type p:first-of-type {
    font-weight: bold;
    color: #4b4b4b;
    font-size: 1rem;

}

header section:last-of-type p:last-of-type {
    margin-top: 4.062rem;
    font-weight: normal;
}



i {
    color: #009FE3;
}

aside {
    background: url(../images/bg.jpg) no-repeat;
    padding: 4px 0px 0px 60px;
}

article section {
    margin: 3.125rem -2.437rem 1.875rem -2.437rem;
    background: #08113E;
    position: relative;
    font-weight: bold;
    padding: 10px 0px 10px 1.562rem;
    border: 2px solid #08113E;
    height: 3.875rem;
}

article section p {
    color: #fff;
    margin-bottom: 0;
    margin-top: .187rem;

}

article section > a {
    max-width: 2.125rem;
    float: left;
    margin-right: 1.562rem;
    margin-top: .187rem;
}

article section > img {
    max-width: 3.562rem;
    float: right;
    margin-top: -.625rem
}

address {
    margin: 0 -3.75rem;
    position: relative;
}
address>a{
    position: absolute;
    top: 1.562rem;
    left: 1.562rem;
}

h1:last-of-type {
    margin-bottom: 1.25rem;
}

@media only screen and (max-width:57.437rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: .625rem;
    }

    article {
        padding: 0;
        border: none;
    }

    a {
        font-weight: bold;
    }

    p {
        text-align: left;
        margin: 0 0 .625rem;
    }

    h1 {
        margin: .625rem 0;
    }

    article br {
        display: none;

    }

    p,
    ul,
    h2 {
        margin-bottom: .625rem;
        text-align: left;
    }

    header section:first-of-type {
        float: none;
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    header section:last-of-type {
        float: none;
        width: 100%;
        margin: 0;
    }

    header section:last-of-type p:first-of-type {

        letter-spacing: 0;
    }

    header section:last-of-type p:last-of-type {
        margin-top: 0;
        font-weight: normal;
    }

    article {
        position: relative;
    }

    article > a {
        height: 10%
    }

    header section:first-of-type > img {
        margin-bottom: .625rem;
    }

    article img {
        margin-bottom: .625rem;
    }

    header p {
        font-size: .812rem;
        letter-spacing: -0.3px;
    }

    h4 {
        padding-left: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: .625rem;
    }

    h2 {
        margin: 0 0 .625rem 0;
        line-height: 1.4;
    }

    aside {
        background: url(../images/bg.jpg) no-repeat;
        padding: 4px 0px 0px 60px;
    }

    article section {
        margin:.625rem 0 .625rem 0;
        background: #08113E;
        position: relative;
        font-weight: bold;
        padding: 10px 0px 10px .625rem;
        border: 2px solid #08113E;
        height: auto;
    }

    article section p {
        color: #fff;
        margin-bottom: 0;
        margin-top: .187rem;

    }

    article section > a {
        max-width: 34px;
        float: none;
        margin-right: 0;
        margin-top: 0;
    }

    article section > img {
        max-width: 3.562rem;
        float: none;
        margin-top: 0;
    }

    address {
        margin: 0;
    }

    h1:last-of-type {
        margin-bottom: .625rem;
    }

}

@media only screen and (max-width:29.937rem) {
    h1 {
        font-size: 1.125rem;
    }
}
