﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    line-height: 1.431em;
    background-attachment: fixed;
    /*background-image: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;*/
    /*
      font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-family: 'Archivo Narrow', sans-serif;
    font-family: 'Roboto Slab', serif;
    font-family: 'Raleway', sans-serif;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-family: 'Fira Sans', sans-serif;
	font-family: 'Montserrat', sans-serif;
	*/
}
#wrapper {
    position: relative;
    max-width: 51.875rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    overflow: hidden;
    /*
	-moz-box-shadow: 0px 0px 23px #000;
	-webkit-box-shadow: 0px 0px 23px #000;
	box-shadow: 0px 0px 23px #000;
	
	-moz-box-shadow: 3px 3px 4px #A6A6A6;
	-webkit-box-shadow: 3px 3px 4px #A6A6A6;
	box-shadow: 3px 3px 4px #A6A6A6;
	*/
}
header,
article,
footer {
    padding: 0rem 1.188rem;
}

footer {
    padding-top: .937rem
}

p {
    text-align: left;
}
h1 {
    font-size: 1.692em;
    line-height: 1.1em;
}
h1 span {
    font-size: 0.631em;
}
h2 {
    font-size: 1.231em;
    line-height: 1.231em;
    color: #e13d3a;
    margin: 0 0 .625rem
}
a:link,
a:active,
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: underline;
}
a.link:link {
    text-decoration: underline;
    color: #000;
}
a.link:visited {
    text-decoration: underline;
    color: #000;
}
a.link:hover {
    text-decoration: none;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
hr {
    border-top: 1px solid #52BA5A;
}
i {
    color: #566578
}
p i:first-of-type {
    color: #7092BE
}
ul {
    padding-left: 1rem;
}
li {
    padding-bottom: 0.2rem;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Ende Standard */


/* Header */

header img {
    display: inline-block;
    margin-bottom: 1rem;
}
header section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    background-color: #FFF;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
p span {
    color: #e13d3a !important
}
header section>a {
    float: right;
    padding-top: 2rem;
    max-width: 11.375rem
}

/* Ende Header */


/* Article */

article section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    background-color: #FFF;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
article section:nth-of-type(2),
article section:nth-of-type(4) {
    background-color: #F4B9B8;
}
article section:nth-of-type(6) img {
    margin-left: auto;
    margin-right: auto;
}
article section:nth-of-type(5) img {
    float: right;
    margin-top: -3rem;
}
article section:nth-of-type(7){
    padding: 0
}
/* Ende Article */


/* Footer */
article>img{
    margin-bottom: 1rem
}
footer p {
    text-align: center;
}
footer section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 1rem;
    background-color: #F2F0E9;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
}

article section:nth-of-type(6)>a {
    background: #e13d3a;
    font-weight: bold;
    color: #fff !important;
    padding: .625rem .937rem;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    text-align: center
}
article section>a:hover {
    text-decoration: none;
}
iframe{
    width: 100%
}
@media only screen and (max-width:51.812rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }
    article section:nth-of-type(5) img {
        float: none;
        margin-top: 0rem;
    }
    header section>a{
        float: none;
        padding-top: 0rem;
    }
}

/* Ende Responsive */
