html {
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'Lato' sans-serif;
  color: #fff;
  margin:0;
  padding:0;
	-webkit-perspective: 1px;
	perspective: 1px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
  height: 30%;
  overflow-y: sroll;
  overflow-x: hidden;
}
header {
  box-sizing: border-box;
  min-height: 20vw;
  padding: 50px 0px 0px 0px;
  position: relative;
  -webkit-transform-style: inherit;
  transform-style: inherit;
  width: 100vw;
}
header, header:before {
  background: 50% 50% / cover;
}
header::before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
	display: block;

  background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.8), rgba(0, 133, 202, 0.8)), url('https://www.alleantia.com/wp-content/uploads/2022/03/TIBO-BTA-B80-Tiefbohrmaschine-1.jpg');*/
  background-size: cover;
  -webkit-transform-origin: center center 0;
  -webkit-transform: translateZ(-1px) scale(2);
  transform-origin: center center 0;
  transform: translateZ(-1px) scale(2);
  z-index: -1;
  min-height: 100vh;
}
header * {
  font-weight: normal;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0;
	padding: 1em 0;
}
header p {
  background-color: hsla(0, 0%, 100%,0.1);
}
main {
  background-color: red;
  line-height: 1.7;
  max-width: 32em;
  padding: 30% calc(50% - 16em) 35%;
  position: relative;
  z-index: 2;
}

h2{ margin: 0px};

#container {
  margin: 0 auto;
  position:absolute;
top:30%;
left:50%;
width:450px;
height:200px;
margin-left:-275px;
margin-top: -200px;
padding: 20px;
}

#Title { 
  padding: 30px 20px 10px 20px;
  color: #ffffff;
  margin: 0px;
}

#Title2 { 
  padding: 0px 0px 0px 0px;
  color: #ffffff;
  margin: 0px;
}
@media only screen and (max-width: 900px) {
  header {
    background-image: <img src="https://www.alleantia.com/wp-content/uploads/2020/09/Logo_Alleantia_400x200_white.png" alt="background_parallax";
    height: 100%;
  }
  #container {
    width: 100%;
    height: 100%; 
    margin: 0 auto;
    top: 5%;
    margin-top: 0;
    position:absolute;
top:0%;
left:0%;
margin-left: 0;
margin-top: 0;
padding: 20px;
}


#Title {
font-family: 'Lato', sans-serif !important;
  color: #fff;
  margin-top: 50px;
  
}
}