/* ============================================================
   INLINE-STYLES
   ============================================================ */

/* --- TITEL & ÜBERSCHRIFTEN --- */
.title.text-center.m-b-lg.droppy-primary {
    color: #13c0ba;
    margin-top: 20px;
    margin-bottom: 20px;
}

h3.droppy-primary {
    color: #13c0ba;
    margin-top: 20px;
    margin-bottom: 20px;
}

h4.droppy-primary {
    color: #13c0ba;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* --- BLOG INTRO TEXT --- */
.blog-intro-text {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
}

/* --- BLOG FIGURE CAPTION --- */
.blog-figure-caption {
    margin-top: 15px;
    color: #777;
    font-size: 20px;
}

/* --- CONTENT BOX --- */
.content-box {
    background: #f8f9fa;
    padding: 15px;
    border-left: 4px solid #13c0ba;
    margin: 20px 0;
}

/* --- BLOG POST NAVIGATION --- */
.post-nav {
    margin-top: 30px;
    padding: 20px 0;
}

.post-nav .row {
    display: flex;
    justify-content: space-between;
}

.post-nav .col-xs-6 {
    display: flex;
}

.post-nav .col-xs-6:first-child {
    justify-content: flex-start;
}

.post-nav .col-xs-6.text-right {
    justify-content: flex-end;
}

.post-nav .btn {
    display: inline-flex;
    align-items: center;
    width: auto;
}

.post-nav .btn i {
    margin-right: 5px;
}

.post-nav .btn i.material-icons:last-child {
    margin-right: 0;
    margin-left: 5px;
}

/* Post Nav Bottom mit Border */
.post-nav.post-nav-bottom {
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

/* --- TESTIMONIALS SECTION (old style) --- */
.testimonial-profile-wrapper {
    margin-bottom: 20px;
    text-align: center;
}

.testimonial-profile-wrapper .profile {
    margin: 0 auto 10px;
}

.testimonial-profile-wrapper .profile img.avatar-130 {
    width: 130px;
    height: 130px;
    max-width: 130px;
}

.rating-display {
    margin-top: 15px;
    text-align: center;
}

.rating-display > span {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.rating-display .stars {
    color: #f39c12;
}

.rating-display .stars i {
    font-size: 22px;
}

/* Testimonials ohne Material Icons (Unicode Stars) */
.rating-display .stars.unicode-stars {
    font-size: 18px;
}

/* --- BLOG TESTIMONIALS (new style) --- */
.section-testimonials.blog-testimonials {
    background: #f8f9fa;
    padding: 60px 8%;
    margin: 40px 0;
    border-radius: 12px;
}

.section-testimonials.blog-testimonials .container-fluid {
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.section-testimonials.blog-testimonials .title {
    margin-bottom: 40px;
}

.section-testimonials.blog-testimonials .row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section-testimonials.blog-testimonials .col-md-6 {
    padding: 15px;
    margin-bottom: 10px;
}

.testimonial-card {
    background: white;
    padding: 25px;
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.testimonial-card .content blockquote {
    border: none;
    padding: 0;
    margin: 0;
}

.testimonial-card .content blockquote p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.testimonial-card .source {
    margin: 0;
    font-weight: bold;
    color: #333;
}

.testimonial-card .source .title {
    font-weight: normal;
    color: #777;
    font-size: 13px;
}

/* --- PAGINATION --- */
.pagination-container .row {
    display: flex;
    justify-content: space-between;
}

/* --- FIGURE MIT MARGIN --- */
.figure.blog-figure {
    margin: 30px 0;
}

.figure.blog-figure img {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
}

/* --- CTA SECTION BACKGROUND --- */

/* --- HERO/BG IMAGE HEIGHT --- */
.bg-img.hero-420.blog-hero-background {
    height: 420px;
}

/* --- AVATAR IMAGES Blog-Mainpage --- */
.img-circle.avatar-130 {
    width: 130px;
    height: 130px;

}

.img-circle.avatar-80 {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

/* --- RESPONSIVE HELPERS --- */
@media (max-width: 767px) {
    .post-nav .btn {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .post-nav .btn i {
        font-size: 18px;
    }
}

/* ============================================================
   SPEZIELLE BLOG-SECTION ANPASSUNGEN
   ============================================================ */

/* Blog Entry Content Anpassungen */
.blog-entry-wrapper .blog-entry .blog-entry-content h3.droppy-primary,
.blog-entry-wrapper .blog-entry .blog-entry-content h4.droppy-primary {
    color: #13c0ba;
}

/* normale Seiten - Section Anpassungen */
.section-story .about h2.droppy-primary {
    color: #13c0ba;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ============================================================
   ZUSÄTZLICHE UTILITY CLASSES
   ============================================================ */

/* Spacing Helpers für Droppy-spezifische Abstände */
.droppy-spacing-top {
    margin-top: 30px;
}

.droppy-spacing-bottom {
    margin-bottom: 30px;
}

/* Text Helpers */
.text-droppy-primary {
    color: #13c0ba;
}

.bg-droppy-light {
    background: #f8f9fa;
}

/* Border Helpers */
.border-left-droppy {
    border-left: 4px solid #13c0ba;
}

.border-bottom-light {
    border-bottom: 1px solid #e0e0e0;
}

/* ============================================================
   MEDIA PLAYER DESIGN (AUDIO & VIDEO) für BLOG
   ============================================================ */

/* Gemeinsamer Container-Stil */
.custom-quote .modern-audio-player,
.custom-quote .modern-video-player {
    background: #f8f9fa;
    border-left: 4px solid #ec6952;
    border-radius: 4px;
    padding: 15px 20px;
    margin: 25px 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    max-width: 100%;
    box-sizing: border-box;
}

/* Gemeinsames Label-Styling */
.custom-quote .audio-label,
.custom-quote .video-label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #555;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: sans-serif;
}

.custom-quote .audio-label i,
.custom-quote .video-label i {
    margin-right: 5px;
    color: #ec6952;
}

/* --- AUDIO SPEZIFISCH --- */
.custom-quote audio {
    width: 100%;
    height: 36px;
    outline: none;
    border-radius: 25px;
}

/* --- VIDEO SPEZIFISCH --- */
.custom-quote video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    background: #000;
    outline: none;
}

/* --- CHROME/SAFARI FIXES --- */
audio::-webkit-media-controls-panel,
video::-webkit-media-controls-panel {
    background-color: #fff; 
}
audio::-webkit-media-controls-enclosure {
    border-radius: 25px;
}

/* --- MOBILE ANPASSUNG (RESPONSIVE) --- */
@media (max-width: 600px) {
    .custom-quote .modern-audio-player,
    .custom-quote .modern-video-player {
        padding: 10px 12px;
        margin: 15px 0;
    }
    
    .custom-quote .audio-label,
    .custom-quote .video-label {
        font-size: 11px;
    }
}