@font-face {
  font-family: "Gelasio_Serif";
  src: url("/_fonts/Gelasio/static/Gelasio-Regular.ttf") format("truetype");
}
html, h1, h2, h3 {
  font-family: "Gelasio_Serif";
  hyphens: auto;
  hyphenate-limit-chars: auto 3;
  hyphenate-limit-lines: 4;
}
body {
  background: #fcf8f1;
}
body .bggruen {
  background: #333D17;
  background-image: url("/Bilder/Header_Krippenweg_Sternenhimmel.png");
}
body .bggruen h1 {
  color: #FFA90A;
  font-size: clamp(2rem, 10vw, 5rem);
}
body .bggruen h2 {
  color: #FFA90A;
  font-size: clamp(1rem, 6vw, 3rem);
}
body .bghell {
  background: #fcf8f1;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}
.uk-subnav-pill > * a:hover {
  background-color: unset;
  color: black;
  text-decoration: underline;
}
.uk-subnav-pill > .uk-active > a {
  background-color: unset;
  color: black;
}
.uk-subnav-pill > .uk-active > a:active {
  background-color: unset;
}
.uk-subnav > * > :first-child {
  font-size: 1rem;
  text-transform: unset;
}
.uk-offcanvas-bar {
  background: #333D17;
}
.uk-offcanvas-bar .btn-group {
  font-family: "Arial", sans-serif;
}
.uk-offcanvas-bar .btn-group div {
  border-bottom: 1px solid #FFA90A;
}
.uk-offcanvas-bar .btn-group div a {
  color: #FFA90A;
}
.uk-offcanvas-bar .btn-group div a:hover {
  text-decoration: underline;
}
.btn-group {
  font-family: "Arial", sans-serif;
}
.uk-modal-header {
  border-bottom: none;
}
.aniunten .uk-link-toggle:hover .uk-link-heading {
  text-decoration: underline;
}
.aniunten .uk-link-toggle:hover .uk-card-footer {
  color: #FFA90A;
}
.aniunten .uk-card.uk-card-default h3 {
  color: #333D17;
}
.aniunten .uk-card.uk-card-default .datum {
  color: #FFA90A;
}
.aniunten .uk-card .uk-card-footer {
  color: #333D17;
}
footer {
  color: #333D17;
  background: #FFA90A;
}
footer h2 {
  color: #333D17;
}
footer .logo img {
  width: 180px;
  margin: 0 1rem 1rem 0;
}
footer a {
  color: #333D17;
}
footer a:hover {
  color: #333D17;
}
