/* 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;
}