:root {
	--body-color: #000000;
  --body-bg: #eee;
  --body-font-size: 1.2rem;
}

html, body {
  overflow-x: hidden;
}
.floatleft, .left {
	float: left;
}
.floatright, .right {
	float: right;
}

iframe {
  max-width: 100%;
}

.moduletable { position: relative; }  /* voor positonering van front end editing icon */
.moduletable.taalkeuze {
  float: right;
  margin: 5px;
}
figcaption {
  padding-left: 5px;
}
figure.left { margin-right: 15px; max-width: 40%; }
figure.right { margin-left: 15px; max-width: 40%; }
.verkoop figure.left { max-width: 18%; }
.verkoop figure.right { max-width: 18%; }

.blog-items figure.left,
.blog-items figure.right {
  margin: 0; max-width: 100%;
}
figure.newsflash-image {
  margin-bottom: 2px;
}
.site [data-modals-element="modal"] [data-modals-element="overlay"] {
  --color: 7, 38, 69;
  --opacity: 0.7;
}
.newsflash > div {
  background-color: white;
  margin-bottom: 10px;
  box-shadow: 5px 5px 5px rgb(0,0,0,0.1);
}
.newsflash .btn.btn-secondary {
  border: 0;
}
.fields-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 1.1em;
  
  padding: 1em;
  display: inline-block;
}
.newsflash-title {
  color: white;
  background: rgb(20,79,137);
background: -moz-linear-gradient(130deg, rgba(20,79,137,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(20,79,137,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
background: linear-gradient(130deg, rgba(20,79,137,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144f89",endColorstr="#144f89",GradientType=1);
  
  margin-bottom: 0;
  padding: 5px 8px;
}
.newsflash-title a {  
  text-decoration: none;
  color: white;
}
.newsflash-title a:hover {  
  text-decoration: underline;
  color: white;
}

.item-page .fields-container {
  background-color: #ddd;
  margin-bottom: 5px;
}
.com-content-article__body ul {
  list-style-type: none;
}
.com-content-article__body  li {
  background-image: url(../images/pompebled.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 12px 12px;
  padding-left: 18px;
}
.com-content-article__body div.mfp_portfolio_skin_card li {
  background-image: none;
  padding-left: 0px;
}

body {
  background-image: url(../images/bg-fries-paard-wit.jpg);
  background-size: cover;
  background-attachment: fixed; 
}
main h1, 
main h2,
.container-sidebar-right h3 {
  display: inline-block;
  color: #144f89;
}
main .verkoop h2 {
  -webkit-text-fill-color: #ffffff;
}
.wf_caption {
	margin: 0 10px 15px 0;
	background-color: #555;
	padding-bottom: 8px;
	color: #ddd;
}
.wf_caption:hover {
	color: white;
}

a[data-modals-slideshow] img {
  margin: 0 8px 8px 0;
  border: 3px solid #144f89;
  box-shadow: 4px 4px 5px rgb(0,0,0,0.2);
  border-radius: 3px;
  
   -webkit-transition: all 0.6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  
}
a[data-modals-slideshow] img:hover {
  transform: scale(1.06);
  

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

.boxed.blog-items .blog-item {
 background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#144f89",GradientType=1);
  color: #eee;
}
.boxed.blog-items .blog-item figure {
  margin: 6px;
  height: 450px;
  overflow: hidden;
}
.blog-item a {
	text-decoration: none;
}
.boxed.blog-items .blog-item a,
.boxed.blog-items .blog-item figcaption {
  color: #eee;
}
.boxed.blog-items .blog-item a {
  border-bottom: 1px dotted #eee;
}
.boxed.blog-items .blog-item a:hover {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.boxed.blog-items .blog-item img {
 
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.boxed.blog-items .blog-item:hover  img {
  
  transform: scale(1.2);
  
}

.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav a:hover::after, 
.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav a:focus::after, 
.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav li.tab-current a::after {
  background-color: #144f89;
}
.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav a:hover, 
.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav a:focus {
  color: #144f89;
}
.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav .tab-current a:hover, 
.com-content-article .mfp_portfolio_navbar_skin_linebox .tabs-style nav .tab-current a:focus {
  color: #FFFFFF;
}
.com-content-article  .mfp_portfolio_item_inner {
  padding: 6px;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#144f89",GradientType=1);
  text-align: center;
  margin-bottom: 15px;
}
.com-content-article  .mfp_portfolio_item_inner a {
  color: #eee;
}

.item-page.verkoop .page-header h2 {
  font-size: 50px;
  color: white;
  background: rgb(20,79,137);
background: -moz-linear-gradient(130deg, rgba(20,79,137,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
background: -webkit-linear-gradient(130deg, rgba(20,79,137,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
background: linear-gradient(130deg, rgba(20,79,137,1) 0%, rgba(37,97,156,1) 74%, rgba(20,79,137,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#144f89",endColorstr="#144f89",GradientType=1);
  
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
}


#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-color: #000000;
    background-image: url(../images/bg-fries-paard-lichter.jpg);
    background-size: cover;
    background-position: 50%;
    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;
}

#jf_results ol {
  display: flex;
  flex-wrap: wrap;
  
}
#jf_results ol li {
  flex-basis: 25%;
}

.container-sidebar-right .moduletable.nieuwsbrief {
  padding: 10px;
  background-color: white;
  border-radius: 3px;
}
.acym_form label span {
  width: 60px;
  display: inline-block;
}

@media only screen and (max-width: 600px) {
  .item-page.verkoop .page-header h2 {
       font-size: 30px;
  }
  .com-content-article.item-page .mfp_portfolio_navbar_skin_linebox .mfp_portfolio_tabs_linebox {
    font-size: 0.9em;
  }
  .com-content-article.item-page .mfp_portfolio_navbar_skin_linebox .tabs-style nav a {
    padding: 0 0.8em 0.1em 0.8em;
  }
}