html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  background-image: url(../images/gefahren_bk.jpg);
  height: 100%;
/*  background-size: 100% 100%;
 */
/*  background-size: 100% auto;
 */
  background-size: cover;
}  

body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}

#seite {
  margin: 0 auto;
/*  height: 90%;
  width:
*/
  min-height: 100%;
/*  
  background-color: silver;
*/
  position: relative;
/*  width: 1024px;
  height: 90%;
  width: 950px;
  height: 780px;
*/
  height: 100%;
  width: 70%;
  overflow: auto;
}

/* Style the footer */
.footer {
  box-sizing: border-box;
  background-color: #f1f1f1;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#inhalt {
  padding: 20px 100px 30px 200px;
  z-index: 2;
}

.header {
  margin: 0 auto;
  height: 50px;
  position: relative;
  width: 1200px;
/*  background-color: #F1F1F1;*/
  text-align: center;
  padding: 20px;
}

h4 {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: underline;
}

.main_img {
  position: relative;
  float: left;
  width: 100%;
  height: 40%;
/*  display: inline-block;*/
  display: block;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 100%;
  background-size: 100% 100%;
}

.main_box {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12 px;
  color: white;
  margin-top: 3%;
  margin-left: 45%;
  border: 1px solid white;
  padding: 10px 10px;
  width: 37%;
  min-width: 30%;
}

.main_wz {
  background-image: url(../images/gefahren_raum_wz.jpg);
}

.box_wz {
  background-color: #800000;
/*
#a52a2a
#8b0000
#800000;
#8b4513
#a0522d
*/
}

.main_bad {
  background-image: url(../images/gefahren_raum_bad.jpg);
}

.box_bad {
  background-color: #00BFFF;
}

.main_kueche {
  background-image: url(../images/gefahren_raum_kueche.jpg);
}

.box_kueche {
  background-color: #40E0D0;
}

.main_kids {
  background-image: url(../images/gefahren_raum_kids.jpg);
}

.box_kids {
  background-color: #00B2EE;
}

.main_schlaf {
  background-image: url(../images/gefahren_raum_schlaf.jpg);
}

.box_schlaf {
  background-color: #8470FF;
}

.main_auto {
  background-image: url(../images/gefahren_raum_auto.jpg);
}

.box_auto {
  background-color: #D2B48C;
}


.text1 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-top: 1%;
  margin-left: 20%;
  float: left;
}

.text_black {
  color: black;
}

.text_white {
  color: white;
}

.text2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: black;
  margin-left: 20%;
  float: left;
}

