.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  color: #000;
  text-decoration: underline;
  transition: opacity .2s;
}

a:hover {
  opacity: .7;
  mix-blend-mode: normal;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: clip;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.logo-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 4em;
  display: flex;
}

.af-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  height: 100%;
}

.container-2 {
  position: absolute;
}

.container-logo {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 10em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-background {
  z-index: 1;
  max-width: 100vw;
  height: 100vh;
  position: relative;
}

.cfd-logo-wrapper {
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
}

.d-logo-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dircks-logo {
  object-fit: contain;
  height: 100%;
  transition: filter .3s ease-in-out;
}

.dircks-logo:hover {
  filter: blur(3px);
}

.af-logo {
  transition: filter .3s ease-in-out;
}

.af-logo:hover {
  filter: blur(3px);
}

.cfd-logo, .link-block {
  height: 100%;
}

.link-block-2 {
  width: 100%;
  height: 100%;
}

.container-impressum {
  z-index: 6;
  position: absolute;
  inset: auto 0% 5%;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 1.4rem;
}

.logo-wrapper-impressum {
  width: 25%;
}

.container-logo-impressum, .container-text-impressum {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.text-wrapper-impressum {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.text-block-2 {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.heading {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
}

.spacer_3rem {
  height: 3rem;
}

.link-block-logo {
  width: 100%;
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 4rem;
}

.head-wrapper {
  margin-top: 2rem;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .background-image {
    height: 100vh;
  }

  .logo-wrapper {
    flex-flow: column;
    height: 400px;
    margin-top: 8em;
  }

  .af-logo-wrapper {
    width: 70%;
  }

  .cfd-logo-wrapper {
    height: 15em;
  }

  .d-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 50%;
  }

  .heading-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .head-wrapper {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media screen and (max-width: 767px) {
  .af-logo-wrapper {
    width: 80%;
  }

  .cfd-logo-wrapper {
    width: 50%;
  }

  .d-logo-wrapper {
    width: 65%;
  }

  .text-block {
    font-size: 1.1rem;
  }

  .logo-wrapper-impressum {
    width: 35%;
  }

  .text-block-2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .heading {
    font-size: 2rem;
  }

  .spacer_3rem {
    height: 1rem;
  }

  .head-wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    height: 300px;
    margin-top: 0;
  }

  .af-logo-wrapper {
    width: 100%;
  }

  .container-logo {
    margin-bottom: 0;
  }

  .cfd-logo-wrapper {
    width: 75%;
  }

  .d-logo-wrapper {
    width: 75%;
    height: 30%;
  }

  .section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .head-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}


