body {
	font-family: Arial, Helvetica, sans-serif;
	font-family: 'Gudea', sans-serif;
	font-family: 'Josefin Sans', sans-serif;
	font-family: 'Teko', sans-serif;
	/*font-weight:400;*/
	/*font-family: 'Archivo Narrow', sans-serif;*/

	/*
	
	font-weight:300;
	letter-spacing: 0.1em;
	*/
	font-size: 16px;
	line-height: 20px;
	
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#f0ce10;
	color: #3d3e40;
	color: #000;
}
html { 
	-webkit-text-size-adjust: none; 
	
/*	height: 100%;
	width: 100%;	
	*/
}

a {
	color: #3d3e40;
	color: #E82D15;
	color: #c91731;
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	color: #5d5c58;
	color: #c91731;
	/*color: #FFF;*/
}
.marker {
	color: #7AB3D4;
}
.marker1 {
    color:#E82D15;
    color: #c91731;
    
}
.mod2 .klick ul li a:hover, .klick ul .current a { color:#FFF;}
.mod2 p, .mod2 td {color:#FFF;}

.mod2 h1, .mod2 h2 {color:#E82D15; color: #c91731;}
/*.mod2 h1 { font-family: sans-serif, Arial; font-stretch: condensed; }*/
.mod2 h1 { }
/* .mod2 h1 { font-family: 'Josefin Sans', sans-serif;} */
.mod2 h2 { }
/**/

h1, h2 {color:#E82D15; color: #c91731; color: #000;}

p, h1, h2, h3, table,hr {
	/*
	margin-right: 5px;
	margin-left: 5px;
	*/	
}
p {
	margin-top: 9px;
 	margin-bottom: 18px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	font-size: 16px;
	line-height: 20px;
	
	font-size: 1.4em;
	line-height: 1.4em;	
	margin-top: 0px;
	margin-bottom: 18px;

	font-weight:400;
}
h2 {
	font-size: 24px;
	line-height: 20px;
	
	font-size: 16px;
	line-height: 20px;
	
	font-size: 1.4em;
	line-height: 1.0em;		
	margin-top: 0px;
	margin-bottom: 9px;

	font-weight:400;
	letter-spacing: 0.3em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 16px;
	line-height: 24px;
	font-size: 1.2em;
	line-height: 1.2em;	
	font-weight: 300;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-type: square;
	padding-left: 20px;
	list-style-position: outside;
	width: 100%;
}
li {
	
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 90%;
	margin-bottom: 20px;
}
td {
	margin: 0px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
}
hr {
	border: none 1px black;
	background-color: #000;
	height: 1px;
	margin-bottom: 40px;
}
div {
	/*background-color:rgba(0, 0, 0, 0.1);*/
}
.trenner {
	/*background-color: pink;*/
	padding:0 10px 0 10px;
	margin:0px 0px;
}

.fstring {
	/*background-color: gold;*/
	padding:0px;

	margin:0px 0px 0px -5px;
}
.fstring:first-of-type {
	/*background-color: gold;*/
	padding:0px;

	margin:0px 0px 0px 0px;
}

@media only screen and (max-width: 800px)  {
	.fstring {/*background-color: green;*/}
	.fstring {
		display:block;
	}
	.trenner {
		display:none;
	}
	
}
@media only screen and (max-width: 600px)  {
	.fstring {/*background-color: blue;*/}
	
}
@media only screen and (min-width: 320px)  and (max-width: 511px) {
}