@font-face {
  font-family: Vollkorn DGN;
  src: url('../fonts/vollkorn-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Playfairdisplay;
  src: url('../fonts/playfairdisplay-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Manrope;
  src: url('../fonts/manrope-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DGN Light;
  src: url('../fonts/johnston-itc-std-light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DGN Bold;
  src: url('../fonts/johnston-itc-std-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: DGN Medium;
  src: url('../fonts/johnston-itc-std-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --goldenrod: #dbb035;
  --black: #333;
  --bg: #f8f8f8;
  --dark-grey: var(--black);
  --white-smoke: #f5f5f7;
  --relume-library-lite-rl-black: black;
  --asdf: #e1ddd4;
  --white: #fbfbfd;
  --relume-library-lite-rl-white: white;
  --faf: #faf3f0;
  --gelb: #f4e4d0;
}

.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;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-primary {
  border: 2px solid var(--goldenrod);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dbb035;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 14px 30px 12px;
  font-family: DGN Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: var(--goldenrod);
  background-color: #fff0;
}

.button-primary:active {
  background-color: #43464d;
}

.text-block-6 {
  color: var(--black);
  font-family: DGN Light, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.faq-item {
  opacity: 1;
  background-color: #0000;
  border: 1px #212121;
  border-radius: 10px;
  box-shadow: 0 10px 20px #0000001a;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown__container {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.nav-button__text {
  z-index: 5;
  color: #fff;
  font-family: DGN Medium, sans-serif;
  font-size: 16px;
  position: relative;
}

.nav-button__text:hover {
  color: var(--goldenrod);
}

.burger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.logo-link {
  color: #000;
  width: 250px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown__link {
  color: #000;
  text-align: center;
  flex: 1;
  padding: 20px;
  text-decoration: none;
}

.social-media-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  z-index: 10000;
  background-color: #fbfbfd00;
  border-bottom: 0 #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  min-height: 70px;
  margin-top: 0;
  padding: 1.5vw 20px;
  display: block;
}

.nav__dropdown {
  background-color: var(--bg);
  border-bottom: 1px #ececec;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  display: flex;
  position: fixed;
  inset: 70px 0% auto;
  overflow: hidden;
}

.nav__container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 100rem;
  display: flex;
}

.dropdown__link-divider {
  z-index: 10;
  background-color: #b3b3b3;
  flex: none;
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.dropdown__link__text {
  color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
  font-family: DGN Medium, sans-serif;
  font-size: 15px;
}

.dropdown__link__text:hover {
  color: var(--black);
}

.nav__buttons-wrapper {
  align-items: center;
  min-height: 70px;
  display: flex;
  position: relative;
}

.nav__link__number {
  z-index: 5;
  color: var(--dark-grey);
  margin-top: -4px;
  margin-right: 4px;
  font-family: Vollkorn DGN, sans-serif;
  font-size: 13px;
  font-weight: 700;
  position: relative;
}

.nav__link {
  color: #000;
  text-transform: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: "."
  / 1.5fr 1fr 1fr;
}

.text-section {
  padding: 0 20px 4vw;
}

.body {
  background-color: var(--bg);
}

.div-block-13 {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.header-unterseiten {
  align-items: center;
  height: 350px;
  margin-bottom: 4vw;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.image-5 {
  width: 100%;
  height: auto;
  margin-top: 6%;
}

.heading-8 {
  text-transform: uppercase;
  margin-top: 0;
  font-family: DGN Bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.heading-9 {
  font-family: DGN Medium, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.heading-9.partner {
  padding-right: 50px;
}

.bold-text-2, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  font-family: DGN Bold, sans-serif;
}

.image-5-copy {
  width: 100%;
  height: auto;
  margin-top: 20%;
  padding-top: 20%;
}

.jda-link-4-1 {
  color: var(--relume-library-lite-rl-black);
  margin-left: 1em;
  font-family: DGN Light, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

.jda-link-4-1:hover {
  text-decoration: underline;
}

.jda-a-heading-1 {
  color: var(--relume-library-lite-rl-black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: .8em;
  font-family: DGN Bold, sans-serif;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3em;
  position: static;
}

.jda-a-link-1 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 1em;
  font-family: DGN Light, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

.jda-a-link-1:hover {
  color: var(--goldenrod);
}

.jda-a-wrap-2 {
  flex-direction: column;
  display: flex;
}

.jda-link-3 {
  color: var(--relume-library-lite-rl-black);
  font-family: DGN Light, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

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

.jda-wrap-1 {
  border-bottom: 1px solid var(--relume-library-lite-rl-black);
  justify-content: space-between;
  padding-bottom: 4em;
  display: flex;
}

.jda-b-wrap-1 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.jda-wrap-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.jda-b-pic-1 {
  border: 0 #fff;
  width: 25em;
}

.jda-link-4 {
  color: var(--relume-library-lite-rl-black);
  font-family: DGN Light, sans-serif;
  font-size: 1.1em;
  line-height: 1.3em;
  text-decoration: none;
  display: inline-block;
}

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

.div-block-10-copy {
  z-index: 0;
  background-color: var(--asdf);
  border: 1px #000;
  height: auto;
  margin-top: 5%;
  margin-right: 0;
  padding: 5% 20px 2%;
  font-family: DGN Light, sans-serif;
  font-size: 12px;
  position: static;
  inset: auto 0% 0%;
}

.jda-a-grid-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.jda-container-1 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.jda-a-wrap-1 {
  flex: 0 48%;
}

.image-6 {
  width: 100%;
  margin-bottom: 20px;
}

.list {
  padding-left: 15px;
}

.text-section-copy {
  padding: 4vw;
}

.text-span-19 {
  font-family: DGN Bold, sans-serif;
}

.div-block-16 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block-03 {
  border: 1px #dbdbdb;
  margin-bottom: 0;
  padding: 0;
}

.checkbox-label {
  color: var(--black);
  margin-top: auto;
  font-family: Manrope, Arial, sans-serif;
}

.text-field-inform {
  color: var(--black);
  background-color: #203b4e0f;
  border: 1px #dbdbdb;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 120px;
  font-family: Manrope, Arial, sans-serif;
}

.checkbox-field {
  margin-top: 20px;
}

.button-3 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-3:hover {
  opacity: .8;
}

.button-3.in-form {
  border: 2px solid var(--goldenrod);
  color: var(--dark-grey);
  text-align: center;
  background-color: #dbb03500;
  border-radius: 0;
  width: auto;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
}

.button-3.in-form:hover {
  background-color: var(--goldenrod);
  opacity: 1;
  color: #000;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.grid-kontakt {
  grid-template: ". Area"
  / 1.5fr 2fr;
}

.nav__link-kontakt {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 500;
  display: none;
  position: relative;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  font-family: DGN Bold, sans-serif;
}

.spacer2 {
  height: 50px;
}

.text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  font-family: DGN Bold, sans-serif;
}

.image-5-mobile {
  width: 100%;
  height: auto;
  margin-top: 6%;
  display: none;
}

.text-span-30 {
  font-family: DGN Bold, sans-serif;
}

.datenschutz {
  grid-template: "."
  / .75fr 1fr;
}

.d-64-card-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/6436f22cfe5f1a3cbb6585c9_header1_s.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 320px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-5-copy {
  width: 100%;
  height: auto;
  margin-top: 6%;
}

.header-impressum {
  align-items: center;
  height: 5vw;
  margin-bottom: 4vw;
  margin-left: 4vw;
  margin-right: 4vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.text-block-7 {
  font-family: DGN Bold, sans-serif;
}

.div-block-19 {
  background-color: var(--goldenrod);
  color: var(--white);
  width: 100%;
  padding: 10px;
}

.table-header {
  color: var(--relume-library-lite-rl-white);
  font-family: DGN Bold, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.table-white {
  color: var(--black);
  text-align: left;
  font-family: DGN Bold, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-19-copy {
  color: var(--white);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.div-block-19-copy-copy {
  background-color: var(--faf);
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  display: flex;
}

.table-white-copy {
  color: var(--black);
  text-align: right;
  font-family: DGN Bold, sans-serif;
  font-size: 16px;
  line-height: 14px;
  text-decoration: none;
}

.text-span-31 {
  font-family: DGN Light, sans-serif;
  font-size: 14px;
  line-height: 12px;
}

.text-span-32 {
  font-family: DGN Bold, sans-serif;
}

.section {
  height: 100px;
}

.logo2_logo {
  width: 100%;
  max-height: none;
  box-shadow: 0 2px 5px #0003;
}

.section-2 {
  height: 50px;
}

.image-7 {
  width: 280px;
  padding-top: 10px;
}

.div-block-22 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.emp {
  color: var(--black);
  font-family: DGN Bold, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.link-block {
  flex-direction: column;
  text-decoration: none;
  display: flex;
}

.image-7-copy {
  width: 280px;
  padding-top: 25px;
}

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

.quick-stack {
  padding: 0;
}

.button-primary-copy {
  border: 2px solid var(--relume-library-lite-rl-black);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding: 14px 30px 12px;
  font-family: DGN Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  transition: all .2s;
  display: flex;
}

.button-primary-copy:hover {
  background-color: var(--relume-library-lite-rl-black);
  color: #fff;
}

.button-primary-copy:active {
  background-color: #43464d;
}

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

.button-secondary {
  border: 2px solid var(--white);
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 14px 30px 12px;
  font-family: DGN Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  color: #fff;
  background-color: #0000;
}

.button-secondary:active {
  background-color: #43464d;
}

.container {
  max-width: 95rem;
}

.quick-stack-3 {
  grid-row-gap: 20px;
  max-width: 95rem;
  min-height: 37vh;
}

.cell-2 {
  background-color: #e1ddd4;
  background-image: url('../images/erbsmart.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.div-block-24 {
  background-image: linear-gradient(#0000009e, #0000009e), url('../images/headerdgn.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 50vh;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 40px;
  display: flex;
}

.heading-10 {
  color: var(--white);
  text-align: left;
  align-self: auto;
  width: 60%;
  margin-bottom: 20px;
  font-family: DGN Light, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.text-span-33 {
  font-family: DGN Bold, sans-serif;
  font-size: 2.75rem;
}

.cell-3 {
  background-image: url('../images/team-kopie.jpg');
  background-position: 80%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 20px 40px;
}

.heading-11 {
  color: var(--white);
  margin-top: 0;
  font-family: DGN Bold, sans-serif;
  font-size: 1.75rem;
  line-height: 2rem;
}

.text-block-8 {
  color: var(--white-smoke);
  width: 40%;
  margin-bottom: 20px;
  font-family: DGN Medium, sans-serif;
  font-size: 1rem;
}

.text-block-8.small {
  width: 40%;
}

.link-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  padding: 20px 20px 20px 50px;
  text-decoration: none;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  margin-left: 0;
  display: flex;
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--relume-library-lite-rl-black);
  color: var(--relume-library-lite-rl-black);
  text-align: center;
  background-color: #0000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.rl-button-group {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rl_layout242_spacing-block-4 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DGN Light, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_layout242_spacing-block-3 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h5 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: DGN Medium, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_layout242_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_layout242_icon {
  width: 3rem;
  height: 3rem;
}

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

.rl_layout242_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.rl_layout242_spacing-block-1 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-heading-style-h3 {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DGN Bold, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_layout242_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 70rem;
}

.rl_layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  background-color: var(--bg);
  padding-left: 0;
  padding-right: 0;
}

.rl_section_layout242 {
  background-color: var(--bg);
}

.heading-6 {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  font-family: DGN Bold, sans-serif;
}

.heading-5-copy-copy {
  color: var(--relume-library-lite-rl-black);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: DGN Bold, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.text-block-6-copy-copy {
  color: var(--relume-library-lite-rl-black);
  padding-right: 100px;
  font-family: DGN Light, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.div-block-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bold-text-3-mobile, .text-span-5 {
  color: #333;
}

.div-block-6 {
  background-color: #dbb035;
  margin: 4vw 4vw 8vw;
}

.text-span {
  color: var(--relume-library-lite-rl-black);
}

.spacer {
  height: 40px;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  font-family: DGN Bold, sans-serif;
}

.grid-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--asdf);
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
  padding: 4vw 40px;
}

.heading-6-mobile {
  color: #333;
  margin-top: 0;
  font-family: DGN Bold, sans-serif;
  display: none;
}

.div-block-7 {
  padding-top: 0;
  padding-left: 0;
}

.text-block-9 {
  color: var(--relume-library-lite-rl-black);
  font-family: DGN Light, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-5-copy {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.container-2 {
  background-color: var(--bg);
  max-width: 95rem;
  padding-left: 20px;
  padding-right: 20px;
}

.container-3 {
  max-width: 95rem;
}

.button-primary-menu {
  border: 2px solid var(--goldenrod);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dbb035;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  padding: 14px 30px 12px;
  font-family: DGN Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 14px;
  transition: all .2s;
  display: flex;
}

.button-primary-menu:hover {
  color: var(--goldenrod);
  background-color: #fff0;
}

.button-primary-menu:active {
  background-color: #43464d;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.heading-2.heading-large {
  color: var(--relume-library-lite-rl-black);
  margin-top: 0;
  font-family: Playfairdisplay, Arial, sans-serif;
}

.heading-2.heading-large.white {
  color: var(--white);
}

.gallery20_arrow {
  background-color: #faf3f0;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery20_arrow.left {
  background-color: #faf3f0;
  right: 4rem;
}

.navbar2_link {
  color: #fff;
  text-transform: none;
  padding: .5rem 1rem;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
  transition: all .4s;
}

.navbar2_link:hover {
  color: var(--goldenrod);
  text-underline-offset: 5px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.navbar2_link.w--current {
  color: #000;
}

.gallery20_slide {
  padding-right: 2rem;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: center;
  place-items: flex-start start;
  display: flex;
}

.heading-3.heading-xlarge {
  color: var(--relume-library-lite-rl-black);
  font-family: Playfairdisplay, Arial, sans-serif;
}

.container-4 {
  width: 100%;
  max-width: 580px;
}

.container-4.reduced-width {
  max-width: 474px;
}

.container-4.reduced-width.align-center {
  max-width: none;
}

.layout1_component {
  grid-column-gap: 5.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-halves-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 0%;
  display: grid;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  margin-bottom: 1.5rem;
}

.margin-bottom.margin-large {
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

.header_image-wrapper {
  background-image: url('../images/dgn_team.jpg');
  background-position: 0 0;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  position: relative;
}

.header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 6rem;
  position: relative;
  inset: 0%;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.service-1 {
  position: relative;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  padding-bottom: 2rem;
}

.heading {
  color: #fff;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.gallery20_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 5rem;
}

.footer_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.page-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar2_menu {
  color: #fff;
  align-items: center;
  display: flex;
}

.footer_logo-link {
  float: none;
  padding-left: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-white {
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.5;
}

.text-size-medium.text-lineheight-tall {
  color: var(--relume-library-lite-rl-black);
  margin-bottom: 0;
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.7;
}

.text-size-medium.text-lineheight-tall.white {
  color: #fff;
}

.text-size-medium.text-lineheight-tall.titel {
  color: var(--goldenrod);
}

.text-size-medium.text-lineheight-tall.form {
  margin-bottom: 10px;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_logo-link {
  padding-left: 0;
}

.header-80vh {
  align-items: center;
  height: 550px;
  min-height: 0;
  max-height: none;
  display: flex;
}

.section-hero {
  background-color: #f1f5f6;
}

.section-hero.background-color-black {
  background-color: #000;
  background-image: url('../images/headerdgn.jpg');
  background-position: 50%;
  background-size: cover;
}

.layout227_item {
  text-align: left;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.header5_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-stats.background-color-antique-white {
  background-color: var(--gelb);
}

.footer_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  justify-content: center;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 2px solid #ddba53;
  padding: .75rem 1.5rem;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.button-secondary-2.is-alternate {
  color: #fff;
  border-color: #ddba53;
  font-weight: 700;
  transition: all .2s;
}

.button-secondary-2.is-alternate:hover {
  border-color: var(--goldenrod);
  color: var(--white-smoke);
  background-color: #dbb03500;
}

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

.layout227_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.section-3 {
  perspective: 200px;
  background-color: #fff;
  padding-top: 112px;
  padding-bottom: 112px;
}

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

.section-3.align-content-center.background-color-black {
  background-color: #0000;
}

.callout_component {
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.callout_component.background-color-seashell {
  background-color: var(--faf);
  height: auto;
  min-height: auto;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: left;
}

.margin-top {
  margin: 2rem 0 0;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-xlarge {
  color: var(--relume-library-lite-rl-black);
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xlarge.extra-height {
  color: #fff;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 3.4rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 600;
  display: grid;
}

.navbar2_container.text-color-white {
  grid-template-columns: .5fr 1fr .5fr;
  height: auto;
}

.section-drive {
  background-color: var(--faf);
}

.section-our-services {
  overflow: hidden;
}

.section-our-services.background-color-seashell, .footer.background-color-seashell {
  background-color: var(--faf);
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-alternate {
  color: #000;
  background-color: #fff;
  border-width: 2px;
  border-color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
}

.button.is-alternate:hover {
  border-color: var(--goldenrod);
  background-color: var(--goldenrod);
}

.section-cta {
  position: relative;
}

.section-cta.background-color-black {
  background-color: var(--relume-library-lite-rl-black);
}

.padding-vertical {
  padding: 5rem 0;
}

.padding-vertical.padding-large {
  align-self: flex-end;
  padding: 0 0 2rem;
}

.padding-vertical.padding-xhuge {
  align-self: flex-end;
}

.padding-vertical.padding-huge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxhuge {
  padding: 5rem 0;
}

.padding-vertical.padding-xxlarge {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.navbar {
  background-color: #000;
  border-bottom: 1px #000;
  align-items: center;
  height: auto;
  min-height: 6rem;
  padding: 15px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xxlarge.text-color-white {
  color: #fff;
  font-family: Playfairdisplay, Arial, sans-serif;
}

.footer_link {
  color: #000;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Manrope, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block {
  padding-top: 20px;
  display: flex;
}

.footer_credit-text {
  font-family: Manrope, Arial, sans-serif;
  font-size: .875rem;
}

.header-callout {
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  display: flex;
}

.header-callout.background-color-peach {
  background-color: #f4e5d0;
  height: auto;
  min-height: 0;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.navbar2_logo {
  width: 250px;
}

.main-container {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-white {
  background-color: var(--faf);
}

.layout1_image-wrapper {
  margin-right: 0;
  overflow: hidden;
}

.header_content-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.header_content-left.contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.gallery20_mask {
  overflow: visible;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cta4_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.footer_legal-link {
  color: #000;
  font-family: Manrope, Arial, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer.hide {
  display: none;
}

.header_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.header_content-wrapper.big {
  grid-template-columns: 2.75fr 1fr;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-2 {
  color: var(--relume-library-lite-rl-black);
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
}

.nav__link-2 {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dropdown__link-divider-2 {
  z-index: 10;
  background-color: var(--white);
  flex: none;
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.nav-wrapper-2 {
  background-color: var(--relume-library-lite-rl-black);
  border-bottom: 1px #ececec;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
  padding: 0 20px;
  display: flex;
}

.nav-button__bg {
  z-index: 0;
  background-color: var(--goldenrod);
  position: absolute;
  inset: 0%;
}

.nav__dropdown-2 {
  background-color: var(--goldenrod);
  border-bottom: 1px #ececec;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 90px 0% auto;
  overflow: hidden;
}

.nav__social-link {
  opacity: .2;
  width: 18px;
  margin-left: 15px;
  transition: opacity .2s;
}

.nav__social-link:hover {
  opacity: 1;
}

.nav-button__text-2 {
  z-index: 5;
  color: var(--white);
  text-transform: none;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.dropdown__link__text-2 {
  text-transform: none;
  font-family: Manrope, Arial, sans-serif;
  font-weight: 700;
}

.nav__link__number-2 {
  z-index: 5;
  color: #fff;
  margin-top: -2px;
  margin-right: 4px;
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.nav__buttons-wrapper-2 {
  min-height: 90px;
  display: flex;
  position: relative;
}

.dropdown__container-2 {
  display: flex;
}

.btn {
  width: auto;
  height: auto;
  position: relative;
}

.btn.bg-gold {
  border: 1px solid var(--goldenrod);
  background-color: var(--relume-library-lite-rl-black);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.btn.bg-white {
  border: 1px none var(--white);
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .825rem 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.btn.bg-gold-transp {
  border: 1px solid var(--goldenrod);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.btn.bg-gold-transp.desktopoff {
  display: none;
}

.btn-text {
  z-index: 1;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}

.btn-text.black {
  color: var(--relume-library-lite-rl-black);
}

.masked-wrapper {
  border: 1px solid var(--goldenrod);
  background-color: var(--goldenrod);
  position: absolute;
  inset: 0%;
}

.quick-stack-4 {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  padding: 4rem 0 0;
}

.div-block-27 {
  flex-flow: wrap;
  place-content: space-between flex-start;
  align-items: center;
  width: 100%;
  height: 42rem;
  display: flex;
}

.image-8 {
  width: 100%;
  margin-bottom: 2rem;
}

.text-block-10 {
  font-family: Playfairdisplay, Arial, sans-serif;
  font-size: 1.5rem;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.list-2 {
  padding-left: 12px;
  list-style-type: square;
}

.text-size-small {
  margin-bottom: 5px;
  font-family: Manrope, Arial, sans-serif;
}

.text-size-small.black {
  color: var(--relume-library-lite-rl-black);
}

.section-black {
  background-color: var(--relume-library-lite-rl-black);
}

.image-9 {
  margin-bottom: 5px;
}

.link-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 140px;
}

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

.form {
  flex-flow: column;
  display: flex;
}

.image-11 {
  margin-bottom: 20px;
}

.checkbox-field-copy {
  margin-top: 5px;
}

@media screen and (min-width: 1280px) {
  .button-secondary:hover {
    background-color: #fff0;
  }
}

@media screen and (min-width: 1920px) {
  .header_image-wrapper {
    background-image: none;
  }

  .header-80vh {
    min-height: 45vh;
  }
}

@media screen and (max-width: 991px) {
  .nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jda-a-wrap-1 {
    flex-basis: 70%;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .nav__link-kontakt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .d-64-card-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rl_layout242_content {
    grid-column-gap: 2rem;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

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

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-bottom.is-alternate {
    background-color: #fff;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2.75rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .grid-halves-section {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #f4e5d0;
    background-clip: border-box;
    border-bottom: 1px #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle.is-alternate {
    background-color: #fff;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_menu-button {
    padding: 0;
  }

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

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-top.is-alternate {
    background-color: #fff;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .layout227_component {
    grid-column-gap: 2rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 2.4rem;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .layout1_image-wrapper {
    margin-right: -38px;
  }

  .header_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__link-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .burger-btn-wrapper {
    min-height: 70px;
    padding-left: 20px;
  }

  .burger-line {
    background-color: #000;
  }

  .dropdown__link {
    padding: 10px;
  }

  .social-media-wrapper {
    display: none;
  }

  .nav-wrapper {
    padding-right: 0;
  }

  .nav__dropdown {
    flex-direction: column;
    align-self: stretch;
    height: 65px;
    min-height: 65px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .nav__buttons-wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    max-height: 100vh;
    padding-top: 70px;
    position: fixed;
    inset: 70px 0% auto;
    overflow: auto;
    box-shadow: 1px 0 70px #000000b0;
  }

  .nav__mobile-button {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
    transition: background-color .2s;
  }

  .nav__mobile-button.w--open {
    z-index: 99;
    background-color: #ececec;
  }

  .nav__link {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jda-wrap-1 {
    flex-direction: column;
  }

  .jda-b-wrap-1 {
    flex-direction: row;
    order: -1;
    align-items: flex-start;
    margin-bottom: 3em;
  }

  .nav__link-kontakt {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo2_logo {
    max-height: 3rem;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 1.5rem;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: 1.25rem;
  }

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

  .rl_layout242_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_layout242_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery20_arrow.left {
    right: 3.5rem;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .layout227_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .section-3 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .callout_component {
    height: auto;
    max-height: none;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .heading-xlarge.extra-height {
    font-size: 3.2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    min-height: 4rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .header-callout {
    height: auto;
    max-height: none;
  }

  .heading-large {
    font-size: 2rem;
  }

  .layout1_image-wrapper {
    margin-right: 0;
  }

  .header_content-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__link-2 {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-wrapper-2 {
    padding-right: 0;
  }

  .nav-button__bg {
    display: none;
  }

  .nav__dropdown-2 {
    flex-direction: column;
    align-self: stretch;
    height: 65px;
    min-height: 65px;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .nav__buttons-wrapper-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    min-height: auto;
    max-height: 100vh;
    padding-top: 70px;
    position: fixed;
    inset: 70px 0% auto;
    overflow: auto;
    box-shadow: 1px 0 70px #000000b0;
  }

  .nav__mobile-button-2 {
    justify-content: center;
    align-items: center;
    height: 70px;
    padding: 0;
    transition: background-color .2s;
  }

  .nav__mobile-button-2.w--open {
    z-index: 99;
    background-color: #ececec;
  }
}

@media screen and (max-width: 479px) {
  .button-primary {
    color: var(--goldenrod);
    background-color: #3330;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-primary.off {
    display: none;
  }

  .text-block-6 {
    text-align: left;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown__container {
    flex-direction: column;
  }

  .nav-button__text {
    padding-bottom: 20px;
    text-decoration: none;
  }

  .burger-line {
    background-color: #fff;
    border-radius: 0;
  }

  .dropdown__link {
    opacity: .4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav__dropdown {
    background-color: #f8f8f800;
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .dropdown__link-divider {
    background-color: #d6d6d6;
    width: 50%;
    height: 1px;
    margin: auto;
  }

  .nav__buttons-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav__link__number {
    text-decoration: none;
  }

  .nav__link {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
    display: block;
  }

  .grid-5 {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1.5fr;
    grid-auto-flow: row;
  }

  .text-section {
    margin-top: 0%;
  }

  .body {
    background-color: var(--white-smoke);
  }

  .div-block-13 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-14 {
    align-items: center;
    margin-bottom: 0;
  }

  .header-unterseiten {
    flex-wrap: nowrap;
    height: 250px;
    margin-bottom: 10%;
  }

  .image-5 {
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: 0%;
    margin-left: 0%;
    margin-right: 0;
    display: block;
  }

  .heading-8 {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-9 {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-9.partner {
    padding-right: 0;
  }

  .image-5-copy {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .jda-a-heading-1 {
    margin-top: 1em;
    margin-bottom: 0;
  }

  .jda-a-wrap-2 {
    align-items: center;
  }

  .jda-wrap-1 {
    flex-direction: column;
    align-items: stretch;
  }

  .jda-b-wrap-1 {
    flex-direction: column;
  }

  .jda-b-pic-1 {
    margin-top: 1em;
  }

  .div-block-10-copy {
    flex-direction: row;
    padding-bottom: 5%;
    padding-left: 10vw;
    padding-right: 10vw;
    display: block;
    position: static;
    inset: auto 0% 0%;
  }

  .jda-a-grid-1 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .jda-a-wrap-1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list {
    list-style-type: none;
  }

  .text-section-copy {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-16 {
    align-items: center;
    margin-bottom: 20px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .grid-kontakt {
    grid-template: "."
                   "."
                   "."
                   / 1.5fr;
    grid-auto-flow: row;
  }

  .nav__link-kontakt {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
    text-decoration: none;
    display: block;
  }

  .image-5-mobile {
    width: auto;
    max-width: none;
    height: 100%;
    margin-top: 10%;
    margin-left: 0%;
    margin-right: 0;
    display: block;
  }

  .datenschutz {
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1.5fr;
    grid-auto-flow: row;
  }

  .d-64-card-wrapper {
    width: 100%;
    display: none;
  }

  .image-5-copy {
    width: auto;
    max-width: none;
    height: 100%;
    margin-top: 10%;
    margin-left: 0%;
    margin-right: 0;
    display: block;
  }

  .header-impressum {
    flex-wrap: nowrap;
    height: 80vw;
    margin-bottom: 10%;
  }

  .div-block-19 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 2px;
    padding-left: 5px;
    display: flex;
  }

  .table-header {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .table-white {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-19-copy {
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 2px;
    padding-left: 5px;
  }

  .div-block-19-copy-copy {
    padding-bottom: 2px;
  }

  .table-white-copy {
    text-align: right;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .text-span-31 {
    text-align: right;
    font-family: DGN Light, sans-serif;
    font-size: 12px;
    line-height: 12px;
  }

  .section {
    height: 35px;
  }

  .logo2_logo {
    max-height: none;
  }

  .div-block-21 {
    margin-bottom: 30px;
  }

  .image-7 {
    padding-top: 0;
  }

  .div-block-22 {
    flex-direction: column;
  }

  .emp {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 15px;
    display: flex;
  }

  .link-block {
    padding-top: 25px;
  }

  .image-7-copy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .button-primary-copy {
    background-color: var(--black);
    margin-top: 20px;
    margin-left: 0;
  }

  .button-secondary {
    border-color: var(--white-smoke);
    background-color: var(--white-smoke);
    color: var(--relume-library-lite-rl-black);
    text-align: center;
    margin-top: 0;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 16px;
  }

  .button-secondary:hover {
    background-color: #0000;
  }

  .quick-stack-3 {
    float: none;
    clear: none;
    min-height: 0;
    margin-top: 0;
    position: static;
    top: 86.5vh;
  }

  .cell-2 {
    background-image: url('../images/headermobile.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .div-block-24 {
    border-top: 0px solid var(--white-smoke);
    border-bottom: 20px none var(--white-smoke);
    background-image: linear-gradient(#0006, #0006), url('../images/headerdgn.jpg');
    background-position: 0 0, 90%;
    justify-content: flex-end;
    align-items: center;
    height: 72vh;
    min-height: auto;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    position: static;
    inset: 9px 0% 0%;
  }

  .heading-10 {
    text-align: center;
    width: 90%;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .text-span-33 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .cell-3 {
    display: none;
  }

  .heading-11 {
    color: var(--black);
    text-align: center;
    font-size: 1.5rem;
  }

  .text-block-8 {
    color: var(--black);
    text-align: center;
    width: 100%;
    line-height: 1.4rem;
  }

  .link-block-2 {
    justify-content: flex-end;
    align-items: center;
    min-height: 620px;
    padding-left: 20px;
  }

  .div-block-26 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: row;
    margin-left: 0;
    display: flex;
  }

  .rl_layout242_spacing-block-4 {
    padding-bottom: 0;
  }

  .rl_layout242_spacing-block-3 {
    padding-bottom: .25rem;
  }

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

  .rl_layout242_spacing-block-1 {
    padding-bottom: 3rem;
  }

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

  .rl-padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rl_section_layout242 {
    position: static;
    top: 160vh;
  }

  .heading-6 {
    color: #333;
    text-align: center;
    display: none;
  }

  .heading-5-copy-copy {
    color: #333;
    text-align: left;
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-6-copy-copy {
    color: #333;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-9 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .bold-text-3-mobile {
    color: #333;
  }

  .text-span-5 {
    color: #f5f5f7;
  }

  .div-block-6 {
    background-color: #fff;
  }

  .text-span {
    color: #333;
    text-align: left;
  }

  .spacer {
    height: 10px;
    display: block;
  }

  .grid-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2.25fr;
    grid-auto-flow: row;
    align-items: center;
    margin-right: 0;
    padding-top: 6vw;
  }

  .heading-6-mobile {
    color: #333;
    text-align: left;
    display: block;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .text-block-9 {
    text-align: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-5-copy {
    background-color: #dbb035;
  }

  .container-2 {
    position: static;
  }

  .button-primary-menu {
    background-color: var(--goldenrod);
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    margin: 7% 30% 20%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .menu-icon2_line-bottom.is-alternate {
    background-color: #fff;
  }

  .heading-2.heading-large {
    margin-bottom: 20px;
    font-size: 1.75rem;
  }

  .heading-3.heading-xlarge {
    font-size: 1.75rem;
  }

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

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-large {
    margin-bottom: .5rem;
  }

  .header_image-wrapper {
    background-size: cover;
  }

  .header_background-image {
    object-fit: cover;
  }

  .service-1 {
    background-image: none;
    height: 500px;
  }

  .heading {
    font-size: 1.75rem;
  }

  .menu-icon2_line-middle.is-alternate {
    background-color: #fff;
  }

  .navbar2_button-wrapper {
    margin-left: 0;
  }

  .header-80vh {
    width: auto;
    height: 500px;
  }

  .section-hero.background-color-black {
    background-image: linear-gradient(#00000080, #00000080), url('../images/headerdgn.jpg');
    background-position: 0 0, 70%;
    background-size: auto, cover;
  }

  .menu-icon2_line-top.is-alternate {
    background-color: #fff;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-secondary-2.mobileoff {
    display: none;
  }

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

  .section-3 {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .callout_component.background-color-seashell {
    min-height: 0;
  }

  .header_background-image-wrapper {
    height: 250px;
    position: relative;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-xlarge, .heading-xlarge.extra-height {
    font-size: 1.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge, .padding-vertical.padding-huge, .padding-vertical.padding-xxhuge, .padding-vertical.padding-xxlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-xxlarge.text-color-white {
    font-size: 1.5rem;
  }

  .div-block {
    padding-top: 0;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .layout1_image-wrapper {
    margin-right: 0;
  }

  .header_content-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .header_content-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .header_content-wrapper.big {
    grid-template-columns: 2.75fr;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav__link-2 {
    border-bottom: 1px #303030;
    padding-top: 10px;
    padding-bottom: 0;
    display: flex;
  }

  .dropdown__link-divider-2 {
    background-color: #303030;
    width: 50%;
    height: 1px;
    margin: auto;
  }

  .nav-wrapper-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav__dropdown-2 {
    background-color: var(--relume-library-lite-rl-black);
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .nav-button__text-2 {
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .dropdown__link__text-2 {
    color: var(--white);
  }

  .nav__buttons-wrapper-2 {
    background-color: var(--relume-library-lite-rl-black);
    padding-top: 90px;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown__container-2 {
    flex-direction: column;
  }

  .nav__mobile-button-2.w--open {
    background-color: var(--goldenrod);
  }

  .btn.bg-gold.mobileoff, .btn.bg-gold-transp.mobileoff {
    display: none;
  }

  .btn.bg-gold-transp.desktopoff {
    margin-top: 20px;
    display: block;
  }

  .quick-stack-4 {
    padding-top: 2rem;
  }

  .image-9 {
    margin-bottom: 20px;
  }

  .image-10 {
    z-index: 1000;
    position: relative;
  }

  .link-block-3 {
    height: 80px;
  }

  .image-12 {
    margin-bottom: 20px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .image-13, .image-14 {
    margin-bottom: 20px;
  }
}

#w-node-aa3556e7-d90c-4a0b-606d-1ab905a1aabc-7f249616 {
  justify-self: end;
}

#w-node-_27e9c254-5d73-4af3-98e5-9d75e3d91800-1c69080f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_29e0709a-a414-3a9c-b1b3-b6478b11467c-1c69080f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e9c254-5d73-4af3-98e5-9d75e3d91800-73a794e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_29e0709a-a414-3a9c-b1b3-b6478b11467c-73a794e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e9c254-5d73-4af3-98e5-9d75e3d91800-81ad4030 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_29e0709a-a414-3a9c-b1b3-b6478b11467c-81ad4030 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d11e5df-ecd0-9672-25ba-1bd64cd182ca-7388b674 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_27e9c254-5d73-4af3-98e5-9d75e3d91800-172a30b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_29e0709a-a414-3a9c-b1b3-b6478b11467c-172a30b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e9c254-5d73-4af3-98e5-9d75e3d91800-fdf41977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_29e0709a-a414-3a9c-b1b3-b6478b11467c-fdf41977 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-aa3556e7-d90c-4a0b-606d-1ab905a1aabc-7f249616 {
    place-self: stretch stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d11e5df-ecd0-9672-25ba-1bd64cd182ca-7388b674 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Vollkorn DGN';
  src: url('../fonts/vollkorn-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay';
  src: url('../fonts/playfairdisplay-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DGN Light';
  src: url('../fonts/johnston-itc-std-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DGN Bold';
  src: url('../fonts/johnston-itc-std-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DGN Medium';
  src: url('../fonts/johnston-itc-std-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}