/* @import url("bootstrap.min.css");
@import url("fontawesome.css");
@import url("flaticon.css");

@import url("zuhause-base-icons.css");
@import url("themify-icons.css");

@import url("magnific-popup.css");


@import url("shortcode.css");

@import url("responsive.css"); */

@import url("base.css");
@import url("swiper.min.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("aos.css");
@import url("responsive.css");
@import url("shortcode.css");

@import url("themify-icons.css");

@import url("magnific-popup.css");
@import url("zuhause-base-icons.css");
/* 
@import url("bootstrap.min.css"); */

/* .d-inline-flex {
  display: inline-flex !important;
  gap: 50px;
} */
.d-inline-flex {
  display: inline-flex !important;
}
.zuhause-bg-color-blackish
  .zuhause-testimonial-style-2
  .zuhause-c-box-star-ratings
  .zuhause-active {
  color: #f6cc34;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: "zuhause-base-icons";
  content: "\e891";
  font-size: 40px;
  color: var(--zuhause-white-color);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.zuhause-testimonial-style-2 blockquote {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

/* .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  transform: rotate(360deg);
  font-size: 15px;
} */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
.position-relative {
  position: relative !important;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 992px) {
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-3 {
    /* flex: 0 0 auto; */
    width: 25%;
  }
}

.calculator .calculator-content-rightbox .zuhause-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
input.form-control.bg-none.border-0 {
  font-family: basier_squareregular, sans-serif;
}
.zuhause-title-bar-wrapper,
.zuhause-title-bar-content {
  min-height: 415px;
  margin-top: 86px;
}
span.zuhause-header-button-text {
  display: flex;
  align-items: center;
  font-family: basier_squareregular, sans-serif;
}

.form-control {
  height: 50px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-bottom: 30px;
  border-radius: 0;
  border-bottom: 1px solid var(--zuhause-secondary-color);
}
.form-control::placeholder {
  color: var(--zuhause-blackish-color);
}
.form-control:focus {
  border-color: #10b981;
  background-color: #ffffff;
}
textarea.form-control {
  height: 90px;
  resize: none;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.video-background video {
  object-fit: cover;
}

.zuhause-slider-content {
  position: relative;
  z-index: 2;
}

.swiper-slide {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zuhause-slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-link {
  text-align: center;
  display: inline-flex !important;
  flex-direction: column;
  align-items: center;
}

.nav-link i {
  font-size: 1.2rem;
  margin-bottom: 4px;
  display: none;
  visibility: hidden;
}

.navbar-nav .nav-item {
  margin: 0 10px; /* Optional: Space out the menu items */
}
.dropdown-toggle::after {
  border: none !important;
}
div#zuhause-menu {
  margin-right: 18px;
}
.form-button-container {
  display: flex;
  align-items: center;
  gap: 20px; /* Adjust spacing between form and button */
}

.subscribe-form {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 300px; /* Set a max-width to prevent the form from being too wide */
  flex-grow: 1; /* Ensure the form uses available space */
  margin-top: 30px;
  height: 50px;
}

.email-input {
  border: none;
  padding: 10px;
  flex: 1;
  font-size: 14px;
  border-radius: 50px;
  outline: none;
  width: 100%;
}

.subscribe-button {
  background-color: #10b981;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
  outline: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

.subscribe-button:hover {
  background-color: #000;
}
.service_area {
  background: #f4f8f9;
  position: relative;
  z-index: 1;
  padding: 105px 0 120px;
  top: 0;
}
.service_shape {
  position: absolute;
  top: 17%;
  left: -1%;
  z-index: -1;
}
.service_shape img {
  width: 100%;
}
.service_content {
  padding: 35px;
  background: #fff;
  border-radius: 5px;
}
.service_content h3 {
  color: #063232;
  font-size: 20px;
  margin: 0 0 10px;
}

.service_btn {
  margin-top: 26px;
}

.service_btn a {
  transition: 0.5s;
  display: inline-block;
  letter-spacing: -6px;
  font-size: 14px;
  line-height: 32px;
  text-transform: uppercase;
  color: var(--zuhause-secondary-color);
  font-weight: 500;
}
.service_btn a {
  color: #fff;
}
.service_single_item:hover .service_btn a {
  letter-spacing: 0;
}
.service_single_item:hover .service_btn a {
  color: #0a4b4b;
}
.service_single_item .service_btn a i {
  color: #0a4b4b;
  font-size: 16px;
  transform: rotate(-45deg);
  display: inline-block;
}
.service_single_item:hover .service_btn a i {
  transform: rotate(0deg);
}
a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.top_btn_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_btn_head .zuhause-btn-outline {
  border: 2px solid var(--zuhause-link-color-normal);
  background-color: transparent !important;
  color: var(--zuhause-link-color-normal);
}
.advantace {
  margin-top: 50px;
}

.advantace .col-md-6.col-xl-3 {
  border-right: 1px solid #e8e9e9;
  padding: 0 30px; /* Same padding for all columns */
}

.advantace .col-md-6.col-xl-3:nth-child(4n) {
  border-right: none; /* No border on the last column of each row */
}

.advantace .col-md-6.col-xl-3:first-child {
}
.advantage-box {
  padding: 20px 0px;
}

.advantace .col-md-6.col-xl-3:nth-child(2) {
  padding: 0 30px; /* Specific padding for the second column */
}

.advantace .col-md-6.col-xl-3:nth-child(4n) {
  /* Margin for the last column in each row */
  padding-left: 30px; /* Same padding for the last column */
}
.testimonial-two .swiper-pagination-bullet-active {
  background-color: var(--zuhause-white-color);
}
.testimonial-two {
  padding: 105px 0;
}
.testimonial-two .zuhause-testimonialbox-right {
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.testimonial-two .swiper-slider {
  padding-bottom: 0;
}
.testimonial-two .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  text-align: right;
}
.testimonial-two .swiper-pagination-bullet {
  background: rgb(255, 255, 255, 0.5);
}
.testimonial-two .swiper-pagination-bullet-active {
  background-color: var(--zuhause-white-color);
}

article.zuhause-testimonial-style-2 {
  height: auto;
}
.about_shape.two {
  top: 21%;
  right: 0%;
  position: absolute;
  z-index: -1;
}
.style_upper {
  border-top: 1px solid #e6eaea;
  padding-top: 35px;
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.btm-line {
  border-top: solid 1px #1e433c;
  margin: 0 auto;
  width: 85%;
  margin-top: 50px;
  padding-top: 30px;
}
.btm-line a {
  color: #10b981;
}
.btm-line .zuhause-active {
  color: orange;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}
.zuhause-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.project {
  padding: 0;
  overflow: hidden;
}
.project {
  padding: 0;
  overflow: hidden;
  border-radius: 5px;
}

.project figure {
  position: relative;
  margin: 0;
}

.project figure img {
  display: block;
  width: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    rgba(5, 46, 38, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 24, 19, 0.95)
  );

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project figcaption {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.project-title {
  position: absolute;
  /* top: 0; */
  left: 30px;
  margin: 0;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 25px;
}

.project-category {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 0 -0.8em;

  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.8em;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.project-zoom {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 4em;
  height: 4em;
  margin: -5.5em auto;
  border-radius: 50%;
  background-color: var(--zuhause-global-color);
  overflow: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  margin: 0 auto;
}

.project-zoom:after {
  content: "\f138"; /* Unicode for right arrow icon */
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.225em; /* Adjust the size to match the previous image size */
  width: auto;
  height: auto;
  background: none; /* Remove any background image */
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.project {
  margin-bottom: 30px;
}
.project figure:hover:after {
  opacity: 0;
}

.project figure:hover img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.project figure:hover .project-title {
  bottom: -30px;
  opacity: 0;
}

.project figure:hover .project-category {
  opacity: 0;
  letter-spacing: 2em;
}

.project figure:hover .project-zoom {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.project img {
  max-width: 100%;
}
.small-image img {
  height: 186px;
  object-fit: cover;
}
.service-five-rightbox {
  position: relative;
  z-index: 1;
  padding: 60px;
  color: #ffffffc7;
}
.service-five-rightbox .zuhause-col-stretched-right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  width: auto;
  z-index: -1;
  overflow: hidden;
  background-color: var(--zuhause-blackish-color);
}
section.appointment-section {
  background: url(https://hamburg-sanieren.de/assets/images/cta.jpg);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  margin-top: 100px;
}
section.appointment-section h2 {
  color: var(--zuhause-white-color) !important;
}
section.appointment-section:before {
  background: #282828ad;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
}
.rightbox-refernce {
  margin-left: 30px;
}
.reference-three_img2 {
  margin-top: 30px;
}
button.filter-btn {
  border: none;
  background: transparent;
  margin: 0px 15px;
  font-size: 20px;
  font-weight: 600;
  transition: transform 0.3s ease;
}
button.filter-btn i {
  display: inline-block;
  transform: rotate(146deg);
  position: relative;
  font-size: 20px;
}
div#filters {
  text-align: center;
}
.projects {
  background: #f5f2f0;
}
.zuhause-box-position {
  font-size: 12px;
  line-height: 24px;
  padding-left: 15px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
  color: rgba(3, 37, 30, 0.8);
  font-family: var(--zuhause-heading-typography-font-family);
}
.zuhause-box-position:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: var(--zuhause-global-color);
  -khtml-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
.version_new {
  height: auto !important;
}
.left_270 {
  padding-left: 270px;
  padding-top: 30px;
}
.left_270 h2.zuhause-element-title {
  color: #fff !important;
  font-size: 18px !important;
  line-height: 24px !important;
}
.left_270 .advantage-box .zuhause-icon-type-icon i {
  font-size: 48px;
  line-height: 48px;
  color: var(--zuhause-global-color);
}
.d-block.d-sm-none.sticky_mobile {
  text-align: center;
}

.tab-content .row .col-lg-4.col-md-6 {
  width: 33% !important;
  display: inline-block !important;
}

@media screen and (max-width: 1024px) {
  .tab-content .row .col-lg-4.col-md-6 {
    width: 33% !important;
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  .tab-content .row .col-lg-4.col-md-6 {
    width: 100% !important;
    display: inline-block !important;
  }
}
