@import url('https://fonts.googleapis.com/css?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('../fonts/Uptown__.ttf');
@import url('../fonts/urban-jungle.otf'); 

:root {
  --tonocyaan: #5dd7fb;
  --citroengeel: #ffff38;
  --achtergrondkleur: #f2dec2;
  --achtergronddonkerder: #e3d1b8;
  --achtergrondkleurlichter: #f7eddf;
  --border: #deaf86;
  --tekstkleur: #733710;
}

body, html {
  height: 100%;
  margin: 0;
}
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  margin-left: 0px !important;
  position: static !important;
  font-family: "Open Sans", Verdana, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tekstkleur);
}
.achtergrond {
  background-image: url('../images/achtergrond.jpg');
  background-size: cover;
  background-attachment: fixed;
  animation-name: cloudspassingby;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 500s;
}
.voorachtergrond {
  background-image: url('../images/wolken.png');
  background-size: cover;
  background-attachment: fixed;
  animation-name: cloudspassingby;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 100s;
}
.fixeerbalk {
  height: 1px;
  padding:0;
  margin:0;
}
.nieuwblok {
	box-sizing: border-box;
	height: 148px;
	margin: 0;
	margin-left: -60px;
	margin-right: -60px;
	overflow: none;
	clear: both;
	background-image: url('../images/achtergrond.jpg');
  background-size: cover;
  background-attachment: fixed;
  animation-name: cloudspassingby;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 500s;
}
.nieuwblok2 {
	margin: 0;
	height: 148px;
	background-image: url('../images/wolken.png');
  background-size: cover;
  background-attachment: fixed;
  animation-name: cloudspassingby;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 100s;
}

/* ================================================================= */
/* Alle elementen die afhankelijk zijn van de breedte van het scherm */
/* Basiswaarden voor schermen breder dan 1200 pixels                 */
.sitegebied {
  width: 1200px;
  margin: auto;
}
.bovenruimte {height: 70px; }
.berichtgebied {
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  box-sizing: content-box;
}
.binnengebied{
  position: relative;
  flex: 1;
  order: 0;
  flex-basis: 50%;
  overflow: hidden;
  padding-bottom: 0;
  margin-top: 75px;
  margin-left: -24px;
  margin-right: -24px;
  padding: 0;
  padding-left: 60px;
  padding-right: 60px;
  background-color: var(--achtergrondkleur);
}
.topbalk {
  position: absolute;
  top: 70px;
  height: 50px;
  margin-top: 0;
  padding: 0;
  background-image: url("../images/houtenpaalboven.png");
  background-repeat: repeat-x;
  background-size: 197px;
  background-position: 27px 24px;
  z-index: 0;
}
#balklinks {
  flex: 0 0 100px;
  order: -1;
  background-image: url("../images/kruissjorringv.png"), url('../images/houtenpaallinks.png');
  background-size: 37px, 100px;
  background-repeat: no-repeat, repeat-y;
  background-position: 2px 7px, 0 -6px;

  position: relative;
  left: 10px;
  margin: 0;
  z-index: 40;
}
#balkrechts {
  flex: 0 0 100px;
  order: 1;
  background-image: url("../images/kruissjorringv.png"), url('../images/houtenpaalrechts.png');
  background-size: 37px, 100px;
  background-repeat: no-repeat, repeat-y;
  background-position: 61px 7px, 0 -6px;
  margin: 0;
  position: relative;
  left: -10px;
  z-index: 40;
  overflow: visible;
}
.contentgebied {
	min-height: calc(100vh - 350px); /* Zorg dat de footer onder aan de pagina staat */
}
.item-page img, div.search img, div.blogdisclaimers img {
	float: left;  /* standaard float, kan overruled worden op element */
	max-width: 100%;
	height: auto;
	margin: 20px 20px 20px 0;
}
.item-pagepers img, .item-pagebericht img {
	display: block;
	margin: 12px auto 10px auto;
	max-width: 100%;
	height: auto;
}
.item-pagepers img[style*="float:left"], .item-pagebericht img[style*="float:left"],
.item-pagepers img[style*="float: left"], .item-pagebericht img[style*="float: left"] {
 	margin-right: 30px;
}
div.bfClearfix div span { display: none; } /* Verwijder reclame voor Breedingform onder formulieren */
.subtle {color: lightgrey; }

/* Menusysteem >> */
nav.menubalk {
  width: 80%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 10%;
  z-index: 50;
  background-size: 100% 50px;
  -webkit-box-shadow: 0 12px 8px -8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 12px 8px -8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 12px 8px -8px rgba(0, 0, 0, 0.16);
}
ul.menu {
  width: 80%;
  height: 50px;
  margin: 0;
  padding: 0;
  padding-left: 10%;
  padding-right: 10%;
  list-style: none;
  z-index: 25;
  background: linear-gradient(90deg, rgba(26, 112, 253, 0) 0%, rgba(26, 112, 253, 0.7) 14%, rgba(26, 112, 253, 0.7) 90%, rgba(26, 112, 253, 0) 100%);
}
ul.menu li {
	display: inline-block;
	clear: both;
	width: 19.8%;
	height: 50px;
	margin: 0;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 4px 4px 6px darkblue, -1px -1px 0 darkblue;
	cursor: pointer;
}
ul.menu li a {
	display: inline-block;
	height: 50px;
	width: 100%;
	margin: 0;
	text-decoration: none;
	font-weight: 300;
	color: white;
}
ul.menu li.deeper {
  cursor: default;
}
ul.menu li.deeper > a {
  pointer-events: none; /*wordt overschreven bij media pointer: fine */
}
li.deeper > a::after {
   content: " \2BC6";
}
ul.menu li ul {
  position: absolute;
  z-index: 45;
  width: inherit;
  padding: 0;
  margin-left: -3%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s ease 0s; 
  background: linear-gradient(90deg, rgba(26, 112, 253, 0) 0%, rgba(26, 112, 253, 0.7) 20%, rgba(26, 112, 253, 0.7) 80%, rgba(26, 112, 253, 0) 100%);
  box-shadow: 0 28px 8px -26px rgba(0, 0, 0, 0.24);
}

ul.menu li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover {
  visibility: visible;
  opacity: 1;
  transition: all 1.5s ease 0s; 
}
li:focus-within a {
  outline: none;
}
/* achtergrondkleur achter actief hoofdmenuitem */
ul.menu > li.active {
  background-color: rgba(117, 167, 250, 0.3);
}
/* achtergrondkleur achter gehooverd hoofdmenuitem */
ul.menu > li:hover,
ul.menu > li:focus-within {
  background-color: rgba(117, 167, 250, 0.5);
	border-radius: 18px;
  transition: all .3s ease 0s; 
}
ul.menu > li:hover > a {
  color: yellow;
}
/* Borderradius van actief hoofdmenuitem heeft precedentie over gehooverd item */
ul.menu > li.current {
	border-radius: 2px;
}
ul.menu li ul li {
  clear: both;
  width: 100%;
}
ul.menu li ul li:first-child {
  display: inline-block; /* wordt overschreven bij media pointer: fine */
}
ul.menu li ul li.active {
  background: linear-gradient(90deg, rgba(26, 112, 253, 0) 0%, rgba(26, 112, 253, 0.3) 40%, rgba(26, 112, 253, 0.3) 60%, rgba(26, 112, 253, 0) 100%);
}
ul.menu li ul li.active a {
  	font-weight: 700;
}
ul.menu li ul li:hover,
ul.menu li ul li:focus-within {
  background: linear-gradient(90deg, rgba(154, 190, 250, 0) 0%, rgba(154, 190, 250, 0.5) 40%, rgba(154, 190, 250, 0.5) 60%, rgba(154, 190, 250, 0) 100%);
}
ul.menu li ul li:hover a {
  color: yellow;
}
#mainmenusmall {
	display: none;
}
.menubalk label {
  display: none;
}
input#mainmenutoggle {
  display: none;
  z-index: 45;
}
.bar1, .bar2, .bar3 {
  /* display: none; */
}
@media (pointer: fine) {  /* Aleen voor pc's met muis (dus niet voor tablets/telefoons */
  ul.menu li.deeper > a {
    pointer-events: auto;
  }
  ul.menu li ul li:first-child {
    display: none;
  }
}
/* << Menusysteem  */

.textfooter {
  background-image: url('../images/footer-hout.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  margin-left: -60px;
  padding: 10px 60px 0 60px;
	color: yellow;
	font-size: 14px;
	line-height: 21px;
	text-shadow: 2px 2px 1px black;
	min-height: 195px;
}
.textfooter div {
	width: 100%;
}
.customfooter {
	margin-bottom: 36px;
}
.textfooter div div {
  box-sizing: border-box;
	width: 37%;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.textfooter div div:first-child {
	width: 63%;
	padding-left: 160px;
	padding-right: 5px;
  background-image: url('../images/snlogo_geel.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: 120px auto;
}
.textfooter h1 {
	margin-bottom: 6px;
  font-family: "Open Sans",Verdana,Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: yellow;
	text-shadow: 2px 2px 1px black;
	-webkit-transform: skewY(0); /* Saf3.1+, Chrome */
  -moz-transform: skewY(0); /* FF3.5+ */
  -ms-transform: skewY(0); /* IE9 */
  -o-transform: skewY(0); /* Opera 10.5+ */
  transform: skewY(0);

}
.textfooter a {
	color: yellow;
}
.textfooter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li.nounderline a {
  text-decoration: none;
}

h1 { font-family:  "Rock Salt", Indie Flower, "Open Sans";
  font-size: 220%;
  font-weight: 900;
  color: #cd0aea;
	-webkit-transform: skewY(-3deg); /* Saf3.1+, Chrome */
  -moz-transform: skewY(-3deg); /* FF3.5+ */
  -ms-transform: skewY(-3deg); /* IE9 */
  -o-transform: skewY(-3deg); /* Opera 10.5+ */
  transform: skewY(-3deg);
  margin-bottom: 0;
  margin-top: 0;
	text-shadow: 3px 3px 3px white;
}
h2 { font-family:  "Rock Salt", Merienda, "Open Sans";
  font-size: 140%;
  font-weight: bold;
  color: red;
	-webkit-transform: skewY(-3deg); /* Saf3.1+, Chrome */
  -moz-transform: skewY(-3deg); /* FF3.5+ */
  -ms-transform: skewY(-3deg); /* IE9 */
  -o-transform: skewY(-3deg); /* Opera 10.5+ */
  transform: skewY(-3deg);*/
  margin-bottom: 18px;
  margin-top: 0;
}
h2.clear {
	clear: both;
}
h3 {
	font-size: 12px;
	font-family:  "Rock Salt", "Indie Flower", "Open Sans";
  color: maroon;
  margin-bottom: 0px;
}
h3.clear {
	clear: both;
}
tr.jaartalrij h2 {
	margin-bottom: 12px;
}
div.page-header {
	position: relative;
	top: -230px;
	width: 100%;
	left: 0;
	height: 0;
	overflow: show;
	text-align; center;
	margin: 0;
}
div.page-header h1 {
	width: 100%;
	text-align: center;
	-webkit-transform: none; /* Saf3.1+, Chrome */
  -moz-transform: none; /* FF3.5+ */
  -ms-transform: none; /* IE9 */
  -o-transform: none; /* Opera 10.5+ */
  transform: none;
	font-family:  "Arial", "Arial Black", "Open Sans", "Uptown", "Urban Jungle";
	text-transform: uppercase;
	font-size: 340%;
	color: transparent;
	opacity: 0.8;
  -webkit-text-stroke: 3px #cd0aea;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
div.page-header h2 {
	width: 100%;
  margin-top: 55px;
	text-align: center;
	-webkit-transform: skewY(-6deg); /* Saf3.1+, Chrome */
  -moz-transform: skewY(-6deg); /* FF3.5+ */
  -ms-transform: skewY(-6deg); /* IE9 */
  -o-transform: skewY(-6deg); /* Opera 10.5+ */
  transform: skewY(-6deg);
	font-size: 200%;
  color: yellow;
	text-shadow: 5px 5px 3px black;
}
  img#gadgetwegwijzer {   /* Afbeelding op de 404-pagina */
    position: absolute;
    top: 230px;
    left: -83px;
  }
/* Actueel nieuws op de frontpage (rechts op de balk) */
div.newsflashvoorpagina::before, div.pinpapier::before { /* Bovenkant papier voor Actueel nieuws */
  content: '';
  position: absolute;
  height: 80px;
  top: -64px;
  right: 0;
  left: 0;
  background: url('../images/paperclip2.png'), url('../images/actueel_start.png');
	background-position: 278px top, left bottom;
	background-size: auto, 100%;
	background-repeat: no-repeat;
}
div.punaiserood::before {
	background: url('../images/punaise2.gif'), url('../images/actueel_start.png');
	background-position: 56% 20px, left bottom;
	background-size: auto, 100%;
	background-repeat: no-repeat;
}
div.punaiseblauw::before {
	background: url('../images/punaise.gif'), url('../images/actueel_start.png');
	background-position: 56% 20px, left bottom;
	background-size: auto, 100%;
	background-repeat: no-repeat;
}
div.newsflashvoorpagina::after, div.pinpapier::after {/* Onderkant papier voor Actueel nieuws */
  content: '';
  position: absolute;
  height: 67px;
  bottom: -66px;
  right: 0;
  left: 0;
  background: url('../images/actueel_einde.png');
	background-size: 100%;
	background-repeat: no-repeat;
}
div.newsflashvoorpagina, div.pinpapier { 
	box-sizing: border-box;
	position: absolute;
  left: -280px;
	top: 344px;
	width: 430px;
  margin-bottom: -20px;
  padding: 15px;
  padding-left: 40px;
	width: 430px;
	-o-transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: top right;
	transform-origin: top right;
  -webkit-transform: rotate(6deg); /* Saf3.1+, Chrome */
  -moz-transform: rotate(6deg); /* FF3.5+ */
  -ms-transform: rotate(6deg); /* IE9 */
  -o-transform: rotate(6deg); /* Opera 10.5+ */
	transform: rotate(6deg);
	background-image: url('../images/actueel_midden.png');
	background-size: 100%;
	background-repeat: repeat-y;
	font-family:  "Indie Flower", "Rock Salt", "Open Sans";
	font-size: 124%;
	color: blue;
}
div.pinpapier { 
	position: relative;
  width: 360px;
	float: right;
	top: -10px;
  left: 20px;
  margin-bottom: 30px;
  padding-top:0 ;
  z-index: 45;
}
div.newsflashvoorpagina h1, div.pinpapier h1 {  font-size: 120%; }
div.newsflashvoorpagina h2, div.pinpapier h2 {  font-size: 100%; }
div.newsflashvoorpagina a:visited { color: blue; }

.desktop {}
.mobiel { display: none; }
/* Newsflashbericht op voorpagina dat zorgt voor het opschuiven van de tekst, zodat de tekst om het voorgaande object vloeit.  */
.newsflashlegeruimte, div.moduletablevoorpagina div.newsflashvoorpagina {
  position: static;
  float: right;
  width: 436px;
  height: 850px;
  margin-left: -110px;
  visibility: hidden;
  outline: 1px solid red;
}
div.newsflashvoorpagina img {
	margin: 0;
	padding: 0;
	max-width: 100%; 
}
div.pinpapier img {
	margin: 0;
	padding: 0;
	width: 100%; 
}
figure.newsflash-image {
	margin: 0;
}
div.moduletablevoorpagina h3.kopjers {
	display: none;
}
.customsponsorkliks {
	width: 48%;
	float: left;
	box-sizing: border-box;
	border: 6px dotted blue;
	text-align: center;
	margin: 26px 30px 6px 0;
}
.column_right {
	width: 48%;
	float: right;
}
	
#fb-root {
}
.fb-page {
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}

/* div.spreker.item komt voor op de speltak-pagina's en wordt daar gebruikt voor de tekstballonnen */
div.spreker.item {
	position: relative;
	min-height: 280px;
	margin-top: 30px;
}
div.spreker.item img {
	max-width: 280px;
	border-radius: 50%;
	float: none;
	margin: 0;
  -webkit-box-shadow: 4px 4px 12px #999;
  -moz-box-shadow: 4px 4px 12px #999;
  box-shadow: 4px 4px 12px #999;
}
div.spreker.item.links div.ballontekst {
  margin-left: 296px;
  z-index: 10;
}
div.spreker.item.rechts div.ballontekst {
  margin-right: 296px;
  z-index: 10;
}
div.spreker.item.rechts .ballonfoto {
	position: absolute;
	right: 0;
	top: 0;
}
div.spreker.item.links .ballonfoto {
	position: absolute;
	left: 0;
	top: 0;
}
div.spreker.item p {
	margin: 8px;
}
div.spreker.item div.ballontekst {
  position: relative;
  height: auto;
  background-color: #fff;
  border: 8px solid #c57927;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 12px 12px 20px #999;
  -moz-box-shadow: 12px 12px 20px #999;
  box-shadow: 12px 12px 20px #999;
  padding: 5px 10px 5px 14px;
}
div.spreker.item div.ballontekst::before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 70px;
  border: 30px solid;
}	
div.spreker.item.rechts div.ballontekst::before {
  left: 100%;
  border-color: transparent transparent #c57927 #c57927;
}	
div.spreker.item.links div.ballontekst::before {
  left: -60px;
  border-color: transparent #c57927 #c57927 transparent;
}	
div.spreker.item div.ballontekst::after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  top: 82px;
  border: 20px solid;
}
div.spreker.item.rechts div.ballontekst::after {
  left: 100%;
  border-color: transparent transparent #fff #fff;
}
div.spreker.item.links div.ballontekst::after {
  left: -40px;
  border-color: transparent #fff #fff transparent;
}
.bloggroepsblad .items-leading div.page-header, .blogpers .items-leading div.page-header, .blognieuws .items-leading div.page-header {
	all: initial;
}
.blogpers .article-info, .blognieuws .article-info {
	width: calc(100% - 240px);
  right: 0;
	padding: 0;
}
.blogpers .item-image img, .blognieuws .item-image img, .blognieuws .item-row img { margin-top: 0; }
.blogpers .items-leading > div, .blognieuws .items-row > div { padding-top: 14px; position: relative; }
.blogpers .items-leading p, .blognieuws .items-leading p, .blognieuws .items-row p {padding-left: 180px; }
.blognieuws .items-leading  {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.blognieuws .items-leading > div {
	position: relative;
  box-sizing: border-box;
	padding-bottom: 30px;
}
.blognieuws .items-leading .leading-0 {
	background-color: FloralWhite;
	width: 58%;
	margin: 0;
	margin-right: 3%;
	margin-bottom: 14px;
}
.blognieuws .items-leading .leading-1 {
	width: 39%;
	margin-bottom: 14px;
}
.blognieuws .items-leading .item-image {
  -webkit-transform: none; /* Saf3.1+, Chrome */
  -moz-transform: none; /* FF3.5+ */
  -ms-transform: none; /* IE9 */
  -o-transform: none; /* Opera 10.5+ */
	transform: none;
  box-shadow: none;
	width: 100%;
	height: auto;
	margin-top: 0;
}
.blognieuws .items-leading .item-image img {
	width: 100%;
	height: auto;
	background: var(--achtergrondkleur);
	padding-bottom: 2px;
}
.blognieuws .items-leading h1, .blognieuws .items-leading h2 {
	padding: 15px;
}
.blognieuws .items-leading p {
	padding: 15px;
}
.blognieuws .items-leading .article-info {
	position: static;
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 15px;
  width: 100%;
 	flex-wrap: wrap;
}
.bloggroepsblad .page-header h2 {
	display: block;
	max-width: calc(100% - 190px);
	text-align: left;
	margin-left: 190px;
  font-size: 22px;
  margin-bottom: 36px;
}
.content-categoryactueel .cat-children div h3 {
  font-family:  "Rock Salt", Merienda, "Open Sans";
  font-size: 140%;
  font-weight: bold;
  color: red;
	-webkit-transform: skewY(-3deg); /* Saf3.1+, Chrome */
  -moz-transform: skewY(-3deg); /* FF3.5+ */
  -ms-transform: skewY(-3deg); /* IE9 */
  -o-transform: skewY(-3deg); /* Opera 10.5+ */
  transform: skewY(-3deg);*/
  margin-bottom: 18px;
  margin-top: 20px;;
}
.content-categoryactueel .cat-children div h3 a {color: red; }
.content-categoryactueel .category-desc h1 {display: none; }
.content-categoryactueel .category-desc h2 {display: none; }
.content-categoryactueel .category-desc p  {margin-top: 20px; }
.content-categoryactueel form {margin: 0; }
.content-categoryactueel p.intro {font-weight: normal; }
.badge {
	background-color: #3a87ad;
	color: white;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 70%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
	-webkit-transform: skewY(6deg); /* Saf3.1+, Chrome */
  -moz-transform: skewY(6deg); /* FF3.5+ */
  -ms-transform: skewY(6deg); /* IE9 */
  -o-transform: skewY(6deg); /* Opera 10.5+ */
  transform: skewY(6deg);
}
.badge::before { content: "Aantal berichten: ";   
 }
.blogbericht .cols-3 .column-1 {
	float: left;
	width: 29%;
}
.blogbericht .cols-3 .column-2 {
	float: left;
	width: 29%;
}
.blogbericht .cols-3 .column-3 {
	float: right;
	width: 29%;
}

/***************************/
/*       Flip-cards        */
/***************************/
/* De flipcard geeft een 'kaartje' met een voor- en achterkant. Als je over het kaartje hoovert, flipt het kaartje
   waardoor de achterkant zichtbaar wordt */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
  perspective: 400px; /* Verwijder deze regel als je geen 3D-effect wil */
}

/* Deze container is nodig om de voor- en achterzijde te postionieren */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Doe een horizontale 'flip' als de muist over het kaartje hoovert */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
/* Positineer de voor- en achterkant */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  background-size: cover;
}
/* Styling van de voorkant, voor als er geen image is */
.flip-card-front {
  color: black;
}
/* Style the achterzijde, voor als er geen image is) */
.flip-card-back {
  color: white;
  transform: rotateY(180deg);
}


/* ================================================================= */
/* Afhankelijk van schermbreedte: schermen kleiner dan 1200px        */
@media only screen and (max-width: 1200px) {
  .sitegebied {
    width: 1024px;
  }
  div.page-header {
  	top: -180px;
  }
  div.page-header h1 {
  	font-size: 280%;
  }
  div.page-header h2 {
    margin-top: 50px;
  	font-size: 140%;
  }
  div.newsflashvoorpagina { 
  	top: 290px;
    margin-bottom: 34px;
  }
  div.pinpapier {
  	top: 20px;
  }

}

/* ================================================================= */
/* Afhankelijk van schermbreedte: schermen kleiner dan 1024px        */
/* optie: verander in 960px                                          */
@media only screen and (max-width: 1024px) {
  .sitegebied {
    width: 800px;
  }
  h1 { font-size: 128%;
  }
  h2 {font-size: 110%;
    margin-top: 20px;
  }
  div.page-header {
  	top: -140px;
  }
  div.page-header h1 {
  	font-size: 230%;
  }
  div.page-header h2 {
    margin-top: 44px;
  	font-size: 120%;
  }

  /* Menusysteem >> */
  div#mainmenusmall {
	  display: inline-block;
	  width: 80%;
    height: 50px;
    margin: 0;
    padding: 0;
    padding-left: 10%;
    padding-right: 10%;
    background: linear-gradient(90deg, rgba(26, 112, 253, 0) 0%, rgba(26, 112, 253, 0.7) 14%, rgba(26, 112, 253, 0.7) 90%, rgba(26, 112, 253, 0) 100%);
  }
  .menubalk label {
    display: block;
    position: relative;
    top: -55px;
    float: right;
    width: 120px;
    margin: 10px;
    margin-right: 8vh;
    padding: 4px;
    border: 1px solid white;
    border-radius: 4px;
    color: white;
    background-color: none;
   	font-weight: 700;
    text-align: center;
    z-index: 22;
  }
  .barcontainer {
  	display: block;
  	float: left;
  	width: 32px;
  	margin: 0;
  	margin-left: 8px;
  }
  .bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 4px 0;
    transition: 0.6s;
  }
  .bar1 {
    transform-origin: top right;
  }  
  .bar3 {
    transform-origin: bottom right;
  }  
  #mainmenutoggle:checked~label .bar1 {
  	background-color: #eaf2ff;
	  -webkit-transform: rotate(-37deg); /* Saf3.1+, Chrome */
    -moz-transform: rotate(-37deg); /* FF3.5+ */
    -ms-transform: rotate(-37deg); /* IE9 */
    -o-transform: rotate(-37deg); /* Opera 10.5+ */
  	transform: rotate(-37deg);
  }
  #mainmenutoggle:checked~label .bar2 {
  	opacity: 0;
  }
  #mainmenutoggle:checked~label .bar3 {
  	background-color: #eaf2ff;
	  -webkit-transform: rotate(35deg); /* Saf3.1+, Chrome */
    -moz-transform: rotate(35deg); /* FF3.5+ */
    -ms-transform: rotate(35deg); /* IE9 */
    -o-transform: rotate(35deg); /* Opera 10.5+ */
  	transform: rotate(35deg);
  }

  li.deeper > a::after {
    content: "";
  }
  ul.menu {
  	display: none;
  	position: absolute;
  	top: 50px;
  	right: 8vh;
  	width: 250px;
  	height: auto;
  	max-height: calc(100vh - 80px);
  	padding: 0;
  	overflow-y:scroll;
    background: linear-gradient(90deg, rgba(26, 112, 253, 0) 0%, rgba(26, 112, 253, 0.7) 22%, rgba(26, 112, 253, 0.7) 100%);
  }
  #mainmenutoggle:checked + ul {
    display: block;
  }
  ul.menu li {
  	width: calc(100% - 50px);
  	text-align: left;
  	padding: 0;
  	padding-left: 50px;
  }
  ul.menu > li {
  	margin-top: 14px;
  }
  ul.menu li a {
  	width: 100%;
  	border-bottom: 1px solid lightgrey;
  }
  ul.menu li ul {
  	position: static;
    visibility: visible;
    opacity: 1;
    width: calc(100% - 30px);
    background: none;
    margin: 0;
    margin-left: 30px;
  }
  ul.menu li li {
  	padding: 0;
  }
  ul.menu li li a {
  }
  /* >> Overrides van de media pointer: fine */
  ul.menu li.deeper > a {
    pointer-events: auto;
  }
  ul.menu li ul li:first-child {
    display: none;
  }
  /* << Overrides van de media pointer: fine */

  /* Menusysteem << */
  
  .newsflashlegeruimte {
  	width: 320px;
  	height: 800px;
  }
  div.newsflashvoorpagina { 
    width: 300px;
  	top: 254px;
  	left: -170px;
  	padding-left: 20px;
    line-height: 1.1;
  }
  div.newsflashvoorpagina h1 { font-size: 100%; }
  div.newsflashvoorpagina h2 { font-size: 90%; }
  div.newsflashvoorpagina::before { /* Bovenkant papier voor Actueel nieuws */
    height: 70px;
    top: -69px;
  	background-position: 167px top, left bottom;
  }
  div.newsflashvoorpagina::after {/* Onderkant papier voor Actueel nieuws */
    height: 47px;
    bottom: -46px;
  }
  div.pinpapier {
  	width: 300px;
  }
  .customsponsorkliks {
  	width: 100%;
  	float: none;
  }
.column_right {
	width: 100%;
}
  
  /* div.spreker.item komt voor op de speltak-pagina's en wordt daar gebruikt voor de tekstballonnen */
  div.spreker.item {
  	position: relative;
  	min-height: 280px;
  	margin-top: 30px;
  }
  div.spreker.item img {
  	width: 350px;
  	max-width: 100%;
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
  }
  div.spreker.item.links div.ballontekst {
    margin-left: 0;
  }
  div.spreker.item.rechts div.ballontekst {
    margin-right: 0;
  }
  div.spreker.item.rechts .ballonfoto {
  	position: static;
  }
  div.spreker.item.links .ballonfoto {
  	position: static;
  }
  div.spreker.item p {
  	margin: 8px;
  }
  div.spreker.item.rechts div.ballontekst::before {
    left: 50%;
    top: 100%;
    border-color: #c57927 transparent transparent #c57927;
  }	
  div.spreker.item.links div.ballontekst::before {
    left: 30%;
    top: 100%;
    border-color: #c57927 #c57927 transparent transparent;
  }	
  div.spreker.item.rechts div.ballontekst::after {
  	top: 100%;
    left: calc(50% + 8px);
    border-color: #fff transparent transparent #fff;
  }
  div.spreker.item.links div.ballontekst::after {
  	top: 100%;
    left: calc(30% + 12px);
    border-color: #fff #fff transparent transparent;
  }
  .blognieuws .article-info {
  	width: 100%;
  	padding-left: 60px;
  	right: auto;
  	flex-wrap: wrap;
  	padding-right: 20px;
  }
  .blognieuws .items-leading .article-info {
  	padding-left: 0;
  }
  .blogpers .items-leading > div, .blognieuws .items-leading > div, .blognieuws .items-row > div {
    padding-top: 46px;
  }
  .blogpers .items-leading p, .blognieuws .items-row p {padding-left: 0; }

}

/* ================================================================= */
/* Afhankelijk van schermbreedte: schermen kleiner dan 800px         */
@media only screen and (max-width: 800px) {
  .sitegebied {
    width: 600px;
  }
  .binnengebied{
    margin-top: 75px;
    padding-left: 45px;
    padding-right: 43px;
  }
  .textfooter {
 /* 	height: 380px; */
  }
  .textfooter div div {
	  width: 100%;
  }
  .textfooter div div:first-child {
  	width: 100%;
  	padding: 0;
    background-image: none;
  }
  #footer_contact {
  	text-align: right;
  }
	tr.jaartalrij h2 {
		margin-bottom: 2px;
	}
  div.page-header {
  	top: -98px;
  }
  div.page-header h1 {
  	font-size: 140%;
    -webkit-text-stroke: 1px #cd0aea;
  }
  div.page-header h2 {
    margin-top: 32px;
  	font-size: 100%;
  }
  h1 { font-size: 120%;
  }
  h2 {font-size: 100%;
    margin-top: 20px;
  }
  /* Actueel nieuws op voorpagina */
  div.newsflashvoorpagina { 
    width: 416px;
  	top: 230px;
  	left: -326px;
  	padding-left: 40px;
    margin-bottom: 30px;
  }
  div.newsflashvoorpagina::before { /* Bovenkant papier voor Actueel nieuws */
    height: 80px;
    top: -79px;
  	background-position: right 31px top, left bottom;
  }
  div.newsflashvoorpagina::after {/* Onderkant papier voor Actueel nieuws */
    height: 63px;
    bottom: -62px;
  }
  div.moduletablevoorpagina div.newsflashvoorpagina { float: none; }
  .newsflashlegeruimte { width: 100%; }
  div.pinpapier {
  	left: 30px;
  	float: none;
  	top: 30px;
  	margin-bottom: 84px;
  }
  .desktop { display: none; }
  .mobiel  { display: block; }
  .blogpers .article-info {
  	width: 100%;
  	padding-left: 60px;
  	padding-right: 20px;
  	right: auto;
  	flex-wrap: wrap;
  }
  .blogpers .items-leading > div, .blognieuws .items-leading > div, .blognieuws .items-row > div { padding-left: 60px; }
  .blogbericht .cols-3 .column-1 {
	  float: none;
	  width: 100%;
  }
  .blognieuws .items-leading > div {
	  margin-right: 0;
	  padding: 0;
  }
  .blognieuws .items-leading .leading-0, .blognieuws .items-leading .leading-1  {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    box-shadow: 4px 4px 12px #777;
 	}
  .blogbericht .cols-3 .column-2 {
	  float: none;
	  width: 100%;
  }
  .blogbericht .cols-3 .column-3 {
	  float: none;
	  width: 100%;
  }
  .bloggroepsblad .page-header h2 {
  	font-size: 16px;
  	margin-left: 0;
  	margin-bottom: 90px;
  	max-width: 100%;
  }

}

/* =============================================================================== */
/* Afhankelijk van schermbreedte: schermen kleiner dan 600px  (kleinste maat)      */
@media only screen and (max-width: 600px) {
  .sitegebied {
    width: 99%;
  }
  #balklinks {
    flex: 0 0 45px;
    order: -1;
    background-image:  url('../images/kruissjorringkleinlinks.png'), url('../images/halvepaallinks.png');
    background-size: 32px, 38px;
    background-repeat: no-repeat, repeat-y;
    background-position: 2px -43px, 4px 56px;
    position: relative;
    left: -4px;
    margin: 0;
    margin-right: -30px;
  }
  #balkrechts {
    flex: 0 0 35px;
    order: 1;
    background-image: url('../images/kruissjorringkleinrechts.png'), url('../images/halvepaalrechts.png');
    background-size: 32px, 38px;
    background-repeat: no-repeat, repeat-y;
    background-position: 3px -43px, 0 56px;
    position: relative;
    left: 1px;
    margin: 0;
    margin-left: -20px;
  }
  .binnengebied{
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 28px;
  }
  .nieuwblok {
	  margin-left: -32px;
	  margin-right: -27px;
	  height: 60px;
  }
  .nieuwblok2 {
  	height: 60px;
  }
  .nieuwblok2::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 60px;
    background-image: url('../images/houtenpaal.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: -12px -50px;
  }
  .nieuwblok2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 60px;
    background-image: url('../images/houtenpaal.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 8px -50px;
  }
  .menubalk label {
    margin-right: 4vh;
  }
  ul.menu {
  	right: 4vh;
  }
  img.gadget {
  	-webkit-transform: scale(0.75); /* Saf3.1+, Chrome */
    -moz-transform: scale(0.75); /* FF3.5+ */
    -ms-transform: scale(0.75); /* IE9 */
    -o-transform: scale(0.75); /* Opera 10.5+ */
    transform: scale(0.75);
  }
  img#gadgetwegwijzer {   /* Afbeelding op de 404-pagina */
    top: 210px;
    left: -137px;
  }
  /* Actueel nieuws op voorpagina */
  .newsflashlegeruimte { height: 810px; }
  div.newsflashvoorpagina { 
  	width: calc(100vw - 100px);
  	top: calc((80vw * 0.26) + 150px);
  	right: 24px;
  	left: auto;
  	padding-left: 40px;
    margin-bottom: 60px;
  }
  div.newsflashvoorpagina::before { /* Bovenkant papier voor Actueel nieuws */
    background: url('../images/punaise.gif'), url('../images/actueel_start.png');
  	background-size: auto, 100%;
  	background-repeat: no-repeat;
  	background-position: 56% 20px, left bottom;
  }
  div.newsflashvoorpagina::after {/* Onderkant papier voor Actueel nieuws */
    height: 63px;
    bottom: -62px;
  }
  div.pinpapier {
  	width: 86%;
  	margin-top: 30px;
  }

}

/* ================================================================================================ */
/* Elementen die onafhankelijk zijn van schermbreedte of media                                      */
.titelfoto, .extradiv .ls-fullscreen-wrapper {
	margin-left: -60px;
	margin-right: -60px;
	margin-top: 0;
}
.titelfoto > img {
	width: 100% !important;
	height: auto !important;
}
#pagefooter{
  background-image: url('../images/gras.png');
  background-size: auto 100%;
  background-repeat: repeat-x;
  width: 100%; 
  height:70px; 
  position: fixed; 
  right: 0;
  bottom: 0;
  z-index: 50;
  pointer-events: none;  /* enable click-through */
}
.socialbutton {
	display: block;
	float: left;
	width: 32%;
	height: 36px;
	margin: 26px 1.33% 0 0;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	font-weight: 600;
	color: white;
	background-color: #3B5998;
	border-radius: 10px;
	box-shadow: 0 12px 8px -8px rgba(0, 0, 0, 0.16); /* 4px 4px 9px rgba(0,0,0,.65); */
}
.instagram {
	background: #d6249f;
	background: radial-gradient(circle at 3% 107%, #fdf497 0%,#fd5949 50%,#d6249f 65%,#285AEB 100%);
}
.twitter {
	background-color: #00ACEE;
}
.facebook {
	margin-right: 0;
}
.joomla_add_this {
	margin: 50px 20px 30px 0;
	padding: 0;
	width: 150px;
	border: 4px solid #bbb;
	border-radius: 20px;
	box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25)
}
.joomla_add_this a {
	display: block;
	width: 150px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	color: #c57927;
}
p.intro {
	font-weight: bold;
}
p.caption {
  color: #c29b64;
}
p.extrainfo {
	display: none;
}
span.extrainfo {
	display: none;
}
a.extern { 
	background-image:   url("../images/external.gif");
  background-position: center right;
  background-repeat:  no-repeat;
  padding-right:      16px;
}
a.panorama { 
	background-image:   url("../images/fototoestel.gif");
  background-repeat:  no-repeat;
  float:              left;
  display:            block;
  height:             80px;
  width:              80px;
  position:           relative;
}
a.panorama:hover {
	background-image:   url("../images/fotoactief.gif");  
}
a.nounderline {
  text-decoration: none;
}
tr {
	vertical-align: top;
}
tr.cat-list-row1 {
  background-color: #f5e5cb; 
}
img.foto {
	width: 475px; /* Standaard breedte = 475px, kan overruled worden op element */
  border: 5px solid white;
  border-bottom: 17px solid white;
  -webkit-box-shadow: 8px 8px 26px -3px #555;
  -moz-box-shadow: 8px 8px 26px -3px #555;
  box-shadow: 8px 8px 26px -3px #555;
}
/* Images in de nieuwsberichten zijn standaard links uitgelijnt en niet groter dan er ruimte voor is */
/*
div[itemprop="articleBody"] img, div[itemprop="articleBody"] p img {
	float: left;  /* standaard float, kan overruled worden op element */
/*	max-width: 100%;
	height: auto;
	margin: 20px 20px 20px 0;
}
*/

div[itemprop="articleBody"] img[align="right"],
div[itemprop="articleBody"] img[style*="float: right"],
div[itemprop="articleBody"] img[style*="float:right"]{
    margin: 20px 0 20px 20px;
}
div[itemprop="articleBody"] table img {
	margin-left: 0;
	margin-right: 0;
}
img.draailinks_veel {
	transform: rotate(-7deg);
}
img.draailinks_beetje {
	transform: rotate(-3deg);
}
img.draairechts_veel {
	transform: rotate(6deg);
}
img.draairechts_midden {
	transform: rotate(4deg);
}
img.draairechts_beetje {
	transform: rotate(2deg);
}
table.vrijwilligers {
	table-layout: fixed;
	width: 100%;
	overflow: visible;
	border-collapse: collapse;
}
table.vrijwilligers td {
  width: 20%;
	border-bottom: 2px solid #f6e7d1;
}
table.vrijwilligers td+td {
  width: auto;
}
table.vrijwilligers td[colspan] {
	border-radius: 20px 40px;
  background-image: url('../images/achtergrond.jpg');
  background-size: cover;
  background-attachment: fixed;
  animation-name: cloudspassingby;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 500s;
	border-bottom: none;
}
table.vrijwilligers td[colspan] h1 {
	margin: 0 0 0 40px;
  padding: 10px 0 40px 0;
}
table.vrijwilligers td[colspan] h2 {
	margin: 0 0 0 40px;
  padding: 0 0 40px 0;
}

/* Formulieren */
form {
	margin-top: 30px;
	margin-bottom: 60px;
}
dd.result-category, dd.result-created {
	font-size: 74%;
	color: grey;
}
/* Formulieren van de Breezingforms-component */
section.bfPageIntro p::after {
	clear: none !important;
}
div#ff_formdiv1 + div span {
	display: none; /* Onderdrukt de tekst "Powered by BreezingForms" in de Breezing forms */
}
.cc-revoke {  /* Cookie policy knop onder aan elke pagina */
  display: none !important;  /* Verberg de "cookie policy-knop */ 
}
img.inline { float: none; }
a.actionbutton, a.button, form#form-login .loginButton, form#form-login .logoutButton {
  display: inline-block;
	margin: 8px;
	padding: 16px;
	background-color: #d96445;
	color: white;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 7px 7px 15px grey;
}

/* Afbeelding in blog-weergave van de disclaimers */
.blogdisclaimers .items-row h1 {
	clear: none;
  font-size: 140%;
  font-weight: bold;
  color: red;
  margin-bottom: 18px;
  margin-top: 26px;
  text-shadow: none;
}
.blogdisclaimers .item, .bloggroepsblad .item, blogpers .item  {
  clear: both;
} 
.blogdisclaimers .pull-left {
	max-width: 200px;
}
.bloggroepsblad .pull-left, .blogpers .pull-left {
	max-width: 160px;
}
.blogdisclaimers .items-row img, .bloggroepsblad img { 
  float: left;
  width: 100%;
  height: auto;
  margin: 20px 30px 25px 0;
  clear: left;
}
.bloggroepsblad img {
	margin-top: -80px;
}
.blogdisclaimers .items-row p.intro  {
	font-weight: normal;
}
.bloggroepsblad a {
	color: red;
	text-shadow: none;
}
.blogpers a { color: #cd0aea; }
.bloggroepsblad .items-leading h1 { display: none; }
.blogpers .items-leading h1, .blognieuws .page-header h1 { display: none; }
.blogpers .items-leading h2, .blognieuws .items-leading h2, .blognieuws .items-row h2 { display: none; }
.blognieuws .items-leading h1 {
	font-size: 120%; 
  padding-top: 30px;
 }
 .blognieuws .items-row h1 {
	font-size: 120%; 
  padding-top: 30px;
}
h2 span.subheading-category {
	font-family:  "Rock Salt", Indie Flower, "Open Sans";
  font-size: 220%;
  font-weight: 900;
  color: #cd0aea;
	-webkit-transform: skewY(-3deg); /* Saf3.1+, Chrome */
  -moz-transform: skewY(-3deg); /* FF3.5+ */
  -ms-transform: skewY(-3deg); /* IE9 */
  -o-transform: skewY(-3deg); /* Opera 10.5+ */
  transform: skewY(-3deg);
  margin-bottom: 0;
  margin-top: 0;
	text-shadow: 3px 3px 3px white;
}
.blogpers .page-header h2 { 
	display: inline-block;
	width: calc(100% - 180px);
	font-size: 100%;
	text-shadow: 3px 3px 3px white;
	-webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
}
.blogpers .items-leading > div, .blognieuws .items-row > div {
	min-height: 200px;
	margin: -14px -60px 0 -60px;
	padding-bottom: 14px;
  padding-right: 60px;
  padding-left: 60px;
/*padding-top: in breedte-afhankelijke blokken */
	position: relative;
}
.blogpers .items-leading > div:nth-child(odd), .blognieuws .items-leading > div:nth-child(even), .blognieuws .items-row > div:nth-child(odd) {
	background-color: #e3d1b8;
}
.blogpers .items-leading > div:nth-child(odd), .blognieuws .items-row > div:nth-child(odd) {margin-bottom: 14px;}
.blogpers .items-leading .intro, .blognieuws .items-leading .intro, .blognieuws .items-row .intro { font-weight: normal; }
.blogpers .items-leading p img, .blognieuws .items-leading p img, .blognieuws .items-row p img {display: none; }

.blogpers .item-image, .blognieuws .item-image {
	height: 160px;
	width: 160px;
	overflow: hidden;
	float: left;
	clear: left;
	-webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-5deg);
  margin-top: 34px;
  margin-right: 20px;
  -webkit-box-shadow: 4px 4px 12px #999;
  -moz-box-shadow: 4px 4px 12px #999;
  box-shadow: 4px 4px 12px #777;
}
.blogpers .item-image img, .blognieuws .item-image img, .blognieuws .item-row img {
	height: 160px;
	width: 160px;
	object-fit: cover;
}
.blogpers img, .blognieuws img { 
  width: auto;
  height: 100%;
}
.blogpers .article-info, .blognieuws .article-info {
	box-sizing: border-box;
  display: flex;
  flex-direction: row;
  overflow: hidden;
 	position: absolute;
	top: 0;
	margin-top: 0;
	margin-left: -60px;
	border-bottom: 2px solid #deaf86;
/* padding, right: in breedte-afhankelijke instellingen */
}
.blognieuws .items-more::before {
	content: "Ouder nieuws:";
}
.blognieuws .category-name a:visited {
	color: var(--tekstkleur);
}
.blognieuws .category-name a {
	text-decoration: none;
}
.blognieuws .category-name a:hover {
	text-decoration: underline;
}
.item-pagenieuws .article-info { display:none; }
.article-info dd {
	margin: 0 40px 0 0;
	padding-left: 28px;
	height: 26px;
}
.article-info dd.category-name {
	background-image: url("/images/category.png");
	background-size: contain;
	background-repeat: no-repeat; 
}
.article-info dd.createdby {
	order: 2;
	background-image: url("/images/pen.png");
	background-size: contain;
	background-repeat: no-repeat; 
}
.blogpers .article-info dd.createdby, .item-pagepers dd.createdby  {
	background-image: url("/images/krant.png");
}
.article-info dd.create {
	order: 1;
	background-image: url("/images/kalender.png");
	background-size: contain;
	background-repeat: no-repeat;
	min-width: 120px;
}
.article-info dd.createdby {
	margin-right: -60px;
}
p.readmore a {
	color: #733710;
}
.blogbericht .items-row {
	overflow: hidden;
	margin-bottom: 10px;
}
.blogbericht .cols-3 .column-1 {
	/* float, width: afhankeljk van breedte */
	padding: 0 5px;
	margin-right: 4%;
}
.blogbericht .cols-3 .column-2 {
	/* float, width: afhankelijk van breedte */
	margin-left: 0;
	padding: 0 5px;
}
.blogbericht .cols-3 .column-3 {
	/* float, width: afhankelijke van breedte */
	padding: 0 5px;
}
.blogbericht .page-header {
	position: static;
	height: auto;
}
.blogbericht h1 { display: none; }
.blogbericht h2 { display: none; }
.blogbericht .page-header h2 {
	display: flex; 
	transform: none; 
	border-top: solid 2px #c57927;
	border-bottom: ridge 2px antiquewhite;
	text-shadow:  3px 3px 2px #bbb;
	font-size: 1.4em;
	height: 4.7em;
	align-items: center;
	justify-content: center;
}
.blogbericht h1 {
	margin-bottom: 0.75em;
	font-size: 1.6em;
	line-height: 1.2;
}
.blogbericht h2 {
	margin-bottom: 0.75em;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 5px 0;
	margin: 0;
	text-rendering: optimizelegibility;
	word-wrap: break-word;
}
.blogbericht h2 a {text-decoration: none; }
.blogbericht a:link, .blogbericht a:visited {
	color: red;
}
.blogbericht p {
	margin-bottom: 1.5em;
	font-size: 1em;
}
.blogbericht p.intro { font-weight: normal; }
.blogbericht p.readmore a {
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: linear-gradient(#fff, #ddd);
	text-shadow: 0 1px 1px #rgba(255, 255, 255, 0.49);
	box-shadow: 0. 1px 0 rgbta(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	border: solid 1px #ddd;
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
	margin-bottom: 9px;
	padding: 4px;
	line-height: 1.6em;
}
.blogbericht .pull-left {float: left; }
.blogbericht .img-intro-left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.blogbericht p img {
	display: none;
}
.blogbericht img {
	border: 0 none;
	max-width: 100%;
}
.blogbericht .article-info {margin: 5px 0 0 0; padding-bottom: 3px; }
.blogbericht .article-info dd {margin-left: 20%; }
.blogbericht .article-info {border-bottom: solid 2px #c57927; }
div.microsnippets { /* hulp-div om microsnippets makkelijker te maken */
	display: contents;
}
ul.pagenav { 
	list-style-type: none;
	padding: 0;
	height: 40px;
	margin-top: 40px;
	margin-bottom: 30px;
} 
ul.pagenav li {
	background-color: #c57927;
}
ul.pagenav li {
	width: 180px;
	height: 40px;
	position: relative;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
  -webkit-box-shadow: 0 14px 8px -8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 14px 8px -8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 14px 8px -8px rgba(0, 0, 0, 0.3);
}
ul.pagenav li.previous {float: left; }
ul.pagenav li.next {float: right; }
ul.pagenav li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	color: #ddd;
}
ul.pagenav li a:hover {
	color: #ee0;
}
ul.pagenav li a span {
	margin: auto;
}
ul.pagenav li::before, ul.pagenav li::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
ul.pagenav li.next::before {
	right: -20px;
	bottom: 0;
	border-left: 20px solid #c57927;
}
ul.pagenav li.next::after {
	left: 0;
	bottom: 0;
	border-left: 20px solid var(--achtergrondkleur);
}
ul.pagenav li.previous::before {
	right: 0;
	bottom: 0;
	border-right: 20px solid var(--achtergrondkleur);
}
ul.pagenav li.previous::after {
	left: -20px;
	bottom: 0;
	border-right: 20px solid #c57927;
}

.items-more ol { padding-left: 0; }
.items-more li {list-style-type: none; }
/* Sliders */
.rl_sliders.accordion {
	margin-left: -36px;
}
a.accordion-toggle {
	background-color: #e3d1b8; /* iets donkerder dan achtergrond */
}
.accordion-inner {
  background-color: #f5fff5;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#ccffcc));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #ccffcc);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #ccffcc);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #ccffcc);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #ccffcc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffccffcc', GradientType=0);
  background-repeat: no-repeat;
}
.accordion-inner p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.2;
}
ul.vinkjes   {
	list-style: none;
	padding-left: 0;
}
ul.vinkjes li::before {
	content: "\2714\0020";
	color: limegreen;
}
form#form-login  {
	background-color: var(--achtergronddonkerder);
	border: 1px solid var(--border);
	padding: 10px;
}
form#form-login .input {
	background-color: var(--achtergrondkleurlichter); 
	margin-top: 10px;
}
	
.concept {
	background-color: #bff1f8;
	border: 3px solid red;
	color: brown;
	padding: 25px;
	margin-bottom: 30px;
}

/* Animation */
@keyframes cloudspassingby {
   from { background-position: 0 0;       }
    to  { background-position: -1600px 0; }
}

