#content {
	background: url('../images/salutaris_logo_weinrot_80x68.png') rgba(255,255,255,0.7);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 200px 200px;
	background-position: 80% 50%;
	background-blend-mode: lighten;
	display: block;
	color: #89bd4d;
	height: auto;
	padding: 5em;
	padding-top: 2em;
	text-align: left;
}

@media (min-width: 10px) and (max-width: 600px) {
	div#content div p {
		font-size: 3.5vw;
	}
}

div#content div p a {
	text-decoration: none;
	color: black;
	transition: color 0.2s ease-in-out;
}

div#content div p a:hover {
	text-decoration: none;
	color: #a4e65a;

}

div#content p {
	font-size: 1.5vw;
}

div#content p span {
	font-weight:bold;
}

div#content p span#content_sp1 {
	font-size: 2vw;
}

@media (min-width: 600.1px) and (max-width: 1100.9px) {
	#content {
		height: 80%;
	}
}
