body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0 15px;
}

.navbar-right .btn {
  padding: 8px 20px;
  font-weight: 600;
}

/* Hero Section */
.hero-section {
  padding: 0px 0 80px;
  background-color: #fff;
}
.ueber-uns-right-content.pad-af {
    padding: 183px 35px 0 0px;
}
.ueber-uns-right-content.pad-afg {
    padding: 186px 35px 0 0px;
}
.hero-section .text-content h1 {
    font-size: 74px;
    font-weight: 500;
    text-align: left;
}
.custom-info-wrapper.bg-light.p-4.col-lg-8.col-sm-8.col-8 a {
    font-family: Manrope;
    font-size: 14px;
    height: 32px;
    width: 84px;
    padding: 4px 0 0 0 !important;
}
.custom-service-card.d-flex.mb-4.btm-m {
    margin-bottom: 44px !important;
    margin-right: -4px;
}
.inner-hero-heading.text-md-left.abt-inner h2 {
    margin: 0 0 30px;
    padding: 0;
}
.border-line {
    display: inline-block;
    width: 1px;
    height: 60px;
    background: #529789;
    float: left;
    position: absolute;
    top: 125px;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 11;
}
.col-lg-12.px-5.py-4.pad-t-inc.pd-00.-p-lf-0 {
    padding: 0 0 27px 0 !important;
}
.col-lg-8.px-5.py-4.pad-t-inc.pd-00 {
    padding: 0 55px 0 12px  !important;
    margin: -11px 0 0 0;
}
.hero-img {
  width: 100%;
  border-top-left-radius: 50% 20%;
  border-bottom-left-radius: 50% 20%;
  object-fit: cover;
}
.hero-wrapper {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
text-align: left;
}
.custom-icon-wrapper img {
    width: 100%;
}
.about-cards.col-lg-12 {
    margin-bottom: 36px;
}
.hero-img-wrapper {
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom-left-radius: 100px;
    margin-right: 0;
}
.hero-img-wrapper img.hero-img {
  width: 100%;
  height: 100%;
  object-fit: none;
  object-position: right center;
  border-bottom-left-radius: 100px;
}
.hero-img-wrapper .hero-img {
    width: 46%;
    height: 95%;
    object-fit: none;
    object-position: right center;
  border-bottom-left-radius: 589px;
    border-top-left-radius: 319px;
    float: right;
}





.text-content {
  padding: 100px 0;
  z-index: 1;
  color: #111;
}
.navbar {
    box-shadow: none;
    padding-top: 0 !important;
}

.navbar-brand img {
  height: 32px;
  margin: 0;
  padding: 0;
}

.navbar-nav .nav-link {
  font-weight: 500;
  padding: 0 12px;
  color: #000;
}

.navbar-nav .nav-link.active {
  font-weight: 600;
  color: #ff8000; /* orange highlight for active link */
}

.btn-dark {
  padding: 8px 20px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
}

.logo-container {
  position: relative;
  width: 293px;
  height: 136px;
}

.logo-container a {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.nav-custm li {
    margin: 4px 12px !important;
    text-align: -webkit-center;
}


.btn {
  border-radius: 0 !important;
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 13px 32px !important;
}

.service-card.bg-purple {
    background: #613681;
}
.service-card.bg-green{
    background: #00B885;
}
.service-card.bg-orange {
    background: #FF9026;
}
.service-card.bg-blue {
    background: #1C8DB0;
}
.service-card {
    height: 420px;
    padding: 24px;
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: space-between;
  
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}
.service-card {
    min-height: 474px !important;
}

a.btn.btn-dark.lg-btn {
     width: 296px;
    margin: 40px 0 0 0;
}

a.btn.btn-dark.lg-btn.slide-bty {
     width: 289px;
    margin: 40px 0 20px 0;
}
h2.about-title {
    font-size: 64px;
}
.service-content h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: white;
    letter-spacing: -0.01em;
    line-height: 1.3;
    margin-bottom: 16px;
}

.service-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0;
}
.service-svg {
    width: 80px;
    height: 80px;
    fill: white;
    opacity: 0.9;
}

.services-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2.5rem, 4vw, 4rem);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
}

.row.text-center.mb-5.mr-btm-sec {
    margin-bottom: 60px !important;
}
.services-subtitle {
    color: #555;
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
}

.about-image-wrapper {
    position: relative;
    height: 600px;
    overflow: hidden;
}


.about-single-image {
    width: 100%;
    height: 100%;
    background: #613681;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.about-content {
    padding: 80px 20px 80px 12px !important
}
.about-title {
    font-family: 'DM Sans', sans-serif;
    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.2;
    color: #000;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.about-subtitle {
    color: #333;
    margin-bottom: 32px;
    font-weight: 300;
    line-height: 1.4;
    font-size: 28px;
    font-family: 'Work Sans', sans-serif;
}
.about-text-wrapper {
    display: flex
;
    gap: 24px;
    margin-bottom: 32px;
    align-items: flex-start;
}

.btn-dark {
    background-color: #000;
    border-color: #000;
    color: white;
    padding: 16px 32px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.02em;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: none;
    text-decoration: none;
    display: inline-block;
}

.about-line {
    width: 6px;
    height: 60px;
    background: #613681;
  
    flex-shrink: 0;
    margin-top: 4px;
}

.btn:hover,
.btn:focus {
  background-color: #111 !important; /* slightly lighter black for hover */
  color: #fff !important;
}

.nav-custm li a{
     font-size: 16px;
}


  .navbar-right {
    display: none !important;
  }

  .hero-section {
    padding: 40px 0;
    text-align: center;
  }

  .hero-img {
    border-radius: 0;
    margin-top: 20px;
  }

  .logo-container {
    position: relative;
    width: 300px;
    height: 136px;
}

section.about-section {
    margin: 70px 0 0;
}






.benefit-item {
    text-align: center;
}
.benefit-item h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 36px 0 22px;
}
.benefit-item h4 {
    font-size: 17px;
    font-weight: 300;
    margin: 10px 0;
}
.benefit-item p{
    font-size: 12px;
}
.benefits-section .about-subtitle{
       font-weight: 300;
}

section.benefits-section {
    background: #F9F9F9;
    padding: 70px 0 0 0;
}
a.carousel-control-next.rgt-arw {
    background: inherit;
}


/* testimonial-section */
  .testimonial-section {
            padding: 60px 0;
            background-color: #F9F9F9;
            position: relative;
        }
        
        .testimonial-card {
            background: white;
            
            padding: 25px;
            margin: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            height: 100%;
            transition: transform 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        
        .testimonial-text {
          
            margin-bottom: 26px;
            color: #555;
        }
        
       .testimonial-author {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 24px;
    margin: 0 0 27px 0;
}
      .testimonial-text {
    margin-bottom: 20px;
    color: #2B2C28;
    font-size: 17px;
}

        .section-title {
            text-align: center;
            margin-bottom: 50px;
            font-weight: 700;
        }
        
        .carousel-control-next {
            width: 40px;
            height: 40px;
            background-color: #007bff;
            border-radius: 50%;
            top: 50%;
            right: -20px;
            transform: translateY(-50%);
            opacity: 1;
        }
        
        .carousel-control-next-icon {
            width: 20px;
            height: 20px;
        }
        
      .carousel-control-prev {
    left: -104px;
    opacity: 1;
}
        
 /* testimonial-section end*/   
        
.custom-icon-wrapper.bg-blue.d-flex.align-items-center.justify-content-center.col-lg-4 {
    background: #1C8DB0;
} 


/* process-section */   

.process-section {
    padding: 100px 0 40px;
    background: white;
}

.process-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 64px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.process-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    color: #555;
    margin-bottom: 50px;
    font-weight: 300;
}

.process-step {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    align-items: flex-start;
}
.process-line.purple {
    background: #8B4DB6;
}
.process-line.yellow {
    background: #FF9026;
}
.process-line.blue {
    background: #00B67A;
}
.process-line {
    width: 6px;
    height: 60px;
    border-radius: 3px;
    flex-shrink: 0;
    margin-top: 4px;
}

.process-text h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}
.process-text p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}
.process-image-wrapper {
    position: relative;
    height: 580px;
    overflow: hidden;
    margin-top: 99px;
}
.process-bg {
    background: #00B67A;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 51px 0 0 0;
}
img.proccess-bg {
    width: 72%;
}
/* process-section */   


 .bg-purple {
    background-color: #5f3284;
  }

  .border-md-left {
    border-left: 1px solid white;
  }

  .border-md-right {
    border-right: 1px solid white;
  }

 .bg-purple {
    background-color: #6f3c96;
  }

  .bg-green {
    background-color: #00aa8f;
  }

  .bg-orange {
    background-color: #f68c1f;
  }

.col-md-4.mb-4.mb-md-0.pr-md-4.ft-logo h3 {
    font-size: 32px;
}
.col-md-4.mb-4.mb-md-0.pr-md-4.ft-logo p {
    font-size: 16px !important;
    margin: 21px 0 0 0 !important;
    color: #CCDBDC;
}
.section-wrapper {
      position: relative;
      padding: 80px 15px;
      background-color: #f9f9f9;
    }

    .purple-box {
      background-color: #8234AD;
      color: #fff;
      padding: 40px;
      position: relative;
      z-index: 1;
    }

    .icon-box img {
      width: 60px;
      margin-bottom: 20px;
    }

.purple-box p {
    width: 73%;
    font-size: 14px;
    min-height: 257px;
}
section.impressum-page .col-12 {
    padding: 0;
}
    
section.about-section.py-5.abt2-s {
    margin: 60px 0 0 0;
}

section.privacy-policy-page .col-12 {
    padding: 0;
}
    
/* services */   
.inner-hero-heading h2 {
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    padding: 65px 0 100px;
}

h2.inner-sr-hd {
    padding: 65px 0 15px !important;
}
.inner-hero-section.sr-nw-section {
    text-align: center;
    padding-bottom: 100px;
}
.image-absolute-container img {
    width: 140%;
    position: relative;
    right: 50%;
    z-index: 1;
    top: 35px;
}
section.py-5.grd-clr.naga-pad {
    padding: 90px 0 0 0 !important;
}
section.py-5.grd-clr.naga-pad p {
    font-size: 14px;
    margin: 0 0 10px 0 !important;
}
.purple-box.box-left-pr p {
    width: 100%;
}
.image-absolute-container.right-cs, .image-absolute-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}
.image-absolute-container img {
    width: 140%;
    right: 20%;
    z-index: 14;
    top: 0;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: block;
}


.image-absolute-container.right-cs img {
    width: 140%;
    right: 0;
    z-index: 14;
    top: 0;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: block;
    left: 19%;
}
.purple-box.box-left-pr {
    padding-left: 230px;
}
.container.position-relative {
    margin-bottom: 41px;
}
.purple-box.box-left-pr.gren-cr {
    background: #00B885;
}

.purple-box.yellow-cr{
background: #F87E04;
}
.purple-box.box-left-pr.blue-cr {
    background: #1C8DB0;
}

.purple-box h4 {
    font-size: 32px;
    min-height: 78px;
    word-break: break-word;
    width: 90%;
}
/* services end*/  


/* Nachhaltigkeit */  
.grd-clr{
background-color: #f8f9fa;
}

.eco-section {
  background-color: #f8f9fa; /* light grey background */
}

/* Colored line before each point */
.eco-point {
  
}

.eco-line {
    display: inline-block;
    width: 12px;
    height: 54px;
    margin: 4px 11px 0 0;
}

/* Example colors */
.bg-purple {
  background-color: #7b4bb7;
}
.bg-orange {
  background-color: #f7941d;
}
.bg-green {
  background-color: #009e60;
}
.bg-green-light {
  background-color: #6ab04c;
}

/* Right image stretch */
.eco-img {
  height: 100%;
}

.eco-img img {
  object-fit: cover;
}
.eco-point.mb-3:before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 54px;
    background: #f00;
    content: close-quote;
}
.eco-point.mb-3.bg-purple-bx:before {
    background: #613681;
}
.eco-point.mb-3.bg-orange-bx:before {
    background: #FF9026;
}
.eco-point.mb-3.bg-green-bx:before {
    background: #00B67A;
}
.eco-point.mb-3.bg-green-light-bx:before {
    background: #007EA7;
}

.eco-point.mb-3 {
    padding: 0 0 0 22px;
    position: relative;
    margin-bottom: 41px !important;
}
.sustainability-hero-section {
    background: white;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 689px;
}
.sustainability-hero-content {
    padding: 80px 66px;
    position: relative;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    min-height: 689px;
}
.sustainability-hero-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 96px;
    color: #000;
    margin-bottom: 32px;
    letter-spacing: -0.02em;
}


.sustainability-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 12px;
    font-weight: 400;
}
.sustainability-hero-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #000;
    letter-spacing: 0.2px;
    margin: 0;
}
.sustainability-hero-image {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.sustainability-hero-placeholder {
    width: 100%;
    height: 100%;
    background: #a1d4f1;
    position: relative;
}
.py-5.grd-clr.tp-bt-mrg.ecg-pre p{
    font-size: 14px;
}

.eco-point.mb-3 h4 {
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 9px 0;
}
.eco-point.mb-3 p {
    display: block;
    width: 100%;
    font-size: 18px;
}
.testimonial-position {
    color: #000000;
    font-size: 0.9em;
    font-size: 14px;
    font-weight: bold;
}
.note-text{
  
    font-size: 16px;
}
section.sustainability-hero-section h3 {

    font-size: 40px;
    font-weight: 500;
}

section.sustainability-hero-section p.mb-4 {

    font-size: 28px;
    
}
.custom-info-wrapper.bg-light h5 {
    font-weight: bolder;
    font-size: 16px;
}
.custom-info-wrapper.bg-light p.p-bld {
    font-weight: bolder;
    display: inline-block;
    float: right;
}
.custom-info-wrapper.bg-light p {
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
}
.d-flex.justify-content-between.df div {
    width: 100%;
}
.bt-box  h5{
    font-size: 32px;
}



.sustainability-tree-planting-section {
    background: #006588;
    padding: 120px 0;
    position: relative;
}

.sustainability-tree-planting-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 24px;
    position: relative;
    text-align: center;
    padding: 44px 0 44px;
}

.sustainability-tree-planting-content {
    padding: 0 0 0;
    text-align: center;
    display: inline-block;
}

.sustainability-tree-planting-icon-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.sustainability-tree-planting-title {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    color: white;
    margin-bottom: 24px;
}
.sustainability-tree-planting-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: white;
    letter-spacing: 0.2px;
    max-width: 846px;
    margin: 0 auto;
}
h5.hero-ecg-hd {
    font-size: 24px;
}
p.hero-ecg-pre {
    font-size: 18px;
}





/* Nachhaltigkeit end*/  
.col-md-4.mb-4.mb-md-0.d-flex.flex-column.align-items-center.justify-content-center.border-md-left.border-md-right.px-md-4 p {
    color: #CCDBDC;
}

footer .col-12.text-center.small  {
    color: #CCDBDC;
}
footer .col-12.text-center.small a {
    color: #CCDBDC;
}

.col-md-4.mb-4.mb-md-0.d-flex.flex-column.align-items-center.justify-content-center.border-md-left.border-md-right.px-md-4 {
    min-height: 70px;
}


.rs-flex .d-flex {

}

.row.add-mrg {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
.ecg-cta {
    background: #FF9026;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 42px;
    padding: 50px 0;
 
}
section.py-5.grd-clr.tp-bt-mrg {
    padding-top: 100px !important;
     padding-bottom: 100px !important;
}


/* contact*/  

.contact-info-panel {
    background:#00B885;
    
    min-height: 535px;
    display: flex;
    align-items: center;
}

.contact-info-content {
    padding: 64px;
    width: 100%;
}
.contact-address {
    margin-bottom: 32px;
}
.contact-divider-line {
    width: 215px;
    height: 2px;
    background: white;
    margin: 32px 0;
}

.contact-address-line {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: white;
    margin: 0;
    letter-spacing: 0.2px;
}
.contact-email {
    margin-bottom: 24px;
}
.contact-email-text {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: white;
    margin: 0;
    letter-spacing: 0.2px;
}
.contact-phone-text {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: white;
    margin: 0;
    letter-spacing: 0.2px;
}

.contact-form-wrapper {
    padding: 0 11px 0 48px;
    min-height: 520px;
    display: flex
;
    align-items: center;
}

.contact-form {
    width: 100%;
}
.form-group {
    margin-bottom: 24px;
}
.form-label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #1a1c21;
    margin-bottom: 12px;
    display: block;
    letter-spacing: 0.2px;
}

.input-wrapper {
    position: relative;
    display: flex
;
    align-items: center;
}
.input-icon {
    position: absolute;
    left: 20px;
    z-index: 2;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.form-control {
    background: #f9f9f9;
    border: 1px solid rgba(51, 94, 247, 0.08);
    border-radius: 12px;
    padding: 20px 20px 20px 55px;
    height: 56px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #1a1c21;
    font-weight: 700;
    letter-spacing: 0.2px;
    width: 100%;
}
section.contact-section.contact-sc {
    margin-bottom: 100px;
}
/* contact end*/  



/* uber us*/  
.ueber-uns-service-card.bg-purple-service {
    background: #613681;

    padding: 23px 0 60px;
}
.ueber-uns-service-card {
    min-height: 488px;
    position: relative;
}
.ueber-uns-left-content {
    padding:39px 0px 39px 29px;
    display: flex
;
    flex-direction: column;
    height: 488px;
}
.ueber-uns-icon-container {
    margin-bottom: 20px;
}

.ueber-uns-service-title {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 50.4px;
    color: white;
    margin: 0 0 20px 0;
    letter-spacing: 0.2px;
}
.ueber-uns-image-placeholder {
    width: 100%;
}
.ueber-uns-image-placeholder img{
    width: 100%;
}

section.ueber-uns-cards-section {
    margin: 0 0 80px 0;
    padding: 0 15px;
}
.inner-hero-heading.text-md-left h2 {
    text-align: left;
}
.ueber-uns-right-content a {
    margin: 30px 0 0 0;
}
.ueber-uns-right-content {
    padding: 174px 35px 0 0px;
   
    flex-direction: column;
    height: 488px;
    justify-content: flex-start;
    gap: 24px;
}
.ueber-uns-service-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: white;
    margin: 0;
    letter-spacing: 0.2px;
}
.ueber-uns-cta-btn {
    background: white;
    color: var(--dark-gray) !important;
    padding: 12px 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2px;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
    width: fit-content;
    align-self: flex-start;
}

a.btn.btn-dark.text-white {
    background: #ffffff !important;
    color: #000 !important;
    font-size: 14px;
}


.ueber-uns-service-card.bg-purple-service.bg-green-u{
    background: #00B885;
}

.ueber-uns-service-card.bg-purple-service.bg-yellow-u{
    background: #FF9026;
}
.ueber-uns-service-card.bg-purple-service.bg-blue-u{
    background: #1C8;
}

/* uber us end*/ 



section.privacy-content-section h2, h3, p {
    font-size: 18px;
}

section.privacy-content-section h2, h3{
    font-size: 18px;
    font-weight: 700;
}

.privacy-subsection {
    margin: 0 0 40px;
}
section.impressum-page {
    margin-bottom: 70px;
}

section.privacy-policy-page{
    margin-bottom: 70px;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-white.py-2 .d-none.d-lg-block a {
    font-size: 14px;
    font-weight: 700;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #F0A74D;
}





@media (min-width: 800px) {
.carousel-control-next {
    right: -5px !important;
}
.carousel-control-prev {
    left: -86px !important;
    opacity: 1;
}
.about-cards.col-lg-12 {
    margin-bottom: 36px;
    padding: 0;
}
 }

@media (min-width: 1200px) {
  .container {
    max-width: 1512px;
    padding-left: 76px;
    padding-right: 76px;
  }
  .eco-point.mb-3 p {

    line-height: 32px;
}
  nav.navbar.navbar-expand-lg.navbar-light.bg-white.py-2 {
    position: relative;
    z-index: 11;
}
  .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.col-lg-6.pad-rt-0 {
    padding: 0;
}
.row-mrg{
  margin-left: -15px !important;
  margin-right: -15px !important;
     }

.hero-wrapper {
  position: relative;
  width: 100%;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: -126px;
}
.col-lg-6.px-5.py-4.pad-t-inc {
    margin-top: 5%;
}
.col-md-4.pl-md-4.rs-flex.ft-detail {
        padding-left: 90px !important;
        position: relative;
        top: 6px;
    }
.col-md-4.mb-4.mb-md-0.pr-md-4.ft-logo {
    padding-left: 102px;
}

section.services-section .container {
    padding-left: 60px;
    padding-right: 69px;
}
}
/* Mobile responsiveness */
     
@media (max-width: 1200px) {
.service-content h3 {
    font-size: 18px;
}
.hero-section .text-content h1 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
}


}



@media (max-width: 991.98px) {
      .image-absolute {
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
        margin-top: 30px;
      }
      .purple-box p {
    width: 100%;
}
.col-lg-8.px-5.py-4.pad-t-inc.pd-00 {
    padding: 0 30px 0 30px !important;
    margin: -11px 0 0 0;
}
.image-absolute-container img {
    width: 100%;
    position: relative;
    right: 0px;
    z-index: 1;

}

.image-absolute-container.right-cs img {
    width: 100%;
    margin: 0 0 70px 0px;
}
.purple-box.box-left-pr {
    padding-left: 30px;
}

.rs-flex .d-flex {
    display: block !important;
}
.contact-info-panel {
 
    height: 300px;
    min-height: 290px;
 
}


.ueber-uns-right-content {
    padding: 15px 30px 0 30px;
    height: auto;
}

.ueber-uns-left-content {
    padding: 39px 30px 0 30px;

    height: auto;
}
.border-line {
    display:none;

}
.carousel-control-prev {
    left: -64px;
    opacity: 1;
}
}



@media (max-width: 767.98px) {

    .hero-img-wrapper .hero-img {
        width: 96%;
        height: 95%;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
    }














.service-card {
    min-height: auto;
}
  .hero-wrapper {
    flex-direction: column;
  }
.logo-container {
    position: relative;
    width: 133px;
    height: 56px;
}
  .hero-img-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 0;
  }

  .text-content {
    padding: 40px 0;
    text-align: center;
  }
.eco-img {
    height: auto;
  }
.about-single-image .card4 {
    width: 80%;
}
 .carousel-inner .carousel-item > div {
                display: none;
}
            
.carousel-inner .carousel-item > div:first-child {
                display: block;
}
            
.carousel-control-next {
                right: 0;
}
.process-image-wrapper {
       margin-top: -7px;
    height: 440px;
    
}
.hero-wrapper {
  
    min-height: auto;
 
}
 .border-md-left,
  .border-md-right {
    border: none !important;
  }

.inner-hero-heading h2 {
    font-weight: 500;
    font-size: 34px;
    padding: 30px 0 30px;
}


.carousel-control-next {
        right: -39px;
    }

h2.about-title {

    text-align: center;
}
.about-subtitle{

    text-align: center;
}
section.privacy-content-section h2, h3, p {
        font-size: 18px;
        text-align: center;
        word-break: break-word;
}
.about-line {
 
    display:none;
}
.about-content {

    text-align: center;
}
h2.about-title {
    font-size: 44px;
}
.process-title {
    font-size: 44px;
    text-align: center;
}
.process-text h4 {
    text-align: center;
}

.process-line {
    display: none;
}

.process-step {
    display: inherit;
    gap: 24px;
    margin-bottom: 40px;
    align-items: flex-start;
    text-align: center;
    width: 100%;
}
.process-section {
    padding: 40px 0 40px;
}

.contact-form-wrapper {
    padding: 64px 0;
}

.contact-divider-line {
    width: 100%;
}
.inner-hero-heading.text-md-left h2 {
    text-align: center;
    font-size: 22px;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    width: 100%;
}
    .privacy-section {
        display: block;
        width: 76%;
        margin: 0 auto;
    }
.ecg-cta {
    font-size: 32px;
    padding: 50px 60px;
}
    .text-content {
        padding: 40px 20px;
    }
.eco-point.mb-3:before{
     display: none;

}
section.py-5.grd-clr.tp-bt-mrg.ecg-pre {
    text-align: center;
}
section.py-5.grd-clr.tp-bt-mrg {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
section.sustainability-hero-section h3 {
        font-size: 22px;
        font-weight: 900;
}
.sustainability-hero-section {
    padding: 0 30px;

}

.eco-point.mb-3 h4 {
    text-align: center;
}
.eco-point.mb-3 {
    padding: 0;
}
.sustainability-hero-section {
        padding: 0 10px;
        margin-bottom: 30px;
}
section.sustainability-hero-section p.mb-4 {
    font-size: 20px;
}


.impressum-section h2 {
    width: 100%1350px;
    display: block;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
}
section.impressum-page {
    padding: 0 30px;
}
section.py-5.grd-clr.naga-pad {
    padding: 30px 0 0 0 !important;
    text-align: center;
}

.sustainability-tree-planting-text {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.sustainability-tree-planting-title {
        font-family: 'DM Sans', sans-serif;
        font-weight: 900;
        font-size: 22px;
        line-height: 1.2;
        color: white;
        margin-bottom: 24px;
        word-break: break-word;
}
.sustainability-tree-planting-section {
    background: #006588;
    padding: 90px 30px;
    position: relative;
    margin: 0 0 30px 0;
}
.image-absolute-container.right-cs img {
        width: 100%;
        margin: 0 0 0px 0px;
        left: 0;
}

.purple-box.box-left-pr {
        padding-left: 30px;
        text-align: center;
}

section.section-wrapper h4 {
    word-break: break-word;
}
.purple-box {
    text-align: center;
}
.ueber-uns-service-card.bg-purple-service {
    background: #613681;
    padding: 23px 0 60px;
    text-align: center;
}
.ueber-uns-right-content.pad-af {
    padding: 20px 25px;
    text-align: center;
}
.ueber-uns-right-content.pad-afg{
 padding: 20px 25px;
    text-align: center;

}
.ueber-uns-service-title {
    font-size: 24px;
    word-break: break-word;
}
section.ueber-uns-cards-section {
    margin: 0 0 30px 0;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-xl {
        padding-right: 15px;
        padding-left: 15px;
}

.custom-info-wrapper.bg-light h5 {
    font-weight: bolder;
    font-size: 16px;
    word-break: break-word;
}

.about-single-image {
    width: 100%;
    height: auto;
    background: #613681;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 30px;
}
    .about-single-image .card4 {
        width: 60%;
    }
    .about-image-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

    h2.about-title {
        font-size: 32px;
        word-break: break-word;
    }
    section.benefits-section {
    background: #F9F9F9;
    padding: 40px 0 0 0;
}
.benefits-section .about-subtitle {
    font-weight: 300;
    font-size: 18px;
}

    .process-title {
        font-size: 32px;
        text-align: center;
        word-break: break-word;
    }
    .process-subtitle {
    font-size: 18px;
        margin-bottom: 20px;
}
.services-subtitle {
    font-size: 18px;

}
.services-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
  word-break: break-word;
}
.section-wrapper {

    padding: 40px 15px 30px;

}
}
ul.navbar-nav.text-center.nav-custm {
    /* background: #fafafa; */
    top: 20px;
    margin: 24px 0 0 0;
    padding: 15px 0;
}
 .carousel-control-next {
        right: 5px;
    }
    .carousel-control-prev {
        left: 6px;
        opacity: 1;
    }
    section.py-5.grd-clr.tp-bt-mrg.ecg-pre h5 {
    word-break: break-word;
}

}





