.impressum-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.impressum-wrapper h1 {
    margin-bottom: 10px;
}

.impressum-intro {
    color: #666;
    margin-bottom: 40px;
}

.impressum-box {
    background: #262626;
    border-radius: 6px;
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	
	
}

.impressum-box h2 {
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: #fe1212;
	
}

.impressum-box p {
    line-height: 1.6;
    color: #fff;
}

.impressum-box a {
    color: #fe1212;
    text-decoration: none;
}

.impressum-box a:hover {
    text-decoration: underline;
}

/* kleinere Infoboxen */
.impressum-box.small {
    font-size: 0.95rem;
    background: #262626;
}
