.container_l {
  text-align: center;
  float:left;
  height:80%;
  margin:0px;
}

.container_r {
  text-align: center;
  float:right;
  height:80%;
  margin:0px;
}

.container{
  width: 75%;
  text-align: center;
}

.breit {
  width: 98%;
}


.front {
  z-index: 5;
  position: relative;
}

input {
  background-color:rgba(0, 0, 0, 0);
}

textarea {
  background-color:rgba(0, 0, 0, 0);
}


.behind_container {
  position: relative;
  top: -22px;
  font-weight: bold;
  font-family:'Arial Narrow Black';
  /*text-shadow: 2px 2px red;*/
  color: grey;
}

