.anfrage-form{
max-width:600px;
margin:40px auto;

display:flex;
flex-direction:column;
gap:15px;
}

.anfrage-form input,
.anfrage-form textarea,
.anfrage-form select{
padding:12px;
border:1px solid #ccc;
border-radius:6px;
font-size:15px;
}

.anfrage-form button{
padding:14px;

background:linear-gradient(135deg,#8b5e3c,#c08a5a);
color:white;

border:none;
border-radius:6px;

cursor:pointer;
}

