.forenwanted_show{
     display: flex;
  flex-wrap: wrap;
}

.forenwanted_show > .forenwanted_show_bit{
    width:345px;
    height: auto;
margin:4px;
    padding: 4px;
    box-sizing: border-box;
   
}

.gesucheTitle{
text-align: center;
font-size: 13px;
}

.gesuchName{
font-size: 15px;
	text-align: center;
	color: #0066a2;
	font-weight: bold;
}

.gesuchUntertitel{
text-align: center;
font-size: 13px;
}

.gesuchInfo{
font-size: 12px;
}

.gesuchInfobox{
height: 190px;
	overflow: auto;
	font-size: 12px;
}

.gesuchInfo b{
color: #0072BC;
font-weight: 600;
}

.gesuchErstellt{
font-size: 11px;
}

.gesuchOptionen{
text-align: center;
}

.gesuchOptionen i{
text-align: center;
width: 30px;
}
        
        