.homepage-unsere-bauern {
	background-image: url(img/01_CONTENT_HintergrundBubble.png);
	background-repeat: no-repeat;
	background-position: center 450px;
	background-size: auto;
}

.bauern-head-bild {
	margin-top: -150px;
  	margin-bottom: -40px;	
}

.bauerkachel {
	--cms-row-gap: 10px;
	background-color: var(--white);
	border-radius: 20px;
	padding: 20px 20px 0px 20px;
}

.bauerkachel h2 {
	text-align: left;
	margin-bottom: 0;
	--cms-flex-grow: 1;
}

.bauerkachel img {
	width: 100%;
}

.bauer-anleser {
	--cms-flex-grow: 1;
	display: none;
}

#unsere-bauern .cmsAccordion {
	--akkordeon-padding: 0px;
	--cms-accordion-height: 60px;
	--cms-accordion-right: 0px;
	--cms-accordion-content: url('/public/Bioshop/css/img/01-AKKORDEON-Pfeil-runter.png');
	--cms-accordion-label-font-size: min(6vw, 1.6rem);
  	--cms-accordion-label-line-height: 1;
}

#unsere-bauern .cmsAccordion label {
	color: var(--home-rot);
}

#unsere-bauern .cmsGridContainer  > img {
	justify-self: center;
	align-self: center;
	max-width: min(100%, calc(97vw - 2 * var(--standard-padding)));
}

#unsere-bauern .cmsGridContainer  > img.gans-bild {
	justify-self: 60%;
	align-self: end;
}

@media screen and (min-width: 1200px) {
	.bauerkachel {
		padding: 30px 30px 10px 30px;
	}

	.bauerkachel h2 {
		min-height: 80px;
		margin-bottom: 20px;
	}

	.bauer-anleser {
		display: initial;
	}
}