@charset "utf-8";

body {
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px;
	background-color: rgba(0,0,0,1);
}

body, button, input, select, textarea  {
	color: rgba(255,255,255,0.8);
}

h1, h2, h3, h4, h5, h6, .Bildunterschrift    {
	color: rgba(255,255,255,1);
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 0px;
	font-style: italic;
}

h1 {
	font-size: 200%;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: normal;
	letter-spacing: 2px;
	word-spacing: 4px;
}

h2 {
	font-size: 150%;
	margin-bottom: 8px;
}
h3 {
	font-size: 125%;
	margin-bottom: 4px;
}
h4 {
	font-size: 100%;
	margin-bottom: 2px;
}

p {
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.4em;
	color: rgba(227,219,202,1);
}

small {
	font-size: 6px;
	line-height: 1em;
}
.Bildunterschrift {
	font-style: italic;
	font-size: 125%;
	margin-bottom: 4px;
	color: rgba(227,219,202,1);
}



a, a:visited {
	text-decoration: none;
	color: rgba(255,255,255,1);
}


a:hover {
	text-decoration: none;
	color: rgba(230,0,0,0.7);
}

a:focus { outline: none; }

a:hover, a:active { outline: 0; }


a img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a img:hover {
	opacity: 0.7;
}

hr {
	background-color: rgba(255,255,255,1);
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: none;
}


ul.normal {
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 5px;
}

ul.normal li {
	padding-bottom: 15px;
	list-style-type: disc;
	list-style-image: url(../layout/Li-Punkt-n.png);
	font-size: 100%;
	clear: both;
	float: none;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 0px;
	text-align: left;
	line-height: 1.3em;
}


ul.punkte {
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 12px;
}

ul.punkte li {
	padding-bottom: 15px;
	list-style-type: disc;
	list-style-image: url(../layout/Li-Punkt-1.png);
	font-size: 120%;
	clear: both;
	float: none;
	margin-right: 0px;
	margin-left: 32px;
	padding-left: 5px;
	text-align: left;
}

.bild-rund img {
	border-radius: 50%;
	border: 6px solid rgba(176,52,32,1);
	width: 100%;
	max-width: 250px;
}

.kopf {

}

.spalte-hg-weiss {
	background-color: rgba(255,255,255,0.3);
	margin-bottom: 15px;
	border-radius: 10px;
}

.spalte-hg-weiss h1, .spalte-hg-weiss h2 {
	color: rgba(255,255,255,1) !important;
}

.spalte-hg-weiss h3, .spalte-hg-weiss h4 {
	color: rgba(255,255,255,1) !important;
}

.spalte-hg-weiss p {
	color: rgba(255,255,255,1)
}

.spalte-hg-rot {
	background-color: rgba(255,0,0,0.4);
	margin-bottom: 15px;
	border-radius: 10px;
}

.spalte-hg-rot h1, .spalte-hg-rot h2, .spalte-hg-rot h3, .spalte-hg-rot h4 {
	color: rgba(255,255,255,1) !important;
}

.spalte-hg-rot p {
	color: rgba(255,255,255,1) !important;
}

.spalte-hg-rot a, .spalte-hg-rot a:visited {
	color: rgba(255,255,255,1) !important;
}

.spalte-hg-rot a:hover {
	color: rgba(255,255,255,0.6) !important;
}

.spalte-hg-sw {
	background-color: rgba(0,0,0,0.3);
	margin-bottom: 15px;
	border-radius: 10px;
}

.spalte-hg-sw h1, .spalte-hg-sw h2 {
	color: rgba(220,0,0,1) !important;
}

.spalte-hg-sw h3, .spalte-hg-sw h4 {
	color: rgba(255,255,255,1) !important;
}

.spalte-hg-sw p {
	color: rgba(255,255,255,1)
}

.spalte-hg-sw a, a:visited {
	color: rgba(255,255,255,1)
}

.spalte-hg-sw a:hover {
	color: rgba(255,255,255,0.7)
}

.inhalt-container {
	
}
.text-rot {
	color: rgba(255,0,0,1);
}
.text-klein {
	font-size: 85%;
}



.fuss {
	font-size: 100%;
	background-color: rgba(0,0,0,0.65);
}

.fuss h1; .fuss h2, .fuss h3 {
	color: rgba(255,255,255,0.7);
	line-height: 1.3em;
	margin-bottom: 5px;
	letter-spacing: 0px;
	margin-top: 0px;
}

.fuss h1 {
	margin-bottom: 5px;
	letter-spacing: 3px;
	word-spacing: 2px;
	margin-top: 0px;
	font-size: 150%;
}

.fuss h2 {
	margin-bottom: 5px;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin-top: 0px;
}

.fuss p, .fuss {
	color: rgba(227,219,202,1);
	line-height: 1.4em;
}

.fuss a, .fuss a:visited {
	color: rgba(255,255,255,0.75)
}

.fuss a:hover {
	color: rgba(255,255,255,1)
}

.zentriert {
	text-align: center;
}

.center {
	align-self: center;
}

.unten {
	align-self: end;
}
