html {
  scroll-behavior: smooth;
}

{
-webkit-transform:translate3d(0,0,0);
}

@font-face {
  font-family: Courier New;
  src: url(../fonts/cour.ttf);
}

a {
  color: black;
  text-decoration: none;
}

a:hover h1 {
  background-color: rgba(200, 200, 200, 0.8);
}

.titel {
  width: 20%;
  margin-left: 40%;
  margin-top: 19vh;
  padding-top: 5vw;
  padding-bottom: 5vw;
  z-index: 10;
  position: fixed;
  background-color: black;
  color: white;
  font-family: Courier New;
  font-size: 4vw;
  text-align: center;
}

.links {
  width: 30vw;
  height: auto;
  margin-left: 35vw;
  padding: 0;
  text-align: right;
  font-family: Courier New;
  z-index: 0;
  opacity: 1;
  text-align: center;
}

.links img {
  height: 45vh;
  width: 53vw;
  object-fit: cover;
  z-index: -3;
  position: fixed;
  top: 0;
  left: 25vw;
}

h1 {
  font-size: 3vw;
  font-weight: normal;
  margin-top: 18vh;
  margin-bottom: 0;
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: white;
  border-color: black;
  border:  solid;


}

.rechts {
  width: 30vw;
  height: auto;
  margin-left: 35vw;
  margin-top: 40vh;
  margin-bottom: 0;
  font-family: sans-serif;
  text-align: center;
  background-color: rgba(240,240,230,0.5);
  opacity: 1;
  z-index: 1;
}

.rechts img {
  height: 47vh;
  width: 100%;
  z-index: -10;
  position: fixed;
  top: 45vh;
  right: 0;
  object-fit: cover;
}

@media screen and (min-width: 991px) {

a:hover h1 {
  font-size: 4vw;
  background-color: initial;
}

a:hover .links {
  opacity: 1;
}

.titel {
  width: 10%;
  margin-left: 45%;
  margin-top: 20vh;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  font-size: 2vw;
}

h1 {
  font-size: 3vw;
  font-weight: normal;
  background-color: initial;
  margin: 0;
  padding-top: 50vh;
  padding-right: 0;
  padding-left: 0;
  text-align: inherit;
  border: none;
}

.links {
  width: 47.5%;
  height: 100vh;
  margin-left: 0;
  float: left;
  text-align: right;
  font-family: Courier New;
  padding-right: 2.5%;
  background-color: white;
  z-index: -2;
  opacity: 0.5;
}

.links img {
  height: 100%;
  width: auto;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
}

a:hover .rechts {
  opacity: 1;
}

.rechts {
  width: 45%;
  height: 100vh;
  margin-left: 0;
  margin-top: 0;
  float: left;
  font-family: sans-serif;
  padding-left: 2.5%;
  background-color: rgba(240,240,230,0.5);
  opacity: 0.5;
  text-align: inherit;
}

.rechts img {
  height: 100%;
  width: 20%;
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  object-fit: cover;
}

  }