.containerVertreibssuche {
    display: flex;
}

.sub-column {
    flex: 1;
    margin-right: 10px; /* Abstand zwischen den Unter-Divs */
    padding: 10px 0;
    width:25%;
}

form#vertriebssuche-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

div#ausgabeSuche{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

div#ausgabeSuche .vertriebRow {
    margin-bottom: 20px;
}

div#ausgabeSuche .tabelle_name,
div#ausgabeSuche .tabelle_name2{
    font-size: 20px;
    font-weight: 900;
}

div#ausgabeSuche .tabelle_email a,div#ausgabeSuche  .tabelle_email2 a{
    text-decoration: underline;
}

.tabelle_location {
    display: inline-block; /* Zeigt die Elemente in einer Linie an */
}

.tabelle_zip,
.tabelle_ort {
    display: inline; /* Zeigt die Elemente in einer Linie an */
    margin-right: 5px; /* Fügt etwas Abstand zwischen den Elementen hinzu */
}

/* Stil für den Button, wenn er deaktiviert ist */
#weiter_button:disabled {
    cursor: not-allowed; /* Zeigt an, dass der Button deaktiviert ist */
}

select#meinDropdownCountry,
input#plzInput {
    font-size: 18px;
}
