.home .footer-section {
	margin-top: -320px;
}
.home #kontakt.startseite-e6 {
	padding-bottom: 280px;
}

#willkommen.startseite-e1 .slider-title {
	font-size: 75px;
}
#willkommen.startseite-e1 .banner-bottom-text p span {
    color: var(--ci-blau);
	font-size: 14px;
}
#willkommen.startseite-e1 .banner-bottom-text > p {
	font-size: 14px;
}
#willkommen.startseite-e1 .banner-bottom-text p::before {
    background: var(--ci-blau);
	right: 100px;
}
#willkommen.startseite-e1 .tittle-text > p {
	font-size: 20px;
}
#willkommen.startseite-e1 .banner-social-list {
	display: none;
}

#ueber-uns.startseite-e2 .provide-section-two {
    padding-top: 0;
}
@media only screen and (min-width: 120px) and (max-width: 2100px) {
	#ueber-uns.startseite-e2 .provide-section-two {
		margin-top: -60px;
	}
}

#leistungen.startseite-e3 .service-item a {
    text-transform: none;
    font-size: 15px;
    font-weight: 400;
    color: #686a72;
	font-family: "Mulish", sans-serif !important;
	max-width: 170px;
}
#leistungen.startseite-e3 .service-item .card:hover a {
    color: #fff;
}
#leistungen.startseite-e3 .service-item .card .card-body img {
	filter: var(--filter-base) var(--filter-ci-blau);
}
#leistungen.startseite-e3 .service-item .card:hover .card-body img {
	filter: var(--filter-base) invert(1);
}
#leistungen.startseite-e3 .service-item .card .card-body a svg {
	display: none;
}
#leistungen.startseite-e3 .card-body {
	pointer-events: none;
}

#reparatur.startseite-e4 .ab-quote-text .quote-text p {
	font-size: 15px;
	font-style: normal;
}
#reparatur.startseite-e4 .ab-quote-text .quote-image {
    display: none;
}
#reparatur.startseite-e4 .intro-content .intro-des {
    margin-bottom: 30px;
}
#reparatur.startseite-e4 #counter-section > .sc-counter .odometer-digit:last-child::after {
	position: absolute;
	white-space: nowrap;
}
#reparatur.startseite-e4 #counter-section > .sc-counter:nth-child(1) .odometer-digit:last-child::after {
	content: '%';
}
#reparatur.startseite-e4 #counter-section > .sc-counter:nth-child(2) .odometer-digit:last-child::after {
	content: '% +';
}
#reparatur.startseite-e4 #counter-section > .sc-counter:nth-child(3) .odometer-digit:last-child::after {
	content: 'h';
}

.startseite-e5.welle img {
	width: 100%;
}
#aktionen.startseite-e5 .team-section {
    padding-top: 80px;
    padding-bottom: 140px;
}
@media only screen and (min-width: 1600px) {
	#aktionen.startseite-e5 .team-section {
    	padding-top: 80px;
    	padding-bottom: 100px;
	}
}
@media only screen and (min-width: 2100px) {
	#aktionen.startseite-e5 .team-section {
		padding-top: 80px;
		padding-bottom: 50px;
	}
}
#aktionen.startseite-e5 .team-member .team-overlay {
    background-image: unset;
}

#kontakt.startseite-e6 a[href="#"] {
	pointer-events: none;
}
#kontakt.startseite-e6 .contact-list:nth-child(2) > .contact-icon {
	margin-right: 35px;
}
#kontakt.startseite-e6 .page-contact-section .contact-submit button {
    background: var(--ci-blau);
}
#kontakt.startseite-e6 .page-contact-section .contact-submit button:hover {
    background: var(--ci-schwarz);
}
#kontakt.startseite-e6 .contact-icon img {
	filter: var(--filter-base) var(--filter-ci-blau);
}