@charset "utf-8";
/* CSS Document */
/*
Theme Name: Hofindustrie Theme
Theme URI: 
Description: Hofindustrie
Author: Christian Wunderlich
Author URI: https://chris-wunderlich.ch/
*/
@font-face{
	font-family:'homefont';
	src:url(http://) format("No-IE-404"), url(fonts/FuturaMedium.otf) format("truetype")
}
body{
	font-size:16px;
}
p {
	font-family:'homefont';
}
a {
	color:#59B259;
}
h1{
	color:#59B259;
	font-size:2rem;
	font-family:'homefont';
}
h2{
	color:#59B259;
	font-size:1rem;
	font-family:'homefont';
}
header{
	height:150px;
	background-color:#59B259;
	border-bottom:1px solid #59B259;
}
.logo img{
	width:auto;
	height:120px;
	margin-left: auto;
    margin-right: auto;
    display: block;
	margin-top:10px;
}
.navbar-light .navbar-nav .nav-link{
	color:#FF6605;
	font-size:1rem;
}
#content{
	text-align:center;
	margin-top:50px;
}
#slider{
	height:auto;
	min-height:800px;
}
	#slider img{
		width:100%;
		height:auto;
	}
main{
	height:auto;
}
.spacer{
	height:100px;
}
footer{
	height:100px;
	background-color:#fff;
	color:#000;
	border-top:1px solid #59B259;
	margin-top:100px;
	padding-top:20px;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
	header{
		height:100px;
		background-color:#59B259;
		border-bottom:1px solid #59B259;
	}
		.logo img{
		width:auto;
		height:80px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top:10px;
}
}