.hopmans-team-container {
max-width: 1200px;
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-size: 14px !important;
font-weight: 500 !important;
color: var(--e-global-color-primary, #10aa9e) !important;
text-decoration: none !important;
line-height: 1.2em !important;
}
.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 #fff #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 !important;
font-size: 18px;
font-weight: 600;
color: var(--e-global-color-primary, #10aa9e);
}
.hopmans-team-lid-functie {
margin: 0;
color: #666;
font-size: 16px;
} .hopmans-openingstijden {
margin-bottom: 2em;
} .aangepaste-openingstijden-tabel {
width: 100%;
border-collapse: collapse;
margin-bottom: 1.5em;
font-size: 16px;
}
.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;
} .aangepaste-openingstijden-tabel .dag-naam {
width: 15%;
font-weight: bold;
color: var(--e-global-color-primary, #89AFA7);
}
.aangepaste-openingstijden-tabel .datum {
width: 30%;
}
.aangepaste-openingstijden-tabel .feestdag {
width: 55%;
font-weight: bold;
} .aangepaste-openingstijden-tabel .feestdag .openingstijd-info {
font-weight: normal;
font-style: italic;
color: #666;
} .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 {
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;
}
}