.elementor-6657 .elementor-element.elementor-element-45799f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4009298 */.bekannt-aus {
  background: #f8cace;        /* heller Hintergrund – passt zu deinem cleanen Stil */
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 60px 0;
}

.bekannt-aus .logos img.morgen {
width: 270px!important;
     border: 5px solid white;
}
.bekannt-aus .logos img.text-intern{
   border: 5px solid white;
   border-radius: 7px;
}


.bekannt-aus .container {
  max-width: 1200px;
  margin: 0 auto;
}



.bekannt-aus .text {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.bekannt-aus .logos {
  display: flex;
  
  justify-content: center;
  align-items: center;
  gap: 50px;                  /* Abstand zwischen den Logos */
  flex-wrap: wrap;
}

.bekannt-aus .logos img {
    border-radius: 7px;
  height: 45px;               /* Höhe der Logos – du kannst das anpassen */
  width: auto;
  transition: all 0.3s ease;
  filter: grayscale(30%);     /* leicht entsättigt für eleganten Look */
}

.bekannt-aus .logos img:hover {
  filter: grayscale(0%);
  transform: scale(1.08);     /* schöner Hover-Effekt */
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Responsiv – auf Handy werden Logos kleiner und enger */
@media (max-width: 768px) {
  .bekannt-aus .logos {
    gap: 30px;
  }
  .bekannt-aus .logos img {
    height: 35px;
  }
}/* End custom CSS */