
body, html {
  height: 100%;
  font-family: "Inconsolata", sans-serif;
}

.bgimg {
  background-position: center;
  background-size: cover;
  min-height: 75%;
}

.bgimg#home {background-image: url("/bilder/home/header.jpg");}
.bgimg#haus {background-image: url("/bilder/haus/header.jpg");}
.bgimg#bau {background-image: url("/bilder/haus/header.jpg");}

.headtext {
	font-size:90px;
}

.w3-row-padding img {margin-bottom: 12px}

.mySlides {display:none}


@media print {
   div#menu { display: none; }
}

@media only screen and (max-width: 600px) {
	.headtext {
		font-size:40px;
	}
	.bgimg {
	  min-height: 65%;
	}

}

img {
	margin-bottom: 12px;
	max-width:100%;
}
