

#beispiel-32 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}
#beispiel-32 div {
    -ms-flex: 1 1 auto;
    flex-grow: 1;
	
}


.flexbox div {
    
    padding: 10px 50px 10px 50px;
	
}
.box-01 {
    max-width: 260px;
	height: auto;
	
}
.box-02 {
     max-width: 260px;
	height: auto;
	
}
.box-03 {
    max-width: 260px;
	height: auto;

}
.box-04 {
     max-width: 260px;
	height: auto;
	
}
.box-05 {
     max-width: 260px;
	height: auto;

}
.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
	justify-content: center
}