.destination-card {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
}

.destination-card a,
.destination-card a:visited {
    color: inherit;
    text-decoration: none !important;
}

.destination-card a:hover,
.destination-card a:focus {
    text-decoration: none !important;
}

.mallobee-destinations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
}

.mallobee-destination {
    display: block;
    padding: 12px 4px;
    border: none;
    border-bottom: 1px solid rgba(20, 45, 70, 0.18);
    border-radius: 0;
    background: transparent;
    color: #163652;
    font-weight: 600;
    text-decoration: none;
    transition: padding-left 0.2s ease, color 0.2s ease;
}

.mallobee-destination:hover {
    padding-left: 10px;
    color: #2878b5;
    box-shadow: none;
    transform: none;
}

@media (max-width: 900px) {
    .mallobee-destinations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .mallobee-destinations {
        grid-template-columns: 1fr;
    }
}
.mallobee-destinations {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px 18px;
    margin-top: 24px;
    padding: 28px;
    background: #eef6f8;
    border-radius: 8px;
}

.mallobee-stories {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
}

.mallobee-story img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}

.mallobee-story-title {
    margin: 12px 0 8px;
    font-size: 20px;
    line-height: 1.25;
}

.mallobee-story-title a {
    color: #163652;
    text-decoration: none;
    font-weight: 600;
}

.mallobee-story-title a:hover {
    color: #2878b5;
}

.mallobee-story-excerpt {
    line-height: 1.6;
    margin-bottom: 8px;
}

.mallobee-story-more {
    font-weight: 600;
}

@media (max-width: 900px) {
    .mallobee-stories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .mallobee-stories {
        grid-template-columns: 1fr;
    }

    .mallobee-story img {
        height: auto;
    }
}

/* Seitentitel auf den Kontinentseiten ausblenden */
.page-id-9756 .hero-section,
.page-id-9776 .hero-section,
.page-id-9780 .hero-section,
.page-id-9784 .hero-section,
.page-id-9788 .hero-section,
.page-id-9792 .hero-section {
    display: none !important;
}
@media screen and (max-width: 900px) {
    .mallobee-destinations {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
/* Hotelverzeichnis */

.mallobee-hotels {
    margin-top: 25px;
}

.mallobee-hotel-country {
    margin-bottom: 38px;
}

.mallobee-hotel-country h3 {
    font-size: 24px;
    margin: 0 0 18px;
    color: #163652;
}

.mallobee-hotel-city {
    margin: 0 0 22px 10px;
}

.mallobee-hotel-city h4 {
    font-size: 18px;
    margin: 0 0 8px;
    color: #163652;
}

.mallobee-hotel-city ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mallobee-hotel-city li {
    padding: 7px 0;
    border-bottom: 1px solid rgba(20, 45, 70, 0.15);
}

.mallobee-hotel-city li a {
    color: #163652;
    text-decoration: none;
}

.mallobee-hotel-city li a:hover {
    color: #2878b5;
}

.mallobee-hotel-report {
    font-size: 0.85em;
    font-weight: 600;
    margin-left: 6px;
}

.mallobee-hotel-no-report {
    opacity: 0.8;
}

.hotel-stars-menu {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center;
    gap: 10px;

    width: max-content;
    max-width: calc(100vw - 40px);

    position: relative;
    left: 50%;
    transform: translateX(-50%);

    margin-top: 18px;
    margin-bottom: 28px;
}

.hotel-stars-menu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 14px;
    background: #eef6f8;
    color: #163652;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid rgba(20, 45, 70, 0.12);
}

.hotel-stars-menu a:hover {
    background: #dfeff3;
    color: #2878b5;
}

.hotel-stars {
    color: #d4a72c;
    letter-spacing: 1px;
    white-space: nowrap;
}

.category .page-description,
.category .archive-description,
.category .ct-term-description {
    width: 100% !important;
    max-width: none !important;
    text-align: center;
}

.category .hotel-stars-menu {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: auto;
    max-width: 100%;
    margin: 18px auto 28px;
    position: static;
    transform: none;
}

@media screen and (max-width: 900px) {
    .category .page-description,
    .category .archive-description,
    .category .ct-term-description {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 100% !important;
        max-width: none !important;
    }

    .category .hotel-stars-menu {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px;
        width: 100% !important;
        max-width: 100% !important;
        margin: 16px auto 24px !important;
        position: static !important;
        transform: none !important;
    }
}

.ct-header [data-id="html"] {
    position: relative;
    top: 10px;
}

#flags {
    position: relative !important;
    top: 12px !important;
}

@media screen and (max-width: 900px) {

    #menu-mobil > li:first-child {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        margin-bottom: 18px;
    }

    #menu-mobil > li:first-child > a.single-language {
        display: inline-flex !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #menu-mobil > li:first-child .flag {
        margin: 0 !important;
    }
}

.mallobee-story-title {
    margin: 14px 0 10px;
    font-size: 22px;
    line-height: 1.25;
}

.mallobee-story-title a {
    color: #163652;
    text-decoration: none;
    font-weight: 700;
}

.mallobee-story-excerpt {
    font-size: 16px;
    line-height: 1.65;
    color: #385168;
    margin-bottom: 12px;
}

.mallobee-story-more {
    display: inline-block;
    margin-top: 4px;
    color: #2878b5;
    font-weight: 600;
    text-decoration: none;
}

.mallobee-story-more::after {
    content: " →";
}

.mallobee-story-more:hover {
    text-decoration: underline;
}

/* Startseite – Latest Stories */
.wp-block-latest-posts.is-grid li > a:first-of-type {
    display: block;
    margin: 12px 0 10px;
    color: #163652;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none;
}

.wp-block-latest-posts.is-grid li > a:first-of-type:hover {
    text-decoration: underline;
}

/* Startseite – Weiterlesen */
.wp-block-latest-posts__post-excerpt > a {
    display: block;
    width: fit-content;
    margin-top: 10px;
    color: #2878b5;
    font-weight: 600;
    text-decoration: none;
}

.wp-block-latest-posts__post-excerpt > a::after {
    content: " →";
}

.wp-block-latest-posts__post-excerpt > a:hover {
    text-decoration: underline;
}

/* Hero Startseite: Mobil-Bild auf Desktop ausblenden */
@media screen and (min-width: 1025px) {
    .hero-mobile-image {
        display: none !important;
    }
}

/* Zwischenüberschriften in einzelnen Beiträgen */
.single-post .entry-content h2 {
    font-size: 22px;
}

/* Bildbeschriftung in der Jetpack-Lightbox */
.jp-carousel-photo-caption {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
		    color: #ffffff !important;
}

.kosten-kopf {
    margin-bottom: -10px !important;
}
.kosten-reisezeit {
    margin-top: -10px !important;
}
.foogallery {
    margin-bottom: 60px;
}

/* Desktop */
.mallobee-gallery-mobile {
    display: none;
}

/* Smartphone */
@media (max-width: 600px) {
    .mallobee-gallery-desktop {
        display: none;
    }

    .mallobee-gallery-mobile {
        display: block;
    }
}