/* === navbar start === */

.tp-header-logo {
  text-align: center !important;
  width: 59% !important;

  /* background: red; */
}

.header_hiperlink_color {
  color: #fff !important;
}

.header_hiperlink_color:hover {
  color: #af5629 !important;
}

.nav_color_brown {
  color: #af5629 !important;
}

.tp-header-main-menu > nav > ul > li .submenu {
  position: absolute;
  top: 100%;
  left: -51px;
  width: max-content;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: none !important;
  border-top: 5px solid var(--tp-theme-1);
  box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
}

.tp-header-main-menu > nav > ul > li .submenu_max {
  position: absolute;
  top: 100%;
  left: -80px;
  width: 300px;
  z-index: 999;
  padding: 30px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transform: scaleY(0);
  transform-origin: top center;
  text-align: start;
  background-color: var(--tp-common-white);
  border-top: 5px solid var(--tp-theme-1);
  box-shadow: rgb(149 157 165 / 20%) 0 8px 24px;
}

.tp-header-main-menu > nav > ul > li .submenu_max li > a:hover {
  text-decoration: none;
}

.tp-header-main-menu > nav > ul > li .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;
  background-color: none !important;
  transition: 0.7s;
  display: inline-block;
}

.nav_color_brown {
  color: #fff;
  transition: 0.1s ease-in-out;
}

.nav_color_brown:hover {
  color: #af5427;
}

.tpoffcanvas {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  bottom: 0;
  box-shadow: 0 16px -32px 0 rgb(0 0 0 / 80%);
  background-color: #fff7f1;
  z-index: 999999;
  padding: 50px;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.45s ease-in-out;
  overflow-y: scroll;
}

.tpoffcanvas__logo {
  margin-bottom: 60px;
  text-align: center;
}

.tpoffcanvas__close-btn button {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: #ebe4de;
  color: var(--tp-common-black);
  border-radius: 100%;
}

.tpoffcanvas__close-btn button:hover {
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 0.3s;
  height: 40px;
  width: 40px;
  line-height: 45px;
  background-color: #af5427;
  color: var(--tp-common-white);
  border-radius: 100%;
}

.tpoffcanvas__title p {
  font-size: 18px;
  color: rgb(0 0 0 / 49%);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 50px;
}

.tpoffcanvas__contact-info ul li {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  list-style-type: none;
}

.tpoffcanvas__social .social-icon a {
  height: 55px;
  width: 55px;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
  background-color: rgb(0 0 0 / 8%);
  color: #000;
  margin-right: 15px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50%;
}

.tp-header-main-menu > nav > ul > li .submenu > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  height: 1px;
  width: 0;

  /* background-color: none !important; */
  color: #af5427 !important;
  transition: 0.7s;
  display: inline-block;
}

@media only screen and (width <= 1199px) {
  .tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgb(0 0 0 / 80%);
    background-color: #fff7f1;
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
  }

  .tp-main-menu-mobile ul li > a {
    display: block;
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 10px 0;
    padding-right: 20px;
    text-transform: capitalize;
  }
}

@media only screen and (width <= 1199px) {
  .tpoffcanvas__logo {
    padding-top: 0;
    width: 120px;
    height: 100px;

    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.tp-header-info-area {
  ::selection {
    background-color: #e97d47;
    color: #fff;
  }
}

@media (width <= 1400px) {
  .tp-header-info-area {
    /* visibility: hidden; */
    display: none !important;
  }
}

/* === navbar end === */

/* === Slider start === */

.tp-btn-theme {
  height: 59px;
  line-height: 61px;
  padding: 0 33px;
  overflow: hidden;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  z-index: 1;

  /* text-transform: capitalize; */
  transition: all 0.3s ease-in-out;
  color: var(--tp-common-white);
  background-color: var(--tp-theme-1);
}

/* === Slider end === */

/* === Section two start === */

.color_logo_section {
  color: #e97d47 !important;
  margin-bottom: 0 !important;
  transition: 0.1s ease-in-out;
}

.color_logo_section:hover {
  color: #af5427 !important;
  margin-bottom: 0 !important;
}

.tp-section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: capitalize;
  color: var(--tp-common-black-4);
}

.tp-about-main-thumb img {
  background-color: #e97d47 !important;
  padding: 3px;
}

.tp-about-thumb-sm img {
  background-color: #e97d47 !important;
  padding: 3px;
}

.tp-about-contact a:hover {
  color: #af5427;
  text-decoration: none !important;
}

.tp-about-contact a:hover span {
  background-color: #af5427;
  color: #fff;
}

.tp-about-contact a {
  padding-top: 10px;
}

/* === Section two end === */

/* === Section three start === */

.tp-service-thumb img {
  border-radius: 50%;
  transition: 1s all ease;
  background-color: #fff;
}

/* === Section three end === */

/* === Section four start === */

.tp-video-thumb .video-container {
  position: relative;
  width: 100%;
  height: 578px; /* Adjust height as needed */
  overflow: hidden;
}

.tp-video-thumb video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hide video controls */
.tp-video-thumb video::-webkit-media-controls {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-enclosure {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-panel {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-play-button {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-timeline {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-current-time-display {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-mute-button {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-toggle-closed-captions-button {
  display: none !important;
}

.tp-video-thumb video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* === Section four end === */

/* === section five start === home */

.text-anim_home {
  color: #0c0c0c;
  display: inline;
}

.text-anim_home:hover {
  color: #e97d47;
}

.tp-btn-border {
  height: 65px;
  z-index: 9;
  line-height: 65px;
  padding: 0 40px;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid var(--tp-common-black-3);
  color: var(--tp-common-black);
  transition: all 0.3s ease-in-out;
}

@media (width <= 767px) {
  .tp-btn-border {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
}

.tp-btn-border:hover {
  color: var(--tp-common-white);
  background-color: #af5629;
  border: 1px solid #af5629;
}

/* === section five end === home */

/* === footer start === */

.tp-footer-contact span a {
  font-size: 17px;
  color: var(--tp-grey-1);
}

.comp-color {
  color: #4296ca;
  transition: 0.1s ease-in-out;
}

.comp-color:hover {
  color: #08619b !important;
}

.span_footer_hover {
  color: #e97d47;
  transition: 0.1s ease-in-out;
}

.span_footer_hover:hover {
  color: #af5629;
}

.tp-scroll-hr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  background: linear-gradient(
    90deg,
    #0c0c0c 4.11%,
    rgb(12 12 12 / 80%) 57.6%,
    rgb(18 6 0 / 0%) 101.94%
  ) !important;
  z-index: 1;
}

.tp-scroll-hr::after {
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  width: 10%;
  right: 0;
  background: linear-gradient(
    90deg,
    rgb(12 12 12 / 0%) 3.69%,
    rgb(12 12 12 / 80%) 60.29%,
    #0c0c0c 92.05%
  );
  z-index: 1;
}

.tp-cta-content .get-schedule a {
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/logo/logo180.webp");
  background-color: rgb(255 255 255 / 100%);
  opacity: 0.2;
}

.tp-cta-content .get-schedule a:hover {
  border-radius: 50%;
  font-size: 18px;
  font-weight: 500;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/logo/logo180.webp");
  background-color: rgb(255 255 255 / 100%);
  opacity: 1;
}

.color_orange_footer_axis_x {
  color: #e97d47;
}

.text-anim-2 {
  background-image: none !important;
  background-size:
    0% 1px,
    0 1px;
  background-position:
    100% 100%,
    0 93%;
  background-repeat: no-repeat;
  transition: background-size 0.4s linear;
  display: inline;
}

.text-anim {
  text-transform: none !important;
}

.copyright-text {
  color: #fff;
}

.tp-cta-title {
  font-size: 44px;
  line-height: 1;
  color: var(--tp-common-white);
}

footer .footer-col-3,
.footer-col-4 {
  padding-left: 0 !important;
}

.footer-logo {
  border-radius: 50%;
  width: 175px;
  height: 175px;
}

/* === footer end === */

/* === product start  === */

.hover_button_back:hover {
  color: #e97d47;
}

.bg_change_produkte {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/service/img_01_long_service.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb__list span a {
  color: #fff;
}

.breadcrumb__list span {
  color: #fff;
}

.breadcrumb__title {
  font-weight: 700;
  font-size: 60px;

  /* text-transform: capitalize; */
  margin-bottom: 0;
  line-height: 1;
  color: #fff;
}

/* === product end  === */

/* === uber uns === start  */

.tp-section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: none;
  color: var(--tp-common-black-4);
}

.tp-project-2-area.tp-project-2-bg.fix.pt-50 {
  background-color: #af5427;
}

.mode_product_before {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.96px;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}

@media only screen and (width >= 768px) and (width <= 991px), (width <= 767px) {
  .mode_product_before {
    font-size: 13px;
  }
}

.mode_product_before::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  margin-right: 7px;
  transform: translateY(1px);
  background-color: #000;
}

.tp-section-subtitle::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  margin-right: 7px;
  transform: translateY(1px);
  background-color: #fff;
}

/* .color_hover_silder:hover{
  background-color: #af5629 !important;
} */

/* .tp-btn-theme {
    height: 59px;
    line-height: 61px;
    padding: 0 33px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    color: #0C0C0C;
    background-color: #fff;
}  */

/* .tp-btn-theme:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
.tp-btn-theme.hover-2:hover {
color: #fff;
background-color: #0C0C0C;
} */

.tp-project-action a {
  height: 155px;
  width: 155px;
  line-height: 145px;
  border-radius: 50%;
  backdrop-filter: blur(2px);
  display: inline-block;
  color: #050404;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background: url("../img/logo/logox300.webp");
  background-color: rgb(255 255 255 / 70%);
}

.background_uber_uns {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/project/uber_img05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_button_color {
  background-color: #fff;
  color: #0c0c0c;
}

.bg_button_color:hover {
  background-color: #6d371d !important;
  color: #fff !important;
}

.tp-section-subtitle::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  margin-right: 7px;
  transform: translateY(1px);
  background-color: #fff;
}

/* === uber uns === end */

/* === gallery === start */

/* --------------------------------------------------------------
# Gallery
-------------------------------------------------------------- */

/* 
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
} */

/* .gallery img {
  margin: 10px;
  cursor: pointer;
  max-width: 300px;
  width: 50%;
  height: 50%;
border-radius: 10px;
} */

/* Lightbox styles */
#lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: column;
  z-index: 99999 !important;
}

/* #lightbox-img {
  max-width: 80%;
  max-height: 60vh;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
} */

#close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

/* Style for navigation buttons */
#prev-btn,
#next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
  background-color: rgb(0 0 0 / 50%);
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#prev-btn {
  left: 10px;
}

#next-btn {
  right: 10px;
}

#prev-btn:hover,
#next-btn:hover {
  background-color: rgb(0 0 0 / 80%);
}

/* Styles for thumbnails */
#thumbnail-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  object-fit: cover;
}

.thumbnail {
  /* max-width: 50px; */
  width: 100px;
  object-fit: cover;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;
  border: 2px solid #fff;
  transition: opacity 0.3s;
}

.thumbnail:hover,
.thumbnail.active-thumbnail {
  opacity: 0.7;
}

/* === gallery === end */

/* === leistungen ===  start */

.bg_leistungen_img {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/leistungen/leistungen_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tp-project-3-button a {
  width: 155px;
  height: 155px;
  display: inline-block;
  background: url("../img/logo/logo180.webp");
  background-color: rgb(255 255 255 / 70%) !important;
  border-radius: 50%;
  line-height: 145px;
  font-size: 16px;
  color: #050404;
}

.tp-project-3-button:hover a {
  background: url("../img/logo/logo180.webp") !important;
  background-color: rgb(255 255 255 / 34.9%) !important;
  transform: scale(0.84) !important;
}

.uber_text-anim {
  /* background-image: linear-gradient(#03041C, #03041C), linear-gradient(#03041C, #03041C);
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 93%; */
  background-repeat: no-repeat;
  transition: 0.4s linear;
  display: inline;
}

.uber_text-anim:hover {
  color: #e97d47;
}

/* === leistungen === end */

/* === fentereinbau = start === */

.bg_fenstereinbau {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/fenstereinbau/fenstereinbau_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tp-portfolio-details-info-mail-text a {
  color: #696969;
  margin-bottom: 6px;
  transition: 0.3s;
  text-transform: lowercase;
  text-decoration: transparent;
}

.tp-portfolio-details-list ul li span {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  color: var(--tp-theme-1);
}

/* 
.img_fenster_turen_alumin{
  background-color: #696969;
  padding: 3px;
} */

/* === fentereinbau = end === */

/* === bg_bodenverlegung = start === */

.bg_bodenverlegung {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/Bodenlegen/bodenlegen_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === bg_bodenverlegung = end === */

/* === renovierung  = start === */

.bg_renovierung {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/hausrenovierung/hausrenovierung_img01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === renovierung  = end === */

/* Garagentorinstallation  */
.bg_garagentorinstallation {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/garagentorinstallation/garagentorinstallation_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Garagentorinstallation  */

.bg_fenster {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/fenster/fenster_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Turen === start */
.bg_turen {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/turen/turen_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Turen === end */

/* === Schiebesysteme === start */

.bg_schiebesysteme {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/schiebesysteme/schiebesysteme_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Schiebesysteme === end */

/* === Galerie === start */

.bg_galerie {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/galerie/galerie_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Galerie === end */

/* === Fenster ==== start */

.bg_fenster_abdeckungen {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/fenster_abdeckungen/fenster_abdeckungen_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Fenster === end */

/* === Kontakt === start */

.bg_kontakt {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/kontakt/kontakt_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* #dataPrivacy{
  width: 5px;
} */

.all_check_ {
  position: relative;
  height: 100px;
}

.checkbutton_left {
  position: absolute;
}

.mode_text_form {
  position: absolute;
  left: 20px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

select,
.form-control,
.form-select,
textarea,
input:not([type="checkbox"]) {
  /* height: 60px; */
  padding: 0 25px;
  padding-right: 45px;
  border-radius: none !important;
  border-bottom: 1px solid #d4dce0;
  color: var(--body-color);
  background-color: var(--smoke-color);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
}

select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);

  /* background-color: var(--smoke-color); */
}

select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

select::input-placeholder,
.form-control::input-placeholder,
.form-select::input-placeholder,
textarea::input-placeholder,
input::input-placeholder {
  color: var(--body-color);
}

select:input-placeholder,
.form-control:input-placeholder,
.form-select:input-placeholder,
textarea:input-placeholder,
input:input-placeholder {
  color: var(--body-color);
}

select::input-placeholder,
.form-control::input-placeholder,
.form-select::input-placeholder,
textarea::input-placeholder,
input::input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

select:input-placeholder,
.form-control:input-placeholder,
.form-select:input-placeholder,
textarea:input-placeholder,
input:input-placeholder {
  color: var(--body-color);
}

select::input-placeholder,
.form-control::input-placeholder,
.form-select::input-placeholder,
textarea::input-placeholder,
input::input-placeholder {
  color: var(--body-color);
}

select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%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 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  appearance: none;
  cursor: pointer;
}

.form-select.style2,
select.style2 {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87109 1.71094L5.71484 5.62109C5.56901 5.7487 5.41406 5.8125 5.25 5.8125C5.08594 5.8125 4.9401 5.7487 4.8125 5.62109L0.65625 1.71094C0.382812 1.40104 0.373698 1.09115 0.628906 0.78125C0.920573 0.507812 1.23047 0.498698 1.55859 0.753906L5.25 4.25391L8.96875 0.753906C9.27865 0.498698 9.57943 0.498698 9.87109 0.753906C10.1263 1.08203 10.1263 1.40104 9.87109 1.71094Z' fill='%238B929C'/%3E%3C/svg%3E");
}

.form-check-input:checked {
  background-color: #af5427;
  border-color: #af5427;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 1em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(0 0 0 / 25%);
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}

/* === Kontakt === End */

/* === Impressum === start */

.bg_impressum {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/impressum/impressum_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Datenschutzerklärung === start */

.bg_datenschutzerklarung {
  background:
    linear-gradient(90deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 50%) 94%),
    url("../img/impressum/datenschutzerklarung_img01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* === Datenschutzerklärung === end */

/* Cookies */

.cookie-message-outer {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 95%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 99999;
  transition: all 0.3s;
}

.cookie-message-outer.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-message {
  position: relative;
  width: 100%;
  padding: 1.25rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  border-top: solid 2px #a52c2c !important;
  border-left: solid 1px #a52c2c !important;
}

.cookie-message::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.cm-content {
  width: 100%;
}

.cm-content p {
  display: block;
  margin: 0;
}

.cmc-title {
  font-size: 1.8rem;
  margin-bottom: 0.625rem;
}

.cookie-btn {
  margin-left: 1.25rem;
  border-radius: 50%;
  padding: 0.1rem !important;
  color: #fff;
  background-color: #d37200;
}

.check-icon {
  color: #fff !important;
  font-weight: 600;
}

@media (width >= 768px) {
  .cookie-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #d37200;
    opacity: 0.1;
  }
}

@media (width <= 767.98px) {
  .cookie-message-outer .container {
    padding: 0;
  }

  .mobile-font {
    font-size: 25px !important;
  }
}

/* End Cookies */

footer {
  position: relative;
}

/* Google Rev */
.google-img {
  width: 95px !important;
}

.clearfix-mobile {
  display: none !important;
}

@media (width <= 768px) {
  .clearfix-mobile {
    display: block !important;
  }

  /* .clearfix-desktop {
    display: none !important;
} */

  /* .google-rev {
  position: absolute !important;
  bottom: calc(7% - 50px);
} */
}

@media (width <= 991px) {
  .google-rev {
    position: absolute;
    bottom: calc(40% - 39px) !important;
    right: 111px !important;
    z-index: 999;
    cursor: pointer;
  }
}

@media (width <= 991px) {
  .google-rev {
    position: absolute;
    bottom: calc(40% - 39px) !important;
    right: 111px !important;
    z-index: 999;
    cursor: pointer;
  }
}

@media (width <= 633px) {
  .google-rev {
    position: absolute;
    bottom: calc(40% - 39px) !important;
    right: 60px !important;
    z-index: 999;
    cursor: pointer;
  }
}

@media (width <= 575px) {
  .google-rev {
    position: absolute !important;

    /* bottom: calc(10% - 39px) !important; */

    top: 78% !important;
    right: 50px !important;
    z-index: 999;
    cursor: pointer;
  }

  @media (width <= 728px) {
    .gap {
      padding: 52px 0 !important;
      position: relative;
    }
  }
}

.blog-style-two .blog-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.google-rev {
  position: absolute;
  bottom: calc(40% - 39px);
  right: 345px;
  z-index: 999;
  cursor: pointer;
}

.clearfix-mobile {
  display: none !important;
}

@media (width <= 768px) {
  .clearfix-mobile {
    display: block !important;
  }

  /* .clearfix-desktop {
      display: none !important;
  } */

  /* .google-rev {
    position: absolute !important;
    bottom: calc(-634% - 50px);
  } */

  .footer-style-one {
    position: relative;
  }

  .google-rev {
    position: absolute !important;
    top: 140px;
  }
}

/* === for all site === start */

@media (width <= 1022px) {
  .breadcrumb__title {
    font-weight: 700;
    font-size: 32px;

    /* text-transform: capitalize; */
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
  }
}

.tp-sv-details-services-wrap a.active {
  background-color: var(--tp-theme-1);
  color: #fff;
}

.tp-sv-details-services-wrap a:hover {
  background-color: var(--tp-theme-1);
  color: #fff;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #cf7f55;
  box-shadow: 0 8px 16px rgb(3 4 28 / 30%);
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s 0s ease-out;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
  bottom: 125px;
}

@media (width <= 767px) {
  .tp-funfact-wrap {
    margin-top: 149px;
    padding: 35px 20px;
    padding-top: 65px;
    flex-wrap: wrap;
  }
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px; /* Add spacing between bullets */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* Optional: to make it circular */
  background-color: #222121; /* Example background color */
}

.swiper-pagination-bullet[tabindex="0"] {
  cursor: pointer;
}

.swiper-pagination-bullet[aria-label]::after {
  content: attr(aria-label); /* Add label for accessibility */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.filter-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  gap: 20px;
}

.filter-menu button {
  background: #b35227;
  color: #fff;
  padding: 5px 20px;
  transition: all 0.3s;
}

.filter-menu button:hover {
  background-color: #e16934;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination button {
  background-color: #b35227;
  border: 1px solid #ccc;
  color: #fff;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.pagination button:hover {
  background-color: #e16934;
  color: #fff;
}

.pagination button.active {
  background-color: #e16934;
  color: #fff;
  border: 1px solid #e16934;
}

.pagination button:disabled {
  background-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
  border: 1px solid #ddd;
}

.gallery > div {
  cursor: pointer;
}

.lght-img-wrapper {
  /* width: 700px; */
  max-height: 60vh;
  object-fit: cover;
}

#lightbox-img {
  height: 100%;
}

.mfp-close-btn-in .mfp-close {
  color: #fff !important;
}

.theme-btn {
  background: #cf7f55;
}

.input-checkbox a {
  color: #cf7f55;
}

.filter-menu button {
  display: none;
}

input[type="email"] {
  background-color: var(--smoke-color);
}

.input-group:not(.input-checkbox)
  > :not(
    :first-child,
    .dropdown-menu,
    .valid-tooltip,
    .valid-feedback,
    .invalid-tooltip,
    .invalid-feedback
  ) {
  margin-left: 4px !important;
}

/* === for all site === end */

/* Home Page Css */
.home-page .tp-section-subtitle::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  margin-right: 7px;
  transform: translateY(1px);
  background-color: #000;
}

@media (width <= 607px) {
  .home-page .tp-section-title {
    font-size: 27px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 2.4px !important;
    text-transform: none !important;
    color: var(--tp-common-black-4) !important;
  }

  .home-page .tp-project-area {
    margin-top: 30px !important;
    margin-bottom: 90px !important;
  }
}

@media (width <= 575px) {
  .home-page .tp-service-title-box {
    margin-top: 20% !important;
  }
}

.home-page .tp-project-area {
  margin-top: 120px !important;
  margin-bottom: 90px !important;
}

@media (width <= 767px) {
  .home-page .tp-video-play-button {
    position: absolute !important;
    top: 85% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
  }

  .home-page .tp-funfact-wrap {
    margin-top: 149px !important;
    padding: 35px 20px !important;
    padding-top: 65px !important;
    flex-flow: column wrap !important;
  }

  .home-page .tp-funfact-item span {
    font-size: 18px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    margin-left: -6px !important;
    margin-bottom: 7px !important;
    text-transform: capitalize !important;
    color: var(--tp-common-black-3) !important;
  }
}

@media (width <= 395px) {
  .home-page .tp-section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    letter-spacing: 2.4px !important;
    text-transform: none !important;
    color: var(--tp-common-black-4) !important;
  }

  .home-page .tp-project-area {
    margin-top: 5px !important;
    margin-bottom: 90px !important;
  }
}

.home-page .tp-project-title {
  font-size: 26px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  margin-bottom: 22px !important;
}

.home-page .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #d37200 !important;
}

.home-page .swiper-pagination-fraction,
.home-page .swiper-pagination-custom,
.home-page .swiper-container-horizontal > .swiper-pagination-bullets {
  visibility: hidden !important;
}

/* .home-page .swiper-slide {
  flex-shrink: 0;
  width: 34% !important;
  height: 100%;
  position: relative;
  transition-property: transform;
} */

.home-page .tp-testimonial-2-item::after {
  position: absolute !important;
  content: "" !important;
  z-index: 2 !important;
  top: 0 !important;
  right: -7% !important;
  height: 100% !important;
  width: 1px !important;
  transition: all 0.3s 0s ease-out !important;
  border-left: none !important;
}

@media (width <= 950px) {
  .home-page .swiper-pagination-fraction,
  .home-page .swiper-pagination-custom,
  .home-page .swiper-container-horizontal > .swiper-pagination-bullets {
    visibility: visible !important;
  }

  .home-page .swiper-slide {
    flex-shrink: 0;
    width: 100% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
}

.home-page .tp-funfact-item span {
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block !important;

  /* margin-left: -21px !important; */
  margin-bottom: 7px !important;
  text-transform: capitalize !important;
  color: var(--tp-common-black-3) !important;
}

@media (width <= 1426px) {
  .home-page .tp-slider-arrow-box button.slider-prev {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 5;
    border-radius: 0 30px 30px 0;
    background-color: rgb(255 255 255 / 30%);
    color: #fff;
  }

  .home-page .tp-slider-arrow-box button.slider-prev:hover {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 5;
    border-radius: 0 30px 30px 0;
    opacity: 1 !important;
  }

  .home-page .tp-slider-arrow-box button.slider-prev:active {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 5;
    opacity: 0.2 !important;
    background-color: #fff;
  }

  .home-page .tp-slider-arrow-box button.slider-next {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 5;
    background-color: rgb(255 255 255 / 30%);
    color: #fff;
  }

  .home-page .tp-slider-arrow-box button.slider-next:hover {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 5;
    opacity: 1 !important;
  }

  .home-page .tp-slider-arrow-box button.slider-next:active {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 5;
    opacity: 0.2 !important;
    background-color: #fff;
  }
}

@media (width >= 768px) {
  .home-page span.Buros_txt {
    margin-left: 4px !important;
  }
}

.home-page .tp-service-content > a:hover {
  background-color: #d37200;
}

.home-page .tp-service-content > a::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: 0.3s;
  border-radius: 50%;
  background-color: #d37200;
  color: #fff;
  z-index: -1;
}

.home-page .tp-service-content > a::after svg {
  background-color: #d37200;
  fill: #fff !important;
}

/* About us css */
.about-page .tp-section-subtitle_ {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: none;
  color: var(--tp-common-black-4);
}

.about-page .tp-section-subtitle_ {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.96px;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}

@media only screen and (width >= 768px) and (width <= 991px), (width <= 767px) {
  .about-page .tp-section-subtitle_ {
    font-size: 13px;
  }
}

.about-page .tp-section-subtitle_::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  margin-right: 7px;
  transform: translateY(1px);
  background-color: #000;
}

@media (width <= 430px) {
  .about-page .tp-section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2.4px;
    text-transform: none;
    color: var(--tp-common-black-4);
  }
}

@media (width <= 1022px) {
  .about-page .breadcrumb__title {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
  }

  .about-page .tp-section-title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2.4px;
    text-transform: none;
    color: var(--tp-common-black-4);
  }
}

.about-page .tp-funfact-2-title-box p {
  padding-right: 190px;
  text-transform: none;
}

@media (width <= 991px) {
  .about-page .tp-funfact-2-wrap ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }

  .about-page .tp-funfact-2-wrap ul li:nth-child(n + 1) {
    border: none;
    border-bottom: 0.5px solid #e9e9e9;
  }

  .about-page .custom-justify-content {
    justify-content: center !important;
  }

  .about-page .tp-funfact-2-title-box p {
    padding-right: 0 !important;
    text-transform: none !important;
  }
}

@media only screen and (width >= 768px) and (width <= 991px), (width <= 767px) {
  .about-page .tp-funfact-item span {
    font-size: 25px;
  }
}

@media (width <= 450px) {
  .about-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Service Css */
.service-page .first_fenster_turen .flex-row {
  display: flex;
  flex-wrap: wrap;
}

.service-page #first {
  order: 1;
}

.service-page #second {
  order: 2;
}

.service-page .second_bodenlegen .flex-row {
  display: flex;
  flex-wrap: wrap;
}

.service-page .third_renovierung .flex-row {
  display: flex;
  flex-wrap: wrap;
}

@media (width <= 768px) {
  .service-page .first_fenster_turen #first {
    order: 1;
  }

  .service-page .first_fenster_turen #second {
    order: 2;
  }

  .service-page .second_bodenlegen #first {
    order: 2;
  }

  .service-page .second_bodenlegen #second {
    order: 1;
  }

  .service-page .third_renovierung #first {
    order: 1;
  }

  .service-page .third_renovierung #second {
    order: 2;
  }
}

@media (width <= 450px) {
  .service-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Bodenlegen Css */
.bodenlegen-page .tp-portfolio-details-btn a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 68px;
  text-transform: capitalize;
  color: #fff;
  background: var(--tp-theme-1);
  transition: 0.3s;
}

.bodenlegen-page .tp-portfolio-details-btn a:hover {
  background: #6d371d;
}

.bodenlegen-page .tp-portfolio-details-info-open-icon span {
  width: 85px;
  height: 78px;
  line-height: 78px;
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-1);
  color: #fff;
}

@media (width <= 450px) {
  .bodenlegen-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* sonnenschutz */
.sonnenschuts-page .tp-sv-details-contact-call .inner-call-text a {
  font-size: 16px;
  color: #312323;
  transition: 0.3s;
  text-decoration: transparent;
}

.sonnenschuts-page .tp-sv-details-contact-call .inner-call-text a:hover {
  font-size: 16px;
  color: #af5427;
  transition: 0.3s;
  text-decoration: none;
}

@media (width <= 767px) {
  .sonnenschuts-page .tp-sv-details-contact-info a {
    font-size: 16px;
  }
}

@media (width <= 450px) {
  .sonnenschuts-page .breadcrumb__content {
    padding-top: 66px;
  }
}

/* Datenschutz */

@media (width <= 1022px) {
  .policy-pages .breadcrumb__title {
    font-weight: 700;
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1;
    color: #fff;
  }
}

/* Fenster Turen */
.fenster-turen-page .tp-portfolio-details-btn a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 68px;
  text-transform: capitalize;
  color: #fff;
  background: var(--tp-theme-1);
  transition: 0.3s;
}

.fenster-turen-page .tp-portfolio-details-btn a:hover {
  background: #6d371d;
}

.fenster-turen-page .tp-portfolio-details-info-open-icon span {
  width: 85px;
  height: 78px;
  line-height: 78px;
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-1);
  color: #fff;
}

@media (width <= 450px) {
  .fenster-turen-page .breadcrumb__content {
    padding-top: 55px;
  }
}

/* Fenster Page */
.fenster-page .tp-sv-details-contact-call .inner-call-text a {
  font-size: 16px;
  color: #312323;
  transition: 0.3s;
  text-decoration: transparent;
}

.fenster-page .tp-sv-details-contact-call .inner-call-text a:hover {
  font-size: 16px;
  color: #af5427;
  transition: 0.3s;
  text-decoration: none;
}

@media (width <= 767px) {
  .fenster-page .tp-sv-details-contact-info a {
    font-size: 16px;
  }
}

@media (width <= 450px) {
  .fenster-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Gallery Page */

@media (width <= 450px) {
  .gallery-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Imprint Page */
@media (width <= 450px) {
  .imprint-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Contact Page */
.contact-page input::-webkit-outer-spin-button,
.contact-page input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.contact-page input[type="number"] {
  appearance: textfield;
}

.contact-page .grecaptcha-badge {
  visibility: hidden !important;
}

.contact-page .tp-contact-item > a {
  font-size: 18px;
  display: block;
  font-weight: 700;
  transition: 0.3s;
  color: #cf7f55 !important;
  text-decoration: none !important;
}

.contact-page .tp-contact-item > a:hover {
  font-size: 18px;
  display: block;
  font-weight: 700;
  transition: 0.3s;
  color: #af5427 !important;
  text-decoration: none !important;
}

.contact-page .tp-contact-form-textarea textarea {
  height: 150px;
  resize: none;
  border: 0;
  background: none;
  font-size: 18px;
  padding: 15px 20px 0 12px;
  border-bottom: 1px solid #d4dce0;
}

@media (width <= 450px) {
  .contact-page .pristine-error {
    margin-top: 10% !important;
  }

  .contact-page .tp-contact-form-button {
    margin-top: 14% !important;
  }
}

/* Product Page */
.product-page .tp-section-subtitle_ {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: none;
  color: var(--tp-common-black-4);
}

.product-page .tp-section-subtitle_ {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.96px;
  padding-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--tp-common-black);
  position: relative;
}

@media only screen and (width >= 768px) and (width <= 991px), (width <= 767px) {
  .product-page .tp-section-subtitle_ {
    font-size: 13px;
  }
}

.product-page .tp-section-subtitle_::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  margin-right: 7px;
  transform: translateY(1px);
  background-color: #000;
}

.product-page .tp-section-title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: none;
  color: var(--tp-common-black-4);
}

@media (width <= 500px) {
  .product-page .tp-section-title {
    font-size: 29px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 2.4px;
    text-transform: none;
    color: var(--tp-common-black-4);
  }
}

@media (width <= 767px) {
  .product-page .tp-feature-text {
    width: 203px;
  }
}

.product-page .tp-service-2-arrow a:hover {
  background-color: var(--tp-theme-1);
  color: #fff !important;
}

.product-page .tp-service-2-arrow a:hover i {
  color: #fff;

  /* Change arrow color on hover */
}

.product-page .text-anim {
  color: #000;
  display: inline;
  text-decoration: none !important;
  text-transform: none !important;
}

.product-page .text-anim-2:hover {
  color: #d37200;
  text-transform: none;
  background-size: none !important;
}

.product-page .tp-sv-details-services-wrap a:hover i {
  color: #fff;
}

.product-page .tp-sv-details-services-wrap a.active i {
  color: #fff !important;
}

@media (width <= 450px) {
  .product-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Renoviertung */

.renovierung-page .tp-portfolio-details-btn a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 68px;
  text-transform: capitalize;
  color: #fff;
  background: var(--tp-theme-1);
  transition: 0.3s;
}

.renovierung-page .tp-portfolio-details-btn a:hover {
  background: #6d371d;
}

.renovierung-page .tp-portfolio-details-info-open-icon span {
  width: 85px;
  height: 78px;
  line-height: 78px;
  border-radius: 3px;
  margin-right: 8px;
  display: inline-block;
  text-align: center;
  background: var(--tp-theme-1);
  color: #fff;
}

@media (width <= 450px) {
  .renovierung-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Schiebesysteme */
.schiebesysteme-page .tp-sv-details-contact-call .inner-call-text a {
  font-size: 16px;
  color: #312323;
  transition: 0.3s;
  text-decoration: transparent;
}

.schiebesysteme-page .tp-sv-details-contact-call .inner-call-text a:hover {
  font-size: 16px;
  color: #af5427;
  transition: 0.3s;
  text-decoration: none;
}

@media (width <= 767px) {
  .schiebesysteme-page .tp-sv-details-contact-info a {
    font-size: 16px;
  }
}

@media (width <= 450px) {
  .schiebesysteme-page .breadcrumb__content {
    padding-top: 88px;
  }
}

/* Turen Page */
.turen-page .tp-sv-details-contact-call .inner-call-text a {
  font-size: 16px;
  color: #312323;
  transition: 0.3s;
  text-decoration: transparent;
}

.turen-page .tp-sv-details-contact-call .inner-call-text a:hover {
  font-size: 16px;
  color: #af5427;
  transition: 0.3s;
  text-decoration: none;
}

@media (width <= 767px) {
  .turen-page .tp-sv-details-contact-info a {
    font-size: 16px;
  }
}

@media (width <= 450px) {
  .turen-page .breadcrumb__content {
    padding-top: 88px;
  }
}

.button-fix {
  color: #fff !important;
  border: none !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
  width: 100% !important;
}

.margin-bottom-fix {
  margin-bottom: 15px !important;
}

.fix-name-svg {
  transform: translateY(-13px);
}
