:root {
	--burg-primary: #A50021;
	--burg-gray: #515254;
	--burg-dark: #242A42;
}

h2:after {
	background-color: #A50021;
}

.footer .bg-gray h2:after{
	background-color: #A50021;
}

/*Header*/
.top-header {
	/* background-color: #A50021; */
	background-color: #908a83;
}

/*Navigation*/
.current a {
	color: #A50021 !important;
}

/*Main Content*/
.btn-primary,
.btn-primary:active,
.btn-primary:hover {
	background-color: #A50021;
	border-color: #A50021;
}

.btn-primary:active {
	background-color: #A50021 !important;
}

#treuhand-header {
	height: 600px;
	width: 100%;
	background-image: url("../images/inkasso/header/header-1.jpg");
	background-size: cover;
	margin-bottom: 83px;
	margin-top: -80px;
}

#privat-overview p {
	margin-bottom: 0;
}

#burg-services {
	margin-bottom: 67px;
}

#burg-services .img-fluid {
	width: 100%;
	height: 230px;
	object-fit: cover;
	margin-bottom: 1em;
}

#burg-services .btn-treuhand {
	display: none;
}


a.btn-treuhand,
a.btn-inkasso {
	color: #ffffff;
	font-size: 14px;
	background-color: #A50021;
	border-radius: 0;
	padding: 1em 2em;
	text-transform: uppercase;
	font-family: "Open Sans Bold";
	align-self: flex-start;
}

.reasons-circle {
	background-color: #A50021;
	display: table;
	vertical-align: middle;
	padding-top: 8px;
}

.dl-overview a {
	color: #A50021;
}

.dl-overview>div {
	margin-bottom: 21px;
}

/*Footer*/
footer.footer {
	/* background-color: #A50021; */
	background-color: #908a83;
}



@media (max-width:767px) {
	.dropdown-menu.show {
		border-radius: 0;
		border: none;
		border-top: solid 2px #828282;
		border-bottom: solid 2px #828282;
		background-color: rgba(165, 0, 33, 0.9);
		color: #ffffff;
	}


	.dropdown-menu.show .nav-item>a.nav-link {
		color: #ffffff;
	}

	.dropdown-menu.show .nav-item>a.nav-link:hover {
		color: rgba(0, 0, 0, 0.5);
	}

	#treuhand-header{
		height: 300px;
		background-position: center center;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute;
		font-size: 12px;
		min-width: 650px;
	}

	.dropdown-menu.show {
		background-color: rgba(165, 0, 33, 1);
		color: #ffffff;
		border-radius: 0;
		border: none;
		padding: 1.5em;
		margin-top: 24px;
		width: auto;
	}

	.dropdown-menu.show .nav-item>a.nav-link {
		color: #ffffff;
	}

	.dropdown-menu.show .nav-item>a.nav-link:hover {
		color: rgba(0, 0, 0, 0.5);
	}

	.dropdown-menu>li {
		width: 50%;
		float: left;
		box-sizing: border-box;
		line-height: 1.8em;
	}
}
