

body {
	padding: 0;
	margin: 0;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

.offers_box {
    	height: 100%;
	padding: 10px 10px;
}

.offer {
    width: 100%;
}
.offer__item {                  /********** Höhe der Angebotsbox */ 
	box-sizing: border-box;
	margin-bottom: 5px;
        
        float:left;
        margin-left: 5px;
}


/***** Bis 500px Breite: eine Angebotsbox über volle Bildschirmbreite *********/
@media screen and (min-width: 500px) {

}

/******* Zwischen 500px und 900px Breite: zwei Angebotsboxen nebeneinander ****/


/******* Ab 900px Breite: vier Angebotsboxen nebeneinander ********************/
@media screen and (min-width: 900px) {

}

/******* Zwischen 500px und 900px Breite: zwei Angebotsboxen nebeneinander ****/


.offer__link {
	text-decoration: none;
	display: block;
	height: 100%;
	position: relative;
}

.offer__image {
	background-position: 50% 10%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	width: 210px;
	border-radius: 0px;
}

ul,
li {
	margin: 0;
	padding: 0;
}

li {
        list-style: outside none none;
}


.offer__data {
	bottom: 0;
	position: absolute;
	width: 210px;
	list-style: outside none none;
	font-family: arial, helvetica;
	border-radius: 0 0 0px 0px;
        
}

.offer__name {
	font-weight: bold;
        margin: 3px 0px 1px 5px;
        height: auto;
        min-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: pre-wrap;
        width: 200px;
}

.offer__duration {
        margin: 2px 0px 3px 5px;
}


.offer__price {
	font-size: 16px;
	font-weight: bold;
	float: right;
	margin: 0px;
	padding: 3px;
	background-color: #FF0;
	color: #000;
	border-radius: 1px;
}
