:root {
	--body-color: #140e01;
    --heading-color: #140e01;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

.moduletable { position: relative; }  /* voor positonering van front end editing icon */
iframe { max-width: 100%; } /* o.a. voor YouTube filmpjes */

figure.left { margin-right: 15px; }
figure.right { margin-left: 15px;  }

.wf_caption {
	margin: 0 10px 15px 0;
	background-color: #555;
	padding-bottom: 8px;
	color: #ddd;
}
.wf_caption:hover {
	color: white;
}

/* Toon artikeltitel vóór de afbeelding */
.com-content-category-blog .item-content { 	display: contents; }
.com-content-category-blog .page-header { 	order: -1; }



.rsform .formError, .formRed {
  color: #cf4d4d;
  background-color: #fdf9cd;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 5px;
}

.rsform .formError {
  color: #cf4d4d;
  font-size: inherit;
  display: inline-block;
margin-top: 5px;
}

cite {
	display: inline-block;
	background-color: #eee;
	padding: 20px 30px;
	border: 2px solid #ddd;
	box-shadow: 8px 8px 8px rgb(0,0,0,0.2);
	border-radius: 2px;
	margin-bottom: 15px;
}
ul.nav svg.p-2 {
  padding: 0 5px 0 0 !important;
}
.blog-item a {
	text-decoration: none;
}

#volle-breedte-1 {
	background-color: black;
	color: white;
	margin: 30px 0;
}

[id^=volle-breedte],
[id^=kolom-breedte] {
	padding: 50px 10px;
}

#kolom-breedte-2 {
	background-color: #eaf0e9;
	padding: 60px 0;
	margin: 50px 0;
}
.mod-custom.custom {
	background-size: cover;
}
.moduletable.centreren h1,
.moduletable.centreren h2,
.moduletable.centreren h3 {
	text-align: center;
}


.footer {
	border-top: 15px solid #1d5532;
	background-image: none;
	background-color: black;
	color: #ccc;
	font-size: 0.8em;
}
footer.footer .grid-child {
	align-items: flex-start;
}

/* Ensure elements are hidden while ScrollEntrance is loading */
[data-entrance] { visibility: hidden; }

/* voor front-end editing: maak edit-knop groter en geel */
.icons > div {
	background-color: yellow;
	padding: 15px;
	border-radius: 5px;
}

/* zoeken / search */
.moduletable.zoeken {
	vertical-align: middle;
}


.zoekfoto {
	width: 200px;
}
.com-finder__results-list > li {
	clear: both;
}
