img {
  width: 60px;
  height: auto;
}

.wrapper .lang,
.wrapper .logo {
  padding-left: 50px;
  padding-top: 50px;
  position: absolute;
}



@font-face {
  font-family: HYFont;
  src: url(/static/font/FTKunstGroteskTrial-Bold.otf);
}

* {
  font-family: HYFont;
}

.wrapper .lang {
  padding-top: 50px;
  padding-right: 50px;
  right: 0;
  top: 0;
  font-size: 20px;
  color: white;
  text-decoration: none;
}

.wrapper, .left {
  background: black;
}

.wrapper, .right {
  background: white;
}

.wrapper .left,
.wrapper .right{
  width: 100%;
  height: 45vh;
  position: relative;
  display: flex;

}

.wrapper .centered {
  width: 100%;
  height: 45vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}


@media screen and (min-width:1200px)
{
  .wrapper {
    display:flex;
  }
  .wrapper .left,
  .wrapper .right{
    width: 50%;
    height: 100vh;
  }
  .wrapper .centered{
    width: 100%;
    height: 100vh;
  }

  .wrapper .lang{
    color:black;
  }

}

.wrapper .zoom {
  transition: transform .2s;
  text-align: center;
  line-height: 0.8;
  position: relative;
}
.zoom:hover {
  transform: scale(1.1); 
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none; 
}
