:root {
  --button-green: #25d366;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  display: block;
}

.section.hero {
  background-image: linear-gradient(#0000008f, #0000008f), url('../images/WhatsApp-Image-2023-02-13-at-13.54.29.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.footer {
  box-shadow: 0 0 20px #0003;
}

.section.warning-section {
  background-color: #fc0;
  display: none;
}

.section.phorest-mailer-nav {
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.section.pm-clientdetails-container, .section.hide {
  display: none;
}

.container {
  max-width: 1320px;
  padding: 75px 50px;
}

.container.hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container.info-section, .container.unserteam-section {
  padding-top: 75px;
  padding-bottom: 75px;
}

.container.cta {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container.hero-warning {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container.short {
  padding-top: 25px;
  padding-bottom: 25px;
}

.container.phorest-mailer, .container.pm-client-details-container, .container.pm-login-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.pm-admin-stats-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px 25px 0;
  display: block;
}

.container.pm-admin-list-container {
  padding-left: 25px;
  padding-right: 25px;
}

.container.pm-admin-settings-container {
  padding: 13px 25px;
}

.sticky-nav {
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #0003;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.container-2 {
  max-width: 1320px;
  padding-left: 50px;
  padding-right: 50px;
}

.button {
  color: #0009;
  background-color: #fff;
  border: 1px solid #0009;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 300;
}

.nav-divider {
  background-color: #0009;
  border: 0 solid #00000080;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1px;
  display: none;
}

.openingstatus {
  background-color: #f006;
  border-radius: 10px;
  padding: 10px 12px;
}

.openingstatus.ge-ffnet {
  background-color: #05ff0099;
  display: none;
}

.openingstatus.geschlossen {
  display: none;
}

.openingstatus-text {
  font-size: 18px;
}

.openingstatus-wrapper {
  display: block;
}

.hero-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.hero-button-online {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

.hero-oder {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}

.hero-button-anruf {
  background-color: var(--button-green);
  color: #fff;
  border: 0 solid #fff;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

.info-griddiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.info-div-infos {
  background-color: #fff;
  background-image: url('../images/bi_check-lg-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 17px #0003;
}

.info-text-infos {
  align-items: center;
  margin-left: 15px;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.info-div-opening {
  background-color: #fff;
  background-image: url('../images/feather_clock.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 17px #0003;
}

.bg-header {
  margin-bottom: -85px;
}

.subheading {
  color: #000;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.subheading.cta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-2 {
  color: #0009;
  font-size: 19px;
  line-height: 21px;
}

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

.unserteam-imagewrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.unserteam-image {
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
  height: 300px;
  margin-bottom: 5px;
}

.unserteam-name {
  color: #000;
  text-align: center;
  margin-bottom: 2px;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.nav-div-underline {
  background-color: #000;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.list-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-div-link-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.angebote-div-wrapper-all {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.angebote-div-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.angebote-div-header {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
}

.angebote-div-paragraph {
  color: #0009;
  font-size: 17px;
  line-height: 22px;
}

.lanza-info-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lanza-info-wrapper {
  background-color: #fff;
  background-image: url('../images/bi_check-lg-bg.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 17px #0003;
}

.image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: static;
  box-shadow: 0 0 20px #0003;
}

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

.kontakt-div {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.kontakt-div-header {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.rezension-paragraph {
  color: #0009;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.kontakte-div-header-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-3 {
  display: block;
}

.kontakt-callbutton {
  background-color: #25d366;
  border-radius: 200px;
  margin-bottom: -10px;
  padding: 10px;
  display: block;
}

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

.map {
  border-radius: 10px;
  height: 300px;
  box-shadow: 0 0 20px #0003;
}

.webdesignify-link {
  color: #3c8aff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

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

.div-block-3 {
  background-color: #0009;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
}

.div-block-4 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

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

.text-block-3 {
  margin-right: 5px;
  font-size: 14px;
  font-weight: 500;
}

.footer-link {
  color: #3c8aff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.image-4 {
  flex: none;
}

.cta-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2023-01-31-at-18.07.37-1.jpeg');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  margin-top: 25px;
  margin-bottom: 25px;
}

.cta-div-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.cta-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
}

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

.rezensionen-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.rezension-name {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.rezension-meta {
  color: #0009;
  font-size: 17px;
  line-height: 22px;
}

.kontakt-paragraph {
  color: #0009;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 22px;
}

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

.salon-image-wrapper {
  object-fit: fill;
  width: 100%;
  height: 200px;
  padding-bottom: 0;
}

.salon-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px #0003;
}

.navbar {
  display: none;
}

.qr-button-wrapper {
  background-color: #727272;
  border-radius: 9px;
  width: 100%;
  margin-bottom: 20px;
  padding: 11px 12px 12px;
  text-decoration: none;
}

.qr-button-wrapper.facebook {
  background-color: #4267b2;
}

.qr-button-wrapper.instagram {
  background-color: #bc2a8d;
}

.qr-button-wrapper.google {
  background-color: #4285f4;
}

.qr-button-wrapper.black {
  background-color: #fff;
  box-shadow: 0 0 3px #0003;
}

.qr-button-text {
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.qr-button-text.black {
  color: #000;
}

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

.preis-tab-link {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 17px;
  font-size: 27px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.preis-tab-link.w--current {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.preis-tab-link {
  font-size: 21px;
}

.preisliste-dienstleistung-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tab-pane-tab-1 {
  padding-top: 20px;
}

.preisliste-dienstleistung-header {
  color: #000;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.preisliste-dienstleistung-parapraph {
  color: #000000b3;
}

.preisliste-dienstleistung-preis {
  text-align: right;
  font-size: 21px;
  font-weight: 500;
}

.preisliste-divider {
  background-color: #0000004d;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 1px;
  padding-bottom: 0;
}

.tab-pane-tab-2, .tab-pane-tab-3, .tab-pane-tab-4 {
  padding-top: 20px;
}

.qr-code-header {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-prefs_trigger {
  display: none;
}

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

.button-2 {
  border-radius: 20px;
  font-size: 17px;
}

.heading-5 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 400;
  line-height: 33px;
}

.pop-up-section {
  z-index: 1;
  opacity: 1;
  background-color: #fffc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
  position: fixed;
  inset: 0%;
}

.container-3 {
  background-color: #fc0;
  border: 1px #000;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 0 20px #0003;
}

.pop-up-header {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 400;
}

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

.button-3 {
  color: #000;
  background-color: #fc0;
  border: 1px solid #000;
  border-radius: 20px;
  margin-left: 112px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 20px;
}

.pop-up-body-wrapper {
  margin-top: 20px;
}

.paragraph-2 {
  color: #333;
  max-width: 80ch;
}

.rich-text-block {
  font-family: PT Serif, serif;
}

.form-block {
  display: block;
}

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

.pm-clientdetails-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 0 0 5px #00000040;
}

.clientdetails-meta-header {
  line-height: 14px;
}

.phorest-mailer-nav-wrapper {
  flex: 1;
  justify-content: space-between;
  max-width: 1320px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.pm-logowrapper {
  padding: 15px 0;
}

.pm-form-wrapper-id {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 30px 6px;
  box-shadow: 0 0 5px #0003;
}

.clientname-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.clientid-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.pm-clientdetails-meta-value {
  margin-left: 7px;
  line-height: 14px;
}

.submit-button {
  border-radius: 7px;
  width: 100%;
}

.pm-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-14 {
  margin: 0 20px;
}

.pm-clientdetails-header-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pm-clientdetails-header-status-wrapper {
  background-color: #a5ff8a;
  border-radius: 3px;
  padding: 5px 14px;
  display: inline-block;
}

.pm-clientdetails-voucherstatus {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.clientbd-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.clientage-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-15 {
  background-color: #000000a6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-16 {
  background-color: #fff;
  border-radius: 5px;
  padding: 30px;
}

.pinfalsch-meldung {
  text-align: center;
  background-color: #ff9799;
  border-radius: 8px;
  padding: 14px 0;
  display: none;
}

.pm-header-serverstatus-wrapper {
  padding-top: 21px;
  padding-bottom: 21px;
}

.div-block-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pm-error-suche-wrapper {
  background-color: #ff9799;
  border-radius: 5px;
  margin-top: -13px;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
}

.pm-error-idsuche {
  background-color: #0000;
  max-width: 20ch;
}

.pm-error-namesuche {
  background-color: #0000;
  max-width: 23ch;
}

.pm-unsubscribe-maindiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: static;
  inset: 0%;
}

.pm-unsubscribe-lowerwindow {
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 0 30px 15px;
  display: flex;
}

.pm-unsubscribe-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
}

.pm-unsubscribe-upperwindow {
  background-color: #f7f7f7;
  border: 1px #00000017;
  border-bottom-style: solid;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 23px 35px;
  display: flex;
}

.pm-unsubscribe-mainwindow {
  border-radius: 15px;
  box-shadow: 0 0 20px #0003;
}

.pm-unsubscribe-text {
  text-align: center;
  max-width: 46ch;
}

.form-block-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.submit-button-2 {
  background-color: #000;
  border-radius: 3px;
  display: inline-block;
}

.pm-unsubscribe-lottie {
  margin-bottom: 20px;
  font-size: 20px;
}

.div-block-19 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.backtohomepage {
  color: #3898ec;
  background-color: #0000;
  flex: 0 auto;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.pm-unsubscribe-backtohomepage-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.textarea {
  display: none;
}

.pm-unsubscribe-errordiv {
  background-color: #ffd0d0;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
}

.pm-unsubscribe-errormessage {
  text-align: center;
  max-width: 41ch;
}

.pm-login-header {
  margin-top: 0;
  margin-bottom: 30px;
  margin-right: 0;
  font-size: 27px;
  font-weight: 600;
  line-height: 20px;
}

.div-block-20 {
  border: 1px solid #0000001a;
  border-radius: 15px;
  padding: 38px 40px;
  box-shadow: 0 0 20px #0003;
}

.login-input-filed {
  text-align: left;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 2px solid #bebebe;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.login-input-filed:focus {
  background-color: #fff;
}

.login-input-filed::placeholder {
  font-style: normal;
  font-weight: 300;
}

.submit-button-3 {
  background-color: #4896ff;
  border-radius: 11px;
  width: 100%;
  margin-top: 15px;
}

.div-block-22 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 400px;
  display: flex;
}

.form-block-3 {
  width: 100%;
}

.link {
  color: #acacac;
  font-style: italic;
  text-decoration: none;
}

.pm-login-error-wrapper {
  background-color: #ffd0d0;
  border-radius: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 480px;
  max-width: 480px;
  margin-top: 15px;
  padding: 19px;
  display: none;
  box-shadow: 0 0 20px #ff000038;
}

.pm-error-paragraph {
  max-width: 42ch;
  margin-bottom: 0;
}

.pm-login-error-text-wrapper {
  flex: none;
  margin-left: 15px;
}

.pm-login-error-svg-wrapper {
  flex: none;
}

.neuerkunde-button, .entwertenbutton {
  border-radius: 20px;
}

.entwertenbutton.entwerten {
  background-color: #e35154;
  margin-right: 20px;
}

.pm-admin-stats-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px #00000026;
}

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

.kpi-value {
  color: #000;
  text-align: left;
  font-size: 50px;
  font-weight: 800;
  line-height: 45px;
}

.kpi-header {
  color: #000;
  margin-bottom: 5px;
}

.pm-admin-list-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 9px 26px;
  display: none;
  box-shadow: 0 0 10px #00000026;
}

.pm-admin-list-status-wrapper, .pm-admin-list-status-opened-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pm-admin-list-status-used-wrapper, .pm-admin-list-status-booklink-wrapper {
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.pm-admin-list-status-checkicon {
  margin-right: 5px;
  display: none;
}

.pm-admin-list-status-crossicon {
  margin-right: 5px;
  display: block;
}

.pm-header-logout {
  cursor: pointer;
  background-color: #ffd0d0;
  border-radius: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 8px 12px;
  text-decoration: none;
}

.text-block-15 {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.text-block-17 {
  font-weight: 700;
}

.client-list-birthdate {
  font-weight: 400;
}

.pm-admin-list-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-24 {
  padding-top: 27px;
  padding-bottom: 27px;
}

.pm-clientdetails-overlay-wrapper {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pm-clientdetails-divider {
  background-color: #a1a1a1;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 1px;
}

.pm-admin-clientinfo-pg {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-7 {
  font-size: 29px;
  line-height: 29px;
}

.client-list-info {
  color: red;
  font-weight: 700;
  display: none;
}

.pm-clientdetails-details-wrapper {
  padding: 20px 40px 40px;
}

.pm-clientdetails-close-wrapper {
  background-color: #ddd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.pm-clientdetails-close-text {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.pm-admin-list-header {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-4 {
  border-radius: 20px;
}

.admin-einstellung-overlay-wrapper {
  background-color: #0009;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.admin-einstellungen-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 35px;
}

.admin-einstellung-setting-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.form-block-4 {
  background-color: #fffffe;
  border-radius: 14px;
  max-width: 480px;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 16px 0 -8px #ffc6c7;
}

.form-2 {
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox {
  background-color: #ffc6c7;
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-color: #ff8ba7;
  border-radius: 20px;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-right: 20px;
}

.checkbox.w--redirected-checked {
  background-color: #c3f0ca;
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-color: #8bc794;
}

.admin-einstellung-setting-header-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.admin-einstellung-setting-divider {
  background-color: #000;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
}

.admin-einstellung-setting-status {
  color: #000;
  font-weight: 600;
}

.admin-einstellung-setting-switch {
  color: #000;
  background-color: #ffd0d0;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.admin-einstellungen-header {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 34px;
}

.admin-einstellungen-divider {
  background-color: #8d8d8d;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 1px;
}

.pm-admin-clientdetails-wrapper {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 0;
  box-shadow: 0 0 5px #00000040;
}

.pm-mc-overlay-wrapper {
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.pm-mc-overlay {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px;
}

.pm-mc-clients-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pm-mc-client-wrapper {
  cursor: pointer;
  background-color: #fff;
  border-radius: 7px;
  min-width: 300px;
  padding: 15px;
  box-shadow: 0 0 20px #0003;
}

.pm-mc-header-wrapper {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.pm-mc-name-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  display: flex;
}

.pm-mc-meta-value {
  font-weight: 600;
}

.pm-mc-meta-status {
  background-color: #a5ff8a;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 5px 14px;
  display: block;
}

.pm-mc-meta-status-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.text-block-20 {
  max-width: 50ch;
}

.loading-anim-wrapper {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  padding: 7px 3px;
  display: none;
}

.lottie-animation {
  width: 20px;
  height: 20px;
}

.lottie-animation-2 {
  width: 50px;
  height: 50px;
}

.loading-anim {
  width: 20px;
  height: 20px;
}

.loading-anim-text {
  margin-left: 5px;
  font-weight: 600;
}

.phorestvoucher-wrapper {
  background-color: #ffcbcb;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: none;
}

.bold-text {
  line-height: 14px;
}

.useddate-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.text-block-23 {
  color: #ff6c6c;
  font-weight: 700;
}

.warning--ffnungszeiten {
  color: red;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.unserteam-subtext {
  font-size: 17px;
}

.unserteam-subtext.sub {
  color: #7a7a7a;
  margin-top: 5px;
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-bottom: 50px;
  }

  .container.info-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .info-griddiv {
    grid-template-rows: .5fr .5fr minmax(100px, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  .info-text-infos {
    font-size: 22px;
  }

  .info-div-opening {
    background-position: 50%;
    justify-content: center;
  }

  .bg-header {
    margin-bottom: -75px;
  }

  .subheading {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 34px;
  }

  .subheading.cta {
    margin-bottom: 15px;
  }

  .unserteam-grid {
    grid-column-gap: 30px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .angebote-div-wrapper-all {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .angebote-div-header {
    margin-bottom: 15px;
  }

  .lanza-info-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .kontakt-div-header {
    margin-bottom: 0;
  }

  .footer-div-wrapper {
    grid-template-rows: auto;
  }

  .cta-div-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

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

  .rezension-name {
    margin-bottom: 0;
  }

  .rezension-stars {
    margin-bottom: 2px;
  }

  .navbar {
    display: none;
  }

  .text-block-5, .text-block-6 {
    text-align: center;
  }

  .qr-code-header {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 34px;
  }

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

  .pm-admin-stats-wrapper {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .pm-clientdetails-overlay-wrapper, .admin-einstellung-overlay-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section.hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/WhatsApp-Image-2023-02-13-at-13.54.29.jpeg');
  }

  .container {
    padding: 50px 25px;
  }

  .container.hero-section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.info-section, .container.unserteam-section {
    padding: 50px 25px;
  }

  .container.nav-mobile {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.phorest-mailer {
    flex-direction: column;
  }

  .sticky-nav {
    display: none;
    position: relative;
  }

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

  .openingstatus.ge-ffnet {
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
  }

  .openingstatus.geschlossen {
    display: none;
  }

  .info-griddiv {
    grid-template-rows: .5fr .5fr .5fr .5fr auto auto;
    grid-template-columns: 1fr;
  }

  .info-text-infos {
    font-size: 22px;
  }

  .bg-header {
    margin-bottom: -40px;
    display: block;
  }

  .subheading {
    font-size: 30px;
    line-height: 32px;
  }

  .subheading.cta {
    margin-bottom: 20px;
  }

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

  .unserteam-name {
    font-size: 21px;
  }

  .angebote-div-wrapper-all {
    grid-template-columns: 1fr;
  }

  .angebote-div-header {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 23px;
  }

  .angebote-div-paragraph {
    font-size: 16px;
    line-height: 21px;
  }

  .lanza-info-grid {
    grid-template-rows: auto auto .5fr .5fr auto;
    grid-template-columns: 1fr;
  }

  .kontakt-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .kontakt-div-header {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }

  .rezension-paragraph {
    font-size: 16px;
    line-height: 21px;
  }

  .kontakt-callbutton {
    margin-bottom: -10px;
    margin-right: -10px;
  }

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

  .div-block-4, .div-block-6 {
    justify-content: center;
  }

  .rezension-name {
    margin-bottom: 0;
    font-size: 21px;
    line-height: 23px;
  }

  .rezension-meta, .kontakt-paragraph {
    font-size: 16px;
    line-height: 21px;
  }

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

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

  .image-5 {
    padding: 10px 0;
  }

  .nav-link-mobile {
    background-color: var(--button-green);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    display: block;
  }

  .nav-link-mobile.facebook {
    color: #fff;
    background-color: #3b5998;
    background-image: url('../images/facebook-logo-png-6381.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 1;
    justify-content: center;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    display: flex;
  }

  .nav-link-mobile.instagram {
    color: #fff;
    background-color: #e1306c;
    background-image: url('../images/Frame-16.webp');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
  }

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

  .nav-menu {
    background-color: #fff;
    padding-bottom: 0;
  }

  .icon {
    color: #000;
  }

  .nav-mobile-button:active {
    background-color: #fff;
  }

  .tabs-menu {
    grid-template-columns: 1fr 1fr;
  }

  .qr-code-header {
    font-size: 30px;
    line-height: 32px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .warning-hero-div-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }

  .heading-5 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 22px;
  }

  .pop-up-section {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .pm-unsubscribe-maindiv {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .entwertenbutton.entwerten {
    margin-bottom: 5px;
  }

  .div-block-23 {
    grid-template-columns: 1fr 1fr;
  }

  .pm-clientdetails-overlay-wrapper, .admin-einstellung-overlay-wrapper {
    display: none;
  }

  .pm-mc-clients-wrapper {
    grid-template-columns: 1fr;
  }

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

  .text-block-22 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .div-block-25 {
    background-color: #0000002e;
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.info-section, .container.unserteam-section {
    padding: 50px 15px;
  }

  .sticky-nav {
    padding: 0;
  }

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

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-header {
    text-align: center;
    font-size: 33px;
    line-height: 40px;
  }

  .hero-button-online, .hero-button-anruf {
    text-align: center;
  }

  .info-griddiv {
    grid-template-rows: .5fr .5fr .5fr .5fr auto;
  }

  .info-div-infos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-text-infos {
    font-size: 20px;
    line-height: 24px;
  }

  .bg-header {
    margin-bottom: -40px;
    display: block;
  }

  .subheading {
    font-size: 26px;
    line-height: 28px;
  }

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

  .heading-4 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .unserteam-grid {
    grid-column-gap: 10px;
    grid-template-columns: 1fr;
  }

  .unserteam-image {
    object-fit: scale-down;
    max-width: 100%;
  }

  .unserteam-name {
    font-size: 17px;
    line-height: 20px;
  }

  .angebote-div-wrapper-all {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .angebote-div-header {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .lanza-info-grid {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .lanza-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kontakt-div-header {
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .kontakte-div-header-div {
    margin-bottom: 10px;
  }

  .kontakt-callbutton {
    margin-bottom: -10px;
    margin-right: -10px;
  }

  .footer-div-wrapper {
    grid-row-gap: 16px;
  }

  .footer-link {
    font-size: 15px;
  }

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

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

  .rezension-name {
    margin-bottom: 0;
    margin-left: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .image-5 {
    padding: 10px 0;
  }

  .qr-button-wrapper {
    background-color: #fff;
    box-shadow: 0 0 20px #0003;
  }

  .qr-button-text.black {
    color: #000;
  }

  .preis-tab-link {
    font-size: 18px;
    line-height: 19px;
  }

  .preis-tab-link.w--current {
    font-size: 19px;
  }

  .preisliste-dienstleistung-header {
    font-size: 20px;
    line-height: 23px;
  }

  .preisliste-dienstleistung-preis {
    font-size: 20px;
  }

  .text-block-5, .text-block-6 {
    text-align: center;
  }

  .qr-code-header {
    font-size: 26px;
    line-height: 28px;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .pop-up-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .pop-up-header-div-wrapper {
    align-items: flex-start;
  }

  .pm-clientdetails-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .clientname-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .clientid-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .pm-clientdetails-meta-value {
    margin-left: 0;
  }

  .pm-heading {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .pm-clientdetails-header-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pm-clientdetails-header-status-wrapper {
    margin-bottom: 10px;
  }

  .clientbd-wrapper, .clientage-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .pm-unsubscribe-maindiv {
    margin-top: 20px;
    position: static;
  }

  .pm-unsubscribe-lowerwindow {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .pm-unsubscribe-upperwindow {
    border-radius: 0;
  }

  .pm-unsubscribe-text {
    line-height: 20px;
  }

  .pm-unsubscribe-lottie {
    width: 70%;
  }

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

  .pm-unsubscribe-backtohomepage-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .pm-login-header {
    text-align: center;
    margin-bottom: 10px;
    line-height: 27px;
  }

  .login-input-filed {
    min-width: 250px;
  }

  .div-block-22 {
    min-width: 100%;
  }

  .entwertenbutton.entwerten {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .pm-admin-stats-wrapper {
    padding: 14px;
  }

  .kpi-value {
    font-size: 39px;
    line-height: 39px;
  }

  .pm-admin-list-wrapper {
    padding: 14px;
    display: none;
  }

  .pm-admin-list-status-checkicon {
    display: none;
  }

  .pm-admin-list-heading {
    margin-bottom: 15px;
    font-size: 33px;
    line-height: 33px;
  }

  .pm-clientdetails-overlay-wrapper {
    display: none;
  }

  .pm-clientdetails-divider {
    padding-left: 170px;
  }

  .pm-admin-clientinfo-pg {
    flex-direction: column;
  }

  .pm-clientdetails-details-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: -7px;
    margin-right: -7px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .admin-einstellung-overlay-wrapper {
    display: none;
  }

  .admin-einstellungen-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .admin-einstellung-setting-wrapper {
    flex-direction: column;
  }

  .admin-einstellung-setting-header-wrapper {
    margin-bottom: 5px;
  }

  .admin-einstellungen-header {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
  }

  .pm-mc-overlay-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-9 {
    font-weight: 600;
  }

  .text-block-21 {
    display: none;
  }

  .phorestvoucher-wrapper {
    justify-content: center;
    align-items: center;
  }

  .useddate-wrapper {
    flex-direction: column;
  }

  .form-3 {
    min-width: 1px;
  }

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

#w-node-_51198dc8-5d18-159b-042b-e082a31396b6-f42d0cd2 {
  justify-self: start;
}

#w-node-edde0b09-4d59-0ae8-4a60-579e202e3ae1-202e3ad8 {
  align-self: auto;
}

#w-node-_58947fb6-2ad6-cb54-9744-e82ac7f80d16-c7f80cf5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_79272e27-5e56-1a66-20e8-b0cadb83f5ac-db83f59e, #w-node-a51e61b4-88b3-a341-a7f5-d6c19ce82365-9ce82357 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c93aec1e-b3ed-e6b8-371a-537b5627f9d6-5627f9d3 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a51e61b4-88b3-a341-a7f5-d6c19ce82365-9ce82357 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-edde0b09-4d59-0ae8-4a60-579e202e3ae1-202e3ad8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_58947fb6-2ad6-cb54-9744-e82ac7f80cfb-c7f80cf5 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58947fb6-2ad6-cb54-9744-e82ac7f80d03-c7f80cf5 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_58947fb6-2ad6-cb54-9744-e82ac7f80d0b-c7f80cf5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_58947fb6-2ad6-cb54-9744-e82ac7f80d16-c7f80cf5 {
    grid-column: span 1 / span 1;
  }

  #w-node-_79272e27-5e56-1a66-20e8-b0cadb83f5ac-db83f59e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a51e61b4-88b3-a341-a7f5-d6c19ce82365-9ce82357 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51198dc8-5d18-159b-042b-e082a31396b6-f42d0cd2 {
    justify-self: center;
  }

  #w-node-edde0b09-4d59-0ae8-4a60-579e202e3ae1-202e3ad8 {
    grid-row: 2 / 3;
  }

  #w-node-edde0b09-4d59-0ae8-4a60-579e202e3ae3-202e3ad8 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_79272e27-5e56-1a66-20e8-b0cadb83f5ac-db83f59e {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-cb9d9423-5460-8e40-ba1a-59e7ad8663e8-ad8663e2 {
    place-self: auto center;
  }

  #w-node-c93aec1e-b3ed-e6b8-371a-537b5627f9d6-5627f9d3 {
    justify-self: center;
  }
}


