﻿@font-face {
    font-family: 'monument-grotesk-bold';
    src: url('../font/monument-grotesk-bold-8bee2122304d518d669356ef0bb8b845.woff') format('woff')
}

@font-face {
    font-family: 'monument-grotesk-regular';
    src: url('../font/monument-grotesk-regular-71f09d1d69038c38c389400d883d2cd3.woff') format('woff');
}



@charset "utf-8";

/* Standard */
:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #000;
    font-family: 'monument-grotesk-regular', sans-serif;
    font-size: 0.925em;
    line-height: 1.431em;
    background-color: #999;

}

#wrapper {
    position: relative;
    max-width: 48.75rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    background-color: #fff;
    overflow: hidden;
}

article,
footer {
    padding-right: 6rem;
    padding-left: 7rem;
}

p {
    text-align: left;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 1.625rem;
    line-height: 1.3;
    color: #969687;
    padding-top: 1rem;
}

h1 span {
    font-weight: normal;
}

h1,
h2,
h3,
h4 {
    font-family: 'monument-grotesk-bold', sans-serif;
    font-weight: 300;
    letter-spacing: -.5px;
}

h2 {
    font-size: 1.121em;
    line-height: 1.231em;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    color: #969687;
}

h3 {
    font-size: 1.687rem;
    line-height: 1.121em;
    color: #969687;
}

h4 {
    font-size: 1.692em;
    line-height: 1.231em;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

a:link,
a:active,
a:visited {
    color: #969687;
    text-decoration: none;
}

a:hover {
    color: #969687;
    text-decoration: underline;
}

a.link:link {
    text-decoration: none;
    color: #FFF;
    background-color: #00411E;
    padding-top: 0.7rem;
    padding-right: 1rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
}

a.link:visited {
    text-decoration: none;
    color: #000;
    background-color: #00411E;
    padding-top: 0.7rem;
    padding-right: 1rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
}

a.link:hover {
    text-decoration: none;
    color: #000;
    background-color: #969687;
    padding-top: 0.9rem;
    padding-right: 1.5rem;
    padding-bottom: 0.9rem;
    padding-left: 1.5rem;
    font-weight: 500;
    border: 2px solid #00411E;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul {
    padding-left: 1.3rem;
}

li {
    padding-bottom: 0.2rem;
    list-style-type: none;
    list-style-image: url();
}

li:before {
    content: "\2212";
    color: #000;
    float: left;
    margin-left: -1.25rem;
}

/* Liste mit Sonderzeichen (Sonderzeichencodes können über diese Seiten gefunden werden http://unicode-table.com/de/)

25A0 - Quadrat &#9726;
25B6 - Dreieck
23F5 - Dreieck - &#9205;
23E9 - 2 Dreiecke
2713 - Häkchen
2714 - Häkchen dick
2010 - Bindestrich
2212 - langer Bindestrich
2022 - Kreis (Bullet)
2B9A - Dreick 3D
276D - > oder 276F-&#10095;
27A2 - arrowhead

li:before
{
	content: "\25A0";
	color: #960236;
	float: left;		
	margin-left: -15px;
}
*/
/* Hebt Float left/right auf */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */


/* Header */
header {
    width: 100%;
    padding: 0 1.3rem .812rem;
}

header p {
    color: #969687;
    font-family: 'monument-grotesk-bold', sans-serif;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -.5px;
}

header section {
    float: left;
}

header section:nth-of-type(1) {
    display: inline-block;
    width: 63%;
    vertical-align: top;
    padding-top: 1rem;
}

header section:nth-of-type(2) {
    display: inline-block;
    width: 37%;
    vertical-align: top;
}

.logo img {
    width: 120px;
}

article {
    float: none;
    clear: both;
    padding-top: 2.5rem;
}

/* Responsive */
@media only screen and (max-width:48.687rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    h1,
    h3 {
        font-size: 1.692em;
        margin: .625rem 0;
    }

    h2 {
        font-size: 1.231em;
        padding: 0;
        margin: .625rem 0;
    }

    article {
        padding-top:0;
    }

    article br {
        display: none;
    }

    h4 {
        font-size: 1.292em;
        line-height: 1.231em;
        margin-bottom: 4rem;
        margin-top: 2rem;
    }

    header section:nth-of-type(1) {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-top: 1rem;
    }

    header section:nth-of-type(2) {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-top: 3rem;
    }

    article > br {
        display: none;
    }

    p,
    ul {
        text-align: left;
        margin-top: 0;
        margin-bottom: .625rem;
        padding-top: 0;
        padding-bottom: 0;
    }
    header a{
        margin: 0 auto;
        display: block;
        float: none;
    }

}

/* Ende Responsive */
