﻿@charset "utf-8";
/* Standard */
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.875em;
    line-height: 1.431em;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
}
#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    overflow: hidden;
}
header {
}
article, footer {
    padding: 0rem 1.188rem;
}
p {
    text-align: left;
    padding-bottom: 0.4rem;
}
p span {
    color: #EF001F;
}
h2+p, h2+ul {
    margin-top: 0.308rem;
}
h1 {
    text-align: left;
    font-size: 1.792em;
    line-height: 1.1em;
    font-weight: 600;
    color: #EF001F;
    text-transform: uppercase;
}
h1 span {
    font-weight: normal;
    font-size: 0.631em;
}
h2 {
    font-size: 1.231em;
    line-height: 1.231em;
    font-weight: 600;
    color: #EF001F;
    text-transform: uppercase;
}
h3 {
    font-size: 1.231em;
    line-height: 1.231em;
    font-weight: 600;
    color: #EF001F;
}
a:link, a:active, a:visited {
    color: #EF001F;
    text-decoration: none;
}
a:hover {
    color: #EF001F;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
hr {
    border-top: thin solid #52BA5A;
}
/*hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #E00060;
}*/

ul {
    padding-left: 1rem;
}
li {
    padding-bottom: 0.4rem;	/* Für List GFX
	list-style-type:none;
	list-style-image:url();
	*/
}
/* 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: 0;
}
/* Ende Standard */


/* Header */
header img:nth-child(1) {
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 3.3rem;
    padding-left: 1rem;
}

/* Responsive */
@media only screen and (max-width:53rem) {
body {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
}
}

@media only screen and (max-width:40rem) {
body {
    background-image: url(../images/bg1.jpg);
    background-repeat: no-repeat;
}
#wrapper {
    border: none;
    margin: 0 auto;
}
a {
    font-size: 1rem;
}
article, footer {
    padding: 0rem 0.5rem;
}
header img:nth-child(1) {
    max-width: 100%;
    height: auto;
    display: block;
    padding-bottom: 3.3rem;
    padding-left: 1rem;
}
}
/* Ende Responsive */
