@charset "UTF-8";

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

section {
	padding: 1em 0;
}

@media (min-width: 992px) {
	body {
		font-size: 18px;
	}

	section {
		padding: 2em 0;
	}
}



a {
	color: inherit;
}

p a {
	text-decoration: underline;
}


.xdebug-error {
	margin-top: 20em;
}



h1, h2, h3, h4, h5 {
	font-weight: 700;
}

h1 {
	font-size: 1.4rem;
}

h2 {
	font-size: 1.2rem;
}

h3 {
	font-size: 1rem;
}

h5 {
	font-size: 1rem;
}

.display-1 {
	font-size: 2rem;
}


@media (min-width: 576px) {
	h1 {
		font-size: 2.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.8rem;
	}

	h5 {
		font-size: 1.25rem;
	}

	.display-1 {
		font-size: 4rem;
	}
}




.bg_hellgrau {
	background-color: #f2f2f2;
}


.miniheader {
	background-color: #0483b1;
	color: #fff;
	font-weight: 400;
	z-index: 999998;
}


.miniheader a {
	text-decoration: none;
}

.miniheader a:hover {
	color: #000;
}

.navbarabstand {
	background-color: rgba(255,255,255,0.9) !important;
	margin-top: 4em;
}

.navbarabstand_2 {
	margin-top: 1.9em;
	background-color: #fff !important;
	border-bottom: 2px;
	border-left: 0;
	border-right: 0;
	border-style: solid;
	border-color: #0483b1;
}

.navbar {
	z-index: 999999;
}

.navbar-nav {
	font-weight: 700;
	font-size: 1.4rem;
}

.navi-stand {
	padding-left: 31px;
	padding-right: 31px;
}


.navbar-brand {
	width: 160px;
}

@media (min-width: 1200px) {
	.navbar-brand {
		width: 260px;
	}
}





.active>.nav-link {
	font-weight: 700;
}





.btn-primary {
	background-color: #0483b1;
	border-color: #0483b1;
}

.btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}






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


.carousel {
	margin-top: 6.75em;
}



.carousel-caption h2 {
	font-size: 2em;
	font-weight: 700;
	text-shadow: 0px 0px 6px #000;
}

.carousel-caption span {
	font-weight: 300;
	text-shadow: 0px 0px 6px #000;
}


.suchbox {
	background-color: #0483b1;
	color: #fff;
	padding: 20px;
}



.goldstern {
	color: #DAA520;
	font-size: 50%;
}


/* MAP */
.cover_map {
	min-height: 300px !important;
	height: 100% !important;
}
#map {
	height: 100%;
	width: 100%;
}


/* CUSTOM NAV */
.float_nav {
}
.top_nav {

	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-top: 1.9em;
}


.widSSPData {
	width: 100% !important;
}


.footer {
	background-color: #0483b1;
	color: #000;
}

.footer p {
	color: #fff;
}


.headerabstand {
	margin-top: 8.2em;
}


/* Bootstrap Override */

.container {
	padding-left: 0;
	padding-right: 0;
}


.tag {
	background-color: #9f9f9f;
	font-size: 90%;
	color: #fff;
	font-weight: 700;
	line-height: 2;
	padding: 3px 8px;
	border-radius: 6px;
	cursor: pointer;
	white-space: nowrap;
	opacity: 0.5;
}

.tag:hover {
	background-color: #f2f2f2;
	color: #000;
}

.tag_active {
	background-color: #000;
	opacity: 1;
}
