/* Version Nr. 37 */

html {
  font-size: 15pt;
  background-size: cover;
  font-weight: 300;
}
html, a{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #535353;
  text-decoration: none;
  font-weight: 300;
}

body {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: black;
}
#unsere2 {
  margin-top: 60px;
}

#he1{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 4;
}
#opt{
  height: 20px;
  width: 26px;
  cursor: pointer;
}
.balken{
  position: relative;
  height: 2px;
  width: 26px;
  background-color: #535353;
  margin-top: -2px;
  margin-bottom: -2px;
}

#he2{
  display: none;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  top:0px;
  position: fixed;
  text-align: center;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: rgb(204,204,204);
  opacity: 1;
}

#he2 .uu{
  left: 0px;
  top: -8%;
  position: absolute;
  text-align: center;
  width: 100%;
}

#he3 {
  display: none;
  top: 0px;
  left: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 3;
  text-align: center;
}

#he3 .schulen {
  position: absolute;
  top: -8%;
  text-align: center;
  width: 100%;
  left: 0px;
}
