/* AGB Seiten - Simpler, professioneller Style */

body {
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Logo Container */
.agb-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.agb-logo a {
    display: block;
    text-decoration: none;
}

.agb-logo img {
    height: 50px;
    width: auto;
    display: block;
}

body > div {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.7;
    font-size: 16px;
    color: #333;
}

h1 {
    font-size: 2.2em;
    color: #1a1a1a;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #007bff;
    font-weight: 600;
}

h2 {
    font-size: 1.5em;
    color: #2c3e50;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

p {
    margin-bottom: 15px;
    text-align: justify;
}

p b {
    color: #007bff;
    font-weight: 600;
}

ol {
    margin: 20px 0;
    padding-left: 30px;
    line-height: 1.8;
}

ol li {
    margin-bottom: 8px;
    color: #555;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#itkanzlei_txt_copyright {
    border-top: 1px solid #e0e0e0;
    padding-top: 30px;
    margin-top: 60px;
    color: #777;
}

/* Responsive Design für mobile Geräte */
@media (max-width: 768px) {
    body > div {
        padding: 25px 20px;
        box-shadow: none;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.3em;
        margin-top: 30px;
    }
    
    p {
        text-align: left;
        font-size: 15px;
    }
    
    ol {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    body > div {
        padding: 20px 15px;
    }
    
    h1 {
        font-size: 1.5em;
    }
    
    h2 {
        font-size: 1.2em;
    }
}
