:root {
  --color--black: #0a0a0a;
  --color--white: #f6f6f6;
  --color--gold: #b89648;
  --color--dark-blue: #24292c;
  --color--grey: #4d4d4d;
}

body {
  background-color: var(--color--black);
  color: var(--color--white);
  font-family: Geist, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container.padding-medium {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.container.is-hero {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.container.is-projekt {
  z-index: 1;
  height: 100%;
  position: relative;
}

.container.is-menu-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.is-menu-copyright {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
}

.text-copyright {
  color: var(--color--white);
  font-size: .75em;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.text-copyright.is-link {
  transition: all .2s;
}

.text-copyright.is-link:hover {
  color: var(--color--gold);
}

.h2 {
  color: var(--color--white);
  letter-spacing: -.02em;
  text-wrap: balance;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
}

.h2.is-uberuns {
  text-align: center;
  font-size: 5em;
}

.h2.is-kontakt {
  color: var(--color--gold);
}

.h2.is-projekt-title {
  color: var(--color--gold);
  font-size: 5em;
  font-weight: 400;
}

.text-small {
  font-size: 1em;
  line-height: 1.4;
}

.text-small.is-link {
  color: var(--color--white);
  text-decoration: none;
  transition: all .2s;
}

.text-small.is-link:hover {
  color: var(--color--gold);
}

.padding-large {
  padding-top: 9em;
  padding-bottom: 9em;
}

.padding-large.styleguide-bg {
  background-color: var(--color--dark-blue);
}

.padding-large.is-projekte {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.padding-large.is-kontakt {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 12em;
  display: flex;
}

.padding-large.is-projekt-gallerie {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 5em;
  display: flex;
}

.padding-large.is-more {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.padding-large.is-footer {
  padding-top: 6em;
  padding-bottom: 6em;
}

.padding-large.is-flex-vertical {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  padding-top: 3em;
  display: flex;
  position: relative;
}

.text {
  text-wrap: balance;
  padding-bottom: 0;
  font-size: 1.25em;
  line-height: 1.4;
}

.text.is-hero {
  font-size: 1.375em;
}

.text.is-uberuns {
  text-align: center;
}

.text.is-uberuns-info {
  color: var(--color--gold);
  font-size: 1.5em;
  font-weight: 400;
}

.text.is-footer-title {
  color: var(--color--gold);
}

.navbar {
  z-index: 980;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  border: .03125rem solid var(--color--grey);
  -webkit-backdrop-filter: blur(1.2rem);
  backdrop-filter: blur(1.2rem);
  background-color: #24292ca6;
  border-radius: .375em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100em;
  margin-top: 1.5em;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1.5rem .5rem .5rem;
  display: flex;
  position: relative;
  box-shadow: 0 1.5rem 3.5rem #0006;
}

.menu {
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0a0a0ad9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_button {
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.bult_logo {
  justify-content: center;
  align-items: center;
  width: 5em;
  display: flex;
}

.svg_bult_logo {
  color: var(--color--gold);
}

.menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu_line {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--color--gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 3rem;
  height: .25rem;
  display: flex;
}

.menu_line.is-middle {
  width: 2rem;
}

.nav_spacer {
  pointer-events: none;
  width: 100%;
  height: 6rem;
  padding: 0;
}

.menu_links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu_link-wrap {
  border-bottom: .03125rem solid var(--color--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.5em;
  display: flex;
  overflow: hidden;
}

.menu_title-wrap {
  position: relative;
}

.menu_title {
  font-size: 3.75em;
}

.menu_text-wrap {
  font-size: .9rem;
}

.svg_menu_arrow-wrap {
  color: var(--color--black);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 2.5em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(0, 150%);
}

.menu_copyright-content {
  padding-bottom: 1.5em;
  position: absolute;
  inset: auto 0% 0%;
}

.menu_copyright-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu_mini_links-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.line_links {
  background-color: var(--color--white);
  opacity: .25;
  width: 1px;
  height: 1.5em;
}

.menu_link-block {
  color: var(--color--white);
  width: 100%;
  text-decoration: none;
}

.preloader {
  z-index: 999;
  background-color: var(--color--black);
  pointer-events: none;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader_bult_logo {
  z-index: 1;
  width: 20em;
  position: relative;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #000000bf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.fs-cc-prefs2_component {
  z-index: 100;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2em;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.text-link {
  color: #000;
  text-decoration: none;
}

.fs-cc-manager2_button {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  width: 3em;
  padding: .5em;
  display: flex;
}

.cookie_text_span {
  font-size: 1.125em;
  font-weight: 600;
}

.fs-cc-prefs2_submit {
  background-color: var(--color--gold);
  color: #000;
  text-align: center;
  margin-top: 12px;
  padding: 12px 20px;
  font-weight: 600;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 400px;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_button {
  background-color: var(--color--gold);
  color: #000;
  text-align: center;
  text-transform: none;
  border-radius: .37525em;
  flex: 1;
  min-width: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: .75em 1.25em;
  font-weight: 600;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff;
  background-color: #000;
  border-radius: .375em;
  margin-left: 0;
  margin-right: 0;
  padding: .75em 1.25em;
  font-weight: 400;
}

.fs-cc-prefs2_form-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.875em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs2_close {
  background-color: var(--color--gold);
  color: #fff;
  cursor: pointer;
  padding: 8px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: var(--color--gold);
  background-image: none;
  border-color: #000;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: 12px 20px;
  font-weight: 600;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: 12px;
  font-weight: 600;
}

.fs-cc-banner2_text {
  color: #000;
  letter-spacing: -.03em;
  text-wrap: balance;
  font-size: .875em;
  line-height: 1.3;
}

.fs-cc-banner2_component {
  z-index: 999;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  background-color: #fff;
  border-radius: .375em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: 14em;
  padding: 2em;
  display: none;
  position: fixed;
  inset: auto 2em 2em auto;
  overflow: hidden;
  box-shadow: 0 0 1em #0003;
}

.fs-cc-manager2_component {
  z-index: 250;
  mix-blend-mode: difference;
  position: fixed;
  inset: auto auto 1.5em 1em;
  overflow: hidden;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs2_title {
  color: #000;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 1em;
  font-weight: 600;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px 32px;
}

.fs-cc-preferences2_close-icon {
  color: var(--color--black);
  width: 24px;
  height: 24px;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.fs-cc-banner2_buttons-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

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

.link {
  text-decoration: none;
}

.footer-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-content {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 16em;
  display: flex;
}

.bg_footer_gold {
  z-index: -2;
  background-color: var(--color--gold);
  opacity: .2;
  filter: blur(10em);
  pointer-events: none;
  border-radius: 100%;
  width: 50rem;
  height: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -91% 0% auto;
}

.footer_gold_line {
  background-image: linear-gradient(90deg, transparent, var(--color--gold) 50%, transparent);
  width: 100%;
  height: .0625rem;
  margin-bottom: .5rem;
}

.footer {
  z-index: 1;
  width: 100%;
  position: relative;
}

.footer-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_navigation {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_bult_logo {
  z-index: 1;
  width: 8em;
  position: relative;
}

.footer_link-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 9em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_text_link {
  font-size: 1.125em;
  transform: none;
}

.svg_footer_arrow {
  color: var(--color--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.footer_navigation-inner {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_navigation_line {
  background-color: var(--color--grey);
  width: .03125rem;
  height: 100%;
  margin-right: 2em;
}

.footer_navigation-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link {
  color: var(--color--white);
  text-decoration: none;
}

.datenschutz-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.heading {
  float: none;
  color: var(--color--gold);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.txt {
  color: var(--color--white);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4em;
}

.txt.is-gold {
  color: var(--color--gold);
}

.heading_semibold {
  float: none;
  color: var(--color--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.list-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 2em;
  list-style-type: disc;
}

.title_imprint-wrapper {
  width: 31em;
}

.bg_imprint_blue {
  z-index: -2;
  background-color: var(--color--dark-blue);
  filter: blur(10em);
  pointer-events: none;
  border-radius: 100%;
  width: 100%;
  height: 40rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -32em 0% auto;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: .8rem;
  }

  .text {
    text-wrap: balance;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-content {
    width: 25em;
  }

  .bg_blue {
    left: -66%;
  }

  .hero_img-container {
    flex: 0 auto;
  }

  .hero_img-wrapper {
    height: 40em;
  }

  .hero_image {
    height: 120%;
  }

  .nav_spacer {
    height: 5.4rem;
  }

  .menu_title {
    font-size: 3.5em;
  }

  .menu_text-wrap {
    text-align: right;
    font-size: .8rem;
  }

  .bg_gold {
    bottom: 51%;
    right: -80%;
  }

  .button_white {
    left: 3em;
  }

  .preloader_bult_logo {
    width: 16em;
  }

  .fs-cc-banner2_text {
    font-size: 1em;
    line-height: 1.2;
  }

  .fs-cc-banner2_component {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 30em;
    height: 16em;
  }

  .fs-cc-manager2_component {
    z-index: 750;
  }

  .fs-cc-banner2_container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .title-wrapper {
    width: 50%;
  }

  .title-wrapper.is-uberuns {
    width: 30em;
  }

  .title-wrapper.is-service {
    width: 24em;
  }

  .service_title {
    text-wrap: balance;
  }

  .service_cms_img-wrap {
    width: 15em;
    display: none;
    right: 11%;
  }

  .service_text-wrap {
    width: 100%;
  }

  .bg_service_blue {
    width: 100%;
    left: 0%;
  }

  .service_text {
    text-wrap: balance;
  }

  .projekte-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .text-wrapper {
    width: 20em;
  }

  .svg_bult_text-wrap {
    filter: blur(1rem);
    width: 80%;
    bottom: 30%;
  }

  .swiper-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .swiper-slide {
    width: 25rem;
  }

  .pro_cms_img-wrap {
    height: 28rem;
  }

  .button_link {
    left: 2em;
  }

  .profil_img-wrap {
    width: 22em;
  }

  .bg_uberuns_blue {
    left: auto;
  }

  .partner-content {
    justify-content: space-between;
    align-items: flex-end;
  }

  .kontakt_button_text {
    font-size: 3em;
  }

  .bg_kontakt_blue {
    inset: 0% 0% auto;
  }

  .video-wrapper {
    width: 50%;
  }

  .bg_footer_gold {
    width: 80%;
    height: 30rem;
    top: -70%;
  }

  .title-wrapper-kontakt {
    width: 50%;
  }

  .h1_big {
    font-size: 9em;
    font-weight: 600;
  }

  .impressum-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .title_imprint-wrapper {
    width: 50%;
  }

  .pro_info-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .pro_hero_info_title {
    text-wrap: balance;
  }

  .pro_content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .pro_content-inner {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .pro_image-wrap {
    width: 100%;
  }

  .pro_content_text-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
  }

  .pro_gallerie_img-inner.is-01, .pro_gallerie_img-inner.is-02, .pro_gallerie_img-inner.is-03, .pro_gallerie_img-inner.is-01, .pro_gallerie_img-inner.is-02, .pro_gallerie_img-inner.is-03 {
    width: 70%;
  }

  .bg_projekte_gold {
    width: 80%;
    height: 30rem;
    top: -70%;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: .7rem;
  }

  .container {
    height: 100%;
  }

  .container.is-menu-link {
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container.is-menu-copyright {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-copyright {
    text-align: left;
    text-wrap: balance;
  }

  .padding-medium.is-partner {
    padding-top: 4em;
  }

  .padding-small {
    padding-top: 0;
  }

  .h2 {
    font-size: 3.2em;
  }

  .h2.is-uberuns {
    font-size: 4em;
  }

  .h2.is-partner {
    text-wrap: balance;
  }

  .padding-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .padding-large.is-projekt-gallerie {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .h1-wrap {
    width: 100%;
  }

  .text {
    text-wrap: balance;
  }

  .navigation {
    height: 100%;
  }

  .h1.is-hero {
    font-size: 3.3em;
  }

  .hero-content {
    width: 21em;
  }

  .bg_blue {
    width: 30rem;
    height: 30rem;
    top: -100%;
    left: -47%;
  }

  .hero_img-wrapper {
    height: 35em;
  }

  .nav_spacer {
    height: 5rem;
  }

  .menu_link-wrap.is-uberuns {
    flex: none;
  }

  .menu_title {
    font-size: 3.25em;
  }

  .menu_text-wrap {
    font-size: .65rem;
    display: none;
  }

  .svg_menu_arrow-wrap {
    width: 2.5em;
  }

  .menu_mini_links-wrap {
    order: -1;
  }

  .bg_gold {
    width: 30rem;
    bottom: 37%;
    right: -61%;
  }

  .button_white {
    left: 2em;
  }

  .preloader_bult_logo {
    width: 14em;
  }

  .fs-cc-banner2_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-banner2_text {
    text-align: left;
  }

  .fs-cc-banner2_component {
    margin-left: auto;
    margin-right: auto;
    display: none;
    inset: auto 2em 2em;
  }

  .fs-cc-manager2_component {
    z-index: 10;
    display: block;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .service_title-wrap {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
  }

  .service_title {
    text-wrap: balance;
  }

  .service_icon-wrap {
    flex: none;
  }

  .service_cms_img-wrap {
    display: none;
  }

  .bg_service_blue {
    filter: blur(12em);
    width: 80%;
    height: 20rem;
    top: -36%;
  }

  .marquee_text {
    font-size: 5.5em;
  }

  .container_large {
    height: 100%;
  }

  .container_large.is-gallerie {
    padding-left: 0;
    padding-right: 0;
  }

  .service_text {
    text-wrap: balance;
  }

  .projekte-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
  }

  .text-wrapper {
    width: 50%;
  }

  .svg_bult_text-wrap {
    filter: blur(.625rem);
    width: 100%;
    bottom: 51%;
  }

  .swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .swiper-slide {
    width: 22rem;
  }

  .swiper-slide.is-projekt {
    width: 23rem;
  }

  .pro_cms_img-wrap {
    height: 25rem;
  }

  .uberuns_text-wrap {
    width: 100%;
  }

  .uberuns_profil-wrapper {
    flex-flow: column;
  }

  .profil_img-wrap {
    width: 23em;
  }

  .bg_uberuns_blue {
    width: 30rem;
    height: 30rem;
  }

  .partner-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    align-items: flex-start;
  }

  .partner_logos-wrap, .kontakt-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .kontakt_button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .kontakt_button_text {
    font-size: 2.5em;
  }

  .bg_kontakt_blue {
    width: 30rem;
    height: 30rem;
  }

  .gallerie-grid {
    flex-flow: column;
  }

  .gallerie_image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .gallerie_img-wrap {
    width: 60%;
  }

  .gallerie_img-wrap.is-last {
    display: none;
  }

  .video-wrapper {
    width: 60%;
  }

  .footer-content {
    flex-flow: column;
    height: 33em;
  }

  .bg_footer_gold {
    width: 30rem;
  }

  .footer-inner {
    order: 1;
    justify-content: space-between;
    align-items: center;
  }

  .footer_copyright-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_navigation-inner {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .h1_big {
    font-size: 8em;
  }

  .bg_imprint_blue {
    height: 30rem;
    top: -30em;
  }

  .padding_projekt {
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .pro_hero_slogan {
    font-size: 5em;
  }

  .pro_hero_info_title {
    text-wrap: balance;
  }

  .pro_gallerie_images-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .bg_projekte_gold {
    width: 30rem;
  }

  .pro_more_title-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (max-width: 479px) {
  .container {
    overflow: visible;
  }

  .padding-xlarge {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .padding-small {
    padding-top: 0;
  }

  .h2 {
    font-size: 3em;
  }

  .h2.is-uberuns {
    font-size: 3.5em;
  }

  .h2.is-partner {
    font-size: 2.5em;
  }

  .padding-large {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .text {
    text-wrap: balance;
  }

  .text.is-uberuns-info {
    text-align: center;
    text-align: center;
  }

  .navigation {
    overflow: visible;
  }

  .h1.is-hero {
    font-size: 7vw;
  }

  .hero-content {
    width: 21em;
  }

  .bg_blue {
    width: 30rem;
    top: -84%;
    left: -91%;
  }

  .hero_img-wrapper {
    height: 35em;
  }

  .menu_link-wrap.is-willkommen, .menu_link-wrap.is-service, .menu_link-wrap.is-projekte, .menu_link-wrap.is-uberuns, .menu_link-wrap.is-kontakt, .menu_link-wrap.is-willkommen, .menu_link-wrap.is-service, .menu_link-wrap.is-projekte, .menu_link-wrap.is-uberuns, .menu_link-wrap.is-kontakt {
    height: 5.5em;
  }

  .menu_title {
    font-size: 2.75em;
  }

  .menu_text-wrap {
    font-size: .6rem;
  }

  .svg_menu_arrow-wrap {
    width: 2.2em;
  }

  .bg_gold {
    width: 30rem;
    top: -194%;
    right: -130%;
  }

  .preloader_bult_logo {
    width: 12em;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-banner2_button, .fs-cc-banner2_button.fs-cc-button-alt, .fs-cc-banner2_button.fs-cc-button-alt {
    flex: 0 auto;
    width: 100%;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-banner2_text {
    text-align: left;
  }

  .fs-cc-banner2_component {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: auto;
    inset: auto 0% 0%;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .title-wrapper, .title-wrapper.is-uberuns, .title-wrapper.is-uberuns {
    width: 100%;
  }

  .service_title-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .service_title {
    font-size: 1.65em;
  }

  .bg_service_blue {
    top: -35%;
  }

  .container_large {
    overflow: visible;
  }

  .service_text {
    text-align: left;
    text-wrap: balance;
  }

  .projekte-content {
    flex-flow: column;
  }

  .text-wrapper {
    width: 100%;
  }

  .svg_bult_text-wrap {
    width: 100%;
    bottom: 82%;
  }

  .swiper-slide {
    width: 18rem;
  }

  .swiper-slide.is-projekt {
    width: 21rem;
  }

  .pro_cms_img-wrap {
    height: 100%;
  }

  .section_uberuns {
    overflow: hidden;
  }

  .profil_img-wrap {
    width: 100%;
  }

  .bg_uberuns_blue {
    width: 25rem;
    height: 25rem;
    top: 73%;
  }

  .partner-content {
    flex-flow: column;
  }

  .kontakt-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .kontakt_button {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .kontakt_button_text {
    font-size: 2em;
  }

  .bg_kontakt_blue {
    width: 100%;
    height: 20rem;
  }

  .gallerie_image {
    object-fit: cover;
  }

  .gallerie_img-wrap {
    width: 65%;
    height: 20em;
  }

  .video-wrapper {
    width: 65%;
  }

  .bg_footer_gold {
    width: auto;
    height: 20rem;
    top: -42%;
  }

  .footer_navigation-inner {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .footer_navigation_line {
    margin-right: 1em;
  }

  .title-wrapper-kontakt {
    width: 100%;
  }

  .h1_big {
    font-size: 6em;
    font-weight: 600;
    line-height: .9em;
  }

  .title_imprint-wrapper {
    width: 100%;
  }

  .bg_imprint_blue {
    top: -25em;
  }

  .padding_projekt {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .pro_hero_slogan {
    font-size: 12vw;
  }

  .pro_info-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .pro_info-inner {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .pro_hero_info_title {
    text-wrap: balance;
  }

  .pro_gallerie_title.is-more {
    font-size: 3em;
  }

  .pro_gallerie_img-inner.is-01, .pro_gallerie_img-inner.is-02, .pro_gallerie_img-inner.is-03, .pro_gallerie_img-inner.is-01, .pro_gallerie_img-inner.is-02, .pro_gallerie_img-inner.is-03 {
    width: 80%;
  }

  .bg_projekte_gold {
    width: auto;
    height: 20rem;
    top: -42%;
  }

  .pro_more_title-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }
}
