@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Roboto';

}
img {
    max-width: 100%;
    height: auto;
}
.intro-ueber {
    width: 100%;
    height: 350px; /* Adjust the height as needed */
    background-image: url('img/sunset-3102754_1280.jpg'); /* Add your image path here */
    background-position: center; /* Centers the image */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.intro-text h1 {
    color: white; /* Text color on the image */
    font-size: 36px; /* Adjust text size as needed */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); /* Optional: adds a shadow to make the text stand out */
    text-align: center;
}




/* Navbar Section */
.navbar {
    position: fixed; /* Make the navbar fixed */
    top: 0; /* Position at the top of the viewport */
    left: 0; /* Position at the left of the viewport */
    width: 100%; /* Span the entire width of the viewport */
    display: flex;
    flex-direction: column;  align-items: center;
    padding: 1rem 2rem 1rem 2rem;
    background: url('img/marble-2371776_1920.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    z-index: 10; /* Set a higher z-index to ensure it stays on top */
}

.nav-links {  text-align: center;  /* Center the list items horizontally */
}

/* Logo */
.logo {
    align-items: center;
    width: 100px; /* Adjusted for a smaller logo */
    height: auto;
}

/* Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    gap: 3rem;
    padding: 0;
    margin: 10;
    font: 'Roboto';
    font-weight: 900;
}

.nav-links a {
    text-decoration: none;
    color: black;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #dcbe98; /* Change to yellow on hover */
    transform: scale(1.05); /* Slight zoom effect */

}

.containers {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 40px;
    padding-top: 200px;
}

.treatment-card {
    width: 300px;
    text-align: center;
    position:relative;
}

.treatment-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #f4c842;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -25px auto 10px;
    z-index: 5;
    position: absolute;
    left: 42.5%; /* In der Mitte des Containers */

}

.icon img {
    width: 30px;
    height: 30px;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
}

p {
    font-size: 14px;
    color: #555;
    padding: 0 10px;
}
a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; }
  
  .content {
    height: 70vh; }
  
    .footer-59391 {
      border-top: 1px solid #efefef;
      background: url('img/marble-2371776_1920.jpg') center center;  
      font-family: "Poppins", sans-serif;
      padding: 1.5rem 0; }
      .footer-59391 .site-logo {
        color: #fff; }
        .footer-59391 .site-logo a {
          font-size: 30px;
          color: #000;
          font-weight: 900; }
      .footer-59391 .social-icons li {
        display: inline-block; }
        .footer-59391 .social-icons li a {
          display: inline-block;
          position: relative;
          width: 40px;
          height: 40px;
          border-radius: 50%; }
          .footer-59391 .social-icons li a.dr {
            background: #ff2e6e; }
          .footer-59391 .social-icons li a.be {
            background: #394cff; }
          .footer-59391 .social-icons li a.tw {
            background: #00a0fb; }
          .footer-59391 .social-icons li a.in {
            background: #c31574; }
          .footer-59391 .social-icons li a.fb {
            background: #3b579b; }
          .footer-59391 .social-icons li a.yt {
            background: #fa2614; }
          .footer-59391 .social-icons li a span {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            color: #fff; }
      .footer-59391 .nav-links li {
        display: inline-block; }
        .footer-59391 .nav-links li a {
          font-size: 14px;
          color: #777;
          padding: 10px; }
        .impressum-container {
          max-width: 900px;
          margin: 0 auto;
          padding: 3rem 2rem;
          background-color: #fff;
          font-family: 'Source Serif Pro', serif;
          line-height: 1.7;
          color: #333;
          border-radius: 12px;
      }
      
      .impressum-container h2,
      .impressum-container h3 {
          font-family: 'Poppins', sans-serif;
          color: #b38c57;
          margin-top: 2rem;
      }
      
      .impressum-container h2 {
          font-size: 2rem;
          margin-bottom: 1rem;
      }
      
      .impressum-container h3 {
          font-size: 1.25rem;
          margin-bottom: 0.5rem;
      }
      
      .impressum-container p {
          margin-bottom: 1.5rem;
      }
      
    @media (max-width: 1199.98px) {
      .footer-59391 .nav-links.nav-left li:first-child a {
        padding-left: 0; } }
    .footer-59391 .nav-links.nav-right li:last-child a {
      padding-right: 0; }
    @media (max-width: 1199.98px) {
      .footer-59391 .nav-links.nav-right li:first-child a {
        padding-left: 0; } }
        .footer-59391 .copyright {
          text-align: center;
          padding: 30px 0 0 0;
          color: #777;
          width: 100%;
        }
        