
.about-image-placeholder{
    background-image: url('../images/Profil.jpg'); /* Replace with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cv-entry-image.cv-2{
    background-image: url('../images/cv2.png'); /* Replace with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cv-entry-image.cv-4{
    background-image: url('../images/cv4.jpeg'); /* Replace with the actual path to your image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cv-entry-image.cv-2 .placeholder-text, 
.cv-entry-image.cv-4 .placeholder-text{
    display: none;
}
.about-image-placeholder span {
    color: transparent;
}
@media (max-width: 768px) {
    .nav-container {
        padding: 0 20px;
    }
    section>.container {
        padding: 0;
    }
    .navbar.scrolled ul.language-switcher {
        top: 11px;
    }
    .press-grid, .testimonials-grid, .contact-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contact-grid{
        gap: 2px;
    }
    .contact-form {
        padding: 20px;
    }

    /* Fix hamburger menu click issue */
    .mobile-toggle {
        z-index: 1003 !important;
        position: relative;
        pointer-events: auto !important;
        min-width: 44px;
        min-height: 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .nav-container {
        position: relative;
        z-index: 1000;
    }

    /* Ensure language switcher doesn't block hamburger */
    .language-switcher {
        position: absolute;
        top: 12px;
        right: 75px;
        z-index: 1002;
    }
}