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

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-medium-italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-light-italic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-semibold-italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-bold-italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ciutadella;
  src: url('../fonts/ciutadella-regular-italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --blau: #002a5f;
  --rot: #e7000e;
  --white: white;
  --black: black;
}

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

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

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.hero_trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.page-wrapper {
  height: auto;
  position: relative;
  top: 0;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.dropdown-list {
  background-color: #fff;
  margin-top: 30px;
  padding-top: 30px;
}

.dropdown-list.w--open {
  z-index: 0;
  background-color: #fff;
  width: 600px;
  height: 1000px;
  margin-top: 0%;
  padding-top: 15px;
  display: block;
  top: auto;
}

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

.cell-3 {
  justify-content: space-between;
}

.grid {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.div-block-16 {
  background-color: #fff;
  align-items: center;
  height: 40px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.text-allcaps {
  color: #454545;
  text-transform: uppercase;
  line-height: 2;
}

.text-allcaps.is-white {
  color: #fff;
  font-weight: 400;
}

.text-allcaps.is-hero {
  color: #fff;
  text-transform: none;
  max-width: 90%;
  margin-top: 20px;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.nav-link {
  color: var(--rot);
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  border-left: 3px solid #fff;
  margin-bottom: 8px;
  padding-left: 20px;
  font-family: Ciutadella, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  color: #fff;
  border-left-color: #fff;
}

.nav-link.w--current {
  border-left-color: var(--rot);
  text-transform: uppercase;
  font-size: 40px;
}

.nav-link.dropdown {
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 16px;
}

.nav-link.dropdown:hover, .nav-link.dropdown.w--current {
  color: #d1a83b;
}

.nav-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.uui-layout16_item-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
}

.hero_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--blau);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 100vh;
  padding-bottom: 5vw;
  padding-left: 0%;
  display: grid;
  position: sticky;
  top: 0;
}

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

.uui-layout16_image-wrapper {
  background-image: url('../images/6-volk-bestattungen-130623-006.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 33rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.uui-page-padding {
  padding-left: 0;
  padding-right: 0;
}

.about_image-wrapper {
  height: 80dvh;
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 88rem;
  margin-bottom: 50px;
}

.link-block-3 {
  text-decoration: none;
}

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

.text-size-huge {
  color: #111;
  font-size: 4rem;
  font-weight: 500;
}

.text-size-huge.is-white {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
}

.text-size-huge.is-white.mobile {
  font-family: Ciutadella, sans-serif;
  font-size: 3rem;
  display: block;
}

.hero_image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_image.is-mobile {
  display: none;
}

.hero_image.hide-on-mobile {
  height: 100%;
}

.html-embed-2.mobile {
  display: none;
}

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

.uui-button-link {
  grid-column-gap: .5rem;
  color: #6941c6;
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 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;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: #53389e;
}

.nav-link-social {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 3px #000;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-social:hover {
  opacity: 1;
  color: #d1a83b;
  border-left-color: #3d66fc;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section_process {
  height: auto;
  padding-bottom: 0;
}

.footer {
  background-color: var(--blau);
  color: #2b2b2b;
  height: 100%;
}

.image-13 {
  width: 100%;
  margin-top: 20px;
}

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

.section-heading-wrapper {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.button-2 {
  z-index: 5;
  border: 2px solid var(--rot);
  color: #fff;
  background-color: #e7030e;
  width: auto;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 15px;
  font-family: Ciutadella, sans-serif;
  font-weight: 700;
  transition: transform .2s;
  position: relative;
}

.button-2:hover {
  border-color: var(--rot);
  background-color: #0000;
  transform: translate(0, 2px);
}

.button-2.secondary {
  border: 2px solid var(--rot);
  color: #fff;
  background-color: #0000;
  font-family: Ciutadella, sans-serif;
}

.button-2.secondary:hover {
  border-color: var(--rot);
  background-color: var(--rot);
  color: #fff;
}

.button-2.secondary.footer {
  color: #fff;
  height: auto;
}

.button-2.secondary.footer:hover {
  border-color: #fff;
}

.button-2.footer {
  height: auto;
}

.button-2.footer:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.button-2.footer.home {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-2.footer.home.w--current {
  margin-top: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.button-2.senden {
  margin-top: 0;
  margin-right: 0;
}

.button-2.senden:hover {
  color: var(--rot);
}

.button-2._2 {
  text-transform: uppercase;
}

.button-2._2:hover {
  color: var(--rot);
}

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

.nav-column.right {
  align-items: flex-end;
}

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

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

.mega-nav-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 3.5vw;
  display: flex;
}

.hero_content-left {
  flex: none;
  max-width: 80%;
  margin-left: 5vw;
  margin-right: auto;
  padding-left: 0%;
  position: relative;
}

.link-block-2 {
  padding-left: 20px;
  padding-right: 0;
  text-decoration: none;
}

.cell {
  align-items: stretch;
}

.image {
  width: 300px;
}

.text-block-8 {
  padding-top: 2px;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.text-span {
  color: #d1a83b;
}

.hero_component {
  height: 120vh;
  position: relative;
}

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

.header_content-right {
  z-index: 5;
  flex: none;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown {
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: 0;
  text-decoration: none;
}

.dropdown:hover {
  color: #55d183;
}

.button-container.mobile.footer-copy {
  margin-bottom: 10px;
  display: block;
}

.section-2 {
  color: #000;
  background-color: #ececec;
  margin-bottom: 10rem;
}

.text-span-2 {
  color: #111;
}

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

.about_content-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.about_content-left.pics {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.section_hero-header {
  position: relative;
  inset: 0% 0% 0;
}

.divider {
  background-color: #d1a83b;
  width: 300px;
  height: 3.5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blue-line {
  background-color: #d1a83b;
  width: 45px;
  height: 3px;
  margin-bottom: 20px;
}

.main-wrapper {
  z-index: 2;
  background-color: #fff;
  margin-top: -16%;
  position: relative;
}

.process_flex-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 0;
  display: flex;
}

.div-block-3-copy {
  background-color: #d1a83b;
  width: 50px;
  height: 3.5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

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

.uui-button-icon {
  color: #d1a83b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.hamburger-wrap {
  background-color: var(--rot);
  color: #000;
  cursor: pointer;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 7px;
  transition: all .2s;
  display: flex;
}

.hamburger-wrap:hover {
  opacity: 1;
}

.lottie-animation {
  filter: invert();
  width: 45px;
  height: 45px;
}

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

.icon {
  color: #000;
  padding-left: 45px;
  font-size: 30px;
}

.div-block-15 {
  align-items: flex-start;
  display: flex;
}

.image_about {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: -18% 0% 0%;
}

.image_about.is-mobile {
  display: none;
}

.image_about.hide-on-mobile {
  height: 100%;
  position: relative;
  top: 0%;
}

.heading-1 {
  color: #000;
  border-top: 3.5px #d1a83b;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  display: flex;
}

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

.about_content-right {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-right: 0%;
  display: block;
}

.text-size-medium {
  color: var(--blau);
  margin-bottom: 20px;
  font-family: Ciutadella, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.55;
  text-decoration: none;
}

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

.text-size-medium.list {
  margin-bottom: 0;
}

.section_info {
  display: block;
  position: relative;
}

.mega-nav-wrap {
  z-index: 9;
  background-color: var(--blau);
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100vh;
  padding-bottom: 5%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.footer_link {
  color: #ffffffb8;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Ciutadella, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_link:hover {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.footer_credit-text {
  color: #fff;
  margin-top: 20px;
  font-family: Ciutadella, sans-serif;
  font-size: .875rem;
  text-decoration: none;
}

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

.line-divider.is-white {
  color: #f7f7f7;
  background-color: #f7f7f780;
  margin-top: 20px;
}

.div-block-14 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.h2 {
  color: var(--blau);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ciutadella, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 36px;
}

.h2.white {
  color: #fff;
}

.h2.small {
  margin-bottom: 7px;
  font-size: 1.55rem;
  line-height: 30px;
}

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

.padding-vertical.padding-section-process {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

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

.padding-vertical.padding-section-about._2 {
  padding-bottom: 6rem;
}

.padding-vertical.padding-footer {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.text-size-regular {
  color: #454545;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  display: block;
}

.hero-header_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.text-span-3 {
  background-color: var(--rot);
  color: #fff;
  word-break: break-all;
  padding: 10px 10px 5px;
  font-family: Ciutadella, sans-serif;
  font-size: 52px;
  line-height: 60px;
}

.div-block-18 {
  background-color: #fff;
  align-items: center;
  height: 40px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-14 {
  width: 300px;
}

.div-block-19 {
  align-items: flex-start;
  display: flex;
}

.h3 {
  color: var(--blau);
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Ciutadella, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 26px;
}

.h3.white {
  color: #fff;
  margin-bottom: 10px;
}

.quick-stack-2 {
  margin-top: 85px;
  padding: 0 0 1rem;
}

.kachel {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kachel-foto {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.kachel-farbe {
  z-index: 2;
  background-color: var(--rot);
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.kachel-farbe.blau {
  background-color: var(--blau);
  opacity: .75;
}

.kachel-text {
  z-index: 3;
  color: #fff;
  text-align: center;
  font-family: Ciutadella, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  position: absolute;
}

.container-medium {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container-blau {
  background-color: var(--blau);
  margin-top: 0;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.faq__item-question-plus {
  filter: invert();
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.5rem;
}

.faq__item-question {
  background-color: var(--rot);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  align-items: center;
  padding: .6rem 1rem;
  display: flex;
  box-shadow: 5px 5px 10px #0000000d;
}

.faq__item-answer {
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2.5rem;
  overflow: hidden;
}

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

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

.margin-bottom.margin-small {
  align-items: center;
}

.heading-medium {
  font-family: Ciutadella, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

.h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ciutadella, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 32px;
}

.text-block-9 {
  color: var(--blau);
  padding: 25px;
  font-family: Ciutadella, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.image-15 {
  width: 100%;
}

.form {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-field {
  color: var(--blau);
  background-color: #e7edf8;
  border: 0 #000;
  font-family: Ciutadella, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field::placeholder {
  color: var(--blau);
  font-weight: 300;
}

.text-field.big {
  height: 100px;
}

.div-block-20 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.checkbox-label {
  color: var(--blau);
  font-family: Ciutadella, sans-serif;
}

.checkbox-field {
  margin-bottom: 0;
}

.contact-text {
  color: #00285f;
  margin-bottom: 1px;
  font-family: Ciutadella, sans-serif;
  position: static;
}

.contact-text.white {
  color: #fff;
  margin-bottom: 0;
  padding-top: 2px;
  text-decoration: none;
}

.contact-icon {
  color: #00285f;
  background-color: #e3000b;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.content-wrap-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 25px;
  padding-right: 40px;
  display: flex;
}

.sectiontitle {
  color: #e3000b;
  margin-bottom: 25px;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1vw;
  position: static;
}

.textblack {
  color: #00285f;
  font-family: Ciutadella, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.heading-2 {
  color: #00285f;
  margin-top: 0;
  font-family: Ciutadella, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.bold-text-3 {
  font-family: Ciutadella, sans-serif;
}

.div-block-21 {
  z-index: 100000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.icon-bar {
  background-color: var(--rot);
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.header {
  background-image: linear-gradient(#001733d6, #001733d6), url('../images/p1016537.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.header.druck {
  background-image: linear-gradient(#002a5fbf, #002a5fbf), url('../images/alle2-1.jpg');
  background-size: auto, cover;
}

.div-block-23 {
  height: 15px;
}

.container-blau-copy {
  background-color: var(--blau);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 5%;
  display: flex;
}

.div-block-24 {
  width: 100%;
  max-width: 88rem;
  margin-bottom: 6rem;
  padding-top: 6rem;
}

.grid-4 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  margin-top: 20px;
  display: grid;
}

.slide-nav {
  display: none;
}

.right-arrow {
  background-color: var(--rot);
  width: 50px;
  height: 50px;
  inset: auto 1% 2% auto;
}

.left-arrow {
  background-color: var(--rot);
  width: 50px;
  height: 50px;
  margin-right: 60px;
  inset: auto 1% 2% auto;
}

.slider {
  height: 700px;
}

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

.quick-stack-3 {
  padding: 0;
}

.ansprechpartner {
  background-color: var(--blau);
  width: 100%;
  height: auto;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.div-block-26 {
  height: auto;
  padding: 20px 0 20px 20px;
}

.contact {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper {
  display: block;
}

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

.name {
  color: #fff;
  margin-bottom: 10px;
  font-family: Ciutadella, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.h1 {
  max-width: 400px;
  font-size: 52px;
  line-height: 65px;
}

.h1.unterseiten {
  max-width: none;
  margin-top: 0;
  margin-bottom: -25px;
}

.h1.home {
  color: var(--rot);
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  max-width: 500px;
  font-family: Ciutadella, sans-serif;
  font-size: 40px;
  line-height: 42px;
}

.h1.home-copy {
  color: var(--rot);
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  max-width: none;
  margin-top: 0;
  font-family: Ciutadella, sans-serif;
  line-height: 60px;
}

.thick-line-span {
  background-image: linear-gradient(to bottom, var(--rot), var(--rot) 93%, #fff 93%);
  color: #fff;
  padding-left: 10px;
  font-family: Ciutadella, sans-serif;
  font-weight: 600;
}

.thick-line-span.home {
  background-image: linear-gradient(to bottom, var(--rot), var(--rot) 93%, var(--blau) 93%);
  padding-left: 0;
}

.thick-line-span.blau {
  background-image: linear-gradient(to bottom, var(--rot), var(--rot) 93%, var(--blau) 93%);
}

.subscript, .subscript-2, .subscript-3, .subscript-4, .subscript-5, .subscript-6, .subscript-7 {
  font-size: 20px;
}

.navbar {
  display: none;
}

.mobile-menu-link {
  color: #666;
  margin-bottom: 8px;
  line-height: 28px;
  display: block;
}

.link-wrap-no-dropdown {
  height: 32px;
}

.dropdown-icon {
  color: red;
  margin-left: 12px;
  font-size: 28px;
  line-height: 4px;
  display: inline-block;
  position: relative;
  top: 4px;
  transform: rotate(90deg);
}

.mobile-nav-logo {
  width: 180px;
}

.mobile-menu-logo {
  width: 180px;
  height: 36px;
  margin-bottom: 12px;
  display: block;
}

.mobile-navbar {
  z-index: 5;
  background-color: #fff0;
  display: none;
  position: relative;
}

.mobile-link-dropdown {
  margin-bottom: 12px;
  padding: 12px 24px;
}

.mobile-link-dropdown.sub-menu-flex {
  display: flex;
}

.sub-menu-column {
  margin-right: 24px;
  padding-right: 24px;
}

.nav-wrap {
  z-index: 9;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.sub-menu-line {
  color: red;
  margin-right: 4px;
}

.column {
  flex: 1;
  align-self: stretch;
  padding: 16px 2%;
}

.column.mobile-contact {
  border-top: 1px solid #00000040;
  margin-top: 24px;
  padding-top: 24px;
  padding-left: 0%;
  padding-right: 0%;
}

.section {
  background-color: #fff;
  padding: 4em 4%;
  position: relative;
}

.section.hamburger-menu-section {
  z-index: 1;
  background-color: #fff;
  width: auto;
  padding-top: 6em;
  padding-left: 0%;
  padding-right: 0%;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.mobile-nav-icon {
  width: 28px;
  height: 28px;
}

.container-2 {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.mobile-menu-container {
  align-self: stretch;
  width: 100%;
  min-width: 768px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: absolute;
  top: 6em;
  left: auto;
  right: auto;
  overflow: auto;
}

.mobile-link-wrap {
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

.container-medium-2 {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.h2-2 {
  color: #002a5f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Ciutadella, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 36px;
}

.h2-2.white {
  color: #fff;
}

.text-size-medium-2 {
  color: #002a5f;
  margin-bottom: 20px;
  font-family: Ciutadella, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.55;
  text-decoration: none;
}

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

.text-block-10 {
  color: #002a5f;
  padding: 25px;
  font-family: Ciutadella, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.faq__item-question-2 {
  color: #fff;
  cursor: pointer;
  background-color: #e7000e;
  border-radius: 0;
  align-items: center;
  padding: .6rem 1rem;
  display: flex;
  box-shadow: 5px 5px 10px #0000000d;
}

.image-18 {
  width: 25px;
  height: 25px;
}

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

.div-block-27 {
  height: 200px;
  overflow: hidden;
}

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

.section-3 {
  aspect-ratio: auto;
  background-color: #002a5f;
  height: 300px;
  position: relative;
  overflow: hidden;
}

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

.div-block-28 {
  background-color: #002a5f8f;
  position: absolute;
  inset: 0%;
}

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

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  font-weight: 500;
}

.text-span-11 {
  font-weight: 600;
}

.text-span-12 {
  font-weight: 500;
}

.homebutton {
  background-color: var(--rot);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Ciutadella, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.homebutton:hover {
  background-color: var(--white);
  color: var(--blau);
}

.quick-stack-5 {
  margin-top: 2rem;
  padding: 0;
}

.box-ref {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  padding: 20px;
  display: flex;
}

.box-ref.big {
  height: 100%;
}

.box-ref.red {
  background-color: var(--rot);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.box-ref.blue {
  background-color: var(--blau);
}

.box-ref.bluelight {
  background-color: #e8eff6;
}

.wahl {
  color: var(--white);
  margin-top: 20px;
  font-family: Ciutadella, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.wahl.blue {
  color: var(--blau);
}

.text-block-11 {
  color: var(--rot);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  font-family: Ciutadella, sans-serif;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.div-block-29 {
  background-color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 5px 8px 5px 5px;
  display: flex;
}

.text-span-13 {
  color: #fff;
}

.svg-icon {
  color: var(--rot);
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 2px;
  display: block;
}

.svg-icon:hover {
  cursor: pointer;
}

.text-block-12 {
  color: var(--white);
  font-family: Ciutadella, sans-serif;
}

.div-block-30 {
  background-color: var(--rot);
  color: #fff;
  align-items: center;
  height: 40px;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.icon-3 {
  color: #000;
  padding-left: 45px;
  font-size: 30px;
}

.nav-wrapper-2 {
  z-index: 10;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.mega-nav-inner-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin-top: 120px;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 6vw;
  display: flex;
}

.image-22 {
  width: 300px;
}

.div-block-31 {
  align-items: flex-start;
  display: flex;
}

.nav-inner-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lottie-animation-2 {
  filter: invert();
}

.link-item_wrapper {
  border-bottom: 1px solid var(--blau);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.link-item_wrapper:hover {
  color: #7056f5;
}

.link-item_details-wrapper {
  width: 90%;
}

.link-heading {
  color: var(--rot);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ciutadella, sans-serif;
  font-size: 20px;
}

.link-arrow {
  color: var(--rot);
  flex: none;
  width: 16px;
  height: 16px;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.div-block-33 {
  background-color: #c42d35;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.popup-container {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: none;
  position: fixed;
}

.text-regular {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

.text-regular.black {
  color: #111;
  font-family: Ciutadella, sans-serif;
  font-weight: 400;
}

.popup_head-wrap {
  background-color: #eeeefd;
  background-image: url('../images/alle2-1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 125px;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.div-block-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  display: flex;
}

.div-block-2.pop {
  margin-top: 20px;
}

.popup_background {
  z-index: 1;
  background-color: #00000026;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

.popup_wrap {
  z-index: 10;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: #fff;
  border-radius: 1.25rem;
  flex-flow: column;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.button {
  letter-spacing: 0;
  background-color: #fff0;
  border: 1.5px solid #c42d35;
  border-radius: 25px;
  align-self: auto;
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #c42d35;
  border: 1.5px solid #c42d35;
  transform: scale(.98);
}

.button.on-white {
  color: #fff;
  letter-spacing: 0;
  vertical-align: baseline;
  background-color: #c42d35;
}

.button.on-white:hover {
  color: #fff;
}

.button.secondary {
  color: #002c5c;
  background-color: #002c5c00;
  background-image: none;
  border: 2px solid #c42d35;
  border-radius: 25px;
}

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

.h3-2 {
  color: #002c5c;
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.svg-icon-2 {
  color: #fff;
  width: 1.5rem;
  height: 2rem;
}

.svg-icon-2:hover {
  cursor: pointer;
}

.div-block-34 {
  background-color: #c42d35;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.div-block-35 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  display: flex;
}

.div-block-35.pop {
  margin-top: 20px;
}

.h3-3 {
  color: #002c5c;
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1;
}

.svg-icon-3 {
  color: #fff;
  width: 1.5rem;
  height: 2rem;
}

.svg-icon-3:hover {
  cursor: pointer;
}

.div-block-36 {
  background-color: var(--rot);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -2% -2% auto auto;
}

.div-block-37 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: row;
  display: flex;
}

.div-block-37.pop {
  margin-top: 20px;
}

.h3-4 {
  color: #002c5c;
  text-align: left;
  text-transform: uppercase;
  font-family: Ciutadella, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

.image-23 {
  object-fit: cover;
  height: 100%;
  position: static;
}

@media screen and (min-width: 1440px) {
  .text-allcaps.is-hero {
    margin-top: 50px;
    font-size: 22px;
    line-height: 28px;
  }

  .container-blau {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h1.unterseiten {
    margin-bottom: -25px;
  }

  .h1.home {
    font-size: 52px;
    line-height: 60px;
  }

  .container-2 {
    max-width: 1400px;
  }

  .container-medium-2 {
    padding-left: 0%;
    padding-right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-16 {
    height: 55px;
    margin-right: 7px;
  }

  .image {
    width: 400px;
  }

  .text-block-8 {
    font-size: 24px;
  }

  .hamburger-wrap {
    width: 55px;
    height: 55px;
  }

  .heading-1 {
    color: #b18080;
  }

  .padding-vertical.padding-section-about._2 {
    padding-bottom: 6rem;
  }

  .text-span-3 {
    color: #fff;
  }

  .div-block-18 {
    height: 55px;
    margin-right: 7px;
  }

  .image-14 {
    width: 400px;
  }

  .container-medium-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-30 {
    height: 55px;
    margin-right: 7px;
  }

  .image-22 {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .uui-layout16_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-16 {
    display: none;
  }

  .hero_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .uui-layout16_image-wrapper {
    justify-content: flex-start;
    min-height: auto;
    padding: 4rem 2rem;
  }

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

  .hero_image.is-mobile {
    display: none;
  }

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

  .nav-inner {
    padding-left: 0;
    padding-right: 40px;
  }

  .section-heading-wrapper {
    margin-bottom: 1rem;
  }

  .nav-column.right {
    padding-right: 20px;
  }

  .hero_content-left {
    flex: 0 auto;
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .hero_component {
    height: auto;
  }

  .header_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .main-wrapper {
    padding-top: 0;
  }

  .process_flex-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .heading-1 {
    font-size: 3.5rem;
  }

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

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

  .padding-vertical.padding-section-about {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }

  .hero-header_image-wrapper {
    padding-top: 100%;
  }

  .div-block-18 {
    display: none;
  }

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

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

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-menu-link {
    margin-bottom: 8px;
    line-height: 28px;
    display: block;
  }

  .dropdown-icon {
    font-size: 16px;
    top: 2px;
  }

  .column.mobile-contact {
    padding-top: 36px;
  }

  .section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section.hamburger-menu-section {
    align-self: center;
    overflow: auto;
  }

  .container-2.mobile-menu-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 568px;
    padding-top: 8em;
    display: block;
  }

  .div-block-30 {
    display: none;
  }

  .nav-inner-2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-layout16_component, .grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-allcaps.is-hero {
    max-width: none;
    font-size: 1rem;
  }

  .nav-link {
    border-left-style: none;
    padding-left: 0;
  }

  .uui-layout16_item-list {
    grid-row-gap: 2.5rem;
  }

  .hero_content-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    padding-top: 6rem;
  }

  .uui-layout16_image-wrapper {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

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

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .hero_image.is-mobile {
    display: none;
  }

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

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: #6941c6;
  }

  .nav-column {
    margin-bottom: 30px;
  }

  .nav-column.right {
    align-items: flex-start;
    margin-top: 30px;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .mega-nav-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
  }

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

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

  .h2 {
    font-size: 1.75rem;
  }

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

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

  .padding-vertical.padding-section-about, .padding-vertical.padding-footer {
    padding-top: 6rem;
  }

  .h3 {
    font-size: 1.75rem;
  }

  .faq__item-question-plus {
    margin-right: 1rem;
  }

  .faq__item-answer {
    padding-left: 1.5rem;
  }

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

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

  .heading-medium {
    font-size: 1.5rem;
  }

  .h4 {
    font-size: 1.75rem;
  }

  .content-wrap-left {
    padding-left: 0;
    padding-right: 0;
  }

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

  .column {
    padding: 12px 3%;
  }

  .section {
    padding-left: 2%;
    padding-right: 2%;
  }

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

  .container-2.mobile-menu-container {
    min-width: 478px;
  }

  .h2-2 {
    font-size: 1.75rem;
  }

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

  .mega-nav-inner-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
  }
}

@media screen and (max-width: 479px) {
  .hero_trigger {
    display: none;
  }

  .page-wrapper {
    background-color: var(--blau);
    display: block;
  }

  .cell-3 {
    align-items: center;
  }

  .grid {
    grid-column-gap: 0rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-16 {
    display: none;
  }

  .text-allcaps {
    color: #454545;
    font-size: .9rem;
  }

  .text-allcaps.is-white {
    text-align: center;
  }

  .text-allcaps.is-hero {
    color: #fff;
    margin-top: 25px;
    padding-right: 40px;
    font-size: 1.1rem;
    line-height: 1.75rem;
  }

  .nav-link {
    font-size: 24px;
    line-height: 28px;
  }

  .nav-wrapper {
    z-index: 0;
    background-color: #002a5f00;
    padding-left: 2%;
    position: static;
  }

  .uui-layout16_item-list {
    grid-template-columns: 1fr;
  }

  .hero_content-wrapper {
    grid-row-gap: 2rem;
    background-color: var(--blau);
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    overflow: visible;
  }

  .uui-layout16_image-wrapper {
    height: 250px;
  }

  .footer_menu-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .about_image-wrapper {
    perspective: 50px;
    height: 250px;
    position: static;
    overflow: hidden;
  }

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

  .padding-bottom.padding-xxlarge {
    padding-bottom: 1rem;
  }

  .text-size-huge.is-white {
    text-align: left;
    font-size: 2rem;
    line-height: 1.25;
  }

  .text-size-huge.is-white.mobile {
    text-align: center;
    font-size: 2rem;
  }

  .hero_image.is-mobile {
    object-fit: cover;
    height: 250px;
    display: block;
    position: relative;
    inset: 0%;
  }

  .hero_image.hide-on-mobile {
    display: none;
  }

  .html-embed-2 {
    display: block;
  }

  .html-embed-2.mobile {
    width: 100%;
    display: block;
  }

  .html-embed-2.off {
    display: none;
  }

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

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

  .nav-link-social {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .nav-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    width: 70%;
  }

  .section-heading-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .section-heading-wrapper._2 {
    margin-top: 5rem;
  }

  .button-2 {
    margin-left: 0;
    margin-right: 15px;
  }

  .button-2.secondary.footer, .button-2.footer {
    margin-right: 0;
  }

  .button-2.footer.home.w--current {
    display: none;
  }

  .button-2.senden {
    margin-top: 24px;
  }

  .padding-global {
    background-color: #0000;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .padding-global.footer {
    background-color: #0000;
  }

  .mega-nav-inner {
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .hero_content-left {
    max-width: none;
    height: auto;
    margin-top: 0;
    padding-top: 28vh;
    padding-bottom: 5%;
  }

  .link-block-2 {
    padding-left: 10px;
    padding-right: 0;
  }

  .image {
    width: 180px;
  }

  .hero_component {
    height: auto;
    max-height: none;
    position: static;
    overflow: hidden;
  }

  .link-block-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button-container.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-container.mobile.footer-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 4rem;
    padding-top: 4rem;
  }

  .text-span-2 {
    display: none;
  }

  .footer_link-list {
    align-items: center;
    padding-top: 0;
  }

  .footer_link-list.padding {
    margin-top: -35px;
  }

  .about_content-left {
    margin-bottom: 0;
  }

  .section_hero-header {
    height: auto;
    position: static;
  }

  .divider {
    width: 100px;
  }

  .main-wrapper {
    margin-top: 0%;
    padding-top: 0;
  }

  .process_flex-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
  }

  .menu {
    display: none;
  }

  .hamburger-wrap {
    background-color: #0000;
    width: 30px;
    height: 30px;
  }

  .lottie-animation {
    display: none;
  }

  .footer_bottom-wrapper {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .image_about.is-mobile {
    z-index: -5;
    perspective: none;
    perspective-origin: 50%;
    transform-origin: 50%;
    object-fit: cover;
    object-position: 50% 50%;
    height: 250px;
    margin-top: -250px;
    padding-top: 0;
    display: inline-block;
    position: static;
    inset: 0%;
    transform: perspective(100px);
  }

  .image_about.hide-on-mobile {
    display: none;
  }

  .heading-1 {
    white-space: break-spaces;
    flex-wrap: nowrap;
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .container-large {
    max-width: none;
  }

  .text-size-medium {
    color: var(--blau);
    margin-bottom: 0;
    line-height: 1.65;
  }

  .mega-nav-wrap {
    align-items: flex-start;
    left: auto;
  }

  .line-divider.is-white {
    color: #fff;
    background-color: #f4f4f4;
  }

  .h2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 30px;
  }

  .h2.small {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }

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

  .padding-vertical.padding-section-process {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-vertical.padding-section-about {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-footer {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .text-size-regular {
    color: #454545e6;
    align-self: center;
    font-size: 1rem;
  }

  .cell-2 {
    align-items: center;
    padding-top: 20px;
  }

  .hero-header_image-wrapper {
    padding-top: 0%;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .text-span-3 {
    direction: ltr;
    text-transform: none;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    font-size: 32px;
  }

  .div-block-18 {
    display: none;
  }

  .image-14 {
    width: 250px;
  }

  .h3 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .quick-stack-2 {
    margin-top: 35px;
  }

  .kachel {
    height: 200px;
  }

  .container-medium {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container-blau {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .faq__item-question-plus {
    margin-right: .5rem;
  }

  .faq__item-answer {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .h4 {
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.15;
  }

  .div-block-20 {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .bold-text-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .sectiontitle {
    margin-top: 0;
    margin-bottom: 5vw;
    font-size: 16px;
    line-height: 20px;
  }

  .textblack {
    font-size: 16px;
    line-height: 22px;
  }

  .contact-method-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 25px;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .div-block-21 {
    z-index: 5;
  }

  .header {
    background-image: none;
    background-position: 0 0;
    height: 70px;
  }

  .div-block-23 {
    height: 10px;
  }

  .container-blau-copy {
    margin-top: 2rem;
    padding: 2rem 5%;
  }

  .div-block-24 {
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .grid-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: max-content auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slider {
    height: 200px;
    margin-top: 25px;
  }

  .div-block-26 {
    height: auto;
  }

  .contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .h1 {
    line-height: 45px;
  }

  .h1.unterseiten {
    max-width: 350px;
    margin-bottom: 0;
  }

  .h1.home {
    font-size: 35px;
    line-height: 45px;
  }

  .h1.home-copy {
    font-size: 35px;
    line-height: 42px;
  }

  .thick-line-span {
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    padding-right: 10px;
    font-size: 36px;
    line-height: 30px;
  }

  .thick-line-span.home {
    background-image: linear-gradient(to bottom, var(--rot), var(--rot) 93%, var(--blau) 93%);
  }

  .navbar {
    background-color: var(--blau);
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button {
    padding: 19px 8px 8px;
  }

  .mobile-menu-link {
    border-bottom: 1px solid var(--rot);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Ciutadella, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-decoration: none;
  }

  .mobile-menu-link:hover {
    color: var(--rot);
  }

  .mobile-menu-link.w--current {
    color: var(--rot);
    text-align: center;
  }

  .mobile-nav-logo {
    width: 250px;
  }

  .mobile-navbar {
    background-color: var(--blau);
    display: flex;
  }

  .nav-wrap {
    background-color: var(--blau);
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 2%;
  }

  .column.mobile-contact {
    text-align: left;
  }

  .section {
    padding-top: 2em;
  }

  .section.hamburger-menu-section {
    background-color: var(--blau);
    height: 100vh;
    display: flex;
  }

  .mobile-nav-icon {
    filter: invert();
  }

  .container-2.mobile-menu-container {
    min-width: 320px;
    padding-left: 5%;
    display: flex;
  }

  .container-medium-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h2-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 30px;
  }

  .text-size-medium-2 {
    color: #454545e6;
    margin-bottom: 0;
    line-height: 1.65;
  }

  .box-ref.red, .box-ref.blue, .box-ref.bluelight {
    height: auto;
  }

  .wahl {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-11 {
    font-size: 13px;
  }

  .div-block-30 {
    display: none;
  }

  .mega-nav-inner-2 {
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-22 {
    width: 180px;
  }

  .nav-inner-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .div-block-33 {
    z-index: 2;
  }

  .popup-container {
    pointer-events: auto;
    padding: 25px;
    display: none;
  }

  .text-regular {
    font-size: 16px;
    line-height: 24px;
  }

  .popup_head-wrap {
    height: 125px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .popup_wrap {
    padding: 1rem;
  }

  .button {
    display: flex;
  }

  .div-block-34, .div-block-36 {
    z-index: 2;
  }
}

#w-node-_90c00fef-d47e-243d-8d6f-566e45a081bc-1ff23f07 {
  justify-self: end;
}

#w-node-_4c8a8da7-7bbd-ab46-de86-79fee204d6e7-1ff23f07 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b019-0f99b014 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr .5fr;
}

#w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b01a-0f99b014, #w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b024-0f99b014, #w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b026-0f99b014 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5e3f297-9308-e699-3858-6791c009cbda-c009cbd2 {
  place-self: auto stretch;
}

#w-node-b5e3f297-9308-e699-3858-6791c009cbf0-c009cbd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f45ba2f7-b6d0-6229-93b1-4992e5115e43-93e5f07e {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f45ba2f7-b6d0-6229-93b1-4992e5115e44-93e5f07e {
  grid-column: span 2 / span 2;
}

#w-node-_19399db6-fb06-6091-1a9c-ae0f1f516ab8-93e5f07e {
  grid-row: span 2 / span 2;
}

#w-node-ef4f035d-3e50-70d4-b8fa-8df1ebc52205-65751700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_90c00fef-d47e-243d-8d6f-566e45a081bc-1ff23f07 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90c00fef-d47e-243d-8d6f-566e45a081bc-1ff23f07 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_90c00fef-d47e-243d-8d6f-566e45a081cb-1ff23f07 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4c8a8da7-7bbd-ab46-de86-79fee204d6e7-1ff23f07 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b019-0f99b014 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b01a-0f99b014, #w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b024-0f99b014, #w-node-b98f9882-b1d7-2e4c-8d57-922f0f99b026-0f99b014 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f45ba2f7-b6d0-6229-93b1-4992e5115e43-93e5f07e {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_08a4d5d8-b762-2a24-356e-4fff36c867da-93e5f07e {
    grid-row: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-medium-italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-light-italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-semibold-italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-bold-italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ciutadella';
  src: url('../fonts/ciutadella-regular-italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}