body {
  font-family: 'Segoe UI', Arial, sans-serif;
  background: #f7fafd;
  color: #222;
  margin: 0;
}
header {
  background: #143868;
  color: #fff;
  box-shadow: 0 2px 12px #14386819;
}
.navbar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5em 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  display: flex;
  align-items: center;
  gap: 1.4em;
}
.logo-img {
  height: 120px;
  width: auto;
  display: block;
}
.logo-text {
  font-size: 1.42em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
nav a {
  color: #fff;
  margin-left: 2.3em;
  text-decoration: none;
  font-size: 1.17em;
  transition: color 0.2s;
  font-weight: 500;
}
nav a:hover {
  color: #fab700;
}
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.7em;
}
.section {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 6px 38px #12336b13;
  padding: 3.2em 2.7em 3em 2.7em;
  margin: 3em 0 0 0;
}
.hero-section {
  text-align: center;
  padding-bottom: 2.3em;
}
.hero-image {
  width: 100%;
  max-width: 520px;
  border-radius: 19px;
  margin-bottom: 2em;
  box-shadow: 0 2px 14px #14386810;
}
h1 {
  font-size: 2.1em;
  font-weight: 700;
  margin: 0.4em 0 0.7em 0;
}
.section h2 {
  font-size: 1.6em;
  margin-bottom: 1.2em;
  margin-top: 0;
}
.vorteile-row {
  display: flex;
  gap: 2.2em;
  justify-content: center;
  margin-top: 1.6em;
  flex-wrap: wrap;
}
.vorteil-card {
  background: #f6fafd;
  border-radius: 20px;
  box-shadow: 0 3px 18px #14386811;
  padding: 1.8em 1.6em 1.3em 1.6em;
  min-width: 220px;
  max-width: 270px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vorteil-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 0.7em;
  display: block;
}
.vorteil-title {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #143868;
  font-size: 1.18em;
  text-align: center;
}
.leistungen-row {
  display: flex;
  gap: 2em;
  justify-content: center;
  margin-top: 1.8em;
  flex-wrap: wrap;
}
.leistung-card {
  background: #f6fafd;
  border-radius: 18px;
  box-shadow: 0 2px 14px #14386810;
  padding: 1.6em 1.2em 1.2em 1.2em;
  width: 230px;
  text-align: center;
}
.leistung-card img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 1em;
  box-shadow: 0 1px 8px #12336b10;
}
.leistung-title {
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #143868;
  font-size: 1.11em;
}
.about-section .about-row {
  display: flex;
  gap: 2em;
  align-items: center;
  margin-top: 2.2em;
}
.about-img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 8px #13335913;
}
.about-title {
  font-weight: bold;
  color: #143868;
  margin-bottom: 0.2em;
  font-size: 1.13em;
}
.kontakt-section .kontakt-row {
  display: flex;
  gap: 2.7em;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.8em;
}
.kontakt-form {
  background: #f6fafd;
  border-radius: 16px;
  padding: 1.4em;
  box-shadow: 0 1px 10px #14386810;
  display: flex;
  flex-direction: column;
  gap: 1.1em;
  min-width: 290px;
  max-width: 370px;
}
.kontakt-form input, .kontakt-form textarea {
  padding: 1em;
  border-radius: 9px;
  border: 1.5px solid #aac2e2;
  font-size: 1.13em;
  background: #fff;
}
.kontakt-form button {
  background: #143868;
  color: #fff;
  padding: 1em 0;
  border: none;
  border-radius: 11px;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.14em;
  transition: background 0.18s;
}
.kontakt-form button:hover {
  background: #1e4887;
}
footer {
  background: #143868;
  color: #fff;
  text-align: center;
  padding: 1.4em 0;
  margin-top: 4em;
  border-radius: 16px 16px 0 0;
  font-size: 1.13em;
}
footer a { color: #fab700; }
@media (max-width: 950px) {
  main { padding: 0 0.5em; }
  .section { padding: 1.5em 0.3em; }
  .navbar { flex-direction: column; gap: 0.9em; }
  .about-section .about-row, .leistungen-row, .vorteile-row, .kontakt-section .kontakt-row { flex-direction: column; gap: 1.3em; align-items: center; }
  .leistung-card, .vorteil-card { min-width: 85vw; max-width: 95vw; }
}
.navbar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5em 2em;
  display: flex;
  align-items: center;
}

.logo-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1.4em;
}

.logo-img {
  height: 58px;
  width: auto;
  display: block;
}

.logo-text {
  font-size: 1.42em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
