*,*::before,*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans',Arial,sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #111;
  background-color: #e8e8e8;
  background-image: url('/img/background.png');
}

a {
  color: #e20000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* WordPress inline-afbeeldingen in bodytekst (bv. de portretjes op Over ons) */
.alignnone { display: inline; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.bc1-article-body .alignleft { display: inline; float: left; margin: 6px 16px 10px 0; }
.bc1-article-body .alignright { display: inline; float: right; margin: 6px 0 10px 16px; }

h1,h2,h3,h4 {
  line-height: 1.3;
}

.bc1-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.bc1-topbar {
  background: transparent;
  border-bottom: 1px solid #e0e0e0;
  font-size: 12px;
  color: #555;
}

.bc1-topbar .bc1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 15px;
}

.bc1-topbar a {
  color: #555;
}

.bc1-topbar a:hover {
  color: #e20000;
  text-decoration: none;
}

.bc1-logo-row {
  background: transparent;
  border-bottom: 1px solid #e0e0e0;
}

.bc1-logo-row .bc1-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 15px;
}

.bc1-logo img {
  height: 70px;
  width: auto;
}

.bc1-tagline {
  text-align: center;
  flex: 1;
  padding: 0 20px;
}

.bc1-tagline strong,.bc1-tagline h1 {
  display: block;
  font-size: 1.6em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -.01em;
  color: #111;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.bc1-tagline small {
  font-size: 1em;
  letter-spacing: .06em;
  color: #555;
  font-style: italic;
}

.bc1-lang-switch {
  margin-left: auto;
  font-size: 13px;
  color: #333;
  border: 1px solid #ccc;
  padding: 5px 14px;
  border-radius: 3px;
  white-space: nowrap;
  background: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bc1-lang-switch:hover {
  background: #e20000;
  color: #fff;
  border-color: #e20000;
  text-decoration: none;
}

.bc1-nav {
  background: #303030;
  position: relative;
}

.bc1-nav .bc1-wrap {
  display: flex;
  align-items: center;
  padding: 0 6px;
  gap: 0;
  flex-wrap: nowrap;
}

.bc1-nav-links {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.bc1-nav-links a {
  color: #fff;
  padding: 11px 8px;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .01em;
  white-space: nowrap;
  text-decoration: none;
}

.bc1-nav-links a:hover,.bc1-nav-links a.active {
  background: #e20000;
}

.bc1-search-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
  padding: 6px 6px;
}

.bc1-search-wrap input {
  border: none;
  background: #fff;
  color: #111;
  padding: 6px 10px;
  font-size: 12px;
  width: 160px;
  border-radius: 3px 0 0 3px;
  outline: none;
}

.bc1-search-wrap input::placeholder {
  color: #999;
}

.bc1-search-wrap button {
  background: #e20000;
  color: #fff;
  border: none;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  white-space: nowrap;
}

.bc1-search-wrap button:hover {
  background: #c00;
}

.bc1-hamburger {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 8px;
  line-height: 1;
  flex-shrink: 0;
}

.bc1-page-wrap {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
}

.bc1-trending {
  margin: 0 15px;
  padding: 8px 0;
  font-size: 13px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bc1-trending-label {
  background: #e20000;
  color: #fff;
  padding: 3px 12px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 2px;
  flex-shrink: 0;
  letter-spacing: .04em;
}

.bc1-trending-text {
  color: #e20000;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
}

.bc1-trending-text a {
  color: #e20000;
}

.bc1-trending-text a:hover {
  text-decoration: underline;
}

.bc1-slider-wrap {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 14px 0;
}

.bc1-slider-outer {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.bc1-slider-inner {
  flex: 1;
  overflow: hidden;
}

.bc1-slider-track {
  display: flex;
  gap: 10px;
  transition: transform .3s ease;
}

.bc1-slide {
  flex: 0 0 calc(20% - 8px);
  min-width: 0;
}

.bc1-slide .thumb {
  position: relative;
  display: block;
}

.bc1-slide img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2px;
}

.bc1-slide h3 {
  font-size: 12px;
  font-weight: 400;
  color: #111;
  margin-top: 5px;
  line-height: 1.4;
}

.bc1-slide h3 a {
  color: #111;
}

.bc1-slide h3 a:hover {
  color: #e20000;
  text-decoration: none;
}

.bc1-btn {
  background: #fff;
  border: 1px solid #ccc;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 40px;
  color: #555;
}

.bc1-btn:hover {
  background: #e20000;
  color: #fff;
  border-color: #e20000;
}

.play-lg,.play-sm,.play-xs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(0,0,0,.40);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  border: 2px solid #fff;
}

.play-lg {
  width: 48px;
  height: 48px;
  font-size: 18px;
}

.play-sm {
  width: 45px;
  height: 45px;
  font-size: 16px;
}

.play-xs {
  width: 20px;
  height: 20px;
  font-size: 8px;
  border-width: 1px;
}

.bc1-featured {
  display: grid;
  grid-template-columns: 534px 1fr;
  gap: 5px;
  margin: 0 15px 6px;
}

.bc1-feat-big {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  height: 401px;
}

.bc1-feat-big img {
  width: 534px;
  height: 401px;
  object-fit: cover;
  display: block;
}

.bc1-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent,rgba(0,0,0,.80));
  padding: 30px 16px 14px;
}

.bc1-overlay h3 a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.bc1-overlay h3 a:hover {
  text-decoration: underline;
}

.bc1-feat-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 198px 198px;
  gap: 5px;
}

.bc1-feat-sm {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.bc1-feat-sm img {
  width: 100%;
  height: 198px;
  object-fit: cover;
  display: block;
}

.bc1-feat-sm .bc1-overlay {
  padding: 20px 12px 10px;
}

.bc1-feat-sm .bc1-overlay h3 a {
  font-size: 15px;
  font-weight: 600;
}

.bc1-cta-row {
  display: grid;
  /*grid-template-columns: repeat(3,1fr) 220px;*/
  grid-template-columns: repeat(4,1fr);
  gap: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 26px 15px 6px;
}

.bc1-cta-block {
  padding: 16px;
  border-right: 1px solid #eee;
}

.bc1-cta-block:last-child {
  border-right: none;
  background: #f9f9f9;
}

.bc1-cta-block h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.bc1-cta-block h3 a {
  color: #111;
}

.bc1-cta-block h3 a:hover {
  color: #e20000;
}

.bc1-cta-block p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

.bc1-stay h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.bc1-stay input {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid #ccc;
  font-size: 13px;
  margin-bottom: 6px;
}

.bc1-stay button {
  background: #303030;
  color: #fff;
  border: none;
  padding: 8px 14px;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
}

.bc1-stay button:hover {
  background: #e20000;
}

.bc1-player-wrap {
  display: grid;
  grid-template-columns: 640px 1fr;
  gap: 20px;
  margin: 0 15px;
  padding: 16px 0;
  border-top: 1px solid #eee;
}

.bc1-player-left iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/272;
  border: 0;
}

.bc1-player-right h2 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #e20000;
  padding-bottom: 6px;
  margin-bottom: 14px;
  display: block;
  width: fit-content;
}

.bc1-player-left h2,.bc1-player-right h2 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #e20000;
  padding-bottom: 6px;
  margin-bottom: 14px;
  display: block;
  width: fit-content;
  height: 22px;
  line-height: 22px;
}

.bc1-player-right {
  display: flex;
  flex-direction: column;
}

.bc1-sidebar-videos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 272px;
}

.bc1-sidebar-video {
  display: flex;
  gap: 12px;
  align-items: center;
}

.bc1-sidebar-video a {
  position: relative;
  flex-shrink: 0;
  display: block;
}

.bc1-sidebar-video a img {
  width: 120px;
  height: 55px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.bc1-sidebar-video h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

.bc1-sidebar-video h3 a {
  color: #111;
}

.bc1-sidebar-video h3 a:hover {
  color: #e20000;
  text-decoration: none;
}

.bc1-ticker {
  background: #777;
  overflow: hidden;
  padding: 7px 0;
  font-size: 13px;
  color: #f5f5f5;
  margin: 4px 0;
}

.bc1-ticker-inner {
  display: inline-block;
  animation: marquee 50s linear infinite;
  padding-left: 100vw;
  white-space: nowrap;
}

@keyframes marquee{
from{transform:translateX(0)}to{transform:translateX(-50%)}
}

.bc1-cat-section {
  margin: 0 15px;
  padding: 14px 0;
  border-top: 1px solid #eee;
}

.bc1-cat-header {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.bc1-cat-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--cat-color,#e20000);
  border-bottom: 3px solid var(--cat-color,#e20000);
  padding: 8px 16px 8px 0;
  margin-right: 10px;
  white-space: nowrap;
  cursor: pointer;
}

.bc1-cat-tab {
  font-size: 13px;
  color: #555;
  padding: 8px 14px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  transition: all .15s;
}

.bc1-cat-tab:hover {
  color: #111;
}

.bc1-cat-tab.active {
  color: #e20000;
  border-bottom: 3px solid #e20000;
  font-weight: 600;
}

.bc1-cat-more-btn {
  font-size: 12px;
  color: #777;
  padding: 8px 10px;
  cursor: pointer;
  margin-left: 4px;
}

.bc1-cat-panel {
  display: none;
}

.bc1-cat-panel.active {
  display: block;
}

.bc1-cat-grid-main {
  display: grid;
  grid-template-columns: 324px auto 1fr;
  gap: 12px;
  align-items: start;
}

.bc1-cat-big {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.bc1-cat-big img {
  width: 324px;
  height: 235px;
  object-fit: cover;
  display: block;
}

.bc1-cat-big .bc1-overlay h3 a {
  font-size: 16px;
}

.bc1-cat-small-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 235px;
  justify-content: space-between;
}
.bc1-cat-small-list .bc1-cat-small:nth-child(n+4){display:none}

.bc1-cat-small {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.bc1-cat-small a {
  position: relative;
  flex-shrink: 0;
  display: block;
}

.bc1-cat-small img {
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.bc1-cat-small h3 {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

.bc1-cat-small h3 a {
  color: #111;
  max-width: 13vw;
}

.bc1-cat-small h3 a:hover {
  color: #e20000;
  text-decoration: none;
}

.bc1-cat-extra {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
}

.bc1-cat-extra-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

.bc1-cat-extra-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 110px;
}

.bc1-cat-extra-item .bc1-overlay h3 a {
  font-size: 13px;
  font-weight: 600;
}

.bc1-latest {
  padding: 16px 0;
  margin: 0 15px;
  border-top: 1px solid #eee;
}

.bc1-section-title {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 2px solid #e20000;
  padding-bottom: 5px;
  margin-bottom: 16px;
  display: inline-block;
  text-transform: uppercase;
}

.bc1-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.bc1-card .thumb {
  position: relative;
  display: block;
}

.bc1-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.bc1-card h3 {
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0 4px;
  line-height: 1.4;
  color: #111;
}

.bc1-card h3 a {
  color: #111;
}

.bc1-card h3 a:hover {
  color: #e20000;
  text-decoration: none;
}

.bc1-pagination {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 20px 15px 8px;
  flex-wrap: wrap;
}

.bc1-pagination a,.bc1-pagination span {
  min-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 2px;
  text-decoration: none;
  color: #333;
  background: #fff;
  padding: 1em;
}

.bc1-pagination a:hover {
  background: #e20000;
  color: #fff;
  border-color: #e20000;
}

.bc1-pagination .current {
  background: rgba(0,0,0,.40);
  color: #fff;
  border-color: rgba(0,0,0,.40);
  font-weight: 700;
}

.bc1-pagination .dots {
  border: none;
  background: transparent;
  color: #999;
}

.bc1-pagination-info {
  margin-left: auto;
  font-size: 13px;
  color: #777;
}

.bc1-footer {
  background: #222;
  padding: 14px 0;
  margin-top: 0;
}

.bc1-footer .bc1-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.bc1-footer-menu {
  list-style: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.bc1-footer-menu a {
  font-size: 12px;
  color: #aaa;
}

.bc1-footer-menu a:hover {
  color: #fff;
}

.bc1-footer-copy {
  font-size: 12px;
  color: #aaa;
}


.bc1-article-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.bc1-article-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bc1-article-hero img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.bc1-article-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px 15px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
}

.bc1-article-sidebar {
  border-left: 1px solid #eee;
  padding-left: 24px;
}

.bc1-art-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 12px;
}

.bc1-art-cat {
  background: #e20000;
  color: #fff;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 6px;
}

.bc1-art-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 16px;
}

.bc1-share {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}

.bc1-share-btn {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}

.bc1-share-btn.linkedin {
  background: #0266a0;
}

.bc1-share-btn.whatsapp {
  background: #7bbf6a;
}

.bc1-share-btn.facebook {
  background: #516eab;
}

.bc1-article-body {
  font-size: 16px;
  line-height: 1.7;
  color: #222;
}

.bc1-article-body h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.bc1-article-body h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 8px;
}

.bc1-article-body p {
  margin: 0 0 14px;
}

.bc1-article-body a {
  color: #e20000;
}

.bc1-article-body a:hover {
  text-decoration: underline;
}

.bc1-article-img {
  max-width: 300px;
  height: auto;
  margin: 6px 16px 10px;
}

.bc1-article-img.alignleft {
  float: left;
  margin-left: 0;
}

.bc1-article-img.alignright {
  float: right;
  margin-right: 0;
}

.bc1-art-tags {
  margin: 20px 0;
  padding-top: 16px;
  border-top: 1px solid #eee;
  font-size: 12px;
}

.bc1-art-tag {
  display: inline-block;
  margin: 2px;
  padding: 3px 8px;
  background: #f0f0f0;
  color: #555;
  text-decoration: none;
  border-radius: 2px;
}

.bc1-art-tag:hover {
  background: #e20000;
  color: #fff;
}

.bc1-related {
  padding: 20px 15px;
  border-top: 2px solid #e20000;
  margin-top: 20px;
}

.bc1-404-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 15px 80px;
  background: #fff;
  text-align: center;
}

.bc1-404-code {
  font-size: 120px;
  font-weight: 700;
  color: #e20000;
}

@keyframes marquee{
from{transform:translateX(0)}to{transform:translateX(-50%)}
}

@keyframes marquee{
from{transform:translateX(0)}to{transform:translateX(-50%)}
}


.bc1-overview-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 18px 15px 24px;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  background: #fff;
}

.bc1-breadcrumb {
  font-size: 12px;
  color: #888;
  margin-bottom: 10px;
}

.bc1-breadcrumb a {
  color: #777;
}

.bc1-overview-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
}

.bc1-overview-intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 18px;
  max-width: 720px;
}

.bc1-overview-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.bc1-result-count {
  font-size: 13px;
  color: #777;
}

.bc1-result-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bc1-result-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.bc1-result-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}

.bc1-result-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.bc1-result-meta {
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
  max-width: 500px;
}

.bc1-result-cat {
  background: #e20000;
  color: #fff;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 2px;
  margin-right: 6px;
  display: inline-block;
  margin-top: 6px;
}

.bc1-result-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.bc1-result-title a {
  color: #111;
}

.bc1-result-title a:hover {
  color: #e20000;
  text-decoration: none;
}

.bc1-result-excerpt {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.bc1-read-more {
  font-size: 13px;
  font-weight: 700;
  color: #e20000;
}

.bc1-overview-sidebar {
  border-left: 1px solid #eee;
  padding-left: 24px;
}

.bc1-side-block {
  margin-bottom: 26px;
}

.bc1-side-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 2px solid #e20000;
  padding-bottom: 6px;
  margin-bottom: 14px;
  display: inline-block;
}

.bc1-side-search {
  display: flex;
}

.bc1-side-search input {
  flex: 1;
  border: 1px solid #ddd;
  border-right: none;
  padding: 8px 10px;
  font-size: 13px;
  outline: none;
}

.bc1-side-search button {
  background: #e20000;
  color: #fff;
  border: none;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.bc1-side-search button:hover {
  background: #c00;
}

.bc1-side-list {
  list-style: none;
}

.bc1-side-list li {
  border-bottom: 1px solid #eee;
}

.bc1-side-list a {
  display: block;
  padding: 8px 0;
  color: #111;
  font-size: 13px;
  text-decoration: none;
}

.bc1-side-list a:hover {
  color: #e20000;
}

.bc1-side-video {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: flex-start;
}

.bc1-side-video .thumb {
  position: relative;
  flex: 0 0 100px;
}

.bc1-side-video img {
  width: 100px;
  height: 56px;
  object-fit: cover;
  border-radius: 2px;
}

.bc1-side-video h3 {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.bc1-side-video h3 a {
  color: #111;
}

.bc1-side-video h3 a:hover {
  color: #e20000;
  text-decoration: none;
}

@keyframes marquee{
from{transform:translateX(0)}to{transform:translateX(-50%)}
}

@media (max-width:960px) {
  .bc1-hamburger {
    display: block;
  }

  .bc1-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #303030;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    border-top: 2px solid #e20000;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
  }

  .bc1-nav-links.open {
    display: flex;
  }

  .bc1-nav-links a {
    width: 100%;
    padding: 13px 16px;
    border-bottom: 1px solid #444;
    font-size: 13px;
  }

  .bc1-search-wrap input {
    width: 120px;
  }
}

@media (max-width:480px) {
  .bc1-search-wrap input {
    width: 80px;
  }

  .bc1-search-wrap button {
    padding: 6px 8px;
  }
}

@media (max-width:800px) {
  .bc1-player-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-player-right {
    display: none;
  }
}

@media (max-width:1020px) {
  .bc1-nav a {
    padding: 11px 9px;
    font-size: 11px;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .bc1-featured {
    grid-template-columns: 1fr;
  }

  .bc1-feat-col {
    flex-direction: row;
  }

  .bc1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width:480px) {
  .bc1-grid {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 100%;
  }

  .bc1-nav a {
    padding: 10px 8px;
    font-size: 10px;
  }
}

@media (max-width:800px) {
  .bc1-article-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-article-sidebar {
    display: none;
  }

  .bc1-article-img {
    max-width: 200px;
  }
}

@media (max-width:960px) {
  .bc1-hamburger {
    display: block;
  }

  .bc1-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #303030;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    border-top: 2px solid #e20000;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
  }

  .bc1-nav-links.open {
    display: flex;
  }

  .bc1-nav-links a {
    width: 100%;
    padding: 13px 16px;
    border-bottom: 1px solid #444;
    font-size: 13px;
  }

  .bc1-search-wrap input {
    width: 120px;
  }
}

@media (max-width:480px) {
  .bc1-search-wrap input {
    width: 80px;
  }

  .bc1-search-wrap button {
    padding: 6px 8px;
  }
}

@media (max-width:800px) {
  .bc1-player-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-player-right {
    display: none;
  }
}

@media (max-width:1020px) {
  .bc1-nav a {
    padding: 11px 9px;
    font-size: 11px;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .bc1-featured {
    grid-template-columns: 1fr;
  }

  .bc1-feat-col {
    flex-direction: row;
  }

  .bc1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width:480px) {
  .bc1-grid {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 100%;
  }

  .bc1-nav a {
    padding: 10px 8px;
    font-size: 10px;
  }
}

@media (max-width:800px) {
  .bc1-article-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-article-sidebar {
    display: none;
  }

  .bc1-article-img {
    max-width: 200px;
  }
}

@media (max-width:960px) {
  .bc1-hamburger {
    display: block;
  }

  .bc1-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #303030;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    border-top: 2px solid #e20000;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
  }

  .bc1-nav-links.open {
    display: flex;
  }

  .bc1-nav-links a {
    width: 100%;
    padding: 13px 16px;
    border-bottom: 1px solid #444;
    font-size: 13px;
  }

  .bc1-search-wrap input {
    width: 120px;
  }
}

@media (max-width:480px) {
  .bc1-search-wrap input {
    width: 80px;
  }

  .bc1-search-wrap button {
    padding: 6px 8px;
  }
}

@media (max-width:800px) {
  .bc1-player-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-player-right {
    display: none;
  }
}

@media (max-width:1020px) {
  .bc1-nav a {
    padding: 11px 9px;
    font-size: 11px;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .bc1-featured {
    grid-template-columns: 1fr;
  }

  .bc1-feat-col {
    flex-direction: row;
  }

  .bc1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width:480px) {
  .bc1-grid {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 100%;
  }

  .bc1-nav a {
    padding: 10px 8px;
    font-size: 10px;
  }
}

@media (max-width:800px) {
  .bc1-article-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-article-sidebar {
    display: none;
  }

  .bc1-article-img {
    max-width: 200px;
  }
}

@media (max-width:800px) {
  .bc1-overview-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-overview-sidebar {
    display: none;
  }

  .bc1-result-item {
    grid-template-columns: 1fr;
  }

  .bc1-result-title {
    font-size: 18px;
  }
}

@media (max-width:960px) {
  .bc1-hamburger {
    display: block;
  }

  .bc1-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #303030;
    flex-direction: column;
    align-items: flex-start;
    z-index: 999;
    border-top: 2px solid #e20000;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
  }

  .bc1-nav-links.open {
    display: flex;
  }

  .bc1-nav-links a {
    width: 100%;
    padding: 13px 16px;
    border-bottom: 1px solid #444;
    font-size: 13px;
  }

  .bc1-search-wrap input {
    width: 120px;
  }
}

@media (max-width:480px) {
  .bc1-search-wrap input {
    width: 80px;
  }

  .bc1-search-wrap button {
    padding: 6px 8px;
  }
}

@media (max-width:800px) {
  .bc1-player-wrap {
    grid-template-columns: 1fr;
  }

  .bc1-player-right {
    display: none;
  }
}

@media (max-width:1020px) {
  .bc1-nav a {
    padding: 11px 9px;
    font-size: 11px;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:768px) {
  .bc1-featured {
    grid-template-columns: 1fr;
  }

  .bc1-feat-col {
    flex-direction: row;
  }

  .bc1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bc1-cta-row {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 calc(50% - 5px);
  }
}

@media (max-width:480px) {
  .bc1-grid {
    grid-template-columns: 1fr;
  }

  .bc1-slide {
    flex: 0 0 100%;
  }

  .bc1-nav a {
    padding: 10px 8px;
    font-size: 10px;
  }
}


.bc1-article-sidebar .lng-dropdown {
  margin-bottom: 1em;
}
.lng-dropdown {
  position: relative;
  display: inline-block;
  width: 200px;
  z-index: 999;
}
.clb {
    clear: both;
}

.lng-dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.lng-dropdown-button .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.lng-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 10000;
}

.lng-dropdown-menu .lng-dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-left: 0;
  cursor: pointer;
}

.lng-dropdown-menu .lng-dropdown-item:hover {
  background-color: #f0f0f0;
}

.lng-dropdown-menu .lng-dropdown-item .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.arrow {
  margin-left: auto;
}

/* Show the dropdown menu when active */
.lng-dropdown.open .lng-dropdown-menu {
  display: block;
}
/* mailerlite overrides */
.bc1-cta-block .ml-form-embedWrapper.embedForm {
  background-color: transparent !important;
}
.bc1-cta-block .ml-form-embedBody.ml-form-embedBodyDefault.row-form {
  padding: 0 !important;
}
.bc1-cta-block .ml-form-embedBody.ml-form-embedBodyDefault.row-form p {
    display: none;
}
.bc1-cta-block .ml-form-formContent {
  margin: -1em 0 0.5em !important;
}
.bc1-cta-block .ml-form-embedSubmit {
  margin: 0 !important;
}

/* ===== BC1 mobiel-verbeteringen (toegevoegd) ===== */
img{max-width:100%;height:auto}
.bc1-page-wrap{overflow-x:hidden}
iframe{max-width:100%}
@media (max-width:800px){
  .bc1-prevnext{flex-direction:column;gap:14px}
  .bc1-prevnext a,.bc1-prevnext a.next{text-align:left;max-width:100%}
  .bc1-prevnext a .ttl{white-space:normal;overflow:visible;text-overflow:clip}
  .bc1-cat-grid-main{grid-template-columns:1fr !important}
  .bc1-cat-small-list{flex-wrap:wrap;height:auto;justify-content:normal}
}
@media (max-width:480px){
  .bc1-article-img{max-width:160px}
  .bc1-feat-big{height:230px}
}

@media (max-width:800px){
  .bc1-cat-big img{width:100%;height:auto}   /* vul de kolom i.p.v. vaste 324px, zodat de play-knop op het beeld blijft */
}

/* Provincie-knoppenbalk (12 rode knoppen, stijl bc1-trending-label) */
.bc1-prov-nav{margin:0 15px 6px;padding:14px 0;border-bottom:1px solid #eee;display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.bc1-prov-nav .bc1-prov-btn{background:#e20000;color:#fff;padding:6px 14px;font-weight:700;font-size:12px;text-transform:uppercase;border-radius:2px;letter-spacing:.04em;text-decoration:none;line-height:1.1;transition:background .15s}
.bc1-prov-nav .bc1-prov-btn:hover{background:#b60000;color:#fff}
.bc1-prov-nav .bc1-prov-btn.is-active{background:#7a0000;color:#fff}
.bc1-cat-empty{margin:24px 15px;color:#666;font-size:15px}


/* === Live zoeksuggesties (instant search dropdown) === */
.bc1-search-wrap{position:relative}
.bc1-suggest{position:absolute;top:calc(100% + 4px);right:0;width:360px;max-width:90vw;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 10px 30px rgba(0,0,0,.18);z-index:2000;padding:6px 0;max-height:0;overflow:hidden;opacity:0;visibility:hidden;transition:max-height .45s cubic-bezier(.22,.85,.25,1),opacity .3s ease,visibility 0s linear .45s;pointer-events:none}
.bc1-suggest.bc1-open{max-height:75vh;overflow:auto;opacity:1;visibility:visible;transition:max-height .45s cubic-bezier(.22,.85,.25,1),opacity .3s ease .05s,visibility 0s;pointer-events:auto}
.bc1-sug-item{display:flex;gap:10px;align-items:center;padding:8px 12px;text-decoration:none;color:#222}
.bc1-sug-item:hover{background:#f5f5f5}
.bc1-sug-thumb{position:relative;width:84px;height:48px;flex:none;background:#000;border-radius:2px;overflow:hidden}
.bc1-sug-thumb img{width:84px;height:48px;object-fit:cover;display:block}
.bc1-sug-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;opacity:.9;text-shadow:0 1px 4px rgba(0,0,0,.7)}
.bc1-sug-title{font-size:13px;line-height:1.3;color:#222}
.bc1-sug-item:hover .bc1-sug-title{color:#e20000}
.bc1-sug-all{display:block;text-align:center;padding:10px 12px;margin-top:4px;border-top:1px solid #eee;font-style:italic;font-size:13px;color:#666;text-decoration:none}
.bc1-sug-all:hover{color:#e20000;background:#fafafa}
@media(max-width:600px){.bc1-suggest{width:100%;left:0;right:auto}}

/* ── On-demand lazy-load fade-in + zachte hover (2026-07) ─────────────────── */
img.bc1-lazy{opacity:0;transition:opacity .6s ease}
img.bc1-lazy.bc1-loaded{opacity:1}
/* play-knop pas tonen (mee-faden) als de foto geladen is — niet op een lege plek */
.play-sm,.play-lg,.play-xs{transition:opacity .45s ease .1s}
img.bc1-lazy:not(.bc1-loaded) ~ .play-sm,
img.bc1-lazy:not(.bc1-loaded) ~ .play-lg,
img.bc1-lazy:not(.bc1-loaded) ~ .play-xs{opacity:0}
.bc1-card,.bc1-cat-big,.bc1-cat-small,.bc1-cat-extra-item,.bc1-feat-sm,.bc1-feat-big,.bc1-sidebar-video{
  transition:transform .28s cubic-bezier(.2,.65,.2,1),box-shadow .28s cubic-bezier(.2,.65,.2,1)}
.bc1-card:hover,.bc1-cat-big:hover,.bc1-cat-small:hover,.bc1-cat-extra-item:hover,.bc1-feat-sm:hover,.bc1-feat-big:hover,.bc1-sidebar-video:hover{
  transform:translateY(-4px);box-shadow:0 14px 30px rgba(0,0,0,.13)}
@media (prefers-reduced-motion:reduce){
  img.bc1-lazy{opacity:1!important;transition:none!important}
  img.bc1-lazy:not(.bc1-loaded) ~ .play-sm,
  img.bc1-lazy:not(.bc1-loaded) ~ .play-lg,
  img.bc1-lazy:not(.bc1-loaded) ~ .play-xs{opacity:1}
  .bc1-card,.bc1-cat-big,.bc1-cat-small,.bc1-cat-extra-item,.bc1-feat-sm,.bc1-feat-big,.bc1-sidebar-video{transition:none}
}

/* ── Toestemmingsblok voor video's van derden (Vimeo) (2026-07) ─────────────
   Staat op de plek van de video, met exact dezelfde aspect-ratio (inline gezet
   door render.py), zodat er niets verspringt zodra de speler geladen wordt. */
.bc1-vc{position:relative;width:100%;background:#111;color:#fff;overflow:hidden;
  display:flex;align-items:center;justify-content:center;text-align:center}
.bc1-vc-in{padding:20px;max-width:540px}
.bc1-vc-h{margin:0 0 8px;font-size:19px;font-weight:700;line-height:1.3}
.bc1-vc-t{margin:0 0 16px;font-size:14px;line-height:1.55;color:#ddd}
.bc1-vc-btn{border:none;padding:11px 22px;background:#e20000;color:#fff;font-size:15px;
  font-weight:600;border-radius:2px;cursor:pointer;font-family:inherit;
  transition:background .2s ease}
.bc1-vc-btn:hover{background:#b40000}
/* eigen regel ONDER de knop; selector met a. erin zodat 'ie wint van de
   algemene .bc1-article-body a{color:#e20000} die anders de link rood maakt */
.bc1-vc-a{display:block;margin-top:14px;font-size:12px}
.bc1-vc a.bc1-vc-a{color:#bbb;text-decoration:underline}
.bc1-vc a.bc1-vc-a:hover{color:#fff}
.bc1-vc.bc1-vc-on{display:block;background:none}      /* speler geladen: blok is enkel nog houder */
@media(max-width:600px){
  .bc1-vc-in{padding:14px}
  .bc1-vc-h{font-size:16px}
  .bc1-vc-t{font-size:13px;margin-bottom:12px}
  .bc1-vc-btn{padding:10px 16px;font-size:14px}
}
/* ── Cookiebalk (2026-07) ───────────────────────────────────────────────────
   Zelfde opzet als op duurzamevooruitgang.nl, maar in BC1-rood. Wordt door
   script.js in de body gezet (staat dus niet in de HTML: geen JS = geen balk,
   maar dan laadt er ook niets van buiten, dus dat klopt). */
#bc1-cookiebar{position:fixed;left:0;right:0;bottom:0;z-index:99999;
  background:#000;color:#fff;padding:14px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-size:14px;line-height:1.45;box-shadow:0 -2px 12px rgba(0,0,0,.28);
  transform:translateY(100%);transition:transform .35s cubic-bezier(.2,.7,.2,1)}
#bc1-cookiebar.bc1-cb-on{transform:translateY(0)}
.bc1-cb-text{flex:1;min-width:0}
#bc1-cookiebar a{color:#fff;text-decoration:underline}
#bc1-cookiebar a:hover{color:#ff6b6b}
.bc1-cb-btns{display:flex;gap:8px;flex-shrink:0}
#bc1-cookiebar button{border:none;padding:10px 20px;font-size:14px;font-weight:600;
  border-radius:2px;cursor:pointer;font-family:inherit;transition:background .2s ease}
.bc1-cb-yes{background:#e20000;color:#fff}
.bc1-cb-yes:hover{background:#b40000}
.bc1-cb-no{background:#444;color:#fff}
.bc1-cb-no:hover{background:#333}
@media(max-width:700px){
  #bc1-cookiebar{flex-direction:column;align-items:stretch;text-align:center;padding:14px;font-size:13px}
  .bc1-cb-btns{justify-content:center}
  #bc1-cookiebar button{flex:1}
}
@media (prefers-reduced-motion:reduce){
  #bc1-cookiebar{transition:none}
}

/* Knop op de cookiepagina om de eigen keuze te herzien */
.bc1-cookie-reset{border:none;padding:11px 20px;background:#222;color:#fff;font-size:14px;
  font-weight:600;border-radius:2px;cursor:pointer;font-family:inherit;transition:background .2s ease}
.bc1-cookie-reset:hover{background:#e20000}

/* Nieuwsbrief: knop die MailerLite pas ophaalt zodra iemand 'm gebruikt */
.bc1-ml-btn{width:100%;border:none;padding:10px 16px;background:#222;color:#fff;
  font-size:14px;border-radius:2px;cursor:pointer;font-family:inherit;
  transition:background .2s ease}
.bc1-ml-btn:hover{background:#e20000}
.bc1-ml-note{margin:8px 0 0;font-size:11px;line-height:1.4;color:#777}

#sparren { scroll-margin-top: 16px; }

/* Tagline-tweede regel: <h2> voor nette kop-hierarchie, ziet eruit als de oude <small> */
.bc1-tagline h2.bc1-tagline-sub{font-size:1em;font-weight:400;font-style:italic;text-transform:none;letter-spacing:.06em;color:#555;margin:0;padding:0;line-height:1.2;display:block}

/* Alleen voor schermlezers/zoekmachines — visueel volledig verborgen */
.bc1-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Play-driehoek puur in CSS i.p.v. het teken ▶ (emoji op Linux) -> overal identiek, zelfde look als Windows */
.play-lg,.play-sm,.play-xs{font-size:0}
.play-lg::before,.play-sm::before,.play-xs::before{content:"";border-style:solid;border-color:transparent transparent transparent #fff}
.play-lg::before{border-width:9px 0 9px 14px;margin-left:3px}
.play-sm::before{border-width:8px 0 8px 13px;margin-left:3px}
.play-xs::before{border-width:4px 0 4px 6px;margin-left:1px}
.bc1-sug-play{font-size:0}
.bc1-sug-play::before{content:"";border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #fff;filter:drop-shadow(0 1px 3px rgba(0,0,0,.7))}

/* ── Mobiel: horizontale overflow weg (tekst werd rechts afgekapt door de te brede header) ── */
html,body{overflow-x:hidden}
.bc1-article-body{overflow-wrap:break-word}
@media (max-width:600px){
  /* Header stapelen: logo boven, tagline eronder, gecentreerd -> past altijd binnen het scherm */
  .bc1-logo-row .bc1-wrap{flex-direction:column;justify-content:center;gap:6px;padding:12px 15px}
  .bc1-logo img{height:48px}
  .bc1-tagline{padding:0;text-align:center;flex:none}
  .bc1-tagline strong,.bc1-tagline h1{font-size:1.25em;line-height:1.15}
  .bc1-tagline .bc1-tagline-sub{font-size:.82em}
}

/* ── Taalschakelaar in de header: op ELKE pagina + mobiel zichtbaar ── */
.bc1-logo-row .bc1-wrap > .lng-dropdown{flex:none;align-self:center;width:172px;margin-left:14px}
.bc1-logo-row .lng-dropdown-button{padding:6px 10px;font-size:14px}
.bc1-logo-row .bc1-wrap > .clb{display:none}
@media (max-width:600px){
  .bc1-logo-row .bc1-wrap > .lng-dropdown{width:200px;margin-left:0}
}

/* ── Legacy content (plaatjes/tabellen) responsive: geen horizontale overflow op mobiel (o.a. info-pagina) ── */
.bc1-article-body img{max-width:100%;height:auto}
@media (max-width:800px){
  .bc1-article-body table{display:block;max-width:100%;overflow-x:auto}
}
