/*ALLGEMEINE KLASSEN*/
font-face {
    font-family: 'Aller';
    src: url('/fonts/Aller.ttf') format('truetype'),
         url('/fonts/Aller.woff') format('woff'),
         url('/fonts/Aller.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
.bg-grey {
    background-color: #8b8c8f;
}

.bg-winered {
     background-color: rgba(170, 97, 121, 0.2); /* #aa6179 bei 50% Deckkraft */
}


.responsive-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;                /* Bild skaliert proportional */
    height: auto;
    object-fit: contain;        /* Bild wird nicht abgeschnitten */
}


.text-farbe{
   color: #561e3c; 
}


.space20_top {
    padding-top: 20px;
}
.space30_top {
    padding-top: 30px;
}
.space40_top {
    padding-top: 40px;
}

/*Hamburger menü*/
/* Rahmen und Hintergrund des Hamburger-Buttons */
.navbar-toggler {
  border: 2px solid #ebd185;   /* goldener Rahmen */
  border-radius: 2px;          /* runde Ecken */
  padding: 15px 15px;           /* etwas mehr Klickfläche */
  background-color: #123643;   /* dunkelblauer Hintergrund */
}

/* Farbe der drei Striche */
.navbar-toggler-icon {
  background-image: none; /* Bootstrap-Icon entfernen */
  width: 24px;
  height: 2px;
  background-color: #ebd185; /* Farbe der Striche */
  position: relative;
  display: block;
  transition: all 0.3s ease;
}
/* Schatten beim Klick/Fokus entfernen */
.navbar-toggler:focus,
.navbar-toggler:active {
  outline: none !important;
  box-shadow: none !important;
}

/* die zwei weiteren Striche als Pseudo-Elemente */
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #ebd185; /* gleiche Farbe */
  transition: all 0.3s ease;
}

.navbar-toggler-icon::before {
  top: -7px; /* oberer Strich */
}

.navbar-toggler-icon::after {
  top: 7px;  /* unterer Strich */
}
/*HAMBURGER MENÜ ENDE*/



/*DESKTOP STYLES MIN-WIDTH 992PX*/
@media (min-width: 992px) {
.absatz-space {
    padding-top: 20px;
}
.banner-abstand {
    padding-top: 40px;
}
.banner-mobile {
  display: none;
}
.banner-height {
height: 300px;
}
.br.mobile-only { 
  display: none;
 }
.custom-wrapper {
    margin: 0 auto; /* Zentriert den Block */
}
/* Navbar Höhe */

.copyright-text {
  font-size: 18px;
  color: #aa6179; 
  padding-left: 50px;
}
.container-fluid{
    align-items: flex-end !important; /* Alles am unteren Rand ausrichten */
}
.dab-block {
    text-align: justify;
}
.dab-links {
  text-align: left;
}
.dab-mitte {
  text-align: center;
}
.img-container-des {
    width: 100%;
    height: 800px !important;              /* Höhe des Containers (optional anpassbar) */
    display: flex;
    justify-content: center;    /* horizontal zentrieren */
    align-items: center;        /* vertikal zentrieren */
    background: fff;        /* optional */
    overflow: hidden;           /* verhindert Scrollbars */
}
.pad1 {
  padding-top: 20px;
}
.equal-img {
  width: 100%;
  height: auto; /* Höhe kannst du anpassen */
  object-fit: cover; /* Bild füllt Fläche aus, ohne verzerrt zu wirken */
 /* border-radius: 8px;  optional: abgerundete Ecken */
}
.equal-img-logo {
  max-height: 100%;   /* Bild darf nie höher sein als der Container */
  width: auto;        /* Seitenverhältnis bleibt korrekt */
  height: 100%;       /* füllt die Containerhöhe */
  object-fit: contain; /* Bild bleibt ganz sichtbar, keine Verzerrung */
  display: block;      /* verhindert, dass Inline-Abstände Probleme machen */
}
.link-nav-instagramm {
 font-size: 20px;
 color: #aa6179; 
 text-decoration: none;
 padding-right: 5px;
}
.footer {
     background-color: #123643;
     padding-bottom: 50px !important;
     padding-top: 0;
     display: flex;
     align-items: flex-end;
     height: 100px;
}
.footer-nav {
 font-size: 18px;
 color: #aa6179; 
 text-decoration: none;
 padding-right: 50px;
}
.footer-nav:hover {
  color: #ebd185;
  text-decoration: underline;
}
.footer-menu {
  text-align: left;   /* Liste linksbündig */
  width: 100%;        /* damit linksbündig in rechter Spalte */
}
.footer-nav-instagramm {
 font-size: 18px;
 color: #aa6179; 
 text-decoration: none;
 padding-right: 5px;
}

.footer-instagramm {
 font-size: 20px;
 color: #aa6179; 
 padding: 0!important
}
.logo-container {
  height: 200px;
}

/* Logo-Container */
.logo-brand {
  height: 100%;
  display: flex;
  align-items: center; /* Logo vertikal zentriert */
  padding-left: 100px;
}

/* Bild selbst */
.logo-img {
  height: 100%;       /* Genau so hoch wie der Container */
  width: auto;        /* Seitenverhältnis bleibt */
  max-height: 100%;   /* Sicherheit */
  object-fit: contain;
  display: block;
}

.maincontent { /*Maincontent Ausrichtung*/
  display: flex;
  align-items: top;
  color: #123643;
  justify-content: center;
  margin-top: 15px;
  /*padding-left: 150px;*/
  
}
.navbar-desktop { /*Navbarleiste mit Logo*/
    display: flex !important;
    align-items: flex-end !important; /* Alles am unteren Rand ausrichten */
    background-color: #123643; 
    padding: 0.5rem 1rem;
  }
.navbar-desktop .navbar-logo {
    height: 155px !important;
    width: auto !important;
    margin-left: 9.375rem !important;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    object-fit: contain !important;
      }
.navbar-desktop .navbar-collapse {
    display: flex !important;
    align-items: flex-end !important; /* auch Menü unten ausrichten */
    padding-right: 15rem !important; /* Abstand zwischen Logo und Menü */
    margin-bottom: 1.25rem;
    background-color: #123643;
  }

.navbar-desktop .nav-link {
    color: #ebd185 !important;
    margin-left: 0.3rem !important;
    font-size: 20px !important;
    line-height: 1 !important; /* enger, besser am Logo */
  }

.nav-pfeil {
 font-size:15px;
 color: #123643;
 text-align: center;
 margin: 20px;
}
.no-distort {
    width: 100%;
    height: auto; /* Proportionen beibehalten */
    object-fit: contain; /* Komplettes Bild anzeigen */
    background-color: #fff; /* Hintergrund, falls Lücken entstehen */
}

.spalte-zentriert {
text-align: center;
padding-top: 20px;
}
.pad-weiter {
padding-top: 20px;
}
.pad-winered {
  height: 300px;
  
}

.pad-absatz {
   padding-top: 20px;
}
.pad-absatz-ende {
    padding-top: 30px;
}

}
.table-klein {
      font-size: 16px !important; 
      margin: 0;
}
.table-standard {
      font-family: 'aller';
      font-size: 20px;
      margin: 0;
      padding-bottom: 10px;
}
.text-fett {
    font-weight: 800 !important;
}
.text-headline {
      font-size: 30px;
      font-weight: 800;
}
.text-headline1{
  font-size: clamp(1.4rem, 2.0vw, 1.8rem) !important;
  font-weight: 200 !important;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.text-klein {
    font-size: 22px !important;
}
.text-klein1 {
  font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 400 !important;
}

.text-mini {
     font-size: 10px;
    }
.text-standard {
      font-family: 'aller';
      font-size: 22px;
      font-weight: 800 ;
      margin: 0;
      padding-bottom: 10px;
     }
.text-standard1 {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 400 !important;
}
 .text-standard2 {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 800;
}
    
.text-weiterlesen {
      font-size: 15px;
      font-weight: lighter;
      margin: 0;
      text-align: left;
    }
.weiterlesen-btn {
  color: #123643;              
  background-color: #fff; 
  border-color: #123643;
  margin: 20px;
  width: 130px;
  text-align: center;
}


/*MOBILE STYLES MAX-WIDTH 991:98PX*/
@media (max-width: 991.98px) {
.absatz-space {
    padding-top: 20px;
}

.banner-abstand {
   padding-top: 40px;
}
 .banner-desktop {
    display: none;
  }

.button-space {
padding-bottom: 30px;
}
.copyright-text {
  font-size: 14px;
  color: #aa6179; 
}
br.mobile-only { display: block; 
} /* oder display: initial; */
}
.equal-img {
  width: 100%;
  height: auto; /* Höhe kannst du anpassen */
  object-fit: cover; /* Bild füllt Fläche aus, ohne verzerrt zu wirken */
 /* border-radius: 8px;  optional: abgerundete Ecken */
}
.list {
  padding-left: 10px !important;
}
.link-nav-instagramm {
 font-size: 20px;
 color: #aa6179; 
 text-decoration: none;
 padding-right: 5px;
}
.mab-block {
    text-align: justify;
}
.mab-links {
 text-align: left !important;
}
.mab-mitte {
text-align: center !important;
}
.no-distort {
    width: 100%;
    height: auto; /* Proportionen beibehalten */
    object-fit: contain; /* Komplettes Bild anzeigen */
    background-color: #fff; /* Hintergrund, falls Lücken entstehen */
}
.footer {
     background-color: #123643;
     padding-bottom: 50px;
     padding-top: 0;
     display: flex;
     align-items: flex-end;
     height: 130px;
}
.footer-nav {
 font-size: 14px;
 color: #aa6179; 
 text-decoration: none;
 padding-left: 20px;
}
.footer-nav:hover {
  color: #ebd185;
  text-decoration: underline;
}

.footer-menu ul {
  text-align: left; 
}
.footer-nav-instagramm {
 font-size: 18px;
 color: #aa6179; 
 text-decoration: none;
 padding-right: 5px;
}

.footer-instagramm {
  font-size: 18px;
 color: #aa6179; 
}

.logo-container {
  height: 130px;
}
h2, p {
  margin: 0;
}

/* Logo-Container */
.logo-brand {
  height: 100%;
  display: flex;
  align-items: center; /* Logo vertikal zentriert */
  padding-left: 10px;
}

/* Bild selbst */
.logo-img {
  height: 100%;       /* Genau so hoch wie der Container */
  width: auto;        /* Seitenverhältnis bleibt */
  max-height: 100%;   /* Sicherheit */
  object-fit: contain;
  display: block;
}
.mt-block {
  margin-top: 0.8rem;
}

.mt-section {
  margin-top: 1.8rem;
}
.img-container-mob {
    width: 100%;
    height: 300px;              /* Höhe des Containers (optional anpassbar) */
    display: flex;
    justify-content: center;    /* horizontal zentrieren */
    align-items: center;        /* vertikal zentrieren */
    background: fff;        /* optional */
    overflow: hidden;           /* verhindert Scrollbars */

}

.maincontent { /*Maincontent Ausrichtung*/
  display: flex;
  align-items: top;
  color: #123643;
  justify-content: center;
  margin-top: 15px;
  /*padding-left: 150px;*/
}
.navbar-mobile {
        background-color: #123643; 
        padding: 0.5rem 1rem;
        margin-left: 0 !important;   /* kein extra Abstand links */
      }
.navbar-mobile .nav-link {
        color: #ebd185 !important;
        padding: 0.5rem 0;
      }
.navbar-logo {
    height: 80px !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
    object-fit: contain !important;
      }
/*.navbar-mobile .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    background-color: #123643;
    padding: 15px;
    z-index: 9999;
  }  */ 
.nav-pfeil {
 font-size:15px;
 color: #123643;
 text-align: center;
 margin: 20px;
}
.pad1 {
  padding-top: 10px;
}

.pad-weiter {
padding-top: 20px;
}
.pad-absatz {
   padding-top: 20px;
}
.spalte-zentriert {
text-align: center;
}

  .text-column {
    position: relative;
    padding: 2rem;  /* Abstand für Text */
    min-height: 300px; /* Containerhöhe, damit Bild sichtbar wird */
  }

  /* Pseudo-Element für Hintergrundbild */
  .text-column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../picture/home/testbild.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* ❗ Bild behält seine Proportionen */
    opacity: 0.3; /* Transparenz */
    z-index: 0;   /* hinter den Text legen */
  }

  /* Text bleibt sichtbar */
  .text-column * {
    position: relative;
    z-index: 1;
  }

.table-klein {
      font-size: 12px;
      margin: 0;
}
.table-standard {
      font-size: 12px;
      margin: 0;
      padding-bottom: 10px;
}
.text-fett {
    font-weight: 800 !important;
}
.text-headline {
      font-size: 24px !important;
      font-weight: 800;
    }
.text-headline1{
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.6rem;
}
.text-klein {
    font-size: 16px !important;
}
.text-klein1 {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.8rem;
  opacity: 0.85;
}
.text-mini {
     font-size: 10px;
    }
.text-standard {
      font-family: 'aller';
      font-size: 22px;
      font-weight: 400;
      margin: 0;
      padding-bottom: 10px;
  }
  .text-standard1 {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 400 !important;;
}
.text-standard2 {
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.5;
  margin-bottom: 0.3rem;
  font-weight: 800;
}
    
.text-weiterlesen {
      font-size: 15px;
      font-weight: lighter;
      margin: 0;
      text-align: left;
    }

.weiterlesen-btn {
  color: #123643;             
  background-color: #fff; 
  border-color: #123643;
  margin: 20px;
  width: 130px;
  text-align: center;
}