body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #333;
}
header {
  background: #dce8d8;
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em;
}

.header-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo {
  max-width: 100px;
  height: auto;
}

.sloganalt {
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 0.3em;
  color: #3a3a3a;
}

.slogan {
  margin-top: 0.5em;
  line-height: 1.3;
}

.slogan-zeile1 {
  font-size: 1.2em;
  font-weight: bold;
  color: #587f3b;
}

.slogan-zeile2 {
  font-size: 0.9em;
  color: #587f3b;
  font-style: bold;
}



.header-bottom {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}

.header-bottom ul {
  list-style: none;
  display: flex;
  gap: 1.5em;
  margin: 0;
  padding: 0;
}

.header-bottom a {
  text-decoration: none;
  color: #333;
}


nav {
  margin-right: auto;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
  color: #333;
}

main {
  padding: 2em;
}
section {
  margin-bottom: 2em;
}

.ueber-mich-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.5em;
  margin-top: 1em;
}

.portrait {
  width: 180px;
  height: auto;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.reflexzonen-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2em;
  margin-top: 1em;
}

.reflexzonen-text {
  flex: 1 1 60%;
  min-width: 250px;
}

.reflexzonen-bild {
  flex: 1 1 30%;
  min-width: 180px;
}

.portrait-rechts {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


footer {
  background: #e0e0e0;
  padding: 1em;
  text-align: center;
}
 .whatsapp-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #25D366;
  font-weight: bold;
}

.whatsapp-icon {
  width: 24px;
  height: 24px;
  margin-right: 0.4em;
}

