@font-face {
    font-family: 'Itim';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/itim.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/itim.woff') format('woff'), /* Modern Browsers */
         url('../fonts/itim.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/itim.svg#Itim') format('svg'); /* Legacy iOS */
}
.green {background: #0F0;}
.blue {background: #00F;}
.red {background: #F00;}
.yellow {background: #FF0;}
.grey {background: #CCC;}

/* Schriftarten */
font-family: 'Itim', cursive;

.bg-blue {
	background-color: #4C91DC;
}
.bg-blue h1 {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 10px #CCC,
				 0 0 60px #CCC,
				 0 0 150px #CCC;
}
.bg-grey {
	background-color: #f6f6f6;
}
.navbar {
	background-color: #FFF;
}
.navbar-nav li a:hover {
	background: #E7E7E7;
}
.navbar-brand {
	background-image: url(../img/logo_50.jpg);
	background-repeat: no-repeat;
	width: 160px;	
}

.start {
	background-image: url(../img/bg07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}
.impressum,
.datenschutz {
	background-image: url(../img/impressum02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1140px;
	height: 380px;
	margin: 60px 0px;
}
.partner-pic {
	background-image: url(../img/gemeinsamer_weg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}
.partner-pic h1 {
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Itim;
}
.container {
}
.content {
	min-height: 500px;
	padding: 0px 15px;
}
.jumbotron {
	margin: 0;
}
a.active {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
section.active {
	color: #fff;
}
.googlemap {
	width: 500px;
	height: 400px;
	margin: 10px;
}
footer {
	height: 50px;
	padding: 10px;
	color: #E6E6E6;
	background-color: #6E6E6E;
}
.alert {
	text-align: center;	
}
@media screen and (max-width:779px) {
	body {
		background: #fff;
	}
	.content {
		padding: 20px 0px;
	}
	.partner-pic {
		height: 400px;
	}
	.googlemap {
		width: 320px;
		height: 250px;
		margin: 20px 5px;
	}
}
