#header {
    height: 100px;
    overflow: hidden;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0.85rem;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

a {
    color: #fff;
}

.card {
    border: 0px;
}

.bigText {
    font-size: 1.25rem;
}

.timeline {
    border-left: 3px solid #4d4f5d;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #CAA570;
    margin: 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
    color: #000;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #fff;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 600;
    font-size: 1.4em;
    min-width: 120px;
    font-family: 'Playfair Display', 'Times New Roman', Times, serif;
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #4d4f5d;
    box-shadow: 0 0 0 3px #4d4f5d;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #4d4f5d;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}

.fahne-item {
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: top;
    font-size: 1em;
    font-weight: 600;
}

.fahne-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.fahne-content p,
.fahne-content h5 {
    margin-left: 10px;
}

.trennlinie {
    height: 2px;
    background-color: #CAA570;
    margin: 5px 0;
    width: 100%;
    position: relative;
}

@media (max-width: 480px) {
    .fahne-item {
        flex: 1 1 100%;
    }
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
    .timeline .event:after {
        left: -31.8px;
    }
    .fahne-item {
        flex: 1 1 calc(50% - 20px);
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-fit {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.boxBottom {
    display: flex;
}

.boxBottom .col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flag-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.flag-item {
    flex-direction: column;
    align-items: center;
    font-size: 0.7em;
    font-weight: 600;
    padding: 10px;
    display: flex;
    text-align: center;
    margin: 15px;
    background-color: #e8e7e7;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.flag-item img {
    width: 100%;
    height: auto;
}

.flag-item a {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
}

#map-europe {
    position: relative;
    width: 100%;
    height: 600px;
}

.footer .btn.btn-link {
    text-transform: none;
}

/*** Museum ***/
.museum-item{
    height: 500px;
}

.museum-item img {
    transition: .5s;
    min-height: 275px;
    max-height: 275px;
    object-fit: cover;
    width: 100%;
}

.museum-item:hover img {
    transform: scale(1.1);
}

@media (max-width: 576px) {
    .textOne {
        font-size: 1rem; /* Schriftgröße für kleine Bildschirme */
        font-weight: 600;
    }
}
