.svg-item{ position:relative; display:inline-block; margin-right:12px; margin-top:10px;}
.tip{
  position:absolute; bottom:100%; left:50%; transform:translate(-50%,-8px);
  font:500 12px/1.35 system-ui, sans-serif;
  color:#fff; -webkit-text-fill-color:#fff;
  background:rgba(45,1,5,.95);
  padding:6px 8px; border-radius:6px; white-space:nowrap;
  opacity:0; pointer-events:none; z-index:10;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));
  transition:opacity .12s, transform .12s;
}
.svg-item:hover .tip,
.svg-item:focus-within .tip{ opacity:1; transform:translate(-50%,-10px); }

.svg-item::after{
  content:""; position:absolute; bottom:100%; left:50%; transform:translate(-50%,-2px);
  border:6px solid transparent; border-top-color:rgba(45,1,5,.95);
  opacity:0; transition:opacity .12s; z-index:9;
}
.svg-item:hover::after,
.svg-item:focus-within::after{ opacity:1; }


/*WANA BE*/
.partner3{
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 2;
    align-items: center;
    justify-content: center;
    gap: 30px;
	margin-left:20px;
}
/*PARTNER*/
.listepartner li{
	width:280px;
    text-transform: uppercase;
    font-size: 11px;
	letter-spacing:4px;
	border-bottom:1px solid #4e4e4eba;
	padding:0px;
	margin:0px;
}
/*SISTERS*/
.partrnerbox1{
    display: flex;
    flex-wrap: wrap;
    grid-area: 1 / 2 / 2 / 3;
    flex: 1.5;  
	display: block;
    text-align: -webkit-center;
    unicode-bidi: isolate;
}
.partrnerbox2{
    display: flex;
    flex-wrap: wrap;
    grid-area: 1 / 2 / 2 / 3;
    flex: 1.2;
	margin-right:20px;
}
/**/
.ph {
    background: #e5e5e5 center/cover no-repeat; /* Farbe + Bild-Option */
    border: 1px solid #ccc;
    display: inline-block;
    font: 600 10px/1 system-ui, sans-serif;
    color: #555;
    position: relative;
    overflow: hidden;
	margin:0.5px;
  }
  /* Größe definieren */
  .ph-600x300 { width: 88px; height: 33px; }

  /* Optional: Text mittig einblenden */
  .ph::after {
    content: "600 × 300";
    position: absolute; inset: 0;
    display: grid; place-items: center;
    mix-blend-mode: multiply;
  }

/**/
.flex-x{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    z-index: 2;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.hig-title {
    display: flex;
    height: 40px;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 4px;
    background: #4e4e4e;
	min-width: 250.5px;  
	width: 80%;
	border: 1px solid #2d0105b5;
	margin-bottom:5px;
}
.hig-title flower1 svg{
    width: 23px;
    fill: #2d0105b5;
}
.hig-title flower1 {
    border-right: #2d0105b5;
    height: 38px;
    display: flex;
    width: 40px;
    justify-content: center;
    margin-right: 20px;
    background: #4e4e4e;
}