img.logo-dark {
    filter: invert(1);
}

/* ----- Rechtliche Seiten (Impressum / Datenschutz) ----- */
.legal-header {
    background: #111;
    padding: 15px 0;
}
.legal-header .legal-logo img {
    height: 90px;
    width: auto;
}
.legal-header .legal-back {
    color: #ddd;
    float: right;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.legal-header .legal-back:hover,
.legal-header .legal-back:focus {
    color: #fff;
    text-decoration: none;
}
.legal-content {
    padding: 60px 0 80px 0;
}
.legal-content h1 {
    margin-bottom: 40px;
}
.legal-content h2 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.legal-content h3 {
    font-size: 19px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.legal-content h4 {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 8px;
}
.legal-content p,
.legal-content li {
    font-size: 17px;
    line-height: 1.85;
    color: #444;
}
.legal-content a {
    color: #2c3e50;
    text-decoration: underline;
    /* Lange URLs im Fliesstext sollen auf dem Handy umbrechen statt zu ueberlaufen. */
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.legal-content .legal-caps {
    font-size: 15px;
    color: #666;
}
.legal-content address {
    font-style: normal;
    font-size: 17px;
    line-height: 1.85;
    color: #444;
}

/* Impressum/Datenschutz-Links im Footer: enger als die Social-Icon-Liste darueber. */
.footer.style-1 ul.footer-legal,
.footer.style-1.dark ul.footer-legal {
    margin-bottom: 15px;
}
.footer.style-1 ul.footer-legal li {
    font-size: 16px;
}
/* Theme setzt Footer-Links auf #ddd bzw. #191a1c - fuer die Rechtslinks zu blass. */
.footer.style-1 ul.footer-legal li a,
.footer.style-1.dark ul.footer-legal li a {
    color: #fff;
}
.footer.style-1 ul.footer-legal li a:hover,
.footer.style-1.dark ul.footer-legal li a:hover,
.footer.style-1 ul.footer-legal li a:focus,
.footer.style-1.dark ul.footer-legal li a:focus {
    color: #fff;
    text-decoration: underline;
}

/* hind-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/hind-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/hind-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/hind-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/hind-v16-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/hind-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/hind-v16-latin-300.svg#Hind') format('svg'); /* Legacy iOS */
  }
  /* hind-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Hind';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/hind-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/hind-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/hind-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/hind-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/hind-v16-latin-regular.svg#Hind') format('svg'); /* Legacy iOS */
  }

  /* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
  }
  /* montserrat-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
  }

  /* raleway-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/raleway-v28-latin-100.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-100.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  /* raleway-200 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/raleway-v28-latin-200.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-200.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-200.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  /* raleway-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  /* raleway-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }
  /* raleway-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
  }