/* CSS für die Empfehlungen-Seite */

#empfehlungs-form {
    border: 4px solid #75180c;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
}

#empfehlungs-form p {
    color: #75180c;
    font-weight: bold;
}

#empfehlungs-form label {
    display: block;
    color: #75180c;
}

#empfehlungs-form select {
    width: 100%;
    padding: 5px 5px;
    margin-top: 5px;
    border: 2px solid #75180c;
    border-radius: 5px;
    box-sizing: border-box;
}

#empfehlungs-form button {
    margin-top: 20px;
    padding: 5px 10px;
    background-color: #75180c;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: white;
}

#empfehlungs-form button:hover {
    background-color: #a63422;
}

/* Ergebnisbereich */

#empfehlungs-ergebnis-bereich {
    margin-top: 30px;
}

.empfehlung-card {
    border: 2px solid #75180c;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.empfehlung-card h3 {
    margin-top: 0;
    color: #75180c;
    font-size: 1.1em;
}
