/* Globale Anpassungen, die auf jeder Seite gelten.
   Hier nur das Allernötigste, damit die Datei klein bleibt. */

/* Typografie-Feintuning */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Akzentfarbe für normale Text-Links, NICHT für Buttons */
.entry-content a:not(.mac-cta-primary):not(.mac-cta-secondary):not(.mac-card):not(.mac-card-link) {
  color: #c00;
}

.entry-content a:not(.mac-cta-primary):not(.mac-cta-secondary):not(.mac-card):not(.mac-card-link):hover {
  color: #800;
}

/* Header-Logo Sizing falls Bedarf */
.site-logo img {
  max-height: 60px;
  width: auto;
}

/* Primary Navigation: dezenter Hover-Effekt */
.main-navigation .main-nav ul li a:hover {
  color: #c00;
}