/* ALLES HIERONDER IS HANDIG OM OVERAL TE HEBBEN */

:root {
  --theme: #E83F7C;
}

.requiredstar::after {
	content: '*';
	font-family: 'Courier';
	color: red;
	font-weight: bold;
}

.error {
	font-weight: bold;
	color: red;
}

figure {
    margin: 0px 0px 10px 0px;
    max-width: 100%;
    height: auto;
}


figure.image-left {
    float: left;
    margin: 0px 10px 0px 0px;
}

figure.image-right {
    float: right;
    margin: 0px 0px 0px 10px;
}

figure.image-center {
    margin: 0;
}


figure.image-left img, figure.image-right img, figure.image-center img, figure img {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}

figure.image-center img {
  max-width: 100%;
  height: auto;
}

.search404 {
  margin-top: 20px;
  padding: 15px;
  display: flex;
  justify-content: space-evenly;
  form {
    width: min(100%, 400px);
    max-width: 400px;
    border: 4px solid var(--theme);
  }
}

iframe.video {
  aspect-ratio: 16 / 9;
}

.h-fit-content {
  height: fit-content;
}

.team-box-items-4 .team-image {
  width: 331px;
  height: 377px;
  display: flex;
  justify-content: center;
  background-color: transparent;
  align-items: center;
}

.nano-category-box-items-3 .nano-icon img {
  max-width: 36px;
  max-height: 36px;
}

.nano-category-box-items-3 .nano-icon i[class^="fa-"] {
  font-size: 30px;
  line-height: 2.7;
}

.nano-footer-bottom-wrapper p a {
  color: white;
}

.team-box-items-4 .team-image img  {
  width: auto;
  height: auto;
}

h2 {
  font-size: 30px;
}

p a {
  text-decoration: underline;
}

a:hover {
 color: var(--theme); 
}

/* Mobile hover effect for SPI items when scrolling into view */
@media (max-width: 991px) {
  .nano-category-box-items-3.active-mobile {
    background-color: var(--theme);
  }
}