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



.inhalte-text-container-phaenologie {
	background-image: url("../media/img/Zierelement_Schnittzeitpunkt.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 250px;
}
.inhalte-texte-bg-phaenologie {
	background-color: rgba(96, 169, 186, 0.35);
}

.galerie2-button-phaenologie {
	position: absolute;
	top: 10%;
	left: 10%;
	border: 2px solid #62aabb;
	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-phaenologie {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #62aabb;
}

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



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