:root {
	--body-color: #031901;
    --cassiopeia-color-link: #7378aa;
}

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

.moduletable { position: relative; }  /* voor positonering van front end editing icon */


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


h1, h2, h3 {
  color: #7378aa;
}
.article-info-term {
  display:none;
}

/* begin opmaak van Joomla 3 site */

.readmore a.btn {
  background-color: #7278a9;
  background-image: none;
  border: 0;
  border-radius: 0;
  padding: 12px 20px;
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-shadow: none;
}

.container-sidebar-right .moduletable {
  margin-bottom: 40px;
  background-color: #c9cffd;
  padding: 8px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 4px 4px 5px 0px rgba(50, 50, 50, 0.75);
}

/* einde opmaak van Joomla 3 site */

.wf_caption {
	margin: 0 10px 15px 0;
	background-color: #555;
	padding-bottom: 8px;
	color: #ddd;
}
.wf_caption:hover {
	color: white;
}
ol.com-content-blog__links {
  list-style-type: disclosure-closed;
}

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: 1px solid #a23e40;
  background-color: #7379aa;
  background-image: none;
  padding: 30px 10px;
  text-align: center;
  font-size: 13px;
  color: #eee;
}
.footer h3 {
  color: #eee;
}
footer.footer .grid-child {
	align-items: flex-end;
  flex-direction: column;
}

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

@media only screen and (max-width: 960px) {
	.page-link {
  		padding: .2rem .3rem;
      font-size: 14px;
	}
  .com-content-category-blog__counter counter {
    display: none;
  }
}

