/* General Styles */
* {margin: 0;padding: 0;}
:root {
    /* Font families */
    --font-body:  "Poppins", sans-serif;
    --font-heading:"Poppins", sans-serif;
    /* Colors */
	--primary-color:#000;
	--link-color: #FCDE2B;;
    --link-color-hover:#0F2632;
	--link-hover:#0F2632;;
    --color-button-primary:#FCDE2B;
	--color-button-primary-hover: #0F2632;;
	--color-heading:#1B1B1B;
 	--color-body: #000;
    --color-light-bg: #F3F5F2;
	--color-dark-bg: #333333;
    --color-border:#D3D3D3;
    --color-white: #fff;
	--btn-border-color:#FCDE2B;; 
}
body { font-family: var(--font-body); color: var(--color-body); font-size:16px; line-height:1.8; padding:7.8rem 18px 18px; }
.light-bg { background-color: var(--color-light-bg); }
.dark-bg { background-color: var(--color-dark-bg); color:#fff; }
.grey-bg { background-color: var(--color-grey-bg); }
.bg-grey-1 {background-color: rgb(215 227 243 / 20%); }
p { margin:0 0 15px; }
p:last-child { margin-bottom:0; }
p:empty { display:none; }
.btn {--bs-btn-padding-x: 2rem;--bs-btn-padding-y: 1rem;font-size: var(--bs-body-font-size);border-radius: 50rem;}
.btn-primary {
	--bs-btn-color:var(--primary-color);
	--bs-btn-bg:var(--color-button-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg:var(--color-button-primary-hover);
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #000;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-border-color:#fff;
  	--bs-btn-border-width: 0px;
	box-shadow: 0 -2px 0 0 var(--btn-border-color);
	position: relative;
	overflow: hidden;
	transition: 0.2s;}
.btn-outline-secondary{border-color:#00000014;box-shadow: 0 -2px 0 0 #C9C9C9;}	
.btn-group-sm>.btn, .btn-sm {--bs-btn-padding-y: 0.7rem;--bs-btn-padding-x: 1.2rem;}
.btn-primary:hover{background-color:var(--color-button-primary-hover);}
.btn:active{background-color:var(--color-button-primary-hover)!important;color: #fff!important;}
h1, h1{ font-family:  var(--font-heading);}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { font-family: var( --font-heading); font-weight:500; color: var(--color-heading); line-height:1.3; position: relative;z-index: 1; padding: 0; margin: 0 0 20px; }
h1, .h1 { font-size:48px;}
h2, .h2 { font-size:46px;}
h3, .h3 { font-size:24px;}
h4, .h4 { font-size:20px;}
h5, .h5 {font-size:18px;}
ul{list-style: none;padding: 0;}
.text-danger{color: rgba(255, 0, 0, 1)!important;}
a { color:var(--link-color); text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; }
a:hover { color:var(--link-hover); }
.link { text-decoration: underline; }
.mt-6{margin-top: 2rem;}
.mb-6{margin-bottom: 2rem;}
input::placeholder {color:var(--color-d1-primary);}
.form-group{position: relative;}
label {font-weight: 400;margin-bottom: 5px}
.form-control:focus { box-shadow:none; border:1px solid var(--color-border3);}
textarea.form-control{border-radius: 30px;max-height: 115px;} 
select { appearance:none; } 
.py-50{ padding:50px 0; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
header{ background:#fff; box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);margin-bottom: 0px; }
header .navbar .navbar-brand {transition: transform 0.3s ease;}
header .navbar .navbar-brand img{width: 220px;}
header .navbar .navbar-toggler {border: none;padding: 0;box-shadow: none;color: #000;}
header .navbar .navbar-toggler:focus {box-shadow: none;}
header .navbar .nav-item {position: relative;}
header .navbar .nav-link {color: var(--color-body);font-size: 14px; font-weight: 400;transition: all 0.3s;padding:0.5rem 1.6rem!important;position: relative;}
header .navbar .nav-link:before {content: '';position: absolute; display: block;width: 60%;height: 3px; bottom: 0;opacity: 0; background:var(--link-color-hover);}
header .navbar .nav-link:hover:before{opacity: 1;}
header .navbar .nav-link.active:before{opacity: 1;}
header .navbar .nav-link:hover,
header .navbar .nav-link.active {color: var(--link-color-hover);text-shadow: 0 .015em var(--link-color-hover), 0 -.015em var(--link-color-hover), .01em 0 var(--link-color-hover), -.01em 0 var(--link-color-hover);}
/* Dropdown Menu Styles */
header .navbar .dropdown-menu {background: var(--color-white);border: 1px solid var(--color-border);border-radius: 8px;   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);  margin-top: 10px;padding: 0px;}
header .navbar .dropdown-menu .user-welcome, header .navbar .dropdown-menu .user-name {display: none;}
header .navbar .dropdown-item {color: #000;  padding: 7px 20px;font-weight: 500;transition: all 0.3s ease;}
header .navbar .dropdown-item:hover { background-color: rgba(0, 130, 64, 0.1); color: rgba(0, 130, 64, 1);}
header .navbar.scrolled {background-color: #fff;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}

.hero-section{position: relative; background-image: url("../images/hero-section-bg.jpg");background-size: cover;background-position: center;min-height:85vh;border-radius: 20px;    overflow: hidden;padding: 60px 30px;}

/* content above overlay */
.hero-section .container{position:relative;z-index:2;}
  .hero-contant-overlay {
         background: #000000CC;
         padding: 50px 30px;
         border-radius: 20px;
      }


      .hero-section .hero-badge-row {
         display: flex;
         align-items: center;
         gap: 14px;
         margin-bottom: 18px;
      }

      .hero-section .hero-icon {
         width: 40px;
      }

      .hero-btn-outline {
         
         border: 1.5px solid rgba(255, 255, 255, 0.7);
         background: rgba(255, 255, 255, 0.12);
         color: #fff;
         
      }

      .hero-btn-outline:hover {
         background: rgba(255, 255, 255, 0.25);
         color: #fff;
      }
.hero-section .hero-title{ color:#fff;font-weight:500;line-height:1.25; margin-bottom:20px;}
.hero-section .hero-desc{color:#fff;font-size:18px;max-width:960px;}
.hero-inner-section{position: relative; background-image: url("../images/inner-banner-bg.jpg");    background-size: cover;background-position: center;height:45vh;border-radius: 20px;    overflow: hidden;padding: 60px 10px;}
.hero-inner-section .hero-title{ color:#fff;font-weight:500;line-height:1.25; margin-bottom:20px;}
.hero-inner-section::before{content:""; position:absolute;inset:0;background: linear-gradient(to top, rgba(0,0,0,0.85) 10%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.15) 70%,rgba(0,0,0,0));}
/* content above overlay */
.hero-inner-section .container{position:relative;z-index:2;}
.benefits-section .benefits-wrapper{display:flex;gap:15px;height:100%;}
.benefits-section .benefit-card{flex:1;background:var( --color-light-bg);border-radius:20px;padding:35px 20px;transition:all .4s;overflow:hidden;position: relative;transform:translateY(20px);}
.benefits-section .benefits-wrapper .benefit-card:hover{transform:translateY(0);}

.benefits-section .benefits-wrapper .icon{margin-bottom:25px;transition:.3s;}

.benefits-section .benefit-card h4{margin-bottom:40px;color:var(--primary-color);font-size: 20px;}
/* line */
.benefits-section .benefit-card .line{width:35px;height:2px;background:var(--primary-color);display:block;margin-bottom:20px;position: relative;bottom: auto;}

.benefits-section .benefits-wrapper .benefit-card .desc{opacity:1;transition:.4s;font-size: 14px;}
/* description visible on hover */


.benefits-section .benefits-wrapper .benefit-card:hover .desc, .benefits-section .benefits-wrapper .benefit-card.active .desc{opacity:1;transform:translateY(0);}

/* ── Benefits: 3-card photo + floating info cards ── */
.benefits-new-section { padding: 80px 0 60px; }
.benefits-new-section .photo-cards {display: flex; gap:20px; }
.benefits-new-section .photo-card {flex: 1;border-radius: 20px;height: 100%;position: relative; cursor: default; }

      .benefits-new-section .photo-card img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         transition: transform 0.4s ease;
         display: block;
         border-radius: 20px;
      }

      .benefits-new-section .photo-card:hover img {
         transform: scale(1.04);
      }

      /* Remove old floating row – cards are now inside images */
      .benefits-info-row {
         display: none;
      }

      /* Text card inside each photo-card */
      .benefit-info-card {
         position: absolute;
         bottom: -25px;
         height: 205px;
         left: 18px;
         right: 18px;
         background: #fff;
         border-radius: 10px;
         box-shadow: 0 4px 24px 0 #0000001A;
         padding: 40px 40px 30px;
         z-index: 2;
      }

      .benefit-info-card::after {
         content: '';
         position: absolute;
         bottom: 0;
         left: 40px;
         right: 40px;
         height: 7px;
         background: #FCDE2B;

      }



.functions-section{background:var(--color-dark-bg);border-radius:20px;position:relative;overflow:hidden;color: #fff;}
/* full width rows */
.functions-section .function-list .function-item{border-bottom:1px solid rgba(255,255,255,0.08);cursor:pointer;transition:.3s;}
/* inner container content */
.functions-section .function-list .function-inner{display:flex;gap:40px;align-items:center;padding:20px 0;max-width:1080px;}
/* hover background full width */
.functions-section .function-list .function-item:hover, .functions-section .function-list .function-item.active{ background: linear-gradient(135deg, #FCDE2B0A, #0006060A);}
/* number */
.functions-section .function-list .function-item .number{font-size:36px;color:#FFFFFF6B;min-width:30px;transition:.3s;line-height: 1.2;}
.functions-section .function-list .function-inner .h3{margin:0;color:#FFFFFF6B;transition:.3s;}
/* hover */
.functions-section .function-item:hover .h3, .functions-section .function-item.active .h3{color:#fff;}
.functions-section .function-item:hover .number, .functions-section .function-item.active .number{color:var(--link-color);}
/* right image */
.functions-section .function-image{position:absolute;right:80px; transition: top 0.35s ease;}
.function-image img{max-width:450px;border-radius:15px; transform:rotate(5.20deg);  transition: opacity 0.3s ease;}
.how-work-section .work-card{border-radius:20px;overflow:hidden;height:100%;background:#F1F4FD;display:flex;flex-direction:column;}
.function-image img {position: relative; z-index: 3; width: 100%;transition: opacity 0.1s ease, transform 0.1s ease; will-change: opacity, transform;  margin-top: -80px;}

.ziel-section .why-us-wrapper{display:flex;gap:25px;height:100%;}
.ziel-section .why-us-wrapper .why-us-card{flex:1;background:var( --color-dark-bg);border-radius:20px;padding:50px 40px;transition:all .4s;overflow:hidden;position: relative;transform:translateY(20px);color: #fff;}
.ziel-section .why-us-wrapper .why-us-card:hover{transform:translateY(0);}
.ziel-section .why-us-wrapper .icon{margin-bottom:60px;transition:.3s;}
.ziel-section .why-us-wrapper .why-us-card h4{color:#fff;height: 70px;}
.ziel-section .why-us-wrapper .why-us-card .ziel-line {
    width: 35px;
    height: 2px;
    background: var(--link-color);
    display: block;
    margin-bottom: 50px;
    position: relative;
    bottom: auto;
}
.ziel-section .why-us-wrapper .why-us-card ul li {
         color: #fff;
         font-size: 17px;
         line-height: 1.5;
         padding-left: 22px;
         margin-bottom: 18px;
         position: relative;
      }

      .ziel-section .why-us-wrapper .why-us-card ul li::before {
         content: '';
         position: absolute;
         left: 0;
         top: 8px;
         width: 10px;
         height: 10px;
         background: #FCDE2B;
         border-radius: 50%;
      }


.price-section{background:#0F0F0F;border-radius:20px;position: relative;padding-left: 10px;padding-right: 10px;}
.price-section::before{content: '';background: url(../images/overlay-icon-img.png) no-repeat;background-size:contain;position: absolute;background-position: right; width: 420px;height: 480px;right: 0;}
.price-section .price-text{ color:#fff; font-size:24px; line-height:1.6; max-width:1180px;margin-bottom:100px;}
/* Buttons */
.price-section .price-buttons{display:flex;flex-wrap:wrap;gap:20px;}
.btn-light-custom{background:#A5A5A5;color:var(--primary-color);padding:16px 32px;border-radius:40px;font-size:16px;font-weight:500;transition:0.3s;    box-shadow: 0 -2px 0 0 #A5A5A5;    transition: 0.2s;}
.btn-light-custom:hover{background:var(--link-color);}

.faq-section .faq-accordion .accordion-item{border:none;border-bottom:1px solid #dcdcdc;background:none;}
/* BUTTON */
.faq-section .faq-accordion .accordion-button{background:none;box-shadow:none;padding:25px 0;display:flex;align-items:center;gap:20px;font-size:24px;font-weight:400;}

.faq-accordion .accordion-button::after{display:none;}
/* NUMBER */
.faq-section .faq-number{width:40px;color:#7c7c7c;}
/* TEXT */
.faq-section .faq-text{flex:1;}
/* PLUS MINUS ICON */
.faq-section .faq-toggle{font-size:30px;width:30px;text-align:right;}
/* CLOSED = PLUS */
.faq-section .accordion-button.collapsed .faq-toggle::before{content:"+";color:#222;}
/* OPEN = MINUS */
.faq-section .accordion-button:not(.collapsed) .faq-toggle::before{content:"−";color:var(--link-color);}
/* ACTIVE QUESTION COLOR */
.faq-section .accordion-button:not(.collapsed) .faq-text, .faq-section .accordion-button:not(.collapsed) .faq-number{
color:var(--link-color-hover);font-weight: 700;}
.faq-section .faq-accordion .accordion-button:not(.collapsed){padding-bottom: 0;}
/* BODY */
.faq-section  .accordion-body{padding-left:60px;font-size:18px;line-height: 1.5;}
/* BUTTON */
.faq-section  .btn-primary{background:var(--link-color);padding:14px 40px;border-radius:40px;font-size:18px;}
.faq-section  .btn-primary:hover{background:var(--link-hover);color: #fff;}
.history-section{position: relative;overflow: hidden;}
/* slide spacing */
.history-section .historySwiper{padding-bottom:10px;margin-right: calc(-100vw / 2 + 100% / 2); max-width: calc(100vw);}
.history-section .history-card img{width:100%;height:420px;object-fit:cover;border-radius:4px;}
.history-section .history-card h5{margin-top:15px;font-size:18px;font-weight:500;}
/* bottom area */
.history-section .history-controls{display:flex;align-items:center;justify-content:space-between;margin-top:20px;}
/* progress bar */
.history-section .history-progress{width:85%;height:2px;background:#dcdcdc;position:relative;overflow:hidden;}
.progress-line{position:absolute;left:0;top:0;height:2px;width:0%;background:var(--link-color);transition:width .4s ease;}
.history-card video{width:100%;height:420px;object-fit:contain;border-radius:4px;display:block;}
/* arrows */
.history-section .history-nav{display:flex;gap:15px;}
.history-section .history-nav .swiper-button-prev, .history-section .history-nav .swiper-button-next{ position:relative;top:auto;left:auto;right:auto;width:50px;height:50px;border-radius:50%;}
.history-section .history-prev{background:#d9d9d9;}
.history-section .history-next{background:var(--link-color);}
.history-section .swiper-button-prev:after,
.history-section .swiper-button-next:after{font-size:16px;color:#000;}

#netzwerk .logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); /* 👈 5 columns */
    gap: 30px;}
.client-logo-box {padding: 20px;border-radius: 12px;background: #fff; transition: all 0.3s ease;position: relative;}

/* hover effect */
.client-logo-link:hover .client-logo-box {
    transform: translateY(-8px); /* 👈 upar lift */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); /* 👈 soft shadow */
}


.contact-section .contact-wrapper{background:url("../images/contact-bg.jpg") center/cover no-repeat;border-radius:20px;padding:50px 40px;position:relative;overflow:hidden;}
/* dark overlay */
.contact-section .contact-wrapper::before{content:"";position:absolute;inset:0;background:#000606C9;z-index:1;border-radius:20px;}
.contact-section .contact-wrapper .row{position:relative;z-index:2;}
/* left content */
.contact-section .contact-text{font-size:18px;max-width:650px;color:#fff;}
/* form card */
.contact-section .contact-card{background:#fff;padding:40px;border-radius:12px;}
.contact-section .form-title{font-size:28px;font-weight:500;margin-bottom:10px;}
.contact-section .form-desc{font-size:16px;color:#666;margin-bottom:30px;}
.form-group{margin-bottom:25px;}
.form-group input, .form-group textarea{ width:100%;border:none;border-bottom:1px solid rgba(195, 195, 195, 1);padding:10px 0 5px;outline:none;font-size:16px;border-radius: 0;}
.form-group input:focus, .form-group textarea:focus{border-bottom:1px solid var(--link-color);}
.form-group textarea{resize:none;height:115px;}
/* button */
.submit-btn{width:100%;background:var(--link-color);border:none;padding:14px;border-radius:40px;font-size:16px;font-weight:500;margin-top:25px;transition:.3s;}
.submit-btn:hover{background:var(--link-hover);color: #fff;}

.footer {  color:#fff; font-size:16px;position: relative;padding: 100px 0 0; }
/* VIDEO */
.footer-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;border-radius: 20px;}
/* OVERLAY */
.footer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:0.9;z-index:1;border-radius: 20px;}
.footer-content{position:relative;z-index:2;}

footer * { color:#fff; } 
ul.footer-social {display: flex;gap: 12px;margin: 0;padding: 0;}
ul.footer-social li img {width: 52px; height:52px;}
.footer-bottom { display: flex; flex-wrap: wrap; flex-direction: row-reverse;align-items: center;border-top: 1px solid rgba(0, 0, 0, 0.2); padding: 120px 0 40px 0;justify-content: space-between;position: relative;z-index: 1;}
.footer .contact-links{margin-bottom: 50px;}
.footer .contact-links li{margin-bottom: 15px;}
.footer .contact-links li img{margin-right: 10px;}
.footer .contact-links li a:hover{color:var(--link-color);}
.footer .footer-social-area a i{background-color: #fff;border-radius: 20px; color: #000;   width: 25px;height: 25px;display: flex;justify-content: center;  align-items: center;}
.footer .footer-social-area a:hover i{background-color: var(--link-color);color:#fff;}
ul.footermenu { margin: 0;padding: 0;line-height: 100%;display: flex;flex-wrap: wrap; gap: 20px;align-items: center;font-size: 13px;	font-weight: 400;font-family: var(--font-heading);}
ul.footermenu li a:hover{color:var(--link-color);}
.footer-copyright{font-family: var(--font-heading);font-size: 14px;}
.footer-address-area { min-height: 225px; }
.footer-main-title {font-size: 35px;}   
#msg .alert-success {margin-bottom: 0; font-size: 16px; line-height: 100%; padding: 13px 20px; text-align: center;}

.cs-inputerror{position: absolute; left: 0; top:100%; background-color: #fcd889; border-radius: 5px; font-size: 14px; z-index: 1; line-height: 100%; padding:10px 10px 10px 35px; color: #000000; display: none;}
.cs-inputerror::before{content: ""; position: absolute; left:10px; top:-7px; display: block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fcd889; }
.cs-inputerror > .fa-solid
{display: block; position: absolute; left:6px; top:8px; width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; background-color: #ff8c00; color: #FFFFFF; border-radius: 3px;} 

.flash-btn{ position: relative; overflow: hidden; z-index: 1; box-shadow: 0 0 10px rgba(252, 222, 43, 0.5);}
.flash-btn {    background: #fcde2b;
    border: 3px solid transparent;
    border-radius: 999px;

    background-image: 
        linear-gradient(#fcde2b, #fcde2b),
        linear-gradient(90deg, 
            #ff3d00,   /* red-orange */
            #00c853,   /* green */
            #2979ff,   /* blue */
            #aa00ff,   /* purple */
            #00bcd4,   /* cyan */
            #ff3d00
        );

    background-origin: border-box;
    background-clip: padding-box, border-box;
font-size: 20px;
    background-size: 300% 100%;
    animation: borderFlash 3s linear infinite;
}

@keyframes borderFlash {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 300% 0;
    }
}
.btn-primary.flash-btn:hover {background: var(--link-hover)!important;}
/* Desktop */
.contact-fixed {
    position: fixed;
    right: -5px; /* pull slightly outside for better alignment */
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
      flex-direction: column;
    gap: 8px;
}

.contact-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;

    border-radius: 8px;
    transition: 0.3s;

}
/* 👉 Vertical text */
.contact-btn span {
 
  font-weight: 600;
    font-size: 14px;
}
 .contact-btn i{  
    font-size: 16px;
 }



/* colors */
.phone { background: #007bff; }
.mail { background: #ff9800; }
.whatsapp { background: #25d366; }

/* hover */
.contact-btn:hover {
	  transform: scale(1.25);
    /*transform: translateY(-5px);*/
	color: #fff;
}
.hours-row {
    display: grid;
    grid-template-columns: 75px 1fr;
    align-items: center;
    padding: 2px 0;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
 .contact-btn i{  transform: rotate(0deg); /* makes it readable top to bottom */}
    .contact-fixed {
              right: 50%;
        bottom: 0px;
        top: auto;
        transform: translateX(50%);
        flex-direction: row;
        gap: 15px;
        width: 100%;
        text-align: center;
        justify-content: center;
        background: #ffffffe6;
        padding: 10px;
        box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.1);
    }

    .contact-btn {
        transform: none; /* remove rotation */
        width: 50px;
        height: 50px;
        padding: 0;
        border-radius: 50%;
        justify-content: center;
    }
	

    .contact-btn span {
        display: none;
    }

    .contact-btn i {
        font-size: 24px;
    }
}	
input:-internal-autofill-selected
{box-shadow: none!important;background-color:transparent!important;padding-left: 10px;}
@media (min-width: 1200px) {
/* .benefits-section .benefit-card.active{flex:1.375;background:var(--color-dark-bg);color:#fff;padding: 35px;}
.benefits-section .benefit-card.active h4{color: #fff;}
.benefits-section .benefit-card:hover .icon,
.benefits-section .benefit-card.active .icon{filter: brightness(0) saturate(100%) invert(70%) sepia(85%) saturate(750%) hue-rotate(8deg) brightness(100%) contrast(100%)}
.benefits-section .benefits-wrapper .benefit-card:hover .line, .benefits-section  .benefits-wrapper .benefit-card.active .line{background: var(--link-color); position: relative;bottom: auto;}
.benefits-section .benefits-wrapper .benefit-card:hover{background:var(--color-dark-bg);color:#fff;padding: 35px;}
.benefits-section .benefits-wrapper .benefit-card:hover h4{color:#fff}
.benefits-section .benefits-wrapper .benefit-card:hover{flex:1.375;background:var(--color-dark-bg);color:#fff;}
.benefits-wrapper:has(.benefit-card:hover) .benefit-card.active:not(:hover) .desc{opacity:0;transform:translateY(20px);} */
.py-lg-100{padding: 80px 0;}   
.pt-lg-100{padding-top: 80px;}    
.pb-lg-80{padding-bottom: 60px;}
.pt-lg-80{padding-top: 60px;}   
.functions-section{padding: 60px 0 90px;}
.client-logo-box img{width: 100%;height: 150px;object-fit: contain;}
}


@media (min-width: 1600px) {
.container, .container-lg, .container-xl, .container-xxl { max-width:1480px; }
h1, .h1 { font-size:48px;}
h2, .h2 { font-size:55px;}
h3, .h3 { font-size:29px;}
h4, .h4 { font-size:25px;}
h5, .h5 {font-size:20px;}
header .navbar .nav-link{font-size: 17px;}
.functions-section .function-list .function-item .number{font-size: 45px;}
.target-section .target-tabs .nav-link{font-size:25px;}
.footer-main-title {font-size: 39px;}
.how-work-section .work-card p{font-size:18px;}
.price-section .price-text{ color:#fff; font-size:26px;max-width: 1140px;}
.faq-accordion .accordion-button{font-size: 28px;}
.py-lg-100{padding: 100px 0;}   
.pt-lg-100{padding-top: 100px;}
.pt-lg-80{padding-top: 80px;}    
.pb-lg-80{padding-bottom: 80px;}
.functions-section{padding: 80px 0 120px;}
.footer .footer-text{font-size:18px;}
.client-logo-box h4{font-size: 20px;padding: 0 20px;}
.contact-btn span{font-size: 16px;}
.contact-btn{padding: 12px 18px;}
}

@media (max-width: 1480px) {
  body{  padding:6.8rem 18px 18px;}

.functions-section .function-list .function-inner{max-width: 800px;}
.target-section .target-tabs{gap:20px;}
header .navbar .navbar-brand img{width: 180px;}
.history-section .history-card h5{margin-top:15px;font-size:16px;font-weight:500;}
.function-image img{max-width:350px;}
.hero-section .hero-label{font-size: 36px;}

}
@media (max-width: 1400px) {

    h1, .h1 { font-size:42px;}
h2, .h2 { font-size:40px;}
h3, .h3 { font-size:26px;}
h4, .h4 { font-size:22px;}
h5, .h5 {font-size:20px;}
header .navbar .nav-link{padding: 0.5rem 1.2rem!important;font-size: 16px;}
.price-section  .price-text{font-size:20px;}
footer .footer-bottom {flex-direction: column-reverse;gap:20px;}
.footer{padding: 80px 0 0;}
.footer-bottom{padding: 100px 0 40px;}
.footer-main-title{font-size: 30px;}
.price-section::before{width: 300px;height: 380px;}
}
@media (max-width: 1280px) {
        .function-image img{max-width:300px;}
	header .navbar .navbar-brand img{width: 160px;}
	header .navbar .nav-link{font-size: 15px;}
	.men-work .work-card .img-box img{height: 250px;}
    ul.footer-social li img {width: 40px; height:40px;}
    .ziel-section .why-us-wrapper{gap:20px;}
.ziel-section .why-us-wrapper .icon{margin-bottom: 20px;}
.ziel-section .why-us-wrapper .why-us-card h4{margin-bottom: 0;}
.benefit-info-card{padding: 30px 20px 20px;}
}

@media (max-width: 1199px) {

h1, .h1 { font-size:36px; }
h2, .h2 { font-size:34px; }
h3, .h3 { font-size:24px; }
h4, .h4 { font-size:21px; }
.hero-section .hero-label{font-size: 27px;}
header .navbar{padding: 10px 0 0!important;}
.benefits-section .benefits-wrapper, .ziel-section .why-us-wrapper, .benefits-new-section .photo-cards{flex-wrap:wrap;height:auto;}

.benefits-section .benefits-wrapper .benefit-card{flex:0 0 calc(50% - 10px)!important;}

.benefits-section .benefits-wrapper .benefit-card.active{flex:0 0 calc(50% - 10px);}
.benefits-section .benefit-card, .ziel-section .why-us-wrapper .why-us-card{padding: 35px 20px;}
.benefits-section .benefits-wrapper .benefit-card .line, .benefits-section .benefits-wrapper .benefit-card.active .line{position:relative;    bottom: auto;}
.function-image{display: none;}
.functions-section{padding: 60px 10px;}
.functions-section .function-list .function-inner .h3, .functions-section .function-item.active .h3{color:#fff;}
.functions-section .function-list .function-item .number{color:var(--link-color);}
.benefits-section .benefits-wrapper .benefit-card .desc, .benefits-section .benefits-wrapper .benefit-card.active .desc{opacity:1;transform:translateY(0);}
.target-section .target-tabs .nav-link{font-size:18px;}
.faq-section .faq-accordion .accordion-button{font-size:20px;}
.contact-section .contact-card{padding: 20px;}
.submit-btn{padding: 10px;}
.btn{padding: 10px 20px;}
.price-section .price-text{margin-bottom: 50px;}
.footer-address-area{min-height: 150px;}
.benefits-section .benefits-wrapper .benefit-card:hover{transform:translateY(20px);}

}

@media (max-width: 991px) {
h1, .h1 { font-size:32px; }
h2, .h2 { font-size:30px; }
h3, .h3 { font-size:22px; }
h4, .h4 { font-size:20px; }
.hero-section .hero-desc{font-size:16px;}
footer .footer{padding: 60px 0;}
.footer{padding: 50px 15px 0;}
.offcanvas.offcanvas-top { height: auto; max-height: 40vh; }
header .offcanvas .offcanvas-header{padding: 1rem 1rem 0;}
header .offcanvas .offcanvas-body{padding: 0;}
header .offcanvas .navbar-nav .nav-link {color: #000; padding: 20px 20px!important;border-bottom: 1px solid var(--color-border);}
header .user-info{display: none;}
header .navbar-toggler { order: 3;margin-left: 15px; }
header .navbar-brand { margin-right: auto;   }
.ziel-section .why-us-wrapper .why-us-card h4{height: auto;margin-bottom: 20px;}
.ziel-section .why-us-wrapper .why-us-card .ziel-line{margin-bottom: 20px;}
.benefits-section .benefits-wrapper .benefit-card, .ziel-section .why-us-wrapper .why-us-card, .benefits-new-section .photo-card{flex:0 0 100%!important;}
.benefits-section .benefits-wrapper .benefit-card.active{flex:0 0 100%!important;}
.history-section .history-card img, .history-card video{height: 350px;}
.functions-section .function-list .function-inner{gap:15px;max-width:100%;align-items: start;}
.benefit-info-card{bottom: 20px;height: auto;}
.target-section .target-tabs .nav-link{font-size:18px;}
.price-section  .price-text{font-size:18px;}
.contact-section .contact-wrapper{padding:60px 40px;}
.contact-section .contact-title{font-size:38px;}
.contact-card{margin-top:40px;}
.footer-address-area{min-height: 140px;}
.footer-bottom{padding: 70px 0 30px;}
ul.footermenu {justify-content: center;gap: 15px;font-size: 13px;}
.footer-copyright{font-size: 13px;text-align: center;padding-bottom: 30px;}
.price-section::before{width: 250px;height: 320px;}
.men-work .work-card .img-box img{height: 220px;}
#netzwerk .logo-grid{    grid-template-columns: repeat(3, 1fr);}
}

@media (max-width: 767px) {
    .hero-section{padding: 60px 10px;}
   
h1, .h1 { font-size:27px; }
h2, .h2 { font-size:26px; }
h3, .h3 { font-size:20px; }
h4, .h4 { font-size:18px; }
h5, .h5 { font-size:16px; }
footer .footer{padding: 50px 0 40px;}
.contact-section .contact-text, .faq-section .accordion-body{font-size:16px;}
.faq-section .faq-accordion .accordion-button{font-size:20px;}
.faq-section .faq-accordion .accordion-body{padding-left:40px;}
.target-section .tab-content .feature-list li{font-size:16px;}
.target-section .target-tabs{overflow-x: auto;overflow-y: hidden;}
.history-section .historySwiper{margin-right: auto;max-width: 100%;}
.history-section .historySwiper .swiper-slide{width: calc(100% - 0px)!important;}
.history-section .history-card h5{margin-top:15px;font-size:16px;font-weight:500;}
.faq-section .faq-number{width: 20px;}
.faq-section .faq-accordion .accordion-button{align-items: start;}
.faq-section {padding-top: 0px;}
.men-work .work-card .img-box img{height: 250px;}
.history-section .history-card img{height: 300px;}
}

@media (max-width: 575px) {

.btn-group-sm>.btn, .btn-sm{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 0.8rem;}
header .navbar .navbar-brand img{width: 180px;}
.benefits-section .benefits-wrapper .benefit-card{padding:25px;}
.benefits-section .benefits-wrapper .benefit-card h3, .ziel-section .why-us-wrapper .why-us-card h3{font-size:18px;}
.benefits-section .benefits-wrapper .desc{font-size:14px;}
.price-section .price-text{font-size:16px;}
.faq-section .faq-accordion .accordion-button{font-size:18px;}
.contact-section .contact-wrapper{padding:40px 25px;}
.contact-title{font-size:30px;}
#netzwerk .logo-grid{    grid-template-columns: repeat(1, 1fr);}
.history-section .history-card img{height: 250px;}
.functions-section .function-list .function-inner .h3{font-size:18px;}
.history-section .history-progress{display: none;}
}
