/*!
Theme Name: Mehrraum Theme
Author: das parsmedia Team
Author URI: https://parsmedia.info/
Description:
Version: 2.0.0
*/
.anchor {
  display: block;
  height: 0;
  margin: 0;
  position: relative; }
  .anchor__offset {
    position: absolute;
    top: -10rem; }

.block {
  padding: 4rem 1rem;
  position: relative;
  color: var(--text-color);
  overflow: hidden; }
  .block:first-child {
    padding-top: 8rem;
    margin-top: -4rem; }
  .block--gray {
    background: var(--background-gray); }
  .block--green {
    background: var(--background-green);
    --text-color: white;
    --heading-color: white;
    --heading-display: #F6CCB2;
    --background-button: white;
    --button-color: #2B4E4A;
    --background-list: white; }
  .block a:not([class]) {
    color: inherit; }
  .block > * + * {
    margin-top: 4rem !important; }
  .block:after, .block:before {
    display: block;
    width: 100vw;
    aspect-ratio: 2 / 1;
    position: absolute;
    z-index: -1;
    background: url("https://mehr-raum.info/wp-content/themes/mehrraum/graphics/deko-pageheader.jpg") center center no-repeat;
    background-size: contain; }
  .block:after {
    top: 0; }
  .block:before {
    bottom: 0; }
  .block--up-left:after {
    content: '';
    left: 0;
    transform: translate(-50%, -50%); }
  .block--up-right:after {
    content: '';
    right: 0;
    transform: translate(-50%, -50%); }
  .block--down-left:before {
    content: '';
    left: 0;
    transform: translate(50%, 50%); }
  .block--down-right:before {
    content: '';
    right: 0;
    transform: translate(50%, 50%); }

.images {
  display: flex;
  flex-flow: row;
  max-width: 100%; }
  .images__image {
    flex: 1 1 1px;
    width: 1px;
    height: auto; }

.cta {
  max-width: 800px;
  margin: 0 auto;
  text-align: center; }
  .cta__buttons {
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem; }

.features {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  max-width: 1240px;
  margin: 4rem auto; }
  @media screen and (min-width: 640px) {
    .features {
      grid-template-columns: 1fr 1fr;
      grid-gap: 4rem; } }
  .features__item {
    padding: 1rem;
    background: #F0F0F0; }
  .features:first-child {
    margin-top: 0; }
  .features:last-child {
    margin-bottom: 0; }

.galerie {
  max-width: 1240px;
  margin: 0 auto;
  position: relative; }
  .galerie__item {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-template-areas: "image-1 image-2" "text text";
    grid-gap: 1rem 0;
    height: 100%; }
  .galerie__image {
    object-fit: cover;
    height: 100%; }
    .galerie__image--1 {
      grid-area: image-1;
      border: 2px solid white;
      border-right: 0; }
    .galerie__image--2 {
      grid-area: image-2;
      border: 2px solid white;
      border-right-width: 3px; }
  .galerie__text {
    grid-area: text;
    align-content: center;
    min-height: 3rem;
    padding: .5rem 6rem .5rem .5rem;
    background: white;
    color: #101415; }
  .galerie .glide__slide {
    align-self: stretch;
    height: auto; }
  .galerie .glide__arrows {
    display: flex;
    gap: 1rem;
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    background: white; }
  .galerie .glide__arrow {
    height: 2rem;
    width: 2rem;
    background: center center no-repeat #2B4E4A;
    background-size: auto 1rem;
    border: 0;
    cursor: pointer;
    text-indent: -99rem; }
    .galerie .glide__arrow--left {
      background-image: url("https://mehr-raum.info/wp-content/themes/mehrraum/graphics/icon-left.svg"); }
    .galerie .glide__arrow--right {
      background-image: url("https://mehr-raum.info/wp-content/themes/mehrraum/graphics/icon-right.svg"); }

.heading, .widget__title {
  padding: 0 0 4rem;
  margin: 0;
  position: relative;
  color: var(--heading-color);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.333;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .heading, .widget__title {
      font-size: 3rem; } }
  .heading:after, .widget__title:after {
    content: '';
    display: block;
    width: 6rem;
    height: 2px;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F6CCB2; }
  .heading__display {
    display: block;
    color: var(--heading-display);
    font-family: var(--display-font);
    font-size: 2em;
    font-weight: 400;
    line-height: .33; }
  .heading h2, .widget__title h2, .heading h3, .widget__title h3 {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit; }
  .heading strong, .widget__title strong {
    display: block; }

.icon-text {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(278px, 1fr));
  grid-gap: 2rem;
  max-width: 1240px;
  margin: 0 auto; }
  .icon-text__item {
    text-align: center;
    max-width: 278px;
    margin: 0 auto; }
  .icon-text__icon {
    display: block;
    width: 50%;
    margin: 0 auto; }

.news {
  max-width: 1240px;
  margin: 0 auto; }
  .news__item {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text"; }
    @media screen and (min-width: 768px) {
      .news__item {
        grid-gap: 4rem;
        grid-template-columns: 1fr 2fr;
        grid-template-areas: "image text"; } }
    .news__item + .news__item {
      margin-top: 4rem; }
    .news__item:has(:target) .news__text {
      max-height: 200rem; }
      .news__item:has(:target) .news__text:before {
        height: 0; }
    .news__item:has(:target) .news__toggle {
      display: none; }
  .news__image {
    grid-area: image; }
  .news__content {
    grid-area: text; }
  .news__heading {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .news__heading {
        font-size: 2.25rem; } }
  .news__date {
    font-style: italics; }
  .news__text {
    max-height: 10rem;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden; }
    .news__text:before {
      content: '';
      display: block;
      width: 100%;
      height: 10rem;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 10;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
      transition: all 0.4s ease;
      -webkit-backface-visibility: hidden; }
  .news__toggle {
    display: inline-block;
    margin-top: 1rem;
    color: inherit; }

.table {
  max-width: 640px;
  margin: 0 auto; }
  .table table {
    width: 100%;
    border-top: 1px solid;
    border-collapse: collapse; }
  .table th, .table td {
    border-bottom: 1px solid;
    padding: 1rem 0; }
  .table th {
    text-align: left; }
  .table td {
    text-align: right; }

.teaser {
  max-width: 1240px;
  margin: 0 auto; }
  .teaser__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "content";
    grid-gap: 4rem; }
    .teaser__item + .teaser__item {
      margin-top: 8rem; }
    @media screen and (min-width: 768px) {
      .teaser__item {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "image content"; }
        .teaser__item:nth-child(2n+2) {
          grid-template-areas: "content image"; } }
    .teaser__item--single {
      grid-template-columns: 1fr !important;
      grid-template-areas: "image" "content" !important; }
    .teaser__item .table {
      max-width: none;
      margin-top: 4rem; }
    .teaser__item .heading, .teaser__item .widget__title {
      text-align: left; }
      .teaser__item .heading:after, .teaser__item .widget__title:after {
        left: 0;
        transform: translate(0, -50%); }
  .teaser__image {
    grid-area: image; }
  .teaser__content {
    grid-area: content; }

.text {
  margin: 0 auto; }
  .text--no-image {
    max-width: 800px;
    text-align: center; }
  .text--with-image {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
    align-items: center;
    max-width: 1240px; }
    @media screen and (min-width: 768px) {
      .text--with-image {
        grid-template-columns: 1fr 1fr;
        grid-gap: 4rem; } }
    .text--with-image .heading, .text--with-image .widget__title {
      text-align: left; }
      .text--with-image .heading:after, .text--with-image .widget__title:after {
        left: 0;
        transform: translate(0, -50%); }

.page-footer {
  padding: 4rem 1rem 0;
  position: relative;
  overflow: hidden; }
  .page-footer:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -30%;
    z-index: 0;
    background: url("https://mehr-raum.info/wp-content/themes/mehrraum/graphics/deko-pageheader.jpg") center center no-repeat transparent;
    background-size: contain; }
  .page-footer__legal, .page-footer__container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }

.widget__title {
  display: block;
  text-align: left; }
  .widget__title:after {
    left: 0;
    transform: translate(0, -50%); }

.legal-nav {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  padding: 2rem 0; }
  .legal-nav__item {
    list-style: none; }
    .legal-nav__item + .legal-nav__item {
      position: relative; }
      .legal-nav__item + .legal-nav__item:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 50%;
        left: -1rem;
        transform: translate(0, -50%);
        background: currentColor; }
  .legal-nav__link {
    text-decoration: none; }

.acfe-form.acfe-form.acfe-form {
  padding-top: 2rem; }
  .acfe-form.acfe-form.acfe-form .acf-label {
    cursor: pointer;
    order: 2;
    margin-top: .5rem;
    color: currentColor; }
    .acfe-form.acfe-form.acfe-form .acf-label label {
      cursor: pointer; }
  .acfe-form.acfe-form.acfe-form .acf-input {
    border-bottom: 1px solid currentColor; }
    .acfe-form.acfe-form.acfe-form .acf-input input,
    .acfe-form.acfe-form.acfe-form .acf-input textarea {
      border: 0;
      background: transparent; }
  .acfe-form.acfe-form.acfe-form .acf-field {
    display: flex;
    flex-flow: column;
    padding: 0;
    border-top: 0; }
  .acfe-form.acfe-form.acfe-form .acf-button {
    margin: 0 auto;
    cursor: pointer; }

/*# sourceMappingURL=style.css.map */
