/* =====================================
Landingpage Container
===================================== */
.lp-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
}

/* =====================================
GLOBAL TYPOGRAPHY – BEREINIGT
===================================== */

/* Headlines allgemein */
h1, h2, h3, h4 {
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 0.6em;
}

/* Blog- & Editorial-Titel (schmaler Look) */
.single-post .entry-title,
.blog .entry-title {
  line-height: 1.2;
  max-width: 20ch;
  margin-bottom: 0.8em;
}

/* Normale Seiten (AGB, Datenschutz, Info-Seiten) */
.page .entry-title,
.page .page-title {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Mobile Optimierung */
@media (max-width: 768px) {
  h1,
  .entry-title,
  .page-title {
    line-height: 1.25;
    max-width: 100%;
  }
}

/* Sehr kleine Geräte */
@media (max-width: 480px) {
  h1,
  .entry-title,
  .page-title {
    line-height: 1.3;
    max-width: 100%;
  }
}

/* Fließtext */
p {
  line-height: 1.7;
  margin-bottom: 1.4em;
}

/* =====================================
Patricia Theme – Logo auf Mobile verkleinern
===================================== */
@media (max-width: 768px) {
  .site-branding img,
  .custom-logo {
    max-width: 120px;
    height: auto;
  }
}

/* Überschriften: keine automatische Großschreibung */
h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}

/* "* indicates required" ausblenden */
#mc_embed_signup .indicates-required {
  display: none !important;
}

/* Mailchimp Felder untereinander & gleich breit */
#mc_embed_signup .mc-field-group {
  width: 100% !important;
  display: block !important;
}

#mc_embed_signup input[type="email"],
#mc_embed_signup input[type="text"] {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* ================================
   MAILCHIMP FORM – KARLA (OMFG)
================================ */
#mc_embed_signup,
#mc_embed_signup * {
  font-family: 'Karla', sans-serif;
}

/* ================================
   MAILCHIMP BUTTON
================================ */
#mc-embedded-subscribe {
  display: block;
  margin: 24px auto;
  padding: 16px 32px;
  background-color: #215135;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

#mc-embedded-subscribe:hover {
  background-color: #1a402a;
}
