@font-face {
  font-family: Sora Variablefont Wght;
  src: url('../fonts/Sora-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Indieflower;
  src: url('../fonts/IndieFlower-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--text: #000;
  --white: white;
  --color--anthrazit: #4a4a49;
  --color--orange: #f39200;
  --color--red-orange: #a64803;
  --color--background-dark: #333;
  --color--dark-blue: #00456b;
  --color--transparent: transparent;
  --color--background-light: #eee;
  --color--background-middle: #bbb;
  --color--dark: #252525;
  --color--yellow: #fc0;
  --black: #000;
  --color--lightgrey: #ececec;
  --color--middle-green: #76b82a;
  --color--grey-blue: #7d9bc4;
  --color--grey: #929292;
  --color--bright: #dfdfdf;
  --color--red: #e30613;
  --color--green: #95c11f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--color--text);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--white);
  padding-left: 4rem;
  padding-right: 4rem;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 15px #0000001f;
}

.nav-container {
  width: 100%;
  max-width: 90rem;
}

.nav-brand {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: .5rem;
  margin-bottom: .25rem;
  display: flex;
}

.nav-link {
  border-bottom: .5rem solid var(--white);
  margin-top: 1.5rem;
  padding: 1.25rem 1.25rem .5rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-weight: 600;
  transition: border-color .2s;
}

.nav-link:hover {
  border-bottom-color: var(--color--orange);
}

.nav-link.w--current {
  color: var(--color--red-orange);
}

.nav-link.agrey:hover {
  border-bottom-color: var(--color--anthrazit);
}

.nav-link.blue:hover {
  border-bottom-color: var(--color--dark-blue);
}

.page-section {
  padding: 8rem 4rem;
  position: relative;
}

.page-section.top {
  padding-top: 12rem;
}

.page-section.lightgrey {
  background-color: var(--color--background-light);
}

.page-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  background-color: var(--color--red-orange);
  padding: 8rem 4rem 6rem;
}

.footer-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-style-h1 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.heading-style-h2 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

.heading-style-h3 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.heading-style-h4 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.heading-style-h5 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.heading-style-h6 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
}

.rich-text-custom {
  overflow-wrap: break-word;
}

.rich-text-custom h1 {
  color: var(--color--red-orange);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}

.rich-text-custom h2 {
  color: var(--color--red-orange);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}

.rich-text-custom h3 {
  color: var(--color--red-orange);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.rich-text-custom h4 {
  color: var(--color--red-orange);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}

.rich-text-custom h5 {
  color: var(--color--red-orange);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

.rich-text-custom h6 {
  color: var(--color--red-orange);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: .8rem;
  line-height: 1.4;
}

.rich-text-custom p {
  margin-bottom: 1rem;
}

.rich-text-custom blockquote {
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
}

.rich-text-custom ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.rich-text-custom li {
  margin-bottom: .25rem;
}

.rich-text-custom ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

.rich-text-custom a {
  color: var(--color--red-orange);
  transition: color .2s;
}

.rich-text-custom a:hover {
  color: var(--color--orange);
}

.rich-text-custom.margin {
  border-top: 1px solid var(--color--background-middle);
  border-bottom: 1px solid var(--color--background-middle);
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.paragraph {
  margin-bottom: 1rem;
}

.paragraph.strong {
  font-weight: 700;
}

.nav-menu-ani {
  width: 250px;
  height: 250px;
}

.handwriting-text {
  color: var(--color--red-orange);
  font-family: Indieflower, Verdana, sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

.brand-hps, .brand-bbh {
  width: 12rem;
  position: relative;
}

.header-wrapper {
  justify-content: center;
  align-items: flex-end;
  height: 60svh;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.footer-section-impress {
  background-color: var(--color--dark);
  padding: 2rem 4rem 4rem;
}

.footer-contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.footer-contact-adress {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-left: 1px solid var(--color--orange);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
  display: flex;
}

.footer-contact-logo {
  width: 12rem;
  transition: opacity .2s;
}

.footer-contact-logo:hover {
  opacity: .75;
}

.footer-head {
  color: var(--white);
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-weight: 700;
}

.footer-link-block {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link-block:hover {
  color: var(--color--yellow);
}

.footer-link-text {
  margin-top: .25rem;
}

.footer-icon {
  aspect-ratio: 1;
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
}

.footer-adress-wrapper {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.footer-adress-text.strong {
  margin-bottom: .25rem;
  font-weight: 700;
}

.footer-link-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-impress-link {
  color: var(--white);
  font-size: .9rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-impress-link:hover {
  color: var(--color--orange);
}

.footer-impress-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-contact-adress-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.overhead {
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}

.dropdown-toggle {
  border-bottom: .5rem solid var(--white);
  margin-top: 1.5rem;
  padding: 1.25rem 2.5rem .5rem 1.25rem;
  transition: border-color .2s;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--color--orange);
}

.dropdown-icon {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  margin-right: 1.25rem;
}

.dropdown-text {
  font-weight: 600;
}

.dropdown-navigation.w--open {
  background-color: var(--color--background-light);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.dropdown-link {
  padding: 1rem 1.25rem;
  font-weight: 600;
  transition: color .1s, background-color .2s;
}

.dropdown-link:hover {
  background-color: var(--color--orange);
  color: var(--white);
}

.dropdown-link.w--current {
  color: var(--color--red-orange);
}

.list-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.team-wrapper {
  margin-top: 4rem;
}

.team-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-item-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.team-foto {
  aspect-ratio: 1;
  border-radius: .5rem;
  width: 100%;
  max-width: 22rem;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.team-contact {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.team-name {
  font-size: 1.5rem;
}

.team-department {
  color: var(--color--red-orange);
  font-size: 1.25rem;
}

.team-link-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .15rem;
  padding-bottom: .15rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.team-link-block:hover {
  color: var(--color--red-orange);
}

.team-contact-icon {
  aspect-ratio: 1;
  width: 2rem;
  min-width: 2rem;
  max-width: 2rem;
}

.team-contact-text {
  overflow-wrap: anywhere;
  margin-top: .35rem;
}

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

.team-details-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.link-block-wirtzdesign {
  color: #333;
  flex-direction: column;
  margin-top: 40px;
  text-decoration: none;
  transition: color .2s;
}

.link-block-wirtzdesign:hover {
  color: #e20613;
}

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

.wd-logo {
  margin-right: 20px;
}

.logo-wirtzdesign {
  width: 50px;
  min-width: 50px;
}

.text-block-wirtzdesign {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}

.text-block-wirtzdesign.klein {
  margin-top: 10px;
  font-size: 12px;
}

.link-wrapper {
  margin-bottom: 2rem;
}

.link-block-velux {
  width: 10rem;
}

.velux-logo {
  width: 100%;
}

.download-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.link-info-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--white);
  width: 100%;
  color: var(--color--text);
  border-radius: .35rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.link-info-item:hover {
  color: var(--color--red-orange);
  transform: translate(0, -.15rem);
  box-shadow: 0 20px 15px -20px #0003;
}

.link-info-icon {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 12rem;
  min-width: 12rem;
  max-width: 12rem;
  padding: 1rem;
  display: flex;
}

.link-info-image {
  width: 100%;
  max-height: 100%;
}

.link-info-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-left: .15rem solid var(--color--lightgrey);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: .9rem;
  margin-bottom: .9rem;
  padding-left: 1.5rem;
  display: flex;
}

.link-info-head {
  font-family: Sora Variablefont Wght, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.link-info-text-link {
  color: var(--color--red-orange);
  font-size: .8rem;
  text-decoration: underline;
}

.link-text {
  color: var(--color--red-orange);
  text-decoration: none;
}

.link-text:hover {
  text-decoration: underline;
}

.header-text-wrapper {
  width: 100%;
  max-width: 90rem;
  position: relative;
}

.header-head {
  color: var(--white);
  text-shadow: 0 5px 20px #00000080;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}

.header-head.margin-left {
  margin-left: 4rem;
}

.header-subhead {
  color: var(--color--orange);
  text-shadow: 0 5px 20px #00000080;
  margin-bottom: -1.5rem;
  margin-left: 2rem;
  font-family: Indieflower, Verdana, sans-serif;
  font-size: 5rem;
  line-height: 1;
}

.header-gradient {
  background-image: linear-gradient(182deg, var(--color--transparent) 62%, #00000080 90%);
  position: absolute;
  inset: 0%;
}

.gallerie-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  margin-top: 4rem;
  display: flex;
}

.gallerie-column-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gallery-item-single {
  aspect-ratio: 3 / 2;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.gallery-item-double {
  aspect-ratio: 3 / 3.5;
  border-radius: .5rem;
  overflow: hidden;
}

.gallery-item-double.higher {
  aspect-ratio: 3 / 3.85;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.lightbox-action {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lightbox-action-logo {
  max-width: 45%;
  position: relative;
}

.lightbox-action-color {
  background-color: var(--color--orange);
  opacity: .7;
  position: absolute;
  inset: 0%;
}

.usp-section {
  background-color: var(--color--anthrazit);
  padding: 4rem;
}

.image-section {
  overflow: hidden;
}

.image-section-image {
  width: 100%;
}

.usp-inner {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.usp-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.usp-grid-inner {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border-right: 1px solid var(--color--background-dark);
  flex-flow: column;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.usp-grid-inner.no-line {
  border-right-width: 0;
}

.usp-icon-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.usp-text {
  color: var(--white);
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.25;
}

.usp-icon {
  aspect-ratio: 1;
  width: 100%;
  max-width: 4.5rem;
  overflow: hidden;
}

.page-inner-double {
  display: flex;
}

.double-left {
  max-width: 72%;
}

.double-right {
  width: 100%;
  max-width: 30%;
}

.double-absolute {
  pointer-events: none;
  justify-content: flex-end;
  width: 100%;
  max-width: 90rem;
  display: flex;
  position: absolute;
  bottom: -6%;
}

.grid-text-photo {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  grid-template-rows: auto;
}

.grid-text-photo.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.grid-text-photo-inner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.grid-text-photo-inner.padding-right {
  padding-right: 4rem;
  display: flex;
}

.grid-text-photo-image-wrapper {
  width: 100%;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.grid-text-photo-image-wrapper.left {
  inset: 0% auto 0% 0%;
}

.grid-text-photo-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.three-images-grid-wrapper {
  margin-bottom: 4rem;
}

.three-images-grid-wrapper.bottom {
  margin-top: 4rem;
  margin-bottom: 0;
}

.three-images-grid-wrapper.bottom.low-margin {
  margin-top: 2rem;
}

.three-images-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.three-images-grid.six {
  grid-template-rows: auto auto;
}

.grid-image-inner {
  overflow: hidden;
}

.page-image {
  height: 50svh;
}

.page-image-inner {
  background-image: url('../images/metall-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.grid-double {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-double-wrapper {
  margin-top: 2rem;
}

.grid-double-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.grid-double-flex-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  padding-left: 4rem;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 4rem;
  display: flex;
}

.button-wrapper.low-margin {
  margin-top: 2rem;
}

.button {
  background-color: var(--color--red-orange);
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  padding: .5rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--color--orange);
}

.button.dark {
  background-color: var(--color--background-dark);
}

.button.dark:hover {
  background-color: var(--color--orange);
}

.two-images-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.two-images-grid.six {
  grid-template-rows: auto auto;
}

.velux-code {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 2rem;
  }

  .nav-menu {
    background-color: var(--color--anthrazit);
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link {
    color: var(--white);
    border-bottom-width: 0;
    margin-top: 0;
    padding-bottom: 1.25rem;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.5rem;
  }

  .nav-link:hover {
    background-color: var(--color--orange);
  }

  .nav-link.agrey:hover {
    background-color: var(--color--background-dark);
  }

  .nav-link.blue:hover {
    background-color: var(--color--dark-blue);
  }

  .nav-menu-button {
    margin-top: 2rem;
    padding: 1rem;
  }

  .nav-menu-button.w--open {
    background-color: var(--color--transparent);
  }

  .page-section.pfanne {
    padding-bottom: 0;
  }

  .page-inner.pfanne {
    margin-bottom: -3rem;
  }

  .footer-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .heading-style-h1 {
    font-size: 1.6rem;
  }

  .heading-style-h2 {
    font-size: 1.4rem;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1.1rem;
  }

  .rich-text-custom h1 {
    font-size: 1.6rem;
  }

  .rich-text-custom h2 {
    font-size: 1.4rem;
  }

  .rich-text-custom h3 {
    font-size: 1.25rem;
  }

  .rich-text-custom h4 {
    font-size: 1.1rem;
  }

  .nav-menu-ani {
    width: 1.75rem;
    height: 1.75rem;
  }

  .dropdown-toggle {
    border-bottom-width: 0;
    margin-top: 0;
    padding-bottom: 1.25rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .dropdown-toggle:hover {
    background-color: var(--color--orange);
  }

  .dropdown-icon {
    color: var(--white);
    margin-top: 2rem;
  }

  .dropdown-text {
    color: var(--white);
    font-size: 1.5rem;
  }

  .dropdown-link {
    padding-left: 5rem;
    font-size: 1.25rem;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-item-wrapper.empty {
    display: none;
  }

  .team-contact-icon {
    width: 1.6rem;
    min-width: 1.6rem;
    max-width: 1.6rem;
  }

  .team-contact-text {
    margin-top: .25rem;
    font-size: .9rem;
  }

  .header-head {
    font-size: 5rem;
  }

  .header-subhead {
    margin-bottom: -1.25rem;
    font-size: 4.5rem;
  }

  .gallerie-wrapper, .gallerie-column-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .lightbox-action {
    display: none;
  }

  .usp-grid {
    grid-template-columns: 1fr 1fr;
  }

  .usp-grid-inner.no-line, .usp-grid-inner.first-line {
    border-top: 1px solid var(--color--background-dark);
  }

  .usp-grid-inner.two-line {
    border-right-width: 0;
  }

  .page-inner-double {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .double-left {
    max-width: 100%;
  }

  .double-right {
    max-width: 20rem;
  }

  .double-absolute {
    position: static;
  }

  .image-section-inner {
    width: 200%;
  }

  .grid-text-photo {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .grid-text-photo.no-gap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .grid-text-photo-inner.padding-right {
    padding-right: 0;
    display: block;
  }

  .grid-text-photo-image-wrapper {
    max-width: none;
    position: relative;
  }

  .page-image-inner {
    background-size: cover;
    background-attachment: scroll;
  }

  .grid-double {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .grid-double-flex-inner {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .nav-brand {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-button {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: .75rem;
    margin-left: 2.5rem;
    padding: .5rem;
  }

  .footer-inner {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .brand-hps, .brand-bbh {
    width: 48%;
  }

  .footer-contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer-contact-adress {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-left-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .footer-contact-adress-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .team-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .link-info-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .link-info-icon {
    width: 8rem;
    min-width: 8rem;
    max-width: 8rem;
    padding: 0;
  }

  .link-info-text-wrapper {
    border-left-width: 0;
    margin-top: 0;
    padding-left: 0;
  }

  .header-head {
    font-size: 4rem;
  }

  .header-subhead {
    margin-bottom: -1rem;
    font-size: 3.5rem;
  }

  .double-right {
    max-width: 18rem;
  }

  .three-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .two-images-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: .5rem;
  }

  .nav-brand {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.25rem;
  }

  .nav-menu-button {
    margin-bottom: .25rem;
    margin-left: .78rem;
  }

  .page-section {
    padding: 4rem 2rem;
  }

  .page-section.top {
    padding-top: 8rem;
  }

  .footer-section {
    padding: 4rem 2rem;
  }

  .footer-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h1 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .heading-style-h2 {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .heading-style-h3 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .heading-style-h4 {
    font-size: .9rem;
    line-height: 1.25;
  }

  .heading-style-h5 {
    font-size: .85rem;
    line-height: 1.25;
  }

  .heading-style-h6 {
    line-height: 1.25;
  }

  .rich-text-custom h1 {
    font-size: 1.25rem;
    line-height: 1.25;
  }

  .rich-text-custom h2 {
    font-size: 1.1rem;
    line-height: 1.25;
  }

  .rich-text-custom h3 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .rich-text-custom h4 {
    font-size: .9rem;
    line-height: 1.25;
  }

  .rich-text-custom h5 {
    font-size: .85rem;
    line-height: 1.25;
  }

  .rich-text-custom h6 {
    line-height: 1.25;
  }

  .rich-text-custom ol, .rich-text-custom ul {
    padding-left: 1.75rem;
  }

  .rich-text-custom.margin {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .handwriting-text {
    font-size: 1.5rem;
  }

  .header-wrapper {
    padding: 2rem 2rem 3rem;
  }

  .footer-section-impress {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 4rem;
  }

  .dropdown-icon {
    margin-top: 1.75rem;
  }

  .dropdown-text {
    font-size: 1.25rem;
  }

  .dropdown-link {
    padding-left: 2.5rem;
    font-size: 1.1rem;
  }

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

  .team-wrapper {
    margin-top: 2rem;
  }

  .team-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .team-foto {
    max-width: none;
  }

  .team-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wd-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .wd-logo {
    margin-right: 0;
  }

  .link-info-head {
    font-size: 1.25rem;
  }

  .header-head {
    font-size: 2.8rem;
  }

  .header-head.margin-left {
    margin-left: 2rem;
  }

  .header-subhead {
    margin-bottom: -.5rem;
    margin-left: 1rem;
    font-size: 2.5rem;
  }

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

  .usp-grid {
    grid-template-columns: 1fr;
  }

  .usp-grid-inner {
    border-bottom: 1px solid var(--color--background-dark);
    border-right-width: 0;
  }

  .usp-grid-inner.no-line {
    border-top-width: 0;
    border-bottom-width: 0;
  }

  .usp-grid-inner.first-line {
    border-top-width: 0;
  }

  .double-right {
    max-width: 12rem;
  }

  .grid-text-photo, .grid-text-photo.no-gap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .three-images-grid-wrapper {
    margin-bottom: 2rem;
  }

  .three-images-grid-wrapper.bottom {
    margin-top: 2rem;
  }

  .three-images-grid-wrapper.bottom.low-margin {
    margin-top: .5rem;
  }

  .three-images-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .page-image {
    height: 35svh;
  }

  .grid-double, .grid-double-inner {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .button-wrapper {
    flex-flow: column;
    margin-top: 2rem;
  }

  .two-images-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }
}

#w-node-baab7331-677d-ab6f-444e-f19ccb191f57-fc56f3a2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-aaac0068-7a4e-0de4-8a59-dc3835e03db1-cbbf08d3, #w-node-_765f977c-1477-a9ba-e803-838ca750ec67-cbbf08d3, #w-node-_71843b2e-2df4-11a0-38f9-e4610fbce99f-cbbf08d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43c74a63-aa6e-0119-787b-d43d559890d4-fc56f3a2, #w-node-_4fd31ede-1e69-d4c4-b846-20dcdc7523f3-1d48e799, #w-node-da61fe5b-b8a6-693b-7107-2f6575526d71-1d48e799, #w-node-_7e0ecb7b-cbfb-2c90-e426-dd1335392c2b-1d48e799 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9687d6a5-4653-f50b-f291-e4b5942a80f6-1d48e799 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9687d6a5-4653-f50b-f291-e4b5942a80fa-1d48e799 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_801655b1-104a-9701-dedf-3ec0e912043e-1d48e799 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43c74a63-aa6e-0119-787b-d43d559890d8-fc56f3a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Sora Variablefont Wght';
  src: url('../fonts/Sora-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indieflower';
  src: url('../fonts/IndieFlower-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}