/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2024 | 06:37:54 */
.hide {
    display:none!important;    
  }
  


 
.entry-content tr td {
	border-top: 0px solid #eee;}


.entry-content table:not(.variations) {
    border: 0px solid #eee;
}



#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%;
}