:root {
	--body-color: #392e19;
    --body-bg: #f4fdfa;
    --cassiopeia-color-link: #14b181;
    --body-font-size: 17px;
}
*, ::before, ::after {
  box-sizing: border-box;
}
main a:not([class]) { 
  text-decoration: none;
}
.active a {
  /* padding: 5px 0 5px 10px; */
  background-color: #5DBB9E;
  color: white;
}

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

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

figure.left { margin-right: 15px; max-width: 40%; }
figure.right { margin-left: 15px; max-width: 40%; }

h1, h2, h3 {
  color: #392e19;
  font-family: Raleway, serif;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  vertical-align: top;
}
.moduletable.hulpopafstand {
  position: fixed;
  right: 0;
  top: 0;
  display: inline-block;
  background-color: #b82424;
  color: white;
  float: right;
  z-index: 90;
}

header .container-topbar .moduletable.hulpopafstand .custom {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  padding: 10px 10px 10px 70px;
  cursor: pointer;
}
.hulpopafstand .custom a {
  color: #fce1e1;
}

main ul { 
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

main ul li {  
  padding-left: 30px;
  position: relative;
}

main ul li::before {  
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 19px;
  margin: 0 0 0 -14px;
  padding: 0;
  top: 3px;
  left: 14px;
  z-index: 2;
  background-image: url(../images/pijltje-uit-logo.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
main ul li:hover::before { 
  transform: rotate(120deg);
}

main .com-content-article ol, main .com-content-article ul {
  overflow: inherit;
}

*/
.wf_caption {
	margin: 0 10px 15px 0;
	background-color: #555;
	padding-bottom: 8px;
	color: #ddd;
}
.wf_caption:hover {
	color: white;
}
.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;
}

.container-banner .camera_caption {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: auto;
  width: auto;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 800px;
  color: #edfae8;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  background: #5dbb9e;
background: -moz-linear-gradient(45deg, #5dbb9e 0%, #9ec75c 100%);
background: -webkit-linear-gradient(45deg, #5dbb9e 0%,#9ec75c 100%);
background: linear-gradient(45deg, #5dbb9e 0%,#9ec75c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dbb9e', endColorstr='#9ec75c',GradientType=1 );
}
.container-banner .camera_caption > div {
  background-image: none;
  background-color: transparent;
  padding: 12px 30px 14px 50px;
}

#iconmenu {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  margin: 20px;
}
ul#iconmenu li {
  background-color: white;
  border: 1px solid #9ec75c;
  border-radius: 5px;
  padding: 5px;
  text-align: center;
  flex-grow: 1;
  flex-basis: 15%; 
}
ul#iconmenu img {
  width: 90%;
margin: 10px;
vertical-align: top;
}

.container-sidebar-right  .nav li:hover,
.container-sidebar-right  .nav li.current,
.container-sidebar-right  .nav li.active {
  background-color: #5DBB9E;
  color: white;
}

.container-sidebar-right ul#gadirectnaar li img {
  max-height: 50px;
  margin-right: 20px;
}

.container-sidebar-right  .nav a {
  display: block;
}
.container-sidebar-right  .nav a:hover,
.container-sidebar-right  .nav .current  a,
.container-sidebar-right  .nav .active a {
  padding: 5px 0 5px 10px;
  background-color: #5DBB9E;
  color: white;
  
}

.container-sidebar-right  .moduletable {
  margin-bottom: 40px;
}
.container-sidebar-right  h3 {
  line-height: 1em;
}

.container-sidebar-right  ul#gadirectnaar li img {
  max-height: 50px;
  margin-right: 20px
}


.container-sidebar-right  .nav a {
  padding: 5px 10px 5px 0;
  transition: all 0.5s ease;
}

.readmore {
  clear: both;
  padding-top: 10px;
}

.newsflash a.readmore, .readmore a.btn {
  background-color: #5dbb9e;
  background: linear-gradient(45deg, #5dbb9e 0%,#9ec75c 100%);
  position: relative;
  border: 0;
  border-radius: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  padding: 12px 35px 12px 20px;
  color: #edfae8;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-shadow: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.newsflash a.readmore::after, .readmore a.btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  top: 11px;
  right: 5px;
  z-index: 80;
  background-image: url(../images/pijltje-uit-logo-horizontaal.png);
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  opacity: 0.8;
}


#volle-breedte-1 {
	background-color: transparent;
	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.footer.container-footer, 
footer.footer.container-footer h1, 
footer.footer.container-footer h2, 
footer.footer.container-footer h3, footer h4 {
  color: #edfae8;
}
footer.footer.container-footer {
  background-color: #5dbb9e;
  background: linear-gradient(45deg, #5dbb9e 0%,#9ec75c 100%);
  color: #edfae8;
  padding: 15px;
  margin-top: 20px;
}

footer.footer .grid-child {
	align-items: flex-start;
    gap: 2em;
}

footer.footer.container-footer ul.nav li img {
  width: 50px;
  background-color: rgb(255, 255, 255, 0.5);
  background-image: none;
  padding: 5px;
  margin-right: 10px;
  border-radius: 50%;
  margin-bottom: 5px;
}

footer .grid-child > .moduletable {
  flex-basis: 32%;
}

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

footer .openinghours {
  margin: 0;
  max-width: 275px;
}
.openinghours-notes, .openinghours-open, .openinghours-closed {
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}
.openinghours-open {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #3C763D;
  padding-bottom: 10px;
  padding-top: 15px;
}
.openinghours-open, .openinghours-closed {
  background-color: transparent !important;
  color: black !important;
  font-weight: bold !important;
}
footer.footer.container-footer .openinghours-eachday {
  color: #edfae8 !important;
}


@media only screen and (max-width: 960px) {
  .container-banner .camera_caption {
    font-size: 15px;
  }
  .container-banner .camera_caption > div {
    padding: 8px 17px 5px 14px;
  }
  .container-banner .contactslide .camera_caption {
    left: auto !important;
    right: 0px !important;
  }
}

@media only screen and (max-width: 640px) {
	.moduletable.hulpopafstand {
		transform: scale(0.7);
      top: 44px;
      right: -20px;
	}
}