@font-face {
  font-family: "ITCHonda";
  src: url('../fonts/font.woff2') format('woff2'), url('../fonts/font.woff') format('woff');
}
.orbit-container {
	width: 100%;
}
.header {
	height: 60px;
	background: #302F2C url('../img/MCPatternquer.png') no-repeat left top / 780px;
}
.header .font {
	color: #EAEAE5;
	font-family: "ITCHonda";
	font-size: 25px;
	margin-top: 12px;
	display: block;
}
a:hover,
a:active, 
a {
	color: #EAEAE5;
	text-decoration: underline;
}
.body .img {
	width: 100%;
}
body .text {
	background: #302F2C;
	font-family: "ITCHonda";
	font-size: 42px;
	line-height: 47px;
}
.innertext {
	padding: 100px 0px;
	color: #EAEAE5;
}

.footer {
	background: #302F2C url('../img/MCPatternquer-footer.png') no-repeat right top;
	font-family: "ITCHonda";
	font-size: 26px;
	line-height: 28px;
	color: #EAEAE5;
	padding: 40px 0px 30px 0px;
}

.body.impressum,
.body.impressum .text {
	background-color: #EAEAE5;
	font-size: 24px;
}
.body.impressum .innertext {
	color: #302F2C;
}
.back {
	font-size: 42px;
}

.body.impressum a:hover,
.body.impressum a:active, 
.body.impressum a {
	color: #302F2C;
}



/* Small only */
@media screen and (max-width: 39.9375em) {
	.header {
		height: 60px;
		background: #302F2C url('../img/MCPatternquer-mobil.png') no-repeat left top ;
	}
	.header .font {
		color: #EAEAE5;
		font-family: "ITCHonda";
		font-size: 16px;
		line-height: 16px;
		margin-top: 7px;
		margin-left: 21px;
		display: block;
	}
	.footer {
		background: #302F2C url('../img/MCPatternquer-footer.png') no-repeat 340px top;
	}
	.innertext {
		padding: 30px 0px;
	}
	body .text {
		font-size: 30px;
		line-height: 32px;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	.header {
		height: 60px;
		background: #302F2C url('../img/MCPatternquer.png') no-repeat calc(120px - 780px) top / 780px;
		background: #302F2C url('../img/MCPatternquer-mobil.png') no-repeat left top ;
	}
	.header .font {
		color: #EAEAE5;
		font-family: "ITCHonda";
		font-size: 18px;
		line-height: 22px;
		margin-top: 19px;
		margin-left: 0px;
		display: block;
	}
	.footer {
		background: #302F2C url('../img/MCPatternquer-footer.png') no-repeat 440px top;
	}
		.large-7 {
	    width: 82.3333333333%;
	  }
	  
	 .large-5 {
	 	width: 17.6666666667%; 
	 }
}
/* Large and up */
@media screen and (min-width: 63.9375em) and (max-width: 75em) {
	.header {
		height: 60px;
		background: #302F2C url('../img/MCPatternquer.png') no-repeat calc(250px - 780px) top / 780px;
	}
	.header .font {
		color: #EAEAE5;
		font-family: "ITCHonda";
		font-size: 22px;
		line-height: 22px;
		margin-top: 19px;
		margin-left: 20px;
		display: block;
	}
	.large-7 {
	    width: 78.3333333333%;
	  }
	  
	 .large-5 {
	 	width: 21.6666666667%; 
	 }
	 .footer {
		background: #302F2C url('../img/MCPatternquer-footer.png') no-repeat 440px top;
	}
}