body{
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	background-color: #0052A5;
}
h1{
	color: #0052a5;
	font-weight: normal;
	font-size: 31px;
	margin-bottom: 5px;
}
h2{
	color: #0052a5;
	font-weight: normal;
	font-size: 27px;
	margin-bottom: 5px;
}
h3{
	margin-top: 5px;
	font-size: 21px;
	margin-bottom: 10px;
}
h4{
	color: #fff; 
	margin: 0px 2px 2px 0px;
	font-weight: bold;
}
h5{
	font-size: 17px;
	color: #FFF000;
}
#header{
	color: #0052a5;
	background-color: #fff;
}
#header a{
	color: #0052a5;
}
#menu{
	background-color: #0052a5;
}
#content{
	background: url("../images/bg_content.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#content ul, #footer ul{
	margin-left: -25px;
	list-style-type:square;
	padding-bottom: 15px;
}
#content img{
	padding-top: 10px;
}
#content a, #footer a{
	text-decoration: underline;
}
#content a:hover, #footer a:hover{
	color: #B6D2DB;
}
#contentText{
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
#footer{   
	background: url("../images/bg_footer.png");
	color: #fff;
	margin-top: -20px;
	position: relative;
	padding-top: 35px;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: normal;
}
#footer img{   
	padding-top: 15px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer li{
	color: #e0001a;
	min-width: 20%;
}
.headerSchild{
	max-width: 500px;
}
.rightBorder{
	border-right: 1px solid #fff;
}
.contentWhite a{
	color: #000;
}
.contentWhite a:hover{
	color: #004B96 !important;
}
.big{
	font-size: 16px;
}
.zGalPic{
	max-width: 165px;
}
.galBlock{
	padding-top: 10px;
}
.galImg{
	border: 2px solid #0052A5;
	border-radius: 3px;
	padding-top: 0px !important;
}
.contentWhite > .col-md-12, .contentBlue > .col-md-12{
	padding: 20px 50px 20px 50px;
}
.contentBlue{
	background-color: #0052a5;
	margin-top: 15px;
	margin-bottom: 40px;
	color: #fff;
}
.contentBlue a{
	color: #fff;
}
/*Bootstrap überchreiben*/
.navbar{
	min-height: 45px;
	margin-bottom: 0px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li {
    min-width: 220px;
	padding-bottom: 9px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.redHover:hover{
	background-color: #E0001A !important;
}
.dropdown-menu > li{
	min-height: 43px;
}
.dropdown-menu > li > a{
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	color: #fff;
	padding: 10px 20px;
}
.dropdown-menu > li > a:hover{
	background-color: #e0001a;
	color: #fff;
}
.dropdown-menu{
	background-color: #0052A5 !important;
}
.dropdown-toggle:focus{
	background-color: #0052A5;
	colo9r: #fff;
}
/*Unterschiedliche Displagrößen*/
@media (max-width: 1199px) { 
	.navbar-default .navbar-nav > li {
		min-width: 179px;
	}
}
@media (max-width: 991px) { 
	#footer{
		margin-top: -65px;
		padding-top: 75px;
	}
	.logo{
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav > li {
		min-width: 115px;
	}
}
@media (max-width: 767px) { 
	.rightBorder{
		border-right: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a{
		color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
}
@media (max-width: 434px){
	h2{
		font-size: 22px;
	}
}