/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2024 | 20:18:30 */
/* Voeg je CSS code hier toe.
Bijvoorbeeld:
.example {
    color: red;
}

Voor het opfrissen van je CSS kennis, kijk op http://www.w3schools.com/css/css_syntax.asp

Einde van de reactie */ 

/*Status ribbon*/
#status {
--r: .8em;
    /* border-block: .5em solid #0000; */
    padding-inline: .5em calc(var(--r) + .85em);
    line-height: 1.8;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #465fa4 padding-box;
    width: fit-content;
    font-size: 22px;
    /* font-weight: bold; */
    color: #fff;
    z-index: 1;
    position: absolute;
        top: 5%;
	    height: 37px;

}

#status_small {
--r: .8em;
    /* border-block: .5em solid #0000; */
    padding-inline: .5em calc(var(--r) + .85em);
    line-height: 1.8;
    clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
    background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #465fa4 padding-box;
    width: fit-content;
    font-size: 14px;
    /* font-weight: bold; */
    color: #fff;
    z-index: 1;
    position: absolute;
        top: 10%;

}
/*END Status ribbon*/


/*heigth fix arw*/
.aw-height-img-fix > .elementor-element,
.aw-height-img-fix > .elementor-element img {
	/*height: 100%;*/ /*FCR: Deze weggehaald op 5-6-24 en vervangen door calc(100vw* 0.33);*/
	width: 100%;
	height: calc(100vw* 0.33);
}

@media only screen and (max-width: 600px) {
.aw-height-img-fix > .elementor-element,
.aw-height-img-fix > .elementor-element img {
	/*height: 100%;*/ /*FCR: Deze weggehaald op 5-6-24 en vervangen door calc(100vw* 0.33);*/
	width: 100%;
	height: calc(100vw* 1);
} 
}

/* END heigth fix arw*/

/* panden heigth fix fcr*/
#header_pand { max-height: calc(100vw * 0.33);
overflow: hidden;}
/* END panden heigth fix fcr*/

/* panden nieuwe gallery dd 2-12*/
.gallery-item {
    padding-right: 0px !important;
}

.basis_gallery img {
    height: calc(50vw* 0.33);
}

/*home page portfolio panden*/
.portfolio_home img {
    height: calc(50vw* 0.66);
}
