:root {
  --grey: #8b7864;
  --dark-grey: #a5978f;
}

.top_navi {
  margin-top: 2vh;
  margin-bottom: 3vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

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

.nav {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image {
  width: 6vw;
}

.nav_point {
  align-items: flex-start;
  margin-left: 3vw;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.nav_point.w--current {
  font-weight: 700;
}

.nav_point.footer {
  padding: 5px 0;
}

.menu-icon {
  width: 40px;
}

.nav_text {
  color: #8b7864;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.header {
  background-image: url('../images/Anfrage_Candy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 65vh;
  margin-bottom: 5vh;
  display: flex;
}

.header.hochzeit {
  background-image: url('../images/Hochzeit.jpg');
}

.header.moebel {
  background-image: url('../images/Produkte_Vintage-Bänkchen.jpg');
}

.header.bars {
  background-image: url('../images/Home-LeihenundTeilen.jpg');
}

.header.deko {
  background-image: url('../images/Deko.jpg');
}

.header.home {
  background-image: url('../images/header-home-Optimiert.jpg');
}

.text_in_header {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 22vh;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  line-height: 70px;
  display: block;
}

.image-3 {
  height: 70px;
  margin-bottom: 20px;
}

.text_block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5vh;
  padding-left: 25vw;
  padding-right: 25vw;
  display: block;
}

.text_block.verschoben {
  margin-top: -20vh;
}

.text_standart {
  color: var(--grey);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.text_standart.linksbuendig, .text_standart.links {
  text-align: left;
}

.footer {
  background-color: var(--dark-grey);
  justify-content: space-between;
  align-items: flex-end;
  padding: 5vh 10vw;
  display: flex;
}

.wrapper_in_footer {
  margin-top: 20px;
  display: flex;
}

.logo_footer {
  width: 5vw;
  margin-right: 50px;
}

.text_in_footer {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
}

.icon_footer {
  width: 25px;
  margin-right: 15px;
}

.link_footer {
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.wrapper_in_footer_right {
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.produkt_kacheln {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10vh;
  padding-left: 9vw;
  padding-right: 9vw;
  display: flex;
}

.produkt_kacheln.hochzeit {
  margin-bottom: 6vh;
}

.wrapper_products_hochzeit {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  font-style: normal;
  display: flex;
}

.icon-1 {
  width: 150px;
  margin-bottom: 0;
}

.strich_hochzeit {
  z-index: 100;
  background-color: #fff;
  width: 250px;
  height: 2px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.text_in_header-copy {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 400px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  display: block;
}

.product_group_hochzeit {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  display: block;
}

.product_group_hochzeit.hover {
  text-align: center;
  border-bottom: 2px solid #fff;
  width: 250px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 80px;
  text-decoration: none;
}

.icon-2 {
  width: auto;
  height: 150px;
  margin-bottom: 20px;
}

.icon-3 {
  width: 250px;
  height: auto;
  margin-bottom: 20px;
}

.text_standart_weiss {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #8b7864;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.in_box_div {
  opacity: 1;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
}

.in_box_div.satz {
  margin-left: 15px;
  margin-right: 15px;
}

.wrapper_icon {
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

.wrapper_products_hochzeit_hover {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: none;
}

.wrapper_products_moebel {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: flex;
}

.wrapper_products_bars {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.product_group_moebel {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  line-height: 20px;
  display: block;
}

.product_group_moebel.hover {
  text-align: center;
  border-bottom: 2px solid #fff;
  width: 250px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 80px;
}

.product_group_bars {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  display: block;
}

.product_group_bars.hover {
  text-align: center;
  border-bottom: 2px solid #fff;
  width: 250px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 80px;
  text-decoration: none;
}

.wrapper_products_moebel_hover {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: flex;
}

.wrapper_products_moebel_hover.hover {
  cursor: pointer;
  width: 38vw;
  text-decoration: none;
  display: none;
}

.wrapper_products_bars_hover {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: none;
}

.strich_moebel, .strich_bar {
  z-index: 100;
  background-color: #fff;
  width: 250px;
  height: 2px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  overflow: visible;
}

.produkte {
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
}

.product_left {
  margin-top: 150px;
  margin-bottom: 100px;
}

.product_left.first {
  margin-top: 110px;
}

.pruduct_images {
  object-fit: fill;
  height: 500px;
}

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

.mask {
  object-fit: fill;
  overflow: hidden;
}

.column_left_in_pl {
  padding-left: 0;
  padding-right: 50px;
}

.slide {
  object-fit: fill;
}

.produktbild {
  object-fit: fill;
  min-width: auto;
  max-width: none;
  height: 400px;
  min-height: auto;
  max-height: none;
  position: static;
  overflow: visible;
}

.column_right_in_pl {
  padding-left: 50px;
}

.pruduktname {
  color: var(--grey);
  margin-top: 0;
  font-family: DM Serif Display, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.pruduktname.person {
  margin-bottom: 0;
}

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

.stich_produkt {
  background-color: var(--grey);
  width: 60px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.preis {
  color: var(--grey);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.preishinweis {
  color: var(--grey);
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 12px;
}

.text_produkt {
  color: var(--grey);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}

.text_produkt.fehlender-inhalt {
  color: #ff007b;
}

.accordion-item-trigger {
  cursor: pointer;
  align-items: flex-end;
  display: flex;
}

.produktinformationen {
  color: var(--grey);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: underline;
}

.accordion-item-content {
  overflow: hidden;
}

.product_right {
  margin-top: 150px;
  margin-bottom: 100px;
}

.column_left_in_pr {
  padding-left: 0;
  padding-right: 50px;
}

.column_right_in_pr {
  padding-left: 50px;
  padding-right: 0;
}

.icon-4 {
  width: 260px;
  height: auto;
  margin-bottom: 13px;
  text-decoration: none;
}

.icon-4:hover {
  text-decoration: none;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.wrapper_products_deko_hover {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: none;
}

.wrapper_products_deko {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.einleitung {
  direction: ltr;
  color: var(--grey);
  letter-spacing: 1px;
  white-space: normal;
  margin-bottom: 60px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
}

.form-text {
  border: 1.5px solid var(--grey);
  color: var(--grey);
  background-color: #0000;
  border-radius: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.form-text:hover {
  background-color: #a5978f36;
}

.form-text:active {
  background-color: #0000;
  border-left-width: 1.5px;
}

.form-text:focus {
  border-width: 1px 1px 1px 7px;
  border-color: var(--grey);
  background-color: #a5978f36;
}

.form-text::placeholder {
  color: var(--grey);
}

.form-text.absand {
  margin-top: 40px;
}

.submit-button {
  background-color: var(--grey);
  cursor: pointer;
  border-radius: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.success-message {
  background-color: #8edb76e0;
  border-radius: 3px;
  font-family: Open Sans, sans-serif;
}

.text-block {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.error-message {
  border-radius: 3px;
}

.form {
  margin-top: 40px;
}

.ueber-uns {
  justify-content: space-between;
  margin-bottom: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.ueber-uns.bilder {
  display: block;
}

.ueber-uns.text {
  position: relative;
  top: -20vw;
}

.bild_ueber_uns {
  object-fit: contain;
  width: 38vw;
}

.bild_ueber_uns.rechts {
  margin-left: 4vw;
}

.container {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 38vw;
  display: flex;
}

.name-container {
  margin-bottom: 20px;
}

.strich-name {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  width: 35px;
}

.container_bilder {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.undzeichen {
  justify-content: center;
  height: 20vw;
  display: flex;
  position: relative;
  inset: -22vw auto auto 0%;
}

.product_group_deko {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Serif Display, sans-serif;
  font-size: 60px;
  text-decoration: none;
  display: block;
}

.product_group_deko:hover {
  text-decoration: none;
}

.product_group_deko.hover {
  text-align: center;
  border-bottom: 2px solid #fff;
  width: 250px;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 80px;
  display: flex;
}

.strich_deko {
  z-index: 100;
  background-color: #fff;
  width: 250px;
  height: 2px;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: visible;
}

.strich_deko:hover {
  text-decoration: none;
}

.header-about {
  background-image: url('../images/Über-uns_Lena--Teresa_reduziert.jpg');
  background-position: 50% 20%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 65vh;
  margin-bottom: 5vh;
  display: flex;
}

.header_product {
  background-image: url('../images/Produkte_Vintage-Bänkchen.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 65vh;
  margin-bottom: 5vh;
  display: flex;
}

.header_mietablauf {
  background-image: url('../images/Details_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 65vh;
  margin-bottom: 5vh;
  display: flex;
}

.header_anfrage {
  background-image: url('../images/Anfrage_Candy.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 65vh;
  margin-bottom: 5vh;
  display: flex;
}

.image-5 {
  object-fit: cover;
  height: 400px;
}

.columns {
  margin-bottom: 100px;
}

.column {
  object-fit: contain;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 60px;
  display: block;
  position: static;
  overflow: hidden;
}

.column-2 {
  object-fit: fill;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.columns-2 {
  margin-bottom: 100px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.columns-3, .columns-4 {
  margin-bottom: 100px;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.menu-close {
  float: none;
  text-align: left;
  object-position: 50% 50%;
  width: auto;
  height: 2.8vh;
  margin-top: 5px;
  margin-left: 2vw;
  text-decoration: none;
  display: inline-block;
}

.nav-link {
  color: var(--grey);
  text-transform: none;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 180%;
  font-weight: 400;
  line-height: 12vh;
  text-decoration: none;
}

.nav-link.w--current {
  font-weight: 900;
}

.nav-link.active {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.nav-links-section {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5vh;
  margin-left: 0;
  display: flex;
}

.logo-link {
  margin-top: 0;
}

.column-5 {
  justify-content: flex-end;
  margin-top: 3vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.top-in-nav {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 2vh;
}

.column-6 {
  margin-top: 3vh;
  padding: 0;
}

.logo-withe {
  width: 500px;
  height: auto;
  margin-top: 0;
  padding-top: 2px;
}

.nav-2 {
  z-index: 9999;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 2vh 10vw 10vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu.nav_point {
  display: none;
}

.menu-icon-x {
  width: 45px;
}

.column-7, .column-8, .column-9, .column-10 {
  padding-left: 60px;
}

.container_bilder_mobil {
  justify-content: space-between;
  display: none;
  position: relative;
}

.ueber-uns-mobil {
  justify-content: space-between;
  margin-bottom: 5vh;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.ueber-uns-mobil.bilder {
  display: block;
}

.ueber-uns-mobil.text {
  display: none;
  position: relative;
  top: -20vw;
}

.headline {
  direction: ltr;
  color: var(--grey);
  letter-spacing: 1px;
  white-space: normal;
  margin-bottom: 60px;
  font-family: DM Serif Display, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.wrapper_products_hochzeit-mobil, .wrapper_products_moebel-mobil {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: none;
}

.wrapper_products_bars-mobil {
  background-color: var(--dark-grey);
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.wrapper_products_deko-mobil {
  background-color: var(--dark-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: 450px;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-decoration: none;
  display: none;
}

.gro {
  font-size: 25px;
}

.column-11 {
  padding-left: 60px;
}

.image-6 {
  height: 13px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.paragraph-2 {
  margin-bottom: 0;
}

.e-mail-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #8b7864;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.insta-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #8b7864;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

@media screen and (min-width: 1920px) {
  .header {
    background-image: url('../images/Anfrage_Candy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .header.moebel {
    background-image: url('../images/Produkte_Vintage-Bänkchen.jpg');
  }

  .header.bars {
    background-image: url('../images/Home-LeihenundTeilen.jpg');
  }

  .header.home {
    background-image: url('../images/header-home-Optimiert.jpg');
  }

  .text_block {
    margin-top: 0;
  }

  .product_group_hochzeit.hover {
    font-style: normal;
  }

  .text_standart_weiss, .in_box_div {
    text-decoration: none;
  }

  .wrapper_products_hochzeit_hover {
    display: none;
  }

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

  .accordion-item-trigger {
    align-items: flex-end;
    display: flex;
  }

  .undzeichen {
    top: -22vw;
  }

  .header-about {
    background-image: url('../images/Über-uns_Lena--Teresa.jpg');
    background-position: 50% 20%;
    background-size: cover;
  }

  .header_product {
    background-image: url('../images/Produkte_Vintage-Bänkchen.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .header_mietablauf {
    background-image: url('../images/Mietablauf_Sekt-Brautpaar.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .header_anfrage {
    background-image: url('../images/Anfrage_Candy.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .image-6 {
    height: 12px;
    margin-bottom: 6px;
    margin-left: 10px;
  }

  .link, .link-2 {
    color: var(--grey);
  }

  .e-mail-button, .insta-button {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: auto;
    height: 6vh;
  }

  .nav_point {
    display: none;
  }

  .nav_point.instagram {
    display: block;
  }

  .nav_point.x {
    margin-left: 3vw;
    display: block;
  }

  .nav_point.footer {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    display: block;
  }

  .text_in_header {
    margin-bottom: 22vh;
    font-size: 50px;
    line-height: 50px;
  }

  .text_block {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text_block.verschoben {
    margin-top: -10vh;
  }

  .footer {
    display: block;
  }

  .logo_footer {
    width: 50px;
    margin-right: 20px;
  }

  .wrapper_in_footer_right {
    margin-top: 40px;
    display: block;
  }

  .wrapper_products_hochzeit {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .icon-1 {
    width: 100px;
  }

  .strich_hochzeit {
    width: 150px;
  }

  .product_group_hochzeit {
    font-size: 30px;
  }

  .icon-2 {
    height: 100px;
    margin-bottom: 10px;
  }

  .icon-3 {
    width: 170px;
  }

  .wrapper_icon {
    height: 150px;
  }

  .wrapper_products_moebel, .wrapper_products_bars {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .product_group_moebel, .product_group_bars {
    font-size: 30px;
  }

  .strich_moebel, .strich_bar {
    width: 150px;
  }

  .produkte {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .produktbild {
    width: 100%;
    height: auto;
  }

  .icon-4 {
    width: 170px;
  }

  .wrapper_products_deko {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .container {
    justify-content: flex-start;
  }

  .container_bilder {
    position: relative;
  }

  .undzeichen {
    top: -22vw;
  }

  .product_group_deko {
    font-size: 30px;
  }

  .strich_deko {
    width: 150px;
  }

  .column {
    padding-right: 0;
    display: block;
  }

  .menu-close {
    width: 35px;
    height: auto;
    margin-left: 0;
    display: inline-block;
  }

  .columns-5 {
    justify-content: flex-start;
    display: flex;
  }

  .nav-link.w--current {
    font-weight: 700;
  }

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

  .logo-withe {
    width: 500px;
    height: auto;
  }

  .nav-2 {
    padding-left: 10vw;
    padding-right: 10vw;
    display: none;
  }

  .menu.nav_point {
    display: block;
  }

  .menu-icon-x {
    width: 40px;
  }

  .column-7, .column-8, .column-9, .column-10 {
    padding-top: 20px;
    padding-left: 0;
  }

  .container_bilder_mobil {
    position: relative;
  }

  .wrapper_products_hochzeit-mobil, .wrapper_products_moebel-mobil, .wrapper_products_bars-mobil, .wrapper_products_deko-mobil {
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 60px;
    height: auto;
  }

  .nav_point.instagram {
    width: 35px;
    height: auto;
  }

  .text_in_header {
    margin-bottom: 10vh;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .text_block.verschoben {
    margin-top: 0;
  }

  .text_standart, .text_in_footer {
    font-size: 15px;
    line-height: 18px;
  }

  .produkt_kacheln.hochzeit {
    margin-bottom: 0;
    display: block;
  }

  .wrapper_products_hochzeit {
    width: 80vw;
    height: 200px;
    margin-bottom: 30px;
  }

  .icon-1 {
    width: 80px;
  }

  .strich_hochzeit {
    margin-bottom: 10px;
  }

  .product_group_hochzeit {
    margin-top: 0;
  }

  .product_group_hochzeit.hover {
    width: 150px;
  }

  .icon-2 {
    height: 80px;
  }

  .icon-3 {
    width: 150px;
  }

  .text_standart_weiss {
    font-size: 15px;
    line-height: 18px;
  }

  .in_box_div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper_icon {
    height: 100px;
  }

  .wrapper_products_hochzeit_hover {
    width: 80vw;
    height: 200px;
    margin-bottom: 30px;
    display: none;
  }

  .wrapper_products_moebel, .wrapper_products_bars {
    width: 80vw;
    height: 200px;
    margin-bottom: 30px;
  }

  .product_group_moebel {
    margin-top: 0;
  }

  .product_group_moebel.hover {
    width: 150px;
  }

  .product_group_bars {
    margin-top: 0;
  }

  .product_group_bars.hover {
    width: 150px;
  }

  .wrapper_products_moebel_hover.hover, .wrapper_products_bars_hover {
    width: 80vw;
    height: 200px;
    margin-bottom: 30px;
    display: none;
  }

  .strich_moebel, .strich_bar {
    margin-bottom: 10px;
  }

  .pruduktname {
    font-size: 26px;
  }

  .preis {
    font-size: 15px;
    line-height: 18px;
  }

  .preishinweis {
    font-size: 9px;
    line-height: 11px;
  }

  .text_produkt {
    font-size: 15px;
    line-height: 18px;
  }

  .produktinformationen {
    font-size: 15px;
  }

  .icon-4 {
    width: 150px;
  }

  .wrapper_products_deko_hover {
    width: 80vw;
    height: 200px;
    margin-bottom: 80px;
    display: none;
  }

  .wrapper_products_deko {
    width: 80vw;
    height: 200px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .form-text, .submit-button, .text-block, .text-block-2 {
    font-size: 15px;
  }

  .ueber-uns.bilder {
    flex-direction: column;
    margin-bottom: 2vh;
    display: block;
  }

  .ueber-uns.text {
    display: block;
    position: static;
    top: 0;
  }

  .bild_ueber_uns.lena2, .bild_ueber_uns.teresa {
    display: none;
  }

  .bild_ueber_uns.teresa2, .bild_ueber_uns.lena, .container.lena {
    width: 100%;
  }

  .container.teresa {
    display: none;
  }

  .container.teresa2 {
    width: 100%;
  }

  .container.lena2 {
    display: none;
  }

  .strich-name {
    width: 28px;
  }

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

  .undzeichen {
    display: none;
  }

  .product_group_deko {
    margin-top: 0;
  }

  .product_group_deko.hover {
    width: 150px;
  }

  .strich_deko {
    margin-bottom: 10px;
  }

  .menu-close {
    width: 20px;
    margin-top: 0;
  }

  .nav-link {
    flex: 1;
    height: 80px;
    font-size: 25px;
  }

  .nav-link.active.w--current {
    height: 80px;
  }

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

  .nav-2 {
    display: none;
  }

  .container_bilder_mobil {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2vh;
    margin-left: 10vw;
    margin-right: 10vw;
    display: block;
  }

  .ueber-uns-mobil.bilder {
    flex-direction: column;
    display: block;
  }

  .ueber-uns-mobil.text {
    display: block;
    position: static;
  }

  .wrapper_products_hochzeit-mobil, .wrapper_products_moebel-mobil, .wrapper_products_bars-mobil {
    width: 80vw;
    height: 200px;
    margin-bottom: 30px;
  }

  .wrapper_products_deko-mobil {
    width: 80vw;
    height: 200px;
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .e-mail-button, .insta-button {
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 479px) {
  .nav_point.footer {
    padding-left: 60px;
  }

  .header {
    height: 40vh;
  }

  .text_in_header {
    margin-bottom: 7vh;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .logo_footer {
    margin-right: 10px;
  }

  .product_group_hochzeit {
    font-size: 25px;
  }

  .wrapper_products_hochzeit_hover, .wrapper_products_bars {
    display: none;
  }

  .product_group_moebel, .product_group_bars {
    font-size: 25px;
  }

  .pruduktname {
    font-size: 22px;
  }

  .submit-button {
    width: 100%;
  }

  .text-block {
    color: #fff;
    font-size: 15px;
  }

  .strich-name {
    width: 25px;
  }

  .product_group_deko {
    font-size: 25px;
  }

  .header-about, .header_product, .header_mietablauf, .header_anfrage {
    height: 40vh;
  }

  .menu-close {
    width: 18px;
  }

  .nav-link {
    height: 60px;
    font-size: 20px;
  }

  .nav-link.w--current {
    color: var(--grey);
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    display: block;
  }

  .nav-link.active.w--current {
    height: 70px;
  }

  .nav-links-section {
    flex-flow: column;
    justify-content: center;
    margin-top: 5vh;
    display: flex;
  }

  .logo-link.w--current {
    width: 100%;
  }

  .logo-withe {
    width: 300px;
    max-width: 150%;
  }

  .nav-2 {
    display: none;
  }

  .column-8, .column-9, .column-10 {
    padding-top: 10px;
  }

  .wrapper_products_bars-mobil {
    text-decoration: none;
  }
}


