<style>
#id_radioslider {
    position: relative;
}

.class_css3slider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  text-align: left;
  position: relative;
  margin-bottom: 22px;
}
.class_css3slider > input {
  display: none;
}
.class_css3slider > input:nth-of-type(6):checked ~ ul li:first-of-type {margin-left: -500%;}
.class_css3slider > input:nth-of-type(5):checked ~ ul li:first-of-type {margin-left: -400%;}
.class_css3slider > input:nth-of-type(4):checked ~ ul li:first-of-type {margin-left: -300%;}
.class_css3slider > input:nth-of-type(3):checked ~ ul li:first-of-type {margin-left: -200%;}
.class_css3slider > input:nth-of-type(2):checked ~ ul li:first-of-type {margin-left: -100%;}
.class_css3slider > input:nth-of-type(1):checked ~ ul li:first-of-type {margin-left: 0%;}

.class_css3slider > ul {
  position: relative;
  width: 100%;
  height: 420px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.class_css3slider > ul > li {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.class_css3slider > ul > li.scrollable {
  overflow-y: scroll;
}
.class_css3slider > .class_navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.class_css3slider > .class_navigation > div {
  margin-left: -100%;
}
.class_css3slider > .class_navigation label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3a3a3a;
}
.class_css3slider > .class_navigation label:hover:after {
  opacity: 1;
}
.class_css3slider > .class_navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
background: #B3071B;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.class_css3slider > .class_button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.class_css3slider.inside .class_navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.class_css3slider.inside .class_navigation label {
  border: 1px solid #7e7e7e;
}
.class_css3slider > input:nth-of-type(1):checked ~ .class_navigation label:nth-of-type(1):after,
.class_css3slider > input:nth-of-type(2):checked ~ .class_navigation label:nth-of-type(2):after,
.class_css3slider > input:nth-of-type(3):checked ~ .class_navigation label:nth-of-type(3):after,
.class_css3slider > input:nth-of-type(4):checked ~ .class_navigation label:nth-of-type(4):after,
.class_css3slider > input:nth-of-type(5):checked ~ .class_navigation label:nth-of-type(5):after,
.class_css3slider > input:nth-of-type(6):checked ~ .class_navigation label:nth-of-type(6):after {
  opacity: 1;
}
.class_css3slider > .class_button {
    height: 26px;
/*    padding: 0 31px;*/
    position: absolute;
z-index: 1;left: -13px;right: -13px;top:35%;

}
.class_css3slider > .class_button label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #B3071B;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.class_css3slider > .class_button label:hover {
  box-shadow: inset 3px -3px 0 2px #B3071B;
  margin: 0 0px;
}

.class_css3slider > .class_button label:before {
    content: "";
    height: 300%;
    left: -100%;
    position: absolute;
    top: -100%;
    width: 300%;
    background-color: rgba(0,0,0,0.06);
}

.class_css3slider.class_infinity > input:first-of-type:checked ~ .class_button label.class_gotolast,
.class_css3slider > input:nth-of-type(1):checked ~ .class_button > label:nth-of-type(0),
.class_css3slider > input:nth-of-type(2):checked ~ .class_button > label:nth-of-type(1),
.class_css3slider > input:nth-of-type(3):checked ~ .class_button > label:nth-of-type(2),
.class_css3slider > input:nth-of-type(4):checked ~ .class_button > label:nth-of-type(3),
.class_css3slider > input:nth-of-type(5):checked ~ .class_button > label:nth-of-type(4),
.class_css3slider > input:nth-of-type(6):checked ~ .class_button > label:nth-of-type(5) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.class_css3slider.class_infinity > input:last-of-type:checked ~ .class_button label.class_gotofirst,
.class_css3slider > input:nth-of-type(1):checked ~ .class_button > label:nth-of-type(2),
.class_css3slider > input:nth-of-type(2):checked ~ .class_button > label:nth-of-type(3),
.class_css3slider > input:nth-of-type(3):checked ~ .class_button > label:nth-of-type(4),
.class_css3slider > input:nth-of-type(4):checked ~ .class_button > label:nth-of-type(5),
.class_css3slider > input:nth-of-type(5):checked ~ .class_button > label:nth-of-type(6),
.class_css3slider > input:nth-of-type(6):checked ~ .class_button > label:nth-of-type(7) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* local */

.angebote_css3schieber {float:left;width:33%;margin-right: 0.50%;} .angebote_css3schieber:last-child {margin-right: 0;}


</style>
