/* Project-specifieke CSS (optioneel). */

.visually-hidden {
	position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.underline-links-hl {
	a {
		text-decoration: none !important;

		&:focus,
		&:hover {
			&,
			.elementor-icon-list-text {
				text-decoration: underline 1px solid currentcolor !important;
				text-underline-offset: .125em;
			}
		}
	}
}

html {
	scrollbar-gutter: stable;
}

body {
	display: flex;
	flex-flow: column nowrap;
	min-height: 100vh;
}

.wb-article-grid {
	article {
		height: 100%;
	}
}

.wb-vacancy-alert-bar,
.wb-site-footer {
	p {
		&:last-of-type {
			margin-bottom: 0;
		}
	}
}

.wb-site-footer {
	position: sticky;
}
