/* ----------------- * 
 * Verwendete Farben
 * #38506d - blau dunkel
 * #21b6c2 - türkis
 * #444 - grau text
 + #7E7E7E - grau navi Footer
 * #bbbbbc - hellgrau text
 * ------------------*/

body {
	background-color: white; 
	color: #444; 
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
    font-size: 1em; /* 16px */ 	  
	line-height: 1.5em; /* 24px */
}
a {
	text-decoration:none; 
	color: #c6431b; /* rot */
	font-weight: 400;
	transition: all .4s ease-in-out;
	border-bottom: dotted 1px;
}	
a:hover, a:active {
	color: #bbbbbc; /* hellgrau */
	transition: all .4s ease-in-out;
}	

p {
	font-size: 1em;	
	font-weight:300;
	padding: 8px 15px 0 20px;
}
em {
	color:#21b6c2;
	font-style:normal;
}
.abstand {
	margin-bottom: 1.5em;
}
.col1 {
	background: #e0e4e4;
}
.col2 {
	background: #cad0d0;
}
.col3 {
	background: #eef1f1;
}
.col4 {
	background: #bdc4c4;
}
.col5 {
	background: #d7e2e2;
}

.titel1 {
	font-size: 2em; 
	font-weight: 600;
	color: black;
	letter-spacing: 2px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	padding: 12px .25em; 
	margin: .5em 0; 
	text-align:center;
	line-height: 1.1em;
}
.titel2 {
	font-size: 1.5em;
	color: black;
	letter-spacing: 1px;
	text-transform: inherit;
	text-align:center;
	margin-top: 0;
	font-weight: 500;
	padding-left: 0 .2em;
}
.titel3 {
	font-size: 1.125em;
	font-weight: 500;
	letter-spacing: 1px;
	text-align:center;
	color: black;
	padding: .5em .2em;
	margin-bottom: 1em;
}
h1 {
	margin-top: 1em;
	font-weight:400;
	font-size: 1.75em; /* 28px */ 	
	line-height: 1em; /* 28px */
	border-bottom: 2px solid black; 
	border-top: 2px solid black; 
	padding-bottom: 10px;
	padding-top: 8px;
	margin-bottom: 1em;
	text-transform: uppercase;
	text-align:center;
	color: black;
}
h2 {
	font-size: 1.5em;
	padding-left: 20px;
	margin-top: 1.5em;
	color: black;
	text-transform: uppercase;
	font-weight: 600;
}
.link p {
	margin-left: -20px;
}
.link a {
	padding: .5em 1em .5em 1.8em;
	color: #fff;
	background: url(../pics/pfeil.png) left center no-repeat #699695;
 	-moz-transition: all .4s ease-in-out;
  	-webkit-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
	border-bottom: none;
}
.link a:hover, p a:active {
 	-moz-transition: all .4s ease-in-out;
  	-webkit-transition: all .4s ease-in-out;
  	transition: all .4s ease-in-out;
	color: white; 
	background: url(../pics/pfeil2.png) left center no-repeat #c0120f;
}
.abstandrechts {
	padding-right: .5em;
}

/* ContentHeader */
.contentheader h1, .contentheader h2, .contentheader p {
	text-align: right;
	padding-right: 20px;
	color: white;
}
.contentheader h1 {
	margin-top: 2em;
	font-weight:600;
	font-size: 2em; /* 28px */ 
	padding: 8px 20px 10px;
	margin-bottom: .5em;
	border-bottom: none; 
	border-top: none; 
}
.contentheader .link a {
	border: solid white 1px;
}
.abstand {
	margin-top: .5em;
}
.abstanddown {
	padding-bottom: 1em;
}
.accent {
	font-weight:400;
	color: #2a2a2a;
}
.accentred strong {
	background: #c0120f;
	font-weight: 600;
	color: white;
	padding: .25em 1em;	
}
.accentred p {
	margin-bottom: 1em;	
	margin-left: -1em;
}
.accentRed  {
	font-weight: 600;
	color:#c0120f;
}
.content ul {
	list-style-image:url(../pics/kreis_red.png);
	list-style-position:outside;
	margin: 1em 0 2em 2.5em;
}
.content li {
	padding-bottom: .25em;
}
/* Tabelle */
table {
	text-align: left;
	margin: 0 1em 1em;
}
tbody td {
	color: #3b8e8c;
	font-weight: 500;
}
th {
	font-weight: 200;
	padding-bottom: 1em;
}
td {
	text-align: center;
	padding-left: .75em;
	padding-bottom: 1em;
}
.rechts td {
	text-align: right;
}
.branding-img {
	text-align: right;
}
.branding-img img {
	width: 98%;
}
/* Footer */
.footer {
	background: #868789; /* mittelgrau */
	/*font-size: .875em;  12px */
	padding: .5em 1em 1em;
}
.footer p {
	color: white;
}
.footer a {
	color: #d6d6d7;
	text-transform: uppercase;
	padding-right: 1em;
	border-bottom: none;
}	
.footer a:hover, .footer a:active {
	color: white;
}
.footer ul a {
	text-transform:none;
}
.footer ul {
	color: #d6d6d7;
	list-style:none;
	list-style-position:inside;
	margin: 1em 0 0;
}
.footer li {
	padding-bottom: .25em;
}
.footer p {
	padding-left: 0;
}