/*  ==================================================================
	HIER KOMMEN DEINE AUSGELAGERTEN CSS BEFEHLE REIN =================
	==================================================================  */


/* Galerie */
/*
.et_pb_gallery_items {
	display: grid;
	
} 


.et_pb_gallery_item {
	width: 100% !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

*/

#marken_gross .et_pb_gallery_items {
	display: grid !important;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px !important;
	margin-bottom: 20px; 
}

#marken_klein .et_pb_gallery_items {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 20px !important;
	margin-bottom: 20px; 
}

#marken_gross .et_pb_gallery_item, #marken_klein .et_pb_gallery_item {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 0!important;
}



/* TEXTE  */

.rechtstexte h1 {
	margin-bottom: 20px !important; 
}

.rechtstexte h2 {
	margin-top: 40px !important; 
}

.rechtstexte h3 {
	margin-top: 20px !important; 
}

.rechtstexte h4 {
	margin-top: 10px !important; 
}