* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #f8f5f1;
}

/* === FADE IN === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.fade-in {
  opacity: 0;
  transition: none;
}

.fade-in.visible {
  animation: fadeInUp 0.7s ease forwards;
}

/* === NAV === */
nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-content {
  margin-right: auto;
  display: flex;
  align-items: center;
}

.Logo {
  height: 44px;
  width: auto;
  display: block;
}

nav a {
  color: #677e6d;
  font-size: 14px;
  text-decoration: none;
  padding: 0 10px;
}

nav button {
  color: white;
  background-color: #223928;
  border: none;
  height: 38px;
  width: auto;
  min-width: 120px;
  padding: 0 16px;
  margin-left: 20px;
  font-size: 14px;
}

/* === HAMBURGER BUTTON === */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: auto;
  min-width: unset;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #223928;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* === MOBILE MENU === */
.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 999;
  flex-direction: column;
  padding: 24px;
  border-top: 1px solid #e8e4db;
  animation: fadeIn 0.25s ease forwards;
}

.mobile-menu.open {
  display: flex;
}

.mobile-menu a {
  color: #223928;
  font-size: 18px;
  text-decoration: none;
  padding: 16px 0;
  border-bottom: 1px solid #e8e4db;
  font-weight: 500;
}

.mobile-menu .mobile-kontakt {
  color: white;
  background-color: #223928;
  border: none;
  height: 48px;
  font-size: 15px;
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
}

/* === LEADERSHIP === */
.LEADERSHIP-content {
  position: relative;
  background: url(12657705-2dae-4eb6-abae-62a7e9b36d88.jpg) center/cover no-repeat;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f8f5f1;
  padding: 16px;
}

/* === COPYRIGHT IMAGE === */
.Copy-right-image {
  position: absolute;
  bottom: 14px;
  left: 16px;
}

.Copy-right-image h2 {
  color: #F8F5F1AA;
  font-size: 11px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.LEADERSHIP-content h2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #F8F5F1CC;
  font-size: 14px;
  margin: 0 0 8px 0;
  letter-spacing: 0.5px;
}

.LEADERSHIP-content h1.Echte-Führung {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 78px;
  margin: 0 0 12px 0;
  line-height: 1.1;
  font-weight: 500;
}

.LEADERSHIP-content h3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #F8F5F1CC;
  font-size: 14px;
  margin: 0 0 16px 0;
  max-width: 520px;
}

.LEADERSHIP-content button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #F8F5F1;
  font-size: 16px;
  background-color: transparent;
  border: 1px solid #F8F5F1;
  padding: 12px 32px;
  cursor: pointer;
}

/* === UNSERE PHILOSOPHIE === */
.UNSERE-text {
  text-align: center;
  padding: 80px 24px 0 24px;
}

.UNSERE-text h3 {
  color: #C69C53;
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
}

.UNSERE-text h1 {
  text-align: center;
  color: #223928;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  font-weight: 500;
  margin-top: 16px;
}

.UNSERE-text h2 {
  color: #677e6d;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin-top: 16px;
}

/* === CIRCLE === */
.circle {
  background-color: #EBE6E0;
  height: 56px;
  width: 56px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
}

/* === FEATURES ROW === */
.features-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 60px 40px 80px 40px;
  flex-wrap: wrap;
}

.float-left-text,
.float-middle-text,
.float-right-text {
  width: 280px;
  text-align: center;
  flex-shrink: 0;
}

.float-left-text h3,
.float-middle-text h3,
.float-right-text h3 {
  color: #677e6d;
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  margin-top: 8px;
  line-height: 1.6;
}

.float-left-text h2,
.float-middle-text h2,
.float-right-text h2 {
  color: #223928;
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  margin-bottom: 8px;
}

/* === WAS UNS AUSMACHT === */
.background-Was-uns-ausmacht {
  background-color: #EBE6E0;
  padding: 80px 100px;
}

.background-Was-uns-ausmacht h3 {
  color: #C69C53;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.background-Was-uns-ausmacht h1 {
  color: #223928;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  font-weight: 500;
  font-size: 48px;
  margin-top: 12px;
}

.ul-box {
  background: #223928;
  color: #EBE6E0;
  padding: 48px;
  max-width: 600px;
  margin: 48px auto 0 auto;
}

svg {
  display: block;
}

li {
  margin: 20px;
}

li::marker {
  color: #C69C53;
}

/* === ANGEBOT === */
.ANGEBOT-text {
  text-align: center;
  padding: 80px 24px 40px 24px;
}

.ANGEBOT-text h1 {
  font-size: 48px;
  font-weight: 500;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #223928;
  margin-top: 12px;
}

.ANGEBOT-text h3 {
  color: #C69C53;
  font-size: 14px;
  font-weight: 500;
}

.ANGEBOT-text h2 {
  color: #677e6d;
  font-size: 14px;
  font-weight: 500;
  margin-top: 12px;
}

/* === FELDER ROW === */
.felder-row {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0 40px 80px 40px;
  flex-wrap: wrap;
}

.Feld1,
.Feld2,
.Feld3 {
  height: auto;
  min-height: 200px;
  width: 250px;
  border: 2px solid #e8e4db;
  text-align: center;
  padding: 24px 16px;
  flex-shrink: 0;
}

.Feld1 h2,
.Feld2 h2,
.Feld3 h2 {
  font-size: 18px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #223928;
  font-weight: 500;
  margin: 12px 0 8px 0;
}

.Feld1 h3,
.Feld2 h3,
.Feld3 h3 {
  font-size: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #677e6d;
  font-weight: 500;
  line-height: 1.5;
}

.svg-color {
  color: #C69C53;
}

/* === TEAM === */
.text-christian-guido {
  text-align: center;
  padding: 80px 24px 40px 24px;
}

.text-christian-guido h3 {
  color: #C69C53;
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.text-christian-guido h2 {
  font-size: 48px;
  font-weight: 500;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #223928;
  margin-top: 12px;
}

.team-row {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 0 60px 80px 60px;
  flex-wrap: wrap;
}

.Christian-box,
.Guido-box {
  width: 420px;
  flex-shrink: 0;
}

.Christian-box h1,
.Guido-box h1 {
  font-size: 24px;
  font-weight: 500;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #223928;
}

.Christian-box h3,
.Guido-box h3 {
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #C69C53;
  margin: 6px 0 12px 0;
}

.Christian-box h2,
.Guido-box h2 {
  font-size: 14px;
  font-weight: 500;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #677e6d;
  line-height: 23px;
}
.Logo{
  height: 10vh;
  margin-left: -3vh;
}
/* === ZITAT === */
.line-transparent {
  height: 1px;
  width: 90%;
  background-color: rgb(226, 222, 210);
  margin: 0 auto;
}

.text-zitat {
  text-align: center;
  font-size: 34px;
  color: #223928;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  max-width: 672px;
  margin: 0 auto;
  padding: 60px 24px 80px 24px;
}

.text-zitat h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

/* === FOOTER === */
.text-center-footer {
  text-align: center;
  background-color: #223928;
  padding: 128px 24px;
}

.text-center-footer h3 {
  color: #f8f5f199;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 16px;
}

.text-center-footer h1 {
  color: #F8F5F1;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-weight: 500;
  font-size: 48px;
  max-width: 692px;
  margin: 0 auto 16px auto;
}

.text-center-footer h2 {
  font-weight: 500;
  font-size: 18px;
  color: #f8f5f1b3;
  max-width: 692px;
  margin: 0 auto;
}

.text-center-footer button {
  margin-top: 40px;
  background-color: #C69C53;
  border: none;
  padding: 16px 40px;
  color: #e8e4db;
  cursor: pointer;
}

.footer-links {
  background-color: #223928;
  color: #f8f5f199;
  font-size: 13px;
  padding: 20px 40px;
  border-top: 1px solid rgba(255,255,255,0.1);
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer-links a {
  color: #f8f5f199;
  text-decoration: none;
  font-size: 13px;
}

/* === RESPONSIVE === */
@media (max-width: 767px) {
  nav {
    padding: 0 16px;
    justify-content: space-between;
  }

  nav > a,
  nav > button:not(.hamburger) {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .LEADERSHIP-content {
    height: 70vh;
    padding: 16px 12px;
  }

  .LEADERSHIP-content h2 {
    font-size: 13px;
  }

  .LEADERSHIP-content h1.Echte-Führung {
    font-size: 24px;
  }

  .LEADERSHIP-content h3 {
    font-size: 13px;
  }

  .features-row {
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    gap: 40px;
  }

  .float-left-text,
  .float-middle-text,
  .float-right-text {
    width: 100%;
    max-width: 320px;
  }

  .background-Was-uns-ausmacht {
    padding: 60px 24px;
  }

  .background-Was-uns-ausmacht h1 {
    font-size: 32px;
  }

  .ANGEBOT-text h1 {
    font-size: 32px;
  }

  .felder-row {
    flex-direction: column;
    align-items: center;
    padding: 0 24px 60px 24px;
  }

  .Feld1, .Feld2, .Feld3 {
    width: 100%;
    max-width: 320px;
  }

  .text-christian-guido h2 {
    font-size: 32px;
  }

  .team-row {
    flex-direction: column;
    align-items: center;
    padding: 0 24px 60px 24px;
    gap: 48px;
  }

  .Christian-box,
  .Guido-box {
    width: 100%;
    max-width: 420px;
  }

  .text-zitat {
    font-size: 20px;
    padding: 40px 24px 60px 24px;
  }

  .text-center-footer h1 {
    font-size: 32px;
  }
}