body {
    font-family: baskerville !important;
}
/* Header mit Verlauf */
header {
  background: linear-gradient(to bottom, rgba(243,159,24,1) 0%, rgba(243,159,24,1) 25%, rgba(255,255,255,1) 100%);
}

/* Footer Farbe */
.container-footer {
  background-color: rgba(243,159,24,1) ;
}

/* Trenner Farbe */
hr.hr-trenner {
  
  line-height: 1em;
  position: relative;
  height: 1em; 
  color: rgba(243,159,24,1) ;
  background-color:rgba(243,159,24,1) ;
}

/* Farbe für den "nach-Oben"-Button */
.back-to-top-link {
 color: #cc6633 !important;
}

/* Farbe für Kalender-Tool-Button */
.btn btn-info btn-sm ic-button-reset-category {
  background-color: #cc6633
}

/* Brotkrumenleiste Textgröße */
.mod-breadcrumbs__wrapper {
   font-size: 1rem;
}

/* Logo im Kopf verkleinern beim scrollen */
.body--scrolled header .brand-logo img {
  height: 80px;
  width: 80px;
}

/* Side-Bar Hintergrundfarbe  */
.container-sidebar {
  background-color: #f1f1f1;
}

/* Bilder abrunden */
img {border-radius: 10px 25%}

/* Footer angleichen an Header */
footer a {
    text-decoration: none;
}
footer .nav-item.active a, footer a:hover {
    text-decoration: underline currentColor solid .125em;
    color: var(--footercolor);
} 

