﻿@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;
    /*
      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: 'Kalam', cursive;
	font-family: 'Titillium Web', sans-serif;
	font-family: 'Montserrat', sans-serif;
	*/

}

#wrapper {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
    border: none;
    padding: 0.5rem 0rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    background-color: #fff;
    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 {
    position: relative;
    max-width: 940px;
    margin: 1rem auto;
}

header,
article,
footer {
    padding: 0rem 1.188rem;
}

p {
    text-align: justify;
    padding-bottom: 0.7rem;
}

h2 + p,
h2 + ul {
    margin-top: 0.308rem;
}

h1 {
    font-size: 1.892em;
    line-height: 1.1em;
    font-weight: 900;
    padding-bottom: 1rem;
}

h1 span {
    font-weight: normal;
}

h2 {
    font-size: 1.071em;
    line-height: 1.231em;
}

a:link,
a:active,
a:visited {
    color: #F00;
    text-decoration: none;
}

a:hover {
    color: #F00;
    text-decoration: underline;
}

a.link:link {
    text-decoration: none;
    color: #FFF;
    background-color: #FF0000;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem;
    border-radius: 10px;
    border: 2px solid #F00;
}

a.link:visited {
    text-decoration: none;
    color: #FFF;
    background-color: #FF0000;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem;
    border-radius: 10px;
    border: 2px solid #F00;
}

a.link:hover {
    text-decoration: none;
    color: #FF0000;
    background-color: #fff;
    padding-top: 0.8rem;
    padding-right: 2rem;
    padding-bottom: 0.8rem;
    padding-left: 2rem;
    border-radius: 10px;
    border: 2px solid #F00;
}

a.link1:link {
    text-decoration: underline;
    color: #000;
}

a.link1:visited {
    text-decoration: underline;
    color: #000;
}

a.link1:hover {
    text-decoration: none;
    color: #000;
}


img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border-top-width: 1px;
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #CCCCCC;
}

/*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.5rem;
    /* 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: 0px;
}

/* Ende Standard */


/* Header */

header img {
    max-width: 20%;
    height: auto;
    display: block;
}


/* Ende Header */


/* Article */
article section:nth-of-type(1) {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    padding-right: 2rem;
}

article section:nth-of-type(2) {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    background-color: #F2F2F2;
}

article section:nth-of-type(2) p {
    padding-left: 1rem;
    padding-right: 0.5rem;
    text-align: left;
    line-height: 1.831em;
}

article section:nth-of-type(2) img {
    display: inline-block;
    margin-bottom: -0.2rem;
}



span {
    color: #B6B6B6;
}

/* Ende Article */


/* Footer */
footer img {
    max-width: 4%;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 2rem;

}

/* 
footer {
	background-color:#F07C19;
	color:#fff;
	margin-left:-1.188rem;
	margin-right:-1.188rem;
	padding:1rem 1.188rem ;
}
*/
/* Ende Footer */


/* Aside */
/* 
aside {
	margin-left:-1.188rem;
	margin-right:-1.188rem;
}
*/
/* Ende Aside */


/* Section */
/*
section {
	display:inline-block;
	width:50%;
	vertical-align:top;
}
*/
/* Ende Section */


footer a:hover{
    text-decoration: none;
}
/* Responsive */
@media only screen and (max-width:939px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    header,
    article,
    footer {
        padding: 0rem 0.5rem;
    }

    article section:nth-of-type(1) {
        width: 100%;
        padding-right: 0rem;
    }

    article section:nth-of-type(2) {
        width: 100%;
        background-color: #FFF;
    }

    p {
        text-align: left;
        padding-bottom: 0rem;
    }

    footer img {
        max-width: 10%;
        display: inline-block;
        margin-right: 1rem;
        margin-top: 1rem;

    }

    header img {
        max-width: 40%;
    }


}

/* Ende Responsive */