  html, body {
  margin: 0 !important;
  padding: 0 !important;
}
body {
  width: 100% !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
  body {
    background-color: #F0EEE9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
  }

  p:first-child {
    margin-top: 0;
  }

  a {
    color: #000000;
  }

  img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }

  img+img {
    padding-top: 3em;
  }

  h2 {
    font-weight: normal;
    font-size: 21px;
    padding-top: .25em;
  }

  header {
    padding-top: 3em;
  }

  header, footer {
    text-align: center;
  }

  .section h3 {
    text-align: center !important;
  }

  .section a {
    font-weight: bold;
  }

  footer {
    padding-bottom: 2em;
    font-size: 1rem;
  }

  .newsletter_body {
    width: 100%;
  }

  .section, .newsletter_signoff {
    width: 90% !important;
    max-width: 600px !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }

  .section {
    background-color: #FFFFFF;
    border-radius: 1em;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 1em;
    padding-left: 30px;
    text-align: left;
  }

  .section+.section {
    margin-top: 5em;
  }

  .newsletter_signoff {
    padding-top: 3em;
    padding-right: 3em;
    padding-bottom: 5em;
    padding-left: 3em;

  }

 header, footer,
  .section_separator {
    text-align: center;
  }

  .section img,
  .section_separator img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .section_separator img {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  footer p {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
  }

  footer img {
    padding-bottom: 1em;
  }

  .contact {
    padding-bottom: 1em;
  }

  .text_tiny {
    font-size: 0.875em;
  }

  /* ===== Zeitgeist block (row-based) ===== */
  .zeitgeist h3 {
    font-weight: 600;
    margin-top: 0;
    text-align: center !important;
  }

  .zeitgeist table {
    width: 100% !important;
    border-collapse: collapse;
  }

  .zeitgeist_icon {
    width: 90px;
    padding-left: 0;
    text-align: center;
  }

  .zeitgeist_icon img {

  }

  .zeitgeist_copy {
    padding-top: 12px;
    padding-right: 0;
    padding-bottom: 12px;
    padding-left: 12px;
    vertical-align: top;
  }
