@charset "UTF-8";
.img-fluid {
  max-width: 100%;
  height: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
  2. Remove default margin
*/
* {
  margin: 0;
}

/*
  3. Allow percentage-based heights in the application
*/
html, body {
  height: 100%;
}

/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img, picture, video, canvas, svg {
  display: block;
}

img {
  height: auto;
}

/*
  7. Remove built-in form typography styles
*/
input, button, textarea, select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

.wp-block-navigation {
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
  position: relative;
}

footer .wp-block-navigation {
  font-size: inherit;
}
header .wp-block-navigation {
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  header .wp-block-navigation {
    font-size: var(--wp--preset--font-size--small);
  }
}
html.has-modal-open .wp-block-navigation {
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: flex-start;
  font-size: var(--wp--preset--font-size--xxx-large);
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content,
.wp-block-navigation-item__content {
  padding: 0.1em 0.4em;
}
.home .wp-block-navigation-item__content[href="/"], .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content:hover, .current-menu-item .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content,
.wp-block-navigation-item__content:hover,
.current-menu-item .wp-block-navigation-item__content {
  color: var(--wp--preset--color--background) !important;
  background-color: var(--wp--preset--color--foreground);
  border-radius: 0.5em 0 0.5em 0;
}

.wp-block-navigation__responsive-container-open {
  margin-left: auto !important;
}

.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--preset--spacing--small, 0.5em) var(--wp--preset--spacing--x-small, 0.5em) var(--wp--preset--spacing--medium, 1em) var(--wp--preset--spacing--medium, 1em);
}

html div._wp-block-navigation__responsive-container {
  -webkit-animation: overlay-menu__fade-in-animation 0.1s ease-out;
          animation: overlay-menu__fade-in-animation 0.1s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  z-index: 100000;
}

.wp-block-navigation__submenu-container {
  padding: 0 0.5em 0 0 !important;
  font-size: 0.875em;
}

.wp-block-navigation .wp-block-social-links.is-style-logos-only {
  padding: 0.2em;
  font-size: 1.4em;
}

/* DEBUG

 for debugging remove line 732 // data-wp-on--focusout="actions.core.navigation.handleMenuFocusout" in
  wp-includes/blocks/navigation.php
*/
.swiper-wrapper figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none !important;
  position: relative;
  text-align: left;
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--xx-small);
  font-style: normal;
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  padding: 0;
}
.alignfull .swiper-wrapper figure.wp-block-image figcaption,
.alignfull .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  padding-left: var(--wp--preset--spacing--x-small, 0.5em);
}
@media (max-width: 1279.98px) {
  .swiper-wrapper figure.wp-block-image figcaption,
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    padding-left: var(--wp--preset--spacing--x-small, 0.5em);
  }
}

.wp-block-heading.alignfull {
  padding: var(--wp--preset--spacing--x-small, 0.5em);
}

.wp-block-image img {
  width: 100% !important;
}
.swiper .wp-block-image img {
  max-width: unset;
  width: 100%;
}

.wp-site-blocks > footer,
.wp-site-blocks > header {
  max-width: unset;
  width: unset;
}

header.wp-block-template-part {
  z-index: 20;
  background-color: var(--wp--preset--color--background);
}

.site-header {
  padding: var(--wp--preset--spacing--x-small, 0.5em);
}

@supports (animation-range: 0vh 10vh) {
  .site-brand {
    position: relative;
  }
  .site-brand:after {
    content: "";
    display: block;
    z-index: 2;
    background-color: white;
    width: 0%;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-animation: size-to-sign-only linear forwards;
            animation: size-to-sign-only linear forwards;
    animation-timeline: scroll();
    animation-range: 0vh 10vh;
  }
  @-webkit-keyframes size-to-sign-only {
    to {
      width: 85%;
    }
  }
  @keyframes size-to-sign-only {
    to {
      width: 85%;
    }
  }
}
.site-brand.wp-block-site-title {
  text-transform: uppercase;
}

.site-footer {
  padding: var(--wp--preset--spacing--x-small, 0.5em);
  font-size: 0.75em;
  color: gray;
  margin-top: var(--wp--preset--spacing--x-large, 4em);
}

.entry-content:first-child:nth-of-type(figure) {
  margin-top: var(--wp--preset--spacing--large);
}

header.wp-block-template-part + .wp-block-group {
  margin-top: var(--wp--preset--spacing--x-large);
}

.entry-content {
  padding: var(--wp--preset--spacing--x-small, 0.5em);
}
.home .entry-content {
  padding-top: 0;
}

.wp-block-group.is-content-justification-left {
  margin-left: 0 !important;
}

.wp-block-group.is-content-justification-right {
  margin-right: 0 !important;
}

.wp-block-quote {
  line-height: 1.1;
  font-weight: 100;
  margin-top: var(--wp--preset--font-size--xxx-large);
  margin-bottom: var(--wp--preset--font-size--xxx-large);
}

.wp-block-query-title {
  -webkit-transform: scale(0);
          transform: scale(0);
}

@media (min-width: 430px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(50% - 2px);
  }
}
@media (min-width: 758px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 2px);
  }
}
.scoll-down {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin-left: -30px;
  padding: 15px 20px 25px;
  z-index: 10;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 3px solid white;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: scroll-down 2s infinite;
  animation: scroll-down 2s infinite;
}
.headroom--unpinned .scoll-down, body:not(.home) .scoll-down {
  display: none;
}
.scoll-down:after {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

@-webkit-keyframes scroll-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 1;
  }
}

@keyframes scroll-down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    opacity: 1;
  }
}
.site-footer a:first-child {
  color: var(--wp--preset--color--foreground);
}
.site-footer a {
  text-transform: lowercase;
}

.is-style-featured .pm__jahr {
  line-height: 1;
  font-size: 1.2em;
}

.is-style-featured .pm__ort {
  font-size: 1.2em;
  font-style: italic;
  line-height: 1;
}

.wp-block-gallery.columns-2 {
  --wp--style--gallery-gap-default: var(--wp--preset--spacing--large) !important;
}
.single .wp-block-gallery {
  margin: calc(var(--wp--preset--spacing--xx-large) + 3em) auto;
  max-width: var(--wp--style--global--wide-size) !important;
}

.wp-block-gallery.columns-2 .wp-block-image:nth-child(odd) {
  margin-top: var(--wp--preset--spacing--xx-large) !important;
}
.wp-block-gallery.columns-2 .wp-block-image:nth-child(even) {
  margin-top: calc(var(--wp--preset--spacing--xx-large) * -1) !important;
}

.prj__wrapper {
  color: white;
}
.prj__wrapper p {
  display: inline;
}
.single-post .prj__wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.prj__facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: var(--wp--preset--spacing--x-small);
  gap: var(--wp--preset--spacing--xx-small);
  font-size: var(--wp--preset--font-size--small);
}
.prj__facts:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (min-width: 1280px) {
  .prj__facts {
    font-size: var(--wp--preset--font-size--x-small);
  }
}
.prj__excerpt .prj__facts {
  font-size: var(--wp--preset--font-size--medium);
  padding: 0;
  gap: 0 1.5em;
  margin-bottom: 1.5em;
}
.prj__facts p {
  display: inline-block;
  margin-bottom: 0;
}
.prj__facts p:empty {
  display: none;
}
.prj__facts .pm__label {
  opacity: 0.7;
}
.prj__facts .pm__value br {
  content: " ";
}
.prj__facts .pm__value br:after {
  content: ", ";
}
.prj__wrapper .prj__facts {
  text-align: right;
}

.prj__browse {
  background-color: #f8f8f8;
  padding: var(--wp--style--root--padding-right);
  font-size: var(--wp--preset--font-size--x-large);
}

input#collapse {
  display: none;
}
input#collapse ~ p:not(.prj__collapse) {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input#collapse:checked ~ p {
  height: 100%;
  opacity: 1;
}
input#collapse:checked ~ p.prj__collapse {
  display: none;
}

.prj__collapse {
  margin-top: calc(var(--wp--preset--spacing--small) * -1);
}
.prj__collapse label {
  cursor: pointer;
}
.prj__collapse label:after {
  content: " 〉";
  display: inline-block;
  margin-left: 0.3em;
  -webkit-transform: scaleY(0.7);
          transform: scaleY(0.7);
}

body:not(.post-template-template-single-alternative) .wp-block-cover {
  margin-top: var(--wp--preset--spacing--x-large);
  height: calc(100vh - var(--wp--preset--spacing--x-large)) !important;
}

body.single-post .entry-content p {
  font-size: var(--wp--preset--font-size--x-large);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1400px) {
  body.single-post .entry-content p {
    margin-left: calc(50% - var(--wp--style--global--wide-size) / 6);
  }
}

.leitung {
  margin-top: var(--wp--preset--spacing--x-large);
  margin-bottom: var(--wp--preset--spacing--x-large);
}
.leitung.wp-block-columns {
  margin-left: 0 !important;
}

.team {
  margin-right: 0;
  display: -ms-grid !important;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 200px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team.is-content-justification-space-between:_after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.leitung .wp-block-image {
  margin-bottom: 1em;
  border-radius: 2em;
}
.leitung .wp-block-image img {
  border-radius: 0.3em;
}
.leitung .wp-block-image img, .team .wp-block-image img {
  -webkit-filter: grayscale(1) brightness(70%);
          filter: grayscale(1) brightness(70%);
  -webkit-box-shadow: 5px 5px 5px -1px #c3c7c7;
          box-shadow: 5px 5px 5px -1px #c3c7c7;
}

.prj__item {
  padding: 0.5em 0;
  border-top: 1px solid var(--wp--preset--color--gray);
}

.prj__summary {
  line-height: 1.1;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.6fr 0.4fr;
  grid-template-columns: 1.6fr 0.4fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
      grid-template-areas: "title year" "ort extend";
  /* just if display: list-item */
  list-style: none;
}
@media (min-width: 576px) {
  .prj__summary {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 12fr 5fr 2fr 1fr;
    grid-template-columns: 12fr 5fr 2fr 1fr;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
        grid-template-areas: "title ort year extend";
  }
}
details[open] > .prj__summary {
  font-weight: bold;
}
.prj__summary::-webkit-details-marker {
  display: none;
}
.prj__summary .icon-extend:after {
  left: 0 !important;
  top: 0 !important;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.prj__summary .icon-extend {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  text-align: right;
  grid-area: extend;
}

.prj__title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  line-height: inherit !important;
  font-weight: inherit !important;
}

.prj__ort {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: ort;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.prj__year {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: year;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5%;
          flex: 0 0 5%;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  text-align: right;
}

@media (min-width: 576px){
  .prj__summary .icon-extend {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .prj__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .prj__ort {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .prj__year {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.prj_extended {
  display: -ms-grid;
  display: grid;
  padding: 2em 0;
}
@media (min-width: 782px) {
  .prj_extended {
    -ms-grid-columns: 3fr 2fr;
    grid-template-columns: 3fr 2fr;
  }
}

@media (min-width: 782px) {
  .prj__excerpt {
    padding-right: 2em;
  }
}
.prj__excerpt a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  visibility: visible !important;
  top: 0.2em !important;
}

.prj__excerpt a:after,
.prj__summary .icon-extend::after,
.sort::after {
  content: "〱";
  position: relative;
  display: inline-block;
  visibility: hidden;
  -webkit-transform-origin: center;
          transform-origin: center;
  vertical-align: text-bottom;
  left: 0.3em;
  top: 0.3em;
}

details[open] > .prj__summary .icon-extend::after,
.sort.asc:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  visibility: visible;
}

.prj__summary .icon-extend::after,
.sort.desc::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  visibility: visible;
}

@media (max-width: 781.98px) {
  .is-style-brick .wp-block-post-template {
    display: block !important;
  }
}
@media (min-width: 782px) and (max-width: 991.98px) {
  .is-style-brick .wp-block-post-template {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.wp-block-post:nth-child(odd) {
  background-color: var(--wp--preset--color--gray-light);
}
.wp-block-post.has-post-thumbnail {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.wp-block-post.has-post-thumbnail .wp-post-image {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.is-style-brick .wp-block-post.has-post-thumbnail .wp-block-post-featured-image {
  overflow: hidden;
}
.is-style-brick .wp-block-post.has-post-thumbnail:hover .wp-post-image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.home .is-style-brick .wp-block-post.has-post-thumbnail:hover .wp-block-post-title {
  opacity: 1;
}
.is-style-brick .wp-block-post:not(.has-post-thumbnail) {
  display: none !important;
}
.is-style-list.is-layout-flow .wp-block-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  position: relative;
  /* formatierung mit Bilder evt. doch priv oder passwort umstellen */
  /* formatierung ohne Bilder */
}
.is-style-list.is-layout-flow .wp-block-post a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  padding: var(--wp--preset--spacing--xx-small);
  line-height: 1;
}
.is-style-list.is-layout-flow .wp-block-post .ghostkit-icon {
  margin-left: 0.3em;
}
.is-style-list.is-layout-flow .wp-block-post.has-post-thumbnail:hover {
  background-color: gray;
  color: white;
}
.is-style-list.is-layout-flow .wp-block-post:not(.has-post-thumbnail) {
  font-style: italic;
}
.is-style-list.is-layout-flow .wp-block-post:not(.has-post-thumbnail) .ghostkit-icon {
  visibility: hidden;
}

.wp-block-post-title {
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.wp-block-post-title a {
  color: inherit;
  text-decoration: none;
}
.single.post-template-template-single-alternative .wp-block-post-title, .is-style-featured .wp-block-post-title {
  font-size: var(--wp--preset--font-size--xx-large);
  text-align: right;
  line-height: 1;
  font-weight: 400;
}
.single.post-template-template-single-alternative .wp-block-post-title:first-letter, .is-style-featured .wp-block-post-title:first-letter {
  font-size: 1.4em;
  font-weight: 500;
}
body.single:not(.post-template-template-single-alternative) .wp-block-post-title {
  font-size: var(--wp--preset--font-size--xxxx-large);
  font-weight: bolder;
  z-index: 10;
  color: white;
}
.single.post-template-template-single-alternative .wp-block-post-title {
  text-align: left;
}
.is-style-list .wp-block-post-title {
  margin: 0 auto 0 0;
  padding: var(--wp--preset--spacing--xx-small);
  -webkit-transition: none;
  transition: none;
}
.is-style-brick .wp-block-post-title {
  margin: 0;
  padding: 0.3em;
  font-size: var(--wp--preset--font-size--medium);
}
.home .wp-block-query.is-style-brick .wp-block-post-title {
  position: absolute;
  padding: 0.3em;
  margin-bottom: 0;
  bottom: 0;
  font-size: var(--wp--preset--font-size--medium);
  background-color: var(--wp--preset--color--background);
  width: 100%;
  opacity: 0;
}
.single-post .wp-block-post-title {
  font-size: var(--wp--preset--font-size--xxxx-large);
}

.is-style-featured {
  margin-bottom: var(--wp--preset--spacing--x-large);
}
/* grid solution */
.is-style-featured .wp-block-post > .wp-block-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 992px) {
  .is-style-featured .wp-block-post > .wp-block-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: var(--wp--preset--spacing--x-small);
  }
}
@media (max-width: 781.98px) {
  .is-style-featured .wp-block-post > .wp-block-group .wp-block-group.is-vertical {
    position: absolute;
    bottom: var(--wp--preset--spacing--xx-large);
    right: 0;
    z-index: 1;
    background-color: white;
    padding: var(--wp--preset--spacing--xx-small);
  }
}

.is-style-featured .wp-block-post-featured-image {
  height: 100vh;
  aspect-ratio: unset !important;
}
@media (min-width: 992px) {
  .is-style-featured .wp-block-post-featured-image {
    position: relative;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
.is-style-featured li + li .wp-block-post-featured-image {
  margin-top: var(--wp--preset--spacing--x-small);
}

/* flex solution
.is-style-featured .wp-block-post > .wp-block-group {
  margin-bottom: var(--wp--preset--spacing--x-small);

  .wp-block-group.is-vertical{
    flex: 1 1 33.333%;
    max-width: 33.333%;

    align-items: flex-end;
    padding-right: var(--wp--preset--spacing--medium);
    gap: var(--wp--preset--spacing--xx-small);


  }

  .wp-block-post-featured-image {
    flex: 1 1 66.666%;
    max-width: 66.666%;
  }

}

*/
.is-style-featured .wp-block-post.has-post-thumbnail {
  position: sticky;
  top: 0;
  background-color: var(--wp--preset--color--background);
}

.wp-block-gallery figure {
  overflow: hidden;
  -webkit-box-flex: unset !important;
      -ms-flex-positive: unset !important;
          flex-grow: unset !important;
}
.wp-block-gallery figure:_after {
  display: block;
  content: "";
  z-index: 4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
  height: 100%;
  view-timeline-name: --revealing-image;
  view-timeline-axis: block;
  -webkit-animation: linear drop_curtain both;
          animation: linear drop_curtain both;
  animation-timeline: --revealing-image;
  animation-range: entry 10% cover 30%;
}

@-webkit-keyframes drop_curtain {
  0% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}

@keyframes drop_curtain {
  0% {
    opacity: 1;
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
._wp-block-gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: inline-block;
  -webkit-transform: scale3d(1.4, 1.4, 1);
          transform: scale3d(1.4, 1.4, 1);
  view-timeline-name: --soosh-image;
  view-timeline-axis: block;
  -webkit-animation: linear soosh_in both;
          animation: linear soosh_in both;
  animation-timeline: --soosh-image;
  animation-range: entry 25% cover 50%;
}

@-webkit-keyframes soosh_in {
  0% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes soosh_in {
  0% {
    -webkit-transform: scale3d(1.4, 1.4, 1);
            transform: scale3d(1.4, 1.4, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    clip-path: inset(45% 20% 45% 20%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0% 0% 0% 0%);
  }
}
.wp-block-gallery img {
  view-timeline-name: --revealing-image;
  view-timeline-axis: block;
  -webkit-animation: linear reveal both;
          animation: linear reveal both;
  animation-timeline: --revealing-image;
  animation-range: entry 25% cover 50%;
}

.category-highlight:not(:last-child) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  /* fix aspect ratio height */
}
.home .category-highlight:not(:last-child) figure {
  height: 100%;
  width: 100%;
}
.home .category-highlight:not(:last-child) .wp-post-image {
  height: auto !important;
  -o-object-fit: initial !important;
     object-fit: initial !important;
}
.page-id-4 .category-highlight:not(:last-child) figure {
  width: 100%;
  aspect-ratio: unset !important;
}

/* php Debug */
body > font {
  z-index: 100000;
  position: fixed;
  overflow-y: scroll;
}

pre.xdebug-var-dump {
  z-index: 10000000000;
  display: block;
  position: relative;
  top: 0;
}

.wp-block-categories-list.is-style-default {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-block-categories-list .cat-item {
  display: inline-block;
}
.wp-block-categories-list .cat-item:hover, .wp-block-categories-list .cat-item.active {
  color: var(--wp--preset--color--vivid-red);
}

header.wp-block-template-part {
  will-change: transform;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: fixed;
  top: 0;
  width: 100% !important;
  --mt-color-header-bg: transparent;
}
.admin-bar header.wp-block-template-part {
  margin-top: 30px;
}
.has-modal-open header.wp-block-template-part {
  bottom: 0;
  z-index: 2;
}

.ghostkit-tabs {
  padding: 0 var(--wp--preset--spacing--x-small);
}

.pswp {
  --pswp-bg: #fff;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  --pswp-icon-color: #000;
  --pswp-icon-color-secondary: #fff;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 1px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

.pswp__icn-shadow {
  display: none;
}

.pswp__dynamic-caption {
  color: var(--pswp-icon-color);
}

.pswp__counter {
  text-shadow: none !important;
  opacity: 1;
}

.pswp__dynamic-caption--mobile {
  background-color: white;
}

@media print {
  @page {}
  body {
    border-top: 0 !important;
  }
  html, body {
    overflow: visible;
  }
  header {
    position: relative !important;
  }
  footer {
    display: none !important;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --mt--logo-width: 40px;
  --mt-header-height: 120px;
  /*
  // https://www.bronco.co.uk/our-ideas/creating-a-clamp-fallback-function-in-sass-scss/
  --mt--fs-xs: 12px;
  --mt--fs-s: 14px;
  --mt--fs-base: 1rem;
  --mt--fs-m: clamp(1.13rem, 0.5vw + 0.98rem, 1.38rem); // fluid inside mixins
  --mt--fs-l: clamp(1.38rem, 0vw + 1.38rem, 1.38rem); // fluid inside mixins
  --mt--fs-xl: clamp(1.75rem, 3.5vw + 0.7rem, 3.5rem); // fluid inside mixins
  --mt--fs-xl-lh: clamp(2.25rem, 4.85vw + 0.995rem, 4.875rem);


  --mt--link-color: inherit;
  --mt--link-hover-color: inherit;
  */
}

@media (min-width: 576px) {
  :root {
    --wp--custom--font-sizes--normal: calc(18px + 4 * ((100vw - 576px) / 680));
    --mt--logo-width: 80px;
  }
}
@media (min-width: 992px) {
  :root {
    --wp--custom--font-sizes--normal: var(--mt--fs-base);
  }
}
/*# sourceMappingURL=main.css.map */