@charset "UTF-8";
html {
	height: 100%;
}

body {
	  height: 100%;
      background: #dace54;
      font-family: 'Open Sans Condensed', sans-serif;
	  font-size: 2vh;
}

.erste {
	width:100%;
	height:75vh;
	background: url(../images/background.jpg) no-repeat bottom center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.zweite {
	width:100%;
	height:25vh;
	background-color:#FFF;	
}

h3 {
	font-size: 3.5vh;	
}
h4 {
	font-size: 2.5vh;	
	font-weight:700;
}
.beschreibung {
	
	background-color:#FFF;
	padding:5%;
}
sup {
	font-weight:700;
}
	
	
	
	
