@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
}

body, button, input, select, textarea  {
	color: rgba(80,80,80,1);
}


h1, h2, h3, h4, h5, h6    {
	color: rgba(243,147,20,1);
	font-weight: normal;
	line-height: 1.3em;
	font-family: Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 200%;
	margin-bottom: 15px;
	color: rgba(153,153,153,1);
}

h2 {
	font-size: 155%;
	margin-bottom: 10px;
}
h3 {
	font-size: 125%;
	margin-bottom: 7px;
}
h4 {
	font-size: 100%;
	margin-bottom: 3px;
}
h6 {
	font-size: 150%;
	margin-bottom: 10px;
	color: rgba(255,255,255,1);
	bottom: 10px;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1.6em;
}

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-rot {
	color: rgba(255,0,0,1);
}

.text-weiss {
	color: rgba(255,255,255,1);
}
.text-blau {
	color: rgba(35,100,173,1);
}



a {
	text-decoration: none;
	color: rgba(243,147,20,1);
}

a:visited {
	color: rgba(243,147,20,1);
}
a:hover {
	text-decoration: none;
	color: rgba(51,51,51,1);
}
a:focus { outline: none; }

a:hover, a:active { outline: 0; }

.Bildunterschrift {
	font-size: 90%;
	color: rgba(243,147,20,1);
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

hr {
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(153,153,153,1);
	height: 1px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.zentriert {
	text-align: center;
}

#um-fuss {


}

.hg-hellblau, .hg-blau {
	border-radius: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.hg-hellblau {
	background-color: rgba(248,193,121,1);
	border-radius: 5px;
}

.hg-hellblau h1 {
	color: rgba(0,0,0,0.8);
}
.hg-hellblau h3, .hg-hellblau h2, .hg-hellblau h4  {
	color: rgba(0,0,0,0.8);
}

.hg-hellblau p {
	color: rgba(0,0,0,0.8);
}

.hg-hellblau a {
	color: rgba(0,0,0,1);
}

.hg-hellblau a:hover {
	color: rgba(243,147,20,0.7);
}

.hg-blau {
	background-color: rgba(243,147,20,1);
}

.hg-blau h1 {
	color: rgba(255,255,255,0.7);
}

.hg-blau h2, .hg-blau h3, .hg-blau h4  {
	color: rgba(255,255,255,0.7);
}

.hg-blau p {
	color: rgba(0,0,0,1);
}

.hg-blau a {
	color: rgba(255,255,255,1);
}

.hg-blau a:hover {
	color: rgba(255,255,255,0.7);
}

footer, footer h1, footer h2, footer h3 {
	color: rgba(255,255,255,1)
}

.footer-spalte h3 {
	color: rgba(255,255,255,0.8);
	line-height: 1.3em;
	margin-bottom: 5px;
}

.footer-spalte p {
	color: rgba(0,0,0,1)
}

.footer-spalte a {
	color: rgba(255,255,255,1)
}

.footer-spalte a:hover {
	color: rgba(255,255,255,0.6)
}

.hg-gutachterseite {
	background-color: rgba(227,227,227,1);
	border-radius: 7px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 20px;
}

.verlauf-orange {
	background-image: linear-gradient(0deg, rgba(243, 147, 20, 1), rgba(243, 147, 20, 0.1) 80%);
}

.verlauf-blau {
	background-image: linear-gradient(0deg, rgba(35,100,173,1), rgba(35,100,173,0.1) 80%);
}
