.afronding-links-boven {
  border-radius: 0px;
  border-top-left-radius: 100px;
}
.afronding-rechts-boven {
  border-radius: 0px;
  border-top-right-radius: 100px;
}
.afronding-links-onder {
  border-radius: 0px;
  border-bottom-left-radius: 100px;
}
.afronding-rechts-onder {
  border-radius: 0px;
  border-bottom-right-radius: 100px;
}
.afronding-geen {
  border-radius: 0px;
}
.hero {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 100px;
}
.hero img {
  width: 100%;
}
.hero-overlay {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 100%;
  height: 150px;
  background: rgba(0, 0, 0, 0.178);
  /* Half transparante zwarte laag */
  display: flex;
  align-items: left;
  justify-content: left;
  font-size: 20px;
}
.hero-overlay-item {
  padding: 10px;
  padding-top: 1px;
  height: 120px;
}
.kleur100 {
  background-color: var(--kleur100);
  color: var(--letter100);
}
.kleur75 {
  background-color: var(--kleur75);
  color: var(--letter75);
}
.kleur60 {
  background-color: var(--kleur60);
  color: var(--letter60);
}
.kleur45 {
  background-color: var(--kleur45);
  color: var(--letter45);
}
.kleur30 {
  background-color: var(--kleur30);
  color: var(--letter30);
}
.kleur15 {
  background-color: var(--kleur15);
  color: var(--letter15);
}
.border {
  border: 1px solid var(--kleur100) !important;
}
.noborder {
  border: 0px !important;
}
a:hover,
a:focus {
  color: var(--colorPrimary);
  text-decoration: underline;
}
.font-size-xxxl {
  font-size: 72px;
}
.font-size-xxl {
  font-size: 50px;
}
.font-size-xl {
  font-size: 36px;
}
.font-size-l {
  font-size: 20px;
}
.font-size-m {
  font-size: 18px;
}
.font-size-s {
  font-size: 16px;
}
.font-size-xs {
  font-size: 14px;
}
.font-size-xxs {
  font-size: 12px;
}
.font-size-xxxs {
  font-size: 10px;
}
.font-size-h1 {
  font-size: 24px;
}
.wit {
  background-color: #ffffff;
  color: #000000;
}
.coolgray-900 {
  background-color: #0F172A !important;
}
.coolgray-800 {
  background-color: #1E293B !important;
}
.coolgray-700 {
  background-color: #334155 !important;
}
.coolgray-600 {
  background-color: #475569 !important;
}
.coolgray-500 {
  background-color: #64748B !important;
}
.coolgray-400 {
  background-color: #94A3B8 !important;
}
.coolgray-300 {
  background-color: #CBD5E1 !important;
}
.coolgray-200 {
  background-color: #E2E8F0 !important;
}
.coolgray-100 {
  background-color: #F1F5F9 !important;
}
.coolgray-50 {
  background-color: #F8FAFC !important;
}
