/* Add here all your CSS customizations 

camelCase

*/

:root {
	--dark: #212529;
}

.darkOverlay {
	position: relative;
}

.darkOverlay::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.75;
}

.lightOverlay {
	position: relative;
}

.lightOverlay::before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.75;
}

.weakOverlay::before {
	opacity: 0.5;
}

.strongOverlay::before {
	opacity: 0.9;
}

.whiteColor {
	color: white !important;
}

.uppercase {
	text-transform: uppercase;
}

#footer {
	border: none;
	margin: 0;
}

#footer, #footer .footer-copyright {
	background-color: var(--alternate) !important;
}

#footer a:not(.btn):not(.no-footer-css):hover {
	color: var(--dark);
}

html .btn-primary {
	border-color: var(--accent) !important;
}

html .btn-primary:hover, html .btn-primary:active, html .btn-primary:focus {
	background-color: var(--alternate) !important;
	color: var(--accent) !important;
	border-color: var(--accent) !important;
}

a:hover {
	color: var(--dark);
}

.captcha {
	margin: 0 !important;
	padding: 0 !important;
}

.captcha-image {
	top: 0;
	left: 0;
}

.google-map {
	background-color: white;
	margin: 0;
	height: auto;
	margin-bottom: -8px !important;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover {
	background-color: var(--alternate);
	color: var(--dark);
}

#footer .footer-copyright.footer-copyright-style-2 {
	border-color: var(--accent) !important;
}

.list.list-icons.list-icons-lg li {
	padding-top: 0;
}

.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child {
	top: 5px;
}

#referenzen > .row > div {
	padding: 15px;
}

#referenzen .referenz-box{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	padding: 0;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	height: 100%;
}

#referenzen .referenz-info {
	padding: 30px;
}

.service-box {
	padding: 30px;
}

.service-box p {
	margin: 0;
}

.service-box > article{
	padding: 30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	height: 100%;
}

.call-to-action.call-to-action-in-footer {
	padding-top: 32px !important;
}

.banner-boxes {
	margin-top: -100px;
}

a:focus {
	color: var(--dark);
}

.disabledSection {
	position: relative;
	padding-top: 16px;
}

.disabledSection::before {
	content: "Das Kontakformular ist in Kürze für Sie verfügbar.";
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.25);
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}