@charset "UTF-8";

/*      Farben           
violett:  #941B79
blau:     #007ead   
hellblau: #97CBE1
tonig:    #f6f1e8   */

body {
	font: 100%/1.4 'Noto Sans', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #f6f1e8;
}


/* ~~ Element-/Tag-Selektoren ~~ */

h1, h2, h3, h4, h5, h6, p, .pfeil {
	margin-top: 0;
	padding-right: 24px;
	padding-left: 24px;
}

h1 {
	font: 60%/3.2 'Noto Sans', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	float: right;
	letter-spacing: 1.6em;
	margin-top: 120px;	
	z-index: 20;
}
h2 {
	font: 120%/1.0 'Noto Sans', Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 700;
}

ul {
	color: #007ead;
	list-style: none;
	margin: 0 0 0 -16px;	
}
li {
	padding-bottom: 8px; 
}

a img { 
	border: none;
}

.icon { 
	float: left;
	margin: -88px 0 0 -124px;
	z-index: 1;
}

.pfeil { 
	margin:140px 0 0 0;
	background-image:
}

strong {
	font-style: bold;
	font-weight: 700;
	}

h1 a:link, h1 a:visited {
	color: #97CBE1;
	text-decoration: none;
}

h1 a:hover, h1 a:active, h1 a:focus { 
	font: 340%/1.3 'Noto Sans', Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.4em;
}

a:link, a:visited {
	color: #97CBE1;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #ffffff;
	text-decoration: none;
}

/* ~~ Blockelemente ~~ */
.container {
	width: 800px;
	height: 560px; 
	background: #007ead;
	margin: 32px auto;
	border: 6px;
	border-style:solid;
	box-shadow: 6px 6px 12px rgba(0, 44, 85, 0.6);      /* x-wert, y-wert, schatten */ 
}
	
.content {
	margin: 0;
	float: right;
}


/* ~~ Fußzeile ~~ */
.footer {
	padding-left: 420px;
	margin: 0; 
}



.header, .section, .footer, .article, .adress, .content, {
	display: block;
}