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

.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;
}