@font-face {
  font-family: 'UnifrakturMaguntia';
  src: url('../f/UnifrakturMaguntia-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
    scroll-padding-top: 100px;
    scroll-behavior: smooth; /* Bonus: sanftes Scrollen */
}
body {
    
    font-family: 'Georgia', 'Crimson Text', serif;
    padding-top: 50px;
    font-size: larger;
}
.navbar {
    background-color: rgba(255, 255, 255, 0.8);
}
.nav-item .nav-link {
    color: #333;
    font-weight: bold;
    font-size: larger;
}
/* oder für spezifische Elemente */
h1,h2,h3,h4,h5,h6 {
  font-family: 'UnifrakturMaguntia', serif;
  color:#216f24;
}
.slider-titel {
  font-family: 'UnifrakturMaguntia', serif;
  color: #ffffff;
  text-shadow: 
    0 0 10px rgba(0, 0, 0, 0.9),
    2px 2px 4px rgba(0, 0, 0, 0.8),
    4px 4px 8px rgba(0, 0, 0, 0.6);
  font-size: 2.5em;
}

body {
    background: #f5f5dc url('../i/bg_page.jpg') no-repeat center center fixed;
    background-size: cover;
   
    
}
.navbar-toggler-icon {
  
  background-color: #216f24;;
}