/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.partnerbilder img {
  height: 75px;
  width: auto;
  margin-right: 10px;
}
.magazine-row .fusion-column-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.magazine-row .fusion-image-element {
  flex: 0 0 calc((100% - 100px) / 6); /* 5 gap à 20px = 100px */
  display: flex;
  align-items: center;
  justify-content: center;
}

.magazine-row .fusion-imageframe {
  width: 100%;
  height: auto;
}

.magazine-row .fusion-imageframe img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}



