.maz-textbausteine-container {
    display: flex;
    gap: 30px;
    margin: 60px 0;
    max-width: 1400px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    color: #696969;
}
.maz-textbausteine-sidebar {
    flex: 0 0 240px;
}
.maz-textbausteine-nav {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.maz-textbausteine-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.maz-textbausteine-nav li {
    border-bottom: 1px solid #f0f0f0;
}
.maz-textbausteine-nav li:last-child {
    border-bottom: none;
}
.maz-textbausteine-nav li.subsection {
    padding-left: 0;
}
.maz-textbausteine-nav li.subsection a {
    padding-left: 35px;
    font-size: 15px;
}
.maz-textbausteine-nav a {
    display: block;
    padding: 16px 20px;
    color: #696969;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    transition: all 0.2s ease;
}
.maz-textbausteine-nav a:hover {
    background: #f8f8f8;
    color: #d32f2f;
    padding-left: 25px;
}
.maz-textbausteine-nav li.subsection a:hover {
    padding-left: 40px;
}
.maz-textbausteine-nav a.active {
    background: #d32f2f;
    color: #fff;
    font-weight: 500;
}
.maz-textbausteine-content {
    flex: 1;
    min-width: 0;
}
.maz-textbausteine-section {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.maz-textbausteine-section h2 {
    margin: 0 0 35px 0;
    padding: 0 0 20px 0;
    border-bottom: 3px solid #d32f2f;
    color: #696969;
    font-family: Raleway, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
}
.maz-textbausteine-grade {
    margin-bottom: 40px;
}
.maz-textbausteine-grade h3 {
    margin: 0 0 20px 0;
    padding: 12px 20px;
    background: #f5f5f5;
    border-left: 4px solid #d32f2f;
    color: #696969;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.maz-textbausteine-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.maz-textbausteine-list li {
    margin: 12px 0;
}
.maz-tb-item {
    position: relative;
    padding: 18px 50px 18px 20px;
    background: #fafafa;
    border-left: 3px solid #e0e0e0;
    border-radius: 0;
    color: #696969;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.2s ease;
}
.maz-tb-item:hover {
    background: #fff;
    border-left-color: #d32f2f;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.maz-tb-copy-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px;
    background: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    cursor: pointer;
    color: #696969;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.maz-tb-copy-btn:hover {
    background: #d32f2f;
    border-color: #d32f2f;
    color: #fff;
    transform: scale(1.05);
}
.maz-tb-copy-btn:active {
    transform: scale(0.95);
}
.maz-tb-copy-btn svg {
    display: block;
}
.maz-tb-text {
    margin: 0;
}
.maz-textbausteine-welcome {
    text-align: center;
    padding: 60px 40px;
    color: #666;
}
.maz-textbausteine-welcome h2 {
    border: none;
    margin-bottom: 15px;
    color: #696969;
    font-family: Raleway, sans-serif;
    font-size: 24px;
}
.maz-textbausteine-welcome p {
    font-size: 18px;
    color: #777;
}
.maz-textbausteine-empty {
    text-align: center;
    padding: 40px;
    color: #999;
    font-style: italic;
}
@media (max-width: 968px) {
    .maz-textbausteine-container {
        flex-direction: column;
        margin: 30px 0;
        gap: 30px;
    }
    .maz-textbausteine-sidebar {
        flex: 1 1 auto;
    }
    .maz-textbausteine-section {
        padding: 30px 20px;
    }
    .maz-textbausteine-section h2 {
        font-size: 26px;
    }
    .maz-textbausteine-nav a:hover {
        padding-left: 20px;
    }
    .maz-textbausteine-nav li.subsection a:hover {
        padding-left: 35px;
    }
}
