@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #2a2727;
  --crimson\<deleted\|variable-46992150\>: #d90246;
  --conversion-flow-library-light-coral\<deleted\|variable-34d8b0e8\>: #ff5e69;
  --red: #e7124c;
  --color: white;
  --ffffff: var(--black);
  --grey-font: #333;
  --gold: #ffd24a;
  --grey-hell: #c2c0c0;
  --gold-shadow: #f9d35273;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 36px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  color: var(--black);
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
}

.nav-link {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 12px 24px;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  transition: all .2s;
}

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

.nav-link.w--current {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.nav-link.contact-button {
  color: #fff;
  background-color: #000;
  border-radius: 2px;
  margin-left: 24px;
}

.nav-link.contact-button:hover {
  color: #fff;
  background-color: #333;
  text-decoration: none;
}

.nav-link.contact-button.w--current {
  font-weight: 400;
  text-decoration: none;
}

.nav-menu {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  z-index: 8888;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  padding-bottom: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  background-color: #fff;
  border-bottom: 1px solid #505050;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.container.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.image-3 {
  height: 80px;
  padding-top: 10px;
}

.hero-wrapper {
  color: #fff;
  text-align: center;
  background-color: #00000059;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-wrapper.main {
  background-image: url('../images/adobestock_1636968882.jpeg');
  background-position: 50%;
  background-size: cover;
}

.label {
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: .8rem;
}

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

.max-width-20ch {
  align-self: flex-start;
  max-width: 50ch;
  margin-top: 10px;
  margin-bottom: auto;
  margin-left: 40px;
  padding-top: 20px;
  padding-left: 0;
  font-family: Playfair Display, sans-serif;
}

.max-width-20ch.links {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
}

.max-width-20ch.heroimagetext {
  color: var(--black);
  align-self: center;
  margin-top: -44px;
  margin-bottom: 50px;
  margin-left: 0;
  padding-top: 0;
  font-size: 50px;
}

.vorteile-n {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.line {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.rich-text {
  max-width: 60ch;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Playfair Display SC, sans-serif;
}

.rich-text.unterschiedeton {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
}

.vertical-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.vertical-wrapper.style-guide-wrapper {
  align-items: flex-start;
  max-width: 70ch;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-168 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gallery {
  background-color: #0000;
  width: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.gallery.hauptseite {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.gallery.fotobox {
  margin-top: 1000px;
  margin-bottom: 0;
  padding-top: 40px;
}

.page-content {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-wrap-in-grid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-wrap-in-grid.klein-2 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 60px;
}

.subheading {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  max-width: 50ch;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  display: flex;
}

.ratio-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #333;
}

.button.secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

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

.heading-61 {
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
}

.div-block-147 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-41 {
  margin-bottom: 20px;
}

.support-blocks {
  border: 1px solid var(--black);
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.copy-this-block-1 {
  justify-content: space-around;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact {
  background-color: #0000;
  width: 100%;
  margin: 0 auto;
  padding: 80px 10px;
}

.half-section {
  float: left;
  width: 50%;
  height: 750px;
  position: relative;
}

.half-section.from {
  background-color: #fff;
  height: 900px;
  margin-bottom: 0;
}

.hochzeitsclick-links {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.image-36 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-wrapper {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.info-icon {
  color: #5b5b5b;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 19px;
  margin-left: 6px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.container-full {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.calc-label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}

.calc-left {
  width: 100%;
  max-width: 470px;
}

.calc-card {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  width: 100%;
  max-width: 430px;
  min-height: 50px;
  margin-bottom: 22px;
  padding: 22px 22px 83px;
  position: relative;
  top: auto;
  box-shadow: 8px 14px 24px -4px #00000029;
}

.calc-item-row {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.calc-item-row.seo-item {
  display: none;
}

.calc-items-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-bottom: 28px;
  display: grid;
}

.price {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.main-calc {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.calc-box {
  width: 100%;
  max-width: 430px;
  margin-top: 35px;
  position: sticky;
  top: 89px;
}

.total {
  color: #fff;
  background-color: #595959;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: space-between;
  padding: 15px 23px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.calc-row-label {
  text-transform: uppercase;
  padding-top: 2px;
  font-size: 16px;
  line-height: 21px;
  display: inline-block;
}

.calc-row-left {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-block;
}

.scroll-down-lottie-2 {
  width: 24px;
  position: absolute;
  bottom: 16px;
}

.separator-line {
  background-color: #0003;
  border: 1px #000;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.style-guide-component {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.style-guide-component-name {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
}

.style-guide-block-title {
  text-transform: uppercase;
  margin-bottom: 60px;
}

.calculator {
  width: 100%;
  max-width: 467px;
}

.radio-group {
  flex: none;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 14px;
  display: flex;
}

.calc-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  display: grid;
}

.radio-input {
  display: none;
}

.div-block-191 {
  align-self: flex-start;
  min-width: 150px;
  min-height: 150px;
}

.fieldset-top {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-right: 30px;
  display: flex;
  position: relative;
}

.fieldset-number {
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: relative;
  top: 2px;
}

.radio-field {
  margin-bottom: 0;
  padding: 0;
}

.radio-label {
  color: #727272;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 8px 10px;
  transition: all .2s;
}

.radio-label:hover {
  color: #000;
  background-color: #eee;
}

.question {
  font-size: 18px;
  line-height: 24px;
}

.calc-field {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 16px;
  box-shadow: 6px 6px 12px -2px #00000017;
}

.calc-field.field-second {
  box-shadow: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-start {
  flex: 1;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.home-start.hero {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -60px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.home-start.hero.main {
  margin-top: -60px;
  margin-bottom: 54px;
}

.services-cli {
  width: 100%;
}

.container-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-44 {
  background-color: #0000009e;
}

.image-46 {
  margin-top: 150px;
  padding: 20px;
}

.drop {
  overflow: hidden;
}

.div-block-290 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.trigger {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: block;
}

.button-5 {
  background-color: #000;
}

.photography-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  display: grid;
}

.page-hero-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: auto;
  display: flex;
}

.container-11 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph {
  opacity: .75;
  color: var(--black);
  font-size: 16px;
  line-height: 22px;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.pricing-button-wrap-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.tabs-menu-03 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.pricing-card-02 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.heading-4 {
  margin-top: 0;
  font-weight: 600;
}

.heading-4.smaller {
  color: #2a2727;
  text-align: center;
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 33px;
  display: flex;
}

.pricing-div-02 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.section-title-2 {
  color: #333;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

.fb_team1_card {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  display: flex;
  box-shadow: 0 11px 36px #0000008c;
}

.fb_team1_column {
  flex: 0 50%;
  padding: 20px;
}

.fb_team1_pic {
  filter: grayscale();
  text-align: center;
  width: auto;
  height: 200px;
}

.fb_team1_details {
  opacity: .8;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 22px;
}

.fb_team1_content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  height: 200px;
  padding: 30px;
  display: flex;
}

.fb_team1_image {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  flex-basis: 33%;
  max-height: 230px;
  position: relative;
  overflow: hidden;
}

.fb_team1_wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.fb_container {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.fb_team1_columns {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  display: flex;
}

.fb_team1_card_name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.kalkulator-neu {
  margin-top: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.div-block-382 {
  color: #0000;
  background-color: #333;
  background-image: url('../images/weiss-nach-unten.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  align-self: center;
  width: 70px;
  height: 70px;
}

.slide-2 {
  height: 100px;
}

.mask-2 {
  height: 1200px;
}

.slider-2 {
  z-index: auto;
  background-color: #f5f4f4;
  height: 1500px;
  margin-top: auto;
  padding-top: 40px;
}

.slide-6 {
  height: 100px;
}

.logo-2 {
  margin: 25px;
}

.logo-2.row1 {
  width: 200px;
  height: 200px;
  display: inline-block;
}

.link {
  color: #d90246;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.link.white {
  color: #333;
}

.link.white:hover {
  color: #fff;
}

.div-block-388 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-section-inner-01 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.content-card-03 {
  border: 1px solid #dbdbdb;
  padding: 20px;
  transition: all .2s;
}

.content-card-03:hover {
  box-shadow: 1px 1px 20px #00000012;
}

.partner {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.content-grid-03 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1100px;
}

.content-left-inner-03 {
  border: 5px #000;
  border-left: 5px solid #3333;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

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

.uno-project-card {
  transform-origin: 0%;
  cursor: pointer;
  margin-bottom: 50px;
  display: flex;
  overflow: hidden;
  box-shadow: 1px 1px 7px #0000002b;
}

.flyersloder {
  background-color: #000;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.uno-project-card-text {
  flex: 1;
  min-width: 60%;
  max-width: 100%;
  padding: 50px;
  font-family: Lato, sans-serif;
  display: block;
  overflow: visible;
}

.uno-project-card-image {
  filter: saturate(0%);
  background-color: #383838;
  background-image: url('../images/pexels-photo-301930.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  min-width: 50%;
  height: auto;
}

.uno-project-card-image.b.light-tubes {
  background-image: url('../images/shopping.jpeg'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 800px;
}

.uno-project-card-image.b.light-tubes.marq {
  background-image: url('../images/ledtubes.png'), linear-gradient(#0000, #0000);
}

.uno-project-card-image.b.gigbar {
  background-image: url('../images/gigbar-move.png'), linear-gradient(#0000, #0000);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  height: 800px;
}

.uno-project-card-image.b.moving-heads {
  background-image: url('../images/eurolite-led-tmh-h90-9.jpg'), linear-gradient(#0000, #0000);
  height: 800px;
}

.uno-project-card-image.b.laser {
  background-image: url('../images/rgb-laser.jpg'), linear-gradient(#0000, #0000);
  height: 800px;
}

.uno-project-card-image.b.videobooth {
  background-image: url('../images/360-photo-booth-pro-infinity-mirror.jpg'), linear-gradient(#0000, #0000);
  background-position: 40% 40%, 0 0;
  background-size: contain, auto;
}

.uno-project-card-image.b.scanner {
  background-image: url('../images/pocket-scan.jpeg'), linear-gradient(#0000, #0000);
  height: 800px;
}

.uno-project-card-image.b.hazerneu {
  background-image: url('../images/hz-350.jpg'), linear-gradient(#0000, #0000);
  background-size: contain, auto;
  height: 800px;
}

.uno-project-card-image.b.nimbus {
  background-image: url('../images/file2_13_orig.jpeg'), linear-gradient(#0000, #0000);
  height: 800px;
}

.uno-project-card-image.b.fog {
  background-image: url('../images/fogfuryjettpro06jpg.jpg_4.jpg'), linear-gradient(#0000, #0000);
  height: 800px;
}

.uno-project-card-image.b.colds {
  background-image: url('../images/file2_13_orig.jpeg'), linear-gradient(#0000, #0000);
  background-position: 0%, 0 0;
  height: 800px;
}

.uno-project-card-image.b.led-floor {
  background-image: url('../images/rgb-laser.jpg'), linear-gradient(#0000, #0000);
  height: 800px;
}

.project-rich-text {
  color: #fff;
}

.price-feature {
  border-bottom: 2px solid #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 20px;
  display: flex;
}

.checkbox {
  margin-right: 20px;
}

.checkbox.negativ {
  background-color: var(--conversion-flow-library-light-coral\<deleted\|variable-34d8b0e8\>);
}

.checkbox.positiv {
  background-color: #0f3;
}

.pricing-table-card {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 10px #797777;
}

.main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px;
  display: flex;
}

.image-105 {
  text-align: center;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

.special-div {
  flex-direction: column;
  display: flex;
}

.special-div-mid {
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

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

.upgrades-specials {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-block-177, .text-block-180 {
  text-align: center;
}

.price-text-3 {
  color: #2a2727;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.3;
}

.price-text-3.klein {
  font-size: 25px;
}

.tab-link-03-3 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03-3:hover {
  opacity: .8;
}

.tab-link-03-3.w--current {
  color: var(--black);
  background-color: #fff;
  overflow: hidden;
}

.specials-upgrades-2 {
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-117 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.heading-117.specials {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.specialimagdiv-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-182, .text-block-183, .text-block-184 {
  text-align: center;
}

.link-block-13 {
  background-image: url('../images/new_phone.png');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
}

.link-block-14 {
  background-image: url('../images/new_whatsapp.png');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
}

.link-block-15 {
  background-image: url('../images/new_mail.png');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
}

.column, .column-2, .column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section-42 {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-118 {
  color: var(--black);
  text-align: left;
  margin: auto auto auto 25px;
  padding: 5px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #222;
  border-left: 3px solid #2ea07c;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.div-block {
  width: 100%;
  height: 1px;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.faq-paragraph {
  color: #485166;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
}

.faq-grid {
  grid-template-columns: 1fr 3fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
}

.question-title {
  letter-spacing: -.03em;
  margin-right: 10px;
  font-family: Playfair Display SC, sans-serif;
}

.faq-circle {
  background-color: #f3f3f3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
}

.faq-question-bar {
  color: #1a1e27;
  border-bottom: 1px solid #00000012;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.faq-question-wrap {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap-2 {
  margin-bottom: 35px;
}

.tabs-container---brix {
  padding: 20px;
  overflow: visible;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.social-square {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 4px;
  display: flex;
}

.footer-column-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-16 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-grid-02 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.secondary-link-dark {
  color: #1e2833;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.logo-3 {
  margin-bottom: 32px;
}

.footer-4 {
  background-color: #fff;
  margin-top: auto;
  padding: 80px 3%;
}

.footer-4.fotobox {
  margin-top: auto;
}

.footer-4.wuensch {
  margin-top: 0;
}

.footer-4.licht {
  margin-top: 800px;
}

.footer-4.specials {
  margin-top: auto;
}

.text-rights {
  color: #1e283380;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.social-link-full {
  color: #1e2833;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.footer-link-dark {
  color: #1e2833;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-wrapper-2 {
  align-items: center;
  display: flex;
}

.footer-title-2 {
  color: #2a2727;
  margin-bottom: 22px;
  font-size: 17px;
}

.paragraph-2 {
  color: var(--black);
  text-align: left;
  align-self: flex-start;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.list {
  align-self: flex-start;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-left: 40px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: decimal;
}

.list-item-8, .list-item-9, .list-item-10, .list-item-11 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.list-item-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
  overflow: auto;
}

.div-block-411 {
  flex: 1;
  height: 500px;
}

.gummi {
  height: 1700px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.divgrid500 {
  height: 500px;
}

.divgrid500.text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-107, .image-109 {
  width: 100%;
  height: 100%;
}

.heading-paragraph {
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-15 Area-29"
                 "Area Area-15 Area-29"
                 "Area-2 Area-16 Area-30"
                 "Area-3 Area-17 Area-31"
                 "Area-4 Area-18 Area-32"
                 "Area-5 Area-19 Area-33"
                 "Area-6 Area-20 Area-34"
                 "Area-7 Area-21 Area-35"
                 "Area-8 Area-22 Area-36"
                 "Area-9 Area-23 Area-37"
                 "Area-10 Area-24 Area-38"
                 "Area-11 Area-25 Area-39"
                 "Area-12 Area-26 Area-40"
                 "Area-13 Area-27 Area-41"
                 "Area-14 Area-28 Area-42"
                 / 1fr 1fr 1fr;
}

.grid-6.final {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto minmax(122px, 1fr);
  grid-auto-flow: row;
}

.pricelistgridnew {
  display: block;
}

.pricelistgridnew.test, .pricelistgridnew.new {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.section-46 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.faq-headline {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-8"
                 "Area Area Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-8"
                 "Area Area Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-8"
                 "Area-7 Area-7 Area-7 Area-4 Area-4 Area-3 Area-3 Area-3 Area-8"
                 "Area-7 Area-7 Area-7 Area-4 Area-4 Area-3 Area-3 Area-3 Area-9"
                 "Area-6 Area-6 Area-6 Area-6 Area-5 Area-3 Area-3 Area-3 Area-9"
                 "Area-6 Area-6 Area-6 Area-6 Area-5 Area-3 Area-3 Area-3 Area-9"
                 "Area-10 Area-10 Area-12 Area-14 Area-15 Area-15 Area-17 Area-17 Area-18"
                 "Area-10 Area-10 Area-13 Area-13 Area-15 Area-15 Area-17 Area-17 Area-18"
                 "Area-11 Area-11 Area-11 Area-11 Area-15 Area-15 Area-17 Area-17 Area-18"
                 "Area-11 Area-11 Area-11 Area-11 Area-16 Area-16 Area-17 Area-17 Area-18"
                 / .5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-415 {
  background-color: var(--black);
}

.heading-121 {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-416 {
  background-image: url('../images/bodennebel.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-122 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-417 {
  background-image: url('../images/instagram-img-2-3-min.jpg');
  background-position: 50%;
  background-size: cover;
}

.text-block-187 {
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
}

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

.image-110 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: inline-block;
}

.heading-123 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.heading-123.specials {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.heading-123.white {
  color: #fff;
}

.specialimagdiv-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-188 {
  text-align: center;
  padding-top: 0;
}

.text-block-189 {
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px 20px;
}

.text-block-190 {
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
}

.tab-link-03-4 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03-4:hover {
  opacity: .8;
}

.tab-link-03-4.w--current {
  color: #2a2727;
  background-color: #fff;
  overflow: hidden;
}

.grid-56 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
}

.fotobox-service-text {
  background-color: #0000;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px;
}

.fotoboxservice {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-57 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.musicgridneu {
  background-image: url('../images/gorgeous-wedding-couple-having-fun-and-partying-in-2b6fnkn.JPG');
  background-position: 50%;
  background-size: cover;
}

.musicplayergridneu {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fotobox {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-growth-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.vorteile-grid {
  margin-bottom: 60px;
}

.vorteile-grid.mitbewerber {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-59 {
  grid-template-rows: auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  place-content: center;
}

.grid-59.mitbewerb {
  grid-template-rows: auto auto;
}

.grid-61 {
  grid-template-rows: 150px 500px repeat(auto-fit, 500px) 500px;
  grid-template-areas: "Area Area-4"
                       "Area-2 Area-5"
                       "Area-3 Area-6"
                       ". .";
}

.fotobox-grundgrid.requisiten {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-125 {
  text-align: center;
  margin-right: 0;
  padding-left: 40px;
}

.div-block-428 {
  background-image: url('../images/img_9414.jpg');
  background-position: 50%;
  background-size: cover;
  margin: 10px;
}

.div-block-429 {
  background-image: url('../images/mitbewerb-requisiten.jpg');
  background-position: 50%;
  background-size: auto;
  margin: 10px;
}

.div-block-430 {
  background-image: url('../images/requisiten-bei-uns.jpg');
  background-position: 50%;
  background-size: auto;
  margin: 10px;
}

.div-block-431 {
  background-image: url('../images/photo-2023-08-15-16-20-43.jpg');
  background-position: 50%;
  background-size: auto;
  margin: 10px;
}

.grid-62 {
  grid-template-rows: 500px 120px 120px 120px 120px 120px 120px auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.grid-64 {
  grid-template-rows: auto;
}

.grid-65 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
}

.section-48 {
  background-color: var(--conversion-flow-library-light-coral\<deleted\|variable-34d8b0e8\>);
}

.container-20 {
  margin-top: 0;
}

.cf-reviewer-position {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 178%;
}

.cf-reviewer-name {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 178%;
}

.cf-reviewer-info {
  flex-direction: column;
  margin-left: 16px;
  display: flex;
}

.cf-reviewer-image {
  object-fit: contain;
  border-radius: 100px;
  width: 100%;
  max-width: 64px;
  height: 64px;
}

.cf-reviewer-block {
  width: 100%;
  display: flex;
}

.cf-cta-testimonial-text {
  color: #fff;
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.cf-review-stars {
  width: 100%;
  max-width: 132px;
  margin-bottom: 20px;
}

.cf-testimonial-slide-wrapper {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 440px;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 40px #99999912;
}

.cf-cta-32px-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-cta-left-contain {
  width: 45%;
  max-width: 516px;
}

.cf-cta-form-wrapper {
  background-color: #0000;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 20px 80px;
  display: flex;
}

.cf-cta-form-wrapper:focus {
  border: 1px #000;
}

.cf-cta-section {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-49 {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.section-49.red {
  text-align: center;
  background-color: #d90246;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-22 {
  position: relative;
}

.cta-title-3 {
  color: #fff;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 51px;
}

.cta-title-3.subtitle {
  font-size: 29px;
  font-weight: 300;
}

.div-block-433 {
  background-image: url('../images/4076671e-3617-4503-9270-9e4230341596.JPG');
  background-position: 0 0;
  background-size: auto;
  margin: 10px;
}

.div-block-435 {
  background-image: url('../images/mitbewerb-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin: 10px;
}

.div-block-436 {
  padding-left: 40px;
  padding-right: 40px;
}

.grid-67 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
}

.paragraph-38, .paragraph-39, .paragraph-40, .paragraph-41, .paragraph-42, .paragraph-43, .paragraph-44, .paragraph-45, .paragraph-46, .paragraph-47, .paragraph-48, .paragraph-49 {
  font-size: 20px;
}

.grid-68 {
  grid-template-rows: auto;
}

.list-item-13 {
  padding-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.text-block-192 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.list-2 {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 20px;
}

.heading-147, .heading-148 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 25px;
}

.list-3 {
  padding-left: 40px;
  padding-right: 20px;
}

.heading-149 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
}

.heading-150 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-193 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.heading-151 {
  padding-left: 20px;
  padding-right: 20px;
}

.gruende, .vorteile-new {
  padding-top: 80px;
  padding-bottom: 80px;
}

.frage-an-dich {
  margin-bottom: 100px;
  padding-top: 100px;
}

.list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21 {
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.paragraph-50, .paragraph-51, .paragraph-52, .paragraph-53, .paragraph-54, .paragraph-55, .paragraph-56, .paragraph-57 {
  font-size: 20px;
  line-height: 25px;
}

.grid-70 {
  grid-template-rows: 500px;
  grid-template-areas: ".";
}

.div-block-437 {
  background-image: url('../images/0801-08-58-pm.jpeg');
  background-position: 50%;
  background-size: cover;
  margin-top: 100px;
  padding-bottom: 100px;
}

.musik {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-54 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-32px-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-18px-paragraph-2 {
  color: #ffffffe6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-32px-heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 32px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-flex-1---text-contain-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.cf-flex-1---image-3 {
  object-fit: fill;
  border-radius: 16px;
  width: 80%;
  max-width: 435px;
  position: absolute;
  inset: auto -10% 5% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-flex-1---image-4 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
}

.cf-flex-1---image-contain-2 {
  align-items: stretch;
  width: 45%;
  display: flex;
  position: relative;
}

.cf-flex-1---container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.cf-flex-1---wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.lichtanlagen {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-439 {
  transform-origin: 0 0;
  margin-bottom: 15px;
  margin-left: 41px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}

.heading-59 {
  color: #e73137;
  text-align: center;
  margin-top: 5px;
  font-weight: 100;
}

.uno-project-card-cover-3 {
  color: var(--black);
  background-color: #fff;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  font-family: Lato, sans-serif;
  display: flex;
  position: relative;
}

.heading-60 {
  color: var(--black);
  background-color: #0000;
  margin-bottom: 0;
  font-size: 38px;
  line-height: 38px;
}

.heading-153 {
  opacity: .44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 161px;
  font-size: 26px;
  font-weight: 300;
  display: inline;
  position: static;
  bottom: 0;
  left: 0;
}

.div-block-440 {
  opacity: .8;
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-top: 30px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-144 {
  color: #e73137;
  background-color: #e73137;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-block-194 {
  text-align: left;
  padding-top: 80px;
  padding-bottom: 90px;
  font-size: 18px;
}

.referenzen {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-195 {
  margin-bottom: 100px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.dropdown-toggle {
  display: inline-block;
}

.dropdown-link {
  background-color: #fff;
  display: block;
}

.dropdown-link-2, .dropdown-link-3 {
  background-color: #fff;
}

.list-item-22, .list-item-24, .list-item-25 {
  margin-bottom: 20px;
  font-size: 25px;
}

.lightroom {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.lightroom.red-copy {
  text-align: center;
  background-color: #d90246;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-444, .div-block-445, .div-block-446, .div-block-447 {
  align-self: center;
}

.service-icon-4, .service-icon-5 {
  opacity: .6;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-icon-6 {
  opacity: .6;
  width: auto;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-icon-7 {
  opacity: .6;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-73 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  margin-bottom: 100px;
}

.service-title-8 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.white-section-title-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 59px;
}

.container-24 {
  margin-top: auto;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 0;
}

.white-section-title-5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 59px;
}

.referenzen-hochzeit {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.highlights-divider, .logos-partner {
  background-color: #e7124c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-456 {
  width: auto;
}

.grid-75 {
  grid-template-rows: auto auto;
}

.left-arrow-8, .right-arrow-6 {
  height: auto;
}

.slide-nav-12 {
  display: block;
}

.icon-9 {
  height: auto;
  inset: auto auto 0% 0%;
}

.icon-10 {
  height: auto;
  inset: auto 0% 0% auto;
}

.scrool-2-top {
  z-index: 100;
  background-image: url('../images/arrow-up-gold-2.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.scrool-2-top.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.grid-77 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.text-block-196 {
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.text-block-197 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.div-block-460 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-78 {
  grid-template-rows: auto;
}

.div-block-461 {
  background-image: url('../images/collage-locations.png');
  background-position: 50%;
  background-size: contain;
}

.paragraph-60 {
  color: #333;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.heading-155 {
  color: #333;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 55px;
}

.paragraph-61 {
  color: #333;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-462 {
  background-image: url('../images/instagram-img-4-2-min.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-size: cover, auto;
}

.div-block-463 {
  background-image: url('../images/website-grid_0014_adobestock_136249219.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-hochzeit {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-6 {
  color: #95a7ae;
}

.div-block-165 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-165:hover {
  filter: none;
}

.slide_2 {
  width: 25%;
  position: static;
  inset: 0;
}

.div-block-129 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.mask-4 {
  margin-left: 60px;
  margin-right: 60px;
}

.slider-copy-this-2 {
  background-color: #0000;
  height: 200px;
}

.left-arrow-2, .right-arrow-7 {
  color: #000;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.slide_1, .slide_3, .slide_4, .slide_5, .slide_6, .slide_7, .slide_8, .slide_10, .slide_11, .slide_12, .slide_13, .slide_14, .slide_15, .slide_16, .slide_17, .slide_18, .slide_19, .slide_20, .slide_21, .slide_22, .slide_23, .slide_24, .slide_9, .slide_25, .slide_26, .slide_27, .slide_28, .slide_29, .slide_30, .slide_31, .slide_32, .slide_33, .slide_34, .slide_35, .slide_36 {
  width: 25%;
  position: static;
  inset: 0;
}

.dropdown-list {
  display: none;
}

.dropdown-list.w--open {
  text-align: left;
}

.dropdown, .dropdown-2 {
  display: block;
}

.fotobox-only {
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mirror-magic {
  background-image: url('../images/wb-magic-mirror.jpg');
  background-position: 50% 0;
  background-size: contain;
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.fotoboxonly {
  background-image: url('../images/fotobox-normal-portrait-webseite-gross-kopie.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.partyclip-only {
  background-image: url('../images/filmen.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.video-spinner-only {
  background-image: url('../images/360-photo-booth-pro-infinity-mirror.jpg');
  background-position: 50% 0;
  background-size: contain;
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.grid-79 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
}

.diamond1 {
  background-image: url('../images/img_6327.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.diamond2 {
  background-image: url('../images/img_6332.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.diamond3 {
  background-image: url('../images/img_6333.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.diamond4 {
  background-image: url('../images/img_6330.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.grid-81 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  max-width: 100%;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

.national-support {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-26 {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-56, .section-57 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.vorteile-n-copy {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.featuresvergleich {
  display: block;
}

.grid-83 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template: "Span-2x2 Span-2x2 Area-2 Area-3"
                 "Span-2x2 Span-2x2 Area-2 Area-3"
                 ". . Area-2 Area-3"
                 "Area-6 Area-6 Area-4 Area-5"
                 ". . Area-4 Area-5"
                 "Area-7 Area-7 Area-4 Area-5"
                 / 1fr 1fr 1fr 1fr;
  place-items: center;
}

.heading-156 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-58 {
  margin-bottom: 80px;
  padding-top: 80px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
}

.grid-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 24px;
  display: flex;
}

.grid-block.border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 24px;
  padding: 0;
}

.heading-157 {
  color: #fff;
  font-family: Playfair Display SC, sans-serif;
}

.specialfxgrid {
  background-color: #fff;
  background-image: url('../images/file2_13_orig.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: flex;
}

.gridmega {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Playfair Display, sans-serif;
}

.gridmega-2 {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.grid-84 {
  background-image: linear-gradient(#eee, #fff);
  grid-template-rows: auto auto minmax(160px, 1fr) auto;
  grid-template-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.gridspecialdiv {
  flex-direction: column;
  display: flex;
}

.new_specials-upgradegrid {
  flex-wrap: wrap;
  place-content: flex-end center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.upgrades-specials-gridnew {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.specialsgrid, .upgradesgrid {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.upgradeyourday {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.freie-trauung {
  flex-direction: column;
  display: flex;
}

.div-block-469 {
  padding-left: 10px;
  padding-right: 10px;
}

.laser {
  padding-top: 80px;
  padding-bottom: 80px;
}

.co2bodennebel {
  background-color: #000;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.container-27 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.vorteile-n-2 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.grid-86 {
  grid-template-rows: auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  place-content: center;
}

.grid-86.mitbewerb {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.tonanlagen {
  padding-top: 80px;
  padding-bottom: 80px;
}

.unterschiedeton {
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Playfair Display, sans-serif;
}

.paragraph-62 {
  font-size: 20px;
}

.grid-87 {
  background-image: linear-gradient(#eee, #fff);
  grid-template-rows: auto auto minmax(160px, 1fr) auto;
  grid-template-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-119 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.text-block-198 {
  text-align: center;
  margin-bottom: 0;
  padding: 0 60px;
}

.heading-159 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.heading-159.specials {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.grid-88 {
  background-image: linear-gradient(#eee, #fff);
  grid-template-rows: auto auto minmax(160px, 1fr) auto;
  grid-template-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-199 {
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px;
}

.block-title-6.white {
  color: #fff;
}

.heading-160 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.heading-160.specials {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.hazer2 {
  background-color: #000;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  display: block;
}

.cold {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-470 {
  text-align: center;
}

.quote {
  margin-top: 800px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.link-3 {
  text-align: left;
}

.div-block-471, .div-block-472, .div-block-473, .div-block-474 {
  text-align: center;
}

.v2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-89 {
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
}

.silvernew {
  grid-template-rows: 380px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 200px 100px 200px;
  grid-template-columns: 1fr;
  align-content: stretch;
}

.diamondnew {
  grid-template-rows: 380px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 200px 100px 200px;
  grid-template-columns: 1fr;
}

.goldnew {
  grid-template-rows: 380px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 200px 200px 100px;
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
}

.div-block-475, .pricediv {
  height: 80px;
}

.div-block-476 {
  padding: 40px 10px;
}

.div-block-477 {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-478 {
  padding: 40px 10px;
}

.pricepackegesnew, .pricelistnew24 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-59 {
  margin-top: auto;
}

.section-60 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.slider-5 {
  z-index: 10;
  background-color: #ffd24a;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.main2 {
  z-index: 0;
  color: #000;
  position: absolute;
  top: 25vw;
  right: 20px;
}

.photo-container {
  z-index: 100;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 250px;
  height: 300%;
  padding-top: 35vh;
  padding-bottom: 25vh;
  display: flex;
  position: absolute;
  left: 60px;
}

.main1-front {
  z-index: 5;
  position: absolute;
  top: 15vw;
  left: 0;
}

.main1-front.gold-text {
  color: #ffd24a;
}

.section-background {
  z-index: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-background.yellow-background {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.person-image {
  z-index: 2;
  height: 95%;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

.person-image.pointer-none {
  max-width: none;
}

.spacer-10px {
  width: 100%;
  height: 10px;
}

.slide-content {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.semibold {
  font-weight: 600;
}

.flex-fix {
  flex: 1;
}

.flex-fix.show-svp {
  display: none;
}

.number-2 {
  justify-content: flex-start;
  align-items: center;
  width: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main1 {
  z-index: 0;
  position: absolute;
  top: 15vw;
  left: 0;
}

.arrow-2:hover {
  background-color: #000;
  box-shadow: -4px -4px #ff00e633;
}

.arrow-2.right {
  inset: auto 40px 10px auto;
}

.arrow-2.left {
  inset: auto auto 10px 40px;
}

.letter-spacing-lrg {
  letter-spacing: 3px;
}

.main2-front {
  z-index: 10;
  position: absolute;
  top: 25vw;
  right: 20px;
}

.gradient {
  background-color: #000;
  transition: all .5s;
  position: absolute;
  inset: 0%;
}

.gradient:hover {
  opacity: 0;
}

.mask-5 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.position-relative {
  z-index: 5;
  position: relative;
}

.photo {
  color: #fff;
  background-color: #ff9cd4;
  border: 2px solid #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  padding: 12px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 11px 11px #ff00e633;
}

.photo.yellow-background {
  color: #000;
  background-color: #ffd24a;
}

.slider-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.person-image-sml {
  z-index: 0;
  max-width: 95%;
  max-height: 400%;
  transition: all .4s;
  position: absolute;
  inset: 10% 2% 0% auto;
}

.slide-9 {
  width: 100%;
  height: 100%;
  padding-left: 300px;
  padding-right: 40px;
  position: relative;
}

.brand-11:hover {
  background-image: linear-gradient(#0000, #0000), linear-gradient(315deg, #ff9cd4, #ffd24a);
  transform: none;
}

.front-text2 {
  z-index: 10;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.link-22 {
  color: #000;
  text-shadow: none;
  border-bottom: 1px solid #000;
}

.slide-nav-13 {
  z-index: 20;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 80px;
  padding-left: 60px;
  padding-right: 40px;
  transition: all .3s;
  display: flex;
  inset: 0 40vw auto 440px;
}

.front-text1 {
  z-index: 10;
  width: 100%;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.top-bar {
  z-index: 2;
  background-color: #ff00e633;
  width: 60vw;
  height: 80px;
  padding-right: 20vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-container {
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 2px #ff00e633;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 57%;
  height: 100%;
  padding-bottom: 100px;
  padding-left: 360px;
  display: flex;
  position: relative;
}

.number-container {
  justify-content: space-between;
  align-items: flex-end;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.flex-left {
  align-items: flex-start;
}

.marquee-horizontal {
  z-index: 100;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.track-horizontal-alt {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text {
  color: #35aeff;
  text-transform: uppercase;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-479 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / 4.25fr;
  grid-auto-columns: .25fr;
  display: grid;
}

.heading-161 {
  padding: 20px;
  font-family: Playfair Display, sans-serif;
}

.text-block-200 {
  padding: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.grid-90 {
  grid-template-rows: auto auto auto;
}

.grid-91 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-self: center;
  padding: 20px;
}

.pricing-title-01 {
  margin-bottom: 60px;
}

.secondary-button {
  color: #000;
  align-items: center;
  margin-left: 25px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button:hover {
  opacity: .8;
  transform: translate(5px);
}

.secondary-button.in-pricing {
  margin-top: 20px;
  margin-left: 0;
}

.secondary-button.in-pricing:hover {
  transform: none;
}

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

.button-11.pricing {
  background-color: var(--red);
  text-align: center;
  width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 38px;
}

.button-11.pricing.mirror {
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
}

.button-11.pricing.mirror.stern {
  background-color: var(--color);
  color: var(--ffffff);
}

.plan-price-wrap {
  margin-bottom: 25px;
}

.features-wrap {
  margin-bottom: 60px;
}

.checkbox-2 {
  background-color: var(--color);
  background-image: url('../images/check-mark-.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.pricing-card-01 {
  border-style: solid;
  border-width: 5px 1px 1px;
  border-color: var(--grey-font) #dbdbdb #dbdbdb;
  background-color: #fff;
  padding: 40px 40px 25px;
}

.pricing-card-01._1.silver {
  margin-bottom: 30px;
}

.paragraph-63 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-63.center {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-63.black.no-bottom-pad {
  overflow: visible;
}

.pricing-title-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.pricing-div-01 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1100px;
  display: grid;
}

.feature-list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.feature-list-item.center {
  justify-content: center;
}

.heading-3 {
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.pricing-section-01 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.pricing-button-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tabs-menu-03-2 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.recommended-wrap {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-section-02 {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.tab-link-03 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03:hover {
  opacity: .8;
}

.tab-link-03.w--current {
  color: #fff;
  background-color: #3b2ae5;
}

.features-wrap-02 {
  margin-bottom: 40px;
}

.pricing-div-02-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  display: flex;
}

.plan-price-wrap-02 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.paragraph-64 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-64.black.center {
  text-align: center;
}

.pricing-card-02-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 25px;
  display: flex;
}

.pricing-card-02-2.central {
  z-index: 5;
  border-style: solid;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 70px;
  position: relative;
  box-shadow: 1px 1px 20px #0000001f;
}

.pricing-title-02 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.tabs-03 {
  margin-top: 0;
}

.minuscheck {
  background-color: var(--color);
  background-image: url('../images/minus.png');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.magic-mirror-vorteile {
  margin-bottom: 30px;
}

.image-120 {
  height: 50px;
}

.fotobox-vorteile {
  margin-bottom: 30px;
}

.goldnew-2 {
  grid-template-rows: 380px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 100px 200px 200px 100px;
  grid-template-columns: 1fr;
  align-content: stretch;
  justify-items: stretch;
}

.heading-162 {
  color: #2a2727;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.image-121 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

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

.div-block-481 {
  padding: 40px 10px;
}

.div-block-482 {
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.grid-92 {
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  place-content: stretch;
  place-items: stretch stretch;
}

.div-block-483 {
  padding: 40px 10px;
}

.price-feature-2 {
  border-bottom: 2px solid #f5f5f5;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
  padding: 20px;
  display: flex;
}

.diamond {
  margin-bottom: 30px;
}

.gold {
  color: var(--gold);
  margin-bottom: 10px;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
}

.standardpaketenew {
  display: block;
}

.standardpaketenew.standardpakete {
  line-height: 38px;
}

.hero-section-01 {
  background-image: url('../images/wb-magic-mirror.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  margin-left: 221px;
  display: block;
}

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

.inner-hero-content-01 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 130px;
  margin-left: -161px;
  padding: 50px;
  display: flex;
}

.right-arrow {
  height: 15px;
  margin-top: 2px;
  margin-left: 7px;
}

.heading-1 {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.hero-content-01 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
}

.button-wrapper {
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-65 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.text-block-201 {
  margin-top: 46px;
  margin-bottom: 47px;
  margin-left: 0;
}

.div-block-484 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-11 {
  height: auto;
  inset: auto auto 0% 0%;
}

.slide-nav-14 {
  display: block;
}

.grid-93 {
  grid-template-rows: auto auto;
}

.mask-6 {
  height: 1200px;
}

.text-block-202 {
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.icon-12 {
  height: auto;
  inset: auto 0% 0% auto;
}

.grid-94 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.text-block-203 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.div-block-485 {
  margin: 40px;
  padding: 20px;
}

.text-block-204, .text-block-205, .text-block-206 {
  margin: 10px;
  padding: 10px;
}

.text-vergleich {
  margin-bottom: 10px;
  font-family: Playfair Display SC, sans-serif;
  font-weight: 400;
}

.heading-163 {
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
}

.list-4 {
  margin-bottom: 80px;
}

.columns {
  padding: 20px;
}

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

.sticky-viewbox {
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.slide-content-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 3rem;
  display: flex;
}

.card-heading {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.12;
}

.card-half {
  flex-direction: column;
  flex: 1;
  width: 50%;
  height: 301%;
  display: flex;
}

.sticky-card-slider {
  width: 100vw;
  padding-top: 25vh;
}

.cards-wrapper {
  border-radius: 2rem;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: hidden;
}

.cards-scroller {
  border-radius: 2rem;
  height: 600vh;
  position: relative;
}

.card-image-mobile {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-13:hover, .button-13.color-2 {
  background-color: #fff;
}

.button-13.color-3 {
  color: #14193b;
  background-color: #f6fcfe;
}

.button-13.color-1 {
  background-color: #fff;
}

.card-slide {
  width: 100%;
  height: 101%;
  position: relative;
  overflow: hidden;
}

.card-slide.color-1 {
  color: #fff;
}

.paragraph-66 {
  opacity: .61;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.max-width-85 {
  width: 85%;
}

.heading-176 {
  width: 600px;
  padding-left: 0;
}

.paragraph-67 {
  margin-top: 20px;
}

.heading-177, .heading-178, .heading-179 {
  font-family: Playfair Display, sans-serif;
}

.scroll-to-top {
  align-self: flex-start;
}

.text-block-207 {
  align-self: center;
}

.image-123 {
  width: 100vw;
  height: 100vh;
}

.page-header {
  background-color: #d90246;
  background-image: url('../images/gallery-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header-overlay {
  text-align: center;
  background-color: #0006;
  padding-top: 220px;
  padding-bottom: 130px;
  transition: background-color .5s;
}

.page-header-overlay:hover {
  background-color: #0003;
}

.logo-gross {
  width: 150px;
  height: 150px;
  margin-top: 0;
  padding-top: 10px;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title.subtitle {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-208 {
  color: #fff;
  margin-bottom: 20px;
}

.support-blocks-2 {
  text-align: center;
  background-color: #2e2d2e;
  border: 1px solid #2a2727;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.div-block-486 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vorteile-n-4 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.heading-180 {
  color: #fff;
  text-transform: uppercase;
}

.line-3 {
  background-color: #ffffff80;
  flex: 1;
  height: 1px;
}

.pricing-block-title {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #d90246;
  padding: 20px 12px;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.button-25:hover {
  background-color: #d90246;
}

.button-25.reserve-button {
  background-color: #d90246;
  padding-top: 12px;
  font-size: 16px;
  line-height: 17px;
}

.button-25.reserve-button:hover {
  color: #000;
  background-color: #fff;
}

.image-background-section {
  background-color: #f2f2f2;
  background-image: url('../images/image-section-1.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 950px;
}

.image-background-section.pricing-plans {
  background-size: auto 1020px;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 15px #0000001f;
}

.pricing-block:hover {
  z-index: 2;
  position: relative;
}

.pricing-price {
  color: #fff;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 35px;
}

.pricing-block-item-title {
  color: #d90246;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Oswald, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.pricing-block-item-title.description {
  color: #000;
  text-transform: none;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.pricing-block-item-title.description.white {
  color: #a3a2a2;
}

.pricing-block-list-item {
  border-bottom: 1px #0000001a;
  padding: 25px 12px 22px;
}

.pricing-block-list-item.price {
  color: #fff;
  background-color: #000;
}

.pricing-block-list-item.odd {
  background-color: #f7f7f7;
}

.pricing-description {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px;
}

.container-12 {
  position: relative;
}

.referenzen-hochzeit-2 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.grid-95 {
  grid-template-rows: auto;
}

.text-block-209 {
  margin-bottom: 100px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.div-block-487 {
  background-image: url('../images/collage-locations.png');
  background-position: 50%;
  background-size: contain;
}

.heading-181 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-03-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

.heading-182 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.heading-182.specials {
  text-align: center;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.tab-link-03-5 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03-5:hover {
  opacity: .8;
}

.tab-link-03-5.w--current {
  color: #2a2727;
  background-color: #fff;
  overflow: hidden;
}

.grid-96 {
  background-image: linear-gradient(#eee, #fff);
  grid-template-rows: auto auto minmax(160px, 1fr) auto;
  grid-template-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-124 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: inline-block;
}

.div-block-488 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-210 {
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px 20px;
}

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

.div-block-489 {
  text-align: center;
}

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

.button-26.pricing {
  text-align: center;
  background-color: #e7124c;
  width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  font-size: 38px;
}

.button-26.pricing.mirror {
  margin-top: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 14px;
}

.button-26.pricing.mirror.stern {
  color: #2a2727;
  background-color: #fff;
}

.vorteile-n-5 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.minuscheck-2 {
  background-color: #fff;
  background-image: url('../images/minus.png');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.paragraph-68 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-68.black.no-bottom-pad {
  overflow: visible;
}

.paragraph-68.center {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-card-01-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-top: 5px solid #333;
  padding: 40px 40px 25px;
}

.pricing-card-01-2._3 {
  border-top-color: #333;
  border-left-style: none;
}

.pricing-card-01-2._1 {
  border-right-style: none;
}

.pricing-card-01-2._1.silver {
  margin-bottom: 30px;
}

.container-32 {
  margin-top: 0;
}

.checkbox-3 {
  background-color: #fff;
  background-image: url('../images/check-mark-.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.image-125 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

.text-block-211 {
  color: #fff;
  margin-bottom: 20px;
}

.support-blocks-3 {
  text-align: center;
  background-color: #2e2d2e;
  border: 1px solid #2a2727;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.div-block-490 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vorteile-n-6 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.heading-184 {
  color: #fff;
  text-transform: uppercase;
}

.line-4 {
  background-color: #ffffff80;
  flex: 1;
  height: 1px;
}

.heronew {
  background-color: #d90246;
  background-image: url('../images/gallery-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.dropdown-link-4 {
  background-color: #fff;
}

.container-33 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  display: flex;
}

.container-33.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.image-126 {
  height: 80px;
  padding-top: 10px;
}

.dropdown-link-5 {
  background-color: #fff;
}

.button-27:hover {
  background-color: #333;
}

.support-blocks-4 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2a2727;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.vorteile-n-7 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.leistungen-short {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.line-5 {
  background-color: #ffffff80;
  flex: 1;
  height: 1px;
}

.div-block-491 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-3-2 {
  margin: 10px;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

.subheading-2 {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  max-width: 50ch;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  display: flex;
}

.line-6 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.list-item-29 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.heading-188 {
  padding: 10px;
}

.list-item-27 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.paragraph-69 {
  text-align: left;
  align-self: flex-start;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

.list-item-28 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.image-127 {
  object-fit: none;
  width: 100%;
  height: 100%;
}

.list-5 {
  align-self: flex-start;
  margin: 10px;
  padding-left: 20px;
  padding-right: 20px;
  list-style-type: decimal;
}

.list-item-26 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 22px;
}

.grid-98 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
                       "Area-3 Area-4";
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-paragraph-2 {
  margin-top: 50px;
  margin-right: auto;
  padding: 10px;
}

.image-128 {
  width: 100%;
  height: 100%;
}

.line-7 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.line-7.white {
  color: #fff;
  border: 1px solid #fff;
}

.slogan {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 120px;
  position: relative;
}

.slogan.red {
  text-align: center;
  text-align: center;
  background-color: #d90246;
}

.white-section-title-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 59px;
}

.home-container {
  margin: auto;
  display: block;
  position: relative;
}

.home-container.centered {
  padding-left: 140px;
  padding-right: 140px;
}

.vorteile-n-8 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.icon-13 {
  height: auto;
  inset: auto 0% 0% auto;
}

.text-block-222 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.line-8 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.grid-105 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.slide-nav-15 {
  display: block;
}

.text-block-220 {
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.icon-14 {
  height: auto;
  inset: auto auto 0% 0%;
}

.div-block-496 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-106, .grid-103 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.text-block-221, .text-block-219, .text-block-217 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.div-block-495 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-100 {
  grid-template-rows: auto auto;
}

.button-28 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 2px;
  height: 40px;
  margin: 40px;
  padding: 12px 32px;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  transition: all .2s;
  display: inline-block;
}

.button-28:hover {
  background-color: #333;
}

.text-block-218 {
  padding: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
}

.grid-104 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.youtube {
  margin: 0;
  padding: 10px;
}

.line-9 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.vorteile-n-9 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-492 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.support-blocks-5 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2a2727;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.heading-186 {
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
}

.text-block-212 {
  margin-bottom: 20px;
}

.vorteile-n-10 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.line-10 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.vorteile-n-11 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.line-11 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.heading-5 {
  margin-top: 0;
  font-weight: 600;
}

.heading-5.design {
  padding: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
}

.fb_footer1_brand_text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 8px;
  font-weight: 200;
}

.fb_footer1_column_link {
  opacity: .6;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 200;
  line-height: 17px;
  text-decoration: none;
  transition: opacity .2s;
}

.fb_footer1_column_link:hover {
  opacity: 1;
}

.fb_footer1_section {
  color: #fff;
  background-color: #2a2727;
  background-image: linear-gradient(#0006, #0006);
  position: relative;
}

.fb_footer1_base_links_left {
  flex: 1;
  align-items: center;
  height: 50px;
  padding-left: 19px;
  display: flex;
}

.fb_footer1_base_links_copyright {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

.fb_footer1_base_links_link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 40px;
  font-size: 10px;
  font-weight: 100;
  line-height: 10px;
  text-decoration: none;
}

.fb_footer1_social_icon {
  opacity: .5;
  cursor: pointer;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px 5px 15px 15px;
  transition: opacity .2s;
  display: flex;
}

.fb_footer1_social_icon:hover {
  opacity: 1;
}

.fb_footer1_content {
  justify-content: space-between;
  padding: 75px 20px 50px;
  display: flex;
}

.fb_footer1_wrap {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.fb_footer1_base_links_wrap {
  background-color: #0003;
  height: 50px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.fb_footer1_column_title {
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}

.fb_footer1_column {
  flex-direction: column;
  flex: 1;
  padding: 10px;
  display: flex;
}

.fb_footer1_column.social {
  text-align: right;
  text-align: right;
  flex-flow: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
}

.fb_footer1_column.social {
  text-align: right;
  flex-flow: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
}

.fb_footer1_column.brand {
  flex-direction: row;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 15px;
  display: flex;
}

.image-2 {
  margin-right: 9px;
}

.fb_footer1_base_links_right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.fb_footer1_base_links {
  opacity: .6;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 50px;
  display: flex;
}

.hero-section-01-2 {
  background-image: url('../images/man-on-computer.jpg');
  background-position: 45vw;
  background-repeat: no-repeat;
  background-size: auto 110%;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 70vh;
  display: block;
}

.inner-hero-content-01-2 {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  padding: 50px;
  display: flex;
}

.paragraph-70 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.fb_container-grid-bw {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.italic-text {
  text-shadow: none;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
}

.heronew-2 {
  background-color: #fff;
}

.heronew-2.at-location {
  background-color: #fff;
  background-image: none;
}

.page-header-overlay-2 {
  text-align: center;
  background-color: #0006;
  background-image: url('../images/header-new-26-hochzeit.avif');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .5s;
}

.page-header-overlay-2:hover {
  background-color: #0003;
}

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

.container-74 {
  max-width: 100%;
  height: 400px;
}

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

.page-header-title-2 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-2.subtitle {
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.cta-button-new {
  color: var(--black);
  background-color: #ecd100;
  border-radius: 9px;
  align-self: center;
  margin: 10px;
  padding: 20px;
  font-family: Playfair Display SC, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 5px 5px 5px #0003;
}

.paragraph-lesbar {
  color: #333;
  text-align: center;
  margin: 10px 20px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-516 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-189 {
  text-align: left;
  white-space: normal;
  align-self: center;
  margin: auto 20px 20px;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.heading-paragraph-3 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 10px;
}

.container-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 15px;
  grid-template: "Area Area-2" 1fr
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 20px;
  display: grid;
}

.section-61 {
  margin: 60px 10px;
}

.paragraph-lesbar-2 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-lesbar-2.home {
  border-style: none;
  border-color: #000;
  padding: 20px;
}

.div-block-551 {
  text-align: center;
  margin: 0 auto 20px;
  padding-left: 0;
  padding-right: 0;
}

.cta-above {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 50%;
  margin: 20px 10px 10px;
  padding: 0;
  display: block;
}

.list-item-30 {
  text-underline-offset: 20px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  list-style-type: square;
}

.list-item-31, .list-item-32 {
  text-underline-offset: 20px;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  list-style-type: none;
}

.list-item-33 {
  padding: 10px;
  font-size: 20px;
}

.div-block-567 {
  background-color: var(--grey-hell);
  color: var(--grey-hell);
  border-radius: 19px;
  width: 100%;
  min-height: 500px;
  padding: 20px;
}

.div-block-567.black_grey.anders {
  background-color: var(--grey-font);
}

.section-62 {
  background-color: #000;
}

.section-62-copy {
  background-color: #000;
  margin: 0;
  padding: 40px 0;
}

.heading-190 {
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.heading-191 {
  color: var(--ffffff);
  margin-bottom: 40px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-block-223 {
  color: #fff;
}

.heading-192 {
  color: var(--color);
  margin-top: 50px;
  padding: 10px;
  font-size: 20px;
}

.heading-192.klein {
  color: var(--black);
  font-family: Playfair Display, sans-serif;
}

.list {
  color: var(--color);
  list-style-type: disc;
}

.list-copy {
  color: var(--color);
  padding-left: 0;
  text-decoration: none;
  list-style-type: disc;
}

.list-copy.black._2 {
  color: var(--black);
}

.list-item-50 {
  text-underline-offset: 20px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  list-style-type: none;
}

.list-negative {
  color: var(--color);
  padding-left: 0;
  list-style-type: disc;
}

.list-item-30-copy {
  text-underline-offset: 20px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-left: 30px;
  padding: 5px 20px;
  font-size: 18px;
  text-decoration: none;
  list-style-type: square;
}

.section-63 {
  height: 100vh;
}

.grid-107 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 "."
                 / .75fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.col {
  background-color: #fff;
  border-radius: 10px;
  padding: 3em 2em;
}

.col.col-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.col.col-1 {
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.p-img-border {
  border: 2px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.numbers, .carousel {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-75 {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: .25em;
  display: flex;
}

.p-info {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: #000;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cta {
  width: 100%;
}

.hr {
  background-color: #000;
  flex: 5 auto;
  height: 2px;
}

.hr.is--img {
  flex-grow: 0;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-img-wrap {
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.content-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  background-color: #000;
  flex: 12 auto;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-img {
  border-radius: 10px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.nav-1 {
  width: 40%;
}

.page-wrapper {
  width: 100%;
  height: 100vh;
}

.nav-2 {
  width: 20%;
}

.css {
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.img {
  flex-direction: column;
  display: flex;
}

.p-img {
  width: 70%;
  height: 160px;
  position: relative;
  left: 50%;
  transform: rotate(-10deg)translate(-50%);
}

.cta-btn {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 1.5em;
  display: flex;
}

.price-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img-data {
  justify-content: space-between;
  display: flex;
}

.nav-3 {
  width: 40%;
}

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

.abovethefold {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  height: 100vh;
  margin-bottom: auto;
  display: grid;
  overflow: hidden;
}

.section-65 {
  margin-bottom: auto;
}

.grid-108 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: normal;
  grid-template: "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  height: 100vh;
}

.div-block-569 {
  height: 200px;
}

.div-block-570 {
  height: 150px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.youtube-2 {
  width: auto;
  height: auto;
  min-height: auto;
  padding: 20px 0 0;
}

.div-block-571 {
  padding: 10px;
}

.div-block-572 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-573 {
  flex: auto;
  height: auto;
  min-height: 0;
  margin-top: 100px;
}

.flyout-nav-background {
  z-index: 0;
  cursor: pointer;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.flyout-text-arrow-wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.menu-icon_line-bottom {
  background-color: #000;
  width: 1.5rem;
  height: .2rem;
}

.navbar_component {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.flyout-rechtliches-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
}

.flyout-arrow {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.navbar_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_container.container-large {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.flyout-nav-wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon-embed-small.close-button {
  width: 1.5rem;
  height: 1.5rem;
  transition: all .5s;
}

.icon-embed-small.close-button:hover {
  transform: rotate(-9deg);
}

.menu-icon_line-top {
  background-color: #000;
  width: 1.5rem;
  height: .2rem;
  padding-bottom: 0;
  padding-right: 0;
}

.flyout-logo-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.flyout-link-wrapper {
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: .8rem;
  padding-bottom: .8rem;
  padding-right: 1rem;
  transition: all .45s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.flyout-link-wrapper:hover {
  font-weight: 700;
}

.fly-in_close-button {
  position: static;
  top: 1rem;
  right: 1rem;
}

.flyout-nav-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.6rem;
  display: flex;
  position: static;
}

.flyout-nav-link.w--current {
  color: #000;
}

.fly-in_background-overlay {
  z-index: 4;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000040;
  width: 100vw;
  height: 100dvh;
  position: fixed;
  inset: 0%;
}

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

.navbar_link {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  display: flex;
  position: static;
}

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

.navbar_link.flyout-rechtliches-link {
  color: #000;
  border-top-style: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
}

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

.fly-in_component {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.hamburger-warpper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-icon_wrapper {
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon_wrapper.modal {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  cursor: pointer;
  transition: all .45s cubic-bezier(.95, .05, .795, .035);
}

.menu-icon_wrapper.modal:hover {
  transform: rotate(-7deg);
}

.navbar_menu-wrapper {
  z-index: 99999999;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  padding-bottom: 2rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  font-size: 1.5rem;
  display: flex;
  position: relative;
  overflow: scroll;
}

.text-size-large {
  font-size: 2rem;
  line-height: 1.4;
}

.text-size-large.text-color-flyout {
  color: #000;
}

.text-size-large.text-color-flyout.flyout {
  font-size: 7.8rem;
}

.fly-in_content-wrapper {
  z-index: 7777777;
  background-color: #fff;
  width: 100%;
  max-width: 30.6rem;
  height: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.8rem .3rem;
  position: relative;
  overflow: clip;
}

.drawer-user-name {
  color: #000;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.list-6 {
  padding-left: 0;
}

.flowgiri-logo-box {
  opacity: 1;
  background-color: #ffffff1a;
  border-radius: 16.8px;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 33px;
  display: flex;
}

.image-129 {
  max-width: 111%;
  max-height: 25px;
}

.open-drawer-container {
  background-color: #18191c;
  max-width: 100%;
  padding: 60px 40px;
}

.image-8 {
  display: block;
}

.drawer-user {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  display: flex;
  position: absolute;
  inset: auto 0% 3% 7%;
}

.flowgiri-function-footer-last-container {
  background-color: #121212;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 119px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flowgiri-functions-links-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 135px;
  display: flex;
}

.image-4 {
  text-align: left;
  max-width: 24px;
  max-height: 24px;
}

.flowgiri-footer-text {
  color: #fff;
  text-align: center;
  width: 483px;
  height: 72px;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.image-130 {
  text-align: left;
  object-fit: contain;
  width: 10px;
  max-width: 100%;
  height: 10px;
}

.flowgiri-functions-heading-label-2 {
  color: #fff;
  text-align: left;
  width: 700px;
  height: 198px;
  margin-top: 80px;
  margin-left: 135px;
  padding-left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 66px;
}

.flowgiri-function-label {
  color: #ffbc10;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

.flowgiri-function-logo {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: center;
  margin-left: 135px;
  text-decoration: none;
  display: flex;
}

.flowgiri-function-link-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.flowgiri-function-link-text-2.clone-link-color {
  color: #000;
}

.drawer-top {
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin-bottom: 47px;
  display: flex;
}

.drawer-close {
  text-align: center;
  width: auto;
  height: auto;
  padding: 3px;
}

.flowgiri_footer_link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  color: #fff;
  background-color: #ffffff26;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 119px;
  height: 43px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.flowgiri-footer-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.drawer-user-category {
  color: #9d9da1;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}

.flowgiri-functions-footer {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #5a1bff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 313px;
  display: flex;
}

.image-9 {
  width: 152px;
}

.text-block-2 {
  color: #9d9da1;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.flowgiri-function-footer-last-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flowgiri-extension-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.drawer {
  width: 250px;
  padding: 30px 20px;
  position: relative;
}

.button-4 {
  background-color: #2f2f2f;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 20px;
}

.drawer-user-img-box {
  width: 52px;
  height: 48px;
}

.flowgiri-functions-navbar-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 18px;
  display: flex;
}

.drawer-logo {
  text-align: left;
}

.flowgiri_function_link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.flowgiri_function_link.is-bg-orange {
  background-color: #f9b402;
}

.flowgiri_function_link.is-link-bg-blue {
  background-color: #682eff;
}

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

.flowgiri-functions-header {
  background-color: #5a1bff;
  width: 100%;
  max-width: 100%;
  height: 428px;
  margin-left: auto;
  margin-right: auto;
}

.list-item-51 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: left;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.image-10 {
  border-radius: 50%;
}

.drawer-container {
  max-width: 1170px;
}

.flowgiri-extensions-2 {
  justify-content: space-between;
  align-items: center;
  width: 500px;
  height: 30px;
  margin-right: 135px;
  display: flex;
}

.hero-intro {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.studio-footer_component {
  background-color: #fff;
  padding-bottom: 1rem;
}

.studio-footer_image {
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.section-start-header {
  position: relative;
}

.section-start-header.text-color-alternate {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  overflow: clip;
}

.studio-footer_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.studio-footer_credit-text {
  font-size: .875rem;
}

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

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

.start-header_content {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100svh;
  max-height: 60rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.page-wrapper-3 {
  overflow: clip;
}

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

.image-hero-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(135deg, #daff00b3 5%, #fff0 49%);
  position: absolute;
  inset: 0%;
}

.image-hero-overlay-layer.light {
  background-image: linear-gradient(143deg, #ff00aa3d, #fff0 22%);
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.dropdown-toggle-2 {
  display: inline-block;
}

.navbar-wrapper-2 {
  background-color: #fff;
  border-bottom: 1px solid #505050;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-6 {
  background-color: #fff;
}

.image-131 {
  height: 80px;
  padding-top: 10px;
}

.nav-menu-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-76 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-76.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.navbar-2 {
  z-index: 8888;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  padding-bottom: 80px;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-link-7 {
  background-color: #fff;
}

.grid-109 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area-2 Area-2"
                 "Area Area Area Area-2 Area-2"
                 "Area Area Area Area-3 Area-4"
                 "Area Area Area Area-3 Area-4"
                 / 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
}

.image-132, .image-133 {
  width: 120px;
  height: 120px;
  margin-top: -150px;
}

.code-embed {
  height: 100%;
  margin: 10px;
}

.container-77 {
  margin-top: 262px;
  margin-bottom: auto;
  padding-bottom: 41px;
  padding-left: 150px;
  padding-right: 0;
}

.bold-text-13 {
  text-align: left;
  white-space: normal;
  padding-left: 60px;
  font-size: 20px;
}

.section-66 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

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

.div-block-577 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

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

.image-134, .image-135 {
  width: 120px;
  height: 120px;
  margin-top: -150px;
}

.container-78 {
  margin-top: 262px;
  margin-bottom: auto;
  padding-bottom: 41px;
  padding-left: 150px;
  padding-right: 0;
}

.page-header-title-3 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-3.subtitle {
  color: #ffd24a;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.container-79 {
  max-width: 100%;
  height: 400px;
}

.image-136 {
  width: 120px;
  height: 120px;
  margin-top: -150px;
}

.container-80 {
  margin-top: 262px;
  margin-bottom: auto;
  padding-bottom: 41px;
  padding-left: 150px;
  padding-right: 0;
}

.div-block-579 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: block;
}

.grid-110 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area-2 Area-2"
                 "Area Area Area Area-2 Area-2"
                 "Area Area Area Area-3 Area-4"
                 "Area Area Area Area-3 Area-4"
                 / 1fr 1fr 1fr 1fr 1fr;
  height: 300px;
}

.image-137 {
  width: 120px;
  height: 120px;
  margin-top: -150px;
}

.heading-193 {
  text-align: center;
  white-space: normal;
  margin: 0 auto 20px;
  padding: 10px;
  font-size: 26px;
}

.list-item-30-copy-2 {
  text-underline-offset: 20px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-left: 30px;
  padding: 10px 20px;
  font-size: 20px;
  text-decoration: none;
  list-style-type: square;
}

.youtube-3 {
  padding: 20px 0 0;
}

.div-block-580 {
  padding: 20px;
}

.div-block-581 {
  text-align: center;
  margin: 0 0 20px;
  padding-left: 0;
  padding-right: 0;
}

.cta-button-new-2 {
  color: #2a2727;
  background-color: #ecd100;
  border-radius: 9px;
  align-self: center;
  margin: 20px;
  padding: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 5px 5px 5px #0003;
}

.bold-text-14 {
  white-space: normal;
}

.div-block-582 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 ". . . . . . . . . . . ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.page-header-title-4 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-4.subtitle {
  color: #ffd24a;
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.hero_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 0;
  display: grid;
  overflow: hidden;
}

.section-67 {
  background-image: url('../images/header-new-26-hochzeit.avif');
  background-position: 50% 0;
  background-size: cover;
  height: auto;
}

.div-block-584 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-585 {
  width: 120px;
  height: 120px;
}

.container-81 {
  text-align: center;
  margin-top: 151px;
  margin-bottom: 10px;
  padding: 0;
}

.page-header-title-5 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-5.subtitle {
  color: #ffd24a;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-586 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area Area Area Area Area Area Area Area Area Area Area Area"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.video-above {
  flex-flow: column;
  align-self: flex-start;
  width: 50%;
  margin: 20px 10px 10px;
  padding: 0;
  display: flex;
}

.image-138 {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.proof-siegel {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-139, .image-140 {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.div-block-587 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.cta-below {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  margin: 10px;
  padding: 10px;
  display: block;
}

.section-68 {
  display: flex;
}

.div-block-588 {
  align-self: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-589 {
  width: 50%;
}

.image-142 {
  display: inline-block;
}

.code-embed-2 {
  margin: 10px;
}

.image-143 {
  border-radius: 15px;
  margin: 10px;
  padding: 10px;
}

.div-block-590 {
  margin: 10px;
}

.kontakt {
  display: flex;
}

.div-block-592 {
  flex: auto;
  min-height: 0;
}

.herowrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.section-69 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area"
                 "Area-2 Area-3"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.herowrapper_new {
  flex-flow: column;
  height: auto;
  min-height: 0;
  margin-bottom: 220px;
  display: flex;
}

.hero_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-image: url('../images/adobestock_824666564.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-block-594 {
  flex: 1 1 0;
  display: flex;
  overflow: visible;
}

.div-block-595 {
  width: auto;
  min-width: 0;
  height: 420px;
  min-height: 0;
  overflow: hidden;
}

.div-block-596 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 250px;
  max-height: 700px;
  display: flex;
}

.youtube-5 {
  object-fit: contain;
  min-width: 0;
  height: 250px;
  min-height: 0;
  max-height: 300px;
  overflow: hidden;
}

.code-embed-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.video {
  min-height: 150px;
  max-height: 250px;
  margin: 10px;
  padding: 0;
}

.code-embed-4 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: none;
  overflow: hidden;
}

.video-2 {
  max-height: 300px;
  padding: 10px;
}

.weiss {
  background-color: var(--color);
  margin: 0;
  padding: 40px;
}

.div-block-567-copy {
  background-color: var(--color);
  width: 100%;
  padding: 20px;
}

.heading-191-copy.black._2 {
  color: var(--grey-font);
  font-family: Playfair Display, sans-serif;
}

.text-block-224 {
  margin: 10px 10px 40px;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.block-quote-4 {
  margin: 10px;
}

.div-block-567-copy-copy {
  background-color: var(--color);
  width: 100%;
  padding: 20px;
}

.text-block-227 {
  padding: 10px;
  font-size: 18px;
}

.icon-15 {
  height: auto;
  inset: auto 0% 0% auto;
}

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

.text-block-228 {
  padding: 10px;
  font-size: 18px;
}

.div-block-598 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-111 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.block-title-10 {
  color: #2a2727;
  text-align: center;
  white-space: normal;
  flex: 0 auto;
  margin: 0 40px auto;
  padding: 20px;
}

.grid-112 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.block-quote-5 {
  text-align: center;
  font-size: 40px;
}

.block-quote-5.bewertungen {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.text-block-229 {
  padding: 10px;
  font-size: 18px;
}

.div-block-529 {
  text-align: center;
  margin: 10px auto;
  padding: 0;
}

.slide-nav-16 {
  display: block;
}

.line-12 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.div-block-510 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-6 {
  z-index: auto;
  background-color: #f5f4f4;
  height: auto;
  margin-top: auto;
  padding-top: 40px;
}

.grid-113 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.button-29 {
  background-color: #000;
  border-radius: 9px;
  align-self: center;
  margin: 20px;
}

.text-block-230 {
  font-size: 30px;
}

.icon-16 {
  height: auto;
  inset: auto auto 0% 0%;
}

.vorteile-n-12 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.text-block-231 {
  font-size: 30px;
}

.text-block-226 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.container-64 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bewertungen-kurz-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-114 {
  grid-template-rows: auto auto;
}

.text-block-232 {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.text-block-233 {
  padding: 10px;
  font-size: 18px;
}

.grid-115 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.div-block-511 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-190-copy {
  color: var(--gold);
  text-align: center;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.weiis-neu {
  color: var(--color);
}

.div-block-599 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  padding: 10px;
  display: grid;
}

.wiss-h1 {
  color: var(--ffffff);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 20px;
  line-height: 25px;
}

.div-block-600 {
  background-color: var(--color);
  border-radius: 14px;
  margin: 10px 10px 60px;
  padding: 10px;
}

.bold-text-15 {
  white-space: normal;
  font-size: 25px;
}

.text-block-234 {
  margin-bottom: 40px;
  padding: 10px;
  font-size: 18px;
}

.container-50-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2" 1fr
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 20px;
  display: grid;
}

.container-50-copy-grey {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color);
  grid-template: "Area Area-2" 1fr
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 20px;
  display: grid;
}

.bold-text-16.black, .bold-text-17 {
  font-family: Playfair Display, sans-serif;
}

.heading-194 {
  text-align: center;
  margin: 10px;
  padding: 10px;
}

.bold-text-18 {
  font-family: Playfair Display, sans-serif;
}

.heading-195 {
  margin: 10px 10px 20px;
}

.div-block-601 {
  width: 150px;
}

.black {
  font-family: Playfair Display, sans-serif;
}

.heading-191-copy {
  color: var(--color);
  margin-bottom: 40px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-192-copy {
  color: var(--color);
  margin-top: 50px;
  padding: 10px;
  font-size: 20px;
}

.heading-192-copy.klein {
  color: var(--color);
  font-family: Playfair Display, sans-serif;
}

.link-23 {
  color: #d90246;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: none;
}

.link-23:hover {
  color: #000;
}

.link-23.white {
  color: #333;
}

.link-23.white:hover {
  color: #fff;
}

.link-block-16 {
  background-image: url('../images/new_phone_1new_phone.avif');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
}

.block-title-11 {
  color: #2a2727;
  text-align: center;
  white-space: nowrap;
  margin: 0 40px auto;
  padding: 20px;
}

.link-block-17 {
  background-image: url('../images/new_mail_1new_mail.avif');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
}

.vorteile-n-13 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.link-block-18 {
  background-image: url('../images/new_whatsapp_1new_whatsapp.avif');
  background-position: 0 0;
  background-size: auto;
  width: 250px;
  height: 250px;
}

.line-13 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.heading-196 {
  font-family: Playfair Display, sans-serif;
}

.section-71 {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 80px;
}

.heading-197 {
  font-family: Playfair Display, sans-serif;
}

.container-88 {
  max-width: 1280px;
  margin: 0;
  padding: 0;
}

.container-89 {
  max-width: 1280px;
  margin: 10px;
}

.image-144 {
  height: 100px;
}

.dropdown-toggle-3 {
  display: inline-block;
}

.dropdown-link-8 {
  background-color: #fff;
}

.image-145 {
  height: 80px;
  padding-top: 10px;
}

.nav-menu-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-90 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-90.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.brand-12 {
  flex: none;
  height: 100px;
  padding-left: 0;
}

.navbar-3 {
  z-index: 8888;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  padding-bottom: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-9 {
  background-color: #fff;
}

.logo-gross-2 {
  width: 250px;
  height: 250px;
  padding-top: 10px;
}

.italic-text-2 {
  font-size: 20px;
}

.page-header-overlay-3 {
  text-align: center;
  background-color: #0006;
  background-image: url('../images/header-webp.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 130px;
  transition: background-color .5s;
}

.page-header-overlay-3:hover {
  background-color: #0003;
}

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

.container-91 {
  max-width: 1300px;
}

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

.page-header-title-6 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-6.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.button-30 {
  background-color: var(--gold);
  border: 1px solid #000;
  border-radius: 13px;
  align-self: center;
  margin: 20px;
}

.div-block-548 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-lesbar-3 {
  color: #333;
  text-align: left;
  margin: 10px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-lesbar-3.rechtsb-ndig {
  text-align: left;
}

.block-title-12 {
  color: #2a2727;
  text-align: center;
  white-space: normal;
  flex: 0 auto;
  margin: 0 40px auto;
  padding: 20px;
}

.block-title-12.white {
  color: #fff;
}

.line-14 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.container-62 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-549 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heaing-lesbar {
  white-space: normal;
  width: 100%;
  margin: 0;
  padding: 20px;
}

.heading-219 {
  margin: auto 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.ber-uns-2 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.referenzen-hochzeit-3 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.line-15 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.paragraph-lesbar-4 {
  color: #333;
  text-align: left;
  margin: 10px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-604 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-220 {
  margin-bottom: 20px;
  padding: 10px;
}

.heading-paragraph-4 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 10px;
}

.button-31 {
  background-color: #000;
  border-radius: 9px;
  align-self: center;
  margin: 20px;
}

.button-31.mitte {
  margin: auto;
}

.container-92 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2" 1fr
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.section-72 {
  margin: 60px 10px;
}

.paragraph-lesbar-5 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-lesbar-5.home {
  border-style: none;
  border-color: #000;
  padding: 20px;
}

.div-block-605 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block-23 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-23._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.paragraph-lesbar-6 {
  color: #333;
  text-align: left;
  margin: 10px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-lesbar-6.rechtsb-ndig {
  text-align: left;
}

.heading-217 {
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 20px;
}

.div-block-526 {
  margin: 10px;
  padding: 20px;
}

.div-block-606 {
  justify-content: center;
  align-items: center;
  display: block;
}

.heading-221 {
  margin-bottom: 20px;
  padding: 10px;
}

.container-93 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2" 1fr
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.section-73 {
  margin: 60px 10px;
}

.paragraph-lesbar-7 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-lesbar-7.home {
  border-style: none;
  border-color: #000;
  padding: 20px;
}

.div-block-607 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block-609 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-609._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.heading-222 {
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 20px;
}

.div-block-610 {
  margin: 10px;
  padding: 20px;
}

.link-36 {
  color: #d90246;
}

.div-block-611 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-611._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.div-block-547 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-612 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-612._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.heading-223 {
  text-transform: uppercase;
}

.container-47 {
  margin-top: 40px;
}

.div-block-531 {
  margin: 10px;
  padding: 20px;
}

.image-146 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

.line-16 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.support-blocks-6 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #333;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.text-block-235 {
  margin-bottom: 20px;
}

.background-image-section-overlay-2 {
  background-color: #f2f2f27d;
  background-image: linear-gradient(to right, #f2f2f280, #f2f2f200);
  padding-top: 130px;
  padding-bottom: 130px;
}

.div-block-613 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-614 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-614._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.heading-216 {
  color: #d90246;
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 40px;
}

.div-block-545 {
  padding-left: 40px;
}

.referenzen-hochzeit-4 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.support-blocks-7 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2a2727;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.vorteile-n-14 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.line-17 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.heading-3-3 {
  color: #333;
  margin: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.div-block-615 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-32 {
  color: #333;
}

.bold-text-21, .bold-text-7 {
  color: #d90246;
}

.section-45 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-236 {
  padding: 20px;
}

.link-31 {
  color: #333;
}

.referenzen-hochzeit-5 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.white-section-title-6 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 59px;
}

.line-18 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.line-18.white {
  color: #fff;
  border: 1px solid #fff;
}

.container-108 {
  max-width: 1200px;
}

.textlink_bold {
  color: #fff;
  text-decoration: none;
}

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

.text-block-237 {
  padding: 10px;
  font-size: 18px;
}

.icon-17 {
  height: auto;
  inset: auto 0% 0% auto;
}

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

.text-block-238 {
  padding: 10px;
  font-size: 18px;
}

.grid-116 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.div-block-617 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.grid-117, .grid-118 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.block-quote-6 {
  text-align: center;
  font-size: 40px;
}

.block-quote-6.bewertungen {
  font-size: 30px;
  line-height: 40px;
}

.text-block-239 {
  padding: 10px;
  font-size: 18px;
}

.container-112 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-618 {
  text-align: center;
  margin: 10px auto;
  padding: 0;
}

.slide-nav-17 {
  display: block;
}

.line-19 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.div-block-619 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.youtube-6 {
  margin: 0;
  padding: 10px;
}

.slider-7 {
  z-index: auto;
  background-color: #f5f4f4;
  height: 1500px;
  margin-top: auto;
  padding-top: 40px;
}

.grid-119 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.text-block-240 {
  font-size: 30px;
}

.icon-18 {
  height: auto;
  inset: auto auto 0% 0%;
}

.section-74 {
  margin: auto;
}

.vorteile-n-15 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.text-block-241, .text-block-242 {
  font-size: 30px;
}

.container-113 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.bewertungen-kurz-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-120 {
  grid-template-rows: auto auto;
}

.text-block-243 {
  padding: 10px;
  font-size: 18px;
}

.grid-121 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto minmax(400px, 400fr);
  grid-template-columns: 1fr;
}

.div-block-620 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-544 {
  margin-top: auto;
  margin-bottom: 60px;
}

.container-48 {
  margin: 20px auto;
}

.div-block-528 {
  margin: 10px;
  padding: 20px;
}

.support-blocks-8 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #2a2727;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 30px;
  display: flex;
}

.div-block-621 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-621._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.heading-226 {
  margin: 10px;
  padding: 20px;
}

.ablauf-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-227 {
  text-transform: uppercase;
}

.text-block-244 {
  margin-bottom: 20px;
}

.line-20 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.div-block-622 {
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-item-52 {
  padding: 10px;
  font-size: 18px;
}

.block-title-17 {
  color: #2a2727;
  text-align: center;
  white-space: nowrap;
  margin: 0 40px auto;
  padding: 20px;
}

.list-item-53 {
  padding: 10px;
  font-size: 18px;
}

.vorteile-n-16 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-498 {
  width: 100%;
  height: 1px;
}

.faq-grid-home {
  grid-template-columns: 1fr 3fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
}

.list-item-7 {
  padding: 10px;
  font-size: 18px;
}

.line-21 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.bold-text-43 {
  color: #d90246;
}

.list-item-54 {
  padding: 10px;
  font-size: 18px;
}

.question-title-2 {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.faq-question-wrap-3 {
  cursor: pointer;
  padding-left: 40px;
  padding-right: 40px;
}

.bold-text-44 {
  color: #d90246;
}

.faq-paragraph-2 {
  color: #485166;
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  display: block;
}

.block-title-18 {
  color: #2a2727;
  text-align: center;
  white-space: nowrap;
  margin: 0 40px auto;
  padding: 20px;
}

.vorteile-n-17 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.button-cta-grid {
  white-space: nowrap;
  background-color: #000;
  border-radius: 9px;
  width: 100%;
  margin: 10px;
  display: inline-block;
}

.div-block-623 {
  width: 100%;
  height: 1px;
}

.line-22 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.div-block-624 {
  padding: 10px;
}

.question-title-3 {
  letter-spacing: -.03em;
  margin-right: 10px;
}

.div-block-524 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100px;
  max-width: 250px;
  display: grid;
}

.div-block-525 {
  padding-left: 0;
}

.section-bereit {
  margin-bottom: 100px;
}

.line-23 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.div-block-527 {
  margin: 10px;
  padding: 20px;
}

.scrool-2-top-2 {
  z-index: 100;
  background-image: url('../images/arrow-up-gold-2_1arrow-up-gold-2.avif');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.scrool-2-top-2.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.fb_footer1_section-contact {
  color: #fff;
  background-color: #2a2727;
  background-image: linear-gradient(#0006, #0006);
  max-width: 1300px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-147 {
  margin-right: 9px;
}

.fb_footer1_content-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 75px 20px 50px;
  display: grid;
}

.bold-text-48 {
  color: var(--black);
}

.bold-text-49, .bold-text-50 {
  color: var(--grey-font);
  font-family: Playfair Display, sans-serif;
}

.bewertungentext {
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.wei-header-aida {
  color: var(--color);
  margin-bottom: 40px;
  padding: 10px;
  font-family: Playfair Display, sans-serif;
}

.image-148, .image-149, .image-150 {
  border-radius: 15px;
}

.div-block-625 {
  display: flex;
}

.dropdown-toggle-4 {
  display: inline-block;
}

.dropdown-link-10 {
  background-color: #fff;
}

.image-151 {
  height: 80px;
  padding-top: 10px;
}

.nav-menu-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-115 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-115.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.brand-13 {
  flex: none;
  height: 100px;
  padding-left: 0;
}

.navbar-4 {
  z-index: 8888;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  padding-bottom: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-11 {
  background-color: #fff;
}

.container-73 {
  max-width: 1300px;
}

.page-header-overlay-firma {
  text-align: center;
  background-color: #0006;
  background-image: url('../images/gallery-9_1gallery-9.webp');
  background-position: 0 0;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 130px;
  transition: background-color .5s;
}

.page-header-overlay-firma:hover {
  background-color: #0003;
}

.page-header-title-7 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-7.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.section-2 {
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.div-block-95 {
  color: #fff;
  background-color: #fff;
  flex: 1;
  align-self: center;
  min-width: 50%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-50 {
  color: #fff;
  width: 100%;
  padding: 0 20px 0 50px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.heading-10 {
  color: #333;
  text-transform: none;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-22 {
  color: #333;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.section-75 {
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.div-block-626 {
  color: #fff;
  background-color: #fff;
  flex: 1;
  align-self: center;
  min-width: 50%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-627 {
  color: #fff;
  width: 100%;
  padding: 0 20px 0 50px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.heading-228 {
  color: #333;
  text-transform: none;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-71 {
  color: #333;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.scrool-2-top-3 {
  z-index: 100;
  background-image: url('../images/arrow-up-gold-2_1arrow-up-gold-2.avif');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  position: fixed;
  inset: auto 2% 2% auto;
}

.scrool-2-top-3.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.image-152 {
  margin-right: 9px;
}

.fb_footer1_content-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 75px 20px 50px;
  display: grid;
}

.fb_container-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.youtube-7 {
  border-radius: 0;
}

.firma-1-klein, .firma-klein-3 {
  border-radius: 15px;
}

.hero_section-hochzeit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-image: url('../images/header-new-26-hochzeit.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.youtube-firma {
  border-radius: 0;
}

.firma-klein-2 {
  border-radius: 15px;
}

.logos-firmen {
  margin: 60px;
}

.container-61 {
  margin-bottom: 60px;
}

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

.logo-firmen-neu {
  width: 250px;
  min-width: 250px;
  height: 250px;
  min-height: 250px;
}

.firma-klein-4 {
  border-radius: 15px;
}

.firma-5 {
  border-radius: 15px;
  margin: 10px;
  padding: 10px;
}

.blacklist {
  text-underline-offset: 20px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-left: 30px;
  padding: 5px 20px;
  font-size: 18px;
  text-decoration: none;
  list-style-type: square;
}

.xmasherowrapper_new {
  flex-flow: column;
  height: auto;
  min-height: 0;
  margin-bottom: 220px;
  display: flex;
}

.hero_section-xmas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-image: url('../images/drei-freunde-trinken-champagner.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.firma-klein-4-xmas, .firma-klein-2-xmas {
  border-radius: 15px;
}

.herowrapper_fotobox {
  flex-flow: column;
  height: auto;
  min-height: 0;
  margin-bottom: auto;
  display: flex;
}

.hero_section-fotobox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  background-image: url('../images/fotobox-header.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  order: -9999;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  min-height: 0;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.div-block-584-fotobox {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 150px;
  height: 150px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-138-fotobox {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.container-81-fotobox {
  text-align: center;
  margin-top: 151px;
  margin-bottom: 10px;
  padding: 0;
}

.container-89-fotobox {
  max-width: 1280px;
  margin: 10px;
}

.div-block-594-fotobox {
  flex: 1 1 0;
  display: flex;
  overflow: visible;
}

.cta-above-fotobox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  width: 50%;
  margin: 20px 10px 10px;
  padding: 0;
  display: block;
}

.div-block-625-fotobox {
  display: flex;
}

.div-block-551-fotobox {
  text-align: center;
  margin: 0 0 20px;
  padding-left: 0;
  padding-right: 0;
}

.video-above-fotobox {
  flex-flow: column;
  align-self: flex-start;
  width: 50%;
  margin: 20px 10px 10px;
  padding: 0;
  display: flex;
}

.div-block-596-fotobox {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 250px;
  max-height: 700px;
  display: flex;
}

.section-62-fotobox {
  background-color: #000;
  margin: 0;
  padding: 40px 0;
}

.weiss-fotobox {
  background-color: var(--color);
  margin: 0;
  padding: 40px;
}

.bewertungen-kurz-2-fotobox {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-88-fotobox {
  max-width: 1280px;
  margin: 0;
  padding: 0;
}

.section-62-copy-copy {
  background-color: #000;
  margin: 0;
  padding: 40px 0;
}

.bold-text-51 {
  color: var(--black);
}

.section-62-copy-copy-copy {
  background-color: #000;
  margin: 0;
  padding: 40px 0;
}

.section-62-copy-copy-copy.weiss {
  background-color: #fff;
}

.container-50-copy-grey-fotobox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color);
  grid-template: "Area Area-2" 1fr
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  padding: 20px;
  display: grid;
}

.page-header-title-5-fotobox {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-5-fotobox.subtitle {
  color: #ffd24a;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.page-header-title-5-copy {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-5-copy.subtitle {
  color: #ffd24a;
  text-transform: uppercase;
  margin-top: 13px;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.cta-button-new-fotobox {
  color: var(--black);
  background-color: #ecd100;
  border-radius: 9px;
  align-self: center;
  margin: 10px;
  padding: 20px;
  font-family: Playfair Display SC, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 5px 5px 5px #0003;
}

.heading-190-fotobox {
  color: var(--color);
  text-align: center;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.div-block-567-fotobox {
  background-color: var(--color);
  width: 100%;
  padding: 20px;
}

.heading-190-copy-copy {
  color: var(--gold);
  text-align: center;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

.fotobox-klein, .fiotobox-klein-2, .fotobox-1-klein {
  border-radius: 15px;
}

.fotobox-5-klein-neu {
  border-radius: 15px;
  margin: 10px;
  padding: 10px;
}

.code-embed-2-fotobox, .code-embed-firmenfeier, .code-embed-2-xmas {
  margin: 10px;
}

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

.container-116 {
  max-width: 1300px;
}

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

.page-header-title-8 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-8.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.dropdown-toggle-5 {
  display: inline-block;
}

.dropdown-link-12 {
  background-color: #fff;
}

.image-153 {
  height: 80px;
  padding-top: 10px;
}

.nav-menu-5 {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-117 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-117.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.brand-14 {
  flex: none;
  height: 100px;
  padding-left: 0;
}

.navbar-5 {
  z-index: 8888;
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  height: 80px;
  margin-bottom: 60px;
  padding-bottom: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-link-13 {
  background-color: #fff;
}

.image-154 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.div-block-630 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-245 {
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px 20px;
}

.tab-link-03-6 {
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.tab-link-03-6:hover {
  opacity: .8;
}

.tab-link-03-6.w--current {
  color: #2a2727;
  background-color: #fff;
  overflow: hidden;
}

.heading-229 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.heading-229.specials {
  text-align: center;
  font-size: 20px;
}

.big-price-3 {
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.tabs-menu-03-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  overflow: visible;
}

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

.div-block-631 {
  padding-left: 10px;
  padding-right: 10px;
}

.blue-7 {
  color: #2a2727;
  text-align: center;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  font-size: 40px;
  display: block;
}

.gridmega-3 {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 20px;
}

.specialfxgrid-2 {
  background-color: #fff;
  background-image: url('../images/file2_13_orig_1file2_13_orig.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  max-width: 1300px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: flex;
}

.heading-230 {
  color: #fff;
}

.gridmega-4 {
  color: #fff;
  text-align: center;
  align-self: center;
}

.gridmega-4.border {
  font-size: 30px;
}

.grid-123 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
}

.gridmega-5 {
  color: #fff;
  text-align: center;
  align-self: center;
  font-size: 20px;
}

.specialfxgrid-3 {
  background-color: #fff;
  background-image: url('../images/685a69e6b2374b23f24d5374_file2_13_orig.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  max-width: 1300px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px;
  display: flex;
}

.heading-231 {
  color: #fff;
}

.gridmega-6 {
  color: #fff;
  text-align: center;
  align-self: center;
}

.gridmega-6.border {
  font-size: 30px;
}

.grid-124 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 ". . . . ."
                 / 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1440px;
}

.section-76 {
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.div-block-632 {
  color: #fff;
  background-color: #fff;
  flex: 1;
  align-self: center;
  min-width: 50%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.div-block-633 {
  color: #fff;
  width: 100%;
  padding: 0 20px 0 50px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.heading-232 {
  color: #333;
  text-transform: none;
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.paragraph-72 {
  color: #333;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.bilder-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  min-width: 40%;
  max-width: 40%;
  max-height: 100%;
  padding: 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hochzeit-dj-nieder-sterreich {
  align-self: center;
}

.dropdown-toggle-6 {
  display: inline-block;
}

.dropdown-link-14 {
  background-color: #fff;
}

.image-155 {
  height: 80px;
  padding-top: 10px;
}

.container-118 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-118.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-15 {
  background-color: #fff;
}

.container-119 {
  max-width: 1300px;
}

.page-header-title-9 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-9.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.referenzen-hochzeit-6 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.line-24 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.pic-on-the-rechts-trauung-copy {
  padding: 20px;
  display: flex;
}

.pic-on-the-trauung {
  padding: 20px;
  display: block;
}

.blog-one-list-title {
  text-align: left;
  margin: 20px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

.blog-one-list-title:hover {
  text-decoration: underline;
}

.freie-trauung-1 {
  background-color: #f3f3f3;
  background-image: url('../images/freie-trauung-2_1freie-trauung-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: center;
  height: 100%;
  min-height: 270px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.freie-trauung-1:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.freie-trauung-3 {
  background-color: #f3f3f3;
  background-image: url('../images/freie-trauung-1_1freie-trauung-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: center;
  height: 100%;
  min-height: 270px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.freie-trauung-3:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.blog-one-description {
  text-align: left;
  margin-bottom: 20px;
  padding: 10px;
  font-family: Lato, sans-serif;
}

.freie-trauung-4 {
  background-color: #f3f3f3;
  background-image: url('../images/kirche.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  align-self: center;
  height: 100%;
  min-height: 270px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.freie-trauung-4:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.blog-list-text {
  text-align: left;
  border-bottom: 1px #0ddeb8;
  flex: 1;
  align-self: center;
  max-width: 100%;
  margin-left: 40px;
  padding: 20px;
}

.dropdown-toggle-7 {
  display: inline-block;
}

.dropdown-link-16 {
  background-color: #fff;
}

.image-156 {
  height: 80px;
  padding-top: 10px;
}

.container-120 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-120.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-17 {
  background-color: #fff;
}

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

.container-121 {
  max-width: 1300px;
}

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

.page-header-title-10 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-10.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.copythis-1 {
  padding: 20px;
  display: flex;
}

.container-40 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-636 {
  width: 100%;
}

.dropdown-toggle-8 {
  display: inline-block;
}

.dropdown-link-18 {
  background-color: #fff;
}

.image-157 {
  height: 80px;
  padding-top: 10px;
}

.container-122 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-122.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-19 {
  background-color: #fff;
}

.container-100 {
  max-width: 1300px;
}

.page-header-title-11 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-11.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-564 {
  margin: 40px;
}

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

.div-block-637 {
  text-align: left;
  flex-basis: 100%;
  padding: 30px;
}

.div-block-637._2col {
  flex-basis: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.div-block-638, .div-block-530 {
  margin: 10px;
  padding: 20px;
}

.div-block-533 {
  background-image: url('../images/dji-mini_1dji-mini.avif');
  background-position: 50%;
  background-size: contain;
  width: 300px;
  height: 300px;
}

.container-38 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-534 {
  background-image: url('../images/multicam_1multicam.avif');
  background-position: 50%;
  background-size: contain;
  width: 300px;
  height: 300px;
}

.section-51 {
  margin: 60px;
}

.dropdown-toggle-9 {
  display: inline-block;
}

.dropdown-link-20 {
  background-color: #fff;
}

.image-158 {
  height: 80px;
  padding-top: 10px;
}

.container-123 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-123.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-21 {
  background-color: #fff;
}

.container-124 {
  max-width: 1300px;
}

.page-header-title-12 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-12.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.referenzen-hochzeit-7 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.line-25 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.container-55 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.diamond-pic-2 {
  background-color: #f3f3f3;
  background-image: url('../images/diamond-1_1diamond-1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  align-self: center;
  min-width: 500px;
  height: 100%;
  min-height: 270px;
  margin: 20px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.diamond-pic-2:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.paragraph-lesbar-8 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.container-125 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-522 {
  width: 50%;
  padding: 20px 20px 20px 40px;
}

.paragraph-lesbar-9 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-523 {
  width: 50%;
}

.div-block-500 {
  align-self: center;
  min-width: 300px;
}

.paragraph-lesbar-10 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.diamond-in-action {
  padding: 40px 10px;
}

.container-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-lesbar-11 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.div-block-520 {
  background-image: url('../images/diamond-look-2_1diamond-look-2.avif');
  background-position: 50%;
  background-size: cover;
  width: 500px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.youtube-8 {
  margin: 0;
  padding: 10px;
}

.container-53 {
  margin: 100px auto 60px;
}

.heading-202 {
  margin: 20px;
  padding: 10px;
}

.heading-201 {
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-200 {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.dropdown-toggle-10 {
  display: inline-block;
}

.dropdown-link-22 {
  background-color: #fff;
}

.image-159 {
  height: 80px;
  padding-top: 10px;
}

.container-126 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-126.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-23 {
  background-color: #fff;
}

.container-127 {
  max-width: 1300px;
}

.page-header-title-13 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-13.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.referenzen-hochzeit-8 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  display: flex;
}

.line-26 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.gold-paket-foto {
  background-color: #f3f3f3;
  background-image: url('../images/img_331img_0330.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  align-self: center;
  height: 100%;
  min-height: 270px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.gold-paket-foto:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.paragraph-lesbar-12 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.gold-paket-foto-2 {
  background-color: #f3f3f3;
  background-image: url('../images/gold-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  align-self: center;
  height: 100%;
  min-height: 270px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.gold-paket-foto-2:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.paragraph-lesbar-13 {
  color: #333;
  border: 1px #000;
  margin: 20px;
  padding: 20px;
  font-size: 16px;
  font-weight: 300;
}

.dropdown-toggle-11 {
  display: inline-block;
}

.dropdown-link-24 {
  background-color: #fff;
}

.image-160 {
  height: 80px;
  padding-top: 10px;
}

.container-128 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-128.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-25 {
  background-color: #fff;
}

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

.container-129 {
  max-width: 1300px;
}

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

.page-header-title-14 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-14.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.block-title-19 {
  color: #2a2727;
  text-align: center;
  white-space: nowrap;
  margin: 0 40px auto;
  padding: 20px;
}

.heading-3-4 {
  color: var(--black);
  margin-top: 0;
  font-family: Playfair Display, sans-serif;
  font-weight: 600;
}

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

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

.button-32.pricing {
  background-color: var(--gold);
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  margin: 10px;
  padding: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.button-32.pricing.mirror {
  margin-top: 20px;
  font-size: 14px;
}

.button-32.pricing.mirror.stern {
  color: #2a2727;
  background-color: #fff;
}

.image-162 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: block;
}

.line-27 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.container-130 {
  margin-top: 0;
}

.minuscheck-3 {
  background-color: #fff;
  background-image: url('../images/minus_1minus.avif');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.gold-2 {
  margin-bottom: 30px;
}

.vorteile-n-18 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.paragraph-73 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-73.center {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph-73.black {
  opacity: 1;
}

.paragraph-73.black.no-bottom-pad {
  overflow: visible;
}

.checkbox-4 {
  background-color: #fff;
  background-image: url('../images/check-mark-_1check-mark-.avif');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  min-width: 22px;
  max-width: 22px;
  height: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 10px;
  padding: 6px;
  display: flex;
}

.ankunftzeiten-2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.block-title-20 {
  color: #2a2727;
  text-align: center;
  white-space: nowrap;
  margin: 0 40px auto;
  padding: 20px;
}

.line-28 {
  background-color: #00000080;
  flex: 1;
  height: 1px;
}

.block-subheading-3 {
  text-align: center;
  width: 100%;
  max-width: 50ch;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.vorteile-n-19 {
  color: #2a2727;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 10px;
  display: flex;
}

.kontakt-2 {
  background-color: #f3f3f3;
  background-image: url('../images/hochzeit_alex_1hochzeit_alex.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  height: 100%;
  min-height: 270px;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.kontakt-2:hover {
  overflow: hidden;
  transform: scale(1.1);
}

.container-39 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  color: #000;
  padding: 20px;
  text-decoration: none;
}

.section-7 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.heading-3-4-black, .heading-4-blacck {
  color: var(--black);
  margin-top: 0;
  font-weight: 600;
}

.heading-4-blacck.smaller {
  color: #2a2727;
  text-align: center;
  text-align: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  line-height: 33px;
  display: flex;
}

.dropdown-toggle-12 {
  display: inline-block;
}

.dropdown-link-26 {
  background-color: #fff;
}

.image-163 {
  height: 80px;
  padding-top: 10px;
}

.container-131 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-131.navigation-bar {
  z-index: 100;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.dropdown-link-27 {
  background-color: #fff;
}

.container-132 {
  max-width: 1300px;
}

.page-header-overlay-fotobox {
  text-align: center;
  background-color: #0006;
  background-image: url('../images/magic-mirror_1magic-mirror.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 130px;
  transition: background-color .5s;
}

.page-header-overlay-fotobox:hover {
  background-color: #0003;
}

.page-header-title-15 {
  color: #fff;
  text-indent: 0;
  text-transform: uppercase;
  text-shadow: 0 0 4px #0009;
  column-count: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
}

.page-header-title-15.subtitle {
  text-transform: uppercase;
  margin-bottom: auto;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-538, .div-block-537 {
  margin: 20px;
  padding: 10px;
}

.container-133 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 1200px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h2 {
  margin: 20px;
  padding-left: 10px;
}

.div-block-536 {
  margin: 20px;
  padding: 10px;
}

.section-77 {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-641 {
  width: 100%;
  display: flex;
}

.div-block-642, .div-block-643 {
  width: 50%;
}

.bold-text-52 {
  color: var(--black);
}

.link-37 {
  color: var(--black);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--grey-font);
  text-overflow: clip;
}

.link-38 {
  color: var(--black);
}

.heading-189-firmenfeier {
  text-align: left;
  white-space: normal;
  align-self: center;
  margin: auto 20px 20px;
  padding: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 30px;
}

.cta-button-new-fotobox-firma {
  color: var(--black);
  background-color: #ecd100;
  border-radius: 9px;
  align-self: center;
  margin: 10px;
  padding: 20px;
  font-family: Playfair Display SC, sans-serif;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 5px 5px 5px #0003;
}

.heading-190-firma-fotobox {
  color: var(--gold);
  text-align: center;
  margin-bottom: 40px;
  font-family: Playfair Display, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .div-block-567, .div-block-567.grau {
    min-height: 500px;
  }

  .heading-190 {
    margin-bottom: 20px;
  }

  .herowrapper_new {
    margin-bottom: auto;
  }

  .div-block-594 {
    margin-top: 78px;
  }

  .code-embed-4 {
    display: none;
  }

  .text-block-234 {
    font-size: 20px;
  }

  .container-89 {
    max-width: 1280px;
    margin: 10px;
  }

  .xmasherowrapper_new, .herowrapper_fotobox {
    margin-bottom: auto;
  }

  .container-89-fotobox {
    max-width: 1280px;
    margin: 10px;
  }

  .div-block-594-fotobox {
    margin-top: 78px;
  }

  .heading-190-fotobox {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  h2, p {
    font-family: Playfair Display, sans-serif;
  }

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

  .navbar-wrapper {
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    font-family: Playfair Display, sans-serif;
  }

  .container.navigation-bar {
    z-index: 1000;
    max-width: 100%;
    position: sticky;
  }

  .rich-text {
    font-family: Playfair Display, sans-serif;
  }

  .attribute-50 {
    grid-template-areas: "Area Area";
    place-items: center;
  }

  .heading-61 {
    font-family: Playfair Display, sans-serif;
  }

  .kalkulator-neu {
    margin-top: 1000px;
  }

  .div-block-382 {
    background-color: #333;
  }

  .div-block-388 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .block-title-3 {
    font-size: 20px;
  }

  .heading-paragraph {
    margin-right: auto;
  }

  .grid-61 {
    grid-template-rows: 150px 600px repeat(auto-fit, 600px);
  }

  .block-quote-2 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-27, .container-33 {
    font-family: Playfair Display, sans-serif;
  }

  .container-33.navigation-bar {
    z-index: 1000;
    max-width: 100%;
    position: sticky;
  }

  .heading-paragraph-2 {
    margin-right: auto;
  }

  .heading-186 {
    font-family: Playfair Display, sans-serif;
  }

  .page-header-overlay-2 {
    background-image: url('../images/header-new-26-hochzeit.avif');
  }

  .paragraph-lesbar {
    white-space: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .heading-189 {
    text-align: left;
    white-space: normal;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 30px;
  }

  .cta-above {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-62-copy {
    margin-top: 0;
  }

  .list-item-30-copy {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 25px;
    line-height: 35px;
  }

  .abovethefold {
    height: 100vh;
  }

  .grid-108 {
    grid-template-areas: ".";
  }

  .div-block-571 {
    flex-flow: column;
    display: flex;
  }

  .div-block-573 {
    padding-left: 0;
  }

  .bold-text-13 {
    font-size: 20px;
  }

  .heading-193 {
    white-space: normal;
  }

  .div-block-580 {
    flex-flow: column;
    display: flex;
  }

  .hero_grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-areas: "Area Area Area Area Area Area"
                         "Area Area Area Area Area Area"
                         "Area Area Area Area Area Area"
                         "Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3";
    height: 500px;
  }

  .div-block-586 {
    grid-template-areas: "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3";
    margin-top: auto;
  }

  .video-above {
    align-self: flex-start;
  }

  .list-7 {
    padding-bottom: 0;
  }

  .cta-below {
    margin-top: 0;
  }

  .herowrapper_new {
    margin-bottom: 10px;
  }

  .hero_section {
    background-position: 0%;
  }

  .div-block-594 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .weiss {
    margin-top: 0;
  }

  .text-block-234 {
    font-size: 25px;
  }

  .container-88 {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-89 {
    max-width: 1280px;
  }

  .hero_section-hochzeit {
    background-position: 0%;
  }

  .blacklist {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 25px;
    line-height: 35px;
  }

  .xmasherowrapper_new {
    margin-bottom: 10px;
  }

  .hero_section-xmas {
    background-position: 0%;
  }

  .herowrapper_fotobox {
    margin-bottom: 10px;
  }

  .hero_section-fotobox {
    background-position: 0%;
  }

  .container-89-fotobox {
    max-width: 1280px;
  }

  .div-block-594-fotobox {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .cta-above-fotobox {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .video-above-fotobox {
    align-self: flex-start;
  }

  .section-62-fotobox, .weiss-fotobox {
    margin-top: 0;
  }

  .container-88-fotobox {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-62-copy-copy, .section-62-copy-copy-copy {
    margin-top: 0;
  }

  .heading-189-firmenfeier {
    text-align: left;
    white-space: normal;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 30px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    color: #333;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  h2 {
    color: #000;
  }

  a {
    font-family: Playfair Display, sans-serif;
    text-decoration: underline;
  }

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

  .nav-menu {
    width: 100%;
    position: fixed;
  }

  .brand {
    flex: none;
    height: 100px;
    padding-left: 0;
  }

  .navbar-wrapper {
    position: fixed;
    inset: 0% 0% auto;
  }

  .container {
    font-family: Playfair Display, sans-serif;
  }

  .container.navigation-bar {
    max-width: 100%;
  }

  .image-3 {
    width: 80px;
    height: 80px;
  }

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

  .max-width-20ch {
    color: var(--black);
    text-align: left;
    padding-right: 0;
    font-family: Playfair Display, sans-serif;
    font-size: 50px;
    line-height: 60px;
  }

  .max-width-20ch.heroimagetext {
    color: #fff;
    text-align: center;
  }

  .vorteile-n {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .block-title {
    color: var(--black);
    text-align: center;
    white-space: nowrap;
    margin: 0 40px auto;
    padding: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
  }

  .rich-text {
    color: #000;
    font-family: Playfair Display, sans-serif;
  }

  .rich-text._2 {
    margin-left: 20px;
  }

  .about {
    margin-top: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .attribute-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area"
    / 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .text-wrap-in-grid {
    padding-bottom: 20px;
  }

  .subheading {
    color: #000;
    font-family: Playfair Display, sans-serif;
  }

  .button {
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 2px;
    height: 40px;
    padding: 12px 32px;
    font-family: Playfair Display, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
    transition: all .2s;
  }

  .ablauf {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-61, .text-block-41 {
    color: #333;
    font-family: Playfair Display, sans-serif;
  }

  .half-section.bild {
    background-image: none;
    background-position: 50%;
    background-size: cover;
    height: 900px;
    margin-top: auto;
  }

  .link-block-11 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .block-subheading {
    color: #333;
    text-align: center;
    width: 100%;
    max-width: 50ch;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: Playfair Display, sans-serif;
  }

  .block-title-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .paragraph-23, .list-item, .list-item-2, .list-item-3, .rich-text-block, .list-item-4, .list-item-5, .list-item-6, .body {
    font-family: Playfair Display, sans-serif;
  }

  .block-subheading-2 {
    text-align: center;
    width: 100%;
    max-width: 50ch;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-price {
    margin-top: 0;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
  }

  .heading-4.smaller {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .fb_team1_card, .fb_team1_pic {
    height: 200px;
  }

  .fb_team1_details {
    color: #333;
  }

  .bewertungen {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .fb_team1_card_name {
    color: #333;
  }

  .kalkulator-neu {
    margin-top: 1000px;
  }

  .div-block-382 {
    background-color: #333;
  }

  .slider-2 {
    color: #333;
    background-color: #f5f4f4;
  }

  .body-2 {
    color: #d1caca;
    height: 1000px;
  }

  .div-block-388 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flyersloder._90s {
    background-color: #0000;
    margin-bottom: auto;
    padding-top: 0;
  }

  .uno-project-card-image.b {
    filter: none;
    color: #080808;
    background-color: #0000;
    background-image: url('../images/hex-ip-st-.jpg');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .uno-project-card-image.b.ambient {
    background-image: url('../images/hex-par-kopie.jpg'), linear-gradient(#0000, #0000);
    background-position: 40% 40%, 0 0;
    background-size: cover, auto;
    height: 800px;
  }

  .uno-project-card-image.b.blinder {
    background-image: url('../images/chauvet-core-3x3-led-matrix58eadafbc839c5a3be32242eb2_600x600-1.jpg'), linear-gradient(#0000, #0000);
    height: 800px;
  }

  .price-text-3 {
    margin-top: 52px;
  }

  .block-title-3 {
    color: #2a2727;
    text-align: center;
    white-space: nowrap;
    width: 12px;
    margin: 0 40px auto;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
  }

  .block-title-wrapper-3 {
    color: #2a2727;
    flex-wrap: wrap;
    place-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 100px;
    display: flex;
  }

  .blue-5 {
    color: #2a2727;
    text-align: center;
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    margin-top: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    display: block;
  }

  .section-42 {
    margin-bottom: 150px;
  }

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

  .accordion-columns-wrapper---brix {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .accordion-item---brix {
    cursor: pointer;
    background-color: #fff;
    border-radius: 14px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 40px;
    display: flex;
  }

  .accordion-item---brix.accordion-1---brix {
    box-shadow: 0 5px 16px 0 var(--black);
    border: 2px solid #0000;
    margin-bottom: 32px;
    transition: border-color .2s, box-shadow .2s;
  }

  .footer-4.fotobox.agbs {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph-2 {
    color: var(--black);
    text-align: left;
  }

  .list {
    color: var(--black);
  }

  .block-title-wrapper-4 {
    color: #2a2727;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
    display: flex;
  }

  .list-item-11 {
    color: var(--black);
  }

  .divgrid500.bild {
    height: 600px;
  }

  .divgrid500.text.klein {
    padding-left: 10px;
  }

  .blue-6 {
    color: #2a2727;
    text-align: center;
    flex-wrap: nowrap;
    place-content: center;
    align-items: center;
    margin-top: 30px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
    display: block;
  }

  .grid-61 {
    grid-template-rows: 150px 550px repeat(auto-fit, 550px);
  }

  .heading-125 {
    color: var(--black);
  }

  .addonsfb {
    grid-template-rows: auto;
  }

  .addons-fotobox {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cf-testimonial-slide-wrapper.black {
    background-color: var(--black);
    width: 50%;
  }

  .cf-cta-left-contain {
    width: 51%;
    max-width: 550px;
  }

  .block-quote-2 {
    text-align: center;
    font-family: Playfair Display, sans-serif;
    font-size: 32px;
    line-height: 38px;
  }

  .bold-text-4 {
    padding-left: 0;
    padding-right: 20px;
    font-family: Playfair Display, sans-serif;
  }

  .bold-text-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-6, .bold-text-8 {
    text-align: left;
  }

  .bold-text-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-153.accented {
    color: #e73137;
  }

  .agbs {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dropdown-toggle {
    display: inline-block;
  }

  .button-10 {
    background-color: var(--crimson\<deleted\|variable-46992150\>);
  }

  ._360 {
    background-color: #000;
    width: 100%;
    min-width: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: block;
  }

  ._360._360-grad-photo {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._2ndrow {
    width: auto;
    height: auto;
  }

  .white-section-title-5._2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 100;
    line-height: 27px;
  }

  .referenzen-hochzeit {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .icon-9 {
    background-image: url('../images/pfeil-navi-links.png');
    background-position: 50%;
    background-size: contain;
  }

  .icon-10 {
    background-image: url('../images/pfeil-navi-rechts.png');
    background-position: 50%;
    background-size: contain;
  }

  .text-block-196, .text-block-197 {
    color: #333;
  }

  .vorteile-n-copy {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .grid-block.border {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 24px;
    padding: 0;
  }

  .gridmega.border {
    font-size: 30px;
  }

  .blackout {
    background-color: #d90246;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .co2bodennebel._90s {
    background-color: #0000;
    margin-bottom: 84px;
  }

  .container-27 {
    font-family: Playfair Display, sans-serif;
  }

  .vorteile-n-2 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .block-title-4 {
    color: #2a2727;
    text-align: center;
    white-space: nowrap;
    margin: 0 40px auto;
    padding: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
  }

  .addons-ton {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-title-5 {
    color: #2a2727;
    text-align: center;
    white-space: nowrap;
    margin: 0 40px auto;
    padding: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
  }

  .addonslicht {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .block-title-6 {
    color: #2a2727;
    text-align: center;
    white-space: nowrap;
    margin: 0 40px auto;
    padding: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 40px;
  }

  .anlagen1 {
    background-image: linear-gradient(#eee, #fff);
    grid-template-rows: auto auto minmax(160px, 1fr) auto auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .anlagen3, .anlagen4 {
    background-image: linear-gradient(#eee, #fff);
    grid-template-rows: auto auto minmax(160px, 1fr) auto;
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hazer2._90s {
    background-color: #0000;
    margin-bottom: 84px;
  }

  .aufw {
    background-color: #000;
    width: 100%;
    min-width: 100px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    display: block;
  }

  .aufw._90s {
    background-color: #0000;
    margin-bottom: 84px;
  }

  .block-quote-3 {
    text-align: center;
    font-family: Playfair Display SC, sans-serif;
    font-size: 40px;
  }

  .block-quote-3.bewertungen {
    font-size: 30px;
    line-height: 40px;
  }

  .body-3 {
    text-align: center;
    display: block;
  }

  .bottom-bar {
    z-index: 10;
    color: #fff;
    background-color: #ff00e633;
    justify-content: space-around;
    align-items: center;
    width: 60vw;
    height: 80px;
    padding-left: 40px;
    padding-right: 300px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .arrow-2 {
    z-index: 20;
    color: #ff9cd4;
    background-color: #ffd24a;
    width: 60px;
    height: 60px;
    font-size: 25px;
    transition: all .4s;
    box-shadow: 4px 4px #ff00e633;
  }

  .letter-spacing-lrg._100-lineheight {
    line-height: 100%;
  }

  .letter-spacing-lrg.black-text {
    color: #000;
  }

  .position-relative.pointer-none.bold-text {
    font-weight: 700;
  }

  .brand-11 {
    z-index: 20;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    background-image: linear-gradient(315deg, #ff9cd4, #ffd24a);
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: absolute;
    inset: 10px auto auto 60px;
  }

  .marquee-text.alt {
    color: #ff0051;
    text-decoration: underline;
  }

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

  .pricing-card-01._3 {
    border-top-color: var(--grey-font);
    border-left-style: none;
  }

  .pricing-card-01._1 {
    border-right-style: none;
  }

  .paragraph-63.black {
    opacity: 1;
  }

  .blue {
    color: #3b2ae5;
  }

  .paragraph-64.black {
    opacity: 1;
  }

  .big-price-2 {
    margin-top: 0;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
  }

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

  .icon-11 {
    background-image: url('../images/pfeil-navi-links.png');
    background-position: 50%;
    background-size: contain;
  }

  .text-block-202 {
    color: #333;
  }

  .icon-12 {
    background-image: url('../images/pfeil-navi-rechts.png');
    background-position: 50%;
    background-size: contain;
  }

  .text-block-203 {
    color: #333;
  }

  .div-block-485._1 {
    margin-bottom: 40px;
  }

  .container-31 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .ankunftzeiten {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .button-13 {
    color: #000;
    background-color: #fff;
    border-radius: 4rem;
    padding: 12px 24px;
    font-size: 1rem;
    line-height: 1;
  }

  .body-4 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .page-header.at-location {
    background-image: url('../images/website-grid_0012_adobestock_137506782.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .logo-gross {
    width: 150px;
    height: 150px;
    margin-top: 0;
    padding-top: 0;
  }

  .vorteile-n-4 {
    margin-top: 100px;
  }

  .block-title-8 {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin: 0 40px auto;
    padding: 20px;
  }

  .button-25 {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 2px;
    margin-top: 15px;
    padding: 11px 15px;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .5s;
    display: inline-block;
  }

  .background-image-section-overlay {
    background-color: #f2f2f27d;
    background-image: linear-gradient(to right, #f2f2f280, #f2f2f200);
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .referenzen-hochzeit-2 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

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

  .vorteile-n-5 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .paragraph-68.black {
    opacity: 1;
  }

  .pricing-card-01-2._3 {
    border-top-color: #333;
    border-left-style: none;
  }

  .pricing-card-01-2._1 {
    border-right-style: none;
  }

  .vorteile-n-6 {
    margin-top: 100px;
  }

  .block-title-9 {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    margin: 0 40px auto;
    padding: 20px;
  }

  .heronew.at-location {
    background-image: url('../images/adobestock_137506782-kopie.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .container-33 {
    font-family: Playfair Display, sans-serif;
  }

  .container-33.navigation-bar {
    max-width: 100%;
  }

  .image-126 {
    width: 80px;
    height: 80px;
  }

  .button-27 {
    color: #fff;
    text-align: center;
    letter-spacing: .1em;
    text-transform: uppercase;
    background-color: #000;
    border-radius: 2px;
    height: 40px;
    margin-top: 40px;
    padding: 12px 32px;
    font-family: Playfair Display, sans-serif;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1;
    transition: all .2s;
  }

  .vorteile-n-7 {
    margin-top: 100px;
  }

  .subheading-2 {
    color: #000;
    font-family: Playfair Display, sans-serif;
  }

  .paragraph-69 {
    color: #2a2727;
    text-align: left;
  }

  .list-item-28, .list-5 {
    color: #2a2727;
  }

  .bewertungen-kurz {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vorteile-n-8 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .icon-13 {
    background-image: url('../images/pfeil-navi-rechts.png');
    background-position: 50%;
    background-size: contain;
  }

  .text-block-222, .text-block-220 {
    color: #333;
  }

  .icon-14 {
    background-image: url('../images/pfeil-navi-links.png');
    background-position: 50%;
    background-size: contain;
  }

  .text-block-221, .text-block-219, .text-block-217 {
    color: #333;
  }

  .button-28 {
    font-family: Playfair Display, sans-serif;
  }

  .text-block-218 {
    color: #333;
  }

  .vorteile-n-9 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .heading-186, .text-block-212 {
    color: #333;
    font-family: Playfair Display, sans-serif;
  }

  .vorteile-n-10, .vorteile-n-11 {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  .fb_footer1_column.brand {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 15px;
    display: flex;
  }

  .bewertungen-grid-richtig {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .italic-text {
    text-shadow: none;
  }

  .heronew-2.at-location {
    background-color: #fff;
    background-image: none;
  }

  .page-header-overlay-2 {
    background-image: url('../images/header-new-26-hochzeit.avif');
    background-position: 50%;
    background-size: cover;
    height: 500px;
  }

  .container-74 {
    height: 500px;
  }

  .page-header-title-2 {
    white-space: nowrap;
    word-break: keep-all;
  }

  .cta-button-new {
    font-size: 30px;
  }

  .paragraph-lesbar {
    margin: 10px;
    padding: 0;
  }

  .heading-189 {
    color: var(--black);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 42px;
  }

  .container-50 {
    grid-template-areas: "Area Area-2";
  }

  .cta-above {
    flex: 0 auto;
    margin-top: 0;
    overflow: hidden;
  }

  .list-item-31, .list-item-32 {
    font-size: 35px;
    line-height: 40px;
  }

  .div-block-567._2 {
    background-color: var(--color);
  }

  .div-block-567.grau {
    width: 100%;
    height: auto;
    min-height: 650px;
  }

  .section-62-copy {
    margin-top: 0;
  }

  .section-62-copy.weiss {
    margin: 10px;
  }

  .heading-190.black {
    color: var(--black);
    margin: 10px;
    padding: 10px;
  }

  .heading-192 {
    font-size: 30px;
    line-height: 35px;
  }

  .list-item-30-copy {
    color: var(--color);
    font-size: 30px;
    line-height: 40px;
  }

  .list-item-30-copy.black {
    color: var(--black);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 29px;
  }

  .list-item-30-copy.wiss2 {
    color: var(--color);
  }

  .arrow {
    color: #fff;
    background-color: #000;
    border-radius: 10px;
    padding: 1em;
    font-size: 32px;
  }

  .abovethefold {
    height: 100vh;
    margin-bottom: 0;
  }

  .youtube-2 {
    z-index: auto;
    box-sizing: border-box;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .div-block-571 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block-573 {
    flex: 1;
    height: 100%;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
  }

  .blurred-circle {
    filter: blur(3.8rem);
    background-image: linear-gradient(#9b9b9b, #000);
    border-radius: 900rem;
    width: 29.2rem;
    height: 10rem;
    position: absolute;
    inset: auto 0% -20% auto;
  }

  .nav-menu-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-574 {
    max-width: 80%;
  }

  .grid-109 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area Area-2 Area-2"
                   "Area Area Area-2 Area-2"
                   "Area Area Area-3 Area-4"
                   "Area Area Area-3 Area-4"
                   / 1fr 1fr 1fr 1fr;
    height: 300px;
  }

  .image-132 {
    width: 120px;
    height: 120px;
    margin-top: -200px;
  }

  .div-block-575 {
    width: 120px;
    height: 120px;
  }

  .image-133 {
    width: 120px;
    height: 120px;
    margin-top: -200px;
  }

  .container-77 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 350px;
    padding-left: 300px;
    padding-right: 0;
    display: flex;
  }

  .bold-text-13 {
    font-size: 30px;
  }

  .image-134, .image-135 {
    width: 120px;
    height: 120px;
    margin-top: -200px;
  }

  .container-78 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 350px;
    padding-left: 300px;
    padding-right: 0;
    display: flex;
  }

  .page-header-title-3 {
    white-space: nowrap;
    word-break: keep-all;
  }

  .container-79 {
    height: 500px;
  }

  .image-136 {
    width: 120px;
    height: 120px;
    margin-top: -200px;
  }

  .container-80 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 350px;
    padding-left: 300px;
    padding-right: 0;
    display: flex;
  }

  .grid-110 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area Area-2 Area-2"
                   "Area Area Area-2 Area-2"
                   "Area Area Area-3 Area-4"
                   "Area Area Area-3 Area-4"
                   / 1fr 1fr 1fr 1fr;
    height: 300px;
  }

  .image-137 {
    width: 120px;
    height: 120px;
    margin-top: -200px;
  }

  .heading-193 {
    color: #2a2727;
    margin-bottom: 10px;
  }

  .list-item-30-copy-2 {
    color: #2a2727;
  }

  .youtube-3 {
    z-index: auto;
    box-sizing: border-box;
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .div-block-580 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .page-header-title-4 {
    white-space: nowrap;
    word-break: keep-all;
  }

  .hero_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 1;
    grid-template: "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: 500px;
    display: grid;
  }

  .div-block-584 {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
  }

  .container-81 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 161px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .page-header-title-5 {
    white-space: nowrap;
    word-break: keep-all;
    margin-top: 0;
  }

  .page-header-title-5.subtitle {
    margin-top: 0;
  }

  .div-block-586 {
    grid-template-areas: "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3";
  }

  .video-above {
    flex: 0 auto;
  }

  .image-138 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .proof-siegel {
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .list-7 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 0 100px 20px 10px;
    display: flex;
  }

  .list-7.cont {
    padding-bottom: 40px;
    padding-left: 0;
  }

  .cta-below {
    margin-top: 0;
  }

  .image-143 {
    vertical-align: middle;
    display: block;
  }

  .div-block-590 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 60px;
    display: flex;
  }

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

  .container-82, .container-83, .container-84, .container-85 {
    max-width: 1440px;
  }

  .section-70 {
    flex-flow: column;
    height: 100vh;
    min-height: 0;
    display: flex;
  }

  .herowrapper_new {
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero_section {
    object-fit: fill;
    background-image: url('../images/adobestock_824666564.avif');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    order: -9999;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 40vh;
    min-height: 0;
    margin: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-594 {
    flex-flow: row;
    flex: 1 1 0;
    order: 9999;
    min-height: 0;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
  }

  .youtube-4 {
    flex: 1 1 0;
    overflow: hidden;
  }

  .div-block-595 {
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .div-block-596 {
    width: 100%;
    min-height: 600px;
    max-height: 800px;
  }

  .code-embed-4 {
    align-self: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin: 10px;
    padding: 0;
  }

  .div-block-597 {
    flex-flow: row;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .weiss {
    margin-top: 0;
  }

  .div-block-567-copy._2 {
    background-color: var(--color);
  }

  .heading-191-copy.black._2, .heading-191-copy.black-2 {
    color: var(--black);
  }

  .text-block-224 {
    font-size: 30px;
    line-height: 34px;
  }

  .block-quote-4 {
    font-size: 30px;
    line-height: 32px;
  }

  .div-block-567-copy-copy._2 {
    background-color: var(--color);
  }

  .heading-190-copy {
    font-size: 45px;
    line-height: 50px;
  }

  .text-block-227, .text-block-228, .text-block-229, .text-block-233 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-190-copy.black {
    color: var(--black);
    margin: 10px;
    padding: 10px;
  }

  .text-block-234 {
    font-size: 30px;
    line-height: 32px;
  }

  .heading-192-copy.klein {
    font-size: 30px;
    line-height: 35px;
  }

  .kontaktlanding {
    margin: 10px;
  }

  .container-87 {
    max-width: 1280px;
  }

  .container-88 {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-89 {
    align-self: center;
    max-width: 1600px;
    margin-top: 20px;
  }

  .image-144 {
    display: block;
  }

  .hero_section-hochzeit {
    object-fit: fill;
    background-image: url('../images/header-new-26-hochzeit.avif');
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    flex: 0 auto;
    order: -9999;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 40vh;
    min-height: 0;
    margin: 0;
    display: flex;
    overflow: visible;
  }

  .firma-5 {
    vertical-align: middle;
    display: block;
  }

  .blacklist {
    color: var(--black);
    font-size: 30px;
    line-height: 40px;
  }

  .blacklist.black {
    color: var(--black);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 29px;
  }

  .blacklist.wiss2 {
    color: var(--color);
  }

  .xmasherowrapper_new {
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero_section-xmas {
    object-fit: fill;
    background-image: url('../images/adobestock_824666564.avif');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    order: -9999;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 40vh;
    min-height: 0;
    margin: 0;
    display: flex;
    overflow: visible;
  }

  .herowrapper_fotobox {
    flex-flow: column;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero_section-fotobox {
    object-fit: fill;
    background-image: url('../images/fotobox-header.avif');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    order: -9999;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    height: 40vh;
    min-height: 0;
    margin: 0;
    display: flex;
    overflow: visible;
  }

  .div-block-584-fotobox {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
  }

  .image-138-fotobox {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-81-fotobox {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 161px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-89-fotobox {
    align-self: center;
    max-width: 1600px;
    margin-top: 20px;
  }

  .div-block-594-fotobox {
    flex-flow: row;
    flex: 1 1 0;
    order: 9999;
    min-height: 0;
    margin-top: 20px;
    display: flex;
    overflow: hidden;
  }

  .cta-above-fotobox {
    flex: 0 auto;
    margin-top: 0;
    overflow: hidden;
  }

  .video-above-fotobox {
    flex: 0 auto;
  }

  .div-block-596-fotobox {
    width: 100%;
    min-height: 600px;
    max-height: 800px;
  }

  .section-62-fotobox {
    margin-top: 0;
  }

  .section-62-fotobox.weiss {
    margin: 10px;
  }

  .weiss-fotobox {
    margin-top: 0;
  }

  .container-88-fotobox {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-62-copy-copy {
    margin-top: 0;
  }

  .section-62-copy-copy.weiss {
    margin: 10px;
  }

  .section-62-copy-copy-copy {
    margin-top: 0;
  }

  .section-62-copy-copy-copy.weiss {
    margin: 10px;
  }

  .page-header-title-5-fotobox {
    white-space: nowrap;
    word-break: keep-all;
    margin-top: 0;
  }

  .page-header-title-5-fotobox.subtitle {
    margin-top: 0;
  }

  .page-header-title-5-copy {
    white-space: nowrap;
    word-break: keep-all;
    margin-top: 0;
  }

  .page-header-title-5-copy.subtitle {
    margin-top: 0;
  }

  .cta-button-new-fotobox {
    font-size: 30px;
  }

  .heading-190-fotobox.black {
    color: var(--black);
    margin: 10px;
    padding: 10px;
  }

  .div-block-567-fotobox._2 {
    background-color: var(--color);
  }

  .heading-190-copy-copy.black {
    color: var(--black);
    margin: 10px;
    padding: 10px;
  }

  .fotobox-5-klein-neu {
    vertical-align: middle;
    display: block;
  }

  .heading-4-blacck.smaller {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .heading-189-firmenfeier {
    color: var(--black);
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 40px;
    line-height: 42px;
  }

  .cta-button-new-fotobox-firma {
    font-size: 30px;
  }

  .heading-190-firma-fotobox {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-190-firma-fotobox.black {
    color: var(--black);
    margin: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  h2, h4, p {
    font-family: Playfair Display, sans-serif;
  }

  .nav-link {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 20px;
  }

  .nav-link.contact-button {
    margin-left: 0;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: center;
    align-self: center;
    width: 100%;
    padding: 20px;
    display: flex;
    box-shadow: 0 10px 10px #0000001a;
  }

  .menu-button {
    background-color: #0000;
    background-image: url('../images/menu-01-converted.svg');
    background-position: 50%;
    background-size: auto;
    flex: none;
    width: 90px;
    height: 90px;
    margin-bottom: 0;
    padding: 12px 20px 12px 12px;
    display: flex;
  }

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

  .navbar {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.navigation-bar {
    padding-right: 12px;
  }

  .absolute-image {
    padding-bottom: 100px;
  }

  .label {
    font-family: Playfair Display, sans-serif;
  }

  .max-width-20ch {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .max-width-20ch.links {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .vorteile-n {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-title {
    font-family: Playfair Display, sans-serif;
  }

  .rich-text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-168, .gallery {
    width: auto;
  }

  .gallery.fotobox {
    margin-top: 1000px;
  }

  .attribute-50 {
    grid-template: "Area"
                   "."
                   / 1fr;
  }

  .text-wrap-in-grid {
    align-items: center;
    height: 800px;
  }

  .text-wrap-in-grid.klein-2 {
    height: 500px;
    padding-bottom: 0;
  }

  .subheading {
    font-family: Playfair Display, sans-serif;
  }

  .support-blocks {
    min-width: 100%;
    margin: auto;
  }

  .copy-this-block-1 {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact {
    width: auto;
    margin: 0 10px 60px;
  }

  .half-section {
    width: 100%;
    height: 500px;
  }

  .half-section.bild {
    height: 1000px;
    margin-top: 220px;
  }

  .half-section.from {
    height: 750px;
  }

  .half-section.bild {
    margin-top: 100px;
  }

  .hochzeitsclick-links {
    flex-direction: column;
    height: auto;
    padding: 100px 45px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .calc-left {
    margin-right: 10px;
  }

  .block-subheading {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
  }

  .block-subheading-2 {
    font-size: 16px;
  }

  .photography-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-price {
    font-size: 30px;
  }

  .pricing-card-02 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-div-02 {
    flex-direction: column;
  }

  .fb_team1_card {
    flex-wrap: wrap;
  }

  .fb_team1_pic {
    margin-top: -26px;
  }

  .fb_team1_details {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb_team1_content {
    height: 230px;
  }

  .bewertungen {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .fb_team1_image {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    flex-basis: 100%;
    max-height: 330px;
  }

  .kalkulator-neu {
    margin-top: 1000px;
    display: block;
  }

  .mask-2, .slider-2 {
    height: 2500px;
  }

  .logo-2.row1, .logo-2.row2, .logo-2.row3, .logo-2.row1 {
    width: 150px;
    height: 150px;
    margin: 15px;
  }

  .body-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link.white {
    text-align: center;
    font-size: 12px;
  }

  .content-section-inner-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .partner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-03 {
    grid-template-columns: 1fr 1fr;
  }

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

  .uno-project-card-text {
    min-width: 90%;
    max-width: 90%;
  }

  .uno-project-card-image.b.ambient, .uno-project-card-image.b.light-tubes, .uno-project-card-image.b.gigbar, .uno-project-card-image.b.moving-heads, .uno-project-card-image.b.laser, .uno-project-card-image.b.scanner, .uno-project-card-image.b.blinder, .uno-project-card-image.b.hazerneu, .uno-project-card-image.b.nimbus, .uno-project-card-image.b.fog, .uno-project-card-image.b.colds, .uno-project-card-image.b.led-floor {
    height: 600px;
  }

  .project-rich-text {
    color: var(--black);
  }

  .price-feature {
    text-align: center;
    justify-content: center;
  }

  .checkbox.negativ {
    background-color: var(--conversion-flow-library-light-coral\<deleted\|variable-34d8b0e8\>);
  }

  .checkbox.positiv {
    background-color: #0f3;
    border: 1px solid #0f3;
  }

  .pricing-table-card {
    width: 100%;
  }

  .special-div {
    justify-content: center;
    align-items: center;
  }

  .upgrades-specials {
    padding-top: 0;
    display: block;
  }

  .block-title-3 {
    font-family: Playfair Display, sans-serif;
  }

  .specials-upgrades-2 {
    margin-top: auto;
  }

  .link-block-13 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section-42 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-grid {
    grid-template-columns: 1fr 8.25fr 1fr;
  }

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .footer-column-2 {
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-4 {
    margin-top: auto;
  }

  .footer-4.fotobox {
    margin-top: 1000px;
  }

  .footer-4.wuensch {
    margin-top: auto;
  }

  .footer-4.licht, .footer-4.specials {
    margin-top: 1000px;
  }

  .paragraph-2 {
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .list {
    align-self: center;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-411 {
    flex: 0 auto;
  }

  .gummi {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divgrid500.text {
    height: 800px;
  }

  .divgrid500.text.klein {
    height: 500px;
  }

  .grid-6 {
    grid-template: "Area"
                   "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "."
                   "Area-14"
                   "Area-15"
                   "Area-15"
                   "Area-16"
                   "Area-17"
                   "Area-7"
                   "Area-19"
                   "Area-20"
                   "Area-21"
                   "Area-22"
                   "Area-23"
                   "Area-24"
                   "Area-25"
                   "Area-28"
                   "."
                   "Area-29"
                   "Area-29"
                   "Area-30"
                   "Area-31"
                   "Area-32"
                   "Area-33"
                   "Area-34"
                   "Area-35"
                   "Area-42"
                   "."
                   "."
                   "."
                   "."
                   "Area-26"
                   "Area-27"
                   "Area-36"
                   "Area-37"
                   "Area-38"
                   "Area-39"
                   "Area-40"
                   "Area-41"
                   "."
                   / 1fr;
  }

  .grid-6.final {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto minmax(auto, 1fr);
  }

  .div-block-414 {
    text-align: center;
  }

  .grid-56 {
    grid-template: "Area"
                   "Area"
                   "Area-2"
                   "Area-2"
                   / 1fr;
  }

  .fotobox-service-text {
    background-color: #0000;
    flex: 0 auto;
  }

  .grid-57 {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    grid-auto-flow: row;
    padding-left: 10px;
    padding-right: 10px;
  }

  .musicgridneu {
    height: 500px;
    padding-right: 0;
  }

  .fotobox {
    margin-bottom: auto;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .vorteile-grid {
    margin-top: 645px;
    margin-bottom: 88px;
  }

  .vorteile-grid.mitbewerber {
    margin-top: auto;
  }

  .image-111 {
    display: block;
  }

  .grid-61 {
    grid-template-rows: 150px 380px repeat(auto-fit, 380px) 380px;
  }

  .heading-125 {
    text-align: center;
    margin-right: 0;
    padding-right: 40px;
  }

  .div-block-428 {
    background-image: url('../images/img_9414.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-429 {
    background-image: url('../images/mitbewerb-requisiten.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-430 {
    background-image: url('../images/photo-2023-08-15-16-20-43.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-431 {
    background-image: url('../images/requisiten-bei-uns.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .grid-62 {
    grid-template-rows: 450px 150px 150px 150px 150px 150px 150px;
    grid-template-columns: 1fr;
  }

  .container-21 {
    margin-top: 300px;
  }

  .cf-testimonial-slide-wrapper.black {
    width: 100%;
  }

  .cf-cta-32px-heading {
    font-size: 30px;
  }

  .cf-cta-left-contain {
    width: 100%;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-cta-form-wrapper {
    flex-direction: column;
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .section-49 {
    padding: 55px 45px;
  }

  .cta-title-3 {
    font-size: 36px;
    line-height: 43px;
  }

  .cta-title-3.subtitle {
    font-size: 23px;
    line-height: 36px;
  }

  .div-block-433 {
    background-position: 50%;
    background-size: cover;
  }

  .grid-70 {
    grid-template: "." 500px
                   "." 500px
                   / 2.5fr;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-flex-1---text-contain-2 {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
  }

  .cf-flex-1---image-contain-2 {
    width: 100%;
    max-width: 500px;
  }

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

  .cf-flex-1---wrapper-2 {
    padding-top: 140px;
  }

  .heading-59 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .uno-project-card-cover-3 {
    width: 50%;
  }

  .heading-60 {
    font-size: 30px;
    line-height: 34px;
  }

  .div-block-440 {
    width: 80%;
  }

  .referenzen {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-195 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .image-112 {
    display: block;
  }

  .dropdown-link, .dropdown-link-2, .dropdown-link-3 {
    text-align: center;
  }

  .lightroom {
    padding: 55px 45px;
  }

  .service-icon-4, .service-icon-5, .service-icon-6, .service-icon-7 {
    width: 50px;
    height: auto;
    margin-bottom: 18px;
  }

  .grid-73 {
    grid-template-rows: auto auto auto auto;
  }

  .service-title-8 {
    font-size: 15px;
  }

  .white-section-title-4, .white-section-title-5 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 47px;
  }

  .highlights-divider {
    margin-top: auto;
  }

  .grid-75 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-196 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-461 {
    padding-right: 10px;
  }

  .paragraph-60, .paragraph-61 {
    margin-bottom: 30px;
  }

  .div-block-462 {
    height: 500px;
    margin-right: 10px;
  }

  .div-block-463 {
    height: 800px;
    margin-left: 10px;
  }

  .slider-hochzeit {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide_2, .slide_1, .slide_3, .slide_4, .slide_5, .slide_6, .slide_7, .slide_8, .slide_10, .slide_11, .slide_12, .slide_13, .slide_14, .slide_15, .slide_16, .slide_17, .slide_18, .slide_19, .slide_20, .slide_21, .slide_22, .slide_23, .slide_24, .slide_9, .slide_25, .slide_26, .slide_27, .slide_28, .slide_29, .slide_30, .slide_31, .slide_32, .slide_33, .slide_34, .slide_35, .slide_36 {
    width: 33.333%;
  }

  .dropdown-list {
    display: none;
  }

  .dropdown, .dropdown-2 {
    text-align: center;
    align-self: center;
  }

  .html-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-464 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-25 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-80 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-81 {
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .national-support {
    display: block;
  }

  .vorteile-n-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featuresvergleich.fotobox, .featuresvergleich.standardpakete {
    margin-bottom: 350px;
  }

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

  .blackout {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .gridspecialdiv {
    justify-content: center;
    align-items: center;
  }

  .new_specials-upgradegrid {
    margin-top: auto;
  }

  .upgrades-specials-gridnew {
    padding-top: 0;
    display: block;
  }

  .specialsgrid, .upgradesgrid {
    width: 100%;
    margin-bottom: 20px;
  }

  .upgradeyourday {
    flex-direction: column;
  }

  .freie-trauung {
    justify-content: center;
    align-items: center;
  }

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vorteile-n-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-title-4 {
    font-family: Playfair Display, sans-serif;
  }

  .container-28 {
    margin-top: 300px;
  }

  .block-title-5 {
    font-family: Playfair Display, sans-serif;
  }

  .container-29 {
    margin-top: 300px;
  }

  .block-title-6 {
    font-family: Playfair Display, sans-serif;
  }

  .block-quote-3.bewertungen {
    font-size: 30px;
  }

  .quote {
    margin-top: 1000px;
  }

  .grid-89 {
    grid-template: "Area"
                   "Area-3"
                   "Area-2"
                   / 1fr;
  }

  .silvernew {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .goldnew {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .main2 {
    top: 30vw;
  }

  .photo-container {
    width: 220px;
    left: 20px;
  }

  .main1-front {
    top: 20vw;
  }

  .section-background.yellow-background {
    width: 44%;
  }

  .bottom-bar {
    padding-right: 120px;
  }

  .main1 {
    top: 20vw;
  }

  .main2-front {
    top: 30vw;
  }

  .brand-11 {
    left: 20px;
  }

  .slide-nav-13 {
    left: 370px;
    right: 40px;
  }

  .top-bar {
    width: auto;
    right: 40px;
  }

  .text-container {
    width: 60%;
    padding-left: 290px;
  }

  .text-block-200 {
    font-size: 18px;
  }

  .checkbox-2 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .pricing-section-01, .pricing-section-02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-div-02-2 {
    flex-direction: column;
  }

  .pricing-card-02-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .pricing-card-02-2.central {
    margin-left: 0;
    margin-right: 0;
  }

  .goldnew-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-92 {
    grid-template: "Area"
                   "Area-3"
                   "Area-2"
                   / 1fr;
  }

  .price-feature-2 {
    text-align: center;
    justify-content: center;
  }

  .standardpaketenew.fotobox, .standardpaketenew.standardpakete {
    margin-bottom: 350px;
  }

  .hero-section-01 {
    background-position: 50%;
    background-size: cover;
  }

  .hero-content-01 {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-93 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .mask-6 {
    height: 2500px;
  }

  .text-block-202 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-30 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns {
    text-align: center;
  }

  .slide-content-2 {
    padding: 2rem;
  }

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

  .sticky-card-slider {
    padding-top: 10vh;
  }

  .cards-wrapper {
    height: 60vh;
  }

  .paragraph-66 {
    font-size: 15px;
  }

  .max-width-85 {
    width: auto;
  }

  .heading-176 {
    width: 450px;
  }

  .page-header-overlay {
    padding: 185px 35px 90px;
  }

  .logo-gross {
    margin-top: 100px;
    margin-bottom: auto;
    padding-top: 0;
  }

  .page-header-title {
    font-size: 60px;
    line-height: 55px;
  }

  .support-blocks-2 {
    border-style: none;
    min-width: 100%;
    margin: auto;
  }

  .vorteile-n-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-block-title {
    font-size: 25px;
    line-height: 28px;
  }

  .button-25 {
    margin-top: 10px;
  }

  .image-background-section {
    background-size: auto 740px;
  }

  .pricing-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pricing-price {
    font-size: 32px;
    line-height: 25px;
  }

  .background-image-section-overlay {
    padding: 65px 45px;
  }

  .text-block-209 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-487 {
    padding-right: 10px;
  }

  .vorteile-n-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-3 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .support-blocks-3 {
    border-style: none;
    min-width: 100%;
    margin: auto;
  }

  .vorteile-n-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-4 {
    text-align: center;
  }

  .container-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-33.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-5 {
    text-align: center;
  }

  .support-blocks-4 {
    border-style: none;
    min-width: 100%;
    margin: auto;
  }

  .vorteile-n-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subheading-2 {
    font-family: Playfair Display, sans-serif;
  }

  .paragraph-69 {
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .list-5 {
    align-self: center;
    margin-left: 0;
    padding-left: 0;
  }

  .grid-98 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "Area-4"
                   / 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan {
    padding: 55px 45px;
  }

  .white-section-title-2 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 47px;
  }

  .home-container.centered {
    padding-left: 55px;
    padding-right: 55px;
  }

  .bewertungen-kurz {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .vorteile-n-8 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-34 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-220 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-100 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .button-28 {
    box-sizing: border-box;
  }

  .text-block-218 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .vorteile-n-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .support-blocks-5 {
    min-width: 100%;
    margin: auto;
  }

  .vorteile-n-10, .vorteile-n-11 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb_footer1_content {
    flex-wrap: wrap;
  }

  .fb_footer1_column {
    flex: 0 50%;
  }

  .hero-section-01-2 {
    background-position: 50%;
    background-size: cover;
  }

  .bewertungen-grid-richtig {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

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

  .heronew-2.at-location {
    width: 100%;
  }

  .page-header-overlay-2 {
    height: auto;
    padding: 0;
  }

  .container-74 {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .page-header-title-2 {
    text-align: center;
    font-size: 60px;
    line-height: 55px;
  }

  .cta-button-new {
    font-family: Playfair Display SC, sans-serif;
  }

  .heading-189 {
    margin-top: 20px;
    font-family: Playfair Display, sans-serif;
  }

  .container-50 {
    flex-flow: column;
    display: flex;
  }

  .cta-above {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: auto;
  }

  .list-item-31 {
    font-family: Playfair Display, sans-serif;
    text-decoration: none;
  }

  .list-item-32 {
    text-decoration: none;
  }

  .div-block-567 {
    box-sizing: border-box;
    object-position: 50% 50%;
    min-height: 400px;
    margin: 10px;
    padding: 10px;
  }

  .div-block-567.grau {
    min-height: 400px;
    padding: 10px;
  }

  .div-block-567.black_grey {
    background-color: var(--grey-font);
  }

  .heading-190 {
    font-family: Playfair Display, sans-serif;
  }

  .heading-191 {
    color: var(--color);
    font-family: Playfair Display, sans-serif;
  }

  .heading-191.black {
    color: var(--black);
  }

  .heading-192.klein {
    color: var(--color);
    font-family: Playfair Display, sans-serif;
  }

  .heading-192.klein.black {
    color: var(--black);
  }

  .list-item-30-copy {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
  }

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

  .grid-108 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .div-block-571 {
    flex-flow: column;
  }

  .div-block-573 {
    width: 100%;
    height: auto;
    margin-top: auto;
  }

  .menu-icon_line-bottom {
    background-color: #000;
    width: 1.5rem;
    height: .3rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_container {
    grid-auto-columns: 1fr;
  }

  .menu-icon_line-top {
    background-color: #000;
    width: 1.5rem;
    height: .3rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .flyout-nav-link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 2.4rem;
    position: static;
  }

  .navbar_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: .75rem 0;
    font-size: 1.25rem;
    position: static;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .menu-icon_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar_menu-wrapper {
    justify-content: space-between;
    align-items: center;
    min-height: 94svh;
    margin-top: 0;
  }

  .fly-in_content-wrapper {
    width: 80%;
    max-width: none;
    padding: 4rem 3rem;
  }

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

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

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

  .navbar-wrapper-2 {
    justify-content: space-between;
    align-self: center;
    display: flex;
  }

  .dropdown-link-6 {
    text-align: center;
  }

  .nav-menu-2 {
    background-color: #fff;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 2000px;
    padding: 20px;
    display: flex;
    box-shadow: 0 10px 10px #0000001a;
  }

  .container-76 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-76.navigation-bar {
    padding-right: 12px;
  }

  .navbar-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-7 {
    text-align: center;
  }

  .grid-109 {
    grid-template: "Area Area Area Area Area Area" .25fr
                   "Area-2 . . . . Area-4"
                   ". . Area-3 . . ."
                   ". . . . . ."
                   / .25fr 1fr 1.75fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    width: auto;
    height: auto;
  }

  .image-132, .image-133 {
    margin-top: 0;
  }

  .code-embed {
    margin: 10px;
  }

  .container-77 {
    margin-top: 0;
    padding-left: 0;
  }

  .section-66 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-3 Area-3 Area-3"
                   "Area-2 Area-2 Area-2 Area-3 Area-3 Area-3"
                   "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                   "Area-6 Area-6 Area-6 Area-6 Area-6 Area-6"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   "Area-5 Area-5 Area-5 Area-5 Area-5 Area-5"
                   ". . . . . ."
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-576 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/header-new-26-hochzeit.avif');
    background-position: 0%;
    background-size: cover;
    grid-template: "Area Area Area Area"
                   "Area-2 Area-2 Area-3 Area-3"
                   "Area-4 Area-4 Area-4 Area-4"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: 500px;
    display: grid;
  }

  .div-block-577 {
    grid-template: "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-3 . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .div-block-578 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/header-new-26-hochzeit.avif');
    background-position: 0%;
    background-size: cover;
    grid-template: "Area Area Area Area"
                   "Area-2 Area-2 Area-3 Area-3"
                   "Area-4 Area-4 Area-4 Area-4"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: 500px;
    display: grid;
  }

  .image-134, .image-135 {
    margin-top: 0;
  }

  .container-78 {
    margin-top: 0;
    padding-left: 0;
  }

  .page-header-title-3 {
    text-align: center;
    font-size: 60px;
    line-height: 55px;
  }

  .container-79 {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }

  .image-136 {
    margin-top: 0;
  }

  .container-80 {
    margin-top: 0;
    padding-left: 0;
  }

  .div-block-579 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-110 {
    grid-template: "Area Area Area Area Area Area" .25fr
                   ". . . Area-4 Area-4 Area-4"
                   "Area-2 Area-2 Area-2 . . ."
                   "Area-3 Area-3 Area-3 . . ."
                   / .25fr 1fr 1.75fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    width: auto;
    height: auto;
  }

  .image-137 {
    margin-top: 0;
  }

  .heading-193 {
    margin-top: 20px;
  }

  .div-block-580 {
    flex-flow: column;
  }

  .div-block-582 {
    grid-template: "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   ". . . . . . . . . ."
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .page-header-title-4 {
    text-align: center;
    font-size: 60px;
    line-height: 55px;
  }

  .hero_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   / 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-bottom: auto;
    display: grid;
  }

  .section-67 {
    height: auto;
    margin-bottom: auto;
  }

  .div-block-584 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .container-81 {
    margin-top: 120px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .page-header-title-5 {
    text-align: center;
    font-size: 60px;
    line-height: 55px;
  }

  .div-block-586 {
    grid-template: "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area Area Area Area Area Area Area Area Area Area"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                   / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .video-above {
    width: 100%;
  }

  .image-138 {
    width: 100px;
    height: 100px;
    margin-top: 20px;
  }

  .proof-siegel {
    margin-bottom: 10px;
  }

  .image-139 {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-140 {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .image-141 {
    display: none;
  }

  .cta-below {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: auto;
  }

  .section-68 {
    flex-flow: column;
  }

  .div-block-588 {
    order: 0;
    align-self: center;
    width: 100%;
    margin: 10px;
    padding: 10px;
  }

  .div-block-589 {
    align-self: center;
    width: 100%;
  }

  .code-embed-2 {
    padding: 10px;
  }

  .image-143 {
    text-align: center;
    display: block;
  }

  .div-block-590 {
    padding: 10px;
  }

  .kontakt {
    flex-flow: column;
  }

  .herowrapper_new {
    height: auto;
    margin-bottom: auto;
  }

  .hero_section {
    background-position: 50%;
    background-size: cover;
  }

  .div-block-594 {
    flex-flow: column;
    flex: 1;
  }

  .div-block-596 {
    min-height: 400px;
    max-height: 800px;
  }

  .div-block-567-copy {
    box-sizing: border-box;
    object-position: 50% 50%;
    margin: 10px;
    padding: 0;
  }

  .heading-191-copy {
    font-family: Playfair Display, sans-serif;
  }

  .div-block-567-copy-copy {
    box-sizing: border-box;
    object-position: 50% 50%;
    margin: 10px;
    padding: 0;
  }

  .text-block-227 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-550 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-228 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-title-10 {
    white-space: normal;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
  }

  .block-quote-5.bewertungen {
    font-size: 30px;
  }

  .text-block-229 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-6 {
    height: 2500px;
  }

  .vorteile-n-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bewertungen-kurz-2 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-114 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-233 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-86 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-190-copy {
    font-family: Playfair Display, sans-serif;
  }

  .div-block-599 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-50-copy, .container-50-copy-grey {
    flex-flow: column;
    display: flex;
  }

  .container-50-copy-grey._2 {
    margin: 10px;
    padding: 0;
  }

  .bold-text-16.black, .bold-text-17.black, .black {
    color: var(--black);
  }

  .heading-191-copy {
    color: var(--color);
    font-family: Playfair Display, sans-serif;
  }

  .heading-191-copy.black {
    color: var(--black);
  }

  .heading-192-copy.klein {
    color: var(--color);
    font-family: Playfair Display, sans-serif;
  }

  .heading-192-copy.klein.black {
    color: var(--black);
  }

  .link-23.white {
    text-align: center;
    font-size: 12px;
  }

  .link-block-16 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .vorteile-n-13 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-71 {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-8 {
    text-align: center;
  }

  .nav-menu-3 {
    background-color: #fff;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 2000px;
    padding: 20px;
    display: flex;
    box-shadow: 0 10px 10px #0000001a;
  }

  .container-90 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-90.navigation-bar {
    padding-right: 12px;
  }

  .navbar-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-9 {
    text-align: center;
  }

  .page-header-overlay-3 {
    padding: 185px 35px 90px;
  }

  .page-header-title-6 {
    font-size: 60px;
    line-height: 55px;
  }

  .block-title-12 {
    white-space: normal;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
  }

  .heaing-lesbar {
    white-space: normal;
  }

  .container-92 {
    flex-flow: column;
    display: flex;
  }

  .div-block-513 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-93 {
    flex-flow: column;
    display: flex;
  }

  .div-block-608 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .support-blocks-6 {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .background-image-section-overlay-2 {
    padding: 65px 45px;
  }

  .support-blocks-7 {
    border-style: none;
    min-width: 100%;
    margin: auto;
  }

  .vorteile-n-14 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-section-title-6 {
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 47px;
  }

  .text-block-237 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-616 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-238 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-quote-6.bewertungen {
    font-size: 30px;
  }

  .text-block-239 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-7 {
    height: 2500px;
  }

  .vorteile-n-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bewertungen-kurz-3 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grid-120 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-243 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-114 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .support-blocks-8 {
    min-width: 100%;
    margin: auto;
  }

  .vorteile-n-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-grid-home {
    grid-template-columns: 1fr 8.25fr 1fr;
  }

  .faq-question-wrap-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vorteile-n-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb_footer1_section-contact {
    margin-top: 50px;
  }

  .fb_footer1_content-2 {
    flex-wrap: wrap;
    grid-template: "Area Area"
                   "Area-2 Area-3"
                   "Area-4 Area-5"
                   "Area-6 Area-7"
                   "Area-8 Area-8"
                   / 1fr 1fr;
  }

  .bold-text-47 {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-50 {
    color: var(--black);
  }

  .wei-header-aida {
    color: var(--color);
    font-family: Playfair Display, sans-serif;
  }

  .wei-header-aida.black {
    color: var(--black);
  }

  .dropdown-link-10 {
    text-align: center;
  }

  .nav-menu-4 {
    background-color: #fff;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 2000px;
    padding: 20px;
    display: flex;
    box-shadow: 0 10px 10px #0000001a;
  }

  .container-115 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-115.navigation-bar {
    padding-right: 12px;
  }

  .navbar-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-11 {
    text-align: center;
  }

  .page-header-overlay-firma {
    padding: 185px 35px 90px;
  }

  .page-header-title-7 {
    font-size: 60px;
    line-height: 55px;
  }

  .section-2 {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    display: block;
  }

  .div-block-95 {
    flex-flow: column;
    min-width: 100%;
  }

  .div-block-50 {
    width: 100%;
    max-width: 100%;
  }

  .section-75 {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    display: block;
  }

  .div-block-626 {
    flex-flow: column;
    min-width: 100%;
  }

  .div-block-627 {
    width: 100%;
    max-width: 100%;
  }

  .fb_footer1_content-3 {
    flex-wrap: wrap;
    grid-template: "Area Area"
                   "Area-2 Area-3"
                   "Area-4 Area-5"
                   "Area-6 Area-7"
                   "Area-8 Area-8"
                   / 1fr 1fr;
  }

  .hero_section-hochzeit {
    background-image: url('../images/header-new-26-hochzeit.avif');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-540 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .firma-5 {
    text-align: center;
    display: block;
  }

  .blacklist {
    font-family: Playfair Display, sans-serif;
    font-size: 16px;
  }

  .xmasherowrapper_new {
    height: auto;
    margin-bottom: auto;
  }

  .hero_section-xmas {
    background-position: 50%;
    background-size: cover;
  }

  .herowrapper_fotobox {
    height: auto;
    margin-bottom: auto;
  }

  .hero_section-fotobox {
    background-position: 0%;
    background-size: cover;
    padding-left: 350px;
  }

  .div-block-584-fotobox {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-138-fotobox {
    width: 100px;
    height: 100px;
    margin-top: 20px;
  }

  .container-81-fotobox {
    margin-top: 120px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .div-block-594-fotobox {
    flex-flow: column;
    flex: 1;
  }

  .cta-above-fotobox {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: auto;
  }

  .video-above-fotobox {
    width: 100%;
  }

  .div-block-596-fotobox {
    min-height: 400px;
    max-height: 800px;
  }

  .bewertungen-kurz-2-fotobox {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .container-50-copy-grey-fotobox {
    flex-flow: column;
    display: flex;
  }

  .container-50-copy-grey-fotobox._2 {
    margin: 10px;
    padding: 0;
  }

  .page-header-title-5-fotobox, .page-header-title-5-copy {
    text-align: center;
    font-size: 60px;
    line-height: 55px;
  }

  .cta-button-new-fotobox {
    font-family: Playfair Display SC, sans-serif;
  }

  .heading-190-fotobox {
    column-count: auto;
    word-break: normal;
    overflow-wrap: normal;
    font-family: Playfair Display, sans-serif;
  }

  .div-block-567-fotobox {
    box-sizing: border-box;
    object-position: 50% 50%;
    margin: 10px;
    padding: 0;
  }

  .heading-190-copy-copy {
    font-family: Playfair Display, sans-serif;
  }

  .fotobox-5-klein-neu {
    text-align: center;
    display: block;
  }

  .code-embed-2-fotobox, .code-embed-firmenfeier, .code-embed-2-xmas {
    padding: 10px;
  }

  .page-header-title-8 {
    font-size: 60px;
    line-height: 55px;
  }

  .dropdown-link-12 {
    text-align: center;
  }

  .nav-menu-5 {
    background-color: #fff;
    justify-content: center;
    align-self: center;
    width: 100%;
    height: 2000px;
    padding: 20px;
    display: flex;
    box-shadow: 0 10px 10px #0000001a;
  }

  .container-117 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-117.navigation-bar {
    padding-right: 12px;
  }

  .navbar-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-13 {
    text-align: center;
  }

  .big-price-3 {
    font-size: 30px;
  }

  .grid-123, .grid-124 {
    grid-template: ". . . . ."
                   ". . . . ."
                   ". . . . ."
                   ". . . . ."
                   ". . . . ."
                   ". . . . ."
                   ". . . . ."
                   / 1fr 1fr 1fr 1fr 1fr;
  }

  .section-76 {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
    display: block;
  }

  .div-block-632 {
    flex-flow: column;
    min-width: 100%;
  }

  .div-block-633 {
    width: 100%;
    max-width: 100%;
  }

  .bilder-div {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    display: flex;
  }

  .dropdown-link-14 {
    text-align: center;
  }

  .container-118 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-118.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-15 {
    text-align: center;
  }

  .page-header-title-9 {
    font-size: 60px;
    line-height: 55px;
  }

  .dropdown-link-16 {
    text-align: center;
  }

  .container-120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-120.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-17 {
    text-align: center;
  }

  .page-header-title-10 {
    font-size: 60px;
    line-height: 55px;
  }

  .div-block-636 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-link-18 {
    text-align: center;
  }

  .container-122 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-122.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-19 {
    text-align: center;
  }

  .page-header-title-11 {
    font-size: 60px;
    line-height: 55px;
  }

  .dropdown-link-20 {
    text-align: center;
  }

  .container-123 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-123.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-21 {
    text-align: center;
  }

  .page-header-title-12 {
    font-size: 60px;
    line-height: 55px;
  }

  .container-55, .container-125, .container-56 {
    flex-flow: column;
  }

  .dropdown-link-22 {
    text-align: center;
  }

  .container-126 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-126.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-23 {
    text-align: center;
  }

  .page-header-title-13 {
    font-size: 60px;
    line-height: 55px;
  }

  .dropdown-link-24 {
    text-align: center;
  }

  .container-128 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-128.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-25 {
    text-align: center;
  }

  .page-header-title-14 {
    font-size: 60px;
    line-height: 55px;
  }

  .vorteile-n-18 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox-4 {
    background-position: 50%;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .block-subheading-3 {
    font-size: 16px;
  }

  .vorteile-n-19 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-39 {
    flex-flow: column;
  }

  .dropdown-link-26 {
    text-align: center;
  }

  .container-131 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-131.navigation-bar {
    padding-right: 12px;
  }

  .dropdown-link-27 {
    text-align: center;
  }

  .page-header-overlay-fotobox {
    padding: 185px 35px 90px;
  }

  .page-header-title-15 {
    font-size: 60px;
    line-height: 55px;
  }

  .container-133, .div-block-641 {
    flex-flow: column;
  }

  .div-block-642 {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-643 {
    align-self: center;
    width: 100%;
  }

  .heading-189-firmenfeier {
    margin-top: 20px;
    font-family: Playfair Display, sans-serif;
  }

  .cta-button-new-fotobox-firma {
    font-family: Playfair Display SC, sans-serif;
  }

  .heading-190-firma-fotobox {
    margin: 10px;
    font-family: Playfair Display, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    width: 80px;
    height: 80px;
    padding-right: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    margin-bottom: auto;
    padding: 20px;
  }

  .label {
    margin-top: -115px;
  }

  .max-width-20ch {
    align-self: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .block-title {
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .rich-text {
    margin-bottom: auto;
  }

  .attribute-50 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-wrap-in-grid.klein-2 {
    height: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .subheading {
    font-family: Playfair Display, sans-serif;
  }

  .support-blocks {
    margin: auto;
  }

  .contact {
    margin-top: 60px;
    padding-top: 0;
  }

  .half-section.bild {
    margin-top: 40px;
  }

  .footer-wrapper {
    padding-top: 40px;
  }

  .calc-left {
    margin-right: 0;
  }

  .calc-card {
    max-width: none;
  }

  .main-calc {
    grid-column-gap: 16px;
    grid-row-gap: 45px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .calc-box {
    max-width: none;
    margin-top: 0;
    position: static;
  }

  .block-subheading {
    font-family: Playfair Display, sans-serif;
  }

  .home-start {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-start.hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-46 {
    width: 50%;
  }

  .trigger {
    margin: 30px;
  }

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

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-div-02 {
    grid-template-columns: 1fr;
  }

  .fb_team1_card {
    align-content: flex-start;
  }

  .fb_team1_column {
    flex-basis: 50%;
  }

  .fb_team1_pic {
    width: 100%;
    margin-top: 0;
  }

  .fb_team1_details {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bewertungen {
    display: block;
  }

  .fb_team1_image {
    height: 280px;
    max-height: 270px;
  }

  .fb_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kalkulator-neu {
    margin-top: 1000px;
    display: block;
  }

  .div-block-382 {
    background-size: 30px 30px;
    width: 50px;
    height: 50px;
  }

  .mask-2, .slider-2 {
    height: 2500px;
  }

  .logo-2.row1, .logo-2.row2, .logo-2.row3, .logo-2.row1 {
    width: 200px;
    height: 200px;
    margin: 20px;
  }

  .partner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-03 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .uno-project-card {
    box-shadow: none;
    cursor: default;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    overflow: visible;
  }

  .uno-project-card-text {
    min-width: 100%;
    max-width: 100%;
    padding: 25px;
  }

  .uno-project-card-image {
    flex: 1;
    width: 100%;
    min-width: 100%;
    height: 100px;
  }

  .uno-project-card-image.b {
    background-image: none;
    height: 600px;
  }

  .uno-project-card-image.b.hazerneu {
    background-image: url('../images/hz-350.jpg'), linear-gradient(#0000, #0000);
  }

  .uno-project-card-image.b.nimbus {
    background-image: url('../images/file2_13_orig.jpeg'), linear-gradient(#0000, #0000);
  }

  .uno-project-card-image.b.fog {
    background-image: url('../images/fogfuryjettpro06jpg.jpg_4.jpg'), linear-gradient(#0000, #0000);
  }

  .price-feature {
    border-bottom-style: none;
  }

  .main {
    padding-bottom: 35px;
    padding-right: 35px;
  }

  .image-105 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .block-title-3 {
    font-family: Playfair Display, sans-serif;
  }

  .specials-upgrades-2 {
    margin-top: auto;
  }

  .heading-117.specials {
    text-align: center;
  }

  .heading-118 {
    font-size: 14px;
  }

  .faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .accordion-columns-wrapper---brix {
    flex-direction: column;
  }

  .tabs-container---brix {
    width: 100%;
    padding: 16px 16px 16px 8px;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .social-square {
    margin-right: 4px;
  }

  .footer-column-2 {
    padding-right: 0;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-4, .footer-4.fotobox, .footer-4.wuensch {
    margin-top: auto;
  }

  .footer-4.licht {
    margin-top: 1000px;
  }

  .footer-4.specials {
    margin-top: auto;
  }

  .paragraph-2 {
    margin-bottom: -2px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .gummi {
    width: 100%;
  }

  .grid-5 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .divgrid500.text {
    height: 800px;
  }

  .divgrid500.text.klein, .image-109 {
    height: 500px;
  }

  .pricelistgridnew.test, .pricelistgridnew.new {
    margin-top: auto;
  }

  .section-46 {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .faq-headline {
    margin-bottom: 100px;
    display: block;
  }

  .heading-123.specials {
    text-align: center;
  }

  .fotoboxservice {
    margin-bottom: 220px;
    padding-bottom: 0;
  }

  .vorteile-grid {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .vorteile-grid.mitbewerber {
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-59 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-4"
                   "Area-5"
                   / 1fr;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 406px;
  }

  .grid-59.mitbewerb {
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .image-111 {
    display: block;
  }

  .grid-61 {
    grid-template: "Area" 150px
                   "Area-2" 500px
                   "Area-3" 500px
                   "Area-4" 500px
                   "Area-5" 150px
                   "Area-6" 500px
                   "." 500px
                   "." 500px
                   / 1fr;
  }

  .heading-125 {
    text-align: center;
    justify-content: center;
    margin-right: 0;
    padding-left: 20px;
    display: flex;
  }

  .div-block-427 {
    align-items: center;
  }

  .grid-62 {
    grid-template-rows: 450px 150px 150px 150px 150px 150px 150px 150px 150px 450px 150px 150px 150px 150px 150px 150px 150px 150px 450px 150px 150px 150px 150px 150px 150px 150px 150px;
    place-content: center;
  }

  .addonsfb {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-64 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-65 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-cta-32px-heading {
    font-size: 28px;
  }

  .cf-cta-form-wrapper {
    align-items: flex-start;
    width: 90%;
    max-width: 500px;
    padding: 80px 40px;
  }

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

  .section-49 {
    padding: 35px 25px;
  }

  .cta-title-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-title-3.subtitle {
    font-size: 20px;
    line-height: 20px;
  }

  .grid-67 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: .25fr;
  }

  .superscript {
    font-size: 32px;
  }

  .superscript-2 {
    font-family: Playfair Display, sans-serif;
    font-size: 32px;
  }

  .superscript-3, .superscript-4 {
    font-size: 32px;
  }

  .superscript-5.headlines-musikw-nsche {
    font-size: 32px;
    line-height: 44px;
  }

  .superscript-6 {
    font-size: 32px;
  }

  .heading-127 {
    text-align: left;
    font-weight: 400;
  }

  .superscript-7, .heading-133, .superscript-8 {
    font-size: 32px;
  }

  .bold-text-3 {
    font-size: 38px;
  }

  .grid-68 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-149, .heading-150, .bold-text-5, .heading-151 {
    text-align: center;
  }

  .frage-an-dich {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .grid-70 {
    grid-template-columns: minmax(200px, 5fr);
    grid-template-areas: ".";
    grid-auto-columns: minmax(0, .25fr);
  }

  .bold-text-6, .bold-text-8 {
    font-size: 25px;
  }

  .section-54 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-flex-1---image-3 {
    right: 0%;
  }

  .cf-flex-1---image-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-flex-1---wrapper-2 {
    width: 90%;
    padding-top: 90px;
  }

  .div-block-439 {
    width: 200px;
    margin-top: -51px;
    margin-bottom: 0;
    margin-left: 20px;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    transform: rotate(0);
  }

  .heading-59 {
    margin-top: 1px;
    font-size: 20px;
    line-height: 26px;
  }

  .uno-project-card-cover-3 {
    flex-wrap: wrap;
    flex: 1;
    width: 100%;
    height: auto;
    margin-top: 168px;
    padding: 20px;
    display: block;
  }

  .heading-60 {
    margin-top: 0;
    font-size: 22px;
    line-height: 26px;
  }

  .heading-153 {
    margin: 14px 3px 0 0;
    font-size: 24px;
    display: inline-block;
    position: static;
    bottom: 0;
    left: auto;
    right: 0;
    transform: rotate(0);
  }

  .heading-153.accented {
    margin-top: auto;
  }

  .div-block-440 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
  }

  .div-block-144 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
    display: block;
    transform: rotate(90deg);
  }

  .text-block-195 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .lightroom {
    padding: 35px 25px;
  }

  .service-icon-4, .service-icon-5, .service-icon-6, .service-icon-7 {
    height: auto;
    margin-bottom: 16px;
  }

  .grid-73 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    place-items: center;
  }

  .service-title-8 {
    height: 50px;
    font-size: 15px;
    line-height: 21px;
  }

  .white-section-title-4, .white-section-title-5 {
    font-size: 35px;
    line-height: 39px;
  }

  .white-section-title-5._2 {
    font-size: 21px;
    line-height: 23px;
  }

  .highlights-divider {
    margin-top: auto;
  }

  .logogrid {
    width: 150px;
    height: 150px;
  }

  .icon-9 {
    inset: auto auto 0% 0%;
  }

  .icon-10 {
    inset: auto 0% 0% auto;
  }

  .grid-78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-461 {
    min-width: auto;
    min-height: 500px;
  }

  .paragraph-60 {
    font-size: 22px;
  }

  .heading-155 {
    font-size: 35px;
  }

  .paragraph-61 {
    font-size: 22px;
  }

  .slide_2, .slide_1, .slide_3, .slide_4, .slide_5, .slide_6, .slide_7, .slide_8, .slide_10, .slide_11, .slide_12, .slide_13, .slide_14, .slide_15, .slide_16, .slide_17, .slide_18, .slide_19, .slide_20, .slide_21, .slide_22, .slide_23, .slide_24, .slide_9, .slide_25, .slide_26, .slide_27, .slide_28, .slide_29, .slide_30, .slide_31, .slide_32, .slide_33, .slide_34, .slide_35, .slide_36 {
    width: 50%;
  }

  .grid-79 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-81 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featuresvergleich.fotobox, .featuresvergleich.standardpakete {
    margin-top: 100px;
    margin-bottom: auto;
  }

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

  .specialfxgrid {
    background-position: 62% 0;
  }

  .new_specials-upgradegrid {
    margin-top: auto;
  }

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

  .container-27 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-86 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-4"
                   "Area-5"
                   / 1fr;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 406px;
  }

  .grid-86.mitbewerb {
    grid-template-rows: auto auto;
    padding-bottom: 0;
  }

  .block-title-4, .block-title-5 {
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .heading-159.specials {
    text-align: center;
  }

  .block-title-6 {
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .heading-160.specials {
    text-align: center;
  }

  .block-quote-3 {
    font-size: 35px;
  }

  .block-quote-3.bewertungen {
    font-size: 20px;
  }

  .quote {
    padding-top: 0;
  }

  .main2 {
    top: 27vw;
  }

  .photo-container {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: 25vh;
    padding-top: 0;
    padding-bottom: 0;
    top: 100px;
  }

  .main1-front {
    top: 15vw;
  }

  .section-background, .section-background.yellow-background {
    width: 60%;
    height: 60%;
    top: auto;
  }

  .flex-fix.hide-svp {
    display: none;
  }

  .flex-fix.show-svp {
    display: block;
  }

  .bottom-bar {
    width: auto;
    margin-left: 0;
    padding-right: 100px;
    left: 100px;
  }

  .main1 {
    top: 15vw;
  }

  .arrow-2.right {
    right: 20px;
  }

  .arrow-2.left {
    left: 20px;
  }

  .main2-front {
    top: 27vw;
  }

  .photo {
    width: 40vw;
    height: 100%;
    margin-right: 5vw;
  }

  .brand-11 {
    width: 180px;
  }

  .slide-nav-13 {
    width: auto;
    padding-left: 40px;
    position: absolute;
    left: 300px;
    right: 20px;
  }

  .top-bar {
    width: auto;
    right: 20px;
  }

  .text-container {
    justify-content: flex-start;
    height: 100%;
    padding-bottom: 120px;
    padding-left: 20px;
  }

  .number-container {
    position: relative;
    left: 200px;
  }

  .heading-161 {
    font-size: 28px;
  }

  .text-block-200 {
    font-size: 16px;
  }

  .pricing-card-01._3 {
    border-left-style: solid;
  }

  .pricing-card-01._1 {
    border-right-style: solid;
  }

  .pricing-div-01, .pricing-div-02-2 {
    grid-template-columns: 1fr;
  }

  .heading-162 {
    font-size: 14px;
  }

  .image-121 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .price-feature-2 {
    border-bottom-style: none;
  }

  .standardpaketenew.fotobox, .standardpaketenew.standardpakete {
    margin-top: 100px;
    margin-bottom: auto;
  }

  .heading-1 {
    font-size: 35px;
    line-height: 45px;
  }

  .icon-11 {
    inset: auto auto 0% 0%;
  }

  .mask-6 {
    height: 2500px;
  }

  .icon-12 {
    inset: auto 0% 0% auto;
  }

  .columns {
    text-align: center;
  }

  .heading-164, .heading-165, .heading-166, .heading-167 {
    font-size: 25px;
  }

  .paragraph-66 {
    font-size: 12px;
  }

  .page-header-overlay {
    padding: 135px 25px 50px;
  }

  .page-header-title {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .support-blocks-2 {
    margin: auto;
  }

  .block-title-8 {
    font-size: 25px;
  }

  .image-background-section {
    background-size: cover;
  }

  .pricing-column {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .background-image-section-overlay {
    background-color: #f2f2f27d;
    background-image: linear-gradient(to right, #f2f2f2 14%, #f2f2f200);
    padding: 35px 25px;
  }

  .grid-95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-209 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .div-block-487 {
    min-width: auto;
    min-height: 500px;
  }

  .heading-182.specials {
    text-align: center;
  }

  .pricing-card-01-2._3 {
    border-left-style: solid;
  }

  .pricing-card-01-2._1 {
    border-right-style: solid;
  }

  .image-125 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .support-blocks-3 {
    margin: auto;
  }

  .block-title-9 {
    font-size: 25px;
  }

  .container-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .support-blocks-4 {
    margin: auto;
  }

  .subheading-2 {
    font-family: Playfair Display, sans-serif;
  }

  .paragraph-69 {
    margin-bottom: -2px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .list-5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .grid-98 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .image-128 {
    height: 500px;
  }

  .slogan {
    padding: 35px 25px;
  }

  .white-section-title-2 {
    font-size: 35px;
    line-height: 39px;
  }

  .home-container.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .bewertungen-kurz {
    display: block;
  }

  .icon-13 {
    inset: auto 0% 0% auto;
  }

  .icon-14 {
    inset: auto auto 0% 0%;
  }

  .support-blocks-5 {
    margin: auto;
  }

  .fb_footer1_base_links_left {
    flex: none;
    order: -1;
    width: 100%;
    margin-top: -50px;
  }

  .fb_footer1_base_links_wrap {
    height: 100px;
  }

  .fb_footer1_column.brand {
    flex-grow: 0;
  }

  .fb_footer1_base_links_right {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -20px;
  }

  .fb_footer1_base_links {
    flex-flow: wrap;
    align-content: flex-end;
    align-items: flex-start;
    height: 100px;
  }

  .bewertungen-grid-richtig {
    display: block;
  }

  .fb_container-grid-bw {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-header-overlay-2 {
    min-width: 100%;
    max-width: 100%;
    padding: 135px 25px 50px;
  }

  .page-header-title-2 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-2.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .cta-button-new {
    display: block;
  }

  .heading-189 {
    margin-top: 40px;
    font-size: 22px;
  }

  .paragraph-lesbar-2 {
    padding: 20px;
  }

  .div-block-551 {
    margin-left: auto;
    margin-right: auto;
  }

  .cta-above {
    margin-top: 0;
    padding: 0;
  }

  .div-block-567 {
    min-height: 400px;
  }

  .div-block-567.black_grey.anders {
    padding: 10px;
  }

  .section-62-copy.weiss {
    margin: 10px;
    padding: 10px;
  }

  .list-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-item-30-copy {
    font-size: 18px;
  }

  .grid-108 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area Area Area Area ."
                         "Area Area Area Area Area Area Area ."
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 ."
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 ."
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 ."
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4"
                         "Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4 Area-4";
  }

  .navbar_component {
    min-height: 4rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .navbar_menu-wrapper {
    font-size: 1.25rem;
  }

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

  .fly-in_content-wrapper {
    width: 90%;
    padding-bottom: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

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

  .studio-footer_credit-text {
    margin-top: 1.5rem;
  }

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

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

  .container-76 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-13 {
    padding-left: 20px;
  }

  .div-block-577 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2";
  }

  .page-header-title-3 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-3.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

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

  .heading-193 {
    margin-top: 10px;
    font-size: 22px;
  }

  .list-item-30-copy-2 {
    font-size: 18px;
  }

  .div-block-582 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2";
  }

  .page-header-title-4 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-4.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .section-67 {
    background-position: 0 0;
  }

  .container-81 {
    margin-top: 130px;
    margin-bottom: 10px;
  }

  .page-header-title-5 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-5.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-586 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area Area Area Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3 Area-3 Area-3 Area-3";
  }

  .image-138 {
    order: -9999;
    width: 100px;
    height: 100px;
  }

  .proof-siegel {
    justify-content: center;
    align-items: flex-start;
    margin-top: 91px;
    display: none;
  }

  .image-139 {
    width: 70px;
    height: 70px;
    margin-top: 10px;
  }

  .image-140 {
    width: 70px;
    height: 70px;
  }

  .list-7 {
    padding: 10px;
  }

  .cta-below {
    margin-top: 0;
    padding: 0;
  }

  .div-block-588 {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
  }

  .div-block-589 {
    width: 100%;
  }

  .div-block-590 {
    padding: 10px;
  }

  .herowrapper_new {
    height: auto;
    margin-bottom: auto;
  }

  .hero_section {
    height: 100%;
  }

  .div-block-594 {
    flex: 0 auto;
    order: 9999;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-597 {
    align-self: flex-start;
    margin-top: 10px;
  }

  .heading-191-copy {
    color: var(--color);
  }

  .icon-15 {
    inset: auto 0% 0% auto;
  }

  .block-title-10 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .block-quote-5 {
    font-size: 35px;
  }

  .block-quote-5.bewertungen {
    font-size: 20px;
  }

  .slider-6 {
    height: 2500px;
  }

  .icon-16 {
    inset: auto auto 0% 0%;
  }

  .bewertungen-kurz-2 {
    display: block;
  }

  .heading-191-copy {
    padding: 20px;
  }

  .heading-192-copy.klein {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-title-11 {
    font-size: 25px;
  }

  .container-90 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-overlay-3 {
    padding: 135px 25px 50px;
  }

  .page-header-title-6 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-6.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .block-title-12 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .paragraph-lesbar-5, .paragraph-lesbar-7 {
    padding: 20px;
  }

  .image-146 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .background-image-section-overlay-2 {
    background-color: #f2f2f27d;
    background-image: linear-gradient(to right, #f2f2f2 14%, #f2f2f200);
    padding: 35px 25px;
  }

  .support-blocks-7 {
    margin: auto;
  }

  .white-section-title-6 {
    font-size: 35px;
    line-height: 39px;
  }

  .icon-17 {
    inset: auto 0% 0% auto;
  }

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

  .block-quote-6 {
    font-size: 35px;
  }

  .block-quote-6.bewertungen {
    font-size: 20px;
  }

  .slider-7 {
    height: 2500px;
  }

  .icon-18 {
    inset: auto auto 0% 0%;
  }

  .bewertungen-kurz-3 {
    display: block;
  }

  .support-blocks-8 {
    margin: auto;
  }

  .block-title-17 {
    white-space: normal;
    font-size: 25px;
  }

  .faq-grid-home {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .faq-paragraph-2 {
    display: block;
  }

  .block-title-18 {
    white-space: normal;
    font-size: 25px;
  }

  .fb_footer1_section-contact {
    margin-top: 50px;
  }

  .bold-text-47 {
    font-size: 22px;
  }

  .wei-header-aida {
    padding: 20px;
  }

  .container-115 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-overlay-firma {
    padding: 135px 25px 50px;
  }

  .page-header-title-7 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-7.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .section-2 {
    margin-top: auto;
    padding-top: 0;
  }

  .div-block-50 {
    padding: 30px;
  }

  .heading-10, .paragraph-22 {
    padding: 20px;
  }

  .section-75 {
    margin-top: auto;
    padding-top: 0;
  }

  .div-block-627 {
    padding: 30px;
  }

  .heading-228, .paragraph-71 {
    padding: 20px;
  }

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

  .hero_section-hochzeit {
    height: 100%;
  }

  .blacklist {
    font-size: 18px;
  }

  .xmasherowrapper_new {
    height: auto;
    margin-bottom: auto;
  }

  .hero_section-xmas {
    height: 100%;
  }

  .herowrapper_fotobox {
    height: auto;
    margin-bottom: auto;
  }

  .hero_section-fotobox {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    height: 100%;
    padding-top: 200px;
    padding-left: 0;
  }

  .image-138-fotobox {
    order: -9999;
    width: 100px;
    height: 100px;
  }

  .container-81-fotobox {
    margin-top: 130px;
    margin-bottom: 10px;
  }

  .div-block-594-fotobox {
    flex: 0 auto;
    order: 9999;
    justify-content: flex-start;
    align-items: stretch;
  }

  .cta-above-fotobox {
    margin-top: 0;
    padding: 0;
  }

  .section-62-fotobox.weiss {
    margin: 10px;
    padding: 10px;
  }

  .bewertungen-kurz-2-fotobox {
    display: block;
  }

  .section-62-copy-copy.weiss, .section-62-copy-copy-copy.weiss {
    margin: 10px;
    padding: 10px;
  }

  .page-header-title-5-fotobox {
    margin-top: 100px;
    padding-top: 0;
    font-size: 40px;
    line-height: 35px;
    display: none;
  }

  .page-header-title-5-fotobox.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .page-header-title-5-copy {
    margin-top: 10px;
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-5-copy.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .cta-button-new-fotobox {
    display: block;
  }

  .page-header-title-8 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-8.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .container-117 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-229.specials {
    text-align: center;
  }

  .specialfxgrid-2 {
    background-position: 62% 0;
  }

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

  .specialfxgrid-3 {
    background-position: 62% 0;
  }

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

  .section-76 {
    margin-top: auto;
    padding-top: 0;
  }

  .div-block-633 {
    padding: 30px;
  }

  .heading-232, .paragraph-72 {
    padding: 20px;
  }

  .bilder-div {
    background-image: url('../images/hochzeit_alex_1hochzeit_alex.avif');
    background-position: 50% 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .hochzeit-dj-nieder-sterreich {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .container-118 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title-9 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-9.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .pic-on-the-rechts-trauung-copy, .pic-on-the-trauung {
    flex-direction: column;
  }

  .blog-one-list-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-list-text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .container-120 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title-10 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-10.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .copythis-1 {
    flex-direction: column;
  }

  .container-122 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title-11 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-11.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .container-123 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title-12 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-12.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .paragraph-lesbar-8, .paragraph-lesbar-9, .paragraph-lesbar-10, .paragraph-lesbar-11 {
    padding: 20px;
  }

  .container-126 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title-13 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-13.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .gold-paket-foto {
    width: 100%;
  }

  .paragraph-lesbar-12 {
    padding: 20px;
  }

  .gold-paket-foto-2 {
    width: 100%;
  }

  .paragraph-lesbar-13 {
    padding: 20px;
  }

  .container-128 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-title-14 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-14.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .block-title-19 {
    font-size: 25px;
  }

  .image-162 {
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .heading-233, .heading-238, .block-title-20, .heading-239, .heading-243 {
    font-size: 25px;
  }

  .container-131 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-overlay-fotobox {
    padding: 135px 25px 50px;
  }

  .page-header-title-15 {
    font-size: 40px;
    line-height: 35px;
  }

  .page-header-title-15.subtitle {
    font-size: 19px;
    line-height: 24px;
  }

  .heading-189-firmenfeier {
    margin-top: 40px;
    font-size: 22px;
  }

  .cta-button-new-fotobox-firma {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  p {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .image-3 {
    margin-left: 10px;
  }

  .absolute-image {
    width: 320px;
    height: 800px;
  }

  .hero-wrapper {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper.main {
    height: 800px;
    min-height: 800px;
    margin-bottom: 50px;
  }

  .label {
    margin-top: -114px;
    font-size: .7rem;
  }

  .max-width-20ch {
    margin-top: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 10px;
  }

  .max-width-20ch.links {
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 18px;
    display: flex;
  }

  .max-width-20ch.heroimagetext {
    margin-top: -2px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .vorteile-n {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line {
    flex: 0 auto;
  }

  .block-title {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .rich-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery.fotobox {
    margin-top: 1200px;
  }

  .attribute-50 {
    grid-template-columns: 1.75fr;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2";
    grid-auto-columns: .25fr;
    place-content: center;
    place-items: center;
  }

  .text-wrap-in-grid {
    text-align: center;
    flex: 1;
    align-items: center;
    height: 1000px;
  }

  .text-wrap-in-grid.unten {
    height: 500px;
  }

  .text-wrap-in-grid.klein-2 {
    height: 300px;
    padding-top: 0;
    padding-left: 20px;
  }

  .subheading {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Playfair Display, sans-serif;
    display: flex;
  }

  .button.secondary {
    align-self: stretch;
  }

  .half-section.bild {
    width: 100%;
    margin-top: 200px;
    padding-top: 0;
  }

  .half-section.from {
    padding-left: 30px;
    padding-right: 30px;
  }

  .half-section.bild {
    height: 700px;
    margin-top: 20px;
    padding-top: 0;
  }

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

  .calc-card, .total {
    padding-left: 13px;
    padding-right: 13px;
  }

  .block-subheading {
    font-family: Playfair Display, sans-serif;
  }

  .radio-group {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .fieldset-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    position: static;
  }

  .fieldset-number {
    margin-bottom: 5px;
    margin-right: 0;
    position: absolute;
    inset: 5px auto auto 5px;
  }

  .question {
    text-align: center;
  }

  .calc-field {
    position: relative;
  }

  .calc-field.field-second {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .home-start.hero {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .home-start.hero.main {
    min-height: 800px;
  }

  .home-start.after {
    margin-top: -420px;
    padding-top: 400px;
  }

  .block-title-wrapper-2 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .image-46 {
    margin-top: 241px;
    padding: 0;
  }

  .trigger {
    margin-bottom: 60px;
  }

  .page-hero-wrapper {
    margin-bottom: 40px;
  }

  .container-11 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .heading-2.pricing {
    text-align: center;
  }

  .big-price {
    font-size: 40px;
    line-height: 50px;
  }

  .pricing-card-02 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fb_team1_column {
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .fb_team1_pic {
    width: 100%;
  }

  .bewertungen {
    display: block;
  }

  .fb_team1_image {
    height: 310px;
    max-height: 310px;
  }

  .fb_container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kalkulator-neu {
    margin-top: 1000px;
  }

  .mask-2, .slider-2 {
    height: 2500px;
  }

  .logo-2.row1, .logo-2.row2, .logo-2.row3, .logo-2.row1 {
    width: 100px;
    height: 100px;
  }

  .content-grid-03 {
    grid-template-columns: 1fr;
  }

  .content-left-inner-03 {
    border-left-style: none;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .flyersloder._90s {
    background-color: #0000;
  }

  .uno-project-card-text {
    padding: 20px;
  }

  .uno-project-card-image.b {
    height: auto;
  }

  .uno-project-card-image.b.ambient {
    height: 600px;
  }

  .uno-project-card-image.b.videobooth {
    min-width: 100%;
    height: 250px;
  }

  .project-rich-text {
    color: var(--crimson\<deleted\|variable-46992150\>);
    font-family: Playfair Display, sans-serif;
  }

  .price-feature {
    flex-direction: row;
    padding: 20px;
  }

  .checkbox {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .pricing-table-card {
    width: 100%;
  }

  .main {
    padding: 20px;
  }

  .image-105, .text-block-177, .text-block-180 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-text-3 {
    font-size: 48px;
  }

  .block-title-3 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Playfair Display, sans-serif;
  }

  .block-title-wrapper-3 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .blue-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .specials-upgrades-2 {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-117 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-117.specials {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .specialimagdiv-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-13 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-118 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 10px;
  }

  .question-title {
    flex: 1;
  }

  .tabs-container---brix {
    margin-top: 24px;
    padding: 0;
    overflow: visible;
  }

  .footer-grid-02 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .secondary-link-dark {
    margin-right: 32px;
  }

  .footer-4, .footer-4.fotobox, .footer-4.wuensch {
    margin-top: auto;
  }

  .footer-4.licht, .footer-4.specials {
    margin-top: 1100px;
  }

  .text-rights {
    text-align: left;
    margin-right: 0;
  }

  .footer-wrapper-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .paragraph-2 {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .list {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
  }

  .block-title-wrapper-4 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12 {
    font-size: 15px;
  }

  .div-block-411 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .gummi {
    width: 100%;
    min-width: auto;
    height: 1800px;
    margin-top: auto;
    margin-bottom: 104px;
    padding: 20px 2px 0;
  }

  .grid-5 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .divgrid500.bild {
    height: 400px;
  }

  .divgrid500.text {
    height: 500px;
    padding-top: 220px;
  }

  .divgrid500.text.klein {
    height: 500px;
  }

  .image-107 {
    padding-top: 20px;
  }

  .image-109 {
    height: 300px;
  }

  .heading-paragraph {
    text-align: center;
    margin-right: 40px;
    padding-left: 40px;
  }

  .grid-6.new, .grid-6.final {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-auto-flow: row;
  }

  .pricelistgridnew.test, .pricelistgridnew.new {
    margin-top: auto;
  }

  .section-46 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .faq-headline {
    margin-top: 100px;
    padding-top: 0;
  }

  .blue-6 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .image-110, .heading-123 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-123.specials {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .specialimagdiv-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-190 {
    font-size: 30px;
  }

  .fotobox-service-text {
    background-color: #0000;
  }

  .fotoboxservice {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-61 {
    grid-template-rows: 150px 300px 300px 300px 150px 300px 300px 300px;
    grid-template-areas: "Area"
                         "Area-2"
                         "Area-3"
                         "Area-4"
                         "Area-5"
                         "Area-6"
                         "."
                         ".";
  }

  .heading-125 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    padding-right: 20px;
  }

  .div-block-428 {
    background-image: url('../images/mitbewerb-requisiten.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-429 {
    background-image: url('../images/img_9414.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-430 {
    background-image: url('../images/requisiten-bei-uns.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .div-block-431 {
    background-image: url('../images/photo-2023-08-15-16-20-43.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .grid-65 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-reviewer-position, .cf-reviewer-name {
    font-size: 16px;
  }

  .cf-reviewer-info {
    margin-top: 16px;
    margin-left: 0;
  }

  .cf-reviewer-block {
    flex-direction: column;
  }

  .cf-cta-testimonial-text {
    font-size: 16px;
  }

  .cf-testimonial-slide-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-testimonial-slide-wrapper.black {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cf-cta-32px-heading {
    font-size: 20px;
  }

  .cf-cta-form-wrapper {
    padding: 60px 24px;
  }

  .section-49 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .cta-title-3 {
    font-size: 19px;
    line-height: 24px;
  }

  .cta-title-3.subtitle {
    font-size: 17px;
  }

  .div-block-436 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-67 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .superscript {
    font-size: 25px;
  }

  .superscript-2, .superscript-3 {
    text-align: center;
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .superscript-4, .superscript-5 {
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
  }

  .superscript-5.headlines-musikw-nsche {
    font-size: 25px;
  }

  .superscript-6 {
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .heading-127 {
    text-align: center;
    font-size: 25px;
  }

  .heading-128, .heading-129, .heading-130 {
    text-align: center;
    font-size: 30px;
  }

  .superscript-7 {
    text-align: center;
    font-size: 25px;
  }

  .heading-131, .heading-132 {
    text-align: center;
    font-size: 30px;
  }

  .heading-133 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
  }

  .heading-134 {
    text-align: center;
    font-size: 25px;
  }

  .heading-135, .heading-136, .heading-137, .heading-138, .heading-139, .heading-140, .heading-141, .heading-142, .heading-143, .heading-144, .heading-145, .heading-146 {
    text-align: center;
  }

  .superscript-8 {
    font-size: 25px;
  }

  .block-quote-2 {
    font-size: 20px;
  }

  .list-item-13, .text-block-192 {
    font-size: 18px;
  }

  .heading-147, .heading-148 {
    font-size: 20px;
  }

  .heading-149, .bold-text-4, .bold-text-5 {
    font-size: 25px;
  }

  .gruende, .vorteile-new {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .frage-an-dich {
    grid-template-rows: auto auto;
    margin-bottom: auto;
    padding-top: 40px;
  }

  .list-item-19, .list-item-20, .list-item-21 {
    font-size: 18px;
  }

  .grid-70 {
    grid-template-rows: 800px 1200px;
  }

  .div-block-437 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .musik {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-54 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    font-size: 25px;
  }

  .cf-18px-paragraph-2 {
    font-size: 16px;
  }

  .cf-flex-1---text-contain-2 {
    margin-top: 60px;
  }

  .cf-flex-1---image-3 {
    width: 90%;
  }

  .cf-flex-1---image-4 {
    width: 100%;
  }

  .heading-59 {
    font-size: 14px;
    line-height: 20px;
  }

  .uno-project-card-cover-3 {
    background-color: #0000;
  }

  .heading-60 {
    font-size: 22px;
    line-height: 26px;
  }

  .heading-153, .heading-153.accented {
    font-size: 20px;
  }

  .div-block-144 {
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
    transform: rotate(90deg);
  }

  .text-block-195 {
    font-size: 16px;
  }

  .button-10 {
    background-color: var(--crimson\<deleted\|variable-46992150\>);
  }

  .list-item-22, .list-item-24, .list-item-25 {
    font-size: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lightroom {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  ._360._360-grad-photo {
    background-color: #0000;
  }

  .service-icon-4, .service-icon-5, .service-icon-6, .service-icon-7 {
    height: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    line-height: 10px;
  }

  .service-title-8 {
    height: 50px;
    margin-top: auto;
    padding-top: 0;
    font-size: 10px;
    line-height: 18px;
    display: block;
  }

  .white-section-title-4, .white-section-title-5 {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 25px;
  }

  .white-section-title-5._2 {
    font-size: 17px;
    line-height: 20px;
  }

  .referenzen-hochzeit {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .highlights-divider {
    background-color: #e7124c;
    margin-top: auto;
  }

  .logos-partner {
    background-color: #e7124c;
  }

  .logogrid {
    width: 100px;
    height: 100px;
  }

  .left-arrow-8 {
    display: block;
    inset: auto auto 0% 0%;
  }

  .right-arrow-6 {
    display: block;
    inset: auto 0% 0% auto;
  }

  .slide-nav-12 {
    display: block;
    inset: auto 0% 0%;
  }

  .icon-9 {
    inset: auto auto 0% 0%;
  }

  .scrool-2-top {
    display: block;
  }

  .text-block-197 {
    font-size: 20px;
  }

  .grid-78 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-60 {
    text-align: left;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

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

  .paragraph-61 {
    text-align: left;
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    display: flex;
  }

  .slide_2, .slide_1, .slide_3, .slide_4, .slide_5, .slide_6, .slide_7, .slide_8, .slide_10, .slide_11, .slide_12, .slide_13, .slide_14, .slide_15, .slide_16, .slide_17, .slide_18, .slide_19, .slide_20, .slide_21, .slide_22, .slide_23, .slide_24, .slide_9, .slide_25, .slide_26, .slide_27, .slide_28, .slide_29, .slide_30, .slide_31, .slide_32, .slide_33, .slide_34, .slide_35, .slide_36 {
    width: 100%;
  }

  .div-block-465 {
    align-self: center;
    margin-top: -352px;
    padding-top: 0;
  }

  .grid-81 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .quick-stack-4 {
    margin-top: 40px;
  }

  .div-block-467 {
    height: 400px;
  }

  .national-support {
    display: none;
  }

  .vorteile-n-copy {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .featuresvergleich.fotobox, .featuresvergleich.standardpakete {
    margin-top: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 200px repeat(auto-fit, 200px);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
    grid-auto-columns: minmax(0, .25fr);
    align-items: stretch;
  }

  .heading-157 {
    font-size: 25px;
  }

  .specialfxgrid {
    background-size: cover;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .new_specials-upgradegrid {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .specialsgrid, .upgradesgrid {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .co2bodennebel._90s {
    background-color: #0000;
  }

  .container-27 {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .vorteile-n-2 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .block-title-4 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .addons-ton {
    padding-top: 20px;
  }

  .container-28 {
    margin-top: 60px;
  }

  .image-119 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-title-5 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .heading-159 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-159.specials {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .block-title-6 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Playfair Display, sans-serif;
    font-size: 25px;
  }

  .heading-160 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-160.specials {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hazer2._90s, .aufw._90s, .aufw._90s {
    background-color: #0000;
  }

  .block-quote-3 {
    font-size: 20px;
  }

  .quote {
    margin-top: 1100px;
    padding-top: 0;
  }

  .goldnew {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .slider-5 {
    min-height: 600px;
  }

  .main2 {
    top: 30vw;
  }

  .photo-container {
    height: 14vh;
    top: 80px;
  }

  .section-background, .section-background.yellow-background {
    width: 100%;
    height: 40vh;
  }

  .bottom-bar {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
  }

  .main2-front {
    top: 30vw;
  }

  .photo {
    width: 45vw;
  }

  .person-image-sml {
    max-width: 85%;
    top: 20%;
  }

  .brand-11 {
    width: 200px;
    top: 0;
    left: 0;
  }

  .link-22 {
    margin-bottom: 20px;
  }

  .slide-nav-13 {
    display: none;
    right: 0;
  }

  .top-bar {
    height: 60px;
    right: 0;
  }

  .text-container {
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 40vh;
    padding-right: 40px;
  }

  .number-container {
    align-self: flex-end;
    height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
    left: auto;
    right: -20px;
  }

  .flex-vertical.flex-left.flip-xsvp {
    flex-direction: row;
    justify-content: flex-start;
  }

  .heading-161 {
    padding: 20px;
    font-size: 25px;
  }

  .text-block-200 {
    padding: 20px;
    font-size: 14px;
  }

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

  .paragraph-63.center, .paragraph-64.center {
    text-align: center;
  }

  .big-price-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .goldnew-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .heading-162 {
    margin-top: 15px;
    margin-bottom: 40px;
  }

  .image-121 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .price-feature-2 {
    flex-direction: row;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .standardpaketenew.fotobox, .standardpaketenew.standardpakete {
    margin-top: 0;
  }

  .hero-section-01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-hero-content-01 {
    padding: 40px 20px;
  }

  .icon-11 {
    inset: auto auto 0% 0%;
  }

  .slide-nav-14 {
    display: block;
    inset: auto 0% 0%;
  }

  .mask-6 {
    height: 2500px;
  }

  .text-block-203 {
    font-size: 20px;
  }

  .image-122 {
    margin-top: 0;
  }

  .heading-168, .heading-169, .heading-170, .heading-171, .heading-172, .heading-173, .heading-174, .heading-175 {
    font-size: 16px;
  }

  .sticky-viewbox {
    height: auto;
    position: relative;
    top: auto;
  }

  .slide-content-2 {
    min-height: 40vh;
    padding: 1.5rem;
  }

  .card-heading {
    margin-bottom: 1rem;
  }

  .card-half {
    flex: 0 auto;
    width: 100%;
    height: auto;
  }

  .card-half.right {
    display: none;
  }

  .cards-wrapper {
    flex-direction: column;
    height: auto;
  }

  .cards-scroller {
    height: auto;
  }

  .card-image-mobile {
    max-height: 20vh;
    display: block;
  }

  .card-slide {
    border-radius: 2rem;
    margin-bottom: 2rem;
  }

  .heading-176 {
    width: 100%;
  }

  .page-header-overlay {
    padding: 115px 20px 35px;
  }

  .logo-gross {
    margin-left: 10px;
  }

  .page-header-title {
    margin-bottom: 12px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .vorteile-n-4 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .block-title-8 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .line-3 {
    flex: 0 auto;
  }

  .pricing-block-title {
    font-size: 21px;
    line-height: 18px;
  }

  .button-25 {
    margin-top: 3px;
  }

  .background-image-section-overlay {
    background-image: linear-gradient(to right, #f2f2f2 42%, #f2f2f200);
    padding: 25px 20px;
  }

  .background-image-section-overlay.pricing {
    padding-bottom: 10px;
  }

  .pricing-block-item-title {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .pricing-block-item-title.description.white {
    margin-bottom: 10px;
  }

  .pricing-block-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .referenzen-hochzeit-2 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .grid-95 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-209 {
    font-size: 16px;
  }

  .heading-182 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-182.specials {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-124 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vorteile-n-5 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

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

  .image-125 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-183 {
    font-size: 28px;
  }

  .vorteile-n-6 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .block-title-9 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .line-4 {
    flex: 0 auto;
  }

  .container-33 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-33.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .image-126 {
    margin-left: 10px;
  }

  .button-27 {
    padding: 10px;
  }

  .vorteile-n-7 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-5 {
    flex: 0 auto;
  }

  .subheading-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Playfair Display, sans-serif;
    display: flex;
  }

  .line-6 {
    flex: 0 auto;
  }

  .list-item-29, .list-item-27 {
    font-size: 15px;
  }

  .paragraph-69 {
    margin-top: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .list-item-28 {
    font-size: 15px;
  }

  .image-127 {
    padding-top: 20px;
  }

  .list-5 {
    text-align: left;
    margin-top: 0;
    padding-left: 0;
  }

  .list-item-26 {
    font-size: 15px;
  }

  .grid-98 {
    grid-template: "Area-2"
                   "Area"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .heading-paragraph-2 {
    text-align: center;
    margin-right: 40px;
    padding-left: 40px;
  }

  .image-128 {
    height: 300px;
  }

  .line-7 {
    flex: 0 auto;
  }

  .slogan {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .slogan.red {
    margin-top: 220px;
  }

  .white-section-title-2 {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 25px;
  }

  .bewertungen-kurz {
    display: block;
  }

  .vorteile-n-8 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .text-block-222 {
    font-size: 20px;
  }

  .line-8 {
    flex: 0 auto;
  }

  .slide-nav-15 {
    display: block;
    inset: auto 0% 0%;
  }

  .icon-14 {
    inset: auto auto 0% 0%;
  }

  .text-block-221, .text-block-219, .text-block-217 {
    font-size: 20px;
  }

  .line-9 {
    flex: 0 auto;
  }

  .vorteile-n-9, .vorteile-n-10 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-10 {
    flex: 0 auto;
  }

  .vorteile-n-11 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-11 {
    flex: 0 auto;
  }

  .fb_footer1_base_links_link {
    flex: 1;
    line-height: 14px;
  }

  .fb_footer1_column {
    flex-basis: 100%;
  }

  .fb_footer1_column.social {
    padding-left: 10px;
  }

  .fb_footer1_base_links_right {
    flex-wrap: nowrap;
  }

  .hero-section-01-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-hero-content-01-2 {
    padding: 40px 20px;
  }

  .bewertungen-grid-richtig {
    display: block;
  }

  .fb_container-grid-bw {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heronew-2.at-location {
    width: 100%;
  }

  .page-header-overlay-2 {
    padding: 115px 20px 35px;
  }

  .page-header-title-2 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-2.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .cta-button-new {
    white-space: normal;
    word-break: normal;
    margin: 10px;
    padding: 10px;
    font-family: Playfair Display, sans-serif;
  }

  .heading-189 {
    align-self: center;
    margin: 10px;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
  }

  .heading-paragraph-3 {
    text-align: center;
    margin-right: 40px;
    padding-left: 40px;
  }

  .container-50 {
    padding: 10px;
  }

  .div-block-551 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .cta-above {
    align-self: center;
  }

  .list-item-31 {
    font-size: 18px;
    text-decoration: none;
  }

  .list-item-32 {
    font-family: Playfair Display, sans-serif;
    text-decoration: none;
  }

  .div-block-567 {
    min-height: 300px;
    margin: 0;
    padding: 10px;
  }

  .div-block-567.grau {
    min-height: 300px;
  }

  .div-block-567.black_grey.anders {
    margin: 10px;
  }

  .section-62-copy.weiss {
    padding: 10px;
  }

  .heading-190 {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
  }

  .heading-191 {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-192 {
    margin-top: auto;
    font-family: Playfair Display, sans-serif;
  }

  .heading-192.klein {
    font-family: Playfair Display, sans-serif;
    font-size: 17px;
    line-height: 20px;
  }

  .list-item-30-copy {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
  }

  .abovethefold {
    min-width: 320px;
  }

  .grid-108 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area"
                         "Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-4 Area-4 Area-4 Area-4"
                         "Area-4 Area-4 Area-4 Area-4";
    place-content: stretch;
    place-items: start stretch;
    min-width: 320px;
    max-width: 100%;
  }

  .flyout-nav-link {
    font-size: 2rem;
  }

  .fly-in_component {
    display: none;
  }

  .navbar_menu-wrapper {
    justify-content: space-between;
    align-items: center;
    min-height: 95dvh;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .text-size-large.text-color-flyout.flyout {
    font-size: 23vw;
  }

  .fly-in_content-wrapper, .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .navbar-wrapper-2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .image-131 {
    margin-left: 10px;
  }

  .nav-menu-2 {
    height: 100vh;
  }

  .container-76 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-76.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    margin: 10px;
  }

  .bold-text-13 {
    padding-left: 0;
    font-size: 15px;
  }

  .div-block-577 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2";
  }

  .page-header-title-3 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-3.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .cta-button-new-2 {
    white-space: normal;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-582 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2";
  }

  .page-header-title-4 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-4.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .hero_grid {
    grid-template-areas: "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3";
  }

  .section-67 {
    background-position: 0%;
  }

  .div-block-584 {
    align-self: center;
    align-items: center;
    width: 100px;
    height: 100px;
  }

  .container-81 {
    align-self: center;
    margin-top: 100px;
  }

  .page-header-title-5 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-5.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-586 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area Area Area Area"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-2 Area-2 Area-2 Area-2"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3"
                         "Area-3 Area-3 Area-3 Area-3";
  }

  .video-above {
    align-self: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-138 {
    margin-top: 25px;
  }

  .proof-siegel {
    object-fit: contain;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    margin-top: auto;
  }

  .image-139 {
    align-self: center;
    width: 50px;
    height: 50px;
    margin-top: 60px;
    display: block;
  }

  .image-140 {
    flex: 0 auto;
    align-self: center;
    width: 50px;
    height: 50px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-141 {
    display: none;
  }

  .list-7 {
    padding-left: 0;
  }

  .cta-below {
    align-self: center;
  }

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

  .div-block-589 {
    width: 100%;
  }

  .image-143 {
    margin: auto 5px;
    padding: 0;
  }

  .div-block-590 {
    padding: 10px;
  }

  .herowrapper_new {
    margin-bottom: auto;
  }

  .hero_section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .div-block-596 {
    margin: 10px;
  }

  .code-embed-3 {
    margin: 10px;
    padding: 0;
  }

  .code-embed-4 {
    box-sizing: content-box;
    object-fit: contain;
    align-self: center;
    margin: 0;
    padding: 0;
  }

  .div-block-597 {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .weiss {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-567-copy {
    padding: 0;
  }

  .heading-191-copy {
    color: var(--black);
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .block-quote-4 {
    padding: 10px;
  }

  .div-block-567-copy-copy {
    padding: 0;
  }

  .heading-190-copy {
    margin: auto 10px;
    padding: 0;
    font-size: 20px;
  }

  .block-title-10 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
    font-size: 25px;
  }

  .block-quote-5 {
    font-size: 20px;
  }

  .block-quote-5.bewertungen {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav-16 {
    display: block;
    inset: auto 0% 0%;
  }

  .line-12 {
    flex: 0 auto;
  }

  .slider-6 {
    height: auto;
  }

  .button-29 {
    white-space: normal;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-230 {
    font-size: 20px;
  }

  .icon-16 {
    inset: auto auto 0% 0%;
  }

  .vorteile-n-12 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .text-block-231, .text-block-226 {
    font-size: 20px;
  }

  .bewertungen-kurz-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .text-block-232 {
    font-size: 20px;
  }

  .text-block-233 {
    margin-bottom: auto;
    font-size: 16px;
  }

  .heading-190-copy {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
  }

  .weiis-neu {
    margin: 10px;
    line-height: 28px;
  }

  .container-50-copy-grey {
    margin: 0;
    padding: 10px;
  }

  .container-50-copy-grey._2 {
    padding: 0;
  }

  .heading-194 {
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-18 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-195 {
    font-size: 23px;
    line-height: 26px;
  }

  .heading-191-copy {
    margin-left: 10px;
    margin-right: 5px;
    padding: 0 10px 0 0;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-192-copy {
    margin-top: auto;
  }

  .heading-192-copy.klein {
    font-family: Playfair Display, sans-serif;
    font-size: 17px;
    line-height: 20px;
  }

  .link-block-16 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-title-11 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .vorteile-n-13 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-13 {
    flex: 0 auto;
  }

  .container-87 {
    max-width: 320px;
  }

  .image-144 {
    height: 50px;
  }

  .image-145 {
    margin-left: 10px;
  }

  .nav-menu-3 {
    height: 100vh;
  }

  .container-90 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-90.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-gross-2 {
    margin-left: 10px;
  }

  .page-header-overlay-3 {
    padding: 115px 20px 35px;
  }

  .page-header-title-6 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-6.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .button-30 {
    white-space: normal;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
  }

  .block-title-12 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
    font-size: 25px;
  }

  .line-14 {
    flex: 0 auto;
  }

  .referenzen-hochzeit-3 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-15 {
    flex: 0 auto;
  }

  .heading-paragraph-4 {
    text-align: center;
    margin-right: 40px;
    padding-left: 40px;
  }

  .button-31 {
    white-space: normal;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23, .div-block-23._2col, .div-block-609, .div-block-609._2col, .div-block-611, .div-block-611._2col, .div-block-612, .div-block-612._2col {
    flex-basis: 100%;
  }

  .container-47 {
    padding: 10px;
  }

  .image-146 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-16 {
    flex: 0 auto;
  }

  .support-blocks-6 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-20 {
    white-space: normal;
    padding: 100px 0;
  }

  .heading-199 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-235 {
    padding: 10px;
  }

  .heading-198 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .background-image-section-overlay-2 {
    background-image: linear-gradient(to right, #f2f2f2 42%, #f2f2f200);
    padding: 25px 20px;
  }

  .background-image-section-overlay-2.pricing {
    margin: 10px 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-614, .div-block-614._2col {
    flex-basis: 100%;
  }

  .referenzen-hochzeit-4, .vorteile-n-14 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-17 {
    flex: 0 auto;
  }

  .heading-3-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-45 {
    padding: 10px;
  }

  .heading-224 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .referenzen-hochzeit-5 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .white-section-title-6 {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 25px;
  }

  .line-18 {
    flex: 0 auto;
  }

  .heading-225 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .block-quote-6 {
    font-size: 20px;
  }

  .block-quote-6.bewertungen {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav-17 {
    display: block;
    inset: auto 0% 0%;
  }

  .line-19 {
    flex: 0 auto;
  }

  .youtube-6 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-7 {
    height: 2800px;
  }

  .text-block-240 {
    font-size: 20px;
  }

  .icon-18 {
    inset: auto auto 0% 0%;
  }

  .vorteile-n-15 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .text-block-241, .text-block-242 {
    font-size: 20px;
  }

  .bewertungen-kurz-3 {
    margin-bottom: 100px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .text-block-243 {
    margin-bottom: auto;
    font-size: 14px;
  }

  .proof-2 {
    margin-top: 50px;
  }

  .div-block-621, .div-block-621._2col {
    flex-basis: 100%;
  }

  .heading-226 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .line-20 {
    flex: 0 auto;
  }

  .div-block-622 {
    margin-left: 0;
    margin-right: 0;
  }

  .block-title-17 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .vorteile-n-16 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-21 {
    flex: 0 auto;
  }

  .question-title-2 {
    flex: 1;
  }

  .block-title-18 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .vorteile-n-17 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .button-cta-grid {
    white-space: normal;
    word-break: break-all;
    margin-left: auto;
    margin-right: auto;
  }

  .line-22 {
    flex: 0 auto;
  }

  .question-title-3 {
    flex: 1;
  }

  .line-23 {
    flex: 0 auto;
  }

  .scrool-2-top-2 {
    display: block;
  }

  .fb_footer1_content-2 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   / minmax(100%, 7.5fr);
  }

  .bold-text-45 {
    font-size: 30px;
    line-height: 30px;
  }

  .bold-text-46 {
    padding: 10px 10px 10px 0;
  }

  .bold-text-47 {
    line-height: 30px;
  }

  .bold-text-48 {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text-49 {
    color: var(--black);
  }

  .bewertungentext {
    font-size: 20px;
  }

  .wei-header-aida {
    margin-left: 10px;
    margin-right: 5px;
    padding: 0 10px 0 0;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .image-151 {
    margin-left: 10px;
  }

  .nav-menu-4 {
    height: 100vh;
  }

  .container-115 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-115.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-4 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-overlay-firma {
    padding: 115px 20px 35px;
  }

  .page-header-title-7 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-7.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-50, .div-block-627 {
    flex-direction: column;
    flex: 1;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .scrool-2-top-3 {
    display: block;
  }

  .fb_footer1_content-3 {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   / minmax(100%, 7.5fr);
  }

  .fb_container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_section-hochzeit {
    background-position: 0%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .logos-firmen {
    margin: auto;
  }

  .firma-5 {
    margin: auto 5px;
    padding: 0;
  }

  .blacklist {
    font-family: Playfair Display, sans-serif;
    font-size: 15px;
  }

  .xmasherowrapper_new {
    margin-bottom: auto;
  }

  .hero_section-xmas {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    display: flex;
  }

  .herowrapper_fotobox {
    margin-bottom: auto;
  }

  .hero_section-fotobox {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-top: 115px;
    display: flex;
  }

  .div-block-584-fotobox {
    align-self: center;
    align-items: center;
    width: 100px;
    height: 100px;
  }

  .image-138-fotobox {
    margin-top: 25px;
  }

  .container-81-fotobox {
    align-self: center;
    margin-top: 100px;
  }

  .cta-above-fotobox {
    align-self: center;
  }

  .div-block-551-fotobox {
    margin-left: 10px;
    margin-right: 10px;
  }

  .video-above-fotobox {
    align-self: center;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-596-fotobox {
    margin: 10px;
  }

  .section-62-fotobox.weiss {
    padding: 10px;
  }

  .weiss-fotobox {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .bewertungen-kurz-2-fotobox {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .section-62-copy-copy.weiss, .section-62-copy-copy-copy.weiss {
    padding: 10px;
  }

  .container-50-copy-grey-fotobox {
    margin: 0;
    padding: 10px;
  }

  .container-50-copy-grey-fotobox._2 {
    padding: 0;
  }

  .page-header-title-5-fotobox {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-5-fotobox.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .page-header-title-5-copy {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-5-copy.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .cta-button-new-fotobox {
    white-space: normal;
    word-break: normal;
    margin: 10px;
    padding: 10px;
    font-family: Playfair Display, sans-serif;
  }

  .heading-190-fotobox {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 30px;
  }

  .div-block-567-fotobox {
    padding: 0;
  }

  .heading-190-copy-copy {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 25px;
  }

  .fotobox-5-klein-neu {
    margin: auto 5px;
    padding: 0;
  }

  .page-header-title-8 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-8.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .image-153 {
    margin-left: 10px;
  }

  .nav-menu-5 {
    height: 100vh;
  }

  .container-117 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-117.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-5 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-154, .heading-229 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-229.specials {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .big-price-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .blue-7 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .specialfxgrid-2 {
    background-size: cover;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .heading-230 {
    font-size: 25px;
  }

  .grid-123 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 200px repeat(auto-fit, 200px);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
    grid-auto-columns: minmax(0, .25fr);
    align-items: stretch;
  }

  .specialfxgrid-3 {
    background-size: cover;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .heading-231 {
    font-size: 25px;
  }

  .grid-124 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 200px repeat(auto-fit, 200px);
    grid-template-areas: ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . ."
                         ". . .";
    grid-auto-columns: minmax(0, .25fr);
    align-items: stretch;
  }

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

  .bilder-div {
    max-height: 200px;
  }

  .image-155 {
    margin-left: 10px;
  }

  .container-118 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-118.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-title-9 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-9.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .referenzen-hochzeit-6 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-24 {
    flex: 0 auto;
  }

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

  .image-156 {
    margin-left: 10px;
  }

  .container-120 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-120.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-title-10 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-10.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .image-157 {
    margin-left: 10px;
  }

  .container-122 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-122.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-title-11 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-11.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .div-block-637, .div-block-637._2col {
    flex-basis: 100%;
  }

  .image-158 {
    margin-left: 10px;
  }

  .container-123 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-123.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-title-12 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-12.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .referenzen-hochzeit-7 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-25 {
    flex: 0 auto;
  }

  .diamond-pic-2 {
    min-width: 100%;
  }

  .youtube-8 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-159 {
    margin-left: 10px;
  }

  .container-126 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-126.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-title-13 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-13.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .referenzen-hochzeit-8 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .line-26 {
    flex: 0 auto;
  }

  .image-160 {
    margin-left: 10px;
  }

  .container-128 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-128.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-title-14 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-14.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .image-161 {
    margin-top: 0;
  }

  .block-title-19 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .image-162 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .line-27 {
    flex: 0 auto;
  }

  .vorteile-n-18 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

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

  .heading-234, .heading-235, .heading-236, .heading-237 {
    font-size: 16px;
  }

  .block-title-20 {
    white-space: normal;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

  .line-28 {
    flex: 0 auto;
  }

  .heading-240, .heading-241, .heading-242 {
    font-size: 16px;
  }

  .vorteile-n-19 {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 20px;
  }

  .heading-244 {
    font-size: 16px;
  }

  .kontakt-2 {
    width: 100%;
  }

  .image-163 {
    margin-left: 10px;
  }

  .container-131 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-131.navigation-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header-overlay-fotobox {
    padding: 115px 20px 35px;
  }

  .page-header-title-15 {
    overflow-wrap: normal;
    margin-bottom: 12px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 29px;
    line-height: 27px;
  }

  .page-header-title-15.subtitle {
    font-size: 17px;
    line-height: 20px;
  }

  .heading-189-firmenfeier {
    align-self: center;
    margin: 10px;
    font-family: Playfair Display, sans-serif;
    font-size: 20px;
  }

  .cta-button-new-fotobox-firma {
    white-space: normal;
    word-break: normal;
    margin: 10px;
    padding: 10px;
    font-family: Playfair Display, sans-serif;
  }

  .heading-190-firma-fotobox {
    margin: auto 10px;
    padding: 0;
    font-size: 20px;
  }
}

#w-node-_9866e933-f0c9-cfbc-329e-76441a0338ff-370436b2 {
  place-self: center;
}

#w-node-_9866e933-f0c9-cfbc-329e-76441a033902-370436b2 {
  grid-area: Area;
  place-self: center;
}

#w-node-_9866e933-f0c9-cfbc-329e-76441a033904-370436b2 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03286-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03288-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03289-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a0328b-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a0328c-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03291-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03293-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03294-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03296-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03297-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a0329c-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a0329e-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a0329f-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032a1-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032a2-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032a7-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032a9-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032aa-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032ac-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032ad-370436b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ef45ac8a-578d-b95e-5685-7c2dffdc05ae-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc05db-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc0615-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc0651-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc069c-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc06e6-370436b2, #w-node-c5ac4e62-9508-f45e-bcb1-10c60e6979e8-370436b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a11-370436b2 {
  place-self: center;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a12-370436b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a13-370436b2 {
  justify-self: start;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a14-370436b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a37-370436b2 {
  place-self: center;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a38-370436b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a39-370436b2 {
  justify-self: start;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a3a-370436b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a5c-370436b2 {
  place-self: center;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a5d-370436b2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a5e-370436b2 {
  justify-self: start;
}

#w-node-c5ac4e62-9508-f45e-bcb1-10c60e697a5f-370436b2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c75-3e71dfc0 {
  grid-area: Area;
  place-self: center;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c76-3e71dfc0 {
  grid-area: Area;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-3e71dfc0 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827d9-3e71dfc0 {
  justify-self: stretch;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827e8-3e71dfc0, #w-node-_27b4db70-4c55-d6a5-d8b9-74ac1c6e8e8b-3e71dfc0 {
  grid-area: Area;
  place-self: center;
}

#w-node-aed94c08-94dc-b2f0-5f32-98695f5a1cfa-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3178-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e317a-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e317b-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e317d-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e317e-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e3183-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3185-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3186-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e3188-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3189-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e318e-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3190-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3191-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e3193-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3194-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e3199-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e319b-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e319c-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_24fb1e88-bf17-1de9-8640-e3de384e319e-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e319f-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-cfc0b82a-f85a-7191-a73a-71dd719a4f71-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1cd6e31-f9ab-f75d-1bde-bac6f960eda6-3e71dfc0 {
  grid-area: Area;
  place-self: center;
}

#w-node-d1564908-7743-5230-0064-6e28085057e8-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746e2-3e71dfc0 {
  grid-area: Area;
  place-self: center;
}

#w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746eb-3e71dfc0, #w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746da-3e71dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c75-0ccc63bd {
  grid-area: Area;
  place-self: center;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c76-0ccc63bd {
  grid-area: Area;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-0ccc63bd {
  grid-area: Area-4;
  place-self: center;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827d9-0ccc63bd {
  justify-self: stretch;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827e8-0ccc63bd, #w-node-_27b4db70-4c55-d6a5-d8b9-74ac1c6e8e8b-0ccc63bd {
  grid-area: Area;
  place-self: center;
}

#w-node-aed94c08-94dc-b2f0-5f32-98695f5a1cfa-0ccc63bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0227e9fa-8a21-7628-37a3-b22c16897d0d-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d0f-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d11-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d13-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d15-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d17-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d19-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d1b-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d1d-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d1f-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d21-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d23-0ccc63bd, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d24-0ccc63bd {
  place-self: center;
}

#w-node-cfc0b82a-f85a-7191-a73a-71dd719a4f71-0ccc63bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1cd6e31-f9ab-f75d-1bde-bac6f960eda6-0ccc63bd {
  grid-area: Area;
  place-self: center;
}

#w-node-d1564908-7743-5230-0064-6e28085057e8-0ccc63bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746e2-0ccc63bd {
  grid-area: Area;
  place-self: center;
}

#w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746eb-0ccc63bd, #w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746da-0ccc63bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c75-fc1d3cb3 {
  grid-area: Area;
  place-self: center;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c76-fc1d3cb3 {
  grid-area: Area;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-fc1d3cb3 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827d9-fc1d3cb3 {
  justify-self: stretch;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827e8-fc1d3cb3, #w-node-_27b4db70-4c55-d6a5-d8b9-74ac1c6e8e8b-fc1d3cb3 {
  grid-area: Area;
  place-self: center;
}

#w-node-aed94c08-94dc-b2f0-5f32-98695f5a1cfa-fc1d3cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0227e9fa-8a21-7628-37a3-b22c16897d0d-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d0f-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d11-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d13-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d15-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d17-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d19-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d1b-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d1d-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d1f-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d21-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d23-fc1d3cb3, #w-node-_0227e9fa-8a21-7628-37a3-b22c16897d24-fc1d3cb3 {
  place-self: center;
}

#w-node-cfc0b82a-f85a-7191-a73a-71dd719a4f71-fc1d3cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1cd6e31-f9ab-f75d-1bde-bac6f960eda6-fc1d3cb3 {
  grid-area: Area;
  place-self: center;
}

#w-node-d1564908-7743-5230-0064-6e28085057e8-fc1d3cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746e2-fc1d3cb3 {
  grid-area: Area;
  place-self: center;
}

#w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746eb-fc1d3cb3, #w-node-ea569e8a-dbc8-d4f6-935b-5d78f53746da-fc1d3cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4d90b8a7 {
  grid-area: Area-4;
  place-self: center;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827d9-4d90b8a7 {
  justify-self: stretch;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827e8-4d90b8a7, #w-node-_27b4db70-4c55-d6a5-d8b9-74ac1c6e8e8b-4d90b8a7 {
  grid-area: Area;
  place-self: center;
}

#w-node-aed94c08-94dc-b2f0-5f32-98695f5a1cfa-4d90b8a7, #w-node-cfc0b82a-f85a-7191-a73a-71dd719a4f71-4d90b8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1cd6e31-f9ab-f75d-1bde-bac6f960eda6-4d90b8a7 {
  grid-area: Area;
  place-self: center;
}

#w-node-d1564908-7743-5230-0064-6e28085057e8-4d90b8a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d17a-e2403669, #w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d181-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d184-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d185-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d186-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d187-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d18e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d18f-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d193-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d196-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d197-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d198-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d199-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1a6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1a7-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1ab-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1ae-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1af-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1b0-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1b1-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1be-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1bf-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1c3-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1c6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1c7-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1c8-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1c9-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1d6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1d7-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1db-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1de-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1df-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1e0-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1e1-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1ee-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1ef-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1f3-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1f6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1f7-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1f8-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d1f9-e2403669 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d207-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d208-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d20c-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d20f-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d210-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d211-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d212-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d220-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d221-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d225-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d228-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d229-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d22a-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d22b-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d239-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d23a-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d23e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d241-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d242-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d243-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d244-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d252-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d253-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d257-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d25a-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d25b-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d25c-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d25d-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d269-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d26a-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d26e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d271-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d272-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d273-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d274-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d282-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d283-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d287-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d28a-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d28b-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d28c-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d28d-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d298-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d299-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d29d-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2a0-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2a1-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2a2-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2a3-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2ae-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2af-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2b3-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2b6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2b7-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2b8-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2b9-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2c6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2c7-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2ca-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2cd-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2ce-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2cf-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2d0-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2dc-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2dd-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2e1-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2e4-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2e5-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2e6-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2e7-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2f2-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2f3-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2f7-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2fa-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2fb-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2fc-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d2fd-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d30a-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d30b-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d316-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d319-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d31a-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d31b-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d31c-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d327-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d32b-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d32e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d32f-e2403669 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d330-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d331-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d339-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d33a-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d33e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d341-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d342-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d343-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d344-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d34d-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d34e-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d352-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d355-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d356-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d357-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d358-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d361-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d362-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d369-e2403669, #w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d36a-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d36c-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d376-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d37a-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d37d-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d37e-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d37f-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d380-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d38f-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d390-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d394-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d397-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d398-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d399-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d39a-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3aa-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3ab-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3af-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3b2-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3b3-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3b4-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3b5-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3c3-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3c4-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3ca-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3cb-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3cd-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3ce-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3dd-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3e1-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3e2-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3e3-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3f2-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3f6-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3f7-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d3f8-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d409-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d40c-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d40d-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d40e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d40f-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d41f-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d420-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d424-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d427-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d428-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d429-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d42a-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d439-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d43a-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d43d-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d440-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d441-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d442-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d443-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d453-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d454-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d457-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d45a-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d45b-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d45c-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d45d-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d466-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d467-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d46b-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d46e-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d46f-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d470-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d471-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d47b-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d47c-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d47f-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d482-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d483-e2403669 {
  place-self: center;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d484-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d485-e2403669 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d48c-e2403669 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e863dc66-2d0f-ba3b-5a75-b9d88ae7d48d-e2403669 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc675-e2403669 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc676-e2403669 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc678-e2403669 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc679-e2403669 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc67a-e2403669 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc67d-e2403669 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc67e-e2403669 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc681-e2403669 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc682-e2403669 {
  grid-area: 5 / 3 / 6 / 4;
  place-self: center;
}

#w-node-_70744d92-daad-1762-54b5-42e5a9bfc684-e2403669 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-d303cbae-4d34-1a1f-c77f-015e0b14db37-0515f306 {
  grid-area: Area-2;
}

#w-node-_16fd351b-1480-039a-23ad-5025143b79a0-b841a74c, #w-node-_16fd351b-1480-039a-23ad-5025143b79a1-b841a74c {
  place-self: center;
}

#w-node-f5f7c5a6-5700-6600-8987-04925b35879d-001f4e52, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4abe650c {
  grid-area: Area-4;
  place-self: center;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827d9-4abe650c {
  justify-self: stretch;
}

#w-node-a000d88d-67ac-569f-4aa9-c366425827e8-4abe650c, #w-node-_27b4db70-4c55-d6a5-d8b9-74ac1c6e8e8b-4abe650c {
  grid-area: Area;
  place-self: center;
}

#w-node-aed94c08-94dc-b2f0-5f32-98695f5a1cfa-4abe650c, #w-node-cfc0b82a-f85a-7191-a73a-71dd719a4f71-4abe650c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b1cd6e31-f9ab-f75d-1bde-bac6f960eda6-4abe650c {
  grid-area: Area;
  place-self: center;
}

#w-node-d1564908-7743-5230-0064-6e28085057e8-4abe650c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-3e71dfc0, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-0ccc63bd, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-fc1d3cb3, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4d90b8a7, #w-node-f5f7c5a6-5700-6600-8987-04925b35879d-001f4e52, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4abe650c {
    grid-area: Area-2;
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-3e71dfc0, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-0ccc63bd, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-fc1d3cb3, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4d90b8a7, #w-node-f5f7c5a6-5700-6600-8987-04925b35879d-001f4e52, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4abe650c {
    grid-area: Area-2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-3e71dfc0, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-0ccc63bd, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-fc1d3cb3, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4d90b8a7 {
    grid-area: Area-2;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67a-e2403669 {
    grid-area: 7 / 4 / 8 / 5;
  }

  #w-node-f5f7c5a6-5700-6600-8987-04925b35879d-001f4e52, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4abe650c {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a0328b-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a03296-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032a1-370436b2, #w-node-b6f48ea2-4d14-fb0d-0a6f-fe4de9a032ac-370436b2 {
    align-self: start;
  }

  #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-3e71dfc0 {
    grid-area: Area-2;
    align-self: start;
  }

  #w-node-_24fb1e88-bf17-1de9-8640-e3de384e317d-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3188-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e3193-3e71dfc0, #w-node-_24fb1e88-bf17-1de9-8640-e3de384e319e-3e71dfc0 {
    align-self: start;
  }

  #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-0ccc63bd, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-fc1d3cb3, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4d90b8a7 {
    grid-area: Area-2;
    align-self: start;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc675-e2403669 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67a-e2403669 {
    grid-area: 7 / 4 / 8 / 6;
    place-self: center;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67e-e2403669 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc681-e2403669 {
    grid-area: 7 / 2 / 8 / 3;
  }

  #w-node-f5f7c5a6-5700-6600-8987-04925b35879d-001f4e52, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4abe650c {
    grid-area: Area-2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc05ae-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc05db-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc0615-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc0651-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc069c-370436b2, #w-node-ef45ac8a-578d-b95e-5685-7c2dffdc06e6-370436b2, #w-node-c5ac4e62-9508-f45e-bcb1-10c60e6979e8-370436b2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ed643fa9-9f84-de86-2a87-b9e9691e968a-813a02e7, #w-node-_6e497661-e3e0-daca-9a9d-104fa6f0dbf1-a6f0dbee {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-3e71dfc0, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-0ccc63bd, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-fc1d3cb3, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4d90b8a7 {
    grid-area: Area-2;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc675-e2403669 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc678-e2403669 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc679-e2403669 {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67a-e2403669 {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67d-e2403669 {
    grid-area: 5 / 3 / 6 / 5;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67e-e2403669 {
    grid-area: 3 / 5 / 4 / 7;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc681-e2403669 {
    grid-area: 7 / 4 / 8 / 6;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc682-e2403669 {
    grid-area: 8 / 5 / 9 / 6;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc684-e2403669 {
    grid-area: 9 / 3 / 10 / 5;
  }

  #w-node-f5f7c5a6-5700-6600-8987-04925b35879d-001f4e52, #w-node-_00553ef1-3080-4fa3-2cc5-9c8f634c1c77-4abe650c {
    grid-area: Area-2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed643fa9-9f84-de86-2a87-b9e9691e968a-813a02e7, #w-node-_6e497661-e3e0-daca-9a9d-104fa6f0dbf1-a6f0dbee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc675-e2403669 {
    grid-area: 2 / 1 / 4 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc678-e2403669 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc679-e2403669 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67a-e2403669 {
    grid-area: 5 / 3 / 6 / 5;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67d-e2403669 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc67e-e2403669 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: center;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc681-e2403669 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc682-e2403669 {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_70744d92-daad-1762-54b5-42e5a9bfc684-e2403669 {
    grid-area: 10 / 2 / 11 / 4;
  }
}


@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}