h1,
h2,
h3,
h4 {
  font-family: "Heading-Font" !important;
}

p {
  font-family: "Body-Font" !important;
}

/*MENU NAVBAR*/
#navbarContainer {
  max-width: 70%;
}

#navbarNav {
  margin: 30px;
}

.dropdown-menu .dropdown-item.text-dark.text-center:focus,
.dropdown-menu .dropdown-item.text-dark.text-center:hover {
  background-color: white !important;
}

#navbarMain {
  background: transparent
    linear-gradient(
      180deg,
      #000000d4 0%,
      #041227fd 96%,
      var(--unnamed-color-041329) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent
    linear-gradient(180deg, #000000d4 0%, #041227fd 96%, #041329 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}

#navLinks a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
}

a#navbarDropdown {
  margin-top: -8px;
}

ul.dropdown-menu.show {
  max-width: 130px;
  width: 100%;
}

.logoutBtn {
  width: 127px;
  height: 40px;
  border: 0;
  /* UI Properties */
  color: #fff;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.navbar-toggler-icon {
  filter: invert(1);
  font-size: 2rem;
  color: #0083ff;
}

.navbar-toggler:focus {
  outline: none;
}

.close-menu {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.centeredText {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  color: white;
}

.centeredText a {
  color: #fff;
  text-decoration: none;
}

.centeredText a:hover {
  color: #d8d8d8;
}

.nav-item {
  text-transform: uppercase;
}

/*HEADER*/
.header {
  max-width: 1920px;
  width: 100%;
}

.bg-image {
  background-image: url("../images/wrda_background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.wrdaText h1 {
  /* Layout Properties */
  font-size: 200px;
  top: 104px;
  left: 0px;
  width: 250px;
  height: 872px;
  transform: matrix(0, -1, 1, 0, 0, 0);
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-800)
    200px/30px var(--unnamed-font-family-lexend-deca);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-f7f7f7);
  text-align: left;
  font: normal normal 800 200px/30px Lexend Deca;
  letter-spacing: 0px;
  color: #f7f7f7;
  opacity: 1;
}

.header span {
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-0083ff);
  text-align: left;
  letter-spacing: 0px;
  color: #0083ff;
}

.header p {
  font-size: 20px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-000000);
  text-align: left;
  font: normal normal medium 20px/30px Inter;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.header h1 {
  font-size: 90px;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  letter-spacing: 0px;
  opacity: 1;
}

.header h2, .text-header {
  font-size: 30px;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-0083ff);
  text-align: left;
  font: normal normal medium 30px/100px Inter;
  letter-spacing: 0px;
  color: #0083ff;
  text-transform: uppercase;
  opacity: 1;
}

.headerBtn1 {
  max-width: 191px;
  width: 100%;
  height: 57px;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

.headerBtn2 {
  width: 159px;
  height: 57px;
  /* UI Properties */
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

.reviewBtn {
  width: 159px;
  height: 57px;
  /* UI Properties */
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #0083ff 0% 0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

.headerCar {
  /* UI Properties */
  background: transparent 0% 0% no-repeat padding-box;
  opacity: 1;
}

.rotatedImage {
  left: 0;
}
/*MENU*/

/*REGISTER PAGE*/
input#name {
  height: 59px;
  border: 1px solid #dbdbdb;
  opacity: 1;
}
input#email {
  height: 59px;
  border: 1px solid #dbdbdb;
  opacity: 1;
}

input#password {
  height: 59px;
  border: 1px solid #dbdbdb;
  opacity: 1;
}

input#password_confirmation {
  height: 59px;
  border: 1px solid #dbdbdb;
  opacity: 1;
}

.registerButton {
  height: 57px;
  width: 100%;
  color: #fff;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0083ff52 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.overlay h1 {
  color: #fff;
  font-size: 55px;
}

#cardBodyImage {
  height: 560px;
}

#cardBodyImage img {
  object-fit: cover;
}

#cardBodyUnderImage {
  height: 100px;
  background: black;
  display: flex;
  align-items: center;
}

#cardBodyUnderImage a {
  color: #fff;
  text-decoration: none;
}

/*ASSORTMENT*/

.assortment h3, .text-offer {
  font-size: 30px;
  /* UI Properties */
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-0083ff);
  text-align: left;
  font: normal normal medium 30px/100px Inter;
  letter-spacing: 0px;
  color: #0083ff;
  text-transform: uppercase;
  opacity: 1;
}

.assortment h2 {
  font-size: 55px;
  /* UI Properties */
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-0083ff);
  text-align: left;
  font: normal normal medium 30px/100px Inter;
  letter-spacing: 0px;
  opacity: 1;
}

.assortment .card {
  max-width: 285px;
  width: 100%;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px -1px 60px #00000021;
  opacity: 1;
  z-index: 0;
  margin-top: -80px;
}

.card-title {
  font-size: 25px;
}

.circleShadow {
  background-image: url("../images/circle_shadow_text.png");
  background-position: center center;
  background-repeat: no-repeat;
}

.circle1Assortment {
  width: 101px;
  height: 101px;
  background-color: #8fd2e8;
  opacity: 1;
  position: absolute;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle2Assortment {
  width: 101px;
  height: 101px;
  background-color: #33ccff;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle3Assortment {
  width: 101px;
  height: 101px;
  background-color: #582583;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle4Assortment {
  width: 101px;
  height: 101px;
  background-color: #8fd2e8;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.circle1Assortment span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.circle2Assortment span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.circle3Assortment span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.circle4Assortment span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.colorOnTopOfCard1 {
  height: 6px;
  background-color: #0083ff;
}

.colorOnTopOfCard2 {
  height: 6px;
  background-color: #33ccff;
}

.colorOnTopOfCard3 {
  height: 6px;
  background-color: #582583;
}

.colorOnTopOfCard4 {
  height: 6px;
  background-color: #8fd2e8;
}

.checkMark {
  width: 14px;
  height: 10px;
}

.cardImage {
  z-index: -1;
  max-width: 322px;
  width: 100%;
  height: 261px;
}

/*OTHER SERVICES*/

.otherServices h2 {
  font-size: 55px;
}

p.otherServicesP {
  font-size: 20px;
}
.circleOtherServices {
  max-width: 101px;
  width: 100%;
  max-height: 101px;
  height: 100%;
  background-color: #582583;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circleOtherServices img {
  justify-content: center;
  align-items: center;
}

.otherServicesImg1 {
  max-width: 476px;
  width: 100%;
}

.otherServicesImg2 {
  max-width: 815px;
  width: 100%;
}

.otherServicesImg3 {
  max-width: 476px;
  width: 100%;
}

.half-image-container {
  width: 50%;
  overflow: hidden;
}

/*WE LIKE CLEAN*/
.my-container {
  max-width: 924px;
  width: 100%;
  margin: 0 auto;
  height: 205px;
  background: transparent linear-gradient(180deg, #f7f7f7 0%, #f7f7f7 100%) 0%
    0% no-repeat padding-box;
  border: 1px solid #dbdbdb;
  box-shadow: 0px -1px 18px #0000000f;
  opacity: 1;
}

.my-container p {
  font-size: 30px;
}

.weLikeCleanBtn1 {
  width: 112px;
  height: 57px;
  color: #fff;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.weLikeCleanBtn2 {
  color: #fff;
  width: 100px;
  height: 57px;
  /* UI Properties */
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 1;
}

/*MAP*/

.map h3 {
  color: #0083ff;
  font-size: 30px;
}

.map h2 {
  font-size: 55px;
}

/*RATIONGS*/

.ratings h2 {
  font-size: 55px;
}

/*WASCHANLAGEN*/
.headingWaschanlagen h1 {
  font-size: 55px;
}

.headingWaschanlagen h3 {
  font-size: 25px;
}

.waschanlagenImages #image1 .image1 {
  max-width: 872px;
  width: 100%;
  max-height: 736px;
  height: 100%;
  object-fit: cover;
}

.waschanlagenImages #image2 .image2 {
  max-width: 581px;
  width: 100%;
  max-height: 360px;
  height: 100%;
  object-fit: cover;
}

.waschanlagenImages #image3 .image3 {
  max-width: 581px;
  width: 100%;
  max-height: 360px;
  height: 100%;
  object-fit: cover;
}

.detailsWaschanlagen #detailsRow1 h2 {
  font-size: 35px;
}

.detailsWaschanlagen #detailsRow2 h2 {
  font-size: 20px;
}

.detailsWaschanlagen #detailsRow2 span {
  color: #0083ff;
}

.waschanlagenButton {
  width: 159px;
  height: 57px;
  /* UI Properties */
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
  color: white;
}

.waschanlagenPackages h3 {
  font-size: 35px;
}

.waschanlagenPackages h4 {
  font-size: 20px;
}

#waschanlagenCard {
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px -1px 60px #00000021;
  opacity: 1;
}

.circleWaschanlagen1 span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.circleWaschanlagen2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.circleWaschanlagen3 span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}
.circleWaschanlagen4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 101px;
  width: 101px;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.circleWaschanlagen1 {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: transparent
    linear-gradient(180deg, #f5be8b 0%, var(--unnamed-color-daa573) 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(180deg, #f5be8b 0%, #daa573 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.circleWaschanlagen2 {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: transparent linear-gradient(180deg, #cfcfcf 0%, #8d8d8d 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}
.circleWaschanlagen3 {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: transparent linear-gradient(180deg, #edcc81 0%, #efcf86 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}
.circleWaschanlagen4 {
  width: 101px;
  height: 101px;
  border-radius: 50%;
  background: transparent linear-gradient(180deg, #c0d0de 0%, #99aab9 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.locationWascganlagen h2 {
  font-size: 35px;
}

.locationWascganlagen h3 {
  font-size: 20px;
}

.locationWascganlagen h3 span {
  color: #0083ff;
}

.locationWascganlagen button {
  width: 451px;
  height: 57px;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

#review h2 {
  font-size: 25px;
}
#review h3 {
  font-size: 17px;
  color: #8d8d8d;
}

#review h4 {
  font-size: 17px;
}
#review h5 {
  font-size: 30px;
}

#reviewImage img {
  width: 296px;
  height: 204px;
}

.waschanlagenFindenHeader {
  height: 520px;
  background-image: url("../images/Waschanlage.jpg");
  background-size: cover;
  background-position: center;
  background: transparent
    linear-gradient(180deg, #000000d4 0%, #041227fd 96%, #041329 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}

.terms-conditions {
  padding: 10px;
  margin: 40px 0;
  background-color: #f5f5f5; /* Optional background color */
  border: 1px solid #ccc; /* Optional border */
  border-radius: 5px; /* Optional border radius */
}

#WFHeaderContent h1 {
  font-size: 90px;
  color: white;
  text-align: center;
}

#WFHeaderContent h2 {
  font-size: 25px;
  color: white;
  text-align: center;
}

#WFHeaderContent span {
  font-size: 90px;
  color: #0083ff;
}

#waschanlagenFindenCard h3 {
  font-size: 16px;
}

#waschanlagenFindenCard h4 {
  font-size: 14px;
  color:#595959;
}

.mehrErfahren {
  width: 170px;
  height: 57px;
  color: #fff;
  border: 0;
  /* UI Properties */
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.btnLeaveReview {
  max-width: 160px;
  width: 100%;
  height: 60px;
  border: 0;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

/* Styles for the modal */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content1 {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 40% !important;
}

.star-rating {
  display: flex;
  flex-direction: row-reverse;
}

textarea#feedback {
  width: 100%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Styles for the star rating */
.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  font-size: 30px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s;
}

.star-rating input[type="radio"]:checked ~ label {
  color: #f8d64e;
}

#submitBtnModal {
  max-width: 130px;
  width: 100%;
  height: 40px;
  border: 0;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

#cancelBtnModal {
  max-width: 130px;
  width: 100%;
  height: 40px;
  border: 0;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

/*FILTER*/

.filter {
  margin-top: -75px;
}

#filterContainer {
  height: 150px;
  width: 80%;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: -1px -1px 60px #00000021;
  opacity: 1;
}

#filterCol h5 {
  font-size: 16px;
  color: #a1a1a1;
}

#filterCol h3 {
  font-size: 20px;
}

.filterButton {
  width: 110px;
  color: #fff;
  border: 0;
  height: 57px;
  /* UI Properties */
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

#inMeinerNaheCol1 h2 {
  font-size: 35px;
}

#inMeinerNaheCol1 h3 {
  font-size: 20px;
}

#inMeinerNaheCol1 span {
  color: #0083ff;
}

#inMeinerNaheCol2 h3 {
  font-size: 20px;
}

.filterMenu {
  display: none;
}
.dropdown-menu.show {
  width: 517px;
}

.dropdown-menu.show h2 {
  font-size: 35px;
}

.dropdown-menu.show h4 {
  font-size: 20px;
}

.ratingStars span {
  height: 30px;
  width: 30px;
}

.ratingStars {
  display: inline-block;
}

.star {
  color: white;
  border: 1px solid white;
  cursor: pointer;
  padding: 2px;
}

.star.clicked {
  color: #0083ff;
  border: 1px solid #0083ff;
}

.applyFilterBtn {
  width: 96px;
  height: 57px;
  border: 0;
  margin-right: 20px;
  /* UI Properties */
  color: #fff;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.closeFilterBtn {
  width: 93px;
  height: 57px;
  /* UI Properties */
  border: 1px solid var(--unnamed-color-000000);
  border: 1px solid #000000;
  opacity: 1;
}

/*PROFILE PAGE*/
.btnProfile {
  width: 130px;
  height: 40px;
  border: 0;
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  opacity: 1;
}

/*FOOTER*/

.footer {
  background-image: url("../images/footer.jpg");
  background-size: cover;
  background-position: center;
}

.footer hr {
  color: #fff;
}
.footer #row1 h2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 55px;
}

.footer #row2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 25px;
}

.footer #row3 {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  bottom: 0;
  position: relative;
}

.footerCircle1 {
  max-width: 101px;
  width: 100%;
  max-height: 101px;
  height: 100%;
  background-color: #0083ff;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.footerCircle2 {
  max-width: 101px;
  width: 100%;
  max-height: 101px;
  height: 100%;
  background-color: #582583;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.footerCircle3 {
  max-width: 101px;
  width: 100%;
  max-height: 101px;
  height: 100%;
  background-color: #00EE78;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.footerCircle4 {
  max-width: 101px;
  width: 100%;
  max-height: 101px;
  height: 100%;
  background-color: #1D7AF3;
  opacity: 1;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.goToGoogleMap {
  width: 451px;
  height: 57px;
  /* UI Properties */
  background: transparent
    linear-gradient(
      180deg,
      var(--unnamed-color-33ccff) 0%,
      var(--unnamed-color-0083ff) 100%
    )
    0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #33ccff 0%, #0083ff 100%) 0%
    0% no-repeat padding-box;
  opacity: 1;
}

.bg-custom {
  background-color: #0083ff;
}

@media (max-width: 1024px) {
  #navbarContainer {
    max-width: 100%;
  }
  .headerCar {
    margin-top: 100px;
    width: 300px !important;
    height: 600px !important;
  }
}

@media (max-width: 992px) {
  #filterCol h5 {
    font-size: 10px !important;
    color: #a1a1a1;
  }

  #filterCol h3 {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .headingWaschanlagen h1 {
    font-size: 45px;
  }

  .wrdaSideImage {
    display: none;
  }
  .headerCar {
    display: none;
  }
  .bg-image {
    background-image: none;
  }
  #filterContainer {
    height: 820px;
    width: 80%;
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: -1px -1px 60px #00000021;
    opacity: 1;
  }
  #filterCol h5 {
    font-size: 15px !important;
    color: #a1a1a1;
    align-content: center;
  }

  #filterCol h3 {
    font-size: 20px !important;
  }
  #WFHeaderContent h1 {
    font-size: 70px !important;
    color: white;
    text-align: center;
  }
  #WFHeaderContent span {
    font-size: 70px !important;
    color: #0083ff;
  }
  #WFHeaderContent h2 {
    font-size: 20px !important;
    color: white;
    text-align: center;
  }
  #inMeinerNaheCol1 h2,
  #inMeinerNaheCol1 h3 {
    text-align: center;
  }
  #inMeinerNaheCol2 {
    text-align: center;
  }
  #inMeinerNaheCol2 h3,
  #inMeinerNaheCol2 svg {
    display: block;
    margin: 0 auto;
  }
  .footerCircle1, .footerCircle2, .footerCircle3, .footerCircle4 {
    display: none;
  }

  .my-container {
    max-width: 924px;
    width: 100%;
    height: 320px;
  }
  #navLinks .nav-item {
    padding: 15px;
  }
}

@media (max-width: 621px) {
  .modal-content1 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 90% !important;
  }

  .header h1 {
    font-size: 70px !important;
    letter-spacing: var(--unnamed-character-spacing-0);
    text-align: left;
    letter-spacing: 0px;
    opacity: 1;
  }

  .header h2 {
    font-size: 20px !important;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-0083ff);
    text-align: left;
    font: normal normal medium 30px/100px Inter;
    letter-spacing: 0px;
    color: #0083ff;
    text-transform: uppercase;
    opacity: 1;
  }

  .header p {
    font-size: 20px;
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-000000);
    text-align: left;
    font: normal normal medium 20px/30px Inter;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
  }
}

@media (max-width: 517px) {
  .dropdown-menu.show {
    width: 417px !important;
  }
  .applyFilterBtn {
    margin-bottom: 20px;
  }
  .closeFilterBtn {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .header h1 {
    font-size: 45px !important;
  }

  .header h2 {
    font-size: 15px !important;
  }

  .header p {
    font-size: 15px;
  }

  .assortment h3 {
    font-size: 15px !important;
  }

  .assortment h2 {
    font-size: 45px !important;
  }

  .otherServices h2 {
    font-size: 45px !important;
  }

  .ratings h2 {
    font-size: 45px;
  }

  .map h3 {
    font-size: 15px;
  }

  .map h2 {
    font-size: 45px;
  }
}

@media (max-width: 482px) {
  #WFHeaderContent h1 {
    font-size: 50px !important;
    color: white;
    text-align: center;
  }
  #WFHeaderContent span {
    font-size: 50px !important;
    color: #0083ff;
  }
  #WFHeaderContent h2 {
    font-size: 20px !important;
    color: white;
    text-align: center;
  }
}

@media (max-width: 444px) {
  .headerBtn1 {
    margin-bottom: 20px;
  }
  .dropdown-menu.show {
    width: 317px !important;
  }
}

@media (max-width: 349px) {
  #WFHeaderContent h1 {
    font-size: 35px !important;
    color: white;
    text-align: center;
  }
  #WFHeaderContent span {
    font-size: 35px !important;
    color: #0083ff;
  }
}

/*PROFILES DASHBOARD*/
.flex-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none;
}

.flex-list li {
  flex-basis: 50%; /* Two columns */
  padding: 10px;
  box-sizing: border-box; /* Include padding in the width */
}

/*SELECT2 STYLE OVERIDE*/
#maxPrice {
  border: none;
}
#maxPrice::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

#maxPrice:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#maxPrice::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.select2-container--default .select2-selection--single {
  background-color: unset;
  border: unset;
  border-radius: unset;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 0px;
  width: 30px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
  line-height: 28px;
  padding-top: 8px;
}

.select2-selection__arrow b {
  display: none;
}

/*CARD STYLE*/
.washlist p{
  font-size: 14px;
  color:#595959;
}

/* Style the title tooltip */
svg title {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  display: none; /* Hide the tooltip by default */
}

/* Show the title tooltip on hover */
svg path:hover + title {
  display: block;
}

.aufColor {
  font-size: 90px !important;
  color: #00ffd2;
}