a.active {
	font-weight: bold;

}

 a {
    --mdb-ripple-opacity: 0.0; 
}

.card-index {
	overflow: hidden;
	box-shadow: #a1a0a093 0px 0px 10px;
	height: 50%;
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ffffff;

}

.modal-backdrop,
.modal-backdrop.show {
	background-color: rgba(0, 0, 0, 0.71) !important;
}

.input-field {
	width: 100%;
	padding: 5px;
	margin-bottom: 3%;
	border-radius: 5px;
	background-color: #ffffff;
}

.btn {
	background-color: #033787;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
}

.map-container {
	overflow: hidden;
	position: relative;
	height: 0;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.carousel_border {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.carousel_size {
	width: 80%;
	height: 60%;
}

.carousel_text_shadow {
	text-shadow: 0 0 10px #646466;
}

.buesser-white {
	background-color: #ffffff;
}

.buesser-backround {
	background-color: #eaeaeae2;
}

.buesser-blau {
	color: #033787;
}

.buesser-blau-background {
	background-color: #033787;
}

.buesser-blau-background:hover {
	background-color: #0e56c2;
}

.buesser-blau-color {
	color: #033787;
}

.btn-buesser {
	background-color: #033787;
	color: #fff;
}

.btn-buesser:hover {
	background-color: #266bd2;
}


.buesser-grau-color {
	color: #646466;
}

.footer-backround {
	background-color: #2c4c7b6b;
	box-shadow: #4d4d4d58 0px 0px 6px;
}

.background-image {
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: url("bilder/grey.png");
	transform: scale(10);
	z-index: -2;
}

.card-design-index {
	padding: 20px;
}

.card-1 {
	display: flex;
	left: 10rem;
	height: 10rem;
}


.card-size {
	width: 50%;
	height: 50%;

}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-design p {
	margin: 0;
}


.z-index-1-negative {
	z-index: -1;
}

.z-index-0 {
	z-index: 0;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.buesser-blau-mask {
	background-color: rgba(3, 55, 135, 0.08);
	border-radius: 7.5px;
}

#mdb-scrollspy-ex .nav-item {
	width: 100%;
}

#mdb-scrollspy-ex a {
	font-size: .8rem;
	font-weight: 400;
	line-height: 1.1rem;
	padding: 0 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	color: black;
}

#mdb-scrollspy-ex li .active {
	font-weight: 600;
}

.mdb-scrollspy-ex-example {
	height: 200px;
}

.black-white {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.custom-marker {
	background-image: url('https://placekitten.com/g/200/200');
	position: absolute;
	z-index: 1;
	display: block;
	border-radius: 50%;
}

@media screen and (min-width: 992px) {
	.buesser-streifen-blau {
		display: block;
		position: fixed;
		top: 0px;
		left: 0;
		min-height: 50%;
		height: 50%;
		width: 12px;
		background-color: #033787;
	}

	.buesser-streifen-grau {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		min-height: 50%;
		height: 50%;
		width: 12px;
		background-color: #646466;
	}
}

.buesser-spinner {
	border-color: #033787;
}

@media screen and (max-width: 991px) {

	.hide-on-mobile {
		display: none;
	}

	.buesser-streifen-blau {
		display: block;
		position: fixed;
		top: 0px;
		left: 0;
		min-height: 50%;
		height: 50%;
		width: 6px;
		background-color: #033787;
	}

	.buesser-streifen-grau {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		min-height: 50%;
		height: 50%;
		width: 6px;
		background-color: #646466;
	}
}

@-webkit-keyframes autofill {
	to {
		color: #666;
		background: transparent;
	}
}

@keyframes autofill {
	to {
		color: #666;
		background: transparent;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	animation-name: autofill;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}