
	
	
	.cta-side-block p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

li b, li strong {
    font-weight: 700;
}

.elementOnTop{
  z-index: 2;
}

/* Externe icoon weergeven bij _blank en external buiten p-element */
a:not(.button).external:after, a:not(.button)[target=_blank]:after {
    background: url(/public/svg/link-new-tab.svg) 50%/100% no-repeat;
    content: "";
    display: inline-flex;
    height: 1rem;
    margin-left: 0.375rem;
    transform: translateY(0.125rem);
    width: 1rem;
}
/* Externe icoon weergeven bij _blank en external buiten p-element */

/* online klantenmap */

.thumbnail-kop {
    width: 100%;
    clear: both;
}

.thumbnail-wrapper {
    margin: 1em 0;
    width: 100%;
    clear: both;
}

.thumbnail-content {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0 0 1em 0;
    min-height: 305px;
}

.witruimte {
    width: 100%;
    clear: both;
}

.min-height-450{
  min-height: 450px;
}

.min-height-550{
  min-height: 550px;
}

/* einde online klantenmap */

/* tbv afsprakenmodule */
#partner_blok {
  display: none;
}
#nav_verderx {
  display: none;
}

.bb-navigatie.bb-nav-links {
    float: left;
}
.bb-navigatie.bb-nav-rechts {
    float: right;
}
/* Einde tbv afsprakenmodule */

.cta-side-block--on-page-header-alert {
  top: 3rem;
  right: 5.25rem;
  bottom: unset;
}


/* kolommen met bedragen nowrap geven */
table.kosten tbody>tr>:nth-child(2) {
    white-space: nowrap;
}

button#btnverstuur {
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #c95100;
    border: 0;
    border-radius: 1.3125rem;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: interstate,sans-serif;
    font-size: .9375rem;
    font-weight: 700;
    height: 2.625rem;
    justify-content: center;
    line-height: 1;
    padding: 0 3.125rem 0 1.5rem;
    position: relative;
    text-decoration: none!important;
    transition: background-color .2s ease,color .2s ease,border-color .2s ease;
    white-space: nowrap;
}

.footer__socials-link--twitter {
    background: url(/public/svg/footer-x.svg) 50%/100% no-repeat;
}


/* readspeaker text highlighting */
.sync_sent_highlighted {
background-color: rgb(190, 255, 214);
text-decoration: none;
color: rgb(0, 0, 0);
}

.sync_word_highlighted {
background-color: rgb(164, 203, 255);
text-decoration: none;
color: rgb(0, 0, 0);
}

a:focus-visible:before,button:focus-visible:before,.tag:focus-visible:before,.button:focus-visible {
    outline: 0.1875rem solid #000;
}

/* witte blok in header op smartphones beter tonen en teksgrote kleiner maken */
@media (max-width: 767.98px){
.hero-image--narrow {
    height: 21rem !important;
    font-size: 0.75em !important;
}
}

.editor--alt-headings h2 {
  margin-bottom: 2.1875rem;
}

@media (max-width: 1200px){
.hero-image__content {
  margin-bottom: 0;
  }
}

@media (min-width: 1381px){
  .cta-side-block--between {
    transform: translateY(-40%) translateX(100%);
}
}


.oranjebold{
  color: #c95100;
  font-weight: bold;  
  
}

/* counterelement getallen zwart ipv wit */
.facts__value {
    color: #000 !important;
}


/* poort portal pagina */

.h3portaal {
  margin-bottom: 0 !important;
}


.trbgc {
  background-color: #eee;
}

.trc-red {
  color: #e22;
}

/* readspeaker pop van z-index voorien */
.rspopup {
  z-index: 5;
}

/* counter op mobile kleiner font */
@media (max-width: 767.98px){
.facts__value {
    font-size: 2.4375rem !important;
}
}

/* op thema pagina onderprojecten meer space op mobile */
@media (max-width: 767.98px){
.container.px-3.articles.articles--file {
    margin-bottom: 6rem;
}
}

.slider__nav-button {
  background-color: #fff;
}

/* dataportaal product-iconen zelfde formaat forceren */
@media (min-width: 768px){
  .col-2.dpicon img {
      height: 156px;
      width: 156px;
  }
}  



