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;
  }
  .responsive-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;                /* Bild skaliert proportional */
    height: auto;
    object-fit: contain;        /* Bild wird nicht abgeschnitten */
}


/*DESKTOP STYLES MIN-WIDTH 992PX*/
@media (min-width: 992px) {
.banner-mobile {
  display: none;
}
.br.mobile-only { 
  display: none;
 }

/*Text im Footer*/
.copyright-text {
  font-size: 18px;
  color: #aa6179; 
  padding-left: 50px;
}
.container-fluid{
    align-items: flex-end !important; /* Alles am unteren Rand ausrichten */
}

.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 */
}

/*Bereich FOOTER*/
.footer-nav-instagramm {
 font-size: 18px;
 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 */
}


/*BEREICH LOGO NAVIGATION*/
.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 */
}
.text-farbe{
   color: #561e3c; 
}
.text-fett1 {
    font-weight: 800;
}
.text-gross {
      font-size: 30px;
}
.text-mittel {
    font-size: 18px !important;
}
.text-klein {
      font-size: 14px;
     }

.text-zitat {
  font-size: 22px !important;
}

}



/*MOBILE STYLES MAX-WIDTH 991:98PX*/
@media (max-width: 991.98px) {

 .banner-desktop {
    display: none;
  }

.copyright-text {
  font-size: 14px;
  color: #aa6179; 
}
br.mobile-only { display: block; 
} /* oder display: initial; */
.equal-img {
  width: 100%;
  height: 650px; /* Höhe kannst du anpassen */
  object-fit: cover; /* Bild füllt Fläche aus, ohne verzerrt zu wirken */
 /* border-radius: 8px;  optional: abgerundete Ecken */
}
.footer-nav-instagramm {
 font-size: 18px;
 color: #aa6179; 
 text-decoration: none;
 padding-right: 5px;
}
.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;
}

/* 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;
}

.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;
      }
.nav-pfeil {
 font-size:15px;
 color: #123643;
 text-align: center;
 margin: 20px;
}


  .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-farbe{
   color: #561e3c; 
}
.text-fett1 {
    font-weight: 800;
}
.text-gross {
      font-size: 30px;
}
.text-mittel {
    font-size: 16px !important;
}
.text-klein {
      font-size: 18px;
     }
.text-zitat {
  font-size: 20px !important;
}

}
 
