body .wp-site-blocks {
  hyphens: auto;
}
body .wp-site-blocks figcaption {
  font-size: 0.8em;
  margin-top: 3px;
}
body .wp-site-blocks figure img {
  transition: transform 0.2s;
}
body .wp-site-blocks figure a {
  overflow: hidden;
}
body .wp-site-blocks figure a:hover img {
  transition: transform 0.2s;
  transform: scale(1.2);
}
body .wp-site-blocks .wp-block-social-link {
  border-radius: var(--wp--custom--border-radius);
}
body .wp-site-blocks [class*=as-xing].wp-block-social-link a:before {
  content: " ";
  background: url("assets/images/xing.svg") no-repeat center;
  background-size: contain !important;
  display: inline-flex;
  height: calc(1em - 4px);
  width: 1em;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  justify-content: center;
  padding-top: 7px;
  margin-bottom: -3px;
}
body .wp-site-blocks [class*=as-xing].wp-block-social-link[class*=as-xing-inverse] a:before {
  background: url("assets/images/xing-inverse.svg") no-repeat center;
}
body .wp-site-blocks [class*=as-xing].wp-block-social-link svg {
  display: none;
}
body .wp-site-blocks main:has(:first-child:is(.wp-block-cover, .has-background, .is-style-teaser),
> .entry-content > :first-child:is(.wp-block-cover, .has-background, .is-style-teaser)) {
  margin-top: 0 !important;
}
body .wp-site-blocks main:has(> .entry-content > :last-child:is(.wp-block-cover, .has-background, .is-style-teaser)) + footer {
  margin-top: 0 !important;
}
body .wp-site-blocks :is(button, .wp-element-button, .wp-block-read-more) {
  transition: all 0.3s;
  position: relative;
  --custom-shadow-color: var(--wp--preset--color--custom-enzian-blue);
}
body .wp-site-blocks :is(button, .wp-element-button, .wp-block-read-more):hover {
  box-shadow: var(--wp--preset--shadow--natural), 0px 4px 0px 0px var(--custom-shadow-color);
  transition: all 0.3s;
}

.leaflet-map {
  z-index: 0;
  margin: 0;
}
.leaflet-map .leaflet-left {
  left: auto;
  right: 10px;
}
@media (min-width: 769px) {
  .leaflet-map {
    min-height: 700px;
  }
}

p:empty {
  display: none;
}

header .wp-block-navigation a span:after, header .wp-block-navigation a:not(:has(span)):after, .like-navigation a span:after, .like-navigation a:not(:has(span)):after {
  content: "";
  border-top: 4px solid transparent;
  width: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: -10px;
}
header .wp-block-navigation a:hover:after,
header .wp-block-navigation a:hover > span:after, .like-navigation a:hover:after,
.like-navigation a:hover > span:after {
  border-top-color: var(--wp--preset--color--custom-blue);
  width: 100%;
}
header .wp-block-navigation a.custom-current-url:after,
header .wp-block-navigation .current-menu-item > a > span:after, .like-navigation a.custom-current-url:after,
.like-navigation .current-menu-item > a > span:after {
  border-top-color: var(--wp--preset--color--custom-enzian-blue);
  width: 100%;
}

.custom-term-featured-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .is-style-teaser > :nth-child(2),
  .wp-block-media-text:not(.no-effect) .wp-block-media-text__media {
    position: relative;
  }
  .is-style-teaser > :nth-child(2):after,
  .wp-block-media-text:not(.no-effect) .wp-block-media-text__media:after {
    content: "";
    height: 100%;
    background-image: url(assets/images/dis-arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    min-width: 60px;
  }
}
.custom-icon {
  --custom-icon-size: 1.2em;
  font-size: var(--custom-icon-size);
  vertical-align: middle;
  display: contents;
}
.custom-icon figure, .custom-icon svg {
  margin: 0;
  padding: 0;
  height: var(--custom-icon-size);
  width: auto;
  color: currentColor;
  fill: currentColor;
}
.custom-icon.custom-icon-size-1x {
  --custom-icon-size: 1em;
}
.custom-icon.custom-icon-size-2x {
  --custom-icon-size: 2em;
}
.custom-icon.custom-icon-size-3x {
  --custom-icon-size: 3em;
}
.custom-icon.custom-icon-size-4x {
  --custom-icon-size: 4em;
}
.custom-icon.custom-icon-size-5x {
  --custom-icon-size: 5em;
}
.custom-icon.custom-icon-size-6x {
  --custom-icon-size: 6em;
}
.custom-icon.custom-icon-size-7x {
  --custom-icon-size: 7em;
}
.custom-icon.custom-icon-size-8x {
  --custom-icon-size: 8em;
}
.custom-icon.custom-icon-size-9x {
  --custom-icon-size: 9em;
}
.custom-icon.custom-icon-size-10x {
  --custom-icon-size: 10em;
}

.wpcf7-form :not(.kc_captcha) > .wpcf7-form-control:not(.wpcf7-acceptance) {
  width: 100%;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
}
.wpcf7-form .captcha-image {
  border: 0;
  padding: 0;
  text-align: left;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}

[class*=util-clamp] {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
[class*=util-clamp][class*="4-lines"] {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
[class*=util-clamp][class*="6-lines"] {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}

#to-top-wrapper {
  transition: all 0.5s;
  position: fixed;
  bottom: 4px;
  right: var(--mi-base-padding, 15px);
  font-size: 0.9em;
}
#to-top-wrapper:not(.show) {
  bottom: -200px;
}
@media (max-width: 37.5em) {
  #to-top-wrapper {
    font-size: 0.8em;
  }
}

.util-trenne-silben {
  hyphens: auto;
}

.util-keine-silbentrennung {
  hyphens: none !important;
}

.util-no-wrap {
  white-space: nowrap;
}

@media (orientation: portrait) {
  .util-mobile-order-10 {
    order: 10;
  }
}

/*# sourceMappingURL=style.child.css.map */
