@charset "UTF-8";

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.8;
}


a {
	color: inherit;
	text-decoration: none;
}

.fontcolor_ci1 {
	color: #6d0d20;
}


.bgcolor_ci1 {
	background-color: #6d0d20;
	color: #fff;
}

.bgcolor_ci2 {
	background-color: #dfd9cb;
}


.bg_hellgrau, .jumbotron {
	background-color: #f2f2f2;
}

.bg_dunkelgrau {
	background-color: #3c3c3c;
	color: #fff;
}

h1, h2, h3, h4 {
	font-weight: 700;
	text-transform: uppercase;
}



section {
	padding: 2em 0;
}


label {
	font-weight: 700;
}


.jumbotron {
	background-color: #dfd9cb;
}



.metanav {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	text-transform: uppercase;
	font-size: 80%;
	font-weight: 700;
}

.metanav a {
	color: #fff;
}

.metanav a:hover {
	color: #6d0d20;
}



@media (min-width: 1200px) {
	.navbar {
		margin-top: 2.4em;
	}
}


.navbar-brand {
	width: 200px;
}

#nav_background {
	height: 0px;
	display: none;
}

.bg-dark {
	background-color: #fff;
}

#map {
	height: 100%;
	width: 100%;
}
@media (max-width: 768px) {
	h2 {font-size: 1.5rem;}
	h3 {font-size: 1.25rem;}

}

@media (max-width: 400px) {
	h2 {font-size: 1.25rem;}
	h3 {font-size: 1rem;}

}


.cover-abstand {
	padding-top: 12em;
}

@media (min-width: 768px) {
	#nav_background {
		background-color: rgba(0,0,0,0.8);
		width: 100%;
		height: 90px;
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: -1;
	}
	.cover-abstand {
		padding-top: 14em;
	}

}

.navbar-nav a:hover {
	color: #000;
}

.nav_main_link {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 95%;
}

@media (min-width: 1200px) {
	.bg-dark {
		background-color: rgba(0,0,0,0)!important;
	}

	.nav_main_link {
		background-color: #6d0d20;
		padding: 2px 4px;
		margin-right: 6px;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
	}
	.cover-abstand {
		padding-top: 14em;
	}

}

.cover {
	width: 100%;
	height: 40vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.cover_home {
	background-image: url(../img/cover/home.jpg);
}

.cover_map {
	height: 800px !important;
}




.footer {
	padding-top: 1rem;
	font-size: 0.9em;
}

.events_datum {
	height: 190px;
	background-color: #dfd9cb;
	text-align: center;
	padding-top: 60px;
}


/* Autocomplete */
.autocomplete-suggestions { width:auto !important; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #a0dbf6; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }