@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,800;1,700&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
  overflow-x: hidden;
}

  /* cookies
  ===============  */
  .cookie-consent-modal{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: end;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 999;
    display: none;
    align-items: center;
}
.cookie-consent-modal.active{
    display: flex;
}
.content{
    width: 504px;
    /* height: 307px; */
    background-color: #fff;
    padding: 35px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
}

.btn{
    border: none;
    outline: none;
    width: 284px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
}
.btn.accept{
  background: #0060CE;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
.btn.accept:hover{
    background-color: #0060CE !important;
    color: #fff !important;
}

.btn.cancel{
    background: #F3F3F3;
    font-size: 14px;
    font-weight: 500;
}
.btn.cancel:hover{
  background-color: #F3F3F3 !important;
}


/* Custom Scroll Bar  */
::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background-color: #fff;
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.625rem;
  border-radius: 0.625rem;
  background: #dadce0;
}


/* Navbar
================  */
.nav-bg{
  background: #E9F3FF;
  padding: 24px 0 24px 0 !important;
}
.nav-link{
  font-size: 16;
  font-weight: 400;
  color: #000 !important;
  padding: 6px 0px !important;
}
.nav-item{
  margin: 0px 10px;
}
.active{
  border-bottom: 3px solid #0060CE;
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 220px;
  z-index: 1;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  left: 4.5rem;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 400;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #F4FAFF; color: #0060CE;}
.dropdown-content a:hover:first-child{
  border-radius: 6px;
}
.dropdown-content a:hover:last-child{
  border-radius: 6px;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}


/* home-banner
================== */
.home-banner{
 background-image: url(/images/home-bg.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
  padding: 64px 19px 68px 19px;
}

.home-banner__title{
  font-size: 36px;
  font-weight: 600;
}

.request-form__wrap{
  display: flex;
  gap: 101px;
  margin-top: 69px;
}

.request-form{
  width: 304px;
  background-color: #fff;
  padding: 16px;
  border-radius: 6px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.request-form__title{
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  text-align: center;
}

.from-input{
  width: 100%;
  height: 40px;
  background: #F3F3F3;
  border: 1px solid #ECECEC;
  border-radius: 6px;
  padding-left: 16px;
  outline: none;
  margin: 10px 0;
}
.from-input::placeholder{
  font-size: 14px;
  font-weight: 400;
  color: #A4A4A4;
}

.kostenloses-btn{
  width: 100%;
  height: 40px;
  background: #0060CE;
  border-radius: 6px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-top: 14px;
}

.summary{
  margin: 60px 0;
}
.summary:first-child{
  margin: 10px 0;
}
.summary h1{
  font-size: 28px;
  font-weight: 600;
  color: #276EF1;
  margin: 0;
}
.summary h6{
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}

/* Wir erledigen die Reinigung von Schulen, Altersheimen, Gastronomie & mehr
============================================================================= */

.solutions-wrap{
  padding: 80px 42px 42px 42px;
}
.solutions-items{
  padding-top: 48px; 
  width: 500px;
  margin: 0 auto;
}
.solutions-ul li{
  list-style-type: none;
  margin: 20px 0;
}
.solutions-ul li:last-child{
  margin: 0px;
}


/* Reinigungskraft gesucht? Unsere Komplettlösung
================================================== */
.service-wrap{
  background-image: url(/images/bg2.webp);
  padding: 48px 0px 48px 0px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-title{
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
.service-card{
  background: #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 16px;
  margin: 1rem 0;
  /* height: 384px; */
}
.service-card img{
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
}

.service-card__title{
  font-size: 16px;
  font-weight: 500;
  margin-top: 16px;
}

.service-text{
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #606060;
  margin: 0px;
}


/* Mitgelieferte Reinigungsmaterialien
======================================== */
.mitgelieferte-wrap{
  padding: 88px 0px 57px 0px;
}
.mitgelieferte-img{
  width: 525px;
  height: 475px;
}
.mitgelieferte{
  margin-left: 1.6rem;
}
.mitgelieferte li{
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin: 20px 0;
}


/* kontaktieren sie uns
========================= */
.kontaktieren{
  background-image: url(/images/bg3.webp);
  padding: 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.angebbot-btn__wrap{
  background-image: url(/images/bg4.webp);
  text-align: center;
  padding: 28px 0px 48px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sie-uns__title{
  font-size: 28px;
  font-weight: 600;
}

.angebot-btn{
  width: 272px;
  height: 40px;
  border: none;
  outline: none;
  background: #0060CE;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}



/* Footer
====================== */
.footer-bg{
  background: #F3F3F3;
  padding: 44px;
}
.footer-logo{
  width: 271px;
  height: 32;
}
.custom-border{
  width: 2px;
  height: 15px;
  background: #0060CE;
  border-radius: 1px;
}

.kontakt-title{
  font-size: 28px;
  font-weight: 600;
}

.legal-items{
  display: flex;
  align-items: center;
  gap: 19px;
}



/* Pages
============ */
.pages-banner{
  background-image: url(../images/buroreinigung-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}
.pages__row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2.5rem 0px 2.5rem;
  margin-top: -33rem;
}

.pages__nav-bg{
  background: #E9F3FF;
  opacity: 0.9;
  padding: 24px 0 24px 0 !important;
}

.text-box{
  width: 548px;
  background: #E9F3FF;
  opacity: 0.9;
  border-radius: 8px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.text-box h6{
  font-size: 28px;
  font-weight: 600;
}

/* All pages Banner */
.pages-banner__geb{
  background-image: url(../images/geb-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}

.pages-banner__parx{
  background-image: url(../images/prax-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}

.pages-banner__schul{
  background-image: url(../images/schul-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}

.pages-banner__kinder{
  background-image: url(../images/kinder-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}

.pages-banner__alters{
  background-image: url(../images/alters-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}

.pages-banner__gastrono{
  background-image: url(../images/gastrono-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 710px;
  object-fit: cover;
}

/* Legal Pages
======================  */
.pages-banner__legal{
  background-image: url(../images/legal-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 29rem;
}



.slider-border{
  width: 150px;
  height: 2px;
  background-color: #276EF1;
  margin: 0 auto;
}

/* slider
==============*/
.slider {
  position: relative;
  width: 100%;
  margin: 30px auto;
  padding: 20px;
  background: rgba(39, 110, 241, 0.04);
  border-radius: 8px;
}

.slider__clip {
  max-width: 694px;
  overflow: hidden;
  margin: 0 auto;
}

.slider__slides {
  position: relative;
  display: flex;
  transition: all 1s;
  margin-bottom: 20px;
}

.slider__slide {
  max-width: 694px;
  flex: 0 0 694px;
  height: 400px;
  line-height: 0;
  background-size: cover;
}

.slider__slide:nth-child(1) {
  background-image: url("../images/slider1.webp");
}

.slider__slide:nth-child(2) {
  background-image: url('../images/slider2.webp');
}

.slider__slide:nth-child(3) {
  background-image: url('../images/slider3.webp'); 
}

.slider__slide:nth-child(4) {
  background-image: url('../images/slider4.webp');
}

.slider__slide:nth-child(5) {
  background-image: url('../images/slider5.webp');
}

.slider__slide:nth-child(6) {
  background-image: url('../images/slider6.webp');
}

.slider__slide img {
  width: 100%;
}

.slider__actions {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font-size: 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
}

.slider__actions a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #276EF1;
  text-align: center;
  padding-top: 1.5rem;
}

.slider__actions a.disabled {
  opacity: .5;
}

.slider__actions a:focus {
  outline: none;
}
.slider__actions a:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.slider__prev:before {
  transform: rotate(135deg);
}

.slider__next:before {
  transform: rotate(-45deg);
}
