body.single-blog article h1{
    
XXXfont-size: 12px;
}

.__keytakeaways {
  padding: 24px;
  background: #dcf4ff;
  border: 10px solid #c4dbe5;
  margin-bottom: 1.4em;
  border-radius: 16px;
}

.__stelling{
  padding: 24px;
  background: #e8ffe9;
  border: 10px solid #d0e3d1;
  margin-bottom: 1.4em;
  border-radius: 16px;
}

.__floatleft{
    clear: both;
    overflow: hidden;
}
    
    
.__floatleft .wp-block-image{
    float: left;
    margin-right: 18px;
}

.__floatleft .wp-block-image img{
    border-radius: 12px;
}

.__floatleft p{
    top: 24px;
    position: relative;
}

figcaption{
    text-align: center;
    font-size: 14px;
    font-style: italic;
}

body.single-blog .highlight-last-word{
    color: #000;
}


@media all and (max-height: 700px) and (max-width: 700px) {

    .__front_slide_1_content_wrapper {

        padding-top: 30px;
    }

        .__front_slide_1_content_wrapper .__front_slide_1__row_2 {
            font-size: 75px !important;
        
    }

    .wp-image-1050{
        display: none;
    }
}

@media all and (max-height: 600px) and (max-width: 700px) {

    .__front_slide_1_content_wrapper {

        padding-top: 0px;
    }

        .__front_slide_1_content_wrapper .__front_slide_1__row_2 {
            /*font-size: 75px !important;*/
        
    }

    .wp-image-1050{
        display: none;
    }
}

@media all and (max-height: 400px) and (min-width: 700px) {

    .__front_slide_1_content_wrapper {

        padding-top: 160px;
    }

        .__front_slide_1_content_wrapper .__front_slide_1__row_2 {
            font-size: 75px !important;
        
    }

    .wp-image-1050{
        display: none;
    }
}

@media all and (min-height: 401px) and (max-height: 600px) and (min-width: 700px) {

    .__front_slide_1_content_wrapper {

        padding-top: 150px;
    }

        .__front_slide_1_content_wrapper .__front_slide_1__row_2 {
            font-size: 75px !important;
        
    }

    .wp-image-1050{
        display: none;
    }
}


.btn-outline-primary-custom-bw {
    color: #000 !important;
    border: 1px solid #000 !important;
}

body.__page_en_home-english .__front_slide_5, body.__page_home .__front_slide_5 {
    margin-top: 120px;
    padding-bottom: 24px;
}

.begrippen-lijst{}

.begrippen-lijst ul {
    padding-left: 0;
}

.begrippen-lijst ul li {
    margin: 0;
    list-style-type: none;
    /*background: #f1f1f1;*/
    padding: 5px 12px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.begrippen-lijst ul li:hover {
    transform:  scale(1.01);
    background: darken(#f1f1f1, 4%);
}

.begrippen-lijst ul li a {
    color: #000;
}

.begrippen-lijst ul li a:before {
    content: "▶";
    padding-right: 5px;
    font-size: 10px;
    position: relative;
    top: -4px;
}

.begrippen-lijst ul li a:hover {
    color: var(--hoofdkleur);
}


