#angebote {
 width: 100%;
/* border: red 1px solid; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
 
}

#angebot_kopf {
 font-family: Arial, sans-serif;
 float: left;
 font-size: 16px;
/*font-weight:bold; */
 color: #84C225;
 margin: 0px 20px 10px 0px;
 width: 275px;
}

#angebot_li
 {
 width: 300px;
 height: 250px;
 border-right: orange 1px solid;
/*  position:relative; left:100px; */
 font-weight: bold;
 }

#angebot_li_img
{
width: 200px;
position:relative; left:0px; top: 0px;
}  

#angebot_re
 {
 width: 300px;
 height: 250px;
 padding: 10px 10px 10px 52px;
 border-left: orange 1px solid;
 /* position:relative; left:100px; */
 font-weight: bold;
 }
 
#angebot_re_img
{
widht: 200px;
padding: 20px 0px 0px 0px;
position:relative; left:0px; top: 0px;
}  
