@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*** GENERIC CSS ***/
html,body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    background: #fff;
    color: #3B3E42;
    font-weight: 500;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #3B3E42;
}

a:hover {
    text-decoration: underline;
    color: #FF4917;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
}

button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color:#000;
    font-weight: 900;
    font-family: "Montserrat", sans-serif;
}

h1, .h1 {
    font-size: 70px;
    line-height: 1;
}

h2, .h2 {
    font-size: 46px;
    line-height: 1.5;
}

h3, .h3 {
    font-size: 36px;
    line-height: 1.2;
}

h4, .h4 {
}

h5, .h5 {
}

h6, .h6 {

}

.kicker {
    color:#51ACFB;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 500;
}

p.bigger {
    font-size: 20px;
}

p.small {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.section-title .kicker {
    padding-left: 70px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.section-title .kicker::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #51ACFB;
    position: absolute;
    left: 0;
    top: 10px;
}

.section-title h2 {
    margin-bottom: 30px;
}

.section-title.text-white * {
    color: #fff !important;
}

.pe-50 {
    padding-right: 50px;
}

.btn-default {
    background: #FF4917;
    color: #fff;
    padding: 20px 30px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: inline-block;
}

.btn-default:hover {
    background: #fff;
    color: #FF4917;
    text-decoration: none;
}

.btn-bordered {
    background: none;
    color: #FF4917;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 20px 30px;
    border: 2px solid #FF4917;
}

.btn-bordered:hover {
    background:#FF4917;
    color: #fff;
}

blockquote {
    padding: 20px 0px 20px 50px;
    border-left: 1px solid #1E60AA;
    margin: 0px;
}

.btn-link {
    color: #1E60AA;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.pe-30 {
    padding-right: 30px;
}

.ps-30 {
    padding-left: 30px;
}

.hamburger-menu-mobile {
    height: 100vh;
    background: #fff;
    width:100%;
    padding:0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	display:none;
}

.hamburger-header {
	padding:0px 0px 0px 15px;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.hamburger-menu-mobile-close {
	background:#51ACFB;
	padding:15px;
	width:75px;
	height:75px;
	text-align:center;
}

.hamburger-menu-mobile-close img {
	filter:invert(1);
}

.hamburger-menu-mobile .navbar-nav {
	padding:50px 15px;
}

.hamburger-menu-mobile .navbar-nav li a {
	text-transform:uppercase;
}

.hamburger-menu-mobile .call-us {
    padding-left:15px;
    display: flex;
    gap: 20px;
    align-items: start;
	flex-direction:column;
}

.hamburger-menu-mobile .call-us p {
    margin-bottom: 5px;
}

.hamburger-menu-mobile .call-us a {
    color: #FF4917;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight:900;
    line-height: normal;
}

.hamburger-menu-mobile .call-us .btn-bordered {
	font-size:16px;
}

.hamburger-menu-mobile .call-us a img {
    margin-right: 5px;
}

/*** HEADER ***/
.header {
    padding: 20px 40px 20px 40px;
    background: #FFF;
    position: fixed;
    width: 100%;
    box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.15);
    z-index: 9999;
}

.header .navbar {
    padding: 0px;
}

.header .navbar-nav {
    border-right: 1px solid #1E60AA;
    padding-right: 50px;
}

.header .nav-item {
    margin: 0px 21px;
}

.header .nav-item:last-child {
    margin-right: 0px;
}

.header .nav-link {
    color:#3B3E42;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 0px;
}

.header .nav-item:hover .nav-link {
    color: #FF4917;
    text-decoration: none;
}

.header .call-us {
    padding-left: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.header .call-us p {
    margin-bottom: 5px;
}

.header .call-us a {
    color: #FF4917;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight:900;
    line-height: normal;
}

.header .call-us a img {
    margin-right: 5px;
}

.header .btn-bordered {
    font-size: 14px !important;
    color: #1E60AA !important;
    border-color: #1E60AA !important;
    font-weight: 500 !important;
}

.header .btn-bordered:hover {
    color: #fff !important;
    border-color: #FF4917 !important;
}


/*** HERO SECTION ***/
.hero-section {
    background: url(../img/bg-hero-section.svg) top left no-repeat;
    background-size: auto 100%;
    padding-top: 120px;
}

.hero-section .owl-stage-outer {
    padding: 20px 0px 0px 0px;
    margin: 0px 40px;
}


.hero-section .item img {
    margin-top: -20px;
}

.hero-section h1, .hero-section .h1 {
    color: #FFF;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 35px;
}

.hero-section p {
    color: #FFF;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-section .main-img {
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
    object-position: center;
}

.hero-section .area-box {
    gap: 10px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.hero-section .area-box div {
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(81, 172, 251, 0.40);
    flex: 0 0 calc(50% - 10px);
    color:#fff;
    text-transform: none;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 20px;
}

.hero-section .area-box div img {
    margin: 0px;
    width: 15px;
    filter: brightness(0) invert(1);
}

.hero-section .btn-box {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hero-section .btn-box .phone {
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.hero-section .btn-box .phone img {
    filter: brightness(0) invert(1);
    width: 26px;
    display: inline-block;
    margin-right: 20px;
}

.hero-section .owl-nav {
    position: absolute;
    bottom: 0px;
    right: 40px;
}

.hero-section .owl-nav button {
    background: #fff !important;
    width: 90px !important;
    height: 65px !important;
    border-radius: 0px !important;
    margin: 0px !important;
}

.hero-section .owl-nav .owl-prev span {
    background: url(../img/icon-prev-carousel.svg) center center no-repeat;
    width: 21px;
    height: 28px;
    display: inline-block;
    text-indent: -99999px;
}

.hero-section .owl-nav .owl-next span {
    background: url(../img/icon-next-carousel.svg) center center no-repeat;
    width: 21px;
    height: 28px;
    display: inline-block;
    text-indent: -99999px;
}

.hero-section .owl-nav button:hover {
    background: #FF4917 !important;
}

.hero-section .owl-nav button:hover span {
    filter: brightness(0) invert(1) !important;
}
/*** LOGOS ***/
.logos {
    padding: 100px 0px;
    background: linear-gradient(0deg, #F3F8FE 0%, rgba(243, 248, 254, 0.00) 100%), url(../img/bg-logos.webp) right center no-repeat;
    background-size: cover;
}

.logo-grid {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.logo-grid .logo-box {
    background: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(25% - 20px); 
    padding: 20px 15px; 
}

.logo-grid .logo-box img {
    height:65px;
}

/*** SERVICES ***/
.services {
    padding: 130px 0px;
}

.service-box {
    background: #FFF;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.10);
    display: inline-block;
}

.service-box figure {
    aspect-ratio: 1 / 0.89;
    position: relative;
    margin-bottom: 0px;
}

.service-box figure::after {
    content: '';
    background: #1E60AA4D;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-box .details {
    padding: 50px;
    position: relative;
}

.service-box .details .title {
    color:#1E60AA;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 15px;
}

.service-box .details p {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-box .details .service-link {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.service-box:hover {
    background: #1E60AA;
    text-decoration: none;
}

.service-box:hover figure::after {
    display: none;
}

.service-box:hover .title, .service-box:hover p {
    color: #fff;
}
/*** FEATURES ***/
.call-team.with-features {
    background:url(../img/wasserhahn-abfluss-rohrreinigung-hessen.webp) 50% 50% fixed no-repeat;
    background-size: cover;
    height: auto;
    padding: 170px 0px 200px 0px;
}

.call-team-cta.with-features {
    margin-top: -100px;
}

.call-team-cta.with-features .area-box {
    gap: 0px;
    box-shadow: 0 24px 24px 0 rgba(53, 59, 66, 0.05);
}

.call-team-cta.with-features .area-box div {
    text-transform: none;
    flex: 0 0 calc(33.333% - 0px);    
    border-top: 1px solid #51ACFB;
    border-right: 1px solid #51ACFB;
}

.call-team-cta.with-features .area-box div:nth-child(3n) {
    border-right: 0px;
}

/*** PREVENTION ***/
.prevention {
    background: linear-gradient(0deg, #FFF -2%, rgba(244, 248, 254, 0.40) 100%);
    padding: 130px 0px;
}

.prevention .success {
    background: #DDFDE3;
    padding: 15px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.prevention-box {
    display: flex;
    gap: 38px;
    align-items: center;
    margin-top: 30px;
}

.quality-box {
    background: #F3F8FE;
    padding: 40px 45px;
}

.quality-grid {
    display:flex;
    gap: 18px;
    text-align: center;
    margin-top: 20px;
}

.quality-grid div {
    border: 1px solid #1E60AA;    
    flex: 0 0 calc(33.333% - 18px);
    padding:20px;
    background: #fff;
}

.quality-grid p {
    margin:10px 0px 0px 0px;
    color: #1E60AA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.quality-box blockquote {
    padding-bottom: 0px !important;
}

.quality-box blockquote p b {
    font-weight: 900;
}


/**** OUR PROMISE ***/
.our-promise {
    background: url(../img/bg-promise.png) top left no-repeat;
    background-size: contain;
    position: relative;
    padding: 130px 0px 0px 0px;
}

.our-promise .promise-img {
    position: absolute;
    top: -90px;
    left: 50px;
}

.promise-box {
    background: #fff;
    padding: 100px 0px 0px 110px;
}

.promise-sq {
    background: #F8F8FA;
    padding: 30px 30px;
    position: relative;
    z-index: 9;
}

.promise-sq img {
    margin-bottom: 50px;
}

.promise-sq .title {
    color:#1E60AA;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    margin-bottom: 15px;
}

.promise-sq p {
    color: #3B3E42;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height:1.62;
    margin-bottom: 30px;
}

.promise-sq .btn-bordered {
    border-color: #51ACFB;
    color: #51ACFB;
}

.promise-sq .btn-bordered:hover {
    background: #51ACFB;
    color: #fff;
}

/** * HOW WE WORK ***/
.how-we-work {
    padding: 130px 0px;
}

.work-box {
    margin-top: 80px;
}

.work-box img {
    margin-bottom: 50px;
    height: 275px;
}

.work-box p {
    color:#1E60AA;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 100% */
}
/*** CALL TEAM CTA ***/
.call-team.with-cta {
    padding-top: 170px;
    padding-bottom: 230px;
    height: auto;
}

.call-team-cta {
    margin-top: -200px;
}

.call-cta-box {
    background: #FFF;
    box-shadow: 0 24px 24px 0 rgba(53, 59, 66, 0.05);
    padding: 55px;
    position: relative;
}

.call-cta-box .title {
    color:#1E60AA;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.call-cta-img {
    position: absolute;
    top: -75px;
    right: -100px;
}

.call-cta-details {
    display: flex;
    gap: 50px;
    margin-top: 30px;
    align-items: center;
}

.call-cta-details .call-us {
    border-right: 1px solid #1E60AA;
    padding-right: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}

.call-cta-details .call-us p {
    margin-bottom: 10px;
}

.call-cta-details .call-us a {
    color: #FF4917;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*** STUDY BOX ***/
.study-box {
    padding: 130px 0px;
}

.stats {
    display: flex;
    background: #F3F8FE;
    padding: 40px 0px;
    justify-content: space-between;
}

.stats>div {
    border-right: 1px solid #51ACFB;
    text-align: center;
    flex: 1;
}

.stats>div:last-child {
    border-right: 0px;
}

.stats .count {
    color:#1E60AA;
    font-family: "Montserrat", sans-serif;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height:0.8;
    margin-bottom: 20px;
}

.stats p {
    color:#3B3E42;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.study-box .area-box {
    margin: 30px 0px 0px 0px;
}

.study-box .area-box div {
    background: none;
    padding: 0px;
    text-transform: none;
    color: #3B3E42;
}

/*** CERTIFICATE ***/
.certificate {
    background:#1E60AA url(../img/bg-certificate.webp) right center no-repeat;
    background-size: auto 100%;
    padding: 130px 0px;
}

.certificate * {
    color: #FFF;
}

.certificate .section-title.text-white .kicker::before {
    background-color: #fff;
}

/*** GOOGLE REVIEW ***/
.google-reviews {
    padding: 130px 0px;
}

.google-reviews .container {
    position:relative;
}

.review-img {
    position: absolute;
    top:-70px;
    right: -175px;
}

.google-reviews .rating-summary {
    margin: 50px 0px;
    display: flex;
    gap:10px;
    align-items: center;
}

.google-reviews .rating-summary .rating {
    color: #5E5D5E;
    font-size: 17.3px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.google-reviews .rating-summary .fa {
    color: #F6AE50;
    font-size: 24px;
}

.google-reviews .rating-summary .small {
    color: #86808F;
    font-size: 10.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.google-reviews .rating-summary .title {
    color: #79777D;
    font-size: 18.2px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-box {
    padding: 50px;
    background: #F4F4F4;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.review-box .user {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #5E5A61;
    font-size: 11.6px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.review-box .user small {
    color: #7A7484;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-box .user figure {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0px;
}

.review-box .quote p {
    color: #777378;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.438px;
    margin-bottom: 5px;
}

.review-box .quote p.small {
    color: #9F9EA5;
    font-size: 14.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-box .quote .fa {
    color:#F7AE4F;
    font-size: 24px;
}

.review-box .warning {
    color: #D76669;
    margin: 10px 0px;
    font-size: 11.6px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-box .source {
    color: #7EB6FB;
    margin: 10px 0px;
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*** OUR COMPANY ***/
.our-company {
    background:#1E60AA;
    position: relative;
}

.our-company * {
    color: #fff;
}

.our-company .section-title {
    margin-top: 130px;
}

.our-company .section-title .kicker::before { 
    background: #fff;
}

.our-company::after {
    content: '';
    background: url(../img/einsatzbereit-rohrreinigung-hessen-fahrzeug.webp) center center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    right: 0;
    width:40%;
    height: 100%;
}

.our-company::before {
    content: '';
    background: url(../img/bg-map-company.webp) center center no-repeat;
    background-size:cover;
    position: absolute;
    top: 0;
    left: 0;
    width:50%;
    height: 100%;
}

.our-company .btn-default {
    margin-bottom: 250px;
}

.our-company .container {
    z-index: 9;
    position: relative;
}

/*** GALLERY ***/
.gallery {
    background: url(../img/spruehkopf-abflussreinigung-hessen-24h.webp) 50% 50% no-repeat;
    background-size:cover;
    padding: 100px 0px 160px 0px;
}

.gallery h2 {
    color: #fff;
    margin: 50px 0px;
}

.gallery-grid {
    padding:0px 40px;
    margin-top: -150px;
}

.gallery-grid img {
    aspect-ratio: 1 / 0.92;
    object-fit: cover;
    object-position: center;
}

/*** FAQ ***/
.faqs {
    padding: 130px 0px;
}

.faqs .accordion {
    border: none;
    border-radius: 0;
}

.faqs .accordion-button {
    padding:20px 30px;
    background-color: #1E60AA !important;
    border: 0px;
    box-shadow: none;
    border-radius: 0px !important;
}

.faqs .accordion-button h3, .faqs .accordion-button .h3 {
    border: none !important;
    font-weight: 700;
    box-shadow: none !important;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size:18px;
    font-style: normal;
    font-weight:700;
    line-height: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-radius: 0px !important;
}

.faqs .accordion .accordion-item {
    border: none !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

.faqs .accordion-body {
    padding:0px 30px 30px 30px;
    border: none !important;
    color: #fff;
    border-radius:0px;
    background: #1E60AA;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.faqs .accordion-body p, .faqs .accordion-body ul li {    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.faqs .accordion-body h3 {
    color: #fff;
}

.faqs .accordion-button.collapsed {
    background-color: #F4F4F4 !important;
    padding:20px 30px;
    border-radius:0px;
    box-shadow: none !important;
}

.faqs .accordion-button.collapsed h3, .faqs .accordion-button.collapsed .h3 {
    color: #3B3E42;
}

.faqs .accordion-button::after {
    width: 20px;
    height: 20px;
    border: none !important;    
    background: url(../img/icon-faq-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(-180deg);
    right: 0px;
    margin-right: 0px;   
    right: 20px;
    margin-right: 0px;
    filter: brightness(0) invert(1);
}

.faqs .accordion-button.collapsed::after {
    background: url(../img/icon-faq-down.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    filter: brightness(0) invert(0);
}

.faqs .accordion-body a {
	color:#51ACFB;
}

.faqs .accordion-body a:hover {
	text-decoration:underline;
}

/*** CALL OUR TEAM ***/
.call-team {
    background: url(../img/spruehkopf-abflussreinigung-hessen-24h.webp) 50% 50% fixed no-repeat;
    background-size: cover;
    height: 100vh;
}

.call-team * {
    color: #fff;
}

.call-team h2 {
    margin: 50px 0px 15px 0px;
}

.call-team .btn-default {
    margin-top:35px;
}

/*** OUR TEAM ***/
.our-team {
    padding: 130px 0px;
}

.team-box {
    margin-top: 75px;
    background: linear-gradient(180deg, rgba(81, 172, 251, 0.00) 35%, rgba(81, 172, 251, 0.26) 100%);
    padding-right: 30px;
}

.team-box .btn-link {    
    margin-bottom: 50px;
    display: inline-block;
}

.team-box .team-name {
    color: #1E60AA;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
}

.team-box p {
    font-weight: 400;
}

.team-box img {
    aspect-ratio: 1 / 1.28;
    object-fit: cover;
    object-position: top center;
}


/*** AREA OF OPERATION ***/
.area-operation {
    padding: 130px 0px 65px 0px;
    background: url(../img/wasserhahn-abfluss-rohrreinigung-hessen.webp) 50% 50% fixed no-repeat;
    background-size: cover;
}

.area-operation .section-title {
    margin-bottom: 55px;
}

.area-box {
    display: flex;
    align-items: center;
    gap: 5px;
    align-self: stretch;
    flex-wrap: wrap;  
}

.area-box div {
    background: #fff;
    padding: 30px;
    flex: 0 0 calc(33.333% - 5px);
    color:#1E60AA;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.area-box div img {
    margin-right: 15px;
}

/*** CONTACT FORM ***/
.contact-form {
    padding: 130px 0px;
}

.contact-details {
    display: flex;
    gap: 30px;
}

.contact-details a {
    color: #1E60AA;
    display: flex;
	gap:10px;
    align-items: center;
}

.contact-details .fa {
    color: #51ACFB;
    margin-right: 10px;
}

.contact-form figure {
    aspect-ratio: 1 / 0.8;
    margin-bottom: 0px;
}

.contact-form figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.form-box {
    margin: 30px 0px;
}

.form-box .form-control {
    background: #F4F4F4;
    padding: 15px;
    color: #3B3E42;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height:1.5;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
}

.form-box input[type="checkbox"].form-control {
	width:20px;
	height:20px;
    float: left;
    margin-right: 10px;
    -webkit-appearance: auto;
    appearance: auto;
}

.form-box .btn-default {
    margin-top: 10px;
}

.form-box label a {
	color:#FF4917;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left:0px !important;
}


/*** GOOGLE MAP ***/
.google-map {
    padding: 0px;
}

.google-map iframe {
    margin-bottom: 0px;
}

/*** FOOTER CTA ***/
.footer-cta {
    margin-top: -133px;
}

.cta-box {
    display: flex;
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex: 1 0 0;
    align-self: stretch;
    background: #FFF;
    box-shadow: 0 4px 54px 0 rgba(0, 0, 0, 0.20);
    height: 100%;
}

.cta-box .cta-title {
    color:#1E60AA;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.cta-box a {
    color:#FF4917;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

/*** FOOTER ***/
.footer {
    background: #1E60AA url(../img/weltkarte-rohrreinigung-hessen-24h.webp) top center no-repeat;
    background-size: contain;
    padding: 200px 0px 100px 0px;
    margin-top: -133px;
}

.footer .foot-logo img {
    margin-bottom: 40px;
}

.footer * {
    color: #fff;
}

.copyrights {
    margin-top: 50px;
}

.copyrights a {
    text-decoration: underline;
}

.foot-links {
	display:flex;
	gap:20px;
    justify-content: center;
	margin-top:30px;
}

.foot-links a {
	text-decoration:underline;
}


/*** PAGE BANNER ***/
.page-banner {
	height:60vh;
	padding-bottom:50px;
}

.page-banner h1 {
	color:#fff;
}

.generic-content {
	padding:75px 0px 200px 0px;
}

.generic-content h2, .generic-content h3 {
	margin:30px 0px;
}

.generic-content a {
	color:#FF4917;
}

.generic-content a:hover {
	text-decoration:underline;
}