@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Assistant";
  font-weight: 200;
  src: url("../fonts/assistant/assistant-v7-latin-200.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-200.woff") format("woff");
}
@font-face {
  font-family: "Assistant";
  font-weight: 300;
  src: url("../fonts/assistant/assistant-v7-latin-300.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Assistant";
  font-weight: 400;
  src: url("../fonts/assistant/assistant-v7-latin-regular.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Assistant";
  font-weight: 500;
  src: url("../fonts/assistant/assistant-v7-latin-500.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-500.woff") format("woff");
}
@font-face {
  font-family: "Assistant";
  font-weight: 600;
  src: url("../fonts/assistant/assistant-v7-latin-600.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-600.woff") format("woff");
}
@font-face {
  font-family: "Assistant";
  font-weight: 700;
  src: url("../fonts/assistant/assistant-v7-latin-700.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Assistant";
  font-weight: 800;
  src: url("../fonts/assistant/assistant-v7-latin-800.woff2") format("woff2"), url("../fonts/assistant/assistant-v7-latin-800.woff") format("woff");
}
:root {
  --color1: hsla(105, 56%, 40%,1);
  --color1-trans: hsla(105, 56%, 40%,0.4);
  --color2: hsla(142, 92%, 26%,1);
  --color3: hsla(24, 87%, 54%,1);
  --color4: hsla(48, 100%, 50%,1);
  --color5: hsla(47, 100%, 93%,1);
  --color6: hsla(108, 35%, 94%,1);
  --color3-trans: hsla(24, 87%, 54%,0.4);
  --g-color1: hsla(0, 0%, 10%,1);
  --g-color2: hsla(0, 0%, 41%,1);
  --g-color3: hsla(0, 0%, 24%,1);
  --g-color4: hsla(0, 0%, 81%,1);
  --color4-active: hsla(48, 100%, 39%,1);
  --bg-color: linear-gradient(to bottom, #fdfdfd 0% , #f2f2f2 75%);
  --text-color-default: var(--g-color1);
  --link-color-default: var(--g-color1);
  --bold-text-color: var(--g-color3);
  --btn-background-color: var(--color4);
  --btn-pressed-background-color: var(--color4-active);
  --btn-text-color: var(--g-color3);
  --footer-color-bg: var(--g-color3);
  --navigation-color-bg: var(--color6);
  --form-input-color-bg: var(--g-color4);
  --form-input-color-fg: var(--g-color3);
  --form-input-active-color: var(--g-color3);
  --form-mandatory-color: var(--color2);
  --caption-color-bg: hsla(48, 100%, 50%,0.7);
  --highlight-background-color: var(--color4);
  --highlight-foreground-color: var(--color4);
  --border-radius: 14px;
  --calendar-event-bg-color: var(--color3-trans);
  --calendar-event-fg-color: var(--g-color1);
  --animation-function-in: ease-in-out;
  --animation-function-out: ease-in-out;
  --animation-function-opacity-in: ease-in-out;
  --animation-function-opacity-out: ease-in-out;
  --lh-factor: 1.4;
  --space-h-025: calc(var(--lh-factor) * 0.25rem);
  --space-h-05: calc(var(--lh-factor) * 0.5rem);
  --space-h-075: calc(var(--lh-factor) * 0.75rem);
  --space-h-1: calc(var(--lh-factor) * 1rem);
  --space-h-125: calc(var(--lh-factor) * 1.25rem);
  --space-h-15: calc(var(--lh-factor) * 1.5rem);
  --space-h-175: calc(var(--lh-factor) * 1.75rem);
  --space-h-2: calc(var(--lh-factor) * 2rem);
  --space-h-4: calc(var(--lh-factor) * 4rem);
  --space-v-025: 0.25ch;
  --space-v-05: 0.5ch;
  --space-v-075: 0.75ch;
  --space-v-1: 1ch;
  --space-v-125: 1.5ch;
  --space-v-15: 2ch;
  --space-v-175: 2.5ch;
  --space-v-2: 4ch;
  --space-v-4: 8ch;
  --space-seperator: var(--space-h-075);
  --font-primary: Assistant, sans-serif;
  --font-secondary: var(--font-primary);
  --seperator-width: var(--space-h-025);
  --seperator-primary: var(--seperator-width) dotted var(--color4);
  --seperator-secondary: var(--seperator-width) solid var(--color2);
  --content-width-max: 1200px;
  --font-size-h1: 2.2rem;
  --font-size-h2: 1.8rem;
  --font-size-h3: 1.5rem;
  --font-size-h4: 1.125rem;
}
@media (min-width: 722px) {
  :root {
    --space-seperator: var(--space-h-1);
  }
}

::selection {
  background-color: var(--color4);
  color: var(--g-color1);
}

* {
  box-sizing: border-box;
}

html {
  font-family: var(--font-primary);
  font-size: 100%;
  font-size: clamp(16px, 1.14vw, 20px);
}

body {
  background: var(--bg-color);
  color: var(--text-color-default);
  line-height: var(--lh-factor);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: var(--link-color-default);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-secondary);
  font-weight: 300;
  line-height: 1;
  hyphens: auto;
  margin-top: var(--space-h-2);
  margin-bottom: var(--space-h-05);
  word-wrap: break-word;
}

h1 {
  font-size: var(--font-size-h1);
}

h2 {
  font-size: var(--font-size-h2);
}

h3 {
  font-size: var(--font-size-h3);
}

h4 {
  font-size: var(--font-size-h4);
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: upper-roman;
}

blockquote {
  padding-left: 4ch;
  margin-top: var(--space-h-1);
  margin-bottom: var(--space-h-1);
}

hr {
  border: none;
  border-bottom: var(--seperator-primary);
  margin-top: var(--space-h-2);
  margin-bottom: var(--space-h-2);
}

sub, small, .text_small {
  font-size: 0.8rem;
}

[data-box-link]:hover {
  cursor: pointer;
}

.text-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.btn {
  display: inline-block;
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-decoration: none;
}

.highlight {
  background-color: var(--highlight-background-color);
  display: inline-block;
  padding: 0 var(--space-v-1);
}

.back-to-top {
  border-radius: 50%;
  display: block;
  pointer-events: auto;
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  height: 2.9rem;
  width: 2.9rem;
  padding: 1rem;
  color: #fff;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  transform: scale(0);
  border: none;
  z-index: 1000;
}

@media (min-width: 722px) {
  .back-to-top {
    bottom: 1rem;
  }
}
.back-to-top:active,
.back-to-top:hover {
  color: #fff;
  text-decoration: none;
}

.back-to-top.fade-in {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-arrow-up {
  width: 0.9285692871em;
}

/* float zeug */
.float_left,
.float_right {
  float: none;
  margin: 0px;
  margin-bottom: var(--space-h-2);
}

.image_container {
  margin-top: var(--space-h-2);
}
.image_container img {
  max-width: 100vw;
  object-fit: contain;
}

@media (min-width: 500px) {
  .float_left {
    float: left;
    margin-right: var(--space-h-2);
    margin-bottom: var(--space-h-2);
  }
  .float_right {
    float: right;
    margin-left: var(--space-h-2);
    margin-bottom: var(--space-h-2);
  }
}
@media (min-width: 722px) {
  .float_left,
  .float_right {
    float: none;
  }
}
@media (min-width: 900px) {
  .float_left {
    float: left;
  }
  .float_right {
    float: right;
  }
}
/* artikel */
.mod_article {
  --article-margin: var(--space-h-05);
  margin: 0 var(--article-margin) var(--space-h-4);
}
@media (min-width: 722px) {
  .mod_article {
    margin: 0;
  }
}
.mod_article a {
  font-weight: bold;
}
.mod_article ol,
.mod_article ul {
  padding-left: var(--space-h-2);
  overflow: hidden;
}
.mod_article p {
  margin-bottom: var(--space-v-1);
}
.mod_article img {
  height: auto;
  width: 100%;
}
.mod_article .image_container {
  margin-top: 0;
  position: relative;
}

@media (min-width: 722px) {
  .mod_article {
    margin: 0 auto;
  }
}
@media (min-width: 722px) {
  .mod_article > .block {
    margin-bottom: var(--space-h-2);
  }
}

.ce_text {
  --column-count: auto;
  --column-seperator: var(--seperator-primary);
  margin-bottom: var(--space-v-2);
  column-count: var(--column-count);
}
@media (min-width: 500px) {
  .ce_text.columns {
    --column-count: 2;
    column-gap: var(--space-v-4);
    column-rule: var(--seperator-primary);
  }
}
.ce_text :is(h1) {
  column-span: all;
}
.ce_text .image_container {
  margin-top: 0;
  margin-bottom: var(--space-h-1);
}
.ce_text .image_container img {
  height: 100%;
  width: auto;
}
.ce_text.columns .image_container img {
  height: auto;
  width: 100%;
}
.ce_text p {
  max-width: 60ch;
}

.ce_text.no-columns {
  --column-count: auto;
}

.ce_text.first-letter-big > .text :first-child::first-letter {
  font-size: 1.5rem;
  font-weight: bold;
}

.ce_hyperlink a {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  display: inline-block;
}
.ce_hyperlink a:active {
  background-color: var(--btn-pressed-background-color);
}

.ce_hyperlink.right {
  display: flex;
  justify-content: end;
}

.ce_image:not(.bild-plakativ) picture {
  display: flex;
  place-content: center;
}
.ce_image:not(.bild-plakativ) img {
  height: 100%;
  width: auto;
}

.mod_newslist > .block > .more,
.mod_article > .block {
  clear: both;
}

.mod_newslist > .block::after {
  display: block;
  content: "";
  clear: both;
}

.mod_newsarchive,
.mod_newslist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25%, 30%));
  grid-gap: var(--space-h-2);
}
.mod_newsarchive .layout_latest,
.mod_newslist .layout_latest {
  position: relative;
}
.mod_newsarchive h1, .mod_newsarchive h2, .mod_newsarchive h3, .mod_newsarchive h4, .mod_newsarchive h5, .mod_newsarchive h6,
.mod_newslist h1,
.mod_newslist h2,
.mod_newslist h3,
.mod_newslist h4,
.mod_newslist h5,
.mod_newslist h6 {
  margin-top: var(--space-h-1);
  margin-bottom: var(--space-h-075);
}
* > .mod_newsarchive h1, * > .mod_newsarchive h2, * > .mod_newsarchive h3, * > .mod_newsarchive h4, * > .mod_newsarchive h5, * > .mod_newsarchive h6,
* > .mod_newslist h1,
* > .mod_newslist h2,
* > .mod_newslist h3,
* > .mod_newslist h4,
* > .mod_newslist h5,
* > .mod_newslist h6 {
  grid-column: 1/-1;
}
.mod_newsarchive h1 a, .mod_newsarchive h2 a, .mod_newsarchive h3 a, .mod_newsarchive h4 a, .mod_newsarchive h5 a, .mod_newsarchive h6 a,
.mod_newslist h1 a,
.mod_newslist h2 a,
.mod_newslist h3 a,
.mod_newslist h4 a,
.mod_newslist h5 a,
.mod_newslist h6 a {
  text-decoration: none;
  font-weight: normal;
}
.mod_newsarchive .info,
.mod_newslist .info {
  font-style: italic;
  z-index: 10;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (min-width: 722px) {
  .mod_newsarchive .info,
  .mod_newslist .info {
    font-weight: normal;
    font-size: 0.9rem;
    position: absolute;
    background-color: var(--caption-color-bg);
    padding: var(--space-h-025) var(--space-v-15);
    top: var(--space-h-1);
  }
}
@media (min-width: 722px) {
  .mod_newsarchive .info + h2,
  .mod_newslist .info + h2 {
    margin-top: var(--space-h-4);
  }
}
.mod_newsarchive .ce_text,
.mod_newslist .ce_text {
  column-count: auto;
  font-size: 0.9em;
}
.mod_newsarchive .more a,
.mod_newslist .more a {
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  text-decoration: none;
}
.mod_newsarchive .more a:active,
.mod_newslist .more a:active {
  background-color: var(--btn-pressed-background-color);
}
.mod_newsarchive .pagination,
.mod_newslist .pagination {
  grid-column: 1/-1;
}

.ce_sliderStart {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ce_sliderStart .ce_image img {
  width: 100%;
}
.ce_sliderStart .slider-control a {
  display: block;
}

.back a {
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  display: inline-flex;
}
.back a:active {
  background-color: var(--btn-pressed-background-color);
}
.back a::before {
  display: inline-block;
  content: "";
  width: 2ch;
  height: 1.25em;
  margin-right: 1ch;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icons/feather/arrow-left.svg");
  background-size: contain;
}

.mod_newsarchive {
  --min-teaser-width: min(270px,50%);
}

.mod_newsmenu {
  margin-top: var(--space-h-4);
  margin: 0;
}
.mod_newsmenu ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  column-gap: var(--space-seperator);
  row-gap: var(--space-seperator);
}
.mod_newsmenu a, .mod_newsmenu strong {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  display: flex;
  align-items: center;
}
.mod_newsmenu a:active, .mod_newsmenu strong:active {
  background-color: var(--btn-pressed-background-color);
}
.mod_newsmenu strong {
  background-color: var(--g-color4);
  cursor: not-allowed;
}

.mod_newsreader .back a {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
}
.mod_newsreader .back a:active {
  background-color: var(--btn-pressed-background-color);
}
.mod_newsreader .back a:before {
  content: "";
  display: inline-block;
  width: 3ch;
  height: 1rem;
  background: no-repeat 0% center;
  background-size: 1rem 1rem;
  animation-duration: 1500ms;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.36, 0.66, 0.55, 0.89);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  background-position-y: center;
  background-image: url("../img/icons/feather/rewind.svg");
  background-position-x: 300%;
  margin-right: var(--space-v-05);
}
.mod_newsreader .back a:hover::before {
  animation-name: pagination-prev;
}

.mod_search h3 {
  margin-bottom: var(--space-h-05);
  font-size: 1.124rem;
  font-weight: bold;
}
.mod_search button[type=submit]::after {
  background-image: url("../img/icons/feather/search.svg");
}
.mod_search .relevance {
  font-size: 0.75em;
}
.mod_search .url {
  height: 0;
  font-size: 0.75rem;
  overflow: hidden;
}
.mod_search .result {
  display: block;
  font-weight: normal;
  text-decoration: none;
  border-bottom: var(--seperator-primary);
  padding-bottom: var(--space-h-025);
}

.mod_search.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsla(0, 0%, 0%, 0.8);
  display: grid;
  grid-template: 1fr/1fr;
  place-items: center;
  max-width: 100vw;
  max-height: 100vh;
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
  z-index: 100;
}
.search-modal-open .mod_search.modal {
  transform: scaleX(1);
  transition: transform 300ms cubic-bezier(0.55, 0.09, 0.74, 0.41);
}
.mod_search.modal form {
  width: 100%;
  max-width: 100ch;
  display: grid;
}
.mod_search.modal .formbody {
  width: 100%;
  max-width: 100ch;
}
.mod_search.modal .close-search {
  justify-self: flex-end;
  display: inline-block;
  height: var(--space-h-2);
  width: var(--space-v-2);
  background: url("../img/icons/feather/x-white.svg") center center no-repeat;
}

.caption {
  font-size: 0.95em;
  hyphens: auto;
  font-style: italic;
  max-width: 35ch;
  background-color: var(--caption-color-bg);
  position: absolute;
  padding: var(--space-h-025) var(--space-v-1);
  bottom: var(--space-v-2);
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ce_textbox {
  --textbox-bg-color: var(--color6);
  --selection-color-fg: #fff;
  --selection-color-bg: var(--color1);
  --textbox-content-height: 13rem;
  display: grid;
  background-color: var(--textbox-bg-color);
  width: calc(100% + var(--article-margin) * 2);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  font-size: 0.9rem;
  line-height: 1.25;
}
@media (min-width: 722px) {
  .ce_textbox {
    --textbox-bg-color: transparent;
    grid-template-columns: 1fr 20% 60%;
    grid-template-rows: var(--space-v-1) var(--textbox-content-height) var(--space-v-1);
    max-width: 100ch;
  }
}
.ce_textbox ::selection {
  background-color: var(--selection-color-bg);
  color: var(--selection-color-fg);
}
.ce_textbox p, .ce_textbox ul {
  margin-bottom: var(--space-v-05);
}
.ce_textbox h3 {
  margin-top: 0;
  margin-bottom: var(--space-v-075);
}
@media (min-width: 722px) {
  .ce_textbox h3 {
    font-weight: 900;
  }
}
.ce_textbox .image_container {
  margin: 0;
}
@media (min-width: 722px) {
  .ce_textbox .image_container {
    grid-column: 1/3;
    grid-row: 2;
  }
}
.ce_textbox .image_container img {
  width: 100%;
  left: auto;
  transform: none;
  object-fit: cover;
  display: block;
  height: 100%;
}
.ce_textbox .textbox-text {
  z-index: 2;
  margin: var(--article-margin);
  overflow-y: auto;
  position: relative;
}
@media (min-width: 722px) {
  .ce_textbox .textbox-text {
    grid-column: 3/4;
    grid-row: 2;
    color: #fff;
  }
}
@media (min-width: 722px) {
  .ce_textbox::after {
    display: block;
    grid-column: 2/4;
    content: "";
    grid-row: 1/4;
    background: url("../img/bg-textbox.svg") no-repeat;
    background-size: cover;
    background-position: left;
    z-index: 1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

.bild-plakativ {
  --lettering-background: hsla(0, 0%, 23.9%, 0.55);
  --lettering-color: var(--color4);
  width: min-content;
  margin: var(--space-v-4) auto;
  display: grid;
  place-items: center;
}
.bild-plakativ img {
  object-fit: cover;
}
.bild-plakativ h2, .bild-plakativ h3, .bild-plakativ h4, .bild-plakativ h5, .bild-plakativ h6 {
  grid-row: 3;
  grid-column: 1;
  font-weight: 800;
  font-size: 3rem;
  color: var(--lettering-color);
  z-index: 2;
  hyphens: none;
  line-height: 1;
  transform: translateX(-10vw);
  padding: 1.5rem;
  background-color: var(--lettering-background);
}
@media (min-width: 722px) {
  .bild-plakativ h2, .bild-plakativ h3, .bild-plakativ h4, .bild-plakativ h5, .bild-plakativ h6 {
    font-size: 4rem;
  }
}
.bild-plakativ .image_container {
  margin: 0;
  grid-row: 1/5;
  z-index: 1;
  grid-column: 1;
  position: relative;
}
.bild-plakativ .caption {
  font-weight: 800;
  font-size: 3rem;
  color: var(--lettering-color);
  z-index: 2;
  hyphens: none;
  line-height: 1;
  transform: translateX(-10vw);
  padding: 1.5rem;
  background-color: var(--lettering-background);
  position: absolute;
  bottom: 25%;
}
@media (min-width: 722px) {
  .bild-plakativ .caption {
    font-size: 4rem;
  }
}
.bild-plakativ :is(h2, h3, h4, h5, h6) + .image_container > .caption {
  display: none;
}

.g-graphic {
  width: 75%;
  display: inline;
  object-fit: contain;
}

.big-size-displays {
  overflow: hidden;
  margin: 0;
  margin-bottom: var(--space-h-2);
}
@media (min-width: 500px) {
  .big-size-displays {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "headline headline" "image text";
    position: relative;
    left: 50%;
    width: 100vw;
    width: calc(var(--vw, 1vw) * 100);
    transform: translateX(-50%);
  }
}
.big-size-displays > :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: var(--space-h-4);
}
.big-size-displays .ce_headline {
  grid-area: headline;
}
.big-size-displays .caption {
  font-style: normal;
  font-size: 2.25rem;
  padding: var(--space-h-05) var(--space-v-15);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--bold-text-color);
  hyphens: none;
}
@media (min-width: 500px) {
  .big-size-displays :first-child + .ce_image .caption,
  .big-size-displays .ce_image:first-child .caption,
  .big-size-displays :not(.ce_headline) + .ce_image .caption {
    max-width: 20ch;
    right: 0;
    transform: translateX(10%);
  }
}
@media (min-width: 500px) {
  .big-size-displays :first-child + :not(.ce_image) + .ce_image .caption,
  .big-size-displays :not(.ce_image):not(.ce_headline):first-child + .ce_image .caption {
    left: -20%;
  }
}

.big-size-displays > .block:not(.ce_text) h1, .big-size-displays > .block:not(.ce_text) h2, .big-size-displays > .block:not(.ce_text) h3, .big-size-displays > .block:not(.ce_text) h4, .big-size-displays > .block:not(.ce_text) h5, .big-size-displays > .block:not(.ce_text) h6 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.big-size-displays > .ce_image + *,
.big-size-displays > :not(.ce_image, .ce_headline):first-child,
.big-size-displays > :not(.ce_image):first-child + :not(.ce_image) {
  grid-area: text;
  column-count: auto;
  width: 100%;
  place-items: center;
  padding: var(--space-h-1);
  z-index: 2;
  max-width: 60ch;
}

.big-size-displays .ce_headline {
  text-align: center;
}

.big-size-displays .ce_image {
  grid-area: image;
  max-width: 100%;
  z-index: 1;
}
.big-size-displays .ce_image img {
  width: min-content;
  height: min-content;
}

.fullsize-decobanner {
  margin: 0;
  margin-bottom: -11%;
}
.fullsize-decobanner .block {
  margin: 0;
}
.fullsize-decobanner .ce_image {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

:invalid,
:-moz-submit-invalid,
:-moz-ui-invalid {
  box-shadow: none;
  border: none;
}

form :is(input, select, textarea) {
  font-size: 0.8rem;
  padding: var(--space-v-1) var(--space-h-075);
  width: 100%;
  border: none;
  background-color: var(--form-input-color-bg);
  color: var(--form-input-color-fg);
  font-family: var(--font-primary);
  font-weight: 600;
}
form :is(input, select, textarea):focus-visible, form :is(input, select, textarea):focus {
  outline: none;
  border-bottom: 4px solid var(--form-input-color-fg);
  margin-bottom: -4px;
}

form label,
form legend {
  font-weight: 300;
  font-size: min(16px, 0.85rem);
}

form :is(input[type=submit], button) {
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  font-weight: bold;
  justify-self: center;
  font-size: 1rem;
  border: none;
}
form :is(input[type=submit], button):active {
  background-color: var(--btn-pressed-background-color);
}

form :is(input[type=submit], button)::after {
  content: "→";
  color: rgba(255, 255, 255, 0);
  display: inline-block;
  background: url("../img/icons/feather/send.svg") no-repeat center center;
  width: 3.5ch;
  background-size: 1.1rem;
}

form :is(input[type=radio], input[type=checkbox]) {
  width: 3ch;
  margin: 0;
  height: 3rem;
}

form .mandatory:is(span) {
  color: var(--form-mandatory-color);
  font-weight: bold;
  display: inline-block;
  padding: 0 0.5ch;
  vertical-align: middle;
  transform: scale(1.3);
}

.checkbox_container > span {
  display: flex;
  align-items: center;
  column-gap: var(--space-seperator);
}
.checkbox_container > span label {
  font-size: 1rem;
}

.formbody > .widget {
  margin-bottom: var(--space-v-1);
  flex: 1 2;
  flex-basis: 100%;
}
@media (min-width: 500px) {
  .formbody > .widget {
    flex-basis: 45%;
  }
}
.formbody > .widget .widget {
  margin-bottom: var(--space-h-05);
}

.mod_search fieldset {
  display: flex;
  column-gap: var(--space-v-2);
  flex-wrap: wrap;
}
.mod_search fieldset span {
  display: flex;
  column-gap: var(--space-v-1);
}

.ce_form,
.ce_filter,
.mod_search {
  max-width: 100ch;
  margin-left: auto;
  margin-right: auto;
}

.ce_filter .formbody {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--space-seperator);
  justify-content: center;
}
.ce_filter .widget-submit {
  width: 100%;
  display: flex;
  place-content: center;
  flex-basis: 100%;
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 721px) {
  .nav-trigger {
    position: relative;
  }
  .nav-trigger .nav-trigger-icon {
    position: absolute;
    right: var(--space-h-05);
    height: 2rem;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 250ms ease;
  }
  .nav-trigger .close {
    opacity: 0;
  }
  .nav-trigger .open {
    opacity: 1;
  }
  .nav-open {
    overflow: hidden;
  }
  .nav-open .mainnav {
    overflow-y: auto;
    transform: translateX(0);
    transition: transform 200ms ease-in-out;
  }
  .nav-open .nav-trigger {
    z-index: 11;
  }
  .nav-open .nav-trigger .open {
    opacity: 0;
  }
  .nav-open .nav-trigger .close {
    opacity: 1;
  }
  .mainnav {
    position: fixed;
    background-color: var(--navigation-color-bg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    max-width: 100vw;
    display: grid;
    place-items: center;
    font-size: 1rem;
    z-index: 10;
    transform: translateX(-100%);
    transition: transform 200ms ease-in-out;
    /* auf zu navigation */
    /*.level_1 li span {
      transition: opacity 1500ms ease-in-out ;
    }*/
  }
  .mainnav ul {
    list-style-type: none;
    padding: 0;
  }
  .mainnav li > ul {
    margin-left: var(--space-h-1);
  }
  .mainnav li > strong,
  .mainnav li > a {
    display: block;
    padding: var(--space-v-175) var(--space-h-05);
    border-bottom: var(--seperator-secondary);
    text-decoration: none;
  }
  .mainnav .level_1 {
    width: calc(80% - 30vw);
    width: calc(92% + -380 * (100vw - 400px) / 320);
  }
  .mainnav .level_1 {
    margin: var(--space-v-2) 0;
    overflow-y: auto;
    position: relative;
  }
  .mainnav .level_1.level_2-open > :not(.submenu-open) {
    transform: scale(0.8);
    opacity: 0;
    transition: transform 150ms ease-in-out 50ms, opacity 150ms ease-in-out;
    /*span {
      opacity: 0;
      transform: opacity 1500ms ease-in-out ;
    }*/
  }
  .mainnav .level_1 ul {
    display: none;
  }
  .mainnav .level_1 li {
    transition: transform 150ms ease-in-out, opacity 150ms ease-in-out 50ms;
  }
  .mainnav li.submenu-open {
    transform: translateY(calc(var(--from-top) * -1px));
    transition: transform 200ms ease-in-out;
  }
  .mainnav li.submenu-open > a {
    font-weight: bold;
    transition: font-weight 200ms ease-in-out;
  }
  .mainnav li.trail > a {
    font-weight: bold;
  }
  .mainnav li.submenu:not(.submenu-open) > a::after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 1.8ch;
    background-image: url("../img/icons/feather/arrow-right.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(1ch);
  }
  .mainnav .submenu-open > ul {
    display: block;
  }
  .mainnav .navigation-back-link {
    position: relative;
    padding-left: var(--space-h-2);
  }
  .mainnav .navigation-back-link::before {
    position: absolute;
    top: 0;
    content: "";
    transform: translateX(calc(-100% - 1ch));
    height: 100%;
    width: 2ch;
    background-image: url("../img/icons/feather/corner-down-left.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 722px) {
  .nav-trigger {
    display: none;
  }
  .mainnav ul {
    list-style-type: none;
    padding: 0;
  }
  .mainnav li {
    height: 100%;
  }
  .mainnav li > a,
  .mainnav li > strong {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    position: relative;
  }
  .mainnav li.suche {
    display: none;
  }
  .mainnav .level_1 {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 var(--space-v-125);
    column-gap: 2ch;
  }
  .mainnav .level_1 > li > :is(a, strong) {
    padding: 0 var(--space-h-05);
    font-size: 1.25rem;
  }
  .mainnav .level_1 > li {
    position: relative;
  }
  .mainnav .level_1 > li > :is(a, strong) {
    position: relative;
  }
  .mainnav .level_1 > li > :is(a, strong)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 4px;
    background-color: var(--color1);
    width: 100%;
    opacity: 0;
    transform: translateX(-50%) scaleX(0.001);
    transition: transform 500ms cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 500ms cubic-bezier(0.79, 0.14, 0.15, 0.86);
  }
  .mainnav .level_1 > li > :is(a, strong):hover::after {
    opacity: 1;
    transform: scaleX(1) translateX(-50%);
    transition: transform 450ms cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 400ms cubic-bezier(0.79, 0.14, 0.15, 0.86) 50ms;
  }
  .mainnav .level_1 > .submenu {
    margin-right: 2ch;
  }
  .mainnav .level_1 > .submenu > :is(a, strong)::before {
    content: "";
    display: block;
    height: 100%;
    width: 3ch;
    position: absolute;
    right: -1.5ch;
    top: 0;
    background: url("../img/icons/feather/chevron-down.svg") no-repeat right center;
    background-size: 1.25rem;
  }
  .mainnav .navigation-back-link {
    display: none;
  }
  .mainnav .level_2 {
    display: none;
    position: absolute;
    background-color: var(--color6);
    padding: var(--space-h-05);
    font-size: 1rem;
    width: 150%;
    z-index: 10;
  }
  .mainnav .level_2 :is(a, strong) {
    display: block;
    font-weight: 300;
    padding: var(--space-v-05) var(--space-h-05);
  }
  .mainnav .level_2 strong {
    font-weight: 500;
  }
  .mainnav .level_2 a:hover {
    font-weight: 500;
  }
  .mainnav .submenu-open .level_2,
  .mainnav :focus + .level_2 {
    display: block;
  }
}
@keyframes pagination-prev {
  0% {
    background-position-x: 100%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    background-position-x: 0%;
  }
}
@keyframes pagination-next {
  0% {
    background-position-x: 0%;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    background-position-x: 100%;
  }
}
.pagination {
  margin-top: var(--space-h-4);
}
.pagination ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
  column-gap: var(--space-seperator);
  row-gap: var(--space-seperator);
}
.pagination a, .pagination strong {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  display: flex;
  align-items: center;
}
.pagination a:active, .pagination strong:active {
  background-color: var(--btn-pressed-background-color);
}
.pagination strong {
  background-color: var(--g-color4);
  cursor: not-allowed;
}
.pagination .previous a::before {
  content: "";
  display: inline-block;
  width: 3ch;
  height: 1rem;
  background: no-repeat 0% center;
  background-size: 1rem 1rem;
  animation-duration: 1500ms;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.36, 0.66, 0.55, 0.89);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  background-position-y: center;
  background-image: url("../img/icons/feather/rewind.svg");
  background-position-x: 300%;
  margin-right: var(--space-v-05);
}
.pagination .next a::after {
  content: "";
  display: inline-block;
  width: 3ch;
  height: 1rem;
  background: no-repeat 0% center;
  background-size: 1rem 1rem;
  animation-duration: 1500ms;
  animation-direction: normal;
  animation-timing-function: cubic-bezier(0.36, 0.66, 0.55, 0.89);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  background-position-y: center;
  background-image: url("../img/icons/feather/fast-forward.svg");
  background-position-x: -200%;
  margin-left: var(--space-v-05);
}
.pagination .previous a:hover::before {
  animation-name: pagination-prev;
}
.pagination .next a:hover::after {
  animation-name: pagination-next;
}

:root {
  --grid-body-layout: "header"
                      "main"
                      "footer";
  --grid-body-columns: minmax(auto,1200px);
  --grid-body-column-gap: var(--space-h-1);
  --grid-body-row-gap: var(--space-h-1);
}
@media (min-width: 722px) {
  :root {
    --grid-body-layout: "header header header"
                        ". main ."
                        "footer footer footer";
    --grid-body-columns: 1fr minmax(auto,1200px) 1fr;
  }
}

.mod_realEstateExpose {
  --space-seperator: var(--space-h-1);
  display: grid;
  grid-gap: var(--space-seperator);
}
.mod_realEstateExpose .field,
.mod_realEstateExpose .detail {
  display: flex;
  column-gap: 2ch;
}
.mod_realEstateExpose .field .value:first-child,
.mod_realEstateExpose .field .label:first-child,
.mod_realEstateExpose .detail .value:first-child,
.mod_realEstateExpose .detail .label:first-child {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mod_realEstateExpose .field .value:first-child,
.mod_realEstateExpose .detail .value:first-child {
  width: 25%;
}
.mod_realEstateExpose .field .value,
.mod_realEstateExpose .detail .value {
  font-weight: bold;
}

.object-expose-head {
  border-bottom: var(--seperator-primary);
  padding-bottom: var(--space-h-4);
  display: grid;
  grid-gap: var(--space-seperator);
  grid-template-areas: "expose-title expose-title" "expose-gallery expose-gallery" "expose-details expose-details" "expose-print expose-object-nr";
}
@media (min-width: 900px) {
  .object-expose-head {
    grid-column-gap: var(--space-h-4);
    grid-template-columns: minmax(330px, 720px) 1fr;
    grid-template-areas: "expose-title   expose-title  " "expose-gallery expose-details" "expose-gallery . " "expose-gallery expose-object-nr " "expose-gallery expose-print     ";
  }
}
.object-expose-head > * {
  grid-column: 1/-1;
}

.expose_mod_title {
  grid-area: expose-title;
}

.expose_mod_print {
  grid-area: expose-print;
}
.expose_mod_print .print {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
}
.expose_mod_print .print:active {
  background-color: var(--btn-pressed-background-color);
}

.expose_mod_contactPerson {
  margin-bottom: var(--space-h-2);
}
.expose_mod_contactPerson .name {
  font-weight: bold;
  margin-bottom: var(--space-h-1);
}
.expose_mod_contactPerson .phone::before {
  content: "";
  display: inline-block;
  width: 3ch;
  height: 1em;
  background: url("../img/icons/feather/phone-call.svg") center center no-repeat;
  background-size: contain;
  margin-right: 1ch;
  vertical-align: middle;
}

.expose_mod_gallery {
  grid-area: expose-gallery;
}
.expose_mod_gallery img {
  width: auto;
  max-width: 100%;
}
.expose_mod_gallery .gallery-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--space-seperator);
  row-gap: var(--space-seperator);
}

.expose_objectNr {
  grid-area: expose-object-nr;
  font-weight: lighter;
}

.expose_mod_mainDetails {
  grid-area: expose-details;
  column-gap: var(--space-seperator);
  row-gap: var(--space-seperator);
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 722px) {
  .expose_mod_mainDetails {
    justify-content: flex-start;
    flex-flow: column;
  }
}
.expose_mod_mainDetails .detail {
  display: flex;
  column-gap: 2ch;
}
.expose_mod_mainDetails .detail .value:first-child,
.expose_mod_mainDetails .detail .label:first-child {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.expose_mod_mainDetails .detail .value:first-child {
  width: 25%;
}
.expose_mod_mainDetails .detail .value {
  font-weight: bold;
}
.expose_mod_mainDetails .detail .value:first-child {
  width: 30%;
}

.object-expose-content {
  display: grid;
}
@media (min-width: 722px) {
  .object-expose-content {
    --space-seperator: var(--space-h-2);
    grid-column-gap: var(--space-seperator);
    grid-template-columns: 3fr 1fr;
  }
}

.object-expose-main {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: var(--space-seperator);
}
.object-expose-main .expose_mod_gallery {
  grid-area: unset;
}

.expose_mod_contactPerson address {
  display: flex;
  flex-direction: column;
}

.expose_mod_fieldList {
  --space-seperator: var(--space-h-05);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space-seperator);
}
.expose_mod_fieldList h1, .expose_mod_fieldList h2, .expose_mod_fieldList h3, .expose_mod_fieldList h4, .expose_mod_fieldList h5, .expose_mod_fieldList h6 {
  grid-column: 1/-1;
}
@media (min-width: 722px) {
  .expose_mod_fieldList {
    grid-template-columns: 1fr 1fr;
  }
}
.expose_mod_fieldList .field .label::after {
  display: inline;
  content: ": ";
}

.energie_block {
  display: grid;
  grid-column-gap: var(--space-seperator);
  grid-row-gap: var(--space-h-05);
}
@media (min-width: 722px) {
  .energie_block {
    grid-template-columns: 1fr 1fr;
  }
}

.expose_mod_texts {
  margin-top: var(--space-h-2);
}
.expose_mod_texts nav {
  display: flex;
  flex-wrap: wrap;
  column-gap: var(--space-seperator);
  row-gap: var(--space-seperator);
  margin-bottom: var(--space-h-1);
}
.expose_mod_texts nav a {
  position: relative;
  text-decoration: none;
  height: var(--space-h-15);
  font-size: 1.25rem;
  font-weight: normal;
}
.expose_mod_texts nav a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 4px;
  background-color: var(--color1);
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) scaleX(0.001);
  transition: transform 500ms cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 500ms cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
.expose_mod_texts nav a:hover::after {
  opacity: 1;
  transform: scaleX(1) translateX(-50%);
  transition: transform 450ms cubic-bezier(0.79, 0.14, 0.15, 0.86), opacity 400ms cubic-bezier(0.79, 0.14, 0.15, 0.86) 50ms;
}
.expose_mod_texts nav .active::after {
  transform: scaleX(1) translateX(-50%);
  opacity: 1;
}
.expose_mod_texts .tab-content {
  position: relative;
  display: grid;
  overflow: hidden;
}
.expose_mod_texts .tab-content :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
.expose_mod_texts .tab-pane {
  grid-column: 1;
  grid-row: 1;
  padding: 0 var(--space-h-1) var(--space-h-1) 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 600ms ease-in-out, transform 700ms ease-out 700ms;
  transform: translateX(10%);
}
.expose_mod_texts .tab-pane.active {
  z-index: 2;
  opacity: 1;
  transition: opacity 600ms ease-in-out 600ms, transform 700ms ease-out;
  transform: translateX(0);
}

.mod_realEstateList {
  display: grid;
  column-gap: var(--space-h-2);
  row-gap: var(--space-h-4);
  margin-bottom: var(--space-v-2);
  padding-bottom: var(--space-v-4);
}
@media (min-width: 900px) {
  .mod_realEstateList {
    grid-template-columns: repeat(auto-fit, minmax(25%, 30%));
  }
}
.mod_realEstateList h2 {
  grid-column: 1/-1;
}
.mod_realEstateList img {
  display: block;
}
.mod_realEstateList .image_container {
  margin: 0;
}

.real_estate_item_default {
  outline-color: rgba(255, 255, 255, 0);
  transition: outline-color 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.real_estate_item_default:focus {
  outline: var(--seperator-secondary);
  outline-offset: var(--space-h-05);
  outline-style: dotted;
  outline-width: 2px;
}

.real_estate_item_default .inner {
  --column-gap: 1ch;
  --row-gap: var(--space-h-05);
  displaY: grid;
  column-gap: var(--column-gap);
  row-gap: var(--row-gap);
  align-items: start;
  height: 100%;
  grid-template-areas: "main-image main-image" "headline headline" "address address" "main-details bottom";
}
@media (min-width: 500px) {
  .real_estate_item_default .inner {
    --column-gap: var(--space-v-1);
    grid-template-areas: "main-image headline " "main-image address " "main-image main-details " "bottom . ";
  }
}
@media (min-width: 600px) {
  .real_estate_item_default .inner {
    /*grid-template-areas:
                      "headline headline "
                      "main-image address"
                      "main-image main-details"
                      "main-image status"
                      "main-image bottom ";
                      grid-template-areas: "main-image main-image"
                                           "headline headline"
                                           "address address"
                                           "main-details bottom"
                                           "main-details bottom";*/
    grid-template-areas: "main-image headline headline" "main-image address address" "main-image main-details bottom" "main-image main-details bottom";
    grid-template-columns: 280px;
  }
}
@media (min-width: 722px) {
  .real_estate_item_default .inner {
    --column-gap: var(--space-v-2);
  }
}
@media (min-width: 900px) {
  .real_estate_item_default .inner {
    --column-gap: var(--space-v-15);
    grid-template-columns: minmax(auto, 50%) 1fr;
    /*grid-template-areas:
                      "headline headline "
                      "main-image address"
                      "main-image main-details"
                      "main-image status"
                      "main-image bottom "; */
    grid-template-areas: "main-image main-image" "headline headline" "address address" "main-details main-details" "bottom bottom";
  }
}
.real_estate_item_default .inner h2 {
  margin: 0;
  font-size: var(--font-size-h3);
}
.real_estate_item_default .inner .status {
  --status-banner: var(--color3);
  z-index: 10;
  background-color: var(--status-banner);
  color: #fff;
  font-weight: bold;
  padding: var(--space-h-025) var(--space-v-15);
  width: min-content;
  align-self: end;
  grid-column: 1/-1;
  grid-row: 1;
  transform: translateY(-100%) translateX(36%);
}
@media (min-width: 722px) {
  .real_estate_item_default .inner .status {
    grid-row: 2;
    transform: translateY(-100%) translateX(-36%);
  }
}
@media (min-width: 900px) {
  .real_estate_item_default .inner .status {
    grid-row: 1;
  }
}
.real_estate_item_default .inner .main-image {
  grid-area: main-image;
}
.real_estate_item_default .inner .main-image .image_container {
  margin-top: 0;
  overflow: hidden;
}
.real_estate_item_default .inner .main-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 200ms cubic-bezier(0.65, 0.05, 0.36, 1);
  will-change: transform;
}
.real_estate_item_default .inner:hover .main-image img {
  transform: scale(1.03);
}
.real_estate_item_default .inner .address {
  grid-area: address;
  font-size: 0.9em;
}
.real_estate_item_default .inner .main-details {
  grid-area: main-details;
  font-size: 0.9em;
}
.real_estate_item_default .inner .detail {
  display: flex;
  column-gap: 2ch;
}
.real_estate_item_default .inner .detail .value:first-child,
.real_estate_item_default .inner .detail .label:first-child {
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.real_estate_item_default .inner .detail .value:first-child {
  width: 25%;
}
.real_estate_item_default .inner .detail .value {
  font-weight: bold;
}
.real_estate_item_default .inner .main-price {
  font-size: 0.8em;
}
.real_estate_item_default .inner .bottom {
  grid-area: bottom;
  display: grid;
  height: 100%;
}
.real_estate_item_default .inner .link {
  grid-area: headline;
}
.real_estate_item_default .inner .expose-link {
  border-radius: var(--border-radius);
  background-color: var(--btn-background-color);
  color: var(--btn-text-color);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  padding: var(--space-h-05) var(--space-v-2) var(--space-h-05);
  display: inline-flex;
  margin-top: var(--space-v-1);
  text-decoration: none;
  font-size: 0.8em;
  justify-content: center;
  align-items: center;
}
.real_estate_item_default .inner .expose-link:active {
  background-color: var(--btn-pressed-background-color);
}
.real_estate_item_default .inner .expose-link::after {
  display: inline-block;
  content: "";
  width: 2ch;
  height: 1.25em;
  margin-left: 1ch;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/icons/expose.svg");
  background-size: contain;
}
@media (min-width: 900px) {
  .real_estate_item_default .inner .expose-link {
    width: 50%;
    justify-self: end;
  }
}

.mod_realEstateResultList .result-count {
  margin-bottom: var(--space-h-1);
  font-style: italic;
}
.mod_realEstateResultList .result-list-inner {
  display: grid;
  column-gap: var(--space-h-2);
  row-gap: var(--space-h-4);
  margin-bottom: var(--space-v-2);
  padding-bottom: var(--space-v-4);
}
@media (min-width: 900px) {
  .mod_realEstateResultList .result-list-inner {
    grid-template-columns: repeat(auto-fit, minmax(25%, 30%));
  }
}

.vuecal__weekdays-headings {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

.vuecal--view-with-time .vuecal__weekdays-headings,
.vuecal--week-numbers .vuecal__weekdays-headings {
  padding-left: 3rem;
}

.vuecal--view-with-time.vuecal--twelve-hour .vuecal__weekdays-headings {
  font-size: 0.9rem;
  padding-left: 4rem;
}

.vuecal--overflow-x.vuecal--view-with-time .vuecal__weekdays-headings {
  padding-left: 0;
}

.vuecal__heading {
  width: 100%;
  height: 2.8rem;
  font-weight: 400;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.vuecal__heading > .vuecal__flex {
  width: 100%;
  height: 100%;
  -webkit-box-align: initial !important;
  -ms-flex-align: initial !important;
  align-items: normal !important;
}

.vuecal--sticky-split-labels .vuecal__heading {
  height: 3.4rem;
}

.vuecal--day-view .vuecal__heading,
.vuecal--month-view .vuecal__heading,
.vuecal--week-view .vuecal__heading {
  width: 14.2857%;
}

.vuecal--hide-weekends.vuecal--day-view .vuecal__heading,
.vuecal--hide-weekends.vuecal--month-view .vuecal__heading,
.vuecal--hide-weekends.vuecal--week-view .vuecal__heading,
.vuecal--years-view .vuecal__heading {
  width: 20%;
}

.vuecal--year-view .vuecal__heading {
  width: 33.33%;
}

.vuecal__heading .weekday-label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vuecal--small .vuecal__heading .small,
.vuecal--xsmall .vuecal__heading .xsmall {
  display: block;
}

.vuecal--small .vuecal__heading .full,
.vuecal--small .vuecal__heading .xsmall,
.vuecal--xsmall .vuecal__heading .full,
.vuecal--xsmall .vuecal__heading .small,
.vuecal__heading .small,
.vuecal__heading .xsmall {
  display: none;
}

.vuecal .vuecal__split-days-headers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 550px) {
  .vuecal__heading {
    line-height: 1.2;
  }
  .vuecal--small .vuecal__heading .small,
  .vuecal--xsmall .vuecal__heading .xsmall,
  .vuecal__heading .small {
    display: block;
  }
  .vuecal--small .vuecal__heading .full,
  .vuecal--small .vuecal__heading .xsmall,
  .vuecal--xsmall .vuecal__heading .full,
  .vuecal--xsmall .vuecal__heading .small,
  .vuecal__heading .full,
  .vuecal__heading .xsmall {
    display: none;
  }
  .vuecal--overflow-x .vuecal__heading .full,
  .vuecal--small.vuecal--overflow-x .vuecal__heading .small,
  .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall {
    display: block;
  }
  .vuecal--overflow-x .vuecal__heading .small,
  .vuecal--overflow-x .vuecal__heading .xsmall,
  .vuecal--small.vuecal--overflow-x .vuecal__heading .full,
  .vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,
  .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,
  .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .vuecal--small .vuecal__heading .xsmall,
  .vuecal--xsmall .vuecal__heading .xsmall,
  .vuecal__heading .xsmall {
    display: block;
  }
  .vuecal--small .vuecal__heading .full,
  .vuecal--small .vuecal__heading .small,
  .vuecal--xsmall .vuecal__heading .full,
  .vuecal--xsmall .vuecal__heading .small,
  .vuecal__heading .full,
  .vuecal__heading .small {
    display: none;
  }
  .vuecal--small.vuecal--overflow-x .vuecal__heading .small,
  .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall {
    display: block;
  }
  .vuecal--small.vuecal--overflow-x .vuecal__heading .full,
  .vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,
  .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,
  .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small {
    display: none;
  }
}
.vuecal__header button {
  outline: none;
  font-family: inherit;
}

.vuecal__menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.02);
}

.vuecal__view-btn {
  background: none;
  border: none;
  padding: 0.3rem 1rem;
  height: 2.2rem;
  font-size: 1.3rem;
  border-bottom: 0 solid currentColor;
  cursor: pointer;
  color: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.vuecal__view-btn--active {
  border-bottom-width: 2px;
  background: hsla(0, 0%, 100%, 0.15);
}

.vuecal__title-bar {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1;
  min-height: var(--space-v-2);
}

.vuecal--xsmall .vuecal__title-bar {
  font-size: 1rem;
}

.vuecal__title {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vuecal__title button {
  cursor: pointer;
  background: none;
  border: none;
}

.vuecal__title button.slide-fade--left-leave-active,
.vuecal__title button.slide-fade--right-leave-active {
  width: 100%;
}

.vuecal__today-btn {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  background: none;
  border: none;
}

.vuecal__today-btn span.default {
  font-size: 0.8rem;
  padding: 3px 6px;
  text-transform: uppercase;
  cursor: pointer;
}

.vuecal__arrow {
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: none;
  border: none;
  white-space: nowrap;
}

.vuecal__arrow--prev {
  margin-left: 0.6rem;
}

.vuecal__arrow--next {
  margin-right: 0.6rem;
}

.vuecal__arrow i.angle {
  display: inline-block;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 0.25rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vuecal__arrow--prev i.angle {
  border-width: 2px 0 0 2px;
}

.vuecal__arrow--highlighted,
.vuecal__today-btn--highlighted,
.vuecal__view-btn--highlighted {
  position: relative;
  background-color: rgba(0, 0, 0, 0.04);
}

.vuecal__arrow--highlighted *,
.vuecal__today-btn--highlighted *,
.vuecal__view-btn--highlighted * {
  pointer-events: none;
}

.vuecal__arrow--highlighted:after,
.vuecal__arrow--highlighted:before,
.vuecal__today-btn--highlighted:after,
.vuecal__today-btn--highlighted:before,
.vuecal__view-btn--highlighted:after,
.vuecal__view-btn--highlighted:before {
  content: "";
  background-color: inherit;
  -webkit-animation: sonar 0.8s ease-out infinite;
  animation: sonar 0.8s ease-out infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.vuecal__arrow--highlighted:before,
.vuecal__today-btn--highlighted:before,
.vuecal__view-btn--highlighted:before {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

.vuecal__arrow--highlighted:after,
.vuecal__today-btn--highlighted:after,
.vuecal__view-btn--highlighted:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2.6rem;
  margin-top: -1.3rem;
  margin-left: -1.3rem;
}

@-webkit-keyframes sonar {
  0%, 20% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes sonar {
  0%, 20% {
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    opacity: 0;
  }
}
@media screen and (max-width: 450px) {
  .vuecal__title {
    font-size: 0.9rem;
  }
  .vuecal__view-btn {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
@media screen and (max-width: 350px) {
  .vuecal__view-btn {
    font-size: 1.1rem;
  }
}
.vuecal__event {
  color: var(--calendar-event-fg-color);
  background-color: var(--calendar-event-bg-color);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: left 0.3s, width 0.3s, -webkit-box-shadow 0.3s;
  transition: left 0.3s, width 0.3s, -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s, left 0.3s, width 0.3s;
  transition: box-shadow 0.3s, left 0.3s, width 0.3s, -webkit-box-shadow 0.3s;
  overflow: hidden;
}

.vuecal--no-time .vuecal__event {
  min-height: 8px;
}

.vuecal:not(.vuecal--dragging-event) .vuecal__event:hover {
  z-index: 2;
}

.vuecal__cell .vuecal__event * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day) {
  position: absolute;
}

.vuecal--view-with-time .vuecal__bg .vuecal__event--all-day {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.6;
  width: auto;
  right: 0;
}

.vuecal--view-with-time .vuecal__all-day .vuecal__event--all-day {
  position: relative;
  left: 0;
}

.vuecal__event--background {
  z-index: 0;
}

.vuecal__event--focus,
.vuecal__event:focus {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  z-index: 3;
  outline: none;
}

.vuecal__event.vuecal__event--dragging {
  opacity: 0.7;
}

.vuecal__event.vuecal__event--static {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

@-moz-document url-prefix() {
  .vuecal__event.vuecal__event--dragging {
    opacity: 1;
  }
}
.vuecal__event-resize-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1rem;
  background-color: hsla(0, 0%, 100%, 0.3);
  opacity: 0;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: ns-resize;
}

.vuecal__event--focus .vuecal__event-resize-handle,
.vuecal__event--resizing .vuecal__event-resize-handle,
.vuecal__event:focus .vuecal__event-resize-handle,
.vuecal__event:hover .vuecal__event-resize-handle {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.vuecal__event--dragging .vuecal__event-resize-handle {
  display: none;
}

.vuecal__event-delete {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.4rem;
  line-height: 1.4rem;
  background-color: rgba(221, 51, 51, 0.85);
  color: #fff;
  z-index: 0;
  cursor: pointer;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vuecal__event .vuecal__event-delete {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vuecal--full-height-delete .vuecal__event-delete {
  height: auto;
  bottom: 0;
}

.vuecal--full-height-delete .vuecal__event-delete:before {
  content: "";
  width: 1.7rem;
  height: 1.8rem;
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm5 14.1c.2 0 .2.2.2.2l-.1.3-1 1-.3.1h-.2L12 13.5l-3.5 3.6h-.3-.3l-1-1v-.4-.2l3.6-3.6-3.6-3.5A.4.4 0 017 8l1-1 .3-.2c.1 0 .2 0 .2.2l3.6 3.5L15.6 7l.2-.2c.1 0 .2 0 .3.2l1 1v.5L13.5 12z" fill="%23fff" opacity=".9"/></svg>');
}

.vuecal__event--deletable .vuecal__event-delete {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 1;
}

.vuecal__event--deletable.vuecal__event--dragging .vuecal__event-delete {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.vuecal--month-view .vuecal__event-title {
  font-size: 0.85rem;
}

.vuecal--short-events .vuecal__event-title {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 3px;
}

.vuecal__event-content,
.vuecal__event-title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.vuecal__event-title--edit {
  border-bottom: 1px solid transparent;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M442 150l-39 39-80-80 39-39q6-6 15-6t15 6l50 50q6 6 6 15t-6 15zM64 368l236-236 80 80-236 236H64v-80z" fill="%23000" opacity=".4"/></svg>');
  background-repeat: no-repeat;
  background-position: 120% 0.15rem;
  background-size: 0.4rem;
  outline: none;
  width: 100%;
}

.vuecal__event-title--edit:focus,
.vuecal__event-title--edit:hover {
  border-color: rgba(0, 0, 0, 0.4);
  background-position: 99% 0.15rem;
  background-size: 1.2rem;
}

.vuecal__cell {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  min-height: 2rem;
}

.vuecal__cells.month-view .vuecal__cell,
.vuecal__cells.week-view .vuecal__cell {
  width: 14.2857%;
}

.vuecal--hide-weekends .vuecal__cells.month-view .vuecal__cell,
.vuecal--hide-weekends .vuecal__cells.week-view .vuecal__cell,
.vuecal__cells.years-view .vuecal__cell {
  width: 20%;
}

.vuecal__cells.year-view .vuecal__cell {
  width: 33.33%;
}

.vuecal__cells.day-view .vuecal__cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vuecal--overflow-x.vuecal--day-view .vuecal__cell {
  width: auto;
}

.vuecal--click-to-navigate .vuecal__cell:not(.vuecal__cell--disabled) {
  cursor: pointer;
}

.vuecal--day-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits),
.vuecal--view-with-time .vuecal__cell,
.vuecal--week-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits) {
  display: block;
}

.vuecal__cell.vuecal__cell--has-splits {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vuecal__cell:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: -1px;
  bottom: -1px;
  border: 1px solid hsla(0, 0%, 76.9%, 0.25);
}

.vuecal--overflow-x.vuecal--day-view .vuecal__cell:before {
  bottom: 0;
}

.vuecal__cell--current,
.vuecal__cell--today {
  background-color: rgba(240, 240, 255, 0.4);
  z-index: 1;
}

.vuecal__cell--selected {
  background-color: rgba(235, 255, 245, 0.4);
  z-index: 2;
}

.vuecal--day-view .vuecal__cell--selected {
  background: none;
}

.vuecal__cell--out-of-scope {
  color: rgba(0, 0, 0, 0.25);
}

.vuecal__cell--disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
.vuecal__cell-split.vuecal__cell-split--highlighted {
  background-color: rgba(0, 0, 0, 0.04);
  -webkit-transition-duration: 5ms;
  transition-duration: 5ms;
}

.vuecal__cell-content {
  position: relative;
  width: 100%;
  height: 100%;
  outline: none;
}

.vuecal--month-view .vuecal__cell-content,
.vuecal--year-view .vuecal__cell-content,
.vuecal--years-view .vuecal__cell-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vuecal__cell-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}

.vuecal__cell-events {
  width: 100%;
}

.vuecal__cell-events-count {
  left: 50%;
  top: 65%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 12px;
  height: 12px;
  line-height: 12px;
  padding: 0 3px;
  background: #999;
  color: #fff;
  border-radius: 12px;
  font-size: 10px;
}

.vuecal__cell .vuecal__special-hours,
.vuecal__cell-events-count {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vuecal__cell .vuecal__special-hours {
  left: 0;
  right: 0;
}

.vuecal--overflow-x.vuecal--week-view .vuecal__cell,
.vuecal__cell-split {
  overflow: hidden;
}

.vuecal__no-event {
  display: none;
  padding-top: 1rem;
  color: #aaa;
  justify-self: flex-start;
  margin-bottom: auto;
}

.vuecal__all-day .vuecal__no-event {
  display: none;
}

.vuecal__now-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  color: red;
  border-top: 1px solid currentColor;
  opacity: 0.6;
  z-index: 1;
}

.vuecal__now-line:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  border: 5px solid transparent;
  border-left-color: currentColor;
}

.vuecal {
  height: 100%;
  -webkit-box-shadow: 0 0 0 1px inset rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.vuecal *,
.vuecal--has-touch :not(.vuecal__event-title--edit) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vuecal--has-touch :not(.vuecal__event-title--edit) {
  -webkit-touch-callout: none;
}

.vuecal .clickable {
  cursor: pointer;
}

.vuecal--drag-creating-event,
.vuecal--resizing-event {
  cursor: ns-resize;
}

.vuecal--dragging-event {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.vuecal .dragging-helper {
  position: absolute;
  width: 60px;
  height: 40px;
  background: rgba(138, 190, 230, 0.8);
  border: 1px solid #61a9e0;
  z-index: 10;
}

.vuecal--xsmall {
  font-size: 0.9rem;
}

.vuecal__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vuecal__flex[column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vuecal__flex[column],
.vuecal__flex[grow] {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vuecal__flex[grow] {
  width: 100%;
}

.vuecal__flex[wrap] {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vuecal__split-days-headers.slide-fade--right-leave-active {
  display: none;
}

.vuecal--week-numbers.vuecal--month-view .vuecal__split-days-headers {
  margin-left: 3rem;
}

.vuecal--day-view:not(.vuecal--overflow-x) .vuecal__split-days-headers {
  margin-left: 3rem;
  height: 2.2rem;
}

.vuecal--day-view.vuecal--twelve-hour:not(.vuecal--overflow-x) .vuecal__split-days-headers {
  margin-left: 4rem;
}

.vuecal__split-days-headers .day-split-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.vuecal__split-days-headers .vuecal--day-view.vuecal--overflow-x.vuecal--sticky-split-labels .day-split-header {
  height: 1.5rem;
}

.vuecal__body {
  position: relative;
  overflow: hidden;
}

.vuecal__all-day {
  min-height: 1.7rem;
  margin-bottom: -1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vuecal__all-day-text {
  width: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  padding-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.vuecal__all-day-text span {
  font-size: 0.85rem;
  text-align: right;
  line-height: 1.1;
}

.vuecal--twelve-hour .vuecal__all-day > span {
  width: 4rem;
}

.vuecal__bg {
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  min-height: 60px;
  position: relative;
  width: 100%;
  margin-bottom: 1px;
}

.vuecal--no-time .vuecal__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
}

.vuecal__week-numbers {
  width: 3rem;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.vuecal__week-numbers .vuecal__week-number-cell {
  opacity: 0.4;
  font-size: 0.9rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vuecal__scrollbar-check {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  visibility: hidden;
  z-index: -1;
}

.vuecal__scrollbar-check div {
  height: 120%;
}

.vuecal__time-column {
  width: 3rem;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vuecal--twelve-hour .vuecal__time-column {
  width: 4rem;
  font-size: 0.9rem;
}

.vuecal--overflow-x.vuecal--week-view .vuecal__time-column {
  margin-top: 2.8rem;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.vuecal--overflow-x.vuecal--week-view.vuecal--sticky-split-labels .vuecal__time-column {
  margin-top: 3.4rem;
}

.vuecal--overflow-x.vuecal--day-view.vuecal--sticky-split-labels .vuecal__time-column {
  margin-top: 1.5rem;
}

.vuecal__time-column .vuecal__time-cell {
  color: #999;
  text-align: right;
  padding-right: 2px;
  font-size: 0.9rem;
}

.vuecal__time-column .vuecal__time-cell-line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid hsla(0, 0%, 76.9%, 0.3);
}

.vuecal__cells {
  margin: 0 1px 1px 0;
}

.vuecal--overflow-x.vuecal--day-view .vuecal__cells {
  margin: 0;
}

.vuecal--events-on-month-view.vuecal--short-events .vuecal__cells {
  width: 99.9%;
}

.vuecal--overflow-x.vuecal--day-view .vuecal__cells,
.vuecal--overflow-x.vuecal--week-view .vuecal__cells {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
}

.slide-fade--left-enter-active,
.slide-fade--left-leave-active,
.slide-fade--right-enter-active,
.slide-fade--right-leave-active {
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.slide-fade--left-enter,
.slide-fade--right-leave-to {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}

.slide-fade--left-leave-to,
.slide-fade--right-enter {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
}

.slide-fade--left-leave-active,
.slide-fade--right-leave-active {
  position: absolute !important;
  height: 100%;
}

.vuecal__title-bar .slide-fade--left-leave-active,
.vuecal__title-bar .slide-fade--right-leave-active {
  left: 0;
  right: 0;
  height: auto;
}

.vuecal__heading .slide-fade--left-leave-active,
.vuecal__heading .slide-fade--right-leave-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vuecal--green-theme .vuecal__cell-events-count,
.vuecal--green-theme .vuecal__menu {
  background-color: #42b983;
  color: #fff;
}

.vuecal--green-theme .vuecal__title-bar {
  background-color: #e4f5ef;
}

.vuecal--green-theme .vuecal__cell--current,
.vuecal--green-theme .vuecal__cell--today {
  background-color: rgba(240, 240, 255, 0.4);
}

.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected {
  background-color: rgba(235, 255, 245, 0.4);
}

.vuecal--green-theme .vuecal__cell--selected:before {
  border-color: rgba(66, 185, 131, 0.5);
}

.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
.vuecal--green-theme .vuecal__cell-split--highlighted {
  background-color: rgba(195, 255, 225, 0.5);
}

.vuecal--green-theme .vuecal__arrow--highlighted,
.vuecal--green-theme .vuecal__today-btn--highlighted,
.vuecal--green-theme .vuecal__view-btn--highlighted {
  background-color: rgba(136, 236, 191, 0.25);
}

.vuecal--blue-theme {
  --bg-title-bar: hsla(105, 56%, 40%,0.2);
  --bg-cell-today: rgba(240,240,255,.4);
  --bg-cell-selected: rgba(235,253,255,.4);
}

.vuecal--blue-theme .vuecal__cell-events-count,
.vuecal--blue-theme .vuecal__menu {
  background-color: var(--color1);
  color: #fff;
}

.vuecal--blue-theme .vuecal__title-bar {
  background-color: var(--bg-title-bar);
}

.vuecal--blue-theme .vuecal__cell--current,
.vuecal--blue-theme .vuecal__cell--today {
  background-color: var(--bg-cell-today);
}

.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected {
  background-color: var(--bg-cell-selected);
}

.vuecal--blue-theme .vuecal__cell--selected:before {
  border-color: var(--color1);
}

.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
.vuecal--blue-theme .vuecal__cell-split--highlighted {
  background-color: var(--color1);
}

.vuecal--blue-theme .vuecal__arrow--highlighted,
.vuecal--blue-theme .vuecal__today-btn--highlighted,
.vuecal--blue-theme .vuecal__view-btn--highlighted {
  background-color: var(--color1);
}

.vuecal--rounded-theme .vuecal__weekdays-headings {
  border: none;
}

.vuecal--rounded-theme .vuecal__cell,
.vuecal--rounded-theme .vuecal__cell:before {
  background: none;
  border: none;
}

.vuecal--rounded-theme .vuecal__cell--out-of-scope {
  opacity: 0.4;
}

.vuecal--rounded-theme .vuecal__cell-content {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #333;
}

.vuecal--rounded-theme.vuecal--day-view .vuecal__cell-content {
  width: auto;
  background: none;
}

.vuecal--rounded-theme.vuecal--year-view .vuecal__cell {
  width: 33.33%;
}

.vuecal--rounded-theme.vuecal--year-view .vuecal__cell-content {
  width: 85px;
}

.vuecal--rounded-theme.vuecal--years-view .vuecal__cell-content {
  width: 52px;
}

.vuecal--rounded-theme .vuecal__cell {
  background-color: transparent !important;
}

.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell-content {
  background-color: #f1faf7;
}

.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content {
  background-color: #42b983;
  color: #fff;
}

.vuecal--rounded-theme.vuecal--green-theme .vuecal--day-view .vuecal__cell--today:before {
  background-color: rgba(66, 185, 131, 0.05);
}

.vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content {
  border-color: #42b983;
}

.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
.vuecal--rounded-theme.vuecal--green-theme .vuecal__cell-split--highlighted {
  background-color: rgba(195, 255, 225, 0.5);
}

.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell-content {
  background-color: rgba(100, 182, 255, 0.2);
}

.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content {
  background-color: #8fb7e4;
  color: #fff;
}

.vuecal--rounded-theme.vuecal--blue-theme .vuecal--day-view .vuecal__cell--today:before {
  background-color: rgba(143, 183, 228, 0.1);
}

.vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content {
  border-color: #61a9e0;
}

.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
.vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell-split--highlighted {
  background-color: rgba(0, 165, 188, 0.06);
}

.vuecal--date-picker .vuecal__title-bar {
  font-size: 1.2rem;
}

.vuecal--date-picker .vuecal__heading {
  height: 2.2rem;
  font-weight: 500;
  opacity: 0.4;
}

.vuecal--date-picker .vuecal__weekdays-headings {
  border: none;
}

.vuecal--date-picker .vuecal__body {
  margin-left: 1px;
}

.vuecal--date-picker .vuecal__cell,
.vuecal--date-picker .vuecal__cell:before {
  background: none;
  border: none;
}

.vuecal--date-picker .vuecal__cell-content {
  height: 26px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid transparent;
  border-radius: 25px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  transition: background-color 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.vuecal--date-picker.vuecal--years-view .vuecal__cell-content {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  padding: 0 4px;
  height: 24px;
}

.vuecal--date-picker.vuecal--year-view .vuecal__cell-content {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  padding: 0 15px;
}

.vuecal--date-picker.vuecal--month-view .vuecal__cell-content {
  width: 26px;
}

.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell-content:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--selected .vuecal__cell-content {
  background-color: #42b982;
  color: #fff;
}

.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--current .vuecal__cell-content,
.vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell--today .vuecal__cell-content {
  border-color: #42b982;
}

@media (min-width: 722px) {
  .article-with-calendar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: var(--space-seperator);
  }
}
.article-with-calendar .ce_headline {
  grid-column: 1/-1;
}
.article-with-calendar .vuecal {
  font-size: 0.8rem;
}
.article-with-calendar .cal_belegt {
  background-color: hsla(25, 65%, 73%, 0.79);
}
.article-with-calendar .vuecal__event[draggable=true] {
  background-color: var(--color1-trans);
}

#wrapper {
  max-width: 100vw;
  background: url("../img/content-bg-mob.svg") repeat-y;
  background-size: 75% auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 722px) {
  #wrapper {
    background: url("../img/content-bg.svg") repeat-y;
  }
}

#app {
  min-height: 50vh;
  max-width: 800px;
}

#header {
  --header-color-bg: var(--color5);
}
@media (min-width: 722px) {
  #header {
    /* background: linear-gradient(180deg,  #fdfdfd 0px , #f2f2f2 100px ,var(--header-color-bg) 4rem );
    border-bottom: 4px solid var(--color1);*/
  }
}
#header .inside {
  position: relative;
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-column-gap: var(--grid-body-column-gap);
  max-width: var(--content-width-max);
  margin: 0 auto;
}
@media (min-width: 722px) {
  #header .inside {
    grid-template-columns: 180px 1fr min-content;
    grid-template-rows: 80px 50px 3rem;
    align-items: center;
    grid-row-gap: var(--space-v-1);
  }
}
#header .logolink {
  height: 4rem;
  justify-self: start;
}
@media (min-width: 722px) {
  #header .logolink {
    height: 100%;
    width: 100%;
    grid-row: 1/3;
    padding: var(--space-v-1) 0;
  }
}
#header .logolink .logo {
  width: auto;
  height: 100%;
  display: block;
}
#header .header-quicklinks {
  displaY: none;
}
@media (min-width: 722px) {
  #header .header-quicklinks {
    grid-column: 3;
    grid-row: 1/3;
    display: flex;
    column-gap: var(--space-h-1);
    align-self: stretch;
    margin-right: var(--space-v-2);
  }
}
#header .header-quicklinks a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
#header .header-quicklinks a::before {
  margin-right: var(--space-v-1);
  display: inline-block;
}
#header .header-quicklinks .header-search-link::before {
  content: url("../img/icons/feather/search.svg");
  alt: "Search Glases";
}
#header .header-quicklinks .header-tel::before {
  content: url("../img/icons/feather/phone-call.svg");
  alt: "Telephone";
}
#header .header-quicklinks .contact-link::before {
  content: url("../img/icons/feather/mail.svg");
  alt: "Mail envelope";
}
@media (min-width: 722px) {
  #header .mainnav {
    grid-column: 1/-1;
    grid-row: 3;
    height: 100%;
    justify-self: end;
  }
}
@media (min-width: 902px) {
  #header .mainnav {
    justify-self: center;
  }
}

#main {
  min-height: 25vh;
  /*margin-left: var(--space-h-1);
    margin-right: var(--space-h-1);
  */
  margin-top: var(--space-h-2);
}
@media (min-width: 722px) {
  #main {
    max-width: calc(100vw - var(--space-h-1) * 2);
    margin: var(--space-h-4) auto 0;
  }
}
@media (min-width: 1200px) {
  #main {
    max-width: var(--content-width-max);
  }
}

#footer {
  --foreground-color: #fff;
  background-color: var(--footer-color-bg);
  color: var(--foreground-color);
  padding-top: var(--space-h-1);
  padding-bottom: var(--space-h-1);
  margin-top: var(--space-h-1);
}
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  font-weight: bold;
  font-size: 1.2rem;
}
#footer a {
  color: var(--foreground-color);
  display: flex;
  height: 2rem;
  align-items: center;
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer .inside {
  margin: var(--space-v-4) auto 0;
  display: grid;
  max-width: var(--content-width-max);
  font-size: 0.8rem;
  padding: 0 var(--space-h-1);
}
@media (min-width: 500px) {
  #footer .inside {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-column-gap: var(--space-v-2);
  }
}
#footer .notfall a[href^=tel] {
  font-weight: bold;
  font-size: 1.5em;
  background-color: var(--highlight-background-color);
  color: var(--footer-color-bg);
  display: inline-block;
  padding: 0 1ch;
  line-height: 1.8;
  text-decoration: none;
}

.fade-out-box {
  --func: cubic-bezier(.07,.31,.02,.96);
  transition: transform 100ms var(--func), opacity 100ms var(--func);
}

.fade-in-box {
  --func: cubic-bezier(.07,.31,.02,.96);
  --delay: 1000ms;
  transition: transform var(--delay) var(--func), opacity var(--delay) var(--func);
}

.js .real_estate_item_default,
.real_estate_item_default.fade-out-box {
  opacity: 0;
  transform: translateY(15%);
}

.real_estate_item_default.fade-in-box {
  opacity: 1;
  transform: translateY(0);
}

.big-size-displays img.fade-out-box {
  transform: scale(0.9);
  transform-origin: left center;
}

.big-size-displays img.fade-in-box {
  --delay: 2000ms;
  transform: scale(1);
  transform-origin: left center;
}

#calApp {
  align-self: start;
  min-height: 50vh;
  margin-bottom: var(--space-h-2);
}

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