:root {
  --color_header: rgba(48, 48, 48, 0.5);
  --color_header_transparent: rgba(48, 48, 48, 0.5);
  --color_header_small: rgba(48, 48, 48, 0.5);
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: "Monument Extended", Arial, Helvetica, sans-serif;
}

body {
  color: white;
  margin: 0;
  padding: 0;
  perspective: 1px;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

header {
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  transform-style: inherit;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
}

header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header,
header:before {
  background: 50% 50% / cover;
}

header::before {
  content: "";
  position: absolute;
  top: var(--header_small_neg);
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(AfA.jpg);
  background-size: cover;
  transform-origin: center center 0;
  transform: translateZ(-1px) scale(2);
  z-index: -1;
  min-height: 100vh;
}

.container {
  z-index: 2;
  position: absolute;
  top: 100vh;
  background: black;
  line-height: 20px;
  font-weight: lighter;
  padding: 10%;
  color: rgb(240, 240, 240);
  width: 100%;
  font-weight: 400;
}
.box {
  width: 80%;
  font-weight: 400;
}
a {
  font-weight: 600;
  color: white;
  text-decoration: none;
}
a:visited {
  font-weight: 600;
  color: white;
  text-decoration: none;
}

.ansprechpartner {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.partnerbox {
  justify-content: left;
  padding-right: 100px;
  padding-bottom: 70px;
}
