/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 29 2024 | 08:00:55 */
/* CSS Complianz */

#cmplz-document
{
	margin-left: auto !important;
	margin-right: auto !important;
	width: 80% !important;
	max-width:1600px !important;
}

.cmplz-document #main-content
{
	/* Standardmäßig steht die width auf 100%, wir benötigen jedoch einen Abstand zu den Seiten, jedoch müssen Hintergrundfarben bis zu den Seiten durchgängig möglich sein */	
  	width: calc(100% - 30px) !important;
  	/* Abstand nach links ist 1/2 von 30px */		
  	left: 15px !important;		
}

.cmplz-document .et_pb_column {

}

@media (max-width: 768px)
{
	#cmplz-manage-consent .cmplz-manage-consent {
		bottom: -28px !important;
		padding-top: 0px !important;
		padding-bottom: 26px !important;
		background-color:rgba(255,255,255,0.9) !important;
	}
	
}



