.hero-section {
  position: relative;
  height: 100vh;
  color: #e0e0e0;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.top-content {
  display: flex;
  padding-left: 2em;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.44), hsla(0, 0%, 100%, 0));
}

.bottom-content {
  display: flex;
  padding: 2em 2em 1em;
  justify-content: space-around;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.31));
  font-family: Inconsolata, monospace;
  color: #1a1a1a;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.top-left-con {
  display: flex;
  padding: 0.5em;
  justify-content: flex-start;
  flex: 1;
}

.top-right-con {
  flex: 1;
}

.image {
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.bo-left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.bo-center {
  display: flex;
  align-items: center;
  flex: 1;
}

.bo-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #141414;
}

.rechte-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  background-color: hsla(0, 0%, 100%, 0.69);
}

.container {
  position: relative;
  display: block;
  flex: 1;
  background-color: #fff;
}

.container.rechte-con {
  overflow: scroll;
  max-height: 100vh;
}

.impress-html {
  margin-right: 3.4em;
  margin-left: 3.4em;
}

.close-x {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: flex;
  width: 30px;
  height: 30px;
  margin: 0.9em;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 2em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.link {
  color: #181818;
}

.link.pdf {
  color: #141414;
}

.rechte-link {
  color: #181818;
}

.bo-links {
  font-size: 1.3em;
}

.link-email {
  color: #131313;
}

@media screen and (max-width: 767px) {
  .hero-section {
    background-image: url('../images/RB3.jpg');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}