body {
margin: 0;
}
html {
scroll-padding-top: 120px;
} strong, b {
font-weight: 700;
}
ul li, ol li {
margin-bottom: 20px;
} 
p {
margin-block-start: 0;
margin-block-end: .9rem;
}
h1, h2, h3, h4, h5, h6 {
margin-block-start: .5rem;
margin-block-end: 1rem;
line-height: 1.2;
} body a:focus, 
input[type=text]:focus, 
[type=button]:focus, 
[type=submit]:focus, 
input[type=email]:focus, 
textarea:focus {
outline-style: dotted;
outline-width: 3px;
outline-color: var(--e-global-color-primary);
}
.screen-reader-text:focus {
background-color: #eee;
clip: auto;
clip-path: none;
color: #333;
display: block;
font-size: 1rem;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} @media (min-width: 1025px) {
.elementor-nav-menu > .contact > a {
background-color: var(--e-global-color-primary);
font-weight: 700;
font-size: 0.9em;
color: var(--e-global-color-accent);
border-radius: 25px;
padding: 10px 20px;
transition: background-color 0.3s ease, color 0.3s ease;
}
.elementor-nav-menu > .contact > a:hover {
background-color: var(--e-global-color-secondary);
color: white !important;
}
} .rooster {
display: flex;
align-items: stretch;
gap: 20px;
}
.rooster .dag {
flex: 0 0 100px;
min-width: 100px;
}
.rooster .tijd {
flex: 0 0 140px;
min-width: 140px;
}
.rooster .start {
flex: 1;
min-width: 0;
} @media (max-width: 768px) {
.rooster {
flex-direction: column;
gap: 10px;
}
.rooster .dag,
.rooster .tijd,
.rooster .start {
flex: none;
width: 100%;
min-width: auto;
}
}
@media (max-width: 480px) {
.rooster {
flex-direction: row;
gap: 10px;
}
.rooster .dag {
flex: 0 0 80px;
min-width: 80px;
}
.rooster .tijd {
flex: 0 0 120px;
min-width: 120px;
}
} .lesrooster-overzicht {
margin: 20px 0;
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
.lesrooster-dag {
background-color: var(--e-global-color-secondary, #D4317C);
border-radius: 8px;
padding: 25px 25px 30px 25px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.lesrooster-dag .dag-titel {
font-size: 1.4em;
font-weight: 700;
margin-bottom: 15px;
color: white;
text-align: left;
text-transform: uppercase;
letter-spacing: 1px;
}
.lesrooster-item {
margin-bottom: 0;
padding: 12px 0;
background-color: transparent;
border-radius: 0;
border-left: none;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
line-height: 1.4;
font-size: 0.95em;
color: white;
transition: background-color 0.3s ease;
}
.lesrooster-item:hover {
background-color: rgba(255, 255, 255, 0.1);
}
.lesrooster-item * {
color: white;
} .lesrooster-row {
display: flex;
align-items: flex-start;
gap: 15px;
overflow-x: auto;
min-width: 0;
}
.lesrooster-row .tijd-kolom {
flex: 0 0 160px;
min-width: 160px;
font-weight: 600;
color: white;
}
.lesrooster-row .cursus-kolom {
flex: 0 0 180px;
min-width: 180px;
color: white;
}
.lesrooster-row .groep-kolom {
flex: 0 0 250px;
min-width: 250px;
color: white;
}
.lesrooster-row .start-kolom {
flex: 1;
min-width: 150px;
color: rgba(255, 255, 255, 0.9);
font-weight: 500;
} .lesrooster-row.no-groep-kolom .start-kolom {
flex: 2;
min-width: 200px;
} .elementor .lesrooster-overzicht .cursus-link,
.lesrooster-overzicht .cursus-link {
color: white !important;
text-decoration: underline !important;
transition: color 0.3s ease, text-decoration 0.3s ease !important;
}
.elementor .lesrooster-overzicht .cursus-link:hover,
.lesrooster-overzicht .cursus-link:hover {
color: rgba(255, 255, 255, 0.8) !important;
text-decoration: none !important;
}
.elementor .cursus-link,
.cursus-link {
color: var(--e-global-color-primary, #007cba) !important;
text-decoration: none !important;
transition: color 0.3s ease, text-decoration 0.3s ease !important;
}
.elementor .cursus-link:hover,
.cursus-link:hover {
color: var(--e-global-color-secondary, #D4317C) !important;
text-decoration: underline !important;
}
.geen-groep {
color: #ccc;
font-style: italic;
}
.leeftijd-kolom {
color: rgba(255, 255, 255, 0.8);
font-size: 0.9em;
font-weight: 400;
} @media (max-width: 1024px) {
.lesrooster-overzicht {
gap: 15px;
}
.lesrooster-dag {
padding: 20px 20px 25px 20px;
}
.lesrooster-row {
gap: 12px;
}
.lesrooster-row .tijd-kolom {
flex: 0 0 140px;
min-width: 140px;
}
.lesrooster-row .cursus-kolom {
flex: 0 0 160px;
min-width: 160px;
}
.lesrooster-row .groep-kolom {
flex: 0 0 180px;
min-width: 180px;
}
.lesrooster-row .start-kolom {
min-width: 120px;
}
}
@media (max-width: 768px) {
.elementor .lesrooster-row,
.lesrooster-row {
gap: 10px !important;
overflow-x: auto !important;
padding-bottom: 5px !important;
}
.elementor .lesrooster-row .tijd-kolom,
.lesrooster-row .tijd-kolom {
flex: 0 0 120px !important;
min-width: 120px !important;
font-size: 0.9em !important;
}
.elementor .lesrooster-row .cursus-kolom,
.lesrooster-row .cursus-kolom {
flex: 0 0 140px !important;
min-width: 140px !important;
font-size: 0.9em !important;
}
.elementor .lesrooster-row .groep-kolom,
.lesrooster-row .groep-kolom {
flex: 0 0 120px !important;
min-width: 120px !important;
font-size: 0.9em !important;
}
.elementor .lesrooster-row .start-kolom,
.lesrooster-row .start-kolom {
flex: 0 0 120px !important;
min-width: 120px !important;
font-size: 0.85em !important;
} .elementor .lesrooster-row.no-groep-kolom .start-kolom,
.lesrooster-row.no-groep-kolom .start-kolom {
flex: 1 !important;
min-width: 160px !important;
}
}
@media (max-width: 480px) {
.lesrooster-overzicht {
gap: 10px !important;
}
.lesrooster-dag {
padding: 15px 15px 20px 15px !important;
}
.elementor .lesrooster-item,
.lesrooster-item {
padding: 8px 0 !important;
margin-bottom: 6px !important;
}
.elementor .lesrooster-dag .dag-titel,
.lesrooster-dag .dag-titel {
font-size: 1.2em !important;
}
.elementor .lesrooster-row,
.lesrooster-row {
flex-direction: column !important;
gap: 4px !important;
overflow-x: visible !important;
padding-bottom: 0 !important;
display: flex !important;
}
.elementor .lesrooster-row .tijd-kolom,
.elementor .lesrooster-row .cursus-kolom,
.elementor .lesrooster-row .groep-kolom,
.elementor .lesrooster-row .start-kolom,
.lesrooster-row .tijd-kolom,
.lesrooster-row .cursus-kolom,
.lesrooster-row .groep-kolom,
.lesrooster-row .start-kolom {
flex: none !important;
width: 100% !important;
min-width: auto !important;
font-size: 0.9em !important;
display: block !important;
}
.elementor .lesrooster-row .tijd-kolom,
.lesrooster-row .tijd-kolom {
font-weight: 700 !important;
font-size: 1em !important;
margin-bottom: 2px !important;
}
} .elementor .cursus-groepen-overzicht,
.cursus-groepen-overzicht {
margin: 0 !important;
width: 100% !important;
font-family: var(--e-global-typography-primary-font-family), "Poppins", Sans-serif !important;
}
.elementor .cursus-groep-dag,
.cursus-groep-dag {
margin-bottom: 15px !important;
}
.elementor .cursus-groep-dag .dag-naam,
.cursus-groep-dag .dag-naam {
font-size: 1.1em !important;
font-weight: 700 !important;
margin-bottom: 8px !important;
color: white !important;
text-transform: uppercase !important;
letter-spacing: 0.5px !important;
font-family: var(--e-global-typography-secondary-font-family), "bree", Sans-serif !important;
}
.elementor .cursus-groepen-lijst,
.cursus-groepen-lijst {
background-color: transparent !important;
padding: 0 !important;
}
.elementor .cursus-groep-item,
.cursus-groep-item {
display: flex !important;
align-items: center !important;
gap: 20px !important;
padding: 8px 0 !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
color: white !important;
margin: 0 !important;
}
.elementor .groep-tijd,
.groep-tijd {
font-weight: 600 !important;
color: white !important;
min-width: 140px !important;
font-size: 0.95em !important;
font-family: var(--e-global-typography-primary-font-family), "Poppins", Sans-serif !important;
}
.elementor .groep-naam,
.groep-naam {
flex: 1 !important;
color: white !important;
font-size: 0.95em !important;
font-family: var(--e-global-typography-primary-font-family), "Poppins", Sans-serif !important;
}
.elementor .groep-leeftijd,
.groep-leeftijd {
color: rgba(255, 255, 255, 0.85) !important;
font-size: 0.85em !important;
font-family: var(--e-global-typography-primary-font-family), "Poppins", Sans-serif !important;
}
.elementor .groep-start,
.groep-start {
color: rgba(255, 255, 255, 0.85) !important;
font-size: 0.85em !important;
font-style: italic !important;
margin-left: auto !important;
font-family: var(--e-global-typography-primary-font-family), "Poppins", Sans-serif !important;
} @media (max-width: 768px) {
.elementor .cursus-groep-item,
.cursus-groep-item {
gap: 12px !important;
font-size: 0.9em !important;
}
.elementor .groep-tijd,
.groep-tijd {
min-width: 120px !important;
}
.elementor .cursus-groep-dag .dag-naam,
.cursus-groep-dag .dag-naam {
font-size: 1em !important;
}
}
@media (max-width: 480px) {
.elementor .cursus-groep-item,
.cursus-groep-item {
flex-wrap: wrap !important;
gap: 8px !important;
padding: 10px 0 !important;
}
.elementor .groep-tijd,
.groep-tijd {
min-width: 100% !important;
font-size: 0.9em !important;
}
.elementor .groep-start,
.groep-start {
margin-left: 0 !important;
width: 100% !important;
}
}