/* Leitfaden - Start */
/* Anpassung nur für Leitfaden von layout.css */
.custom-tab-container.leitfaden {
    height: 523px;
}

/* Formularfeld */
.content-block.leitfaden.kontakt textarea {
    width: 100%;
    border: 1px solid var(--border-light);
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .11);
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.theme-dark .content-block.leitfaden.kontakt textarea,
.theme-dark .content-block.leitfaden.kontakt input {
    border: 1px solid var(--border-dark);
    background-color: #17181B;
}

/* Ansprechpartner */
.ansprechpartner {
    margin-left: .3rem;
}

/* Leitfaden - End */

/* Style Guide - Start */
.styleguide-color-container {
            width: 100px;
            height: 60px;
            position: relative;
            display: flex;
            align-items: center; /* Zentriert das Banner vertikal */
            justify-content: center;
        }

        .styleguide-color-container-banner {
            width: 100px;
            height: 20px;
            background-color: white;
        }
/* Style Guide - End */



/* Unknown */
.title-date-container p,
h4,
h2 {
    margin: 0;

}

.news-item:hover h6 {
    color: var(--primary-color-600);
    transition: all 0.2s ease-in-out;
}

.news-item h6 {
    color: #fff;
    font-size: 0.9rem !important;
    font-weight: 500;
}

.news-item::before {
    content: "";
    position: relative;
}


/* Responsive design */
@media (max-width: 768px) {
    .handbook-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .handbook-icon {
        width: 20px;
        height: 20px;
    }
}