/* Grundlayout */
body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background: #ffffff;
  line-height: 1.6;
}

h1, h2, h3 {
  color: #0077cc;
  margin-top: 0;
}

section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 1rem;
}

/* Header */
.ms-header {
  background: #f0f8ff;
  padding: 20px 0;
  text-align: center;
}

.ms-header-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.ms-logo {
  width: 70px;
  height: auto;
}

.ms-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0077cc;
}

.ms-subtitle {
  font-size: 1rem;
  color: #555;
}

/* Hero */
.hero {
  text-align: center;
  padding: 30px 1rem;
  background: #e9f5ff;
  border-bottom: 1px solid #d0e7ff;
}

.cta-button {
  display: inline-block;
  background: #0077cc;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.cta-button:hover {
  background: #005fa3;
}

.hero-phone {
  margin-top: 10px;
  font-size: 0.9rem;
}

/* Video */
.video-section {
  text-align: center;
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Angebot */
.angebot ul {
  list-style: none;
  padding: 0;
}

.angebot li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}

/* Messenger */
.messenger-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 15px;
}

.wa-btn, .signal-btn {
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.wa-btn { background: #25D366; }
.signal-btn { background: #3A76F0; }

.messenger-phone {
  text-align: center;
  margin-top: 1rem;
}

/* Übung */
.uebung-button {
  display: inline-block;
  background: #ffcc00;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.blog-card img {
  width: 100%;
  border-radius: 8px;
}

.blog-card h3 {
  margin: 10px 0 5px;
}

.kasten img {
  width: 100%;
  border-radius: 8px;
}

.kasten .button {
  display: inline-block;
  background: #0077cc;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

/* Footer */
.footer {
  background: #f0f8ff;
  padding: 20px;
  text-align: center;
  margin-top: 40px;
}

.footer-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.footer-links a {
  color: #0077cc;
  font-weight: bold;
  text-decoration: none;
}

.footer-review a {
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
}
