Request a proposal
Tell us what you’d like to organize. Share the key details about your event, and our team will be happy to put together a proposal tailored to your program, group, and preferences.
/* =========================================================
SCALA – VRAAG EEN VOORSTEL AAN
========================================================= */
/* =========================================================
DESKTOP
========================================================= */
.scala-proposal-top {
padding-top: 20px !important;
padding-bottom: 0 !important;
margin-top: -35px !important;
margin-bottom: 0 !important;
}
.scala-proposal-main {
padding-top: 18px !important;
padding-bottom: 40px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
/* Intro en formulier exact uitlijnen */
.scala-proposal-intro-row,
.scala-proposal-form-row {
width: 80% !important;
max-width: 960px !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
padding-left: 0 !important;
padding-right: 0 !important;
}
/* Formulier zelf volledig binnen de rij */
.scala-proposal-form-row .et_pb_module,
.scala-proposal-form-row .wpforms-container {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
/* =========================================================
TABLET
========================================================= */
@media (min-width: 768px) and (max-width: 980px) {
.scala-proposal-top {
padding-top: 8px !important;
padding-bottom: 0 !important;
margin-top: -70px !important;
margin-bottom: 0 !important;
}
.scala-proposal-main {
padding-top: 16px !important;
padding-bottom: 30px !important;
}
.scala-proposal-intro-row,
.scala-proposal-form-row {
width: 80% !important;
max-width: none !important;
}
}
/* =========================================================
TELEFOON
========================================================= */
@media (max-width: 767px) {
.scala-proposal-top {
padding-top: 8px !important;
padding-bottom: 0 !important;
margin-top: -55px !important;
margin-bottom: 0 !important;
}
.scala-proposal-main {
padding-top: 14px !important;
padding-bottom: 25px !important;
}
.scala-proposal-intro-row,
.scala-proposal-form-row {
width: 86% !important;
max-width: none !important;
}
}