/* Version Nr. 37 */

html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: rgb(204,204,204);
  font-weight: 300;
}
html, a{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #535353;
  text-decoration: none;
}
footer {
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: center;
}
.mobile{
  display: none;
}
footer div{
  margin-top: 5%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
  cursor: pointer;
}
#pfeil{
  margin-top: 20px;
  width: 40px;
  height: 40px;
  margin: auto;
  background: url("svg/pfeil.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
#u1 {
  margin-top: 5%;
  margin-bottom: 5%;
  letter-spacing: 2pt;
}

.info1, .info3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.info2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}

.info1, .info2, .info3 {
  margin-top: 5%;
}

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

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

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

#bild11, #bild12, #bild13 {
  background-size: contain;
  background-position: center;
}
#info11, #info13 {
  text-align: left;
  line-height: 140%;
  letter-spacing: 0pt;
  margin-left: 5%;
}
#info12{
  text-align: right;
  line-height: 140%;
  letter-spacing: 0pt;
  margin-right: 5%;
}
.unsere {
  padding-top: 2.5%;
}
.vid{
  width: 100%;
  background-color: black;
}
.we {
  background: url("svg/welt.svg") no-repeat center;
  background-size: contain;
}
.br {
  background: url("svg/Brazil_teal.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.fr {
  background: url("svg/France_teal.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.be {
  background: url("svg/Finland_teal.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.nw {
  background: url("svg/Denmark_teal.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.jp {
  background: url("svg/Japan_teal.svg") no-repeat center;
  background-size: contain;
  position: absolute;
}
.br:hover, .fr:hover, .be:hover, .nw:hover, .jp:hover {
  opacity: 0.8;
  cursor: pointer;
}
.brg {
  width: 11%;
}
#em1 {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  letter-spacing: 1pt;
}
#em1, .unsere {
  text-align: center;
}
#desktop{
  background: url("svg/load.svg") center no-repeat white;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
