.wp-block-columns {
  display: flex;
}
@media only all and (max-width: 85rem) {
  .visible-desktop {
    display: none !important;
  }
}

@media only all and (min-width: 85rem) {
  .hidden-desktop {
    display: none !important;
  }
}

@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis:100%!important
  }
}

@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis:0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0;
  }
}

#gd-navigation-container {
  display: none;
}
#progressBar {
  position: fixed;
  pointer-events: none;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background-image: url('https://26076328.fs1.hubspotusercontent-eu1.net/hub/26076328/hubfs/raw_assets/public/website-theme/images/gd-images/line.svg');
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  transition: height 0s ease-out;
  opacity: 0.5;
}
#g-header {
  animation-name: none !important;
  box-shadow: none !important;
  z-index: 100;
  top: 30px;
  width: calc(100% - 3rem);
  left: 1.5rem;
  background: transparent !important;
  position: fixed !important;
  transition: all 0.5s;
  margin-top: -15px;
}
@media only all and (min-width: 85rem) {
  #g-header {
    top: 70px;
    height: 80px;
    width: 95%;
    left: 2.5%;
    margin-top: 0;
  }
}
#g-header a {
  font-family: "frutiger45_light";
}
#g-header #my_menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 5;
  display: block !important;
  pointer-events: none;
}
#g-header #my_menu .menu_bg {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition: transform 0.6s;
  background-color: #212b2f;
  border-bottom: 1px solid #abaab5;
}
@media only all and (max-width: 84.99rem) {
  #g-header #my_menu .menu_bg {
    background-image: url('https://26076328.fs1.hubspotusercontent-eu1.net/hub/26076328/hubfs/raw_assets/public/website-theme/images/gd-images/line-turned.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
}
#g-header #my_menu > .wp-block-columns {
  position: relative;
  z-index: 2;
}
#g-header #my_menu > .wp-block-columns > .wp-block-column {
  margin: 0 auto;
  color: #ffffff;
  height: 100vh;
  display: flex;
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column {
    border-right: 1px solid transparent;
    transition: border-color 0s 0s;
  }
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .hidden-desktop {
  margin: 8vh auto 0 auto;
  padding-left: 30px;
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s;
  transition: transform 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
}
@media only all and (max-width: 39.99rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .hidden-desktop {
    width: 75%;
  }
}

#g-header #my_menu > .wp-block-columns > .wp-block-column .hidden-desktop a {
  text-decoration: none;
}

#g-header #my_menu > .wp-block-columns > .wp-block-column .hidden-desktop a:hover {
  color: #ffffff;
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center {
  align-self: center;
  width: 100%;
}
#g-header #my_menu > .wp-block-columns > .wp-block-column.menu-text .v-center a {
  color: #56b099;
  text-decoration: none;
}

#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu {
  padding-left: 0px;
}

@media only all and (max-width: 39.99rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu {
    width: 75%;
    margin: 0 auto;
    padding-left: 20px;
  }
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li {
  list-style: none;
  margin-bottom: 1.5vh;
  opacity: 0;
  -webkit-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s, -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s, opacity 0.3s;
  transition: transform 0.3s 0s, opacity 0.3s, -webkit-transform 0.3s 0s;
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li {
    margin-bottom: 20px;
  }
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li:hover > a:before {
  opacity: 1;
  transform: translateX(0px);
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li > a {
  font-family: "frutiger65_bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 160%;
  font-weight: bold;
  line-height: 140%;
  color: #ffffff;
  text-decoration: none;
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li > a {
    padding-left: 70px;
    position: relative;
  }
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li > a:before {
    display: block;
    content: "";
    width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
    background-image: url('https://26076328.fs1.hubspotusercontent-eu1.net/hub/26076328/hubfs/raw_assets/public/website-theme/images/gd-images/circle-arrow.svg');
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    transform: translateX(-50px);
  }
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li > a {
    font-size: 69px;
  }
}
@media only all and (max-width: 84.99rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li > a {
    color: #907b4f;
  }
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li > a:hover {
  color: #907b4f;
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu {
  margin: 0;
  padding: 0;
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu {
    padding-left: 70px;
  }
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu li {
  display: block;
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu li {
    display: inline-block;
  }
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu li:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu li a {
  padding-left: 10px;
  font-size: 18px;
  margin-right: 30px;
  text-decoration: none;
}
#g-header #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu > li .sub-menu li a:hover {
  color: #907b4f;
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns .menu-text {
    padding: 0 10%;
  }
}
@media only all and (min-width: 85rem) {
  #g-header #my_menu > .wp-block-columns .menu-text {
    display: flex !important;
    padding: 0 4%;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, opacity 0.3s;
    transition: transform 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  }
}
#g-header #my_menu > .wp-block-columns .menu-text p {
  line-height: 120%;
}
#g-header #my_menu > .wp-block-columns .menu-text a:hover {
  color: #ffffff;
}
#g-header #my_menu > .wp-block-columns .menu-text .wp-block-columns {
  margin-bottom: 0;
}
#g-header #my_menu > .wp-block-columns .menu-text .wp-block-columns:first-of-type {
  margin-top: 10%;
}
#g-header.active {
  mix-blend-mode: unset;
}
#g-header.active #my_menu {
  pointer-events: all;
}
#g-header.active #my_menu .menu_bg {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.8s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.8s;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.8s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
@media only all and (min-width: 85rem) {
  #g-header.active #my_menu > .wp-block-columns > .wp-block-column {
    border-color: rgba(255, 255, 255, 0.3);
    transition: border-color 0.8s 0.7s;
  }
}
@media only all and (max-width: 84.99rem) {
  #g-header.active #my_menu > .wp-block-columns > .wp-block-column.first-child {
    border-color: transparent;
  }
}
@media only all and (min-width: 85rem) {
  #g-header.active #my_menu > .wp-block-columns > .wp-block-column.menu-text {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.6s 0.8s;
  }
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .hidden-desktop {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.6s 1.2s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li:first-child {
  transition-delay: 0.55s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li:nth-child(2) {
  transition-delay: 0.6s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li:nth-child(3) {
  transition-delay: 0.65s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li:nth-child(4) {
  transition-delay: 0.7s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li:nth-child(5) {
  transition-delay: 0.75s;
}
#g-header.active #my_menu > .wp-block-columns > .wp-block-column .v-center #menu-top-menu li:nth-child(6) {
  transition-delay: 0.8s;
}
#g-header #kontakt {
  text-align: right;
  position: fixed;
  z-index: 6;
}
@media only all and (min-width: 85rem) {
  #g-header #kontakt {
    right: 2.5%;
  }
}
@media only all and (min-width: 40rem) and (max-width: 84.99rem) {
  #g-header #kontakt {
    right: calc(2.5% + 70px);
    margin-top: 3px;
  }
}
@media only all and (max-width: 39.99rem) {
  #g-header #kontakt {
    width: calc(100% - 100px);
    opacity: 0.6;
    margin-top: -9px;
  }
}
#g-header #kontakt .fire-popup {
  color: #eaeaea;
  letter-spacing: -0.5px;
}
#g-header #kontakt .fire-popup:hover {
  color: #eaeaea;
}
@media only all and (max-width: 39.99rem) {
  #g-header #kontakt .fire-popup span {
    display: none;
  }
}
@media only all and (min-width: 40rem) {
  #g-header #kontakt .fire-popup:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #56b099;
    transform: translate(-12px, -1px);
  }
}
@media only all and (max-width: 39.99rem) {
  #g-header #kontakt .fire-popup {
    height: 30px;
    width: 40px;
    background: url('https://26076328.fs1.hubspotusercontent-eu1.net/hub/26076328/hubfs/raw_assets/public/website-theme/images/gd-images/letter.svg') no-repeat center;
    display: inline-block;
  }
}
#g-header .g-container {
  max-width: none !important;
}
#g-header .logo {
  width: 170px;
  max-width: 170px;
  position: relative;
  z-index: 9;
}
@media only all and (max-width: 39.99rem) {
  #g-header .logo .g-logo {
    padding-left: 0;
  }
}
#g-header #logo-8667-particle {
  width: 180px;
}
#g-header #logo-8667-particle .g-logo {
  margin: 0;
  padding-left: 0;
  width: 300px;
}
