.page-footer p > a[href*=mailto]:before, .page-footer p > a[href*=tel]:before, .page-footer p > a[href*=oeffnungszeiten]:before, .hentry.type-service:after, .page-header .contact:has(> a) > a:before,
.page-header .contact:is(a):before, .wp-element-button:after, input[type=submit]:after, .page-header .contact:has(> a) > a:after,
.page-header .contact:is(a):after {
  background-color: currentColor;
  content: "";
  height: 1em;
  display: inline-block;
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 1em;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

.is-root-container {
  padding-inline: var(--wp--custom--layout--device-spacing);
}
.is-root-container > .alignfull {
  margin-inline: calc(-1 * var(--wp--custom--layout--device-spacing));
}
.is-root-container > .alignfull.has-background:not(.wp-block-media-text) {
  padding-inline: var(--wp--custom--layout--device-spacing);
}

main.is-root-container:has(> :last-child:not(.wp-block-group.alignfull)) + .page-footer {
  margin-top: 7.6em;
}

:is(.is-layout-constrained, .is-layout-flow) > [class*=wp-block-]:not(:first-child, h1, h2, h3, h4, h5, h6, p, ul, ol, table, details, .wp-block-buttons, .wp-block-spacer) {
  margin-top: var(--wp--custom--layout--flow-space);
}

.alignfull + .alignfull {
  --wp--custom--layout--flow-space: 0;
}

.wp-block-heading + .wp-block-group.is-layout-flex {
  margin-top: 0;
}

.wp-block-group.is-layout-flex {
  -moz-column-gap: 1.66em;
       column-gap: 1.66em;
}

.big-gap {
  gap: 3em 3.85em !important;
}

:is(.wp-block-media-text__content, .wp-block-column, .wp-block-group) > :first-child {
  margin-top: 0;
}
:is(.wp-block-media-text__content, .wp-block-column, .wp-block-group) > :last-child {
  margin-bottom: 0;
}

.is-root-container:has(> :first-child:not(.wp-block-cover)) {
  padding-top: clamp(3.5em, 7vw, 6.66em);
}

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, input[type=submit], textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

@view-transition {
  navigation: auto;
}
html {
  background-color: var(--wp--preset--color--white);
}

body {
  accent-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--sans-serif);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 1.33;
  max-width: var(--wp--custom--layout--body-width);
  margin-inline: auto;
  background: var(--wp--preset--color--light);
}

:where(h1, h2, h3, .has-large-font-size) {
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--primary) !important;
  font-family: var(--wp--preset--font-family--sans-serif-condensed);
}

h1,
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
  margin-bottom: 0.87em;
}
h1:has(+ .has-large-font-size),
.has-huge-font-size:has(+ .has-large-font-size) {
  margin-bottom: 0.06em !important;
}
h1:has(+ .has-large-font-size) + .has-large-font-size,
.has-huge-font-size:has(+ .has-large-font-size) + .has-large-font-size {
  margin-top: 0 !important;
  margin-bottom: 1.33em;
  line-height: 1.13;
}

h2,
.has-medium-large-font-size {
  font-size: var(--wp--preset--font-size--medium-large);
  margin-bottom: 0.85em;
}

h3,
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
}

.has-mediumish-font-size {
  font-size: var(--wp--preset--font-size--mediumish);
}

:not(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.5em;
}

a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: 0.3s;
}

:is(p):not(:last-child) {
  margin-bottom: 1.11em;
}

strong {
  font-weight: 700;
}

p:has(+ h2, + ul) {
  margin-bottom: 1.66em !important;
}

:is(ul, ol, table):not(:last-child) {
  margin-bottom: 1.88em;
}

h2:has(+ ul, + ul.wp-block-list) {
  font-size: var(--wp--preset--font-size--normal) !important;
  color: var(--wp--preset--color--base) !important;
  font-family: var(--wp--preset--font-family--sans-serif) !important;
  margin-bottom: 0.83em !important;
  margin-top: 1.66em !important;
}

.claim {
  text-transform: uppercase;
  font-weight: 700;
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white) !important;
  padding: 0.45em 0.8em 0.3em;
  border-radius: 0.21em 0.21em 0 0;
  font-size: var(--wp--preset--font-size--mediumish);
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0 !important;
  font-family: var(--wp--preset--font-family--sans-serif-condensed);
}

p > a {
  color: var(--wp--preset--color--accent);
}
p > a:is(:hover, :focus, :active) {
  color: var(--wp--preset--color--base);
}

.wp-block-cover {
  padding: 6.66em var(--wp--custom--layout--device-spacing);
  margin-bottom: clamp(3.5em, 7vw, 6.66em);
}
.wp-block-cover__inner-container {
  max-width: var(--wp--style--global--wide-size);
  width: 100% !important;
  margin-inline: auto !important;
}
.wp-block-cover__inner-container > * {
  max-width: 616px !important;
}
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container .wp-block-post-excerpt {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white) !important;
  margin: 0 !important;
  padding: 0.15em 0.4em;
}
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container .wp-block-post-excerpt__excerpt {
  text-wrap: auto;
  font-family: var(--wp--preset--font-family--sans-serif-condensed);
  font-weight: 700;
  line-height: 1.13;
}

.wp-block-wuergler-services {
  --wp--custom--layout--flow-space: clamp(2em, 4vw, 3.38em);
}
.wp-block-wuergler-services:not(.acf-block-preview), .wp-block-wuergler-services.acf-block-preview > div {
  display: grid;
  gap: var(--wp--preset--spacing--normal);
  grid-template-columns: repeat(auto-fill, minmax(min(12em, 100%), 1fr));
}

.single-service .wp-block-wuergler-services:not(.acf-block-preview),
.single-service .wp-block-wuergler-services.acf-block-preview > div {
  --wp--style--global--wide-size: 1001px;
}

.wp-block-group.has-background.alignfull {
  padding-block: clamp(3.75em, 9vw, 8.33em) clamp(3.75em, 8vw, 7.55em);
}
.wp-block-group.has-background.has-primary-background-color *, .wp-block-group.has-background.has-primary-background-color :is(h1, h2, h3, h4) {
  color: var(--wp--preset--color--white) !important;
}
.wp-block-group.has-background:not(.alignfull, .alignwide) {
  --wp--custom--layout--flow-space: 2.22em;
  padding: 3.33em 3.6em 2.72em;
  border-radius: 0.3125rem;
}
.wp-block-group > :first-child {
  margin-top: 0;
}
.wp-block-group > :last-child {
  margin-bottom: 0;
}
.wp-block-group.has-overlap {
  margin-top: clamp(-5.55em, -5.5vw, -2em) !important;
}

.wp-block-columns.alignwide {
  --wp--style--global--wide-size: var(--wp--custom--layout--body-width);
  margin-inline: auto calc(-1 * var(--wp--custom--layout--device-spacing)) !important;
  display: grid !important;
  grid-template-columns: 1fr 50%;
  gap: 0;
}
@media (max-width: 870px) {
  .wp-block-columns.alignwide {
    grid-template-columns: 1fr !important;
    margin-inline: auto !important;
    gap: 2em;
  }
}
@media (min-width: 1308px) {
  .wp-block-columns.alignwide .wp-block-column:first-child {
    justify-self: end;
  }
}
@media (min-width: 871px) {
  .wp-block-columns.alignwide .wp-block-column:first-child {
    padding-top: 1.27em;
    max-width: 34.22em;
    margin-right: 1.3em;
  }
  .wp-block-columns.alignwide .wp-block-column:last-child {
    padding-left: clamp(2.5em, 6vw, 6em);
  }
}
.wp-block-columns.alignwide .wp-block-image {
  border-radius: 0.3125rem 0 0 0.3125rem;
  overflow: hidden;
}
@media (max-width: 870px) {
  .wp-block-columns.alignwide .wp-block-image {
    border-radius: 0.3125rem;
  }
}
.wp-block-columns.alignwide .wp-block-image:has(img[style*=width]) {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.3125rem !important;
}
.wp-block-columns.alignwide img {
  width: 100%;
}

.wp-block-image + .wp-block-image {
  margin-top: clamp(1.5em, 4vw, 3.78em) !important;
}

.single-service .wp-block-columns .wp-block-image {
  aspect-ratio: 1.48;
}
.single-service .wp-block-columns .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-wuergler-employees {
  --wp--custom--layout--flow-space: 1.11em;
}
.wp-block-wuergler-employees:not(.acf-block-preview), .wp-block-wuergler-employees.acf-block-preview > div {
  display: grid;
  gap: 2.64em var(--wp--preset--spacing--normal);
  grid-template-columns: repeat(auto-fill, minmax(min(20em, 100%), 1fr));
}

.wp-block-media-text.alignwide {
  --wp--style--global--wide-size: var(--wp--custom--layout--body-width);
  margin-inline: auto calc(-1 * var(--wp--custom--layout--device-spacing)) !important;
}
@media (max-width: 870px) {
  .wp-block-media-text.alignwide {
    grid-template-columns: 1fr !important;
    gap: 2em 0;
    margin-inline: auto !important;
  }
  .wp-block-media-text.alignwide .wp-block-media-text__media {
    grid-column: 1;
    aspect-ratio: 1.5;
    grid-row: 1;
    grid-row: 1;
  }
  .wp-block-media-text.alignwide .wp-block-media-text__media img {
    aspect-ratio: 1.5;
  }
  .wp-block-media-text.alignwide .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-media-text.alignwide .wp-block-media-text__content {
  padding-inline: 0;
}
@media (max-width: 870px) {
  .wp-block-media-text.alignwide .wp-block-media-text__content {
    padding-top: 0;
  }
}
.wp-block-media-text.alignwide .wp-block-media-text__media {
  min-height: auto;
}
.wp-block-media-text.alignwide img {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 870px) {
  .wp-block-media-text.alignwide img {
    border-radius: 0.3125rem;
  }
}
@media (min-width: 871px) {
  .wp-block-media-text.alignwide .wp-block-media-text__content {
    max-width: 34.22em;
    padding: 1.27em 0 0 !important;
    margin-right: 1.3em;
  }
  .wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__content {
    justify-self: end;
  }
  .wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__media {
    padding-left: clamp(2.5em, 6vw, 6em);
  }
  .wp-block-media-text.alignwide.has-media-on-the-right .wp-block-media-text__media img {
    border-radius: 0.3125rem 0 0 0.3125rem;
  }
  .wp-block-media-text.alignwide:not(.has-media-on-the-right) .wp-block-media-text__content {
    justify-self: start;
  }
  .wp-block-media-text.alignwide:not(.has-media-on-the-right) .wp-block-media-text__media {
    padding-right: clamp(2.5em, 6vw, 6em);
  }
  .wp-block-media-text.alignwide:not(.has-media-on-the-right) .wp-block-media-text__media img {
    border-radius: 0 0.3125rem 0.3125rem 0;
  }
}
@media (max-width: 870px) {
  .wp-block-media-text:has(+ .wp-block-group.has-overlap) {
    grid-template-columns: 1fr !important;
    gap: 2em 0;
  }
  .wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__media {
    grid-column: 1;
    aspect-ratio: 1.5;
    grid-row: 1;
    grid-row: 2;
  }
  .wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__media img {
    aspect-ratio: 1.5;
  }
  .wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
  }
}
.wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__content > :last-child,
.wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__content > *:has(+ .block-list-appender) {
  margin-bottom: clamp(6em, 13vw, 12.22em);
}
@media (max-width: 870px) {
  .wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__content > :last-child,
  .wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__content > *:has(+ .block-list-appender) {
    margin-bottom: 0;
  }
}
.wp-block-media-text:has(+ .wp-block-group.has-overlap) .wp-block-media-text__media {
  z-index: 5;
}

button, input[type=submit] {
  all: unset;
  cursor: pointer;
  transition: 0.3s;
}

.wp-element-button, input[type=submit], .page-header .contact:has(> a) > a,
.page-header .contact:is(a) {
  align-items: center;
  background: var(--_btn-bg, var(--wp--preset--color--accent));
  border-radius: 0;
  color: var(--_btn-color, var(--wp--preset--color--white));
  display: inline-flex;
  gap: 0.5em;
  padding: 0.66em 3.4em 0.64em 1em;
  transition: 0.3s;
  font-size: var(--wp--preset--font-size--medium);
  white-space: nowrap;
  line-height: 1;
  position: relative;
  text-align: left;
}
.wp-element-button:is(:hover, :focus, :active), input[type=submit]:is(:hover, :focus, :active), .page-header .contact:has(> a) > a:is(:hover, :focus, :active),
.page-header .contact:is(:hover, :focus, :active):is(a) {
  background: var(--_btn-hover-bg, var(--wp--preset--color--accent-light));
  color: var(--_btn-hover-color, var(--wp--preset--color--white)) !important;
}
.wp-element-button:is(:hover, :focus, :active):after, input[type=submit]:is(:hover, :focus, :active):after, .page-header .contact:has(> a) > a:is(:hover, :focus, :active):after,
.page-header .contact:is(:hover, :focus, :active):is(a):after {
  width: 2.86em;
}
.wp-element-button:after, input[type=submit]:after, .page-header .contact:has(> a) > a:after,
.page-header .contact:is(a):after {
  --arrow-size: 1.86em;
  -webkit-mask-image: url("/wp-content/themes/wuergler/assets/img/icons/arrow-long.svg");
          mask-image: url("/wp-content/themes/wuergler/assets/img/icons/arrow-long.svg");
  overflow-x: hidden;
  position: absolute;
  left: calc(100% - var(--arrow-size) - 1.9em);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s width ease;
  width: var(--arrow-size);
  padding-right: 2px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-mask-size: cover;
          mask-size: cover;
  font-size: 0.7em;
}

.wp-block-button.is-style-simple .wp-element-button, .wp-block-button.is-style-simple input[type=submit], .wp-block-button.is-style-simple .page-header .contact:has(> a) > a, .page-header .wp-block-button.is-style-simple .contact:has(> a) > a,
.wp-block-button.is-style-simple .page-header .contact:is(a),
.page-header .wp-block-button.is-style-simple .contact:is(a) {
  --_btn-bg: transparent;
  --_btn-hover-bg: transparent;
  --_btn-color: var(--wp--preset--color--accent);
  --_btn-hover-color: var(--wp--preset--color--accent);
  padding: 0 3.4em 0 0 !important;
}

.page-header .contact:has(> a) > a,
.page-header .contact:is(a) {
  margin-left: clamp(1em, 4vw, 3.55em);
  padding-inline: 0.6em 1em !important;
  padding-block: 0.55em !important;
}
.page-header .contact:has(> a) > a:before,
.page-header .contact:is(a):before {
  -webkit-mask-image: url("/wp-content/themes/wuergler/assets/img/icons/send.svg");
          mask-image: url("/wp-content/themes/wuergler/assets/img/icons/send.svg");
  font-size: 1.15em;
  transition: inherit;
  transform-origin: center;
}
.page-header .contact:has(> a) > a:after,
.page-header .contact:is(a):after {
  display: none;
}
@media (hover: hover) {
  .page-header .contact:has(> a) > a:is(:hover, :focus, :active),
  .page-header .contact:is(:hover, :focus, :active):is(a) {
    color: var(--wp--preset--color--white);
  }
  .page-header .contact:has(> a) > a:is(:hover, :focus, :active):before,
  .page-header .contact:is(:hover, :focus, :active):is(a):before {
    transform: scale(1.33);
  }
}

.custom-logo-link {
  z-index: 10;
}

.custom-logo {
  height: 1.27em;
  width: auto;
  margin-bottom: -2px;
}

details summary {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::marker {
  content: none;
}

.gform_fields {
  display: grid;
  gap: 1.66em;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.gform_fields > * {
  grid-column: span 12;
}
@media (min-width: 768px) {
  .gform_fields .gfield--width-three-quarters {
    grid-column: span 9;
  }
  .gform_fields .gfield--width-half {
    grid-column: span 6;
  }
  .gform_fields .gfield--width-third {
    grid-column: span 4;
  }
  .gform_fields .gfield--width-quarter {
    grid-column: span 3;
  }
  .gform_fields .gfield--width-quarter.city {
    grid-column: span 4 !important;
    margin-left: -1.95em;
    min-width: 100%;
  }
  .gform_fields .gfield--width-quarter.zip {
    grid-column: span 2 !important;
    max-width: calc(100% - 2em);
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .gfield--width-quarter.city {
    grid-column: span 8 !important;
  }
  .gfield--width-quarter.zip {
    grid-column: span 4 !important;
  }
}
.gfield--width-quarter.city {
  grid-column: span 12;
}

.gfield--width-quarter.zip {
  grid-column: span 12;
}

label {
  font-weight: 700;
  margin-bottom: 0.77em;
  display: inline-block;
}

input:not([type=submit]), select, textarea {
  background: var(--wp--preset--color--grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  padding: 1em;
  width: 100%;
}
input:not([type=submit]):is([type=checkbox], [type=radio]), select:is([type=checkbox], [type=radio]), textarea:is([type=checkbox], [type=radio]) {
  aspect-ratio: 1;
  height: 1em;
  padding: 0;
  width: 1em;
}

textarea {
  height: 7.77em;
  resize: none;
}

.hidden_label .gfield_label,
.gform_heading,
.gfield_visibility_hidden {
  display: none;
}

.gform_footer {
  margin-top: 1.33em;
}
@media (min-width: 600px) {
  .gform_footer {
    text-align: right;
  }
}

.gform_wrapper {
  margin-block: 3.88em 4.72em;
}

.hidden_label .gfield_label,
.gform_heading,
.gfield_visibility_hidden,
.gfield_validation_message,
.caps-warning {
  display: none;
}

.gfield.gfield_error input {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: -2px;
}

.gform_confirmation_message {
  --_notice-bg: var(--wp--preset--color--primary);
  margin-bottom: 0 !important;
  color: var(--wp--preset--color--white);
}

.gform_validation_errors, .gform_confirmation_message {
  background: var(--_notice-bg, var(--wp--preset--color--accent));
  padding: 1.88em 1.5em;
  border-radius: var(--wp--custom--layout--border-radius);
  font-weight: 700;
  margin-bottom: 3em;
}
.gform_validation_errors h2, .gform_confirmation_message h2 {
  font-size: var(--wp--preset--font-size--normal);
  color: var(--_notice-text, var(--wp--preset--color--white)) !important;
  margin-bottom: 0;
}

body.login {
  background-color: var(--wp--preset--color--white);
}
body.login #login {
  background: var(--wp--preset--color--primary);
}
body.login #login label {
  color: var(--wp--preset--color--white);
}

:is(ul, ol) {
  margin: 0;
  padding: 0;
}

ul:not([class]),
ul.wp-block-list {
  list-style: none;
}
ul:not([class]) li,
ul.wp-block-list li {
  padding-left: 1.44em;
  position: relative;
}
ul:not([class]) > li:before,
ul.wp-block-list > li:before {
  content: "";
  display: inline-block;
  width: 0.72em;
  height: 2px;
  position: absolute;
  top: 0.6em;
  left: 0;
  margin-right: 0.72em;
  background: var(--wp--preset--color--secondary, #006EAD);
}
ul:not([class]) > li:not(:last-child),
ul.wp-block-list > li:not(:last-child) {
  margin-bottom: 0.83em;
}

:is(.menu, .sub-menu) {
  display: flex;
  gap: 0.5em 1em;
  list-style: none;
}

.sub-menu {
  display: none;
}

.menu-toggle {
  cursor: pointer;
  flex-direction: column;
  font-size: 2em;
  gap: 0.25em;
  margin-bottom: 0;
  transition: 0.3s;
  width: 1em;
  z-index: 999;
}
.menu-toggle input {
  display: none;
}
.menu-toggle::before, .menu-toggle::after,
.menu-toggle * {
  background-color: var(--wp--preset--color--white);
  content: "";
  display: inherit;
  height: 3px;
  transition: inherit;
  transform-origin: left;
}
.menu-toggle:has(:checked) * {
  opacity: 0;
}
.menu-toggle:has(:checked)::before {
  transform: rotate(45deg);
}
.menu-toggle:has(:checked)::after {
  transform: rotate(-45deg);
}

:is(.mobile-menu, .menu-toggle) {
  display: none;
}

@media (max-width: 900px) {
  :is(.mobile-menu, .menu-toggle) {
    display: flex;
  }
  .page-header > .primary-menu {
    display: none;
  }
  .mobile-menu {
    background-color: var(--wp--preset--color--primary);
    display: flex;
    height: 100vh;
    inset: 0;
    overflow-y: auto;
    padding: 10em var(--wp--custom--layout--device-spacing);
    position: absolute;
    transform: translateX(100%);
    transition: 0.3s;
    z-index: 1;
    visibility: hidden;
  }
  .mobile-menu .menu {
    flex-direction: column;
    gap: 1.5em;
  }
  .mobile-menu .menu .menu-item {
    color: var(--wp--preset--color--white);
    font-size: 1.25em;
    line-height: 1;
  }
  .mobile-menu .menu .menu-item[class*=current]:not(.contact) {
    color: var(--wp--preset--color--secondary);
  }
  .mobile-menu .menu .menu-item.contact {
    margin-left: 0 !important;
    margin-top: 1.25em;
  }
  body:has(.menu-toggle input:checked) .mobile-menu {
    transform: translateX(0);
    visibility: visible;
  }
}
.hentry.type-service {
  position: relative;
  background: var(--wp--preset--color--secondary);
  transition: 0.3s ease;
  border-radius: 0.31rem;
  max-height: 13.94em;
  height: 13.94em;
  overflow: hidden;
}
.hentry.type-service h3 {
  margin-bottom: 0.6em;
  margin-top: 1em;
  font-family: var(--wp--preset--font-family--sans-serif) !important;
}
.hentry.type-service h3, .hentry.type-service p {
  text-align: center;
}
.hentry.type-service:after {
  -webkit-mask-image: url("/wp-content/themes/wuergler/assets/img/icons/arrow-long.svg");
          mask-image: url("/wp-content/themes/wuergler/assets/img/icons/arrow-long.svg");
  overflow-x: hidden;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  justify-content: flex-end;
  transition: 0.3s ease;
  width: 1.82em;
  padding-right: 2px;
  position: absolute;
  right: 0.98em;
  bottom: 1.25em;
  opacity: 0;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.hentry.type-service i {
  content: "";
  height: 1em;
  display: block;
  width: 1em;
  font-size: 5.33em;
  background-color: currentColor;
  -webkit-mask-image: var(--file);
          mask-image: var(--file);
  -webkit-mask-position: right;
          mask-position: right;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: 0.3s ease;
  transform-origin: center;
}
@media (hover: hover) {
  .hentry.type-service:is(:hover, :active, :focus) {
    background: var(--wp--preset--color--secondary-light);
  }
  .hentry.type-service:is(:hover, :active, :focus) i {
    font-size: 3em;
  }
  .hentry.type-service:is(:hover, :active, :focus) h3 {
    margin-top: 0.65em;
  }
  .hentry.type-service:is(:hover, :active, :focus):after {
    opacity: 1;
  }
  .hentry.type-service:is(:hover, :active, :focus) .teaser-description {
    max-height: 100%;
    opacity: 1;
    transform: scale(1, 1) translateY(0);
    flex: 1;
  }
}
.hentry.type-service .teaser-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 1.66em 0.83em;
}
.hentry.type-service .teaser-content__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  transition: 0.3s ease-in;
}
.hentry.type-service .teaser-description {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  font-size: 0.88em;
  text-align: center;
  transform: scale(0, 0) translateY(calc(100% + 8em));
}
@media (max-width: 900px) {
  .hentry.type-service {
    background: var(--wp--preset--color--secondary-light);
  }
  .hentry.type-service i {
    font-size: 3em;
  }
  .hentry.type-service h3 {
    margin-top: 0.65em;
  }
  .hentry.type-service .teaser-description {
    max-height: 100%;
    position: static;
    transform: scale(1, 1) translateY(0);
    flex: 1;
  }
  .hentry.type-service:after,
  .hentry.type-service .teaser-description {
    opacity: 1;
  }
}

.hentry.type-employee h3 {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--sans-serif);
  line-height: 1.33;
  margin-top: 1.22em;
  margin-bottom: 0.83em;
  color: var(--wp--preset--color--base) !important;
}
.hentry.type-employee .employee__image {
  aspect-ratio: 1.48;
  background-color: var(--wp--preset--color--grey);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

iframe[src*="google.com/maps"] {
  width: 100%;
  aspect-ratio: 1.7;
  height: auto;
}

.page-footer {
  padding: 2.77em var(--wp--custom--layout--device-spacing) 3.33em;
}
.page-footer .container {
  max-width: var(--wp--style--global--wide-size);
  width: 100% !important;
  margin-inline: auto !important;
}
.page-footer .container > .wp-block-group {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2em 1.77em;
}
@media (max-width: 900px) {
  .page-footer .container > .wp-block-group {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.page-footer .container > .wp-block-group:first-of-type {
  margin-top: 1.22em;
  margin-bottom: 2.77em;
}
.page-footer .container > .wp-block-group:first-of-type > :first-child {
  grid-column: span 5;
}
@media (min-width: 901px) and (max-width: 1207px) {
  .page-footer .container > .wp-block-group:first-of-type > :first-child {
    grid-column: span 6;
  }
}
.page-footer .container > .wp-block-group:first-of-type > :first-child p {
  margin-bottom: 0.83em;
}
@media (max-width: 1207px) {
  .page-footer .container > .wp-block-group:first-of-type .is-content-justification-space-between {
    justify-content: flex-start !important;
    gap: 1.77em;
  }
}
.page-footer .container > .wp-block-group:first-of-type > :first-child {
  gap: clamp(0.5em, 2vw, 1.77em);
}
.page-footer .container > .wp-block-group:last-of-type {
  row-gap: 1em !important;
}
@media (max-width: 1115px) {
  .page-footer .container > .wp-block-group:last-of-type {
    display: flex !important;
    flex-direction: column;
  }
}
.page-footer .container > .wp-block-group:last-of-type a, .page-footer .container > .wp-block-group:last-of-type p > a {
  color: var(--wp--preset--color--base);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-footer .container > .wp-block-group:last-of-type a:is(:hover, :focus, :active), .page-footer .container > .wp-block-group:last-of-type p > a:is(:hover, :focus, :active) {
  text-decoration: none;
}
@media (max-width: 563px) {
  .page-footer .container > .wp-block-group:last-of-type .is-layout-flex:not(.is-content-justification-space-between) {
    flex-direction: column;
    align-items: start;
  }
  .page-footer .container > .wp-block-group:last-of-type .is-layout-flex:not(.is-content-justification-space-between) .menu .menu-item:first-child:before {
    display: none;
  }
}
.page-footer .container > .wp-block-group > :first-child {
  grid-column: span 6;
}
.page-footer .container > .wp-block-group > :last-child {
  grid-column: 9/-1;
}
@media (max-width: 1207px) {
  .page-footer .container > .wp-block-group > :last-child {
    grid-column: span 6;
  }
}
.page-footer .container > .wp-block-group > .wp-block-group {
  margin-top: 0;
}
.page-footer .container > .wp-block-group > .wp-block-group.is-layout-flex:has(.wp-block-hayloft-copyright) {
  gap: 0;
}
.page-footer .container > .wp-block-group > .wp-block-group .wp-block-image {
  flex-shrink: 0;
}
.page-footer .container > .wp-block-group > .wp-block-group .wp-block-image img {
  width: clamp(2.5em, 4vw, 4.27em) !important;
  height: auto;
}
.page-footer .menu {
  flex-direction: row;
  gap: 0;
}
.page-footer .menu > *:before {
  display: inline;
  content: "|";
  padding-left: 0.35rem;
  padding-right: 0.22rem;
}
.page-footer p > a[href*=oeffnungszeiten]:before {
  -webkit-mask-image: url("/wp-content/themes/wuergler/assets/img/icons/clock-light-full.svg");
          mask-image: url("/wp-content/themes/wuergler/assets/img/icons/clock-light-full.svg");
}
.page-footer p > a[href*=tel]:before {
  -webkit-mask-image: url("/wp-content/themes/wuergler/assets/img/icons/phone-light-full.svg");
          mask-image: url("/wp-content/themes/wuergler/assets/img/icons/phone-light-full.svg");
}
.page-footer p > a[href*=mailto]:before {
  -webkit-mask-image: url("/wp-content/themes/wuergler/assets/img/icons/envelope-light-full.svg");
          mask-image: url("/wp-content/themes/wuergler/assets/img/icons/envelope-light-full.svg");
}
.page-footer p:has(+ p > a[href*=oeffnungszeiten]) {
  margin-bottom: 0.83em;
}
.page-footer p > a[href*=oeffnungszeiten],
.page-footer p > a[href*=tel],
.page-footer p > a[href*=mailto] {
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--accent);
}
.page-footer p > a[href*=oeffnungszeiten]:before,
.page-footer p > a[href*=tel]:before,
.page-footer p > a[href*=mailto]:before {
  margin-right: 0.42em;
  font-size: 1.05em;
}
@media (hover: hover) {
  .page-footer p > a[href*=oeffnungszeiten]:is(:hover, :focus, :active),
  .page-footer p > a[href*=tel]:is(:hover, :focus, :active),
  .page-footer p > a[href*=mailto]:is(:hover, :focus, :active) {
    color: var(--wp--preset--color--base);
  }
}
.page-footer p:has(> a[href*=tel], > a[href*=mailto]) {
  margin-bottom: 0;
}
.page-footer h4 {
  opacity: 0;
}

.page-header {
  background: var(--wp--preset--color--primary);
  padding: 0 var(--wp--custom--layout--device-spacing);
  position: relative;
}
.page-header .container {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  max-width: var(--wp--style--global--wide-size);
  width: 100% !important;
  margin-inline: auto !important;
  padding: 2em 0 1.55em;
}
@media (max-width: 900px) {
  .page-header .container {
    align-items: center;
    padding: 1.5em 0 1.25em;
  }
  .page-header .container > nav {
    display: none;
  }
}
.page-header ul {
  align-items: center;
  gap: clamp(2em, 4vw, 3.55em);
}
.page-header ul .menu-item a {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1;
}
.page-header ul .menu-item[class*=current]:not(.contact) > a,
.page-header ul .menu-item > a:is(:hover, :focus, :active) {
  color: var(--wp--preset--color--secondary-light);
}
body.single-service .menu-item-object-service:is(a),
body.single-service .menu-item-object-service > a {
  color: var(--wp--preset--color--secondary-light) !important;
}
