html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  */
body {
  overflow: hidden;
  font-family: "Josefin Sans", sans-serif;
}
main {
  display: flex;
  flex-direction: row;
}
.image-container_L,
.image-container_R {
  background-size: contain;
  background-repeat: no-repeat;
}
.image-container_L {
  position: relative;
  height: 70vh;
  width: 35vw;
  margin-left: 5vw;
  transform: scale(0.8);
  background-image: url("images/linksTrans.png");
  filter: drop-shadow(-1px 1px 1px #000000);
  z-index: 10;
}
.image-container_R {
  position: relative;
  height: 75vh;
  width: 45vw;
  margin-left: 2vw;
  margin-top: 5vh;
  background-image: url("images/rechtsTrans.png");
  filter: drop-shadow(-1px 1px 1px #000000);
  z-index: 10;
}
.containers {
  overflow: hidden;
  width: 50vw;
  height: 100vh;
}
span {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Gruppo", cursive;
}
p {
  text-align: center;
}
a {
  transform: scale(2);
  position: relative;
  z-index: 1;
}
.f2 {
  display: none;
}
.no-decoration {
  text-decoration: none;
  color: #8791a3;
}
.no-decoration:hover,
.fa:hover {
  color: black;
}
.fa {
  margin: 15px;
}
.filter {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  opacity: 0.2;
  z-index: 0;
}
nav {
  margin-left: 22.5vw;
  width: 800px;
}

@media only screen and (orientation: portrait) {
  main {
    flex-direction: column;
  }
  body {
    overflow: auto;
  }
  .containers {
    width: 100vw;
  }
  .image-container_L {
    margin-top: 5vh;
    margin-left: 15vw;
    transform: scale(0.8);
    width: 70vw;
  }
  .image-container_R {
    margin-top: 5vh;
    margin-left: 5vw;
    width: 90vw;
  }
  .f2 {
    display: inline;
    top: 100vh;
  }
  nav {
    margin-left: 40vw;
  }
}
