Vielen Dank!
Ihr Dokument wurde erfolgreich gesendet. Wir haben mit der Bearbeitung Ihrer
Daten begonnen und werden uns in Kürze mit Ihnen in Verbindung setzen.
Falls Sie Fragen haben, kontaktieren Sie uns gerne:
📧 E-Mail: [email protected]
📞 Telefon: +49 30 466 90294
Zurück zur Startseite
.form-body .form-steps {
display: flex;
gap: 20px;
height: 470px;
}
.form-steps>* {
flex: 1;
text-align: center;
padding: 40px;
border-radius: 12px;
}
.form-steps.step-3>p {
background: #ffffff;
margin: 0;
text-align: start;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
max-width: 80%;
margin: auto;
}
.form-title {
font-size: 24px;
font-weight: bold;
text-align: start;
width: 100%;
}
.form-text {
font-size: 16px;
line-height: 1;
margin-top: 10px;
margin-bottom: 30px;
text-align: start;
width: 100%;
}
.datei-auswählen {
margin-top: 10px;
background-color: #192d59;
padding: 15px 30px;
border-radius: 10px;
color: #fff;
cursor: pointer;
}
.center {
margin: auto;
display: flex;
vertical-align: middle;
justify-content: center;
align-items: center;
}
.center img {
margin: 10px 15px;
width: 30px;
}
.margin-0-15 {
margin: 0 0 15px 0;
}
@media (max-width: 768px) {
.form-body, .form-steps>*{
padding: 15px;
}
.form-body .form-steps {
flex-direction: column;
}
.form-text {
margin-bottom: 10px;
}
.form-steps.step-3>p {
max-width: 100%;
justify-content: center;
}
}