@media (min-width: 385px) {
	.mod_caroufredsel__ .caroufredsel_pagination {
		visibility: hidden;
}}
@media (min-width: 770px) {
	.mod_caroufredsel__dienst .caroufredsel_pagination{
		visibility: hidden;
}}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_caroufredsel {
  /*margin-bottom: @baseLineHeight*2;*/
  overflow: hidden;
  position: relative;
}
.caroufredsel_wrapper {
  cursor: auto !important;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -30px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_carousel ul li {
  padding: 0 0 0 30px;
  margin: 0;
  display: block;
  float: left;
}
.list_carousel ul li .item_content {
  background: white;
  margin-bottom: 30px;
}
.list_carousel ul li .item_content .item_img {
  margin-bottom: 0;
  position: relative;
}
.list_carousel ul li .item_content .item_img a {
  color: white !important;
}
.list_carousel ul li .item_content .item_img a figcaption {
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #26bf76;
  background: rgba(38, 191, 118, 0.4);
  text-decoration: underline;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.list_carousel ul li .item_content .item_img a figcaption:before {
  content: "";
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 0;
}
.list_carousel ul li .item_content .item_img a:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.list_carousel ul li .item_content .item_published {
  float: right;
  background: #26bf76;
  color: white;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 18px;
}
.list_carousel ul li .item_content .itemInner {
  overflow: hidden;
  padding: 15px 10px 18px 16px;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: 50%;
  display: block;
  height: 20px;
  width: 20px;
  margin: -10px 0 0 0;
  background: #000;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: #fff;
  color: #000;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev {
  left: 0;
}
.caroufredsel_next {
  right: 0;
}
/*Pagination*/
.caroufredsel_pagination {
  margin-bottom: 36px;
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  background: #e0e0e0;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  margin: 0 3px;
  height: 10px;
  padding: 0;
  width: 10px;
}
.caroufredsel_pagination a.selected,
.caroufredsel_pagination a:hover {
  background: #26bf76;
}
