@charset "UTF-8";

/* src/scss/front-and-back.scss */
h1,
h2,
h3 {
  hyphens: auto;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-flex {
  display: flex;
}
.justify-content-space-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-items-end {
  justify-items: flex-end;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.align-items-center {
  align-items: center;
}
.nogap {
  gap: 0 !important;
}
.flex-nogrow {
  flex-grow: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-noshrink {
  flex-shrink: 0;
}
.flex-shrink {
  flex-shrink: 1;
}
.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.send-back {
  position: relative;
  z-index: -1;
}
.send-front-10 {
  position: relative;
  z-index: 10;
}
.text-shadow {
  text-shadow:
    0.5em 0.5em 2em rgba(0, 0, 0, 0.25),
    0.5em 0.5em 1em rgba(0, 0, 0, 0.35),
    0.2em 0.2em 0.5em rgba(0, 0, 0, 0.65);
}
.font-sans-serif {
  font-family: "Roboto", sans-serif;
}
.font-serif {
  font-family: "Source Serif 4", serif;
}
.width-100 {
  width: 100%;
}
.max-width-30 {
  max-width: 30rem;
}
.max-width-40 {
  max-width: 40rem;
}
.max-width-60 {
  max-width: 60rem;
}
.offset-right-10 {
  transform: translateX(10rem);
}
.offset-left-10 {
  transform: translateX(-10rem);
}
.offset-top-5 {
  transform: translateY(-10rem);
}
.width-normal {
  max-width: var(--_global--container-max-width) !important;
}
.radius-top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.radius-bottom {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.radius-img-top img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.radius-img-bottom img {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.align-items-stretch {
  align-items: stretch;
}
fieldset.hidden-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.ar-16-9 {
  aspect-ratio: 16/9;
}
.ar-9-16 {
  aspect-ratio: 9/16;
}
.ar-4-3 {
  aspect-ratio: 4/3;
}
.ar-3-4 {
  aspect-ratio: 3/4;
}
.ar-1-1 {
  aspect-ratio: 1/1;
}
.ar-2-3 {
  aspect-ratio: 2/3;
}
.ar-3-2 {
  aspect-ratio: 3/2;
}
.ar-4-5 {
  aspect-ratio: 4/5;
}
.ar-5-4 {
  aspect-ratio: 5/4;
}
.overlay-first-element {
  position: relative;
}
.overlay-first-element > *:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 782px) {
  .mobile-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 575px) {
  .xs-px-1rem {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .xs-px-2rem {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .xs-p-1rem {
    padding: 1rem !important;
  }
  .xs-p-2rem {
    padding: 2rem !important;
  }
  .xs-flex-column {
    flex-direction: column;
  }
  .xs-transform-reset {
    transform: none;
  }
  .xs-ar-1-1,
  .xs-ar-1-1 img {
    aspect-ratio: 1/1 !important;
  }
}
.shadow-card,
.is-style-shadow-card {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 1rem;
}
.outline-card,
.is-style-outline-card {
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  overflow: hidden;
  padding: 2rem;
}
.soft-corners,
.is-style-soft-corners {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-button__link {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  border-radius: 10px;
}
.wp-block-button__link:not(.has-custom-font-size) {
  font-size: 20px;
}
.wp-block-button__link:hover {
  color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
}
.button-super a {
  font-size: 48px !important;
  padding: 0.6em 1em;
  font-weight: normal;
  color: #418554;
  background-color: white;
  border: 2px solid #606060;
}
.button-super a:hover {
  color: white;
  border-color: #326741;
}
@media (max-width: 767px) {
  .button-super a {
    font-size: 32px !important;
  }
}
.gallery-strip {
  align-items: center !important;
  transform: translateY(-50%);
}
.gallery-strip > figure {
  margin: 0 !important;
}
.gallery-strip > figure:nth-child(odd) {
  aspect-ratio: 4/3;
}
.gallery-strip > figure:nth-child(even) {
  aspect-ratio: 16/9;
}
.gallery-strip > figure > img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 900px) {
  .gallery-strip > figure:not(:nth-child(-n+3)) {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .gallery-strip > figure:not(:nth-child(-n+2)) {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .gallery-strip {
    transform: translateY(0%);
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .gallery-strip > figure:not(:first-child) {
    display: none !important;
  }
}
.wp-block-media-text {
  gap: 5rem;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text.is-style-soft-corners .wp-block-media-text__media {
  border-radius: 10px;
  overflow: hidden;
}
.postcardimg {
  position: relative;
  color: white;
}
.postcardimg__shadow {
  background-color: #418554;
  position: absolute;
  width: 60%;
  top: 75px;
  bottom: -75px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .postcardimg__shadow {
    width: auto;
    top: 30px;
    right: 30px;
    bottom: -230px;
    left: 0;
    z-index: -1;
  }
}
.postcardimg__main {
  margin-bottom: 75px;
  margin-left: 75px;
  position: relative;
}
.postcardimg__main > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.postcardimg__main > img {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
  aspect-ratio: 2.5/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 958px) {
  .postcardimg__main > img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .postcardimg__main {
    margin-bottom: 230px;
    margin-left: 30px;
  }
  .postcardimg__main > img {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 575px) {
  .postcardimg__main {
    line-height: 1.25;
  }
  .postcardimg__main > img {
    aspect-ratio: 3/4;
  }
}
.postcardimg__content {
  padding: 2rem;
  text-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.2), 0 0.1em 0.4em rgba(0, 0, 0, 0.5);
}
@media (max-width: 575px) {
  .postcardimg__content {
    padding: 0.5rem;
    text-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5), 0 0.1em 0.4em rgba(0, 0, 0, 0.7);
  }
}
.postcardimg__titlearea {
  position: absolute;
  bottom: 50px;
  left: 40px;
  z-index: 5;
}
@media (max-width: 958px) {
  .postcardimg__titlearea {
    bottom: -170px;
  }
}
.postcardimg__title {
  font-size: 32px;
  color: white;
  font-weight: bold;
  margin-bottom: 40px;
}
.postcardimg__title::before {
  content: "";
  display: block;
  width: 65px;
  height: 0px;
  margin-bottom: 30px;
  margin-left: 2px;
  border-bottom: 2px solid white;
}
.postcardimg__button a {
  font-size: 20px;
  border: 3px solid white;
  border-radius: 10px;
  padding: 16px 24px;
  font-weight: normal;
  margin-left: 60px;
  color: white;
  text-decoration: none !important;
}
.postcardimg__button a:hover {
  background-color: white;
  color: #418554;
}
.projekte-slider .wp-block-post.projekte {
  position: relative;
  aspect-ratio: 1/1;
  width: 350px;
  min-width: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.projekte-slider .wp-block-post.projekte:has(a:focus) {
  outline: 5px solid #5FC479;
}
@media (max-width: 575px) {
  .projekte-slider .wp-block-post.projekte {
    width: 250px;
    min-width: 250px;
  }
}
.projekte-slider .slider__track ul:has(li a:focus) li {
  opacity: 0.5;
}
.projekte-slider .slider__track ul:has(li a:focus) li:has(a:focus) {
  opacity: 1;
}
.projekte-slider .cardlist-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.25rem;
  text-shadow: 0 0 1em black;
}
.projekte .wp-block-post.projekte {
  position: relative;
}
.projekte__titel {
  position: absolute;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  text-shadow:
    0 0 2em rgba(0, 0, 0, 0.25),
    0 0 1em rgba(0, 0, 0, 0.5),
    0 0 0.25em rgb(0, 0, 0);
}
@media (max-width: 575px) {
  .projekte__titel {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
  .projekte__titel h2 {
    font-size: 24px !important;
    font-weight: bolder;
  }
}
.projekte__icon {
  flex-shrink: 0;
}
.projekte ul {
  margin: 0;
}
#projekte-filter:has(*) {
  padding: 1.5rem 3rem;
  border: 1px solid #418554;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 3rem;
  row-gap: 1rem;
}
#projekte-filter:has(*) > label:has(input[type=radio]) {
  cursor: pointer;
  display: inline-block;
  padding: 0.5rem 2rem;
  border-radius: 20px;
}
#projekte-filter:has(*) > label:has(input[type=radio]) > input[type=radio] {
  display: none;
}
#projekte-filter:has(*) > label:has(input[type=radio]:checked) {
  color: white;
  background-color: #418554;
}
@media (max-width: 575px) {
  #projekte-filter:has(*) {
    flex-direction: column;
    align-items: center;
  }
}
body.projekte-template-default .wp-block-cover:first-child,
body.wp-admin.post-type-projekte .wp-block-cover:first-child {
  margin-bottom: 13rem;
  min-height: 70vh;
  aspect-ratio: unset;
}
body.projekte-template-default h1.wp-block-heading,
body.wp-admin.post-type-projekte h1.wp-block-heading {
  font-family: "Roboto", sans-serif;
  color: #418554;
  font-weight: 400;
  font-size: 50px;
}
body.projekte-template-default .wp-block-column:has(.wp-block-gallery),
body.wp-admin.post-type-projekte .wp-block-column:has(.wp-block-gallery) {
  position: relative;
  top: -5.5rem;
}
@media (max-width: 850px) {
  body.projekte-template-default .wp-block-column:has(.wp-block-gallery),
  body.wp-admin.post-type-projekte .wp-block-column:has(.wp-block-gallery) {
    top: 0;
  }
}
body.projekte-template-default .wp-block-gallery .wp-block-image,
body.wp-admin.post-type-projekte .wp-block-gallery .wp-block-image {
  justify-content: flex-end;
  margin: 0 !important;
}
body.projekte-template-default .wp-block-gallery .wp-block-image img,
body.wp-admin.post-type-projekte .wp-block-gallery .wp-block-image img {
  object-fit: cover;
}
body.projekte-template-default .wp-block-gallery .wp-block-image:nth-child(1) img,
body.wp-admin.post-type-projekte .wp-block-gallery .wp-block-image:nth-child(1) img {
  aspect-ratio: 1/1;
}
body.projekte-template-default .wp-block-gallery .wp-block-image:nth-child(2) img,
body.wp-admin.post-type-projekte .wp-block-gallery .wp-block-image:nth-child(2) img {
  aspect-ratio: 2/3;
}
body.projekte-template-default .wp-block-gallery .wp-block-image:nth-child(3) img,
body.wp-admin.post-type-projekte .wp-block-gallery .wp-block-image:nth-child(3) img {
  aspect-ratio: 3/2;
}
body:not(.block-editor-page) .wp-block-cover {
  z-index: -1;
}
.wp-block-cover.is-style-gradient-overlay .wp-block-cover__background.has-background-dim {
  mask-image:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 33%,
      rgba(0, 0, 0, 0.66) 75%,
      rgb(0, 0, 0) 100%);
  mix-blend-mode: multiply;
}
.wp-block-cover h1 {
  font-size: 96px;
}
@media (max-width: 767px) {
  .wp-block-cover h1 {
    font-size: 65px;
  }
}
.wp-block-quote {
  border: none;
  padding: 0;
}
.wp-block-quote > cite {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5rem;
  font-weight: inherit;
}
.wp-block-quote > cite::before {
  content: "";
  display: block;
  width: 10rem;
  border-top: 3px solid currentColor;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.wp-block-quote.has-text-align-center > cite:before {
  margin: 0 auto;
}
.wp-block-quote.has-text-align-right > cite:before {
  margin: 0 0 0 auto;
}
.wp-block-quote.is-style-quote-marks {
  position: relative;
  padding: 30px;
  font-style: normal;
}
.wp-block-quote.is-style-quote-marks::before,
.wp-block-quote.is-style-quote-marks::after {
  display: block;
  position: absolute;
  font-size: 80px;
}
.wp-block-quote.is-style-quote-marks::before {
  content: "\201c";
  top: 0;
  left: 0;
  transform: translateY(-10px);
}
.wp-block-quote.is-style-quote-marks::after {
  content: "\201d";
  bottom: 0;
  right: 0;
  transform: translateY(50px);
}
#geben-iconcards {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 20px;
}
#geben-iconcards > div:nth-child(1) {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}
#geben-iconcards > div:nth-child(2) {
  grid-column: span 3/span 3;
  grid-row: span 3/span 3;
  grid-column-start: 4;
  grid-row-start: 2;
}
#geben-iconcards > div:nth-child(3) {
  grid-column: span 2/span 2;
  grid-row: span 3/span 3;
  grid-column-start: 7;
  grid-row-start: 1;
}
#geben-iconcards > div:nth-child(4) {
  grid-column: span 2/span 2;
  grid-row: span 3/span 3;
  grid-column-start: 2;
  grid-row-start: 4;
}
#geben-iconcards > div:nth-child(5) {
  grid-column-start: 4;
  grid-row-start: 5;
}
#geben-iconcards > div:nth-child(6) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 5;
}
#geben-iconcards > div:nth-child(7) {
  grid-column: span 3/span 3;
  grid-row: span 2/span 2;
  grid-column-start: 7;
  grid-row-start: 4;
}
@media screen and (max-width: 950px) {
  #geben-iconcards > div:nth-child(1) {
    grid-column: 1/span 8;
    grid-row: 1;
  }
  #geben-iconcards > div:nth-child(2) {
    grid-column: 2/span 7;
    grid-row: 3;
  }
  #geben-iconcards > div:nth-child(3) {
    grid-column: 1/span 5;
    grid-row: 5;
  }
  #geben-iconcards > div:nth-child(4) {
    grid-column: 4/span 6;
    grid-row: 2;
  }
  #geben-iconcards > div:nth-child(5) {
    grid-column: 1/span 3;
    grid-row: 4;
  }
  #geben-iconcards > div:nth-child(6) {
    grid-column: 4/span 6;
    grid-row: 4;
  }
  #geben-iconcards > div:nth-child(7) {
    grid-column: 2/span 7;
    grid-row: 6;
  }
}
@media screen and (max-width: 430px) {
  #geben-iconcards {
    display: flex;
    flex-direction: column;
  }
}
#gehen-cards {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 20px;
}
#gehen-cards > div:nth-child(1) {
  grid-column: span 4/span 4;
}
#gehen-cards > div:nth-child(2) {
  grid-column: span 4/span 4;
  grid-column-start: 5;
}
#gehen-cards > div:nth-child(3) {
  grid-column: span 4/span 4;
  grid-column-start: 9;
}
#gehen-cards > div:nth-child(4) {
  grid-column: span 4/span 4;
  grid-column-start: 3;
  grid-row-start: 2;
}
#gehen-cards > div:nth-child(5) {
  grid-column: span 4/span 4;
  grid-column-start: 7;
  grid-row-start: 2;
}
#gehen-cards > div:nth-child(6) {
  grid-column: span 4/span 4;
  grid-row-start: 3;
}
#gehen-cards > div:nth-child(7) {
  grid-column: span 4/span 4;
  grid-column-start: 5;
  grid-row-start: 3;
}
#gehen-cards > div:nth-child(8) {
  grid-column: span 4/span 4;
  grid-column-start: 9;
  grid-row-start: 3;
}
#gehen-cards > div:nth-child(9) {
  grid-column: span 8/span 8;
  grid-column-start: 3;
  grid-row-start: 4;
}
@media screen and (max-width: 950px) {
  #gehen-cards > div:nth-child(1) {
    grid-column: span 6/span 6;
  }
  #gehen-cards > div:nth-child(2) {
    grid-column: span 6/span 6;
    grid-column-start: 7;
  }
  #gehen-cards > div:nth-child(3) {
    grid-column: span 6/span 6;
    grid-column-start: 4;
    grid-row-start: 2;
  }
  #gehen-cards > div:nth-child(4) {
    grid-column: span 6/span 6;
    grid-row-start: 3;
  }
  #gehen-cards > div:nth-child(5) {
    grid-column: span 6/span 6;
    grid-column-start: 7;
    grid-row-start: 3;
  }
  #gehen-cards > div:nth-child(6) {
    grid-column: span 6/span 6;
    grid-column-start: 4;
    grid-row-start: 4;
  }
  #gehen-cards > div:nth-child(7) {
    grid-column: span 6/span 6;
    grid-row-start: 5;
  }
  #gehen-cards > div:nth-child(8) {
    grid-column: span 6/span 6;
    grid-column-start: 7;
    grid-row-start: 5;
  }
  #gehen-cards > div:nth-child(9) {
    grid-column: span 8/span 8;
    grid-column-start: 3;
    grid-row-start: 6;
  }
}
@media screen and (max-width: 430px) {
  #gehen-cards {
    display: flex;
    flex-direction: column;
  }
}
