/* Version Nr. 37 */

.desktop{
  display: none;
}
html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}
html{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #535353;
  background: url("Mobile_Background.jpg") no-repeat;
  background-size: cover;
  background-color: darkgrey;
}
header {
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 0px;
  right: 0px;
}
#menu2 {
  flex-direction: row;
  display: block;
  justify-content: space-around;
  text-align: center;
  line-height: 230%;
  padding-top: 20%;
  height: 100%;
}
footer {
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: center;
  font-weight: 400;
}
footer div{
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 4%;
  cursor: pointer;
}
header div {
  cursor: pointer;
}
#pfeil{
  transform: rotate(90deg);
}
#u11 {
  margin-top: 25%;
  margin-bottom: 20%;
  letter-spacing: 3pt;
  line-height: 170%;
}

#p11 {
  text-align: center;
  line-height: 140%;
  letter-spacing: 0pt;
  margin-bottom: 20%;
}

#bild1 {
  background: url("svg/connection.svg") no-repeat;
}

#bild2 {
  background: url("svg/suitcase.svg") no-repeat;
}

#bild3 {
  background: url("svg/house.svg") no-repeat;
}

#bild1, #bild2, #bild3 {
  background-size: contain;
  margin: auto;
}
#p21, #p22, #p23 {
  text-align: center;
  line-height: 140%;
  letter-spacing: 0pt;
  margin-bottom: 20%;
}

#vid2{
  width: 100%;
  background-color: black;
}

.brg {
  width: 11%;
}

.em {
  cursor: pointer;
  overflow: hidden;
}

.em, .unsere {
  text-align: center;
}
#desktop{
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
#opt{
  height: 20px;
  width: 20px;
}
.balken{
  position: relative;
  height: 2px;
  width: 26px;
  background-color: #535353;
  margin-top: -2px;
  margin-bottom: -2px;
}
#bg2 {
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
}

a {
  text-decoration: none;
  color: #535353;
}

#schulen {
  display: none;
  flex-flow: column;
  text-align: center;
  align-items: center;
}

.uu {
  margin-bottom: 2%;
  letter-spacing: %;
}

#backmeny {
  font-family: monospace;
  color: transparent;
  background: url("svg/pfeil.svg") no-repeat center;
  background-size: contain;
  width: 6%;
  height: 6%;
  transform: rotate(90deg);
}
