/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 13:02:33 */
/* CSS Code hier einfügen.

Zum Beispiel:
.example {
    color: red;
}

Um dein CSS-Wissen zu prüfen, teste es hier http://www.w3schools.com/css/css_syntax.asp

Kommentarende*/ 

h1 {
	background-size: cover;
}
#gallery-partner .gallery {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;	
	margin: 0;
}
#gallery-1::before{
	display: none;
}
#gallery-partner figure {
	padding: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    height: 150px;
	max-width: 200px;
}
#gallery-partner div {
	height: 100%;
}
#gallery-partner figure img {
	object-fit: contain;
	height: 100%;
}

#gallery-all .gallery {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 20px;
	margin: 0;
}
#gallery-all .gallery figure {
	max-width: 100%;
	height: auto;
	padding: 0;
}
#gallery-all .gallery img  {
	aspect-ratio: 3 / 2;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gallery-home .gallery {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
	margin: 0;
}
#gallery-home figure {
	padding: 0;
	max-width: 100%;
}
#gallery-home figure:nth-child(1) {
	grid-row: 1 / 3;
}
#gallery-home figure:nth-child(4) {
	grid-row: 2 / 4;
}
#gallery-home figure:nth-child(1) img,
#gallery-home figure:nth-child(4) img {
	aspect-ratio: 1;
}
#gallery-home img {
	aspect-ratio: 3 / 2;
	object-fit: cover; 
}
.elementor-widget-divider .elementor-divider {
	justify-content: center;
}
@media (max-width:900px) {
	#gallery-partner,
	#gallery-all .gallery,
	#gallery-home .gallery{
		grid-gap: 15px;		
	}
}
@media (max-width:900px) {
	#gallery-all .gallery{
		grid-template-columns: repeat(3,1fr);
	}	
}
@media (max-width:600px) {
	#gallery-partner,
	#gallery-all .gallery{
		grid-template-columns: repeat(2,1fr);
		grid-gap: 10px;
	}
	#gallery-home .gallery {
		grid-gap: 10px;
	}
	#gallery-partner figure {
		height: 125px;
	}
}

@media (max-width:500px) {
	h2.elementor-heading-title {
		font-size: 35px !important; 
	}
	h3.elementor-heading-title {
		font-size: 28px !important; 
	}
}