:root {
  --pv-red: #d3272d;
  --pv-red-dark: #ae1d22;
  --pv-ink: #191919;
  --pv-muted: #666;
  --pv-soft: #f4f4f2;
  --pv-line: #dededb;
  --pv-radius: 4px;
}

html,
body,
.pv-contact-modal {
  scrollbar-width: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.pv-contact-modal::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

body:has(.pv-site-page) .entry-header,
body:has(.pv-site-page) .post-inner-content > .entry-title {
  display: none;
}

body:has(.pv-site-page) .post-inner-content,
body:has(.pv-site-page) .entry-content {
  padding-top: 0;
}

.pv-site-page,
.pv-site-page * {
  box-sizing: border-box;
}

.pv-site-page {
  position: relative;
  left: 50%;
  width: 100%;
  margin: 0 0 38px;
  color: var(--pv-ink);
  font-family: Raleway, Arial, sans-serif;
  line-height: 1.65;
  transform: translateX(-50%);
}

.pv-site-page h1,
.pv-site-page h2,
.pv-site-page h3,
.pv-site-page p {
  margin-top: 0;
}

.pv-site-page h1,
.pv-site-page h2,
.pv-site-page h3 {
  color: var(--pv-ink);
  font-family: Raleway, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.16;
}

.pv-site-page h1 {
  max-width: 820px;
  margin-bottom: 14px;
  font-size: 2.2vw;
  letter-spacing: -0.035em;
}

.pv-site-page h2 {
  margin-bottom: 18px;
  font-size: clamp(27px, 3vw, 40px);
  letter-spacing: -0.025em;
}

.pv-site-page h3 {
  font-size: 22px;
}

.pv-site-page p {
  margin-bottom: 15px;
}

.pv-eyebrow {
  margin-bottom: 10px;
  color: var(--pv-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.pv-hero {
  position: relative;
  display: flex;
  min-height: 10vw;
  align-items: flex-end;
  overflow: hidden;
  border-radius: var(--pv-radius);
  background: #242424;
}

.pv-hero__image,
.pv-service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-hero__image {
  object-position: center;
}

.pv-hero--portrait .pv-hero__image {
  object-position: center 48%;
}

.pv-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 47%, rgba(0, 0, 0, 0.15) 100%);
}

.pv-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 56px;
  color: #fff;
  text-align: left;
}

.pv-hero__content h1,
.pv-hero__content p {
  color: #fff;
}

.pv-hero__content h1 {
  max-width: none;
  font-size: 3vw;
  white-space: nowrap;
}

.pv-cleaning-page .pv-hero__content h1 {
  font-size: 2.8vw;
}

.pv-hero__content > p:not(.pv-eyebrow) {
  max-width: 100%;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.5;
  text-align: center;
}

.pv-hero__content .pv-doc-subtitle {
  max-width: 700px;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 500;
}

.pv-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 22px;
  border: 1px solid var(--pv-red);
  border-radius: 2px;
  background: var(--pv-red);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.pv-button:hover,
.pv-button:focus {
  border-color: var(--pv-red-dark);
  background: var(--pv-red-dark);
  color: #fff;
  text-decoration: none;
}

.pv-section {
  padding: 58px 48px;
  background: #fff;
}

.pv-section + .pv-section {
  border-top: 1px solid var(--pv-line);
}

.pv-section--soft {
  background: var(--pv-soft);
}

.pv-intro-grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.85fr) minmax(340px, 1.35fr);
  gap: 56px;
}

.pv-prose {
  color: #444;
  font-size: 18px;
}

.pv-prose--block {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.pv-prose p:last-child,
.pv-info-card p:last-child {
  margin-bottom: 0;
}

.pv-section-heading {
  max-width: 100%;
  margin-bottom: 30px;
}

.pv-section-heading h2:last-child {
  margin-bottom: 0;
}

.pv-feature-list,
.pv-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pv-feature-list {
  display: grid;
  gap: 12px;
}

.pv-feature-list--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pv-feature-list li {
  position: relative;
  min-height: 58px;
  padding: 17px 18px 15px 48px;
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius);
  background: #fff;
  font-weight: 600;
  line-height: 1.35;
}

.pv-feature-list li::before,
.pv-check-list li::before {
  position: absolute;
  content: "";
  border: solid var(--pv-red);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.pv-feature-list li::before {
  top: 19px;
  left: 22px;
  width: 7px;
  height: 12px;
}

.pv-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, 220px);
  gap: 12px;
}

.pv-service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--pv-radius);
  background: #222;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.pv-service-card:nth-of-type(1) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.pv-service-card:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2 / span 2;
}

.pv-service-card:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}

.pv-service-card:nth-of-type(4) {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.pv-service-card:nth-of-type(5) {
  grid-column: 2 / span 2;
  grid-row: 3;
}

.pv-service-grid > br,
.pv-service-card > br {
  display: none;
}

.pv-service-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.03) 70%);
  transition: background-color 180ms ease;
}

.pv-service-card::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  content: "";
  background: var(--pv-red);
}

.pv-service-card img {
  transition: transform 320ms ease;
}

.pv-service-card:hover img,
.pv-service-card:focus img {
  transform: scale(1.035);
}

.pv-service-card:hover::after,
.pv-service-card:focus::after {
  background-color: rgba(211, 39, 45, 0.18);
}

.pv-service-card__content {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  flex-direction: column;
}

.pv-service-card small {
  margin-bottom: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pv-service-card strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.pv-service-card em {
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.pv-two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pv-info-card {
  padding: 32px;
  border: 1px solid var(--pv-line);
  border-radius: var(--pv-radius);
  background: #fff;
}

.pv-info-card--dark {
  border-color: #222;
  background: #222;
  color: #f4f4f4;
}

.pv-info-card--dark h2 {
  color: #fff;
}

.pv-check-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.pv-check-list li::before {
  top: 5px;
  left: 4px;
  width: 6px;
  height: 10px;
}

.pv-info-card > .pv-check-list:last-child li:last-child {
  margin-bottom: 0;
}

.pv-closing {
  max-width: 900px;
  margin-top: 28px;
  margin-bottom: 0;
  color: #444;
}

.pv-cta {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 42px 48px;
  border-radius: 0 0 var(--pv-radius) var(--pv-radius);
  background: var(--pv-red);
  color: #fff;
}

.pv-cta > h2 {
  margin-bottom: 0;
}

.pv-contact-cta .pv-contact-open {
  letter-spacing: 0;
  text-transform: none;
}

.pv-cta > div {
  max-width: 760px;
}

.pv-cta h2,
.pv-cta p,
.pv-cta .pv-eyebrow {
  color: #fff;
}

.pv-cta h2 {
  margin-bottom: 10px;
}

.pv-cta p:last-child {
  margin-bottom: 0;
}

.pv-button--light {
  flex: 0 0 auto;
  border-color: #fff;
  background: #fff;
  color: var(--pv-red);
}

.pv-button--light:hover,
.pv-button--light:focus {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.pv-contact-modal-open {
  overflow: hidden;
}

.pv-contact-modal,
.pv-contact-modal * {
  box-sizing: border-box;
  text-transform: none;
}

.pv-contact-modal {
  position: fixed;
  z-index: 10000000;
  inset: 0;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 32px 18px;
  background: rgba(17, 17, 17, 0.72);
  color: var(--pv-ink);
  text-align: left;
}

.pv-contact-modal.is-open {
  display: block;
}

.pv-contact-modal__dialog {
  position: relative;
  width: min(100%, 760px);
  margin: 36px auto;
  padding: 34px 34px 40px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

.pv-contact-modal__close {
  position: absolute;
  z-index: 2;
  top: -13px;
  right: -13px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-size: 27px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.14);
}

.pv-contact-modal__close:hover,
.pv-contact-modal__close:focus {
  border-color: var(--pv-red);
  color: var(--pv-red);
}

.pv-contact-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 28px;
}

.pv-contact-modal__header > div {
  max-width: 560px;
}

.pv-contact-modal__header h2 {
  margin-bottom: 8px;
  color: var(--pv-ink);
  font-size: clamp(28px, 4vw, 38px);
  letter-spacing: -0.025em;
}

.pv-contact-modal__header p {
  margin-bottom: 0;
  color: #5f5f5f;
  font-size: 16px;
  line-height: 1.5;
}

.pv-contact-modal__header img {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  object-fit: contain;
}

.pv-contact-modal__label {
  margin-bottom: 12px;
  color: #777;
  font-size: 14px;
  font-weight: 700;
}

.pv-contact-options {
  display: grid;
  gap: 10px;
  margin-bottom: 34px;
}

.pv-contact-option {
  display: flex;
  width: 100%;
  min-height: 76px;
  align-items: center;
  gap: 18px;
  padding: 12px 18px;
  border: 1px solid #e2e2df;
  border-radius: 5px;
  background: #f3f3f1;
  color: #343434;
  font: inherit;
  text-align: left;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.pv-contact-option:hover,
.pv-contact-option:focus {
  border-color: rgba(211, 39, 45, 0.5);
  background: #fff;
  color: #222;
  text-decoration: none;
  transform: translateY(-1px);
}

.pv-contact-option__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pv-red);
  color: #fff;
  font-size: 20px;
}

.pv-contact-option > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.pv-contact-option strong {
  color: #2a2a2a;
  font-size: 17px;
  line-height: 1.3;
}

.pv-contact-option small {
  margin-top: 3px;
  color: #666;
  font-size: 14px;
  line-height: 1.35;
}

.pv-contact-form {
  scroll-margin-top: 22px;
  padding-top: 32px;
  border-top: 1px solid var(--pv-line);
  outline: none;
}

.pv-contact-form > h3 {
  margin-bottom: 24px;
  color: var(--pv-ink);
  font-size: 25px;
}

.pv-contact-modal #ninja_forms_form_1_cont,
.pv-contact-modal #ninja_forms_form_1_wrap,
.pv-contact-modal #ninja_forms_form_1 {
  width: 100%;
  margin: 0;
  color: #333;
}

.pv-contact-modal #ninja_forms_form_1_all_fields_wrap {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.pv-contact-modal #ninja_forms_form_1_all_fields_wrap > .ninja-forms-required-items,
.pv-contact-modal #ninja_forms_field_3_div_wrap,
.pv-contact-modal #ninja_forms_field_10_div_wrap,
.pv-contact-modal #ninja_forms_field_11_div_wrap,
.pv-contact-modal #ninja_forms_field_4_div_wrap {
  grid-column: 1 / -1;
}

.pv-contact-modal #ninja_forms_form_1_all_fields_wrap > .field-wrap {
  width: auto;
  clear: none;
  margin: 0;
}

.pv-contact-modal .ninja-forms-required-items {
  color: #777;
  font-size: 13px;
}

.pv-contact-modal .field-wrap label {
  display: block;
  margin-bottom: 7px;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  text-transform: none;
}

.pv-contact-modal #ninja_forms_form_1 input[type="text"],
.pv-contact-modal #ninja_forms_form_1 input[type="email"],
.pv-contact-modal #ninja_forms_form_1 textarea {
  width: 100%;
  max-width: none;
  border: 1px solid #d4d4d1;
  border-radius: 5px;
  background: #f7f7f5;
  color: #222;
  font-family: inherit;
  font-size: 16px;
  box-shadow: none;
}

.pv-contact-modal #ninja_forms_form_1 input[type="text"],
.pv-contact-modal #ninja_forms_form_1 input[type="email"] {
  height: 50px;
  padding: 10px 13px;
}

.pv-contact-modal #ninja_forms_form_1 textarea {
  min-height: 150px;
  padding: 13px;
  resize: vertical;
}

.pv-contact-modal #ninja_forms_form_1 input[type="text"]:focus,
.pv-contact-modal #ninja_forms_form_1 input[type="email"]:focus,
.pv-contact-modal #ninja_forms_form_1 textarea:focus {
  border-color: var(--pv-red);
  background: #fff;
  outline: 2px solid rgba(211, 39, 45, 0.12);
}

.pv-contact-modal #ninja_forms_field_10_div_wrap {
  display: grid;
  align-items: start;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
}

.pv-contact-modal #ninja_forms_field_10_div_wrap input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.pv-contact-modal #ninja_forms_field_10_div_wrap label {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.pv-contact-modal #ninja_forms_field_10_div_wrap label a {
  color: var(--pv-red);
  -webkit-text-fill-color: var(--pv-red);
  text-decoration: underline;
}

.pv-contact-modal #ninja_forms_field_4 {
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid var(--pv-red);
  border-radius: 3px;
  background: var(--pv-red);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.pv-contact-modal #ninja_forms_field_4:hover,
.pv-contact-modal #ninja_forms_field_4:focus {
  border-color: var(--pv-red-dark);
  background: var(--pv-red-dark);
}

.pv-contact-modal .ninja-forms-field-error,
.pv-contact-modal .ninja-forms-response-msg {
  color: var(--pv-red-dark);
  font-size: 13px;
}

.pv-contact-modal .hp-wrap {
  position: absolute;
  left: -10000px;
}

.pv-contact-modal.pv-contact-modal--page {
  position: static;
  display: block;
  overflow: visible;
  padding: 0;
  background: transparent;
}

.pv-contact-modal--page .pv-contact-form {
  padding: 0;
  border-top: 0;
}

.pv-contact-form > h2,
.pv-contact-form > h3 {
  margin-bottom: 24px;
  color: var(--pv-ink);
  font-size: 35px;
}

body.page-id-149 .entry-header,
body.page-id-149 .post-inner-content > .entry-title,
body.page-id-149 #secondary {
  display: none;
}

body.page-id-149 #primary {
  width: 100%;
  float: none;
}

body.page-id-149 .post-inner-content,
body.page-id-149 .entry-content {
  padding-top: 0;
}

.wolf-contact-page {
  width: 100%;
  margin-bottom: 38px;
  color: var(--pv-ink);
  font-family: Raleway, Arial, sans-serif;
}

.wolf-contact-page,
.wolf-contact-page * {
  box-sizing: border-box;
  text-transform: none;
}

.wolf-contact-page__header {
  padding: 58px 52px;
  border-radius: var(--pv-radius) var(--pv-radius) 0 0;
  background: #222;
  color: #fff;
}

.wolf-contact-page__header h1,
.wolf-contact-page__header p {
  color: #fff;
}

.wolf-contact-page__header h1 {
  margin-bottom: 8px;
  font-size: clamp(38px, 5vw, 58px);
  text-align: left;
}

.wolf-contact-page__header p {
  margin-bottom: 0;
  font-size: 19px;
}

.wolf-contact-page__content {
  display: grid;
  padding: 2% 8%;
  background: #fff;
  gap: 42px;
}

.wolf-contact-page__details h2 {
  margin-bottom: 24px;
  color: var(--pv-ink);
  font-size: 26px;
}

.wolf-contact-page__details .pv-contact-option {
  margin-bottom: 10px;
}

#icon_wrapper {
  position: fixed;
  z-index: 99990;
  top: 50%;
  right: 0;
  display: flex;
  width: 48px;
  height: auto;
  flex-direction: column;
  overflow: hidden;
  transform: translateY(-50%);
}

#icon_wrapper .fuse_social_icons_links {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(211, 39, 45, 0.78);
  color: #fff;
  text-decoration: none;
  transition: background-color 160ms ease;
}

#icon_wrapper .fuse_social_icons_links:last-child {
  border-bottom: 0;
}

#icon_wrapper .fuse_social_icons_links:hover,
#icon_wrapper .fuse_social_icons_links:focus {
  background: var(--pv-red);
  color: #fff;
}

#icon_wrapper .fuse_social_icons_links i {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 20px;
  line-height: 1;
}

#colophon .footer-links {
  text-align: right;
}

.pv-section--calculator-intro {
  padding-bottom: 38px;
}

.pv-section--calculator-intro > p {
  max-width: 70%;
  text-align: center;
}

.pv-site-page .pv-verlustrechner-header {
  max-width: 100%;
  font-size: 3vw;
  margin: auto;
  margin-bottom: 18px;
  text-align: center !important;
}

.pv-calculator-benefits {
  max-width: 45%;
  margin: auto;
  padding: 25px 28px;
  border-left: 4px solid var(--pv-red);
  background: var(--pv-soft);
}

.pv-calculator-benefits h3 {
  margin-bottom: 16px;
}

.pv-calculator-embed {
  padding: 0 30px 48px;
  background: #fff;
}

.pv-calculator-embed .pv-loss-calculator {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .pv-hero {
    min-height: 400px;
  }

  .pv-hero__content {
    width: 100%;
    padding: 40px;
  }

  .pv-hero__content h1,
  .pv-cleaning-page .pv-hero__content h1 {
    font-size: clamp(30px, 6vw, 43px);
    white-space: normal;
  }

  .pv-section {
    padding: 46px 34px;
  }

  .pv-intro-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .pv-feature-list--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pv-service-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 205px);
  }

  .pv-service-card:nth-of-type(1) {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .pv-service-card:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2 / span 2;
  }

  .pv-service-card:nth-of-type(3) {
    grid-column: 2;
    grid-row: 3;
  }

  .pv-service-card:nth-of-type(4) {
    grid-column: 1;
    grid-row: 1;
  }

  .pv-service-card:nth-of-type(5) {
    grid-column: 1 / span 2;
    grid-row: 4;
  }

  .pv-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 38px 34px;
  }
}

@media (max-width: 620px) {
  .pv-site-page {
    width: calc(100vw - 20px);
    margin-bottom: 22px;
  }

  .pv-hero {
    min-height: 430px;
  }

  .pv-hero__shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.46) 80%, rgba(0, 0, 0, 0.22) 100%);
  }

  .pv-hero__content {
    width: 100%;
    padding: 30px 24px;
  }

  .pv-hero__content h1,
  .pv-cleaning-page .pv-hero__content h1 {
    font-size: clamp(29px, 9vw, 38px);
  }

  .pv-hero__content > p:not(.pv-eyebrow) {
    font-size: 17px;
  }

  .pv-section {
    padding: 36px 22px;
  }

  .pv-feature-list--three,
  .pv-service-grid,
  .pv-two-columns {
    grid-template-columns: 1fr;
  }

  .pv-service-grid {
    grid-auto-rows: 235px;
    grid-template-rows: none;
  }

  .pv-service-card,
  .pv-service-card--wide,
  .pv-service-card:nth-of-type(1),
  .pv-service-card:nth-of-type(2),
  .pv-service-card:nth-of-type(3),
  .pv-service-card:nth-of-type(4),
  .pv-service-card:nth-of-type(5) {
    grid-column: span 1;
    grid-row: auto;
  }

  .pv-service-card__content {
    right: 19px;
    bottom: 18px;
    left: 19px;
  }

  .pv-service-card strong {
    font-size: 21px;
  }

  .pv-info-card {
    padding: 25px 22px;
  }

  .pv-cta {
    min-height: 0;
    padding: 34px 24px;
  }

  .pv-button--light {
    width: 100%;
  }

  .pv-contact-modal {
    padding: 14px 10px;
  }

  .pv-contact-modal__dialog {
    margin: 16px auto;
    padding: 28px 20px 30px;
  }

  .pv-contact-modal__close {
    top: 9px;
    right: 9px;
    width: 34px;
    height: 34px;
    border-color: #e4e4e4;
    box-shadow: none;
  }

  .pv-contact-modal__header {
    padding-right: 36px;
  }

  .pv-contact-modal__header img {
    display: none;
  }

  .pv-contact-option {
    min-height: 70px;
    gap: 13px;
    padding: 11px 13px;
  }

  .pv-contact-option__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
    font-size: 17px;
  }

  .pv-contact-option strong {
    font-size: 16px;
  }

  .pv-contact-option small {
    overflow-wrap: anywhere;
    font-size: 12px;
  }

  .pv-contact-modal #ninja_forms_form_1_all_fields_wrap {
    grid-template-columns: 1fr;
  }

  .pv-contact-modal #ninja_forms_field_1_div_wrap,
  .pv-contact-modal #ninja_forms_field_2_div_wrap {
    grid-column: 1 / -1;
  }

  .pv-contact-modal .g-recaptcha {
    overflow: hidden;
  }

  .wolf-contact-page {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .wolf-contact-page__header {
    padding: 38px 24px;
  }

  .wolf-contact-page__content {
    padding: 34px 20px;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .pv-calculator-embed {
    padding: 0 8px 35px;
  }
}

@media (max-width: 767px) {
  #icon_wrapper {
    width: 42px;
  }

  #icon_wrapper .fuse_social_icons_links {
    width: 42px;
    height: 42px;
  }

  #icon_wrapper .fuse_social_icons_links i {
    font-size: 17px;
  }

  #colophon.site-footer {
    position: static;
    inset: auto;
    min-height: 0;
    padding: 8px 0;
  }

  #colophon .site-info.container {
    width: 100%;
    padding: 0 12px;
  }

  #colophon .site-info .row {
    margin: 0;
  }

  #colophon .copyright {
    padding: 0;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }

  #colophon .footer-links {
    margin-bottom: 4px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
  }

  #colophon .copyright p {
    margin: 0;
    font-size: 9px;
    line-height: 1.35;
  }
}
