.member-vornehm {
  float: left;
  margin-bottom: 30px; /* Abstand zum Inhalt */
  width: 350px; 
  height: auto;
}
.member-haas {
  float: right;
  margin-bottom: 30px; /* Abstand zum Inhalt */
  width: 350px; 
  height: auto;
}


.insta-logo {
  float: left;
  display: flex;
  width: 30px !important;
  height: 30px !important;
  max-width: 30px !important;
  max-height: 30px !important;
  margin-right: 16px !important;
}


.iwithtext {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.iwithtext .iwt-icon {
  margin-bottom: 10px !important; /* Abstand zwischen Icon und Text, nach Bedarf anpassen */
}

img.linkedin-mobil {
    margin-bottom: 15px !important;
  width: 70px !important;
  height: auto !important;
}

img.member-haas-mobil {
  display: block;
  margin-bottom: 30px !important;
}

img.member-vornehm-mobil {
  display: block;
  margin-bottom: 30px !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  img.member-haas-mobil {
    width: 70% !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  img.member-vornehm-mobil {
    width: 70% !important;
    height: auto !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  img.freches-girl {
    width: 70% !important;
    height: auto !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation: portrait) {
  img.tablet-hoch {
    width: 150px !important;
    height: auto !important;
  }
}

.featured-media-under-header__content h1.entry-title {
  font-size: 32px !important;   /* Passe die Größe nach Wunsch an */
  line-height: 1.2 !important;
}