/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 20 2023 | 09:11:09 */
#main-footer { display:none; }



@media (max-width:980px){
	.bild-right,
	.bild-left{display:grid;}
	.bild-left > div:first-of-type{order:2;}
}

/*this sets the height of the image module*/
.pa-full-height-image-column {
	height: 100%;
}

/*this sets the height of the image container*/

.pa-full-height-image-column .et_pb_image_wrap {
	height: 100%;
}

/*this sets the height and fit of the actual image*/
.pa-full-height-image-column img {
	object-fit: cover;
	height: 100%;
}