.max-width-90 {
    max-width: 93%;
    margin: 0 auto !important;
}

.header-logo img {
    height: 66px;
}

.mobile-footer img {
    height: 34px;
}

.daten-page h1 {
    margin-bottom: 20px;
}

.lang-translate a {
    background: #f1f1f1d0;
    /* border: 2px solid white; */
    padding: 2px 4px;
}

.lang-translate a.gt-current-lang {
    background: white;
}

ul#menu-header-menu-new li a {
    font-weight: 500 !important;
}

ul#menu-header-menu-new li.current_page_item a{
    font-weight: 600 !important;
}

.show-more-btn .kb-button{
background: none !important;
padding: 0 !important;
color: #0D0D0D !important;
}

span.kt-btn-inner-text {
    font-weight: 600 !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.no-padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.testimonials .kt-testimonial-meta-wrap{
    display: none !important;
}

.termin-form .wpforms-page-indicator-page-progress {
    background-color: #585958 !important;
}

.accordion_style faq button.kt-blocks-accordion-header {
    cursor: pointer;
}

.image-gray img {
    filter: grayscale(1);
    transition: 0.4s all ease-in-out;
}

.image-gray img:hover {
    filter: unset !important;
}

.serv-grid .wp-block-kadence-column:hover .image-gray img {
  filter: unset !important;
}

.kb-section-link-overlay:hover ~ .image-gray img{
  filter: unset !important;
}


.image-shadow img {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05) !important;
}

.inner-page-breadcrumbs a, .inner-page-breadcrumbs span.breadcrumb_last, .inner-page-breadcrumbs span {
    color: #fff !important;
    font-size: 15px;
    line-height: 25px;
    text-decoration: none !important;
}

@media only screen and (max-width : 1024px){
    div#content {
    margin-top: 55px;
		}
a.glink.nturl.notranslate.gt-current-lang {
    background: var(--blue);
    color: #fff;
}

a.glink.nturl.notranslate {
    background: #d9d9d9;
/*     color: #fff; */
}
	
}


/* IMAGE CARD SECTION OVERLAY HOVER ALL CSS HERE  */

.image-card .kt-inside-inner-col {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease-in-out;
    min-height: 238px !important;
}
.image-card .kt-inside-inner-col::before {
    content: "";
    position: absolute;
    bottom: -266px !important;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); Example background */
    transition: bottom 0.4s ease-in-out;
    z-index: 1;
    /* background-image: linear-gradient(175deg,rgba(0,0,0,0) 15%,rgb(0,0,0) 82%); */
    background: #585958e1;
}

.image-card:has(.kb-section-link-overlay:hover) .kt-inside-inner-col::before {
    bottom: 0 !important;
}

/* Ensure overlay link covers the whole card but is transparent */
.image-card .kb-section-link-overlay {
    position: absolute;
    inset: 0;
    z-index: 10;
    background: transparent;
    cursor: pointer;
}

.img-card-heading {
    z-index: 2;
    opacity: 0;
    transition: 0.6s all ease-in-out;
}

.image-card:has(.kb-section-link-overlay:hover) .img-card-heading {
  opacity: 1;
}

.image-is-svg.phone-icon {
    background: var(--primary-blue);
    padding: 20px;
    border-radius: 100%;
}

@media only screen and (max-width : 768px){
  .image-card .kt-inside-inner-col::before{
    bottom: 0 !important;
  }

  .img-card-heading {
    opacity: 1 !important; 
}

}


/* figure.icon-up {
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    width: 24px !important;
    height: 24px !important;
    animation: 2s ease-in-out infinite alternate updown;
} */



figure.up-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    animation: 2s ease-in-out infinite alternate updown;
}

@keyframes updown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.image-card:has(.kb-section-link-overlay:hover) figure.up-icon{
    display: none;
}
/* IMAGE CARD OVERLAY SECTION ENDS HERE  */


.number-row .kb-count-up-process.kb-count-up-number {
    font-size: 61px;
    text-align: center;
    font-weight: 800;
    color: #fff;
}

.number-row .kb-count-up-title {
    color: #fff;
	text-transform : uppercase;
}



/* REVIEW SLIDER  */
.review-slider button.splide__arrow.splide__arrow--prev.slick-prev::before, button.splide__arrow.splide__arrow--next.slick-next::before {
    display: none;
}

/* REVIEW SLIDER  */

/* LOGO SLIDER CSS START FROM HERE */

.logo-slider button.slick-next.slick-arrow, .logo-slider button.slick-prev.slick-arrow {
  /* bottom: 100px !important; */
  /* top: unset; */
  width: 36px;
  height: 36px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.2s linear;
  /* border: 1px solid #fff; */
  background: #C9C9C9;
}


.logo-slider button.slick-next.slick-arrow {
    right: 0;
    top: 60px !important;
}

.logo-slider button.slick-prev.slick-arrow {
  left: 0;
  top: 60px;
  z-index: 9;
}
.logo-slider button.slick-next.slick-arrow:before,
.logo-slider button.slick-prev.slick-arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* border: 1px solid #e5e5e5c0; */
  
}

.logo-slider button.slick-next.slick-arrow:before {
  background-image: url(/wp-content/uploads/2025/07/right-arrow-angle.svg);
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-slider button.slick-prev.slick-arrow:before {
  background-image: url(/wp-content/uploads/2025/07/angle-left-angle.svg);
  background-size: 26px 26px;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-slider button.slick-next.slick-arrow:hover,
.logo-slider button.slick-prev.slick-arrow:hover {
  background: #373737 !important;
  border-radius: unset !important;
}


.logo-slider .kt-inside-inner-col {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}


.client-logo {
  width: 100% !important;
  height: 120px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  box-sizing: border-box !important;
  background-color: #fff !important; /* Optional */
  border-radius: 8px !important;
  transition: transform 0.3s ease !important;
}

.client-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

/* Hover Effect */
.client-logo:hover img {
  filter: grayscale(0%);
  /* transform: scale(1.05); */
}





/* NEW TIMELINE SECTION CSS  */

/* The actual timeline (the vertical ruler) */
.timeline-time {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline-time::after {
  background-color: #585958;
  content: '';
  margin-left: -1px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
}

/* Container around content */
.container-time {
  padding: 10px 60px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-time::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  right: -23px;
  background-color: #585958;
  outline: 10px solid white;
  top: 20px;
  z-index: 1;
  transform: rotate(45deg);
  transition: transform 0.2s ease-in;
  margin: 0.5em 0.5em 0.5em -0.5em;
}

/* Place the container to the left */
.left-time {
  left: 0;
}

/* Place the container to the right */
.right-time {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left-time::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 40px;
  border: medium solid white;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #F1F1F1;
}

/* Add arrows to the right container (pointing left) */
.right-time::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 40px;
  border: medium solid white;
  border-width: 20px 20px 20px 0;
  border-color: transparent #F1F1F1 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right-time::after {
  left: -7px;
}

/* The actual content */
.content-time {
  padding: 20px 30px;
  background-color: #F1F1F1;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 880px) {
  .timeline-time::after {
    left: 10px;
  }

  .container-time {
    width: 100%;
    padding-left: 45px;
    padding-right: 20px;
    margin-top: 30px;
  }

  .container-time::before {
    left: 35px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #F1F1F1 transparent transparent;
  }
  .container-time::after{
    width: 15px;
    height: 15px;
  }

  .left-time::after,
  .right-time::after {
    left: 11px;
  }

  .right-time {
    left: 0%;
  }
}

.container-time:hover::after {
  transform: rotate(-45deg);
}

span.year-left-time {
  display: inline-block !important;
  background-color: black !important;
  padding: 4px 12px;
  position: absolute;
  top: -20px;
  left: 30px;
}

span.year-left-time h4 {
  color: #fff !important;
  font-size: 18px;
  line-height: 28px;
}

.content-time h3 {
    margin-top: 16px;
}
.upfrombtm-time{
  opacity: 0;
}

.upfrombtm-time.animate-swing {
  opacity: 1;
  animation: swingLikeElementor 1s ease-in-out;
}

@keyframes swingLikeElementor {
    0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (max-width : 1423px){
  ul#menu-header-menu-new {
    gap: unset;
    justify-content: space-between;
}

.header-btn .kt-btn-inner-text, ul#menu-header-menu-new>li>a{
  font-size: 16px !important;
  line-height: 26px !important;
}
}

.about-us-img-section .kt-inside-inner-col {
    max-width: 397px;
}

@media only screen and (max-width : 726px){
  .cus-form.termin-form{
    padding: 20px 0 !important;
  }

  .cus-form input[type=text], .cus-form input[type=email], .cus-form input[type=tel], .cus-form textarea {
    height: 45px !important;
    
}

.termin-form h3{
  font-size: 20px !important;
  
}

#wpforms-2121-field_12-container {
padding: 0px !important;
}



}

.wpforms-page-indicator-page-progress-wrap {
    margin-top: 18px !important;
}

.wp-block-kadence-testimonials .kt-blocks-carousel .kt-blocks-carousel-init:not(.kt-carousel-arrowstyle-none):not(.tns-slider) {
    padding-left: unset !important;
    padding-right: unset !important;
}
