/* Hauptbild größer machen */
.main-image {
    width: 100%;
    height: auto;
    max-height: 400px; /* Maximale Höhe des Hauptbildes */
    object-fit: contain; /* Bild skalieren, um den Container zu füllen, ohne abgeschnitten zu werden */
}
.ent_logo {
    width: 30%;
    height: auto;
    max-height: 200px; /* Maximale Höhe des Hauptbildes */
    object-fit: contain; /* Bild skalieren, um den Container zu füllen, ohne abgeschnitten zu werden */
}

/* Anzahl der hochgeladenen Bilder anzeigen */
.image-count {
    text-align: left;
    margin-top: 10px;
    font-size: 10px;
    color: #333;
}

/* Linie unter dem Galerie-Bereich */
.gallery-section.gallery-present {
    border-bottom: 2px solid #04495E; /* Horizontale Linie hinzufügen, wenn Galerie-Bilder vorhanden sind */
    padding-bottom: 20px; /* Abstand nach unten hinzufügen */
    margin-bottom: 20px; /* Abstand nach unten hinzufügen */
}

/* Container für die Indikatoren */
.custom-carousel-indicators-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 20px; /* Abstand nach rechts hinzufügen */
    padding-left: 20px; /* Abstand nach links hinzufügen */
}

.custom-carousel-indicators {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-carousel-indicators a {
    margin-bottom: 10px;
    cursor: pointer; /* Zeiger ändern, um anzuzeigen, dass es klickbar ist */
}

.custom-gallery-image-tag {
    width: 70px; /* Größe der Indikatorbilder anpassen */
    height: 70px;
    object-fit: cover; /* Bild skalieren und zuschneiden, um den Container zu füllen */
}

/* Lightbox Anpassungen */
.lb-data .lb-caption {
    text-align: center;
    font-size: 16px;
    color: #333;
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    background-color: transparent; /* Hintergrundfarbe entfernen */
}

.lb-nav a.lb-prev::before, .lb-nav a.lb-next::before {
    color: darkred; /* Dunkelrote Farbe für die Pfeile */
    font-size: 40px; /* Größe der Pfeile anpassen */
}

/* CSS für die Thumbnails */
.thumbnail-table {
    width: 100%;
    table-layout: fixed;
}

.thumbnail-cell {
    padding: 5px; /* Mehr Platz zwischen den Thumbnails */
    width: 16.66%; /* Sechs Spalten */
}

.thumbnail-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%; /* Quadratverhältnis beibehalten */
    overflow: hidden;
}

.thumbnail-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Anpassungen für ein einzelnes Bild */
.single-image-container {
    text-align: center;
    margin-top: 20px;
}

.single-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.row + .row {
    margin-top: -10px;

}
/* Bewertungen moderner gestalten */
.review-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.ent_top_reviews {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ent_top_reviews i {
    font-size: 24px;
    margin-right: 5px;
}

.ent_title {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.entry_verify_icon {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

/* Kategorien moderner gestalten */
.menu_div {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.menu_one {
    font-size: 18px;
    color: #0059b3;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 4px;
    transition: background-color 0.3s, color 0.3s;
}

.menu_one:hover {
    background-color: #e63d00;
    color: #fff;
}

.print_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 7px;
    border-radius: 8px;
    margin-top: 0px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.print_date span,
.print_date a,
.print_date img {
    margin-right: 10px; /* Abstand zwischen den Elementen */
}

.print_date a {
    display: flex;
    align-items: center;
}

.print_date img {
    display: flex;
    align-items: center;
}
/* Verifizierte Icons */
.entry_verify_icon {
    width: 30px;
    height: auto;
    margin-left: 2px;
}
