@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}

body, button, input, select, textarea  {
	color: rgba(51,51,51,1);
	line-height: 1.3em;
}


h1, h2, h3, h4, h5, h6    {
	color: rgba(239,127,26,1);
	font-weight: normal;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 200%;
	margin-bottom: 15px;
	color: rgba(51,51,51,1);
}
h2 {
	font-size: 150%;
	margin-bottom: 10px;
}
h3 {
	font-size: 120%;
	margin-bottom: 10px;
}
h4 {
	font-size: 100%;
	margin-bottom: 2px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

small { 
	font-size: 85%;
}
.blass {
	opacity: 0.5;
}


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;
}

.text-weiss {
	color: rgba(255,255,255,1);
}


a {
	text-decoration: none;
	color: rgba(239,127,26,1);
}

a:visited {
	color: rgba(239,127,26,1);
}
a:hover {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:focus { outline: none; }

a:hover, a:active { outline: 0; }

.Bildunterschrift {
	font-size: 90%;
	color: rgba(239,127,26,1);
	font-weight: normal;
}

hr {
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(153,153,153,1);
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 15px;
}
.zentriert {
	text-align: center;
}

#um-fuss {
	/* [disabled]background-color: rgba(0,0,0,1); */

}

.hg-orange {
	background-color: rgba(239,127,26,1);
}

.hg-orange h1 {
	color: rgba(255,255,255,1);
}

.hg-orange h2, .hg-orange h3, .hg-orange h4  {
	color: rgba(255,255,255,1);
}

.hg-orange p {
	color: rgba(0,0,0,1);
}

.hg-orange a {
	color: rgba(255,255,255,1);
}

.hg-orange a:hover {
	color: rgba(255,255,255,0.7);
}

.hg-grau {
	background-color: rgba(0,0,0,0.75);
}


.hg-grau h1 {
	color: rgba(255,255,255,1);
}

.hg-grau h2, .hg-grau h3, .hg-grau h4  {
	color: rgba(239,127,26,1);
}

.hg-grau p {
	color: rgba(255,255,255,0.8);
}

.hg-grau a {
	color: rgba(255,255,255,1);
}

.hg-grau a:hover {
	color: rgba(255,255,255,0.7);
}

.hg-weiss {
	background-color: rgba(255,255,255,1);
}

.hg-weiss h2, .hg-weiss h3, .hg-weiss h4  {
	color: rgba(239,127,26,1);
}

.hg-weiss p {
	color: rgba(0,0,0,1);
}

.hg-weiss a {
	color: rgba(239,127,26,1);
}

.hg-weiss a:hover {
	color: rgba(51,51,51,0.7);
}

footer, footer h1, footer h2, footer h3 {
	color: rgba(255,255,255,1)
}

.footer-spalte h3 {
	color: rgba(239,127,26,1);
	line-height: 1.3em;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.footer-spalte p {
	color: rgba(255,255,255,0.7)
}

.footer-spalte a {
	color: rgba(255,255,255,0.7)
}

.footer-spalte a:hover {
	color: rgba(255,255,255,1)
}
