/* Stile für die AGB-Seite */
.agb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left; /* Linksbündig ausgerichtet */
}

.agb-container h1, 
.agb-container h2, 
.agb-container h3, 
.agb-container h4, 
.agb-container h5, 
.agb-container h6 {
    color: #6c4f70;
    font-family: 'Roboto', sans-serif;
}

.agb-container p {
    color: #757081;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
}
