@charset "utf-8";

body {
	margin: 0px;
	font-size: 17px;
	/* [disabled]background-color: rgba(255,255,255,1); */
	font-family: Arial, Helvetica, sans-serif;
}

body, button, input, select, textarea  {
	color: rgba(118,71,29,1);
}

h1, h2, h3, h4, h5, h6, .Bildunterschrift    {
	color: rgba(165,33,63,1);
	font-weight: normal;
	line-height: 1.3em;
	/* [disabled]font-family: gillsans; */
	margin-top: 0px;
	font-style: normal;
}

h1 {
	font-size: 230%;
	margin-bottom: 8px;
	line-height: 1.2em;
	font-family: Desyrel;
}

h2 {
	font-size: 180%;
	margin-bottom: 10px;
	line-height: 1em;
}
h3 {
	font-size: 125%;
	margin-bottom: 10px;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	margin-bottom: 10px;
}

p {
	margin-bottom: 8px;
	margin-top: 0px;
	line-height: 1.3em;
	font-style: normal;
}

small {
	font-size: 85%;
	line-height: 1em;
}


a, a:visited {
	text-decoration: none;
	color: rgba(165,33,63,1);
}
.text-klein {
	font-size: 75%;
}


a:hover {
	text-decoration: none;
	color: rgba(134,83,29,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;
}

.Bildunterschrift {
	padding: 0px;
	margin-top: 7px;
	margin-bottom: 10px;
}
hr {
	background-color: rgba(0,0,0,0.3);
	padding: 0px;
	height: 2px;
	width: 100%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: none;
}

ul.punkte {
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
	margin-left: 10px;
}

ul.punkte li {
	padding-bottom: 5px;
	list-style-type: disc;
	list-style-image: url(../layout/li-punkt.png);
	font-size: 100%;
	clear: both;
	float: none;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 0px;
	text-align: left;
}

.bild-rund img {
	border-radius: 50%;
	border: 6px solid rgba(176,52,32,1);
	width: 100%;
	max-width: 250px;
}

.kopf {
	/* [disabled]background-color: rgba(255,255,255,1); */
}
.text-rot {
	color: rgba(165,33,63,1);
}


.inhalt-container {
	
}

.spalte {
	/* [disabled]background-color: rgba(204,153,255,1); */
}


.logo h1 {
	color: rgba(176,52,32,1) !important;
	line-height: 1.3em;
	margin-bottom: 5px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-top: 0px;
}

.logo a, .logo a:visited {
	color: rgba(176,52,32,1) !important;
}

.logo a:hover {
	color: rgba(176,52,32,0.7) !important;
}

.zentriert {
	text-align: center;
}

.center {
	align-self: center;
}
.hg-weiss {
	background-color: rgba(255,255,255,0.5);
}

.hg-rot {
	background-color: rgba(192,58,38,1);
	color: rgba(255,242,215,1);
}

.hg-rot h1, .hg-rot h2 {
	color: rgba(255,242,215,0.8);
}

.hg-rot a {
	color: rgba(255,242,215,1);
}

.hg-rot a:hover {
	color: rgba(247,222,178,0.7);
}

.hg-abdunkeln {
	background-color: rgba(213,140,28,1);
	color: rgba(255,255,255,1);
	font-size: 100%;
}

.hg-abdunkeln a, .hg-abdunkeln a:visited {
	color: rgba(255,255,255,0.7)
}

.hg-abdunkeln a:hover {
	color: rgba(255,255,255,1)
}

.fuss {
	font-size: 100%;
	background-color: rgba(134,83,50,1);
}

.fuss h1, .fuss h2, .fuss h3 {
	color: rgba(255,232,191,0.5);
	line-height: 1.3em;
	margin-bottom: 5px;
	letter-spacing: 1px;
	word-spacing: 1px;
	margin-top: 0px;
}

.fuss p, .fuss {
	color: rgba(255,232,191,1);
	line-height: 1.4em;
}

.fuss a, .fuss a:visited {
	color: rgba(255,232,191,1)
}

.fuss a:hover {
	color: rgba(255,232,191,0.5)
}

.unten {
	align-self: end;
}
