/* ---------- Oswald, Roboto+Condensed ---------- */
/* OPGELET: OM NOG AAN TE PASSEN VOOR DE H1 aanpassing door Annie */

/*...... {font-family: 'Oswald', sans-serif;
  font-weight: 700; 
   text-transform: uppercase;
  font-size: calc(1.400rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
  color:#000000;}*/

   /* EINDE: aanpassing door Annie */



/*AANPASSING ANNIE VOOR OPGEMAAKTE TEKST zie ook paragrafen twig opgemaakte tekst!!!!!!*/
.annie {margin-top: -50px;}


/*end aanpassing Annie*/

/* OPGELET: aanpassing door Annie AFBLIJVEN!!!!!!!!!*/

.language-link {font-family: 'Oswald', sans-serif;
  font-weight: 600; 
    color: #000;
    font-size: 1.125em;   
    font-size: 1.3rem;
  text-transform: uppercase;}


 /* OPGELET: aanpassing door Annie AFBLIJVEN!!!!!!!!!*/

.annie h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: ;  
  font-size: calc(1.000rem + 1.8vw);
  font-weight: ;
  line-height: 1.2;
}

.display-1 {
    font-size: calc(1.000rem + 1.8vw);
    font-weight: 570;
    line-height: 1.2;
}

.display-2 {
    font-size: calc(0.875rem + 1.6vw);
    font-weight: 560;
    line-height: 1.2;

}

.display-3 {
    font-size: calc(0.625rem + 1.5vw);
    font-weight: 580;
    line-height: 1.2;
}

.display-4 {
    font-size: calc(0.405rem + 1.4vw);
    font-weight: 580;
    line-height: 1.2;
}
/*end aanpassing Annie*/



h1,
h1 a {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  /* OPGELET: aanpassing door Annie */
 /*color: #6E7071;*/
}




h2,
h2 a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;

    /* OPGELET: aanpassing door Annie */
  color:var(--accentkleur);
}




h2,
h2 a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
    /* OPGELET: aanpassing door Annie */
  color:#000000;
}




h3,
h3 a {
  font-family: "Oswald Condensed", sans-serif;
  font-weight: 400;
  font-style: light;
  color: #000000;
}


h4,
h4 a {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
    /* OPGELET: aanpassing door Annie */
  color:#000000;
}

h5   {
  font-family: "Oswald Condensed", sans-serif;
  font-weight: 200;
  text-transform: uppercase;  
  font-style: initial;
  color: #000000;
}
h5 a {
  font-family: "Oswald Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;  
  font-style: initial;
  color: #000000;
}


body,
p,
h5,
h6,
a,
{
  font-family: "Calibri", sans-serif;
  font-weight: 380;
  font-style: normal;
  color: #000000;
  font-size: 1.040em;
  line-height: 1.7;
  letter-spacing: 1px;
}

.crskbeschrijving li {
   font-family: "Calibri", sans-serif!important;
  font-weight: 350!important;
  font-style: normal;
  color: #000000;
  font-size: 0.765em!important;
  line-height: 1.7!important;
  letter-spacing: 1px!important;
}

table li {
    font-family: "Calibri", sans-serif !important;
    font-weight: 350 !important;
    font-style: normal;
    color: #000000;
    font-size: 1.100em !important;
    line-height: 1.7 !important;
    letter-spacing: 1px !important;
}

 li {
    font-family: "Calibri", sans-serif !important;
    font-weight: 350 !important;
    font-style: normal;
    color: #000000;
    font-size: 1.097em !important;
    line-height: 1.7 !important;
    letter-spacing: 1px !important;
}

p
    {
    font-family: "Calibri", sans-serif;
    font-weight: 350;
    font-style: normal;    
    font-size: 1.040em;
    line-height: 1.7;
    letter-spacing: 1px;
}

.crskbeschrijving p {
        font-family: "Calibri", sans-serif;
        font-weight: 350;
        font-style: normal;
        color: #000000;
        font-size: 0.725em;
        line-height: 1.7;
        letter-spacing: 1px;
    }

 table p , br, td, tr, tbody {
                font-family: "Calibri", sans-serif!important;
                font-weight: 350;
                font-style: normal;
                color: #000000;
                font-size: 1.040em!important;
                line-height: 1.7;
                letter-spacing: 1px;
            }








/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }

.menu--main .nav-link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .menu--main .nav-link::before {
    position: absolute;    
    left: 0;
    top: 89%;
    
    content: "";
    background-color: var(--accentkleur);
    width: 89%;
    height: 20%;
    z-index: -1;
    
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
  }

  /* ============ OPGELET AANPASSIINGEN ANNIE============ */


/* ============ OPGELET EINDE AANPASSINGEN ANNIE// ============ */




} 
/* ============ desktop view .end// ============ */