@font-face {
    font-family: Mulish;
    src: url(./font/mulish/Mulish-Light.ttf);
}

body {
    font-family: Mulish;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    margin-left: -0.8%;
    margin-right: -0.8%;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0.175);
}
.nav-left {
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}

.nav-back{
    text-decoration: none;
    color: black;
}

.nav-back:hover{
    text-decoration: underline;
}


.nav-left i {
    margin-right: 5px;
}
.nav-center {
    margin: auto 0;
}
.nav-center img {
    height: 40px;
}
.nav-right {
    width: 40px; /* Platzhalter für die Ausrichtung */
}
form {
    margin: 20px;
    text-align: center;
}
select {
    padding: 5px;
    font-size: 16px;
}

.ortselect{
    text-align: center;
    font-size: 50px;
}

.no{
    color: #ffffff00;
}

.ort{
    font-size: 20px;
}

form {
    margin: 20px;
    text-align: center;
}
select {
    padding: 10px 55px;
    font-size: 16px;
    border: 2px solid #333;
    border-radius: 5px;
    background-color: white;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%204%205%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M2%200L0%202h4L2%200zM2%205L0%203h4L2%205z%22/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
}
select:hover {
    border-color: #555;
}
select:focus {
    outline: none;
    border-color: #666;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
option {
    padding: 10px;
}