
/* Tablet */
@media (max-width: 991px) {
    .vs-blog--single .vs-blog__title {
        font-size: 28px;
        line-height: 1.3;
    }

    .vs-blog--single .vs-blog__img {
        margin-bottom: 20px;
    }

    .vs-blog--single .vs-blog__meta_text {
        font-size: 14px;
    }

    .blog-content {
        font-size: 15px;
        line-height: 1.7;
    }
    .vs-blog--single .vs-blog__img {
        overflow: hidden;
        border-radius: 8px;
    }

    .vs-blog--single .vs-blog__img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

.blog-content a {
    color: #d4af37;
    font-weight: 700;
    text-decoration: none !important;
    text-shadow: 0 0 6px rgba(212, 175, 55, 0.25);
}

.blog-content a:hover {
    color: #f1c75b;
    text-decoration: underline;
}
/* Telefon */
@media (max-width: 767px) {
    .vs-blog--single .vs-blog__title {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 15px;
    }

    .vs-blog--single .vs-blog__meta {
        gap: 8px;
        margin-bottom: 12px;
    }

    .vs-blog--single .vs-blog__meta_text {
        font-size: 13px;
    }

    .vs-blog--single .vs-blog__img img {
        border-radius: 8px;
    }

    .blog-content {
        font-size: 14px;
        line-height: 1.65;
        text-align: justify !important;
        hyphens: auto;
    }

    .vs-blog__footer {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .vs-blog__share,
    .tagcloud2 {
        width: 100%;
    }
     .vs-blog--single .vs-blog__img {
        overflow: hidden;
        border-radius: 8px;
    }

    .vs-blog--single .vs-blog__img img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
}