/* Default classes */

main
{
    position: relative;
}

.fullscreen
{
    width:100%;
    height: 100vh;
    overflow: hidden;
}

.row
{
    position: relative;
}

.no-center-align .row
{
    align-items: flex-start;
}

.max-750 .block
{
    width:100%;
    max-width: 750px;
    margin-left:auto;
    margin-right: auto;
}

.max-6-col>.block
{
    width:100%;
    max-width: 660px;
}

.center
{
    text-align: center;
    margin:auto;
}

.bg-size-50
{
    background-size: 50%  100% !important;
}

form.node-layout-builder-form
{
    width:100%;
    max-width: 1320px;
    margin:auto;
}

/* Colors */

#drupal-off-canvas summary
{
    background-color:#292C32 !important;
}

.bs-bg-lichtgrijs
{
    background-color:#e5e5e5 !important;
}

.bs-bg-lichtbruin
{
    background-color:#f4e9e0 !important;
}

/* Padding en Margin */

.bs-padding-top-60, .pt-60
{
    padding-top:60px;
}

.bs-padding-bottom-60, .pb-60
{
    padding-bottom:60px;
}

.bs-padding-top-90, .pt-90
{
    padding-top:90px;
}

.bs-padding-bottom-90, .pb-90
{
    padding-bottom:90px;
}


.bs-padding-top-100
{
    padding-top:100px;
}

.bs-padding-bottom-100
{
    padding-bottom:100px;
}

.bs-padding-top-150
{
    padding-top:150px;
}

.bs-padding-bottom-150
{
    padding-bottom:150px;
}

.bs-margin-top-100
{
    margin-top:100px;
}

.bs-margin-top-150
{
    margin-top:150px;
}

.bs-margin-bottom-100
{
    margin-bottom:100px;
}

.bs-margin-bottom-150
{
    margin-bottom:150px;
}

.page-node-type-projecten-overzicht .layout-builder__layout .col-lg-6:nth-child(1), .page-node-type-projecten-overzicht .layout-builder__layout .col-md-6:nth-child(1),
.page-node-type-page .layout-builder__layout .col-lg-6:nth-child(1), .page-node-type-page .layout-builder__layout .col-md-6:nth-child(1)
{
    padding-right: 48px;
}

.page-node-type-projecten-overzicht .layout-builder__layout .col-lg-6:nth-child(2), .page-node-type-projecten-overzicht .layout-builder__layout .col-md-6:nth-child(2),
.page-node-type-page .layout-builder__layout .col-lg-6:nth-child(2), .page-node-type-page .layout-builder__layout .col-md-6:nth-child(2)
{
    padding-left: 48px;
}

.col-lg-6.pr-1-col, .col-md-6.pr-1-col,
.col-12.pr-1-col
{
    padding-right:8.33333333%;
}

.col-lg-6.pl-1-col, .col-md-6.pr-1-col,
.col-12.pl-1-col
{
    padding-left:8.33333333%;
}

.col-12.pr-3-col
{
    padding-right:24.99999999%;
}

/* Default views settings */

.views-view-grid ul, .views-view-grid ul li
{
    margin:0px;
    list-style: none;
}

.block-inline-blockfotogrid-alleen-foto-s- .field--name-field-afbeeldingen,
.fotogrid-afbeeldingen-pagina .view-content
{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 24px;
}

.block-inline-blockfotogrid-alleen-foto-s- .field--name-field-afbeeldingen .field__item:nth-child(1)
{
    grid-row-start: 1;
    grid-row-end: 3;
    height: auto;
}



.block-inline-blockfotogrid-alleen-foto-s- .field--name-field-afbeeldingen .field__item .contextual
{
    width:auto !important;
    height: auto !important;
}

.block-inline-blockfotogrid-alleen-foto-s- .field--name-field-afbeeldingen img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.view-cards .views-col
{
    width:calc(25% - 25px) !important;
    margin-left:10px;
    margin-right: 10px;
    position: relative;
}

.view-cards .views-col:nth-child(1)
{
    margin-left:20px;
}

.view-cards .views-col:nth-child(4)
{
    margin-right: 20px;
}