#ce_ds_angebote {
	margin: 50px 0 0;
	position: relative;
}

/*** RUBRIKEN ***/
#ce_ds_angebote_rubrik {
	width: 80%;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
#ce_ds_angebote_rubrik figure {
	width: 20%;
	float: left;
	display: block;
	text-align: center;
}
#ce_ds_angebote_rubrik figure .ce_ds_angebote_icon {
	width: 126px;
	height: 126px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#ce_ds_angebote_rubrik figure .ce_ds_angebote_icon img {
	margin: 0 auto;
	position: absolute;
	top: 0;
	display: block;
	cursor: pointer;
}
#ce_ds_angebote_rubrik figure .ce_ds_angebote_icon.active img {
	top: -126px;
}
#ce_ds_angebote_rubrik figure figcaption {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}


/*** PFEIL ***/
#ce_ds_angebote_anzeige {
	width: 80%;
	height: 60px;
	margin: 0 auto;
	position: relative;
	display: none;
	clear: both;
}
#ce_ds_angebote_anzeige.active {
	display: block;
}
#ce_ds_angebote_pfeil {
    width: 20%;
    height: 60.1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: left 0.4s ease 0.1s;
       -moz-transition: left 0.4s ease 0.1s;
        -ms-transition: left 0.4s ease 0.1s;
         -o-transition: left 0.4s ease 0.1s;
            transition: left 0.4s ease 0.1s;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}


/*** DETAILS ***/
#ce_ds_angebote_details {
	padding: 0 0 50px;
	position: relative;
	clear: both;
}
.ce_ds_angebote_container {
	width: 80%;
	min-height: 250px;
	padding: 30px 10% 100px;
	display: none;
	background-color: rgba(255, 255, 255, 0.5);
	color: #4C3E2C;
}
.ce_ds_angebote_container.active {
	display: block;
}
.ce_ds_angebote_container figure {
	margin: 0 50px 0 0;
}
.ce_ds_angebote_container figure img {
	border: 20px solid rgba(139, 165, 31, 0.5);
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}



@media screen and (max-width: 1024px) {
	#ce_ds_angebote .toggler {
		padding: 20px 0;
		clear: both;
	}
	#ce_ds_angebote .toggler.last {
		padding: 20px 0 200px;
	}
	#ce_ds_angebote .toggler.last.active {
		padding: 20px 0;
	}
	#ce_ds_angebote .toggler figure {
		width: 250px;
		height: 126px;
		margin: 0 auto;
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	#ce_ds_angebote .toggler figure img {
		margin: 0 auto;
		position: absolute;
		top: 0;
		left: 62px;
		display: block;
		cursor: pointer;
	}
	#ce_ds_angebote .toggler.active figure img {
		top: -126px;
	}
	#ce_ds_angebote .toggler figcaption {
		margin: 20px 0 0;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
	}

	#ce_ds_angebote .toggler.active, 
	#ce_ds_angebote .accordion {
		background-color: rgba(139, 165, 31, 0.5);
	}

	#ce_ds_angebote .accordion {
		width: 80%;
		padding: 20px 10%;
		text-align: center;
	}
	#ce_ds_angebote .accordion .ce_ds_angebote_image.float_left {
		float: none;
	}
	#ce_ds_angebote .accordion figure {
		margin: 0;
	}
	#ce_ds_angebote .accordion figure img {
		border: 20px solid rgba(139, 165, 31, 0.5);
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
	}
	#ce_ds_angebote .accordion.last {
		padding-bottom: 200px;
	}
}
@media screen and (max-width: 712px) {
	
}
@media screen and (max-width: 501px) {
	
}
