:root {
	--body-color: #251b13;
  	--body-bg: #f7f5f3;
}

a:not([class]),
footer.footer a {
  text-decoration: none;
}

a:not([class]):hover,
footer.footer a:hover, 
h2 a {
  color: white;
  background-color: #1072bd;
}
h2 a {
  background-color: transparent;
}

#logo, .container-nav {
  display: inline-block;
}
#logo { float: left;}
.container-nav { float: right;}

.moduletable {
  position: relative;
}
.site > div.site-grid {
  margin-top: -150px;
}

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

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

.wf_caption {
	margin: 0 10px 15px 0;
	background-color: #555;
	padding-bottom: 8px;
	color: #ddd;
}
.wf_caption:hover {
	color: white;
}

.item-content img {
  max-width: 40%;
}
.camera_caption_title,
.camera_caption_desc {
  text-align: center;
}

.newsflash a.readmore, .readmore a.btn, .mod-articles-category-readmore a {
  background-image: url(../images/bg-stappen-rechts.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: #f9ae7f;
  border: 0;
  border-radius: 0;
  padding: 12px 20px;
  color: #1072bd;
  text-transform: uppercase;
  font-size: 14px;
  text-shadow: none;
}
.mod-articles-category-readmore a {
  margin: -5px 0;
}
.mod-articles-category-title{
  font-weight: bold;
}

div[class^="marquee-hsas"], 
marquee {
  background-color: #fdfcab;
  padding: 4px 0;
}
marquee { margin-top: -3px; }
div[class^="marquee-hsas"] a::before {
  content: "> ";
}

div[class^="marquee-hsas"] a {
  padding: 2px 5px;
}

/* Nieuwsmodule: */
.mod-articles-category-group { 
  background-color: #e36c0b;
  color: white;
  width: 50%;
  font-size: 20px;
  padding: 5px 8px;
}
.button {
  border-radius: none;
  padding: 5px 10px;
  background-image: none !important;
  background-color: #e36c0b;
  color: #ffffff;
  -webkit-transition: all 1s;
  transition: all 1s;
  text-shadow: none !important;
}

/* CONTENT MAIN */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stappen {
 list-style-type: none;
 clear: both;
 margin: 0;
 padding: 0;
 counter-reset: stappen-teller;
}
.stappen li {
 display: inline-block;
 position: relative;
 float: left;
 width: 20%;
 margin-bottom: 10px;
 background-color: #f9ae7f;
 height: 105px;
 padding: 10px 5px 25px 15px;
 margin-left: 0px;
 font-size: 14px;
 line-height: 1em;
  cursor: pointer;
 background-image: url(../images/bg-stappen-links.png), url(../images/bg-stappen-rechts.png);
 background-size: contain, contain;
 background-position: center left, center right;
 background-repeat: no-repeat, no-repeat;
}
.stappen li:first-child {
 background-image: url(../images/bg-stappen-rechts.png);
 background-size: contain;
 background-position: center right;
 background-repeat: no-repeat;
}
.stappen li:last-child {
 background-image: url(../images/bg-stappen-links.png);
 background-size: contain;
 background-position: center left;
 background-repeat: no-repeat;
}

.stappen li:before {
	content: counter(stappen-teller);
	counter-increment: stappen-teller;
 position: absolute;
 top: 5px;
 left: 15px;
 font-size: 18px;
 font-weight: bold;
 color: #fce6d8;
 
}

.stappen img {
 height: 50px;
 margin-bottom: 5px;
}

h1, h2, h3 {
  background-image: url(../images/bg-blauw-kaart.png);
  background-color: #1072bd;
  padding: 5px 10px;
    padding-left: 10px;
  color: #fff;
  font-weight: normal;
  font-family: 'Raleway', sans-serif;
  line-height: 40px; 
}
li {
  line-height: 20px;
}
ul.category-module ul {
  list-style-type: none;
  margin: 0;
  padding: 0 16px;
}


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;
}
video {
  width: 100%;
  height: auto;
  color: #144f89;
  max-width: 100%;
}

.sliderhomepage .camera_caption {
  bottom: 35%;
  width: auto;
  left: auto !important;
  right: 0 !important;
  opacity: 0.5;
  max-width: 45%;
 
  animation-name: move;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes move {
  from { opacity: 0; }
  to {opacity: 1;}
}


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

/* SIDEBAR RIGHT */

.container-sidebar-right .aktueel h2 {
  background-image: url(../images/icon-megafoon-wit.png), url(../images/bg-blauw-kaart.png);
  background-size: 25px 25px, auto;
  background-position: 5px 50%;
  background-repeat: no-repeat, repeat;
  padding-left: 35px;
}
.container-sidebar-right h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.container-sidebar-right .moduletable {
  margin-bottom: 40px;
  background-color: white;
  box-shadow: 6px 6px 5px rgb(0,0,0,0.1);
}

.container-sidebar-right .newsflash {
  padding: 0 7px;
}

.container-sidebar-right .moduletable.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.container-sidebar-right .moduletable.submenu ul li {
  padding: 0;
  margin: 0;
}

.container-sidebar-right .moduletable.submenu ul li a:hover, .container-sidebar-right .moduletable.submenu ul li a.active, .container-sidebar-right .moduletable.submenu ul li.active a {
  background-color: #e16c22;
text-decoration: none;
color: white;
}
.container-sidebar-right .moduletable.submenu ul li a {
  background-color: #f9ae7f;
  width: 100%;
  padding: 10px;
  display: block;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* volle breedte en kolom breedte */


[id^=volle-breedte] {
	padding: 50px 0;
}
[id^=kolom-breedte] {
	padding: 50px 10px;
}

[id^=volle-breedte] .mod-custom,
[id^=kolom-breedte] .mod-custom {
  background-size: cover;
  background-position: 50% 50%;
  padding: 5% 0;
}

[id^=volle-breedte] .mod-custom > p,
[id^=volle-breedte] .mod-custom > h2 {
  color: white;
  background-color: rgb(225, 108, 34, 0.8);
  margin: 0 auto;
  padding: 15px 30px;
  width: 35%;
  min-width: 300px;
}
[id^=volle-breedte] .mod-custom > h2  {
  padding: 4px 30px;
}

div[id*="kolom"] {
  margin-bottom: 50px;
}

#kolom-breedte-2 {
	background-image: url(../images/bg-blauw-kaart.png);
    background-color: #1072bd;
	padding: 60px 30px;
	margin: 50px 0;
}
#kolom-breedte-2 .grid-child {
  gap: 30px;
}
#kolom-breedte-2 .grid-child > div {
  flex-basis: 50%;
}
#kolom-breedte-2 ul li a {
  color: white;
} 

#kolom-breedte-2 ul li::before {
  content: ">";
  color: white;
}

#kolom-breedte-2 ul li {
  margin: 0;
  padding: 3px 10px;
}


#kolom-breedte-2 ul {
  list-style-type: none;
}



.mod-custom.custom {
	background-size: cover;
}
.moduletable.centreren h1,
.moduletable.centreren h2,
.moduletable.centreren h3 {
	text-align: center;
}


footer.footer, footer.footer h1, footer.footer h2, ffooter.footerooter h3, footer.footer h4 {
  background-color: #e16c22;
  background-image: none;
  color: #edeef5;
}
footer.footer a {
  color: #1072bd;
  font-weight: strong;
}
footer.footer {
  background-color: #e16c22;
  background-image: url(../images/bg-footer.png);
  padding: 15px;
  margin-top: 20px;
  font-size: 0.85em;
  border-top: 4px solid #1072bd;
}



footer.footer .grid-child {
	align-items: flex-start;
  gap: 15px;
}
footer.footer .grid-child > .moduletable {
  flex-basis: 25%;
  width: 100%;
}
/* 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;
}

.moduletable .jmp-ticker {
  background: #fdfcab;;
}
.moduletable ul.jmp-ticker-c a {
  color: #111;
  text-decoration: none;
}
.moduletable .jmp-ticker-l {
  color: #eee;
}

.js-marquee li:last-child {
  display: none;
}

/* Override van articles voor nieuws-tickeer */
.news-ticker {
    display: flex;
    width: 100%;
    min-height: 46px;
    overflow: hidden;
    background: #f2f2f2;
    color: #222;
}

.news-ticker__label {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    padding: 0.65rem 1.25rem;
    background: #cf2526;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.news-ticker__viewport {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    overflow: hidden;
  background-color: #fdfcab;
}

.news-ticker__track {
    display: flex;
    flex: none;
    width: max-content;
    animation: news-ticker-scroll var(--ticker-duration, 45s) linear infinite;
    will-change: transform;
}

.news-ticker__list {
    display: flex;
    flex: none;
    align-items: center;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    list-style: none;
    white-space: nowrap;
}

.news-ticker__item {
    display: flex;
    align-items: center;
}

.news-ticker__item + .news-ticker__item::before {
    margin: 0 1.25rem;
    content: "•";
    opacity: 0.55;
}

.news-ticker__item a {
    color: inherit;
    text-decoration: none;
}

.news-ticker__item a:hover,
.news-ticker__item a:focus {
    text-decoration: underline;
}

.news-ticker:hover .news-ticker__track,
.news-ticker:focus-within .news-ticker__track {
    animation-play-state: paused;
}

@keyframes news-ticker-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

/*
 * Geen beweging wanneer de bezoeker dit in zijn
 * besturingssysteem heeft uitgeschakeld.
 */
@media (prefers-reduced-motion: reduce) {
    .news-ticker__viewport {
        overflow-x: auto;
    }

    .news-ticker__track {
        animation: none;
        transform: none;
    }

    .news-ticker__list[aria-hidden="true"] {
        display: none;
    }
}

/* Op kleinere schermen een compacter label */
@media (max-width: 640px) {
    .news-ticker__label {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

@media only screen and (max-width: 1200px) {
    #logo {
      width: 170px;
    }
}

@media only screen and (max-width: 790px) {
    #logo {
      display: none;
    }
}