@import url(ausgefuchst.pharbenherz.de/fonts/medicall.ttf);
@import url('fonts/montserrat.css');
html, body {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-family: 'Montserrat';
	color: white;

}
h1 {
	font-size: 200%;
	color: #060709;
	margin-top: 120px;
	margin-bottom: 60px;	
	text-align: center;
	font-family: 'medicall';
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	color: #060709;
}
.content {
	margin-left: 20%;
	margin-right: 20%;
	padding: 5% 5% 5% 5%;
	background-color: #dc7f2f;
	text-align: center;
}
.fox {
	position: fixed;
	bottom: -5px;
	left: 20%;
	width: 334px;
	height: 274px;
	background-image: url("fuchs.png");
	background-repeat: no-repeat;
	background-position: bottom;
}
/*---------------------------*/
@media only screen and (max-width: 990px) and (any-hover: none) {
	html, body {
		font-size: 6vw;
	}
	h1 {
		font-size: 8vw;
	}
	.content {
		margin-left: 0%;
		margin-right: 0%;
	}
	.fox {
		left: 0%;
		background-size: 75% 75%;
	}
}
@media only screen and (max-width: 767px) {
	.content {
		margin-left: 0%;
		margin-right: 0%;
	}
	.fox {
		left: 0%;
		background-size: 75% 75%;
	}
}