/*--lokesh--css--*/

.d-none{
	display:none !important;
}

.hm-table-nw p{
	margin:0 !important;
}

.hm-table-nw tr th:nth-child(2) {
 background-color:#0c2630;
 color:#fff !important;
text-align:center;
}

.hm-table-nw tr th:nth-child(2) p{
 color:#fff !important;	
}
.hm-table-nw tr th:nth-child(3) {
 background-color:#46cd5a;
text-align:center;
}
.hm-table-nw tr th:nth-child(3) p{
 color:#000000 !important;	
}
.hm-table-nw tr td:nth-child(2) {
 background-color:#082532;
 color:#fff !important;
text-align:center;
}

.hm-table-nw tr td:nth-child(2) p{
 color:#fff !important;
}
.hm-table-nw tr td:nth-child(3) {
 background-color:#4CF57C;
text-align:center;
}
.service-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.main-div {
    position: relative;
    right: -100px;
}

.img-1 {
  position: absolute;
  right: 20px;
  bottom: 0;
  
  /* Make this the container for img-2 */
  position: relative;
}
.main-div:hover .img-1 img {
  filter: brightness(0.5);
}

.img-2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bold-600{
	font-weight:600;
}

.faq-section-nw .kt-accordion-header-wrap  .kt-acccordion-button-label-show.kt-accordion-panel-active{
	    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/*--testmonial-css--*/
.testimonials-slider .slick-list .slick-track{
 display:flex;
	gap:15px;	
}


.testimonial-slider {
    position: relative !important;
}
.testimonials-slider button.slick-next.slick-arrow,.testimonials-slider button.slick-prev.slick-arrow{
    width: 30px !important;
    height: 30px !important;
    display: block;
    opacity: 1;
    transition: all 200ms ease-out;
    background-color: #ffffff;
    outline-style: solid;
    outline-width: 2px;
    outline-color: #F4F4F4;
    border-radius: 15px;
	    z-index: 99;
}

.testimonials-slider button.slick-next.slick-arrow:hover,.testimonials-slider button.slick-prev.slick-arrow:hover{
 cursor: pointer;
    background-color: #4d4d4d !important;
    outline-color: #424242 !important;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05)
}

.testimonials-slider .slick-next:before{
    content: '';
}


.testimonials-slider .slick-next{
    background-image: url(/wp-content/uploads/2026/02/right-icon-nw.svg);
    background-size: 16px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials-slider .slick-next:hover{
	background-image: url(/wp-content/uploads/2026/02/right-icon-wht-nw.svg);
    background-size: 16px 24px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider .slick-next:focus{
	background-image: url(/wp-content/uploads/2026/02/right-icon-wht-nw.svg);
   background-size: 16px 24px;
    background-position: center;
    background-repeat: no-repeat;

}

.testimonials-slider .slick-prev:before{
    content:'';
}

.testimonials-slider .slick-prev{
    background-image: url(/wp-content/uploads/2026/02/left-icon-nw.svg);
   background-size: 16px 24px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider .slick-prev:hover{
	 background-image: url(/wp-content/uploads/2026/02/left-icon-wht-nw.svg);
    background-size: 16px 24px;
    background-position: center;
    background-repeat: no-repeat;
	
}

.testimonials-slider .slick-prev:focus{
	 background-image: url(/wp-content/uploads/2026/02/left-icon-wht-nw.svg);
   background-size: 16px 24px;
    background-position: center;
    background-repeat: no-repeat;
}


.testimonials-slider  p.testimonial-text {
    height:207px;
    overflow-y: auto;
    padding:0px
}

/* WebKit browsers: Chrome, Safari, Edge */
p.testimonial-text::-webkit-scrollbar {
    width: 8px;
}

p.testimonial-text::-webkit-scrollbar-thumb {
    background-color:#012A3E;
    border-radius: 10px;
}

p.testimonial-text::-webkit-scrollbar-thumb:hover {
    background-color:#012A3E;
}

p.testimonial-text::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Firefox */
p.testimonial-text {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color:#012A3E transparent; /* thumb color and track color */
}

.hd-text{
	/*word-break: break-all;*/
}

.hm-table-nw::-webkit-scrollbar-thumb {
    background-color:#35be63;
    border-radius: 10px;
}

.hm-table-nw::-webkit-scrollbar-thumb:hover {
    background-color:#35be63;
}

.hm-table-nw::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Firefox */
.hm-table-nw {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color:#35be63 transparent; /* thumb color and track color */
}

.icon-rds span svg {
    border-radius: 100% !important;
	display: inline-block;
}

.icon-rds-bg {
    background-color:#79F798;
    padding: 2px;
    border-radius: 100%;
}
.google-rev-seal {
    position: fixed;
    bottom: 20px;
    left: 30px;
    background-color: #fff;
    padding: 10px;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.google-rev-seal img{
	width:150px;
}

#anfrage,#kontakt {
  scroll-margin-top: 100px; 
}
* {
  scroll-margin-top: 110px;
}

.res-table-content.fixed > .kb-table-of-content-wrap {
    position: fixed;
    top: 100px;
    width: auto;
    margin: 0 auto;
    z-index: 999;
}

.res-table-content.stop > .kb-table-of-content-wrap {
  position: absolute;
  bottom: 120px; /* adjust based on footer spacing */
}

/* Laptop view: typically between 1024px and 1440px */
@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.hm-main-section>.kt-inside-inner-col{
		padding-left:40px !important;
	}
	
	.hdr-btn span{
		font-size:13px;
	}
}

@media screen and (max-width:1024px) {
	
   
.testimonials-slider button.slick-next {
        right: 45% !important;
		top:110% !important;
    }
   
.testimonials-slider button.slick-prev {
        left: 45% !important;
		top:110% !important;
    }	
		
.testimonials-slider .slick-list.draggable {
    margin-left:0px;
    margin-right:0px;
}
	
p.copy1.nav-foot-txt {
    text-align: center;
}

	.footer-last-section{
		align-items:start !important;
	}	

}

@media screen and (max-width:764px) {

 
.testimonials-slider button.slick-next {
        right: 35% !important;
    }
   
.testimonials-slider button.slick-prev {
        left: 35% !important;
    }	
	
	
}


/*----main-css--*/

.no-padding>.kt-row-column-wrap{
	padding:0 !important;
}

.mob-banner-img{
	display:none !important;
}
  
/*.banner-btn-sw-2{
	display:none !important;
}*/
.mobile-menu-sec {
    position: fixed !important;
    left: 0;
    width: 100%;
    max-height: 0 !important;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    transition: max-height 0.6s ease-in-out;
    background-color: #fff !important;
    z-index: 2;
}
.mobile-menu-sec.open{
	 max-height:100vh !important;
	 padding-top:30px;
}
.tp-mobile-menu > .kt-inside-inner-col {
	transition: background-size 0.3s ease;
}

.tp-mobile-menu.open > .kt-inside-inner-col {
    background-image: url(/wp-content/uploads/2026/03/close-icon-nw.svg) !important;
    background-size:30px auto !important;
    transition: background-size 0.3s ease;
}

/* Extra large devices (large desktops, ≥1200px) */
@media (min-width: 1200px) {
  /* Base styles for largest screens */
}
@media (max-width: 1400px) {
	.cta-btn{
		font-size:15px !important;
	}
}
/* Large devices (desktops, <1200px) */
@media (max-width: 1199.98px) {
  /* Styles for desktops */
	/*  .single-service-left-col > .kt-inside-inner-col:before {
        opacity: 0.14 !important;
    }*/
}

/* Medium devices (tablets, <992px) */
@media (max-width: 991.98px) {
  /* Styles for tablets */
	
	.float-container-btns {
		display:none;
	}
	
	.mob-banner-img,.banner-btn-sw-2{
		display:block !important;
	}
	.div-banner-btn .kt-btn-inner-text{
	font-size:16px;
}

.div-banner-btn .kb-button{
	padding-right: 13px !important;
        padding-left: 13px !important;
}
}

/* Small devices (landscape phones, <768px) */
@media (max-width: 767.98px) {
  /* Styles for small phones */
	.google-rev-seal {
     position: fixed;
     bottom: 91px;
	 left: 17px;
	}
	
	.google-rev-seal img{
		width:80px;
	}
    
}

/* Extra small devices (phones, <576px) */
@media (max-width: 575.98px) {
    .div-banner-btn .kt-btn-inner-text {
        font-size: 11px;
        line-height: 22px;
		font-weight:700;
    }

.div-banner-btn .kb-button{
	padding-right:7px !important;
        padding-left:7px !important;
}
}


/*--table-of-content---*/
/* TOC Container */
.kb-table-of-content-wrap{
    background:#e7feed;
    border:1px solid #e6e6e6;
    border-radius:12px;
    padding:16px 18px;
    box-shadow:0 8px 20px rgba(0,0,0,0.05);
    max-width:420px;
    position:relative;
}

/* Left accent bar */
.kb-table-of-content-wrap:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:5px;
    background:#79f798;
    border-radius:12px 0 0 12px;
}

/* Title */
.kb-table-of-contents-title{
    font-size:20px;
    font-weight:700;
    color:#222;
}

.kb-table-of-contents-title-wrap{
    margin-bottom:18px;
    padding-bottom:10px;
    border-bottom:1px solid #eee;
}

/* Main list */
.kb-table-of-content-list{
    list-style:none;
    padding:0;
    margin:0;
}

/* Main items */
.kb-table-of-content-list > li{
    margin-bottom:10px;
}

/* Links */
.kb-table-of-contents__entry{
    text-decoration:none !important;
    color:#333;
    font-size:15px;
    display:block;
    padding:6px 10px;
    border-radius:6px;
    transition:all .25s ease;
}

/* Hover effect */
.kb-table-of-contents__entry:hover {
    background: #79f798;
    color: #2b6cff;
    transform: translateX(4px);
}

/* Sub list */
.kb-table-of-content-list-sub{
    margin-top:6px;
    padding-left:18px;
    border-left:2px dashed #e4e4e4;
}

/* Sub items */
.kb-table-of-content-list-sub li{
    margin-bottom:6px;
}

/* Sub links */
.kb-table-of-content-list-sub .kb-table-of-contents__entry{
    font-size:14px;
    color:#555;
}

/* Hover for sub links */
.kb-table-of-content-list-sub .kb-table-of-contents__entry:hover{
    background:#f7f9ff;
}


.kb-table-of-contents-list-sub{
    list-style: disc !important;
    padding-left: 22px;
}

.kb-table-of-contents-list-sub li::marker{
    color:#000000  !important;
    font-size: 14px;
}
@media screen and (max-width:1424px) {
.kb-table-of-content-wrap {
    max-width: 361px;
}
}
/* Responsive */
@media (max-width:1024px){
    .kb-table-of-content-wrap{
        max-width:100%;
        padding:20px;
    }
}
/*--table-of-content-end--*/