.gws .cmpDescription .gewaesser-detail {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding: 20px;
    color: #333333;
    border-radius: 20px;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.1);
}

.gws .cmpDescription .gewaesser-detail h3 {
    font-size: 1.5em;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.gws .cmpDescription .gewaesser-detail table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.gws .cmpDescription .gewaesser-detail td {
    border: none;
    padding: 8px 0;
}

.gws .cmpDescription .gewaesser-detail tr td:first-child {
    font-weight: bold;
    padding-right: 10px;
    white-space: nowrap;
}

.gws .cmpDescription .gewaesser-detail a {
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.gws .cmpDescription .gewaesser-detail a:hover {
    text-decoration: underline;
}