@charset "utf-8";
/* CSS Document */

body {
}

body, button, input, select, textarea  {
	color: rgba(0,0,0,1);
	line-height: 1.6em;
}

small, .text-small {
	font-size: 85%;
}


h1, h2, h3, h4, h5, h6    {
	color: rgba(250,125,0,1);
	line-height: 1.3em;
	padding-bottom: 0.4em;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, p {
	padding-right: 20px;
	padding-left: 20px;	
}


h1 {
	font-size: 200%;
	margin-bottom: 0px;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 100%;
}

.hg-orange {
	background-color: rgba(250,125,0,1);
}
p {
	margin-bottom: 15px;
}
.hg-orange h1, h2, h3, h4 {
	color: rgba(255,255,255,1);
}
.hg-orange p     {
	color: rgba(0,0,0,1);
}


.text-orange {
	color: rgba(250,125,0,1);
}


a {
	text-decoration: underline;
	color: rgba(255,255,255,1);
}




a:visited {
	color: rgba(255,255,255,1);
}
a:hover {
	text-decoration: none;
	color: rgba(51,26,0,1);
}
a:focus { outline: none; }

a:hover, a:active { outline: 0; }

.Bildunterschrift {
	font-size: 110%;
	color: rgba(255,255,255,1);
	font-weight: normal;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(149,81,45,0.3);
}
.zentriert {
	text-align: center;
}


#um-fuss {

}
footer h1 , footer h2 , footer h3 , footer p   {
	color: rgba(0,0,0,1);
	margin-left: 0px;
	padding-left: 15px;
}

.footer-spalte a {
	color: rgba(0,0,0,1);
	text-decoration: none;
}

.footer-spalte a:hover {
	color: rgba(250,125,0,1)
}
