/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto", sans serif;
  font-size: 30px;
  font-weight: 900;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Roboto", sans serif;
  font-weight: 400;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
  /*background: rgba(255, 255, 255, 0.5);*/
  
}

section.module ul {
  padding: 40px 30px;
  list-style-type:disc;
  font-size: 16px;
  font-family: "Roboto", sans serif;
  /*background: rgba(255, 255, 255, 0.5);*/
}
section.module.parallax {
  padding: 24% 0;
  background-size: 100%;
  
}

.grau_bg {
background-color: rgba(255,255,255,0.8);
}

#box { position: relative;
      height: 0px; 
	  width: auto;    
      left: center; 
	  top: -300px; 
	   } 

h1, section.module.parallax h1 {
  color: #1e1e1e;
  font-size: 20px;
  line-height: 1.35;
  font-family: "Roboto", sans serif;
  font-weight: 400;
  text-align: center;
  /*text-transform: uppercase;
  text-shadow: 2px 2px 10px white;*/

}

div.Logo_Hoefe {
position: absolute;
right: 50%;
top: 70px;
}

/*div.bg {
position: relative;
background-image: url("../img/demo/BG_01.jpg"); 
background-size: 100%;
width: 100%;
height: 0;
padding-top: 66.64%; 
font-size: 30px;
}*/

div.heins {
position: absolute;
left: 50%;
transform: translate(-50%, 0);
top: 50%;
}

/*section.module.parallax-1 {
  background-image: url("../img/bg/BG_01.jpg");  
}
section.module.parallax-2 {
  background-image: url("../img/bg/Heinzberg_Karte.jpg");
  background-position: bottom;
}
section.module.parallax-3 {
  background-image: url("../img/bg/Lageplan500.jpg");
}
section.module.parallax-l1 {
  background-image: url("../img/bg/Living_bg.jpg");
}
section.module.parallax-l2 {
  background-image: url("../img/bg/Lageplan500.jpg");
}
section.module.parallax-l3 {
  background-image: url("../img/bg/ansicht_hochstrasse.jpg");
}
section.module.parallax-l4 {
  background-image: url("../img/bg/schnitt_hochstrasse.jpg");
}
section.module.parallax-l5 {
  background-image: url("../img/bg/parking_hochstrasse.jpg");
}

section.module.parallax-o1 {
  background-image: url("../img/bg/office_bg.jpg");
}

*/

@media all and (min-width: 600px) {
  section.module h2 {
    font-size: 20px;
	display: inline; 
  }
  section.module p {
    font-size: 20px;
	display: inline; 
  }
  section.module.parallax {
    /*padding: 300px 0;
	padding-top: 66.64%;*/
  }
 section.module.parallax h1 {
    font-size: 40px;
  }
}
@media all and (min-width: 960px) {
h1, section.module.parallax h1 {
    font-size: 50px;
  }
  


}
