/* === Algemene layout === */
#sp-right, .col-lg-4 { padding-left: 0 !important; }
.sp-megamenu-main-wrap { padding-left: 10px; }
.sp-menu-item.current-item.active > a { font-weight: 600 !important; }

/* === Auteur info === */
.spauthorarchive-info-wrap,
.com-spauthorarchive.view-articles .spauthorarchive-articles .spauthorarchive-info-wrap {
  display: flex;
  flex-direction: column;
  border: none !important;
  width: max-content;
  max-width: 100%;
  margin-bottom: 20px;
}
.spauthorarchive-info-wrap img,
.com-spauthorarchive.view-articles .spauthorarchive-articles .spauthorarchive-info-wrap p {
  display: block;
  padding: 5px;
  margin: 0;
  width: max-content;
  max-width: 100%;
  text-transform: none;
  border-right: none;
}
.spauthorarchive p {
  margin: 0 0 1rem;
  color: #000;
  line-height: 1.4;
}

/* === Artikelen === */
.spauthorarchive-content .spauthorarchive-addon-article,
.border-dark { border: none !important; }
.spauthorarchive-content .spauthorarchive-addon-article .spauthorarchive-article-introtext {
  margin-top: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.spauthorarchive-content .spauthorarchive-addon-article h3 a,
.article-list .article .article-header h2 a,
.article-list .article .article-header h2 a span {
  font-size: 18px;
  font-weight: 500;
  color: #252525;
  display: -webkit-box;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 44px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
}

/* === Lees meer knop === */
.read-more {
  text-align: center;
  border: none;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  transition: 0.4s;
  background-color: #0345bf;
  color: #fff;
}
.read-more:hover { background-color: #1234ef; }
.read-more a.spauthorarchive-readmore {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2.04px;
}

.spauthorarchive-content .spauthorarchive-addon-article .read-more a.spauthorarchive-readmore {
   color: #ffffff;
}

/* === Video embed === */
.embed-responsive-item {
  width: 100% !important;
  height: 125px !important;
  margin-top: 15px;
}

/* === Blog titels === */
.blog .item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30px;
  display: block;
}
.view-article .article-details .article-header h1 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.page-header h1 { margin-left: 20px; }
.page-header h2, .page-header h2 a {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  max-height: 2.6em;
  max-width: 100%;
}

.view-article .article-details .article-header h1 {
  font-size: 34px!important;
}

/* === Menu === */
.main-megamenu ul.menu {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: none;
  animation: fadeInUp 0.5s;
  position: absolute;
  top: 50px;
  padding: 20px 0 0;
  background: #ffffffe5;
  border: 1px solid #ebebeb;
  border-bottom: 3px solid #0345bf;
  font-size: 18px;
  min-width: 305px;
  line-height: 33px;
}
.menu.menu-area.active .main-megamenu ul.menu { font-size: 23px; }
.sp-megamenu-parent > li a {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent > li a:hover {
  color: #0345bf;
}

/* === Polls === */
.gazette-poll .mod-sppoll .form-sppoll .sppoll-info-wrap h3.sppoll-title {
  font-family: Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #000;
}
.gazette-poll .mod-sppoll .form-sppoll .sppoll-info-wrap .radio label {
  display: flex;
  width: 90%;
  color: #000;
}
.mod-sppoll .form-sppoll .sppoll-submit-wrap .btn-poll-result,
.gazette-poll .mod-sppoll .form-sppoll .sppoll-submit-wrap input {
  color: #000;
}

/* === Social icons === */
.gazette-socail-icons ul.sppb-icons-group-list {
  padding: 30px 30px 0 10px;
}

/* === Comments === */
.comment {
  margin: 15px 0 0 15px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
}
.title-latest-comments {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  padding-left: 15px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 2px;
}
section.akengage-outer-container {
  margin: 12pt 0;
  border-bottom: none;
  padding: .5em 0;
}
section.akengage-outer-container #akengageCommentForm,
h4.akengage-title.border-bottom.mb-2 {
  border-top: none;
  border-bottom: none !important;
}
.text-muted { display: none; }

/* === Footer artikelweergave === */
body.view-article.layout-blog #sp-footer1 .sppb-addon-text-block {
  font-size: 14px !important;
  line-height: 18px !important;
  color: #fff !important;
  font-family: Verdana, sans-serif !important;
  text-align: justify !important;
}

/* === Borders verwijderen === */
.sppb-addon-articles.creative .leading-item,
.sppb-addon-articles.creative .subleading-item,
.sppb-addon-articles.article-border,
.sppb-addon-articles.article-border .sppb-addon-title,
.sppb-addon-articles.creative > .sppb-addon-content > div.sppb-row,
.article-details,
#sp-main-menu,
#sp-menu-right,
.view-article,
#sp-bottom-top,
.pagenavigation,
.article-list .article,
.gazette-social-icons,
.gazette-poll {
  border: none !important;
}

/* === Mobiel auteursweergave === */
@media (max-width: 600px) {
  .spauthorarchive-author-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spauthorarchive-author-img-wrap,
  .spauthorarchive-author-content {
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
  }
  .spauthorarchive-author-content {
    margin-top: 1em;
    text-align: left;
  }
  .spauthorarchive-info-wrap {
    display: block !important;
    width: 100% !important;
  }
}

/* === Mobiel navigatie === */
#sp-mobile-logo {
  padding: 0 0 20px;
  background-color: #000;
  margin-bottom: 10px;
}
.logo-image-phone { height: 55px !important; }
.fa-bars::before,
.fa-navicon::before {
  content: "\f0c9";
  color: #fff;
  font-size: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li span {
  font-size: 25px!important;
}

.main-megamenu ul.menu {
  font-size: 16px!important;
  background: #ffffffe5!important;
  min-width: 305px!important;  
}


#offcanvas-toggler {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;}

.goto-top {display:none;}

.bx-viewport {
width: 100%;
  overflow: hidden;
  position: relative;
  height: 76.2px;
  margin-left: 10px;
  margin-top: -11px;
}

.sp-weather-icon-wrap {
display:none;
}

/* === Button links op homepage === */
.verkiezingen-link {
  position: fixed;
  left: 0;
  top: 50%;
transform: translateY(-50%) rotate(180deg);
  background-color: #0345bf;
  color: #fff;
  padding: 20px 10px;
  font-weight: bold;
font-size:22px;
  font-family: 'Verdana', sans-serif;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: background-color 0.3s ease;
}

.verkiezingen-link:hover {
  animation: spinY 0.8s ease;
  background-color: #0345bf;
color: #ffffff;
}

@keyframes spinY {
  0% {
    transform: translateY(-50%) rotate(180deg) rotateY(0deg);
  }
  50% {
    transform: translateY(-50%) rotate(180deg) rotateY(180deg);
  }
  100% {
    transform: translateY(-50%) rotate(180deg) rotateY(360deg);
  }
}