/* --- EDITS THIJS (Webs) --- */
/* Navigatie */
.nav__link {
  text-transform: uppercase;
  font-size: 16px;
}

/* Arrow */
.splide__arrow {
  color: #cccccc !important;
}

/* Footer */
.footernav {
  font-weight: 600 !important;
}
.footer_small_text {
  font-weight: 200;
}

/* --- EDITS IAN (Brik) --- */

/* Menu aanpassingen */
.header__section--top {
    background: rgba(0, 0, 0, 0.01) !important;
}
.header, .header__section--main {
    border-bottom: solid 1px #EFEFEF;
}
.header--overlap:not(.header--sticky-active), .header--overlap:not(.header--sticky-active) .header__section--main {
    background: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.top-menu-link {
  text-decoration: none !important;
  vertical-align: middle;
  font-size: 16px;
}
.top-menu-link:hover {
  opacity: 0.6;
}

/* Kleur Heading elementen veranderen t.o.v. theme default */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #05006e;
    margin-bottom: 0.8rem;
}

/* Home pagina USP kaartjes – Banner achter titels */
.usp-bar {
  display: inline-block;
  color: #ffffff;
  padding: 6px 8px 6px 8px;
  margin-top: 12px;
}
.usp-bar-aqua {
  display: inline-block;
  background-color: #03b0b0;
  color: #ffffff;
  padding: 6px 8px 6px 8px;
  margin-top: 12px;
}

.usp-card div {
min-height: 45vh;
}

/* FAQ accordion fix */
.accordion__title--default {
  color: #006b8f;
}
.accordion__header {
  align-items: center
}
.accordion__item--expanded .accordion__details {
  margin-top: 4px !important;
}

/* Drop-shadow aanpassing voor rich text boxes */
.rtext--box {
    box-shadow: 0 12px 20px rgba(48, 48, 75, .2), 0 8px 16px rgba(48, 48, 75, .2);
}

/* Dropdown in hoofdmenu breder maken i.v.m. lange teksten */
.nav--on-click .nav__list--level1>.nav__item--expanded>.nav__list--flyout, .nav--on-hover .nav__item--expanded>.nav__list--flyout, .nav--on-hover li:hover>.nav__list--flyout, .nav__list--level2 li:hover>.nav__list--flyout {
    width: 260px !important;
}

/* Badge optie voor roze kleur */
.badge--pink {
    background: #DE1380;
    color: #fff;
}

/* Hoogte blog header aanpassen */
.blog-hero-1.section.minh-full {
  min-height: 72vh !important;
}

/* Content cards voorzien van andere achtergrond (propositie pagina) */
.content-cards-background-change .content-card--dark {
   background: #036B8F;
}
.content-cards-background-change .content-card__label {
    color: #ffffff;
}

/* Social icons vullen i.v.m. achtergrond afbeelding */
.social-share-fill-icons .icon--light.icon--outline {
    border-color: #DDDDDD !important;
    background-color: #FFFFFF !important;
}

/* Review sterretjes kleur veranderen */
.review__star {
    color: #de1280 !important;
}

/* Solutions pagina cards met ronde hoeken */
.solutions {
    border-radius: 10px!important;
}

/* Featshow personeelsdossiers op oplossing HR-software pagina */
.featshow__content__wrapper {
    padding: 30px 0!important;
  
/* Hidebutton oplossingen */
.hide-button .featshow__button {
  display: none !important;
}