body {
	font-size: 14pt;
	background-color: #f6f3d0;
}
header {
	background-image: url('../img/weltkarte.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color:#fff;
	text-shadow: 0 0px 2px #014576;
	box-shadow: 0 10px 10px #999;
}
header .container {
	height:250px;
	min-height:250px;
	background-image: url('../img/reflex-claim.svg');
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: 25px 75px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	
}
nav.hauptmenue {
	border-bottom: 1px solid  #068bd6;
}
.navbar .row {
	width: 100%;
}

footer {
	background-color: #014576;
	color: #fff;
	min-height: 200px;
	
}
.navbar-dark .navbar-nav .nav-link
{
	color: #fff;
}
#hauptmenue .active
{
	border-bottom: 3px solid rgba(255,255,255,0.5);
}
.navbar-brand {
	position: absolute;
	font-size: 150%;
	padding-top: 0;
}
footer ul {list-style: none; padding: 0;}
footer ul li a{color: #fff;}
footer ul li.active a,footer ul li:hover a {
	color: #fff;
	text-decoration: underline;
}
aside {
	border-left: 1px solid #aaa;
}
@media (min-width: 768px)
{ 
	header {
		background-image: url('../img/flaggen.svg'),url('../img/weltkarte.jpg');
		background-repeat: no-repeat;
		background-size: 25%, cover;
		background-position: 90% 10%,center center;
		background-attachment: fixed,scroll ;
	}
	header .container {
		min-height: 400px;
		background-size: 450px;
	}
}