@charset "UTF-8";
@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1 {
  font-family: "Caveat", "cursive, sans-serif";
}

h2,
h3,
h4,
h5,
h6,
body,
p {
  font-family: "Quicksand", "Helvetica Neue", Arial, sans-serif;
}

h1,
.h1 {
  font-size: 1.5rem;
  margin-top: 0;
}

h2,
.h2 {
  font-size: 1.1rem;
  margin-top: 0;
}

.h3,
h3 {
  font-size: 1rem;
  margin-top: 1rem;
}

.h4,
h4 {
  font-size: 0.9rem;
  margin-top: 1rem;
}

.g-container {
  width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.g-grid {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.g-grid.nowrap {
  flex-flow: row;
}

.g-block {
  flex: 1;
  min-width: 0;
  min-height: 0;
}

.g-content {
  margin: 1rem;
  padding: 1rem;
}

.size-1-2 {
  flex: 0 0 50%;
}

.size-1-3 {
  flex: 0 0 33.3333333333%;
}

.size-1-4 {
  flex: 0 0 25%;
}

.size-1-5 {
  flex: 0 0 20%;
}

.size-1-6 {
  flex: 0 0 16.6666666667%;
}

.size-1-7 {
  flex: 0 0 14.2857142857%;
}

.size-1-8 {
  flex: 0 0 12.5%;
}

.size-1-9 {
  flex: 0 0 11.1111111111%;
}

.size-1-10 {
  flex: 0 0 10%;
}

.size-1-11 {
  flex: 0 0 9.0909090909%;
}

.size-1-12 {
  flex: 0 0 8.3333333333%;
}

.first-block {
  order: -1;
}

.last-block {
  order: 1;
}

.fixed-blocks {
  flex-flow: row wrap;
}
.fixed-blocks .g-block {
  flex: inherit;
  width: 1024px;
}

@supports not (flex-wrap: wrap) {
  .fixed-blocks {
    display: block;
    flex-flow: inherit;
  }
}
#breadcrumbs {
  padding-inline-start: 0;
  padding-top: 1rem;
}

#breadcrumbs span {
  padding-inline-start: 0;
  display: inline-block;
  padding: unset;
}

#breadcrumbs span:first-child {
  padding-inline-start: 0;
}

#breadcrumbs i {
  display: inline-block;
  width: 20px;
  text-align: center;
}

#breadcrumbs span:not(:first-child)::before {
  padding-right: 5px;
}

.social {
  margin-top: 1rem;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social ul.social-icons {
  line-height: 2rem;
  margin: 0;
}
.social ul.social-icons li {
  border: 1px solid #cccccc;
  border-radius: 100px;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.social ul.social-icons li a {
  color: #000;
  display: block;
}
.social ul.social-icons li:hover {
  background-color: #e0e0e0;
  border-color: #bbbbbb;
}

#blog-listing {
  padding-top: 1rem;
}

.blog-header {
  border-bottom: solid 1px rgba(160, 160, 160, 0.3);
  padding-bottom: 1rem;
}

.blog,
.blog-item {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-slideshow {
  width: 300px;
  text-align: right;
  margin-left: auto;
}

#blog-teaser .card-title h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  font-size: 0.8rem;
}
#blog-teaser .card-body {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 200px;
  width: auto;
}
@media (max-width: 768px) {
  #blog-teaser .card-body {
    height: auto;
  }
}

/* Gallery Container */
.gallery {
  background: #EEEEEE;
  padding: 2rem 0;
  text-align: center;
}
.gallery::after {
  content: "";
  display: table;
  clear: both;
}
.gallery .gallery_item {
  padding: 1em 0;
  float: left;
  width: 100%;
}
.gallery .gallery_item .title {
  color: #656161;
  text-align: center;
  margin-bottom: 10px;
}
.gallery .gallery_item {
  /* Content wrapper */
}
.gallery .gallery_item .gallery_item_content {
  position: relative;
  margin: 1em;
  overflow: hidden;
}
.gallery .gallery_item .gallery_item_content a {
  border: unset;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  border-radius: 0.375em;
}
.gallery .gallery_item .gallery_item_content:hover .gallery_item_content_overlay {
  opacity: 1;
}
.gallery .gallery_item .gallery_item_content:hover .gallery_item_content_details {
  opacity: 1;
  transform: translate(-50%, -50%) !important;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_image {
  width: 100%;
  border-radius: 0.375em;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details {
  position: absolute;
  text-align: center;
  padding: 0 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details .gallery_item_content_title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 1.1em;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details .gallery_item_content_text {
  color: #fff;
  font-size: 0.9em;
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details {
  /* Directional fade-in support */
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-bottom {
  transform: translate(-50%, 30%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-top {
  transform: translate(-50%, -30%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-left {
  transform: translate(-80%, -50%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-right {
  transform: translate(-20%, -50%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-top.fadeIn-right {
  transform: translate(-20%, -30%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-top.fadeIn-left {
  transform: translate(-80%, -30%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-bottom.fadeIn-right {
  transform: translate(-20%, 30%);
}
.gallery .gallery_item .gallery_item_content .gallery_item_content_details.fadeIn-bottom.fadeIn-left {
  transform: translate(-80%, 30%);
}

.gdesc-inner h4 {
  text-align: initial;
}

/* Container und Lupe stylen */
#search-container {
  position: relative;
  /* Wichtig für die Positionierung des Suchfelds */
  display: flex;
  align-items: center;
}

#search-toggle {
  cursor: pointer;
  font-size: 1.2em;
  /* Lupe ist sichtbar */
  margin-right: 15px;
}

/* Das Suchfeld (Box) definieren */
#search-box {
  overflow: hidden;
  /* Versteckt alles, was über die max-width hinausgeht */
  /* 🔑 Wichtig: Initial ist die Breite 0, das Suchfeld ist verborgen */
  max-width: 0;
  /* 🔑 Die Animation für das Öffnen/Schließen */
  transition: max-width 0.4s ease-in-out;
  /* Optional: Positionierung, falls es sich über andere Elemente legen soll */
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Der Zustand nach dem Klick (wird per JS zugeschaltet) */
#search-box.open {
  /* 🔑 Die Breite wird auf einen sichtbaren Wert gesetzt, die Transition übernimmt den Rest */
  max-width: 300px;
}

/* Input-Feld stylen */
#search-box input {
  /* Standard-Styling des Input-Feldes */
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 250px;
  /* Breite des Input-Feldes selbst */
}

.slideshow {
  min-height: 300px;
  min-width: 300px;
  width: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  padding: 30px;
  transition: background-image 1s ease-in-out;
}

#slideshow-container {
  position: relative;
}

#slideshow-nav {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.1);
}

.slide-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.slide-dot.active {
  background-color: rgb(182, 117, 161);
}

.slide-dot:hover {
  background-color: rgba(182, 117, 161, 0.8);
}

#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

#lightbox-overlay.lightbox-visible {
  opacity: 1;
  visibility: visible;
}

#lightbox-content {
  width: 90%;
  height: 90%;
}

#lightbox-image {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
}

#lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

#lightbox-close:hover {
  color: #bbb;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-family: "Quicksand", "Helvetica Neue", Arial, sans-serif;
}

p {
  margin: 0 0 0.8rem;
}

#header {
  padding-right: 0;
  padding-left: 0;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: solid 1px rgba(160, 160, 160, 0.3);
}

#page-wrapper {
  background-color: #f5f7f8;
}

#footer {
  background-color: #f5f7f8;
}

#body-wrapper .container {
  padding: 0 0 1rem;
}

.frame-box {
  padding: 3rem 0;
}

.modular-header {
  padding-top: 4rem;
}

.modular-text {
  padding-top: 0;
  padding-bottom: 0;
}
.modular-text .container {
  padding-left: 0;
}

.modular-features .frame-box {
  padding: 0;
}
.modular-features .frame-box > h1 {
  text-align: left;
}
.modular-features .frame-box > p {
  max-width: unset;
}
.modular-features .feature-icon h6 {
  background-color: unset;
}

.post {
  padding-top: 1rem;
}

@media (min-width: 768px) {
  .post {
    max-width: 976px;
    background: #ffffff;
    border: solid 1px rgba(160, 160, 160, 0.3);
    margin: 1rem auto;
    position: relative;
  }
}
.columns-center .columns {
  align-items: center;
}

.columns.right .col-image {
  text-align: right;
}

.text-container.left .text-image {
  order: -1;
}

.text-container {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.text-content {
  min-width: 300px;
  width: fit-content;
}

.text-image {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 200px;
  width: 100%;
}

@media (max-width: 768px) {
  .text-container {
    flex-direction: column;
  }
  .text-content,
  .text-image {
    flex: 1 0 100%;
    order: unset;
  }
}

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