body {
    background-color: #f1f1f2;
}

a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gradientbg {
    background: rgb(195,247,240);
    background: linear-gradient(137deg, #cfeeff 0%, #b7ebf1 100%);
    box-shadow: 0 3px 10px rgba(0,0,0,.25);}


.title {
    font-family: 'Tahoma', 'Segoe UI', Geneva, Verdana, sans-serif;
    font-weight: Bold;
    font-size: 40px;
    padding-bottom: 1em;
}

.titleopen {
    font-family: Tahoma, 'Segoe UI', Geneva, Verdana, sans-serif;
    font-weight: Bold;
    font-size: 18px;
    padding: 0em 0 0 1em;
}

.subtitle, .title {
    display:block;
}

a.btn {
    background-color:#195081;
    color: #fff;    
    padding: 1em;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    max-width: fit-content;
    gap: 40px;
    transition: .15s all ease-in-out;
}

a.btn:hover {
    background-color:#133e64;
    color: #fff;
}

.btn::after, .readmore::before {
    content: '';
    display: block;
    background-image: url(https://rolluikonderdeel.nl/static/morearrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 1em;
    width: 30px;
 }

a.readmore {
    justify-content: start;
    gap: 10px;
}

.readmore::before {
    background-color: #8CC63F;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    border: 7px solid #8CC63F;
 }

 .screendirect_block1 {
    padding: 1em;
 }

.subtitle  {
    color: #707070;
    padding-left: 1em;
}

.item .subtitle, .screendirect_block1 .subtitle {
    padding-left: 0;
}

.row-full-width-inner {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #195081;
    line-height: 1.88em;
    font-weight: 500;
}

.object_fit img, .object_fit {
    margin: 0;
    line-height: 0rem;
}

.object_fit img {
    object-fit: cover;
    height: 300px;
}


.screendirect_block2, .screendirect_block3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 2em 1em 0em;
}

.screendirect_block2 {
    padding-bottom: 4em;
}

.item {
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    position: relative;
    padding: 1em;
    z-index: 2;
    min-width: 170px;
    background-color: #fff;;
    transition: .3s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item .title {
    font-size :18px;
    padding-bottom: 0;
    line-height: 1em;
}

.item .pricelabel {
    background:#8CC63F;
    font-weight: 500;
    color: #fff;
    padding: .1em .5em;
    font-size: 16px;
    border-radius: 20px;
    display: flex;
    width: fit-content;
    align-items: flex-start;

}

.item .pricelabel::before {
    content: 'v.a.';
    display: block;
    font-size: 12px;
    opacity: .8;

}

.item a img {
    max-height: 150px;
    margin: 1em 0 1em -1em;
    opacity: 1;
    transition: .25s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item:hover a img {
    opacity: 0;
    /* margin: 1em 0 1em -8em; */
}

.item a{
    text-decoration: none;
    position: relative;
}

.item:hover {
    background-color: #f1eded;
}

.item a .descriptiontag {
    font-size: 18px;
    opacity: 0;
    position: absolute;
    width: 100%;
    padding-top: 2em;
    transition: .25s all;
}

.item:hover a .descriptiontag {
    opacity: 1;
}

.item:nth-child(3) a, .item:nth-child(4) a {
    display: flex;
    justify-content: end;
}

.item:nth-child(3) a img, .item:nth-child(4) a img{
    margin: 1em -1em 1em 0;
}

.item:hover:nth-child(3) a img, .item:hover:nth-child(4) a img{
    /* margin: 1em -6em 1em 0; */
}

.item a svg {
    height: 1.5rem;
    text-align: right;
    width: 23px;    
} 

.item .aanbevolen {
    display: none;
    height: auto;
}
.item .aanbevolen svg {
    height: 4em;
}


.item a.icon {
    display: flex;
    justify-content: end;
}

.item:hover a.icon svg path {
    fill: #133e64;
}

.screendirect_block3 .item2 .white {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    transition: .3s all ease-in-out;
}
.screendirect_block3 .item2 .white a:nth-child(2) {
    padding: 1em;
   
}
.screendirect_block3 .item2:hover .white {
    box-shadow: none;
    filter: grayscale(.95) contrast(.95);
}

.item2 figure {
    min-height: 18vh;
    max-height: 18vh;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 4em;
}

.item2 figure img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.item2 img, .item2 figure {
    margin: 0;
    padding: 0;
}
.item2 a {
    display: flex;
    justify-content: end;
}

.item2 .titleopen {
    font-size: 15px;
}

.morelink {
    color: transparent;
    display: flex;
    justify-content: end;
    background-image: url(https://rolluikonderdeel.nl/static/more_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% center ;
    height: 20px;
    width: 100%;
    margin-top: 1em;
 }

a.titleopen {
    text-decoration: none;
    justify-content: start;
}

.column {
    background: #133e64;
    color: #fff;
    padding: 3em;
    position: relative;
    z-index: 2;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.column .button-container {
    display: flex;
    width: 100%;
    height: auto !important;
    justify-content: end;
}
.boxin {
    height: auto !important;
}

.column a.button-primary {
    background-color: rgba(255,255,255,1);
    border: 1px solid white;
    padding: 1em ;
    text-decoration: none;
    display: block;
    border-radius: 5px;
    transition: .3s all ease-in-out;
}

.column a.button-primary:hover {
    border: 1px solid white;
    background-color: rgba(255,255,255,.85);
}

.column a.button-primary::after {
    content: '';
    color: transparent;
    background-image: url(https://rolluikonderdeel.nl/static/more_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% center ;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 200px;
 }

.column::after {
    content: '';
    position: absolute;
    display: block;
    bottom:0px;
    left: 0px;
    height: 270px;
    background-image: url(https://rolluikonderdeel.nl/static/wolter.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
    width: 60px;
    z-index: 9;
}

div[ class^=sds_nl-items],div[ class*=sds_nl-items] {
    grid-template-columns: 1fr 1fr 1fr !important; 
    position: relative;
    z-index: 1;
}

div[ class^=richText-root],div[ class*=richText-root] {
    overflow: visible;
}

div[ class^=gallery-root],div[ class*=gallery-root] {
    padding : 3em 1em;
}

.superimposetitle {
    font-size: 30px;
    font-weight: 500;
    text-wrap: nowrap;
    height: auto !important;
    line-height: 1.5em;

}
.sublineimpose {
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 3em;
}
.seo {
    padding: 1em;
    color: #333;
}
.seo a {
    display: inline-block;
}

div[ class^=item-image],div[ class*=item-image] {
    min-height: 170px;
}

@media (min-width:768px) {
    div[ class^=item-image],div[ class*=item-image] {
        min-height: 250px;
    }

    .column {
        background: #133e64 url(https://rolluikonderdeel.nl/static/tip.svg);
        background-position: 123px calc(100% - 70px) ;
        background-size: 500px auto;
        background-repeat: no-repeat;
    }

    .column::after {
        bottom: -20px;
        left: -15px;
        width: 150px;
    }
    .item .title { 
        font-size: 28px;
    }
    div[ class^=gallery-root],div[ class*=gallery-root] {
        width: 50%;
        min-width: 50%;
    }

    .superimposetitle {
        font-size: 60px;
        font-weight: 500;
        text-wrap: nowrap;
        height: auto !important;
        line-height: 1.5em;
    
    }
    .sublineimpose {
        font-size: 60px;
        font-style: italic;
        height: auto;
        font-weight: 300;
    }
        
    .item .aanbevolen {
        display: block;
        position: absolute;
        bottom: -80px;
        z-index: 1;
    }

    .item .aanbevolen span {
        padding: 5px;
    }

    .item .aanbevolen {
        font-family: 'Caveat';
        font-size: 18px;
    }

    .item .aanbevolen.low-price {
        color :#8CC63F;
    }
    .col2 {
        display: flex;
    }

    .item {
        width: 25%;
    }

    .screendirect_block2, .screendirect_block3 {
        padding: 3em 0;
        display: flex;
        overflow: visible;
    }

    .screendirect_block3 .item2 {
        width: 20%;
    }

    .screendirect_block3 .item2:nth-child(6) {
        display: none;
    }

    .col2 div {
        width: 50%;
    }
    /* 
    a.readmore {
        justify-content: end;
    } */

    .row-full-width-inner {
        max-width: 1370px;
        min-width: 1370px;
        margin: 0 auto;
    }

    .screendirect_block1,  {
        padding-top: 3em;
        padding-bottom: 3em;
        position: relative;
        z-index: 1;
    }



    div[ class^=richText-root] div,div[ class*=richText-root] div {
        height: 100%;
    }

    .screendirect_block1:before {
        content: '';
        display: block;
        position: absolute;
        right: -730px;
        top: -200px;
        bottom: -150px;
        background-image: url(https://rolluikonderdeel.nl/static/screen_fill_pattern.svg);
        background-repeat: no-repeat;
        background-size: contain;
        height: 200%;
        width: 100%;
        transform: rotate(-1deg);
        z-index: 0;
    }
    .cms-home .screendirect_block1:before {
        display: none;
    }
        
    .screendirect_block1 * {
        position: relative;
        z-index: 9;
    }
        
    .relativeness {
        position: relative;
    }

    .object_fit {
        position: absolute;
        top:0;
        right: -100px;
        bottom: 0;
        padding: 0;
        max-width: 50%;
    }

    .object_fit img {
        max-height: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        object-fit: ;
        filter: grayscale(.4);
    }
        
    .screendirect_block1 img {
        max-width: 100%;
        height: auto;
    }

}


