@charset "utf-8";

body {
	font-family: Arial, Helvetica, sans-serif;
}

body, button, input, select, textarea  {
	color: rgba(0,0,0,1);
	line-height: 1.6em;
}


h1, h2, h3, h4, h5, h6    {
	color: rgba(199,31,29,1);
	font-weight: normal;
	line-height: 1.3em;
}

h1 {
	font-size: 200%;
	margin-bottom: 10px;
}

h2 {
	font-size: 170%;
	margin-bottom: 8px;
}
h3 {
	font-size: 140%;
	margin-bottom: 8px;
}
h4 {
	font-size: 115%;
	margin-bottom: 5px;
}

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;
}
.rahmen {
	border: 2px solid rgba(199,31,29,1);
}


small {
	font-size: 75%;
}

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(199,31,29,1);
}
.text-klein {
	font-size: 85%;
}

.text-weiss {
	color: rgba(255,255,255,1);
}

.embed-container {
	position: relative;
	padding-bottom: 45.9%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	/* [disabled]background-color: rgba(255,0,255,1); */
}

.embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


a {
	text-decoration: none;
	color: rgba(199,31,29,1);
}

a:visited {
	color: rgba(199,31,29,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: 110%;
	color: rgba(199,31,29,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: 15px;
	margin-bottom: 15px;
}

.blass {
	opacity: 0.6;
}
.zentriert {
	text-align: center;
}
.text-um-bild {
	float: left;
	margin-right: 8px;
	margin-bottom: 3px;
}



#um-fuss {

}

footer, footer h1, footer h2, footer h3 {
	color: rgba(255,255,255,1)
}

.footer-spalte p {
	color: rgba(51,51,51,1)
}

.footer-spalte a {
	color: rgba(51,51,51,1)
}

.footer-spalte a:hover {
	color: rgba(199,31,29,1)
}
