/* Navigation */
.highlighted-bg {
        background-color: #ffffff;  /* Grauer Hintergrund */
        border-radius: 5px;        /* Abgerundete Ecken */
    }

.custom-frame {
    border: 1px solid black; /* Solid-Rahmen, 1px, schwarz */
    background-color: #f5f5f5; /* Ganz helles Grau */
    margin-top: 15px;
    margin-bottom: 25px;
    padding: 15px; /* Innenabstand (padding) von allen Seiten */
}
.table-cell-word {
max-width: 200px;
    word-wrap: break-word;
}
.table-cell {
    max-width: 350px; /* oder jede gew�nschte Breite */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Hintergrund Form Linksite */
.kontakt-div {
        background: linear-gradient(45deg, #f3f4f6, #e1e2e6);
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid white;
    }
    .social-div {
        background: linear-gradient(45deg, #e6e7e9, #cfcfd1);
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border: 1px solid white;
    }