.hopmans-team-container {
max-width: 1260px;
margin: 0 auto;
} .hopmans-team-filters {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 30px;
justify-content: center;
}
.hopmans-team-filter-btn {
padding: 8px 16px !important;
border: 2px solid var(--e-global-color-primary, #10aa9e) !important;
background: #fff !important;
border-radius: 4px !important;
cursor: pointer;
transition: all 0.3s ease;
font-family: var(--e-global-typography-primary-font-family, 'Open Sans', sans-serif) !important;
font-size: 0.8em !important;
font-weight: 700 !important;
color: var(--e-global-color-primary, #10aa9e) !important;
text-decoration: none !important;
line-height: 1.2em !important;
text-transform: uppercase;
}
.hopmans-team-filter-btn:hover {
background: var(--e-global-color-primary, #10aa9e) !important;
color: #fff !important;
}
.hopmans-team-filter-btn.active {
background: var(--e-global-color-primary, #10aa9e) !important;
color: #fff !important;
border-color: var(--e-global-color-primary, #10aa9e) !important;
} .hopmans-team-afdeling {
margin-bottom: 40px;
display: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.hopmans-team-afdeling.active {
display: block;
opacity: 1;
}
.hopmans-team-afdeling-title {
margin-bottom: 20px;
font-size: 24px;
font-weight: 600;
text-align: left;
} .hopmans-team-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
@media (max-width: 1024px) {
.hopmans-team-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.hopmans-team-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.hopmans-team-grid {
grid-template-columns: 1fr;
}
} .hopmans-team-lid {
text-align: center;
} .hopmans-team-lid-foto {
position: relative;
width: 100%;
padding-bottom: 100%;
margin-bottom: 15px;
overflow: hidden;
}
.hopmans-team-lid-foto img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
} .hopmans-team-lid-foto:before {
content: "";
position: absolute;
bottom: 0;
right: 0;
border-width: 50px 50px 0 0;
border-style: solid;
border-color: transparent var(--team-bg-color, #fff) var(--team-bg-color, #fff) transparent;
z-index: 1;
} .hopmans-team-lid-info {
text-align: left;
}
.hopmans-team-lid-info h4,
.hopmans-team-lid-naam {
margin: 0 0 5px;
font-size: 18px;
font-weight: 600;
color: var(--e-global-color-accent, #10aa9e);
}
.hopmans-team-lid-functie {
margin: 0;
color: #000;
font-size: 16px;
} .hopmans-openingstijden {
margin-bottom: 2em;
} .aangepaste-openingstijden-tabel {
width: 100%;
border-collapse: collapse;
margin-bottom: 1.5em;
font-size: 16px;
table-layout: fixed;
}
.aangepaste-openingstijden-tabel,
.aangepaste-openingstijden-tabel td,
.aangepaste-openingstijden-tabel th {
border: none;
}
.aangepaste-openingstijden-tabel td {
padding: 15px;
text-align: left;
vertical-align: top;
border-bottom: 1px solid #eaeaea;
word-break: normal;
overflow-wrap: break-word;
} .aangepaste-openingstijden-tabel .dag-naam {
width: 12%;
font-weight: bold;
color: var(--e-global-color-primary, #89AFA7);
}
.aangepaste-openingstijden-tabel .datum {
width: 25%;
}
.aangepaste-openingstijden-tabel .feestdag {
width: 33%;
font-weight: bold;
}
.aangepaste-openingstijden-tabel .openingstijd {
width: 30%;
font-style: italic;
color: #666;
word-wrap: break-word;
overflow-wrap: break-word;
} .aangepaste-openingstijden-tabel .aangepaste-openingstijd:hover {
background-color: rgba(242, 242, 242, 0.5);
} .hopmans-openingstijden .geen-openingstijden {
padding: 15px;
background-color: #f9f9f9;
border: 1px solid #eaeaea;
border-radius: 4px;
text-align: left;
font-style: italic;
} @media screen and (max-width: 768px) {
.aangepaste-openingstijden-tabel,
.aangepaste-openingstijden-tabel tbody,
.aangepaste-openingstijden-tabel tr,
.aangepaste-openingstijden-tabel td {
display: block;
width: 100%;
text-align: left;
}
.aangepaste-openingstijden-tabel tr {
margin-bottom: 15px;
border-bottom: 2px solid #eaeaea;
padding-bottom: 10px;
}
.aangepaste-openingstijden-tabel td {
border: none;
padding: 3px 0;
}
.aangepaste-openingstijden-tabel .dag-naam {
margin-top: 8px;
width: 100%;
}
.aangepaste-openingstijden-tabel .datum,
.aangepaste-openingstijden-tabel .feestdag,
.aangepaste-openingstijden-tabel .openingstijd {
width: 100%;
}
} .hopmans-scroll-labels {
position: fixed;
left: 100%;
top: 200px;
z-index: 99;
padding: 0;
}
.hopmans-scroll-labels-track {
display: flex;
flex-direction: column;
gap: 5px;
}
.hopmans-scroll-label {
display: flex;
align-items: center;
text-decoration: none;
transition: margin-left 0.5s ease-out;
margin-left: -50px;
background-color: var(--e-global-color-primary, #1e3a5f);
border-radius: 4px 0 0 4px;
height: 50px;
position: relative;
}
.hopmans-scroll-label:hover {
margin-left: var(--hover-width, -200px);
} .hopmans-scroll-label-logo-wrap {
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.hopmans-scroll-label-logo {
padding: 5px;
height: 40px;
width: 40px;
object-fit: contain;
} .hopmans-scroll-label-title {
color: #fff;
font-size: 14px;
font-weight: 700;
line-height: 50px;
padding: 0 20px 0 10px;
white-space: nowrap;
height: 50px;
} .hopmans-scroll-label-current,
.hopmans-scroll-label-current .hopmans-scroll-label-logo {
background-color: var(--e-global-color-secondary, #10aa9e);
} @media (max-width: 768px) {
.hopmans-scroll-labels {
display: none;
}
} .hopmans-mededeling-topbar {
position: relative;
width: 100%;
height: 40px;
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
font-size: 14px;
font-weight: 400;
padding: 0 20px;
box-sizing: border-box;
}
.hopmans-mededeling-topbar .hopmans-mededeling-title {
font-weight: 700;
}
.hopmans-mededeling-topbar .hopmans-mededeling-message {
font-weight: 400;
} .hopmans-mededeling-topbar.hopmans-topbar-hidden {
display: none;
} @media (max-width: 600px) {
.hopmans-mededeling-topbar {
height: auto;
min-height: 40px;
padding: 8px 15px;
font-size: 13px;
flex-wrap: wrap;
text-align: center;
}
} .hopmans-mededeling-popup-overlay {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
}
.hopmans-mededeling-popup {
background: #fff;
padding: 30px;
border-radius: 8px;
max-width: 500px;
width: 100%;
text-align: center;
position: relative;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
animation: hopmansFadeIn 0.3s ease;
}
@keyframes hopmansFadeIn {
from {
opacity: 0;
transform: scale(0.95);
}
to {
opacity: 1;
transform: scale(1);
}
}
.hopmans-popup-close {
position: absolute !important;
top: 10px !important;
right: 10px !important;
width: 32px !important;
height: 32px !important;
min-width: 32px !important;
min-height: 32px !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
background: transparent !important;
font-size: 24px !important;
line-height: 32px !important;
cursor: pointer;
color: #666 !important;
border-radius: 4px !important;
transition: background 0.2s ease, color 0.2s ease;
box-shadow: none !important;
}
.hopmans-popup-close:hover {
background: #f0f0f0 !important;
color: #333 !important;
}
.hopmans-mededeling-popup-title {
margin: 0 0 15px 0;
font-size: 24px;
font-weight: 700;
}
.hopmans-mededeling-popup-message {
font-size: 16px;
line-height: 1.6;
color: #333;
margin-bottom: 25px;
}
.hopmans-popup-btn {
display: inline-block;
padding: 12px 30px;
border: none;
border-radius: 4px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: opacity 0.2s ease, transform 0.2s ease;
}
.hopmans-popup-btn:hover {
opacity: 0.9;
transform: translateY(-1px);
} @media (max-width: 480px) {
.hopmans-mededeling-popup {
padding: 25px 20px;
}
.hopmans-mededeling-popup-title {
font-size: 20px;
}
.hopmans-mededeling-popup-message {
font-size: 15px;
}
} .vac-count,
.e-n-menu .vac-count,
.e-n-menu-title .vac-count,
.e-n-menu-title-text .vac-count,
.elementor-nav-menu .vac-count,
.menu-item .vac-count {
display: inline-block !important;
width: 18px !important;
height: 18px !important;
padding: 0 !important;
margin-left: 2px !important;
margin-top: -12px !important;
font-size: 11px !important;
font-weight: 600 !important;
line-height: 18px !important;
text-align: center !important;
color: #fff !important;
background-color: var(--e-global-color-primary, #10aa9e) !important;
border-radius: 50% !important;
vertical-align: top !important;
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
} .hopmans-vacatures-cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 24px;
margin: 0;
padding: 0;
}
.hopmans-vacature-card {
display: block;
background: #fff;
border: none;
border-radius: 8px;
padding: 24px;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.14);
}
.hopmans-vacature-card-content {
display: flex;
flex-direction: column;
height: 100%;
} .hopmans-vacature-card .hopmans-vacature-title {
margin: 0 0 16px 0;
font-size: 20px;
font-weight: 600;
color: var(--e-global-color-primary, #10aa9e);
line-height: 1.3;
} .hopmans-vacature-details {
flex-grow: 1;
margin-bottom: 20px;
}
.hopmans-vacature-detail {
margin-bottom: 8px;
}
.hopmans-vacature-detail:last-child {
margin-bottom: 0;
}
.hopmans-vacature-label {
display: block;
font-weight: 700;
font-size: 15px;
color: #1f2937;
margin-bottom: 0;
}
.hopmans-vacature-value {
display: block;
font-size: 15px;
color: #1f2937;
line-height: 1.5;
} .hopmans-vacature-btn {
display: inline-block;
padding: 10px 24px;
background-color: var(--e-global-color-accent, #e8a33a);
color: #fff !important;
font-size: 14px;
font-weight: 600;
text-decoration: none !important;
border-radius: 4px;
transition: background-color 0.2s ease, transform 0.2s ease;
text-align: center;
align-self: flex-start;
}
.hopmans-vacature-btn:hover {
background-color: var(--e-global-color-accent-dark, #d4922e);
transform: translateY(-1px);
text-decoration: none !important;
color: #fff !important;
} .hopmans-no-vacatures {
padding: 40px 20px;
text-align: center;
background: #f9fafb;
border-radius: 8px;
color: #6b7280;
font-size: 16px;
} @media (max-width: 640px) {
.hopmans-vacatures-cards {
grid-template-columns: 1fr;
}
.hopmans-vacature-card {
padding: 20px;
}
.hopmans-vacature-card .hopmans-vacature-title {
font-size: 18px;
}
} .hopmans-vacatures-list {
display: flex;
flex-direction: column;
gap: 16px;
}
.hopmans-vacatures-list .hopmans-vacature-card {
display: flex;
flex-direction: row;
align-items: center;
padding: 20px 24px;
}
.hopmans-vacatures-list .hopmans-vacature-card-content {
flex-direction: row;
align-items: center;
gap: 24px;
width: 100%;
}
.hopmans-vacatures-list .hopmans-vacature-title {
flex: 1;
margin: 0;
}
.hopmans-vacatures-list .hopmans-vacature-details {
display: flex;
gap: 24px;
margin: 0;
}
.hopmans-vacatures-list .hopmans-vacature-detail {
margin: 0;
}
.hopmans-vacatures-list .hopmans-vacature-btn {
margin: 0;
white-space: nowrap;
}
@media (max-width: 768px) {
.hopmans-vacatures-list .hopmans-vacature-card {
padding: 16px;
}
.hopmans-vacatures-list .hopmans-vacature-card-content {
flex-direction: column;
align-items: flex-start;
gap: 12px;
}
.hopmans-vacatures-list .hopmans-vacature-details {
flex-direction: column;
gap: 8px;
}
.hopmans-vacatures-list .hopmans-vacature-btn {
width: 100%;
text-align: center;
}
} .hopmans-vacature-single {
background: #fff;
padding: 40px 20px 60px;
min-height: 60vh;
}
.hopmans-vacature-single-container {
max-width: 800px;
margin: 0 auto;
} .hopmans-vacature-header {
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 2px solid #f3f4f6;
}
.hopmans-vacature-single-title {
margin: 0 0 20px 0;
font-size: 36px;
font-weight: 700;
color: #1f2937;
line-height: 1.2;
}
.hopmans-vacature-meta-bar {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.hopmans-vacature-meta-bar .hopmans-vacature-tag {
padding: 6px 14px;
font-size: 14px;
} .hopmans-vacature-content {
margin-bottom: 40px;
}
.hopmans-vacature-section {
margin-bottom: 32px;
}
.hopmans-vacature-section h2 {
margin: 0 0 16px 0;
font-size: 22px;
font-weight: 600;
color: var(--e-global-color-primary, #10aa9e);
}
.hopmans-vacature-text {
font-size: 16px;
line-height: 1.7;
color: #374151;
}
.hopmans-vacature-text p {
margin: 0 0 16px 0;
}
.hopmans-vacature-text p:last-child {
margin-bottom: 0;
}
.hopmans-vacature-text ul,
.hopmans-vacature-text ol {
margin: 0 0 16px 0;
padding-left: 24px;
}
.hopmans-vacature-text li {
margin-bottom: 8px;
} .hopmans-vacature-interesse {
background: #f9fafb;
padding: 24px;
border-radius: 8px;
border-left: 4px solid var(--e-global-color-primary, #10aa9e);
} .hopmans-vacature-footer {
padding-top: 30px;
border-top: 1px solid #e5e7eb;
}
.hopmans-vacature-back {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 15px;
font-weight: 500;
color: var(--e-global-color-primary, #10aa9e);
text-decoration: none;
transition: gap 0.2s ease;
}
.hopmans-vacature-back:hover {
gap: 12px;
text-decoration: none;
} @media (max-width: 768px) {
.hopmans-vacature-single {
padding: 30px 16px 50px;
}
.hopmans-vacature-single-title {
font-size: 28px;
}
.hopmans-vacature-section h2 {
font-size: 20px;
}
.hopmans-vacature-text {
font-size: 15px;
}
.hopmans-vacature-interesse {
padding: 20px;
}
}
@media (max-width: 480px) {
.hopmans-vacature-single-title {
font-size: 24px;
}
.hopmans-vacature-meta-bar {
flex-direction: column;
gap: 8px;
}
.hopmans-vacature-meta-bar .hopmans-vacature-tag {
width: fit-content;
}
} .hopmans-portfolio {
display: flex;
flex-direction: column;
gap: 40px;
}
.hopmans-portfolio-item {
display: flex;
flex-direction: row;
align-items: center;
} .hopmans-portfolio-image-left {
flex-direction: row;
} .hopmans-portfolio-image-right {
flex-direction: row-reverse;
} .hopmans-portfolio-image {
flex: 0 0 45%;
max-width: 45%;
aspect-ratio: 4 / 3;
overflow: hidden;
}
.hopmans-portfolio-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .hopmans-portfolio-content {
flex: 0 0 55%;
max-width: 55%;
background-color: var(--e-global-color-5eb10eb, #f5f5f5);
padding: 50px;
display: flex;
flex-direction: column;
justify-content: center;
} .hopmans-portfolio-type {
margin: 0 0 10px 0;
} .hopmans-portfolio-title {
margin: 0 0 10px 0 !important;
font-size: 1.7em !important;
font-weight: 700 !important;
color: var(--e-global-color-primary, #10aa9e) !important;
line-height: 1.2 !important;
} .hopmans-portfolio-location {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 20px;
font-size: 0.9em;
color: var(--e-global-color-primary, #10aa9e);
}
.hopmans-portfolio-icon {
width: 15px;
height: 15px;
fill: currentColor;
flex-shrink: 0;
} .hopmans-portfolio-description {
margin-bottom: 20px;
font-size: 16px;
line-height: 1.6;
color: #333;
} .hopmans-portfolio-btn {
display: inline-block;
padding: 15px 25px;
background-color: var(--e-global-color-5eb10eb, #f5f5f5);
color: var(--e-global-color-primary, #10aa9e) !important;
font-size: 1em;
font-weight: 400;
line-height: 1em;
text-decoration: none !important;
border-style: solid;
border-width: 2px;
border-color: var(--e-global-color-primary, #10aa9e);
border-radius: 5px;
transition: background-color 0.3s ease, color 0.3s ease;
align-self: flex-start;
}
.hopmans-portfolio-btn:hover {
background-color: var(--e-global-color-primary, #10aa9e);
color: #fff !important;
text-decoration: none !important;
} .hopmans-no-portfolio {
padding: 40px 20px;
text-align: center;
background: #f9fafb;
border-radius: 8px;
color: #6b7280;
font-size: 16px;
} @media (max-width: 1024px) {
.hopmans-portfolio-content {
padding: 30px;
}
.hopmans-portfolio-title {
font-size: 1.8em;
}
}
@media (max-width: 768px) {
.hopmans-portfolio-item,
.hopmans-portfolio-image-left,
.hopmans-portfolio-image-right {
flex-direction: column;
}
.hopmans-portfolio-image,
.hopmans-portfolio-content {
flex: 0 0 100%;
max-width: 100%;
}
.hopmans-portfolio-image {
height: 250px;
}
.hopmans-portfolio-content {
padding: 20px;
}
.hopmans-portfolio-title {
font-size: 1.4em;
}
.hopmans-portfolio-location {
line-height: 1.4em;
}
.hopmans-portfolio-description {
font-size: 0.9em;
}
} .hopmans-sollicitatie-section {
margin-top: 40px;
padding: 32px;
background: #fff;
border-radius: 8px;
border: 1px solid #e5e7eb;
}
.hopmans-sollicitatie-section h2 {
margin: 0 0 24px 0;
font-size: 24px;
font-weight: 600;
color: var(--e-global-color-primary, #10aa9e);
}
.hopmans-sollicitatie-form {
max-width: 100%;
} .hopmans-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 20px;
} .hopmans-form-field {
display: flex;
flex-direction: column;
}
.hopmans-form-field-full {
grid-column: 1 / -1;
margin-bottom: 20px;
}
.hopmans-form-field label {
display: block;
margin-bottom: 6px;
font-size: 14px;
font-weight: 600;
color: #374151;
}
.hopmans-form-field label .required {
color: #dc2626;
}
.hopmans-form-field label .optional {
font-weight: 400;
color: #6b7280;
}
.hopmans-form-field input[type="text"],
.hopmans-form-field input[type="email"],
.hopmans-form-field input[type="tel"] {
width: 100% !important;
padding: 12px 14px !important;
font-size: 16px !important;
border: 1px solid #d1d5db !important;
border-radius: 6px !important;
transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
box-sizing: border-box !important;
background-color: #fff !important;
}
.hopmans-form-field input[type="text"]:focus,
.hopmans-form-field input[type="email"]:focus,
.hopmans-form-field input[type="tel"]:focus {
outline: none !important;
border-color: var(--e-global-color-primary, #10aa9e) !important;
box-shadow: 0 0 0 3px rgba(16, 170, 158, 0.1) !important;
} .hopmans-dropzone {
position: relative;
border: 2px dashed #d1d5db;
border-radius: 8px;
padding: 32px 20px;
text-align: center;
cursor: pointer;
transition: border-color 0.2s ease, background-color 0.2s ease;
background: #fafafa;
}
.hopmans-dropzone:hover {
border-color: var(--e-global-color-primary, #10aa9e);
background: #f0fdf9;
}
.hopmans-dropzone.hopmans-dropzone-active {
border-color: var(--e-global-color-primary, #10aa9e);
background: #f0fdf9;
border-style: solid;
}
.hopmans-dropzone.hopmans-dropzone-has-file {
border-style: solid;
border-color: var(--e-global-color-primary, #10aa9e);
background: #f0fdf9;
}
.hopmans-dropzone input[type="file"] {
position: absolute;
width: 0;
height: 0;
opacity: 0;
pointer-events: none;
}
.hopmans-dropzone-content {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}
.hopmans-dropzone-content svg {
color: #9ca3af;
}
.hopmans-dropzone-content p {
margin: 0;
font-size: 15px;
color: #6b7280;
}
.hopmans-dropzone-content p span {
color: var(--e-global-color-primary, #10aa9e);
font-weight: 500;
}
.hopmans-dropzone-content small {
font-size: 13px;
color: #9ca3af;
} .hopmans-dropzone-file {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
}
.hopmans-dropzone-file svg {
color: var(--e-global-color-primary, #10aa9e);
}
.hopmans-dropzone-file .filename {
font-size: 15px;
font-weight: 500;
color: #374151;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.hopmans-dropzone-remove {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
padding: 0;
border: none;
background: #fee2e2;
border-radius: 4px;
cursor: pointer;
transition: background-color 0.2s ease;
}
.hopmans-dropzone-remove svg {
color: #dc2626;
}
.hopmans-dropzone-remove:hover {
background: #fecaca;
} .hopmans-form-checkbox {
margin-bottom: 24px;
}
.hopmans-form-checkbox label {
display: flex;
align-items: flex-start;
gap: 10px;
cursor: pointer;
font-weight: 400;
}
.hopmans-form-checkbox input[type="checkbox"] {
width: 18px;
height: 18px;
margin-top: 2px;
flex-shrink: 0;
accent-color: var(--e-global-color-primary, #10aa9e);
}
.hopmans-form-checkbox span {
font-size: 14px;
color: #4b5563;
line-height: 1.5;
} .hopmans-form-submit {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-width: 200px;
padding: 14px 28px;
font-size: 16px;
font-weight: 600;
color: #fff;
background-color: var(--e-global-color-primary, #10aa9e);
border: none;
border-radius: 6px;
cursor: pointer;
transition: background-color 0.2s ease, transform 0.2s ease;
}
.hopmans-form-submit:hover {
background-color: var(--e-global-color-primary-dark, #0d8c82);
transform: translateY(-1px);
}
.hopmans-form-submit:disabled {
opacity: 0.7;
cursor: not-allowed;
transform: none;
}
.hopmans-form-submit .button-loading {
display: inline-flex;
align-items: center;
gap: 8px;
}
.hopmans-form-submit .spinner {
animation: hopmansSpinner 1s linear infinite;
}
@keyframes hopmansSpinner {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
} .hopmans-form-messages {
margin-top: 20px;
}
.hopmans-form-success,
.hopmans-form-error {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 16px;
border-radius: 8px;
}
.hopmans-form-success {
background: #f0fdf4;
border: 1px solid #bbf7d0;
}
.hopmans-form-success svg {
color: #16a34a;
flex-shrink: 0;
}
.hopmans-form-success p {
margin: 0;
font-size: 15px;
color: #166534;
line-height: 1.5;
}
.hopmans-form-error {
background: #fef2f2;
border: 1px solid #fecaca;
}
.hopmans-form-error svg {
color: #dc2626;
flex-shrink: 0;
}
.hopmans-form-error p {
margin: 0;
font-size: 15px;
color: #991b1b;
line-height: 1.5;
} .hopmans-field-error input,
.hopmans-field-error .hopmans-dropzone {
border-color: #dc2626;
}
.hopmans-field-error-message {
display: block;
margin-top: 6px;
font-size: 13px;
color: #dc2626;
} .hopmans-form-loading .hopmans-form-field input,
.hopmans-form-loading .hopmans-dropzone,
.hopmans-form-loading .hopmans-form-checkbox input {
pointer-events: none;
opacity: 0.6;
} @media (max-width: 640px) {
.hopmans-sollicitatie-section {
padding: 24px 16px;
}
.hopmans-sollicitatie-section h2 {
font-size: 20px;
}
.hopmans-form-row {
grid-template-columns: 1fr;
gap: 16px;
}
.hopmans-form-field-full {
margin-bottom: 16px;
}
.hopmans-dropzone {
padding: 24px 16px;
}
.hopmans-form-submit {
width: 100%;
}
}  :root,
.fluentform,
.fluentform_wrapper,
[class*="fluentform_wrapper"] {
--fluentform-primary: var(--e-global-color-accent, #f4a029) !important;
} .iti__selected-flag {
height: 48px;
} .fluentform input[type=text],
.fluentform input[type=email],
.fluentform input[type=number],
.fluentform input[type=tel],
.ff-el-phone {
height: 50px !important;
padding: 0 15px !important;
}
.fluentform textarea {
padding: 15px !important;
} .fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="url"],
.fluentform input[type="password"],
.fluentform input[type="search"],
.fluentform input[type="tel"],
.fluentform input[type="number"],
.fluentform textarea,
.fluentform select {
background-color: #fff !important;
border-color: #aaa !important;
} .fluentform ::placeholder {
color: #888 !important;
opacity: 1;
text-transform: initial;
}
.fluentform :-ms-input-placeholder {
color: #888;
}
.fluentform ::-ms-input-placeholder {
color: #888;
} .fluentform .ff-el-form-control {
font-size: 16px !important;
border-radius: 0 !important;
} .fluentform select,
.ffs_modern_l .ff-el-group .ff-el-input--content select {
height: 50px !important;
display: block;
font-size: 16px;
font-weight: 500;
color: #444;
line-height: 1.3 !important;
padding: 0.6em 2em 0.5em 1em !important;
width: 100%;
max-width: 100%;
box-sizing: border-box;
margin: 0;
border: 1px solid #aaa;
box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
border-radius: 0 !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E') !important;
background-repeat: no-repeat;
background-position: right 0.7em center;
background-size: 0.65em auto;
}
.fluentform select::-ms-expand {
display: none;
} .ff-el-progress-bar {
background-color: var(--e-global-color-primary, #10aa9e) !important;
} .ff-el-progress-status {
display: none;
} .fluentform .ff-t-cell {
padding: 0 !important;
}
@media only screen and (min-width: 768px) {
.fluentform .ff_columns_total_3 .ff-t-column-1 {
padding-right: 5px !important;
}
.fluentform .ff_columns_total_3 .ff-t-column-2 {
padding-left: 5px !important;
padding-right: 5px !important;
}
.fluentform .ff_columns_total_3 .ff-t-column-3 {
padding-left: 5px !important;
}
} .ff_upload_btn.ff-btn {
padding: 10px 20px !important;
font-size: 14px !important;
background: #a9a9a9 !important;
margin-top: 10px;
} .ff-step-titles span,
.ff-step-titles li:after {
display: none !important;
}
.ff-step-titles li {
padding: 0 5px !important;
vertical-align: middle !important;
}
ul.ff-step-titles {
width: inherit !important;
margin: 0 auto !important;
}
.ff-step-titles li:before {
padding: 10px 0 !important;
width: 44px !important;
border-radius: 0 !important;
background-color: transparent !important;
border: 2px solid var(--e-global-color-primary, #10aa9e) !important;
color: var(--e-global-color-primary, #10aa9e) !important;
font-weight: 600;
}
.ff-step-titles li.ff_active:before,
.ff-step-titles li.ff_completed:before {
background-color: var(--e-global-color-primary, #10aa9e) !important;
color: #fff !important;
} .ff-el-form-check.ff_item_selected input:after {
background-color: var(--e-global-color-primary, #10aa9e) !important;
border-color: var(--e-global-color-primary, #10aa9e) !important;
} .ff-checkable-grids thead {
display: none;
}
.ff-checkable-grids {
border-width: 0 !important;
}
.ff-checkable-grids tbody > tr {
border: solid #f3f3f3;
border-width: 1px 0 0 0;
}
.ff-checkable-grids tbody > tr:last-of-type {
border-width: 1px 0 1px 0;
}
.ff-checkable-grids td {
padding: 12px 0 12px 10px !important;
font-size: 16px;
}
.ff-checkable-grids tbody > tr:nth-child(2n) > td {
background: #fff !important;
}
.ff-checkable-grids input[type=checkbox]:checked:after {
background-color: var(--e-global-color-primary, #10aa9e) !important;
border-color: var(--e-global-color-primary, #10aa9e) !important;
}
.ff-checkable-grids input[type=checkbox]:after {
margin-top: -3px !important;
}
.ff-checkable-grids tbody tr {
display: flex;
flex-direction: row-reverse;
}
.ff-checkable-grids tbody tr td:nth-child(1) {
width: 100%;
}
@media only screen and (max-width: 768px) {
table.ff_flexible_table tbody tr {
display: flex !important;
margin: 0 !important;
border-width: 0 0 1px 0 !important;
}
.ff-checkable-grids td {
padding: 10px 0 !important;
height: 46px;
font-size: 14px;
}
table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header {
background-color: #fff !important;
}
} html body .fluentform .ff-btn-submit,
html body .fluentform-widget-wrapper .ff-btn-submit,
html body .fluentform-widget-wrapper .ff-el-group .ff-btn-submit,
html body [class*="elementor-element"] .fluentform-widget-wrapper .ff-btn-submit,
html body [class*="elementor-element"] .fluentform-widget-wrapper .ff-el-group .ff-btn-submit,
html body [class*="elementor"] [class*="elementor-element"] .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
background-color: var(--e-global-color-accent, #f4a029) !important;
color: #fff !important;
border: none !important;
}
html body .ff-btn-submit:hover,
html body .fluentform .ff-btn-submit:hover,
html body .fluentform-widget-wrapper .ff-btn-submit:hover {
opacity: 0.9 !important;
} .ff-btn.ff-btn-prev {
background-color: transparent !important;
color: #aaa !important;
border: 0 !important;
padding: 10px 20px 10px 5px;
margin-top: 10px;
transition: 0.3s;
text-transform: inherit;
font-weight: 600 !important;
}
.ff-btn.ff-btn-prev:hover {
color: #666 !important;
} .ff-btn.ff-btn-next {
background-color: var(--e-global-color-accent, #f4a029) !important;
border: 2px solid var(--e-global-color-accent, #f4a029) !important;
margin-top: 10px;
font-size: 15px !important;
padding: 8px 25px !important;
font-weight: 600 !important;
color: #fff !important;
border-radius: 4px;
}
.ff-btn.ff-btn-next:hover {
opacity: 0.9 !important;
} .fluentform .ff_list_buttons .ff-el-form-check span {
border: 1px solid #e9ecef !important;
border-radius: 3px !important;
margin-left: 10px !important;
background-color: #e9ecef !important;
box-shadow: none !important;
}
.fluentform .ff_list_buttons .ff-el-form-check span:hover,
.fluentform .ff_list_buttons .ff-el-form-check.ff_item_selected span {
background-color: var(--e-global-color-accent, #f4a029) !important;
border-color: var(--e-global-color-accent, #f4a029) !important;
color: #fff !important;
}
.ff_list_buttons .ff-el-form-check:nth-child(1) span {
margin-left: 0 !important;
}
@media only screen and (max-width: 768px) {
.fluentform .ff_list_buttons .ff-el-form-check {
display: block !important;
}
.fluentform .ff_list_buttons .ff-el-form-check span {
display: block !important;
margin-left: 0 !important;
}
} .fluentform {
border: 0 !important;
} .ff-message-success {
box-shadow: none !important;
border: none !important;
} .flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
fill: var(--e-global-color-primary, #10aa9e) !important;
} @media only screen and (max-width: 768px) {
.ff-btn.ff-btn-next {
width: 100%;
}
.ff-form-has-steps .step-nav {
display: flex;
flex-direction: column-reverse;
}
.ff-form-has-steps .ff_submit_btn_wrapper .ff-btn-submit {
width: 100%;
}
} .fluentform .form_zipcode .ff_street,
.fluentform .form_zipcode .ff_city,
.fluentform .form_zipcode .ff_province,
.fluentform .form_zipcode .ff_municipality {
display: none;
}
.fluentform .form_zipcode input {
border: none;
}
.fluentform .form_zipcode .ff_address_full .ff-el-input--label {
width: 140px;
padding-top: 6px;
}
.fluentform .form_zipcode button[type="submit"].disabled {
opacity: 0.5;
cursor: not-allowed;
} .fluentform .form_zipcode.form_dark p,
.fluentform .form_zipcode.form_dark a,
.fluentform .form_zipcode.form_dark .postcode_error_feedback {
color: #fff;
font-size: 0.9em !important;
line-height: 1.6;
}
.fluentform .form_zipcode.form_dark a {
text-decoration: underline;
}
.fluentform .form_zipcode.form_dark .ff_address_full .ff-el-input--label > label {
color: #fff !important;
}
.fluentform .form_zipcode.form_dark .ff_address_full .ff-el-input--content {
margin-left: 140px !important;
}
.fluentform .form_zipcode.form_dark .ff_address_full textarea {
background-color: transparent !important;
color: #fff !important;
border-width: 0 !important;
} .fluentform .form_zipcode.form_light .ff_address_full .ff-el-input--label > label {
color: #000 !important;
}
.fluentform .form_zipcode.form_light .ff_address_full textarea {
background-color: transparent !important;
color: #000 !important;
border-width: 0 !important;
} html body .fluentform .ff-btn-submit.orange {
background-color: var(--e-global-color-accent, #f4a029) !important;
border: 0 !important;
}