* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 13px;
	font-weight: 300;
}

h2 {
	text-transform: uppercase;
}

a {
	color: #396A93;
	text-decoration: none;
}

a:is(:hover, :focus-visible, :active) {
	text-decoration: underline;
}

.text-green {
	color: #c1d118;
}

.head {
	background-color: #F4F4F4;
	height: 60px;
}

.head-contact {
	color: #777777;
	line-height: 60px;
}

.head-social a {
	color: #000;
	height: 35px;
	width: 35px;
	text-align: center;
	padding-top: 6px;
	margin: 10px;
	font-size: 15px;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

.head-social a:hover {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.menu {
	padding: 15px 0;
}

.banner {
	position: relative;
}

.banner .slider-buttons {
	position: absolute;
	left: 49%;
	top: 70%;
}

.banner .slider-buttons img {
	height: 150px;
	margin-right: 25px;
}

.home-ansprech {
	background-color: #0b495e;
	color: #fff;
	padding: 25px 0;
	min-height: 80px;
}

.home-ansprech h3 {
	font-size: 20px;
}

.home-youtube {
	margin-top: 50px;
}

.home-services .service-item {
	padding: 30px 40px;
}

.home-services .service-item span {
	text-transform: uppercase;
	font-weight: 700;
}

.home-reparatur {
	background-color: #f0f1ec;
	padding-top: 20px;
	padding-bottom: 50px;
}

.home-reparatur .abl-first {
	color: #777777;
	font-size: 35px;
	font-weight: bold;
}

.home-reparatur .abl-second {
	font-size: 13px;
	color: #135f79;
	padding: 7px 0 7px 5px;
}

.home-call {
	background-color: #0b495e;
	padding: 45px 0;
	font-size: 38px;
	text-align: center;
	color: #fff;
}

.home-office {
	margin-bottom: 50px;
}

.home-wir-sind h2 {
	font-size: 24px;
	margin-bottom: 20px;
}

.home-brands {
	text-align: center;
	padding: 30px 0;
	background-color: #f0f0ee;
}

.footer-separator {
	height: 1px;
	background-color: #316c7e;
	background: linear-gradient(-90deg, #0c4a5f, #316c7e, #0c4a5f);
}

footer a {
	color: #fff;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer li {
	line-height: 1.8rem;
}

footer h3 {
	font-size: 18px;
}

footer .ft-phone-fax {
	margin-bottom: 35px;
}

footer h4 {
	font-size: 16px;
	margin-bottom: 0;
}

footer .ft-phone {
	font-size: 30px;
	margin-bottom: 5px;
}

footer h5 {
	font-size: 14px;
	margin: 5px 0;
}

footer .ft-opening,
footer .ft-address {
	margin-bottom: 15px;
}

footer .ft-email {
	margin-bottom: 20px;
}

footer .ft-socials a i {
	color: #0B495E;
}

footer .ft-socials a {
	height: 35px;
	width: 35px;
	text-align: center;
	padding-top: 6px;
	margin-right: 10px;
	font-size: 15px;
	background-color: #c1d118;
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

footer li::before {
	content: "\F231";
	font-family: "bootstrap-icons";
	color: #c1d118;
	font-size: 10px;
	margin-right: 4px;
	line-height: 13px;
}

.footer-right i {
	color: #c1d118;
}

.footer-text {
	padding-bottom: 20px;
}

.footer-middle {
	padding-top: 60px;
}

.footer-top {
	color: #fff;
	padding: 50px 0;
	margin: 0;
	background-color: #0B495E;
}

.footer-bottom {
	color: #467481;
	margin: 0;
	padding: 20px 0;
	background-color: #09313D;
}