:root {
  /* Primärfarben */
  --green: #5d9657; /* Bootstrap's Standard-Blau */
  --bright-green: #77b775; /* Bootstrap's Standard-Grau */
  --bright-blue: #1b93c7;   /* Beispiel für eine Akzentfarbe (Grün) */
    --gray: #2e2d2b;
    --orange: #f3953f;
  /* Textfarben */
  --text-color-dark: #000000; /* Dunkler Text (Standard) */
  --text-color-light: #f8f9fa; /* Heller Text (z.B. auf dunklem Hintergrund) */

  /* Hintergrundfarben */
  --bg-light: #f8f9fa; /* Heller Hintergrund */
  --bg-dark: #343a40;  /* Dunkler Hintergrund */
  --bg-green: #5d9657;  /* Dunkler Hintergrund */
	  --bg-white: #ffffff;  /* qweißer Hintergrund */

  /* Weitere Farben, z.B. für Buttons, Fehler, Erfolg */
  --btn-primary-bg: var(--primary-color);
  --btn-primary-text: var(--text-color-light);
  --error-color: #dc3545;
    --background-color: #00CC4A;
}
/* merienda-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merienda';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merienda-v21-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*fixed Backgroundpic*/
html::before {
  content: ' ';
  display: block;
  background-image: url("../img/body/ueberscroll-hintergrundl.jpg");
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -100;
  background-repeat: no-repeat;
}
.empty{
    height: 87px;
    width: 100%;
}
header {
    background-image: url(../img/head/portrait.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.logo-head{
    margin-top: -5px;
}
.logo{
    margin-top: -105px;
}
.top-link {
    position: fixed;
    right: 0em;
    top: 2rem;
    z-index: 3009;
    font-size: large;
}
.top-link a:link {
    width: 22px;
    height: 22px;
  color: var(--text-color-light);
  text-decoration: none;
}
.top-link a:visited {
  color: var(--text-color-light);
}
.top-link a:hover {
  color: var(--orange);
  text-decoration: none;
}
.text-ecke{
    position: absolute;
    right: 4vw;
    color: var(--green);
    z-index: 2861;
    margin-top: 10vw;
}
.text-ecke a:link{
  color: var(--orange); 
    font-size: 2vw;
}
.text-ecke a:visited{
  color: var(--orange);
}
.text-ecke a:hover{
  color: var(--green);}
.ecke{
    position: absolute;
    z-index: 2710;
}
#contact {
  /* scroll-behavior: auto!important;*/
}
body {
    font-family: "Montserrat";
    font-size: medium;
    font-weight: normal;
    background-size: contain;
    position: relative;
}
.row>*{
    font-weight: normal;
}
.handschrift{
    font-family: "Merienda";
}
body p {
    font-size: medium;
}
main {
  position: relative;
}
[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}
[data-title]:after {
  content: attr(data-title);
  background-color: rgba(241,46,151,1.00);
  color: #ffffff;
  font-size: 100%;
  position: absolute;
  padding: 1px 5px 2px 5px;
  bottom: -1.6em;
  left: auto;
  white-space: nowrap;
  box-shadow: 1px 1px 3px #222222;
  opacity: 0;
  border-color: #111111;
  /* [disabled]border-style: solid; */
  border-width: 1px;
  z-index: 99999;
  visibility: hidden;
  right: 100%;
  border-radius: 5px;
}
[data-title] {
  position: relative;
}
header {
    background-image: url(../img/head/portrait.jpg);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    /* [disabled]margin-bottom: 88px; */
    
}
.carousel-caption.caption-left-center {
    top: 0;         /* Setzt den oberen Rand auf 0 */
    bottom: 0;      /* Setzt den unteren Rand auf 0 */
    left: 10%;      /* Abstand vom linken Rand (Standard 15% in Bootstrap, hier anpassbar) */
    right: auto;    /* Setzt den rechten Rand auf "auto", um ihn nicht zu fixieren */
    width: 60%;     /* Optional: Begrenzt die Breite der Bildunterschrift */
    text-align: left; /* Text linksbündig ausrichten */
    display: flex;  /* Aktiviert Flexbox für vertikale Zentrierung */
    flex-direction: column; /* Ordnet den Inhalt als Spalte an */
    justify-content: center; /* Zentriert den Inhalt vertikal */
    align-items: flex-start; /* Ordnet den Inhalt horizontal links an */
}


@media (max-width: 768px) {
    .carousel-caption.caption-left-center {
        width: 80%; /* Breiter auf kleineren Bildschirmen */
        left: 5%;
    }
}
.bg-logo{
    background-image: url(../img/aktuelles/logo-negativ.png);
    min-height: 20em;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 10em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.bg-scroll {
    height: 15em;
}
/*NAV*/
.navbar-custom{
    z-index: 2936;

}
.navbar-brand {
  position: absolute;
  top: 0.5em;
}
.bg-light {
    background-color: rgba(93,150,87,0.93) !important;
}
.navbar-collapse {
    flex-grow: 1;
}
.container-fluid.my-cont {
  justify-content: center;
}

/* Ihre benutzerdefinierte CSS-Datei (z.B. custom.css) */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
/* Ihre benutzerdefinierte CSS-Datei (z.B. custom.css) */
.navbar-toggler:focus {
  box-shadow: none; /* Entfernt den Box-Shadow */
  outline: none;    /* Entfernt den Standard-Browser-Outline (oft strichliert) */
}
/*
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(241,46,151,0.00);
  box-shadow: 0px 0px 0px 2px rgba(241,46,151,0.00);
}*/
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.navbar a:link {
  color: #FFFFFF !important;
  font-weight: 700;
  font-size: large;
}
.navbar a:visited {
  color: #ffffff;
}
.navbar a:hover {
  color: var(--orange) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--orange) !important;
  background-color: rgba(0, 0, 0, 0.00)
}
.active {
  color: rgba(241,46,151,1.00) !important;
}
.nav-float {
  float: left;
  margin-right: 1em;
  /* [disabled]font-size: 1.3vw; */
}
.aos {
  overflow-x: hidden;
  overflow-y: hidden;
}
.aos-item {
  padding-top: 49px;
  padding-bottom: 19px;
  margin-bottom: -24px;
  margin-top: -28px;
}
.origami{
    width: 10em;
    height: auto;
    margin-top: -6em;
}
.origami-seitl{
    width: 20%;
    height: auto;
    margin-top: -7em;
    margin-left: 21em;
}
.origami-herde{
    width: 78%;
    height: auto;
    margin-top: 0px;
}
.origami-schatten{
    width: 15em;
    height: auto;
    z-index: 658!important;
}
.schatten{
    margin-top: -63px;
    z-index: 4!important;
}
.schatten-1{
    margin-top: -31px;
    z-index: 4!important;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #000000 !important;
}
.green{
    color: var(--green)!important;
}
.orange{
    color: var(--orange)!important;
}
.bg-trans {
    background-color: rgba(255,255,255,0.00) !important;
    color: rgba(0,0,0,1.00);
}
.bg-dark-green{
    background-color: var(--bg-green) !important;
    color: rgba(255,255,255,1.00);}
.bg-green {
    background-color: var(--bg-green) !important;
    color: rgba(255,255,255,1.00);
}
.bg-bright-green {
    background-color: var(--bright-green);
    color: rgba(255,255,255,1.00);
}
.bg-bright-orange {
    background-color: var(--orange) !important;
    color: rgba(255,255,255,1.00);
}
.bg-blue {
    background-color: var(--bright-blue) !important;
    color: rgba(255,255,255,1.00);
}
.bg-white {
    background-color: rgba(255,255,255,1.00) !important;
    color: rgba(0,0,0,1.00);
}
.bg-fell{
    background-image: url(../img/body/hintergrund-fell.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.bg-holz{
    color: rgba(255,255,255,1.00);
    background-image: url(../img/body/kontakt/hintergrund-kontakt.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
/* Ihre benutzerdefinierte CSS-Datei (z.B. custom.css) */
.no-break-h1 {
  display: inline; /* Oder inline-block für mehr Kontrolle */
  margin-bottom: 0; /* Entfernt den Standardabstand unter h1 */
}

.nobreak-p {
    display: inline-block; /* Oder inline-block */
    margin-bottom: 0; /* Optional: Fügt einen kleinen Abstand zwischen h1 und p hinzu */
}

.no-break-p {
  display: inline; /* Oder inline-block */
  margin-bottom: 0; /* Entfernt den Standardabstand unter p */
  margin-left: 0.5em; /* Optional: Fügt einen kleinen Abstand zwischen h1 und p hinzu */
}
.abstand {
  padding-top: 116px;
  margin-top: 5em;
  margin-bottom: 5em;
}
.abstand-oben{
    margin-top: 7em;
}
.abstand-oben-small{
    margin-top: -8em!important;
}
.abstand-inner-oben{
    padding-top: 6em;
    padding-bottom: 4em;
}
.abstandl-r{
    padding-left: 40px;
    padding-right: 40px;
}
.padding-x{
    padding-left: 25px;
    padding-right: 25px;
}
.btn-gallery {
    /*font-size: 1.5vw;*/
    background-color: var(--bright-green);
    border-color: var(--bright-green);
    border-radius: 0px;
    color: #000000!important;
}
.btn-gallery:hover {
    color: #FFFFFF!important;
    background-color: var(--orange);
    border-color: varvar(--orange);
}
.btn-info {
    /*font-size: 1.5vw;*/
    background-color: var(--orange);
    border-color: var(--orange);
    border-radius: 0px;
    color: #000000!important;
}
.btn-info:hover {
    color: #FFFFFF!important;
    background-color: var(--green);
    border-color: var(--green);
}
.btn-info-green {
    /*font-size: 1.5vw;*/
    background-color: var(--bright-green);
    border-color: var(--bright-green);
    border-radius: 0px;
    color: #FFFFFF!important;
    width: 100%;
}
.btn-info-green:hover {
    color: #000000!important;
    background-color: var(--orange);
    border-color: var(--orange);
}
.btn-cont {
  /*font-size: 1.5vw;*/
  background-color: rgba(241,46,151,1.00);
  border-color: rgba(241,46,151,1.00);
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 13px 1px rgba(46, 46, 46, 1.00);
  box-shadow: 0px 0px 13px 1px rgba(46, 46, 46, 1.00);
}
.btn-cont:hover {
  background-color: #575757;
  border-color: rgba(241,46,151,1.00);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(146, 146, 146, 1.00);
  box-shadow: 0px 0px 0px 0px rgba(146, 146, 146, 1.00);
}
.card{
    font-size: small;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-right: 8px;
    margin-left: 9px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 0px;
    border-style: none;
    color: rgba(0,0,0,1.00);
    -webkit-box-shadow: 0px 0px 7px rgba(96,96,96,1.00);
    box-shadow: 0px 0px 7px rgba(96,96,96,1.00);
}
.card-body{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.card-title{;
    text-align: center;
    font-weight: bold;
}
.card-footer{
    text-align: center;
    font-size: large;
    border-radius: 0px!important;
}
.card-img{
    margin-top: -8px;
    /*padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;*/
}
.card-text{}
.stop-flow{
    clear: both;
	

}
.text-bild{
    text-align: center;
    color: rgba(0,0,0,1.00);
    margin-top: 5px;
    display: none;
}
.text-bild-footer{
    color: #000000;
    text-align: center;
    margin-top: -15px;
    display: none;

}
.center-mobil{
    text-align: left;    
}
.justify{
    text-align: justify;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover {
  color: var(--orange);
  text-decoration: none;
}
.bg-white a:link{
  color: #000000!important;
  text-decoration: none;
}
.bg-white a:visited{
  color: #000000!important;
}
.bg-white a:hover{
  color: var(--orange)!important;
}
.bg-holz a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.bg-holz a:visited {
    color: #FFFFFF;
}
.bg-holz a:hover {
  color: var(--bright-green);
  text-decoration: none;
}
.bg-orange{
    background-color: var(--orange);
    color: #FFFFFF;
}
li {
    list-style-type: none;
}
.circle li{
    list-style-type: circle;
}
.font-size-m{
    font-size: 1rem;
}
b {
  font-weight: 500;
}
h1 {
    font-size: 3rem;
    font-weight: 300;
}
.h1{font-size: 3rem;
    font-weight: 300;}
h2 {
    font-size: 2rem;
    font-weight: 300;
}
.h2 {
    font-size: 2rem;
    font-weight: 300;
}
h3 {
    font-size: 1.5rem;
}
.h3 {
    font-size: 3vw;
}
h4 {
    font-size: 3.3rem;
    font-weight: bold;
}
.slider-capitation{
    font-size: 1.5rem;
}
.h4 {
  font-size: 1rem;
}
h5 {
    font-size: 1.2rem;
}
.h5 {
  font-size: 1.5rem;
}
.zitat{
    font-size: x-large;
}
.has-error {
  color: blue;
}
.fett {
  font-weight: bold;
}
.small p{
    font-size: small;
}
.small .lead{
    font-size: medium;
}
.justify{
    text-align: justify;
}
.form_design {
  border-style: none !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 0px!important;
  background: #575757;
  box-shadow: inset 13px 13px 18px #373737, inset -13px -13px 18px #777777;
}
input{
  border-radius: 0px!important;
}
textarea{
  border-radius: 0px!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1; /* Firefox */
}
/*accordion Colors*/
.accordion p {
  font-size: 0.9rem;
}
.accordion-item {
  background-color: var(--bright-green) !important;
  border-style: none;
}
.accordion-item button:hover{
  background-color: #f3953f!important;
}
/*Kopf aufgeklappt*/
.accordion-button:focus {
    /*background-color: #717171 !important;*/
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(46,46,46,0.00)!important;
    box-shadow: 0px 0px 4px 0px rgba(46,46,46,0.00)!important;
}
.accordion-button:active {
  background-color: rgba(254, 129, 0, 1.00) !important;
    border-radius: 10px!important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 1.00)!important;
    box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 1.00)!important;
}
/*Kopf zugeklappt*/
.accordion-button.collapsed {
    background-color: #77b775 !important;
    /*border: thin solid #fe8100;*/
    border-radius: 0px!important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 0.00)!important;
    box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 0.00)!important;
}
.accordion-button:not(.collapsed)::after {
  background-color: rgba(254, 129, 0, 0.00) !important;
    /*border: thin solid #fe8100;*/
    border-radius: 0px!important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 0.00)!important;
    box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 0.00)!important;
}
/*ausgeklappt daneben geklickt*/
.accordion-button {
    background-color: rgba(231,39,218,0.00) !important;
    color: #ffffff;
    font-weight: 400;
    /*border: thin solid #fe8100;*/
    border-radius: 0px!important;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 0.00)!important;
    box-shadow: 0px 0px 4px 0px rgba(46, 46, 46, 0.00)!important;
}
.accordion-body {
    color: #FFFFFF;
    font-size: 1rem;
    text-align: left;
}
.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(100,0,0,0.00);
}
.accordion-body .btn-warning {
  background-color: #D1D1D1 !important;
  color: rgba(24, 116, 103, 1.00);
}
.accordion-body button:hover {
  background-color: #D1D1D1 !important;
  color: rgba(255, 255, 255, 1.00);
  border-color: #187467;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #f3953f!important;
  /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)*/
    /*border: thin solid #fe8100;*/
}
.accordion ul li{
    list-style-type: circle;
}
/*ENDE accordion Colors*/

.hidden {
  display: none;
}
footer {
    color: #FFFFFF;
    text-align: left;
    background-color: #488746;
    font-size: 0.8rem;
}
footer a:link {
  color: #ffffff;
}
footer a:visited {
  color: #ffffff;
}
footer a:hover {
  color: var(--orange);
}
footer p{
    font-size: 0.8rem;
}
.logo-footer{
    height: auto;
    width: 10%;
    margin-top: -110px;
}
.sprung {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -100px;
}
.save{
    visibility: hidden;
}
.first-row {
    background-color: #0F0F0F!important;
}
.first-row-new {
    background-color: #272727!important;
}
.termin {
    background-color: #0F0F0F;
    color: rgba(255,255,255,1.00) !important;
    font-size: 1.1rem;
    border-left-style: none;
    border-bottom: thin solid #575757;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border-top: thin solid #575757;
    padding-top: 5px;
    padding-bottom: 5px;
}
.termin-new {
    background-color: #0F0F0F;
    color: rgba(255,255,255,1.00) !important;
    font-size: 1.1rem;
    border-left-style: none;
    border-bottom: thin none #575757;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border-top: thin none #575757;
    padding-top: 5px;
    padding-bottom: 5px;
}
.termin-top {
    border-left: thin none rgba(0, 0, 0, 1.00);
    border-right: thin none rgba(0, 0, 0, 1.00);
    border-bottom: thin solid rgba(0, 0, 0, 1.00);
    border-top: thin solid rgba(0, 0, 0, 1.00);
    background-color: var(--dark-orange);
    color: #FFFFFF !important;
    font-size: 1.2rem;
}
.desktop-vs {
  visibility: visible;
}
.mobil-vs {
  visibility: hidden;
}
.maps-link{
    font-size: small;
} 
#impressum{
    background-color: #FFFFFF;
    margin-bottom: -15px;
}
#datenschutz{

}
.honeypot {
      position: absolute;
      left: -9999px;
    }
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
    h4{
    font-size: 2.5rem;
    }
.slider-capitation{
    font-size: 1.2rem;
}

.origami-herde{
    width: 100%;
}
.h5 {
  font-size: 1rem;
}
.center-mobil{
    text-align: center;
} 
.font-size-m{
    font-size: 0.8rem;
}
.schatten-1{
    margin-top: -23px;
}
.origami-schatten{
    width: 15em;
}
.schatten{
    margin-top: -74px;
}
.logo-footer {
    margin-top: -90px;
}/*fixed Backgroundpic*/
html::before {
  background-image: url("../img/body/ueberscroll-hintergrund-mobil.jpg");
}
}
@media (max-width: 992px) {


.abstandl-r{
    padding-left: 20px;
    padding-right: 20px;
}
.padding-x{
    padding-left: 5px;
    padding-right: 5px;
}
.origami-seitl{
    margin-top: -7em;
    margin-left: 21em;
}
.schatten-1{
    margin-top: -40px;
}
.h5 {
  font-size: 0.8rem;
}
.top-link a:link {
    width: 16px;
    height: 16px;
}
.font-size-m{
    font-size: 0.8rem;
}
    h1{
    font-size: 2rem;
}
    h4{
    font-size: 1.7rem;
    }
.slider-capitation{
    font-size: 1rem;
}
.schatten{
    margin-top: -99px;
}
.logo-footer{
    margin-top: -85px;}
}
@media (max-width: 768px) {
    h4{
    font-size: 1rem;
    }
.slider-capitation{
    font-size: 0.7rem;
}
.font-size-m{
    font-size: 1rem;
}
.schatten{
    margin-top: -120px;
}
.schatten-1{
    margin-top: 0px;
}
.logo-footer {
    margin-top: -100px;
}
}
@media (max-width: 650px) {
.logo-footer {
    margin-top: -100px;
}
    
}
@media (max-width: 576px) {
.logo-footer {
    margin-top: -100px;
}
    
}




  /* CSS-Variablen für die Spalten */
  .masonry-container {
    display: flex;
    gap: 15px; /* Abstand zwischen den Spalten */
    --bs-columns: 3;
  }

  /* Media Queries für die Spaltenanzahl */
  @media (max-width: 992px) { /* Tablet */
    .masonry-container {
      --bs-columns: 2;
    }
  }

  @media (max-width: 768px) { /* Mobil */
    .masonry-container {
      --bs-columns: 1;
    }
  }

  /* Spalten-Layout */
  .masonry-column {
    flex: 1;
  }
