body, html {
  font-family: 'Manrope', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, label, input, textarea, button, .btn, .contact-label, .service-card, .about-popup-content, .network-partner-text, .about-profile-text {
  font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
}
/* Netzwerk-Partner-Profil */
.network-partner-profile {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin: 32px 0 24px 0;
  justify-content: center;
}
.network-partner-img {
  width: 180px;
  height: 220px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
  flex-shrink: 0;
}
.network-partner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.network-partner-text h3 {
  margin: 0 0 10px 0;
  color: #1a4b7a;
  font-size: 1.3rem;
  font-weight: 700;
}
.network-partner-text p {
  margin: 0;
  font-size: 1.08rem;
  color: #181818;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .network-partner-profile {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .network-partner-img {
    width: 90vw;
    max-width: 320px;
    height: 180px;
  }
  .network-partner-text {
    text-align: left;
    width: 100%;
    padding: 0 2vw;
  }
}
/* Listenpunkte für Service-Popup */
.popup-list {
  margin: 0.3em 0 0.3em 0.7em;
  padding-left: 1.2em;
  list-style-type: disc;
  color: #222;
  font-size: 1.18rem;
  line-height: 1.7;
}
.popup-list li {
  margin-bottom: 0.3em;
  padding-left: 0.1em;
}
/* Netzwerk-Bereich */
.network {
  background: #f5f5f5;
  padding: 60px 0 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.network-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  padding: 48px 32px 40px 32px;
}
.network-inner h2 {
  color: darkred;
  font-size: 2.1rem;
  margin-bottom: 18px;
  font-weight: 800;
}
.network-text {
  font-size: 1.15rem;
  color: #181818;
  margin-bottom: 32px;
  line-height: 1.7;
}
.network-inner .btn {
  margin-top: 10px;
}
@media (max-width: 700px) {
  .network-inner {
    padding: 18px 6px;
    max-width: 98vw;
  }
  .network-inner h2 {
    font-size: 1.3rem;
  }
  .network-text {
    font-size: 1rem;
  }
}
/* Service Pop-up */
.service-popup {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.service-popup-content {
  background: #fff;
  border-radius: 22px;
  padding: 56px 48px;
  max-width: 1500px;
  min-width: 600px;
  min-height: 600px;
  box-shadow: 0 8px 48px rgba(0,0,0,0.18);
  position: relative;
  /* Für mobile Ansicht Scrollen ermöglichen */
  overflow-y: auto;
  max-height: 90vh;
}
.service-popup-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 2rem;
  color: #c2001a;
  cursor: pointer;
}
/* Popup-Grid für Service-Popup */
.service-popup-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 2.5rem;
  min-width: 520px;
  min-height: 420px;
  margin-top: 2.5rem;
}
.popup-quadrant {
  border-radius: 16px;
  padding: 2.2rem 2rem 2rem 2rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 180px;
  min-width: 220px;
}
.popup-quadrant h3 {
  margin: 0 0 1.2rem 0;
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
}
.popup-quadrant p {
  margin: 0;
  font-size: 1.18rem;
  color: #222;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .service-popup-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 30px;
    min-width: unset;
    min-height: unset;
    display: grid;
  }
  .popup-quadrant {
    padding: 10px;
  }
  .popup-quadrant p {
    line-height: 1.7;
    font-size: medium;
  }
  .service-popup-content {
    min-width: 98vw;
    padding: 10px 2vw;
    max-height: 95vh;
    overflow-y: auto;
    /* Touch-Scroll für iOS */
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 700px) {
  .about-us {
    max-width: 99vw;
    padding: 0 2vw;
  }
  .about-profiles-outer {
    flex-direction: column;
    padding: 18px 2vw 18px 2vw;
    margin: 24px auto 18px auto;
    min-width: unset;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  }
  .about-us-profiles {
    flex-direction: column;
    gap: 18px;
    width: 100%;
    height: auto;
    min-width: unset;
    max-width: 99vw;
  }
  .about-profile {
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
    min-width: unset;
    max-width: 99vw;
    width: 100%;
    height: auto;
    gap: 10px;
    margin-bottom: 18px;
  }
  .about-profile-img {
    width: 90vw;
    max-width: 320px;
    height: 180px;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  }
  .about-profile-text {
    width: 100% !important;
    text-align: left;
    padding: 0 2vw;
  }
  .about-profile-text h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
  }
  .about-profile-text p {
    font-size: 0.98rem;
  }
  .about-popup-content {
    max-width: 98vw;
    padding: 18px 6px;
  }
}
/* Übergeordneter Kasten für About Us Profile */
.about-us {
  max-width: 80%;
  margin: 0 auto;
}
.about-profiles-outer {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.13);
  padding: 48px 32px 40px 32px;
  margin: 48px auto 32px auto;
  width: 100%;
  display: block;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
}
/* About Us Profile Bereich */
.about-us-profiles {
  display: flex;
  flex-wrap: nowrap;
  gap: 60px;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  height: 580px;
  flex: 1 1 100%;
  box-sizing: border-box;
  
}
.about-profile {
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 18px;
  box-shadow: none;
  padding: 0 18px;
  width: 50%;
  height: 520px;
  gap: 18px;
  transition: box-shadow 0.2s;
  
}
.about-profile:hover {
  box-shadow: 0 4px 18px rgba(194,0,26,0.10);
}
.about-profile-img {
  width: 65%;
  
  max-width: 400px;
  max-height: 500px;
  aspect-ratio: 3 / 4;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  flex-shrink: 0;
  display: block;
  margin: 0 auto;
}
.about-profile-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
}
.about-profile-text h3 {
  margin: 0 0 10px 0;
  color: #1a4b7a;
  font-size: 1.4rem;
  font-weight: 700;
   text-align: left;
}
.about-profile-text p {
  margin: 0;
  font-size: 1.08rem;
  color: #181818;
  line-height: 1.6;
  text-align: left;
}
.about-more-link {
  color: #c2001a;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.about-more-link:hover {
  color: #181818;
}
/* Pop-up für About Us */
.about-popup {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.about-popup-content {
  background: #fff;
  border-radius: 16px;
  padding: 36px 32px;
  max-width: 1200px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
  position: relative;
}
.about-popup-close {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 2rem;
  color: #c2001a;
  cursor: pointer;
}/*
@media (max-width: 700px) {
  .about-profiles-outer {
    padding: 18px 2vw 18px 2vw;
    max-width: 99vw;
  }
  .about-us-profiles {
    flex-direction: column;
    gap: 18px;
    max-width: 99vw;
  }
  .about-profile {
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
    min-width: unset;
    max-width: 99vw;
    margin-top: 20px;
  }
  .about-profile-img {
    margin-bottom: 10px;
    width: 250px;
    height: 300px;
    border-radius: 12px;
  }
}
*/
@media (max-width: 700px) {
  .about-us-profiles {
    flex-direction: column;
    gap: 18px;
    max-width: 99vw;
    height: auto; /* <-- feste Höhe entfernen */
  }
  .about-profile {
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
    max-width: 99vw;
    height: auto; /* <-- feste Höhe entfernen */
    margin-top: 20px;
    width: 100%;
  }
  .about-profile-img {
    width: 100%;
    max-width: 250px; /* optional Begrenzung */
    aspect-ratio: 3 / 4; /* Verhältnis statt fester Höhe */
    height: auto; /* <-- feste Höhe entfernen */
    border-radius: 12px;
    flex-shrink: 1; /* <-- Bild darf kleiner werden */
    margin-bottom: 10px;
  }
}

/* Google Maps im Termin-Bereich */
.termin-map-wrapper {
  width: 100%;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  height: 80%;
  min-height: unset;
  max-height: 260px;
}
.termin-map {
  width: 100%;
  max-width: 800px;
  height: 220px;
  min-height: 120px;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}

@media (max-width: 900px) {
  .termin-map {
    max-width: 98vw;
    height: 140px;
  }
  .termin-map-wrapper {
    margin-top: 18px;
    max-height: 140px;
  }
}
/* Übergeordneter Kasten für Termin-Bereich */
.termin-outer {
  background: #b0b0b0;
  border-radius: 24px;
  padding: 38px 28px;
  margin: 48px auto 48px auto;
  max-width: 1100px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Passe die termin-container an, damit sie kleiner als der äußere Kasten ist */
.termin-container {
  margin: 0;
  box-shadow: none;
  max-width: 900px;
  width: 100%;
}

@media (max-width: 900px) {
  .termin-outer {
    padding: 16px 2vw;
    max-width: 99vw;
  }
  .termin-container {
    max-width: 98vw;
  }
}
/* Termin-Bereich */
.termin-container {
  display: flex;
  flex-wrap: wrap;
  background: #b0b0b0;
  border-radius: 18px;
  margin: 40px auto 40px auto;
  max-width: 900px;
 /* box-shadow: 0 2px 12px rgba(0,0,0,0.07);*/
  padding: 0;
  align-items: stretch;
}

.termin-info {
  flex: 1 1 320px;
  background: transparent;
  color: #fff;
  background: #b0b0b0;
  border-radius: 18px 0 0 18px;
  padding: 36px 32px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 260px;
}

.termin-info h2 {
  color: #fff;
  font-size: 2.7rem;
  margin-bottom: 16px;
  margin-top: 0;
  text-align: center;
  font-weight: 800;
}

.kontakt-details {
  font-size: 1.25rem;
  line-height: 1.8;
  text-align: left;
}

.kontakt-details a {
  color: #fff;
  text-decoration: underline;
}

.termin-form-wrapper {
  flex: 1 1 340px;
  background: #fff;
  border-radius: 0 18px 18px 0;
  padding: 36px 32px 36px 32px;
  display: flex;
  align-items: center;
  min-width: 260px;
}

.termin-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-weight: 500;
  color: #333;
}

.form-group input,
.form-group textarea {
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  background: #f9f9f9;
  color: #222;
}

.form-group textarea {
  resize: vertical;
}

.btn-absenden {
  background: #1a4b7a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.btn-absenden:hover {
  background: #163a5a;
}

@media (max-width: 800px) {
  .termin-container {
    flex-direction: column;
    max-width: 98vw;
  }
  .termin-info, .termin-form-wrapper {
    border-radius: 18px 18px 0 0;
    padding: 28px 12px;
    min-width: unset;
  }
  .termin-form-wrapper {
    border-radius: 0 0 18px 18px;
  }
}
/* Responsive Design für alle Bereiche */
@media (max-width: 1200px) {
    .hero-content {
        max-width: 98vw;
    }
}

@media (max-width: 900px) {
    .hero-content h1 {
        font-size: 1.5rem;
    }
    .hero-content h2 {
        font-size: 1.1rem;
    }
}

.about-us-img {
  background-image: url('../img/Person.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 500px; /* oder was gut ins Layout passt */
    height: 600px; /* Höhe nach Wunsch */
    border-radius: 12px; /* optional: abgerundete Ecken */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* optional: leichter Schatten */
}
.about-us-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.about-us-text {
    flex: 1;
    text-align: left;
}
.about-us-text h2 {
    color: #c2001a;
    margin-bottom: 20px;
}
.about-us-text p {
    font-size: 1.1rem;
    color: #181818;
    margin-bottom: 30px;
}
.about-us-text .btn {
    margin-top: 10px;
}

@media (max-width: 900px) {
}
/* Hier steht dein bisheriges CSS aus style2.css. */
/* Allgemeine Stile */
* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
}

body {
    display: flex;
    flex-direction: column;}
/* Header Styling */
header {
    background-color: white;
    color: black;
    padding: 20px;
    opacity: 0.85;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px solid #4d4d4d;
}
/* Hero-Bereich */
.hero-section {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}
.hero-img {
  width: 100vw;
  height: 70vh;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.7);
  opacity: 0.9;
  display: block;
  background: #222;
  pointer-events: none;
}
.hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(24,24,24,0.3);
    z-index: 2;
}
.hero-content {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 20px;
}
.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.hero-content h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 400;
}
.btn-hero {
    background: #c2001a;
    color: #fff;
    padding: 16px 36px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    transition:  0.2s;
    margin-top: 20px;
    display: inline-block;
}
.btn-hero:hover {
    background: #181818;
    color: #fff;
}

/* Hellgrauer Abschnitt */
.section-light {
   background: #4d4d4d;
    padding: 20px 0 20px 0;
    color: white;
    opacity: 0.85;
}
.section-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.section-light .btn {
    margin-top: 30px;
      opacity: 1 !important;
}


/* Services Abschnitt */
.services {
    background: #f5f5f5;
    padding: 50px 0 60px 0;
}
.services h2 {
    color: #c2001a;
    margin-bottom: 40px;
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    margin-bottom: 30px;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    padding: 30px 20px 20px 20px;
    width: 100%;
    min-width: 0;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
}
.service-card:hover {
    box-shadow: 0 4px 20px rgba(194,0,26,0.15);
}
.service-img-4, .service-img-2, .service-img-3, .service-img-1, .service-img-5, .service-img-6 {
    width: 400px;
    height: 220px;
    border-radius: 30px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 1.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.service-img-1 { background-image: url('../img/Jahresabschluss.png'); }
.service-img-2 { background-image: url('../img/payroll.jpg'); }
.service-img-3 { background-image: url('../img/Jahresabschluss.png'); }
.service-img-4 { background-image: url('../img/reports.jpg'); }
.service-img-5 { background-image: url('../img/consulting.jpg'); }
.service-img-6 { background-image: url('../img/SY_blue.png'); }
.service-card h3 {
    color: #181818;
    margin-bottom: 10px;
    font-size: 1.2rem;
}
.service-card ul {
    list-style: disc inside;
    color: #181818;
    text-align: left;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 1rem;
}
.service-card a {
    color: #c2001a;
    text-decoration: underline;
}
.services .btn {
    margin-top: 30px;
}

/* Allgemeine Button-Stile */
.btn {
    background: darkred;
    color: #fff;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    transition:  0.2s;
    display: inline-block;
}
.btn:hover {
    background: #181818;
    color: #fff;
}

@media (max-width: 1024px) {
    .card-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        justify-items: center;
    }
    .service-card {
        width: 95%;
        min-width: unset;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content h2 {
        font-size: 1.1rem;
    }
}

@media (max-width: 600px) {
    .hero-content {
        padding: 20px 4px;
    }
    .about-us-img {
        width: 98vw;
        max-width: 98vw;
        height: 400px;
                margin: initial;
    }
    .service-card {
        width: 99vw;
        min-width: unset;
        padding: 18px 4px 12px 4px;
    }
    .section-content, .about-us-flex {
        padding: 0 2px;
    }
}

.headerItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-left {
    display: contents;
    align-items: center;
}

.SY-header {
    width: 8%; /* Feste Breite für das Logo */
    margin-right: 10px; /* Abstand zwischen Logo und Text */
    /*border-right: 2px solid; */
    padding-right: 10px;
}

.SY-text {
    margin: 0;
    font-size: 24px;
    padding-right: 10px;
    
}
.SY-text-wrapper {
    display: flex;
    flex-direction: column; /* Zeilen statt Spalten */
    justify-content: center; /* Zentriert vertikal */
}


.slogan {
    font-style: italic;
    text-align: center;
    flex-grow: 1;
    font-size: 40px; /* Größe des Slogans */
    padding-right: 5%;
   
}

nav {
    margin-left: auto; /* Positioniere die Navigation nach rechts */
    margin-right: 3%;
}

.headerItem nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px; /* Abstand zwischen den Navigationselementen */
    border-left: 2px solid;
}

.headerItem nav ul li {
    margin-left: 20px;
}

.headerItem nav ul li a {
    color: black;
    text-decoration: none;
    font-size: 23px;
}

.headerItem nav ul li a:hover {
    color: darkblue;
}

/* Hauptinhaltsstile */
main {
    flex: 1;
    max-width: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.logo img {
    max-width: 80%;
    height: auto;
    border-left: 8px white;
    border-right: 8px white;
    border-radius: 5px;
}

.contact-info{
    margin-top: -50px;
}
.link-to-contact {
    margin-top: 40px;
}

.link-to-contact .btn {
    padding: 16px 31px;
    background-color: #171580; /* Blau mit 80% Deckkraft */
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}
.fab {
    font-size: 133%;
}
/* Hover-Effekt für Icons */
.icon i {
    transition: color 0.3s ease;
}

.icon i:hover {
    color: black; /* Icons ändern die Farbe bei Hover */
}
.link-to-contact .btn:hover {
    background-color: #171580; /* Blau mit 80% Deckkraft */
}

/* Footer Styling */
footer {
    background-color: #999999 ; /* Blau mit 80% Deckkraft */
    color: white;
    text-align: center;
    padding: 10px;
}
footer a{
    color: white;
}
/* Mobile Header hidden by default */
.headeritems-mobile {
    display: none;
}

.footer-map-container {
    margin-top: 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.footer-map-container h4 {
    margin-bottom: 5px;
    color: #c2001a;
}

.footer-map-container p {
    margin-bottom: 10px;
}
.contact-info {
    margin-top: 20px;
    text-align: center;
    color:black
}

/* Responsive Design */
@media (max-width: 1024px) {
     /* Hide desktop header */
     .headerItem {
        display: none;
    }

   /* Show mobile header */
    .headeritems-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px;
        color: white;
    }

    .mobile-left {
        display: flex;
        align-items: center;
    }

    .SY-header-mobile {
        width: 100px;
        height: auto;
        margin-right: 10px;
    }

    .SY-text-mobile {
        font-size: 16px;
    }

    .mobile-right {
        display: flex;
        align-items: center;
    }

    nav ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    nav ul li {
        margin-left: 10px;
    }

    nav ul li a {
        color: white;
        text-decoration: none;
        font-size: 20px;
    }

    nav ul li a:hover {
        color: lightgray;
    }

    /* Social Media Icons */
    .fab {
        font-size: 133%;
        padding-right: 10px;
    }
    /* Hover-Effekt für Icons */
    .icon i {
        transition: color 0.3s ease;
        color: white;
    }
    
    .icon i:hover {
        color: black; /* Icons ändern die Farbe bei Hover */
    }
.contact-button {
  background-color: #4d4d4d;
  color: white;
  font-size: large !important;
  width: 50px !important;
  height: 50px !important;
}
}
/* Weißer Kasten um den Inhalt */
.content-box {
    background-color: white; /* Weißer, leicht transparenter Hintergrund */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Schatten */
    max-width: 1000px;
    margin: 20px auto; /* Zentriert mit Abstand von oben und unten */
    z-index: 1;
    position: relative;
    opacity: 0.9;
    padding-bottom: 80px;
}
/* Statischer Hintergrundbild-Container */
.slideshow-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
    opacity: 0.3;
}

/* Das Bild selbst */
.slideshow-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Skaliert das Bild, ohne Verzerrung */
    object-position: center; /* Bild zentriert */
    display: block;
}

.fixed-contact-buttons {
  position: fixed;
  right: 30px;
  bottom: 300px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.contact-button-wrapper {
  position: relative;
}

.contact-button {
  background-color: #4d4d4d;
  color: white;
  font-size: xx-large;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  position: relative;
}

.contact-button:hover {
  transform: scale(1.1);
}

/* Label (Text) */
.contact-label {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4d4d4d;
  color: white;
  padding: 6px 10px;
  border-radius: 20px;
  white-space: nowrap;
  font-size: x-large;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, right 0.3s ease;
}

/* Sichtbar beim Hover */
.contact-button:hover .contact-label {
  opacity: 1;
  right: 70px;
}

