@charset "utf-8";
/* Standard */
:root {
	font-size:16px;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}
	
body {
	color: #000;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	  
    background-color: #F5F0F0;
    font-weight: 300;

	font-size: 0.813em;
	line-height: 1.4;
}

#wrapper {
	background-color: #fff;
	margin: 1rem auto;
	max-width: 58.75rem;
	overflow: hidden;
	position: relative;
}

p + p {
	margin: 1rem 0 0 0;
}

h1 {
	margin: 0 0 0.75rem;
	font-size: 2rem;
	line-height: 1.2;
	font-family: 'Dosis', sans-serif;
	font-weight: 500;
}

h1 span {
	font-weight: normal;
}

h2 {
	font-size: 1rem;
	line-height: 1.2;
	margin: 2rem 0 1rem;
	font-weight: 600;
}

h4 {
	font-size: 1rem;
	font-weight: normal;
}

h4 img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1rem;
}

h5 {
	font-size: 0.63rem;
	margin: 1rem 0 2rem;
	font-weight: normal;
}

a:link, a:active, a:visited {
	color: #6f2082;
	text-decoration: none;
}

a:hover {
	color: #6f2082;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
	border: none;
}

hr {
	border: none;
	border-top: 0.063rem solid #000;
}

/*hr {
	background-color: #FFFFFF;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;	
	border-top-color: #E00060;
	border-top-style: dotted;
	border-top-width: 0.125rem;	
	color: #FFF;
	height: 0.063rem;
}*/

ul {
	padding-left: 1rem;
}

li {
		/* Für List GFX
	list-style-type:none;
	list-style-image:url();
	*/
	padding-bottom: 0.2rem;
}

/* Liste mit Sonderzeichen (Sonderzeichencodes können über diese Seiten gefunden werden http://unicode-table.com/de/)

25A0 - Quadrat
25B6 - Dreieck
23E9 - 2 Dreiecke
2713 - Häkchen
1F5F8 - Dünnes Häkchen
2714 - Häkchen dick
2010 - Bindestrich
2212 - langer Bindestrich
2022 - Kreis (Bullet)
25CF - großer Kreis (Bullet)
22C5 - winziger Kreis
25CB - leerer Kreis
25EF - leerer Kreis groß
2666 - Karo
203A - kleiner Pfeil unten
002217 - Stern
2192 - Pfeil
27A2 - Pfeil mit Schatten
002c - Komma
0020 - Leerzeichen nach einem Satzzeichen
202F - Leerzeichen, kann mehrmals eingesetzt werden (entspricht &nbsp;)
20AC - Eurozeichen
00AE - eingetragene Marke
2B9A - Dreick 3D
2B9E - Dreieck gefüllt
2665 - Herz
00AB - Doppelpfeil links
00BB - Doppelpfeil rechts
003E - Größer-Als-Zeichen
02C3 - Rechte Pfeilspitze

li:before
{
	color: #960236;
	content: "\002217";
	float: left;		
	margin-left: -0.938rem;
}
*/

header {
	padding: 1rem 0;
}

header img {
	margin-left: auto;
}

nav {
	background-color: #6f2082;
	color: #fff;
	text-align: center;
	padding: 1.25rem 0;
}
article {
	padding: 0 3.25rem;
}

aside {
	border-top: thin solid #ede9e9;
	border-bottom: thin solid #ede9e9;
	padding: 3rem 0;
}

aside:first-of-type {
	display: flex;
	justify-content: center;
}

aside h6 {
	font-size: 0.938rem;
	font-weight: normal;
}

aside h6 a:link, aside h6 a:active, aside h6 a:visited {
	text-align: center;
color: #FFFFFF;
padding: 0.6em 4em;
border: none;

border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-transform: uppercase;

transition: background-color 0.5s ease;
background-color: #6F2082;

	
}



aside h6 a:hover {
	background-color: #ffcc00;
	color: #000;
	text-decoration: none;
}

footer {
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}

footer p {
	width: 27%;
}

footer p img {
	display: inline-block;
	margin: 0 0.25rem;
	vertical-align: middle;
}


.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* Responsive */
@media only screen and (max-width:50rem) {
#wrapper {
	border: none;
	margin: 0 auto;
	padding: 0;
}
	
	header {
	padding: 0 0;
}

header img {
	margin-left: auto;
}

nav {
	
	padding: 1rem 0;
}
article {
	padding: 0 1rem;
}

aside {
	border-top: thin solid #ede9e9;
	border-bottom: thin solid #ede9e9;
	padding: 2rem 0;
	margin: 1rem 0
}





footer {
	display: flex;
	justify-content: center;
	padding: 2rem 0;
}

footer p {
	width: 100%;
	margin: 0 1rem;
}

footer p img {
	display: inline-block;
	margin: 0 0.25rem;
	vertical-align: middle;
}
a:link, a:active, a:visited {
	font-size: 1rem;
}
a:hover {
	text-decoration: none;
}

}

/* Ende Responsive */