.titel-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hauttyp {
    max-width: 800px;
    margin: 0 auto 28px;
}

.hauttyp strong {
    color: #163b90;
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}

.hauttyp li {
    margin-bottom: 6px;
    font-size: 18px;
}
