.btn--primary{ cursor: pointer!important; } .page-textwidth { padding:0 var(--space-xxl); } .posrel { position:relative; } .posabs { position:absolute; } .lzero { left:0; } .tzero { top:0; } .wfull { width:100%; } .hfull{ height:100%; } .zmintwo { z-index:-2; } .quoteafb::before { border-radius:var(--radius-m); } .radius-left { border-top-left-radius:6px; border-bottom-left-radius:6px; border-top-right-radius:0; border-bottom-right-radius:0; } .radius-right { border-top-left-radius:0; border-bottom-left-radius:0; border-top-right-radius:6px; border-bottom-right-radius:6px; } .pum-content { outline-style:none !important; } @media (max-width: 768px) { .radius--m-top { border-top-left-radius:6px; border-bottom-left-radius:0; border-top-right-radius:6px; border-bottom-right-radius:0; } .radius--m-bottom { border-top-left-radius:0; border-bottom-left-radius:6px; border-top-right-radius:0; border-bottom-right-radius:6px; } .page-textwidth { padding:0 0; } .breakout--full.mob-margin { margin-top:0px; } .breakout--full.mob-margin img { margin-top:0px; } } body.page:not(.home) main#brx-content section:first-child, body.single-thema main#brx-content section:first-child, body.single-locatie main#brx-content section:first-child, body.single-post main#brx-content section:first-child, body.post-type-archive-thema main#brx-content section:first-child, body.single-vacature main#brx-content section:first-child, body.post-type-archive-vacature main#brx-content section:first-child, body.post-type-archive-locatie main#brx-content section:first-child { padding-top:120px; } .mpFormTable { list-style:none; padding:0; width:60%; display:grid; row-gap:40px; } .mpFormTable ul { list-style:none; padding:0; } .mpFormTable ul li { display: flex; place-items:center; gap:15px; } .mpFormTable .mpFormLabel { display:flex; } .mpFormTable ul li label { margin:0; } .mpFormTable .descriptionLabel { font-weight: 800; font-size: var(--text-m); } .mpFormTable input[type=text] { border-color: #cacaca; border-radius: var(--radius-m); box-shadow: 0 0 0 0 transparent; padding-right: 16px; padding-left: 16px; font-size: var(--text-m); height: 50px; } .mpFormTable .submitButton { background-color: var(--black); font-size: 16px; border-radius: var(--radius-m); padding-top: 15px; padding-right: 20px; padding-bottom: 15px; padding-left: 20px; color:var(--white); border:0 none; }