/* 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;
}
  
.section-wisselaar {
  display: flex;
  padding: 20px;
  justify-content: space-around;
}


.span12.geenmargin {
  margin: 0;
}

p.lead.noggeenmargin {
  margin: 20px 0 0 0;
}

.sidebar .widget .post-thumbnail-list .post-thumbnail-entry img + .post-thumbnail-content {
  padding-left: 74px;
}

.logofooter {
  padding: 20px 0 20px 0;
}

/* ! Template 6 */
ul.de-bloglist-type-1 li:not(:first-child) {
  margin-top: 5px;
}

ul.de-bloglist-type-1 li .d-content a p {
  margin-bottom: 0;
  transition: all ease-in-out .5s;
}

ul.de-bloglist-type-1 li .d-content a:hover p {
  color: #18191b;
  background-color: var(--primary-color-1, #FAB702);
}

.widget-search {
  padding-bottom: 20px;
}

.widget-search button {
  height: 100%;
  width: 100%;
}

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

.quickSearchDisplay:has(*) {
  margin-top: 20px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.05);
}
/* ! Eind Template 6 */
#imgLogo {
  margin-top: 1rem;
}

#page-content:not(.no-sidebar) {
  padding: 0px;
}
.page-title {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-col {
  display: flex;
  flex-direction: column;
  row-gap: 2em;
}

/** Begin Site Switcher */

#language-switcher {
  position: relative;
  height: 48px;
	aspect-ratio: 1 / 1;
  & .selected {
    height: 100%;
    aspect-ratio: 1 / 1;
    & img {
      height: 100%;
      aspect-ratio: 1 / 1;
    }
  }
  & #language-switcher-options {
		display: none;
		position: absolute;
		right: 0;
    flex-direction: column;
    /* flex-wrap: wrap; */
    width: fit-content;
    /* min-width: 68px; */
    /* max-width: 50vw; */
		top: calc(100% + 10px);
		border: 4px solid black;
		border-radius: 16px;
    padding: 4px;
    background-color: #eee;
		& .language {
      height: 48px;
      aspect-ratio: 1 / 1;
      position: relative;
			& img {
        position: absolute;
        top: 0;
        left: 0; 
				padding: 5px;
        height: 100%;
        aspect-ratio: 1 / 1;
			}
			:hover {
        border-radius: 8px;
				background-color: hsl(0, 0%, 84%);
			}
		}
  }
	&.open #language-switcher-options {
		display: flex;
	}
}

@media (max-width: 991.98px) {
  #mainMenu nav > .menu {
    padding-bottom: 60px;
  }
  #language-switcher #language-switcher-options {
    flex-direction: row;
    top: -8px;
    right: -220px;
  }
}

/** Einde Site Switcher */

/* #header:not(.sticky-active) {
  & #language-switcher {
    color: white;
  }
} */