html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 90%;
    line-height: 1.35;
    color: #111;
}
    
body, div {
    margin:0;
}



@media only screen and (min-width : 961px) {
	.dach {
		width: 60%;
		left: 20%;
		height: 19%;
	}
	.etagen {
		width: 60%;
		left: 20%;
		height: 80%;
		top: 20%;
	}
}
@media only screen and (min-width : 768px) and (max-width : 960px)  {
	.dach {
		width: 70%;
		left: 15%;
		height: 19%;
	}
	.etagen {
		width: 70%;
		left: 15%;
		height: 80%;
		top: 20%;
	}
}
@media only screen and (max-width : 767px) {
	.dach {
		width: 100%;
		height: 19%;
	}
	.etagen {
		width: 100%;
		height: 80%;
		top: 20%;
	}
}
@media only screen and (max-width : 375px) {
	.dach {
		width: 100%;
		height: 9%;
	}
	.etagen {
		width: 100%;
		height: 90%;
		top: 10%;
	}

	#kontakt div {
		float: none;
		margin: auto;
	}
	
	#kontakt div.adresse {
		width: 100%;
		margin: 30px auto;
	}
	
	.fenster1 img {
		width: 90%;
		height: 90%;
	}

	.fenster2 img {
		width: 80%;
		height: 80%;
	}

}


.dach {
	position: absolute;
	top: 1%;
    border-bottom: 10px solid #221bb1;
}
.dach img {
    width: 100%;
	height: 100%;
}

.etagen {
    position: absolute;
	border-left: 20px solid #221bb1;
    border-right: 20px solid #221bb1;
	padding: 30px 10px;
    background: url(bilderkes/wiese.png) left bottom repeat-x;
	overflow: auto;
}

div#inhalt {
	overflow:auto;
	height: 98%;
}

a {
	color: #117711;
	font-weight: bold;
}
a:hover {
	background-color: #117711;
	color: #fff;
	padding: 2px;
}

#inhalt strong {
	font-size: 1.2em;
	color: #221bb1;
}

h1,h2 {
	text-align: center;
}

h2 {
	font-style: italic;
}

div#kontakt {
	margin-top: 40px;
	text-align: center;
	overflow:auto;
}

#kontakt div {
	float: left;
}

#kontakt div.adresse {
	width: 50%;
}
#kontakt div.bilderkes {
	width: 25%;
}

.fenster1 {
	text-align: right;
}
.fenster1 img {
    width: 50%;
	height: 50%;
}

.fenster2  {
	text-align: left;
}
.fenster2 img {
    width: 30%;
	height: 30%;
}

.clear {
  clear: both;
  height: 10px;
}
.clear:after {
  position: static;
  content: '';
}
