.bg-frau-herz {
	background-image: url("../images/bg_startseite_frau_herz.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 600px;
	}
	@media only screen and (max-width: 991px) {
		.bg-frau-herz {
			margin: 0;
			height: 40vh;
			}
		}

.img-intro-header h2.green {
	margin-top: 10px;
	margin-bottom: 10px;
	}
	@media only screen and (max-width: 991px) {
		.img-intro-header h2.green {
			margin-top: 2px;
			margin-bottom: 10px;
			}
		}