h2 {
	font-family: 'Noto Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 16pt;
	color: #516b4a !important;
	line-height: 20pt;
	letter-spacing: 0px;
}



.inhalte-text-container-problempflanzen {
	background-image: url("../media/img/Zierelement_Biodiversitaet.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 250px;
}
.inhalte-texte-bg-problempflanzen {
	background-color: rgba(81, 108, 74, 0.35);
}

.galerie2-button-problempflanzen {
	position: absolute;
	top: 10%;
	left: 10%;
	border: 2px solid #516b4a;
	width: 220px !important;
	height: 220px !important;
	padding: 20px;
	margin-right: 20px;
	color: #6f6e68 !important;
	border-radius: 100%;
	background: #fff !important;
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform-origin: 0 0;
	transform: rotate(-6deg);
	z-index: 9;
}

.download-row-problempflanzen {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #516b4a;
}

a,a:active,a:visited,a:link {
	color: #516b4a;
	text-decoration: none;
}
a:hover {
	color: #516b4a;
	text-decoration: underline;
}



input.btn-customy-problempflanzen,input.btn-customy-problempflanzen:active,input.btn-customy-problempflanzen:visited,input.btn-customy-problempflanzen:link {
	border: 1px solid #516b4a;
	background: #516b4a;
	color: #fff;
	border-radius: 0px;
	padding: 2px 5px;
	transition: ease .5s;
	
}
input.btn-customy-problempflanzen:hover {
	border: 1px solid #516b4a;
	background: #516b4a;
	color: #fff;
	border-radius: 0px;
	padding: 2px 5px;
	transition: ease .5s;
	text-decoration: none;
}