
/* -----------------------------KONTAKTFORMULAR------------------------- */

.form{
    width: 80%;
}

.geschaeftskontakt{
    overflow: hidden;

    max-height: 200px;

    transition: max-height 0.5s, padding 0.5s;
}

.inputsHidden{
    padding: 0;
    max-height: 0;
    border: none;
    overflow: hidden;
}

#formSelect{
    display: none;
}

#formSelectMobile{
    display: inline-block;
}

.inputGroup{
    width: 100%;
}