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

header #de-extra-menu.de-search-wrapper {
  position: relative;
}

header #de-extra-menu.de-search-wrapper .quickSearchDisplay:has(*) {
  position: absolute;
  display: none;
  text-align: left;
  top: 57px;
  right: -16px;
  width: 400px;
  margin-top: 0;
  padding: 10px;
  border-radius: 0;
  border: 2px solid var(--primary-color-1, #FAB702);
  background-color: #18191b;
  transition: top 1s ease;
}

header.smaller #de-extra-menu.de-search-wrapper .quickSearchDisplay:has(*) {
 top: 52px;
 right: -16px;
}

header:hover #de-extra-menu.de-search-wrapper .quickSearchDisplay:has(*) {
  display: block;
}

header #de-extra-menu.de-search-wrapper .de-bloglist-type-1 {
  margin-bottom: 0;
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) #mainmenu p.title {
  padding-top: 18px;
  padding-bottom: 18px;
}

#mainmenu li p.title {
  text-transform: none;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  display: inline-block;
  padding: 25px 0px 25px 20px;
  text-decoration: none;
  text-align: center;
  outline: none;
  transition: all 0.3s;
  margin-bottom: 0;
}

#mainmenu > li:hover > p.title {
  color: var(--primary-color-1, #FAB702);
}

#mainmenu > li > ul > li > p.title {
  border-top: none;
  text-transform: uppercase;
  border-left: none;
  width: 201px;
  letter-spacing: 3px;
  font-size: 10px;
  line-height: 30px;
  color: #ccc;
  padding: 0 12px;
  text-align: left;
  font-weight: bold;
}

#mainmenu ul li:hover > p.title {
  background-color: var(--primary-color-1, #FAB702);
  color: #222;
}

#contact_form input[type=password] {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(255,255,255,.2);
  background: rgba(0,0,0,.1);
  border-radius: 0 !important;
  height: auto;
}

@media (max-width: 992px) {
  header #de-extra-menu {
    display: none;
  }
}
/* ! Eind Template 6 */