body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
  height: 100%;
  color: #507090;
  line-height: 1.8;
}

.home1, .home2, .home3, .home4{
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home1 {
  background-image: url('ufi1.jpg');
  min-height: 100%;
}

.home2 {
  background-image: url("business-home.jpg");
  min-height: 400px;
}

.home3 {
  background-image: url("weltpolitik-home.jpg");
  min-height: 400px;
}

.home4 {
  background-image: url("ufi-kontakt.jpg");
  min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

@media only screen and (max-device-width: 1600px) {
  .home1, .home2, .home3, .home4 {
    background-attachment: scroll;
    min-height: 400px;
  }
}
