@font-face {
    font-family: 'Normalschrift';
    src: url('../fonts/Avancement2020-Thin.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fettschrift';
    src: url('../fonts/Avancement2020-Medium.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
* {
    font-family: Normalschrift, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
    background-color: #3A3A3A;
    color: #e8e6e6;
}

header {
    background-color: #3A3A3A;
    color: white;
    padding: 1rem 0;
}

.header img {
    max-width: 100%;
    height: auto; 
    max-height: 150px; 
}

.navigation1 {
    background-color: #9a5210;
    color: #e8e6e6;
}

.navigation1 .nav-link {
    color: #e8e6e6;
    transition: color 0.3s ease-in-out;
}

.navigation1 .nav-link:hover {
    color: #ffffff;
}

.navigation1 .navbar-toggler {
    border-color: #e8e6e6;
}

.text-justify {
    text-align: justify;
    hyphens: auto;
}

.timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 0;
}

.timeline-event {
  position: relative;
  width: 50%;
  padding: 1rem 0;
}

.timeline-event.left {
  left: 0;
  text-align: right;
}

.timeline-event.right {
  left: 50%;
}

.timeline-event .timeline-content {
  background: #ffffff; 
  color: #000000; 
  padding: 1rem;
  position: relative;
  border-radius: 8px;
  border: 1px solid #e0e0e0; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}

.timeline-event.left .timeline-content {
  transform: translateX(-20px);
}

.timeline-event.right .timeline-content {
  transform: translateX(20px);
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #9a5210; 
}

.timeline-event .timeline-date {
  font-weight: bold;
  background: #9a5210;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.timeline-event.left .timeline-date {
  margin-right: 1rem;
}

.timeline-event.right .timeline-date {
  margin-left: 1rem;
}

.timeline-event::before {
  content: '';
  position: absolute;
  top: 1rem;
  right: -8px;
  width: 16px;
  height: 16px;
  background: #9a5210; /* Punkt des Zeitstrahls */
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.timeline-event.right::before {
  right: auto;
  left: -8px;
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
} 


        .meetergo-modal-button {
            cursor: pointer;
            color: #ffffff;
        }
        /* Zusätzliche benutzerdefinierte Stile, falls erforderlich */
        .banner-text h3 {
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
            font-weight: 700;
        }
        .meetergo-modal-button:hover {
            text-decoration: underline;
        }

.klebrig {
position:sticky;
				width: 100%;
				top: 0px;
				z-index: 10;
                border-bottom: 3px solid white;
}

.bildunterschrift_start {
    color:rgba(69,63,63,1.00);
    text-decoration: none;
    font-size: 0.75rem;
}

.bildunterschrift_start a {
    color:rgba(69,63,63,1.00);
    text-decoration: none;

}