/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Hello Elementor Child Theme - BSZ Bayreuth
Author: GO-ITC
Template: hello-elementor
Version: 1.0.2
Text Domain: hello-elementor-child
*/

/* Featured Image in Single Posts */
.single-post .post-featured-image {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
}

.single-post .post-featured-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    max-height: 80vh;
    width: auto;
}

/* Post meta info */
.single-post .post-meta {
    color: #666;
    font-size: 0.9em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #eee;
}

/* Datum auf Seiten (Pages) ausblenden - nicht auf Blog-Posts */
.page .post-meta {
    display: none !important;
}

/* Footer Schnellnavigation - Dropdown passend zum dunklen Footer */
footer .elementor-nav-menu--dropdown,
.elementor-location-footer .elementor-nav-menu--dropdown {
    background-color: #425465 !important;
    border: 1px solid #566f82 !important;
}
footer .elementor-nav-menu--dropdown li a,
.elementor-location-footer .elementor-nav-menu--dropdown li a {
    color: #FFFFFF !important;
}
footer .elementor-nav-menu--dropdown li a:hover,
.elementor-location-footer .elementor-nav-menu--dropdown li a:hover {
    color: #CCDDEE !important;
    background-color: #374f60 !important;
}

/* Ueberschriften-Farbe (aus Customizer CSS uebernommen) */
h1,h2,h3,h4 {
    color: #425465 !important;
}

/* Informationen Buttons auf gleiche Hoehe */
.elementor-element-c77321d,
.elementor-element-4719604,
.elementor-element-4b4fb16,
.elementor-element-982b175,
.elementor-element-1396956,
.elementor-element-bb332ba,
.elementor-element-29d0f12,
.elementor-element-1375b1f {
    margin-top: auto !important;
}

/* Impressionen page - hide avatars and badges */
.page-id-1258 .elementor-post__avatar { display: none !important; }
.page-id-1258 .elementor-post__badge { display: none !important; }
.page-id-1258 .elementor-post__card { border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }
.page-id-1258 .elementor-post__thumbnail { height: 220px; }
.page-id-1258 .elementor-post__thumbnail img { height: 100%; width: 100%; object-fit: cover; }
