
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
    background: #f7faf8;
    color: #1f2933;
    line-height: 1.6;
}
nav {
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  z-index: 1;
}
nav .logo {
  display: flex;
  align-items: center;
}
nav .logo img {
  height: 25px;
  width: auto;
  margin-right: 10px;
}
nav .logo h1 {
  font-size: 1.5rem;
  background: #2A7A44;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav ul {
  list-style: none;
  display: flex;
}
nav ul li {
  margin-left: 1.5rem;
}
nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 95%;
  font-weight: 400;
  padding: 4px 8px;
  border-radius: 5px;
}

nav ul li a:hover {
  background-color: #f5f5f5;
}

.hamburger {
  display: none;
  cursor: pointer;
}

.hamburger .line {
  width: 25px;
  height: 1px;
  background-color: #1f1f1f;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}
.hamburger-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}

.hamburger-active .line:nth-child(2) {
  width: 0px;
}

.hamburger-active .line:nth-child(1),
.hamburger-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.hamburger-active .line:nth-child(1) {
  transform: translateY(12px);
}

.hamburger-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}
.menubar {
  position: absolute;
  top: 0;
  left: -60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100vh;
  padding: 20% 0;
  background: rgba(255, 255, 255);
  transition: all 0.5s ease-in;
  z-index: 2;
}
.active {
  left: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.menubar ul {
  padding: 0;
  list-style: none;
}
.menubar ul li {
  margin-bottom: 32px;
}

.menubar ul li a {
  text-decoration: none;
  color: #000;
  font-size: 95%;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
}

.menubar ul li a:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 790px) {
  .hamburger {
    display: block;
  }
  nav ul {
    display: none;
  }
}


.button-container{
    
    font-family: Arial, Helvetica, sans-serif;
    background-color: #d6f5dc86;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding-top: 0px;
    
    height: 120px;
  
   
}


.cta1-button {
   background: rgba(255, 255, 255, 0.25);
  color: #66B88B;
  font-weight: 600;
  font-size: 1rem;
  max-width: 100px;
  max-width: 250px;
  padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(8, 81, 17, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta1-button:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #2e7d32;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}






























.container {
    text-align: center;
    padding: 80px 20px 60px;
}

.text{
    display: inline-block;
    justify-content: center;
}


.header{
    font-size: 48px;
    font-weight: 700;
    color: #2A7A44; /* Darker for better contrast */
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.header {
    animation: fadeIn 1s ease-in-out;
}



.under-text{
    color: #66B88B; /* Lighter for a clean look */
    margin-top: 16px;
    font-weight: 700;
    font-size: 18px;

}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.under-text{
    animation: fadeIn 1s ease-in-out;
}




.trending-services {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: start;
    padding-left: 50px;;
    
    font-family: Arial, Helvetica, sans-serif;
    
}

.trending-text{
    color: #39A16C;
}

.service-grid {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.service-card {
    background: #9adb9a;
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: scale(1.05);
}






.title-img{
display: flex;
}


/* Gallery Layout */
.image-gallery {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 30px;
    
    
}



.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    
}

.image-card {
    flex-direction: column;
    width: 220px; /* Adjust size as needed */
    height: 220px;
    border-radius: 15px;
    margin-bottom: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    
    
    
   
    
}

.image-card:hover {
    transform: scale(1.05);
}
/* Individual Image Cards */

.text-container{
    background-color: #ffffffdd;
    border-radius:15px ;
    display: flex;
    flex-direction: column;
    
    
}

.image-text {
    color: black;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    
    
}
.image-text2 {
    color: #666666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    margin-left: 5px;
    
}
.image-text3{
    color: #666666;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-left: 5px;
   
}




/* --- CTA SECTION --- */
.cta-section {
  
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  font-family: 'Poppins', Arial, sans-serif;
}

/* --- GLASS CONTAINER --- */
.cta-glass {
 background:  linear-gradient(
    to bottom right,
    #39A16C,
    #d2f1dc,
    #3f9455
    );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 60px 80px;
  max-width: 900px;
  width: 90%;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-glass:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.25);
}

/* --- TEXT --- */
.cta-glass h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.cta-glass p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 32px;
}

/* --- BUTTON --- */
.cta-button {
  
  background: rgba(255, 255, 255, 0.25);
  color: #66B88B;
  font-weight: 600;
  font-size: 1rem;
  width: 350px;
  max-width: 350px;
  padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(8, 81, 17, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-button:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #2e7d32;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

.cta2-button {
  
  background: rgba(255, 255, 255, 0.25);
  color: #66B88B;
  font-weight: 600;
  font-size: 1rem;
  width: 150px;
  max-width: 250px;
  padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 10px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(8, 81, 17, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta2-button:hover {
  background: rgba(255, 255, 255, 0.35);
  color: #2e7d32;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
  .cta-glass {
    padding: 40px 24px;
  }

  .cta-glass h2 {
    font-size: 1.6rem;
  }

  .cta-button {
    width: 100%;
    display: inline-block;
    
  }

  .cta2-button {
    width: 100%;
    display: inline-block;
    margin-right: 40px;
  }

  .trending-text{
  margin-right: 40px;
  }
}










.footer-content ul li a {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 90px;
}

.footer-content ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.footer-content ul li a:hover {
    text-decoration: underline;
}

.Über-text{
    font-family: Arial, Helvetica, sans-serif;
    display: inline;
    
}



.Über-unts{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align:center;
    margin-top: 50px;
    
    color: #ffffff;
   
   
    padding-left: 50px;
    
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.Über-unts {
    animation: fadeIn 1s ease-in-out;
}

.Über-groß{
    color: #333;
    font-size: 25px;
    width:890px
}

.Über-klein{
    color: #ffffff;
    font-size: 18px;
    width: 1000px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}

.Über-container{
    margin-left: 40px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}




.Über-bild{
    width: 300px;
}




.über-uns-bereich {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* Inhalt links ausrichten */
    width: 100%;
}

.bild-container {
    
    position: relative;
    width: 100%; /* Macht das Bild breiter */
    max-width: 1800px; /* Maximale Breite */
    height: 600px; /* Feste Höhe setzen */
    overflow: hidden; /* Schneidet überflüssige Teile ab */
    
}

.bild-container img {
    width: 100%; /* Bild auf volle Breite setzen */
    height: 100%; /* Bild füllt den Container */
    object-fit: cover; /* Schneidet das Bild zu, damit es in den Container passt */
    object-position: center; /* Fokussiert die Gesichter */
}

.bild-text {
    position: absolute;
    bottom: 10px; /* Position des Textes anpassen */
    left: 20px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.über-uns-text {
    width: 90%;
    max-width: 1000px;
    font-size: 18px;
    color: white;
    margin-top: 20px;
    text-align: left;
}





/* Datenschutz Page Styling */
.datenschutz-body {
    
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.datenschutz-container {
    max-width: 800px;
    margin: 80px auto;
    background-color: #ffffffdd;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.datenschutz-header {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #3c9a3e;
    margin-bottom: 20px;
}

.datenschutz-text {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}

.datenschutz-link {
    color: #3c9a3e;
    text-decoration: underline;
}

.datenschutz-link:hover {
    opacity: 0.8;
}

.how-it-works-header {
    margin-top: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #39A16C;
    margin-bottom: 40px;
}

/* --- HOW IT WORKS SECTION --- */
.how-it-works {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.how-it-works h2 {
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #39A16C;
}

/* Layout for the steps */
.steps {
  background: #ffffff;
    border-radius: 20px;
    padding: 32px 24px;
    width: 260px;
    box-shadow: 0 16px 32px rgba(0,0,0,0.05);
}

/* Each step card */
.steps h4 {
     font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.steps p {
    font-size: 14px;
    color: #6b7280;
}
/* Simple fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
        
.image-card2 {
    flex-direction: column;
    width: 220px; /* Adjust size as needed */
    height: 220px;
    border-radius: 15px;
    margin-bottom: 80px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.image-card2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    
}

.image-card2:hover {
    transform: scale(1.05);
}




