
/* Anpassungen */
.body-bg{background-color:#fff !important;}
h1{color:#6c7589;}
h2 {color:#e3342f;}
.header{color: #e3342f;padding-left: 182px;font-size: 0.8em;margin: 15px 0 0;position:relative;top:-150px;}
.header a{font-size: 0.8em;color:#fff;}
.content-bg{background-color:#fff;}

.navbar{padding-left:15px;background-color:#fff;}
.navbar-dark .navbar-nav .nav-link {color: hsla(0,0%,100%,1);}
.nav-link:hover{text-decoration: underline !important;}

.footer{padding-left:15px;background-color:#D31620;color:#fff;}
.footer a{color:#fff;}
.footer a:hover{text-decoration: underline;}

.bild_links {float:left;margin-right:5px;}
.bild_rechts {float:right;margin-left:5px;}
.img-background {
	height: 220px;
	background-image: url("");
	background-position: right top,center 10px;
	background-position-y: top, center;
	background-repeat: no-repeat;
	background-size: 100% auto,contain;
}

.headtext{
	color: white;
	/*font-size: 3.5rem;*/
	-webkit-text-stroke: 1px #131313;
	text-shadow: -1px 1px 2px #131313,
				  1px 1px 2px #E3342F,
				  1px -1px 0 #E3342F,
				  -1px -1px 0 #E3342F;
}

.headtext-bg{

	background: rgba(255,255,255,1);/* Old Browsers */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(241,111,92,1) 47%, rgba(246,41,12,1) 59%, rgba(227,53,47,1) 77%, rgba(227,52,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(5%, rgba(255,255,255,1)), color-stop(47%, rgba(241,111,92,1)), color-stop(59%, rgba(246,41,12,1)), color-stop(77%, rgba(227,53,47,1)), color-stop(100%, rgba(227,52,47,1)));/* Chrome, Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(241,111,92,1) 47%, rgba(246,41,12,1) 59%, rgba(227,53,47,1) 77%, rgba(227,52,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(241,111,92,1) 47%, rgba(246,41,12,1) 59%, rgba(227,53,47,1) 77%, rgba(227,52,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(241,111,92,1) 47%, rgba(246,41,12,1) 59%, rgba(227,53,47,1) 77%, rgba(227,52,47,1) 100%); /* IE 10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 5%, rgba(241,111,92,1) 47%, rgba(246,41,12,1) 59%, rgba(227,53,47,1) 77%, rgba(227,52,47,1) 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3342f', GradientType=1 );/* IE6-9 */

}