:root {
	--body-color: #0b274c;
    --heading-color: #154078;
  --body-font-size: 18px;
}

html, body {
  overflow-x: hidden;
}
body {
  background-image: url(../images/bg-body.png);
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.nopadding p { padding: 0; }
.nomargin p { margin: 0;}

h1, h2, h3 {
  font-family: 'Anton', serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.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;
    background-image: url("../images/bg-menuitem.jpg");
	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 {
  min-height: 40vh;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-image: url(../images/bg-volle-breedte.jpg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
	background-color: black;
	color: white;
	margin: 30px 0;
  padding-right: 15em;
  font-family: 'Anton', serif;
 
}
#volle-breedte-1 .moduletable .custom {
  height: 100%;
  padding-left: 5em;
  padding-right: 5em;
  
}
#volle-breedte-1 h1,
#volle-breedte-1 h2,
#volle-breedte-1 h3 {
  color: #e1e1e1;
  font-family: 'Anton', serif;
}
[id^=volle-breedte],
[id^=kolom-breedte] {
	padding: 0;
}

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


.footer {
	border-top: 1px solid #000000;
	background-image: url(../images/bg-footer.png);
	background-color: #0E275A;
	color: #ccc;
	font-size: 0.8em;
}
.credits { 
  color: #ced5e0;
  background-color: #28385a;
  padding: 5px 15px 5px 5px;
  font-size: 0.8em;
}
.credits a {
  color: #ced5e0;
}
.credits a:hover {
  color: #fff;
}
footer.footer .grid-child {
	align-items: flex-start;
}
footer h3 {
  color: #ccc;
}

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

.modals_gallery img {
    margin: 0 5px 7px 0;
  border: 2px solid transparent;
  transition: all 1s;
  }

.modals_gallery a:hover img:hover {
    border: 2px solid black;
  transform: scale(1.1);
  
  }

@media (max-width: 1400px) {
#volle-breedte-1 .moduletable .custom {
  padding-left: 2em;
  padding-right: 2em;
}
  }

@media (max-width: 1000px) {
   #volle-breedte-1 {
     flex-wrap: wrap;
     padding-right: 1em;
     background-size: cover;
   }
   #volle-breedte-1 .hide1200 {
     display: none;
   }
  #volle-breedte-1 .moduletable .custom {
     height: 100%;
     padding-left: 1em;
     padding-right: 1em;
   }
  .modals_gallery img {
    width: 100px;
    height: 100px;
  }
}

  @media (max-width: 640px) {
  div#maximenuck121.maximenuckh ul.maximenuck li.maximenuck.level1.active, div#maximenuck121.maximenuckh ul.maximenuck li.maximenuck.level1.parent.active, div#maximenuck121.maximenuckh ul.maximenuck li.maximenuck.level1:hover, div#maximenuck121.maximenuckh ul.maximenuck li.maximenuck.level1.parent:hover {
    background-image: none !important;
  }
}