﻿input, textarea {
    margin-top: 5px !important;
    border: 1px solid #dcd7dc !important;
    border-radius: 4px;
    margin-bottom: 15px;
}

select {
    height: 39px;
    display: block;

    outline: 1px solid #dcd7dc !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
    outline-offset: 0 !important;
    /* Diese Zeilen hinzufügen: */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%238c878c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px;
}

input:hover, textarea:hover{
    border-color: #8c878c !important;
}


select:hover {
    outline: 1px solid #8c878c !important;
}
