:root {
	--body-color: #031901;
}

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

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

main figure.left { margin-right: 15px;}
main figure.right { margin-left: 15px;}
body.home main .item-page figure,
body.home main .item-page figure img { 
  margin-right: 0; width: 100%; 
}
figure.result__image img {
  max-height: 150px;
}

.wf_caption {
	margin: 0 10px 15px 0;
	background-color: #555;
	padding-bottom: 8px;
	color: #ddd;
}
.wf_caption:hover {
	color: white;
}
.page-header a, .page-header h2 {
  font-size: 26px;
  font-weight: normal;
  color: black;
  line-height: 1em;
}

.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;
}

.item-content {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid gray;
}
.item-content .readmore {
  clear: both;
}
#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 {
	background-image: none;
	background-color: black;
	color: #ccc;
	font-size: 0.8em;
}
footer.footer .grid-child {
	align-items: flex-end;
}

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

.readmore a.btn {
  background-color: #fd2323;
  background-image: none;
  border: 0;
  border-radius: 0;
  padding: 8px 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: normal;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
}

/* Commercieel platform */
div.commercieel_platform ul li a img {
    border: 2px solid #ff8c04;
    padding: 0;
 }
 div.commercieel_platform ul li a img:hover {
    border: 2px solid #b46202;
 }
 div.commercieel_platform ul li a:hover {
    background-color: transparent;
 }

.bedrijvenlijst .mod-articles-category-tags {
  display: inline-block;
}

.bedrijvenlijst {
  width: 700px;
  margin-left: 0px;
}
.bedrijvenlijst li {
  display: flex;
}
.bedrijvenlijst li a {
  flex-basis: 40%;
  color: #777;
  line-height: 1em;
} 
.bedrijvenlijst li a:hover {
   text-decoration: underline;
}
.bedrijvenlijst li span {
  flex-basis: 40%;
}
.bedrijvenlijst li div {
  flex-grow: 20%;
}
.bedrijvenlijst .mod-articles-category-tags ul {
  margin: 0;padding: 0;
}
.bedrijvenlijst .mod-articles-category-tags ul li {
  display: flex;
  margin: 0;
    padding: 2px 0;
  
}

.bedrijvenlijst .label-info[href], .badge-info[href],
.bedrijvenlijst .btn.btn-sm.btn-info {
  background-color: transparent;
  color: #777;
  text-shadow: none;
  padding: inherit;
  font-weight: normal;
  font-size: 16px;
  border: 0;
  white-space: nowrap;
}

.platform ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
 }
 
 .platform a {
    font-size: 25px;
   color: #777;
 }
 
 .platform ul li {
    margin: 3px;
    padding: 5px;
    float: left;
    width: auto;
    border: 1px solid gray;
    overflow: hidden;
 }
 .platform ul img {
    margin-right: 10px;
 }
 .platform ul li p {
    padding-left: 55px;
    font-style: italic;
  }
 
  .platform_icoon {
    width: auto;
    height: 40px;
    opacity: 0.7;
    transition: opacity 2s ease;
  }
  a:hover .platform_icoon {
    opacity: 1;
  }
  
  .commercieel_platform a {
    font-size: 25px;
    color: black;
  }
  .item-page .pull-left.item-image {
	margin: 0 0 20px 0;
	clear: none;
	width: auto;
}
.item-image .img_caption {
    font-size: 11px;
    font-style: italic;
}

.item-page.cp .pull-left.item-image {
	margin: 0 20px 20px 0 !important;
}

.item-page.cp .pull-left.item-image img{
	width: auto !important;
}

.blog.cp .row-fluid .span6 {
  width: 100%;
}

.blog.cp .items-leading > div,
.blog.cp .items-row > div {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid gray;
}
.blog.cp .readmore { float: none; }


.blog img,
.blog.cp .items-row img
{
  	width: auto;
    max-width: 330px;
    max-height: 275px;
    /* float: left; */
    margin-right: 0px;
    margin-bottom: 5px;
}
.blog figcaption {
  max-width: 330px;
  float: none;
  line-height: 1.1em;
  font-style: italic;
}
.blog .items-row img {
    margin-right: 0;
    width: 400px;
    height: auto;
    max-width: 100%;
}

.item-page.cp div[itemprop = "articleBody"] {
	clear: none !important;
}

.cp-rubrieken ul,
.fields-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.jaaroverzicht .mod-articlescategory {
  cursor: pointer;
}
.jaaroverzicht .mod-articlescategory ul {
  display: none;
}

.jaaroverzichten #kolom-breedte-1 .grid-child {
  flex-wrap: wrap;
}
.jaaroverzichten #kolom-breedte-1 .moduletable {
  flex-basis: 33%;
}

.loginmenu .mod-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px 12px;
  
}
.loginmenu .mod-menu li {
  padding: 0 12px 0 0;
  border-right: 1px solid gray; 
}

ul.partners {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px; */
}
ul.partners li {
  text-align: center;
}
ul.partners li img {
  height: 85px;
  margin: 5px 0;
  transition: all 0.5s ease-out;
  /* -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 
  filter: grayscale(100%); */
  /* opacity: 0.8; */
  transform: scale(0.95);
}
ul.partners li img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1);
  opacity: 1;
}

body.jaaroverzichten .container-component {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

body.jaaroverzichten .container-component main {
  flex-basis: 100%;
}
body.jaaroverzichten .container-component .jaaroverzicht {
  flex-basis: 23%;
}

/* voor pop-up */
body.contentpane .article-info,
iframe .article-info { display: none; }

@media only screen and (max-width: 600px) {
  .pagination {
    --pagination-padding-x: 6px;
  }
  .platform a {
    font-size: 15px;
  }
  .platform_icoon {
    height: 30px;
  }
  .jaaroverzichten #kolom-breedte-1 .grid-child {
  flex-direction: column;
  }
}
}