

body:has(.bp-container) .pagina-footer  {
      max-width: 1500px;
    margin: auto;
    padding: .5rem;
}

.bp-container {
    max-width: 1500px;
    margin: auto;
}

.bp-container p {
    line-height: 190%;
}

.bp-container .card img {
    margin-bottom: .5rem;
}

.bp-container .card .bp-product-title {
    font-size: 1rem;
    line-height: normal;
    font-weight: 600;
    padding-left: .5rem;
}
.bp-container .card .bp-product-subtitle { 
     padding-left: .5rem;
}

.bp-container .card {
position: relative;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0.5rem;
}
.meta-data {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 6px 0 0 0;
    justify-content: space-between;
        color: #000;
        align-items: center;
        flex-wrap: wrap;
}

.card-blog a:hover {
    text-decoration: none ;
}

.meta-data .meta-tag {
    display: flex;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #f5f5f5;
    align-items: center;
    line-height: 10px;
    flex-direction: row;
    height: min-content;
    font-size: .8rem;
}

.meta-data .meta-date {
        width: 100%;
    text-align: right;
    padding: 6px 0 0 0;
    font-size: .8rem;
    color: #a1a1a1;
}


.bp-container .blog-highlighted {
    background-color: #f5f5f5;
    padding: 1rem;
}

.blog-highlighted p {
    margin-bottom: 0!important;
}


.bp-container .banner-thumbnail a {
    display: flex;
    height: auto;
}

.bp-container .banner-blogarticle .pinterest-img {
    width: 100%;
    aspect-ratio: 2 / 1; 
    object-fit: cover;
}


.article-header {
        margin-bottom: 1rem;
    border: 1px solid rgba(0,0,0,.05);
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
        align-items: center;
}

.article-header .article-header-title {
    font-size: 1.2rem;
    text-transform: uppercase;
}

.article-header .meta-data {
    gap: 8px
}

.article-header .meta-data .meta-author {
    margin-right: 2rem;
    font-family: "simplon Medium", sans-serif;
}

.article-header .meta-data .meta-tag {
    margin-left: auto;
}

.article-header .meta-data .meta-date {
       width: auto;
    margin: 0;
    padding: 0;
}

.article-header .share-btn-container {
    display: flex;
    flex-direction: row;
    gap: 12px
}



.article-header .share-btn-container a i:before {
    /* width: 32px; */
    /* height: 32px; */
    /* display: inline-block; */
    font-size: 24px;
}

.article-header .share-btn-container a {
    text-decoration: none;
    line-height: initial;
}

.bp-container section {

    margin: 0 0 2rem 0;
}


.bp-container h2, .bp-container .h2 {
    font-size: 24px;
    line-height: 32px;
}

.blog-intro {
   font-weight: 600;
    margin-bottom: revert;

}

 .blog-intro p:first-of-type::first-letter  {
    font-size: 2.5rem;
    line-height: 3.5rem;
}

.blogarticle-promotionbanner {
    width: 100%;
    display: flex;
    margin-bottom: 1rem;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.blogarticle-promotionbanner .button {
    position: absolute;
    margin-bottom: 1rem;
}
.blogarticle-promotionbanner img {
    width: 100%;
    aspect-ratio: 2 / 1 ;
    display: flex;
    object-fit: cover;
}



.blogarticle-more {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.blogarticle-more a {
    text-decoration: none !important;
}


.blogarticle-more .card-blog {
    padding: 0 !important;
    margin: 0!important;
}

.blogarticle-more h3 {
    margin-bottom: 0!important;
}

.card-blog {
    transition: ease-in-out .3s;
 
}

.card-blog a:first-of-type { 
       background-color: #ffffff;
}
.custom_content:has(.banner-blogarticle) .cols#int-stijl  {
      background-color: #FCF8F5;
    padding: 12px 0;
}

.card-blog:hover {
    transform: scale(.98);
}

.card-blog .img-responsive {
        /*float: left;*/
    /*margin-right: 1rem;*/
    height: auto;
    max-height: none;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    object-position: center;
    width: 100%;
} 

.card-blog .title {
    font-weight: 500;
    display: block;
    font-size: 18px;
    line-height: 30px;
        margin-bottom: 0.2rem;
   text-align: left;
    color: #000;
}


.card-blog .subtitle {
    color: #000;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: auto;
}

.card-blog-content {
    padding: 8px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.bp-container .banner-body h1 {
    font-size: 1.8rem;
    line-height: 150%;
}


.bp-container  .banner-thumbnail {
    order: unset;
    padding: 0;
    position: initial;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    margin: 0;
}

@media screen and (min-width: 992px) {  
    .card-blog-content {
    padding: .75rem !important;
        min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bp-container .banner-body h1 {
    font-size: 2.2rem;
    line-height: 200%;
}


}



@media screen and (min-width: 992px) {

.article-header .share-btn-container span:first-of-type {
    display: block;
    
}


.blogarticle-more .card-blog a:first-of-type {

    display: flex;
    flex-direction: row;
    width: 100%;
}

.blogarticle-more .card-blog .title {
    font-weight: 500;
    display: block;
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 0.2rem;
    color: #000;
}



.blogarticle-more .card-blog-content {
    min-height: unset;
}

.blogarticle-more .card-blog .img-responsive {
     height: auto; 
     max-height: none; 
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: center;
     width: auto; 
    max-width: 40%;
    height: auto;
    vertical-align: top;
    margin-bottom: auto;
}




.blogarticle-more .card-blog .img-responsive {
    width: 40%;
        height: 100%;
    object-fit: cover;
}


.blogarticle-more .card-blog-content {
    width: 60%;
}}



.about-author .author-container {
    display: flex;
    flex-direction: column;
}

.about-author  .meta-data .meta-author img {
      width: 100px;
    aspect-ratio: 1 / 1;
    /* border-radius: 100px; */
    float: none;
    margin: 0;
    object-fit: contain;

}

.card-blog .meta-author {
    font-size: .8rem;
    gap: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

.about-author {
   border: 1px solid rgba(0,0,0,.05);
    padding: 2rem;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.about-author .meta-data {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 6px 0 0 0;
    justify-content: space-between;
    color: #000;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
}

.about-author .meta-data .meta-author {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
    color: #000;
    gap: 18px;
}



.about-author .meta-data .meta-author .author-name {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.about-author .meta-data .meta-author .author-function {
    /*text-transform: uppercase;*/
    margin-bottom: 1rem;
}

.about-author .meta-data .author-description span {
    display: block;
    margin-bottom: 0.5rem;
    font-size: .9rem;
    color: #000000;
}

.about-author .meta-data .author-description {
    font-size: .9rem;
    line-height: 170%;
    color: #545454;
    margin-bottom: 1rem;
}

.about-author .meta-more {
    display: flex;
    flex-direction: column;
}

.about-author .meta-more span {
      display: block;
    font-family: "sangblue";
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: #000000;
}


.meta-data .meta-author img {
    width: 40px;
    /* height: 40px; */
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    float: none;
    margin: 0;

}
