@CHARSET "UTF-8";

/*
	Autor: Sebastian Wiedling
*/

.slidercontainer .carousel-inner img {
  width: 100%;
}

.slidercontainer .container .carousel.slide  {
  -webkit-box-shadow: 0 0 40px -31px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 40px -31px  rgba(0,0,0,0.5);
  box-shadow: 0 0 40px -31px  rgba(0,0,0,0.5);
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .fa-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .fa-chevron-right {
    margin-right: -10px;
    right: 50%;
}


#ufzCarousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: left;
    padding: 10px 20px;
    background: rgba(0,0,0,0.65);
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
    position: absolute;
}
#ufzCarousel .carousel-caption > p > a {
    color: #FFF;
    margin-left: 10px;
}
/*
#ufzCarousel .item.active:hover > .carousel-caption {
  -webkit-animation: pullCaption 500ms 1 alternate ease-out forwards;
  -moz-animation: pullCaption 500ms 1 alternate ease-out forwards;
  animation: pullCaption 500ms 1 alternate ease-out forwards;
}

@keyframes pullCaption {
  0% {
	bottom: -200px;
  }
  100% {
	bottom: 0;
  }
}
*/
#ufzCarousel .item.active > img {
  max-height: 411px;
} 
 
#ufzCarousel .list-group {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 100%;
  background: rgba(223,223,223,1);
  background: -moz-linear-gradient(top,  rgba(223,223,223,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,223,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(223,223,223,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80dfdfdf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#ufzCarousel .list-group-item {
  border-radius: 0px;
  cursor: pointer;
  height: 20.2%; /*83px*/
  padding-top: 0;
}
#ufzCarousel .list-group-item:last-child {
  border-bottom: 1px solid #FFF;
}
#ufzCarousel .list-group .active,
#ufzCarousel .list-group-item:hover {
  background-color: rgba(223, 223, 223, 1);	
  border-color: rgba(223, 223, 223, 1);	
}
#ufzCarousel .list-group-item.active:hover h4 > span {
    text-decoration: underline;
}
#ufzCarousel .list-group-item.active:before {
  right: 100%; 
  top: 50%; 
  border: solid transparent; 
  content: " "; 
  height: 0; 
  width: 0; 
  position: absolute; 
  border-color: transparent; 
  border-width: 15px;
  margin-top: -15px;
}
#ufzCarousel .list-group-item:not(.topic1):not(.topic2):not(.topic3):not(.topic4):not(.topic5):not(.themenbereich1):not(.thematicarea1):not(.themenbereich2):not(.thematicarea2):not(.themenbereich3):not(.thematicarea3):not(.themenbereich4):not(.thematicarea4):not(.themenbereich5):not(.thematicarea5):not(.themenbereich6):not(.thematicarea6).active:before {
  border-right-color: rgba(223, 223, 223, 1);
}
#ufzCarousel .list-group-item.topic1.active:before {
  border-right-color: rgba(147, 177, 49, 1);
}
#ufzCarousel .list-group-item.topic2.active:before {
  border-right-color: rgba(108, 192, 140, 1);
}
#ufzCarousel .list-group-item.topic3.active:before {
  border-right-color: rgba(0, 157, 226, 1);
}
#ufzCarousel .list-group-item.topic4.active:before {
  border-right-color: rgba(229, 96, 10, 1);
}
#ufzCarousel .list-group-item.topic5.active:before {
  border-right-color: rgba(255, 211, 75, 1);
}
#ufzCarousel .list-group-item.themenbereich1.active:before,
#ufzCarousel .list-group-item.thematicarea1.active:before {
    border-right-color: rgba(136, 174, 51, 1);
}
#ufzCarousel .list-group-item.themenbereich2.active:before,
#ufzCarousel .list-group-item.thematicarea2.active:before {
    border-right-color: rgba(68, 170, 221, 1);
}
#ufzCarousel .list-group-item.themenbereich3.active:before,
#ufzCarousel .list-group-item.thematicarea3.active:before {
    border-right-color: rgba(164, 2, 40, 1);
}
#ufzCarousel .list-group-item.themenbereich4.active:before,
#ufzCarousel .list-group-item.thematicarea4.active:before {
    border-right-color: rgba(0, 136, 119, 1);
}
#ufzCarousel .list-group-item.themenbereich5.active:before,
#ufzCarousel .list-group-item.thematicarea5.active:before {
    border-right-color: rgba(230, 174, 19, 1);
}
#ufzCarousel .list-group-item.themenbereich6.active:before,
#ufzCarousel .list-group-item.thematicarea6.active:before {
    border-right-color: rgba(105, 33, 124, 1);
}

#ufzCarousel .list-group-item {
    border-left: 5px solid transparent;
}
#ufzCarousel .list-group-item.topic1.active,
#ufzCarousel .list-group-item.topic1:hover {
  border-left: 5px solid rgba(147, 177, 49, 1);
}
#ufzCarousel .list-group-item.topic2.active,
#ufzCarousel .list-group-item.topic2:hover {
  border-left: 5px solid rgba(108, 192, 140, 1);
}
#ufzCarousel .list-group-item.topic3.active,
#ufzCarousel .list-group-item.topic3:hover {
  border-left: 5px solid rgba(0, 157, 226, 1);
}
#ufzCarousel .list-group-item.topic4.active,
#ufzCarousel .list-group-item.topic4:hover {
  border-left: 5px solid rgba(229, 96, 10, 1);
}
#ufzCarousel .list-group-item.topic5.active,
#ufzCarousel .list-group-item.topic5:hover {
  border-left: 5px solid rgba(255, 211, 75, 1);
}
#ufzCarousel .list-group-item.themenbereich1.active,
#ufzCarousel .list-group-item.themenbereich1:hover,
#ufzCarousel .list-group-item.thematicarea1.active,
#ufzCarousel .list-group-item.thematicarea1:hover{
    border-left: 5px solid rgba(136, 174, 51, 1);
}
#ufzCarousel .list-group-item.themenbereich2.active,
#ufzCarousel .list-group-item.themenbereich2:hover,
#ufzCarousel .list-group-item.thematicarea2.active,
#ufzCarousel .list-group-item.thematicarea2:hover{
    border-left: 5px solid rgba(68, 170, 221, 1);
}
#ufzCarousel .list-group-item.themenbereich3.active,
#ufzCarousel .list-group-item.themenbereich3:hover,
#ufzCarousel .list-group-item.thematicarea3.active,
#ufzCarousel .list-group-item.thematicarea3:hover{
    border-left: 5px solid rgba(164, 2, 40, 1);
}
#ufzCarousel .list-group-item.themenbereich4.active,
#ufzCarousel .list-group-item.themenbereich4:hover,
#ufzCarousel .list-group-item.thematicarea4.active,
#ufzCarousel .list-group-item.thematicarea4:hover{
    border-left: 5px solid rgba(0, 136, 119, 1);
}
#ufzCarousel .list-group-item.themenbereich5.active,
#ufzCarousel .list-group-item.themenbereich5:hover,
#ufzCarousel .list-group-item.thematicarea5.active,
#ufzCarousel .list-group-item.thematicarea5:hover{
    border-left: 5px solid rgba(230, 174, 19, 1);
}
#ufzCarousel .list-group-item.themenbereich6.active,
#ufzCarousel .list-group-item.themenbereich6:hover,
#ufzCarousel .list-group-item.thematicarea6.active,
#ufzCarousel .list-group-item.thematicarea6:hover{
    border-left: 5px solid rgba(105, 33, 124, 1);
}

#ufzCarousel .list-group-item > h4 > .category {
  font-size: 0.7em;
  padding-bottom: 3px;
}
#ufzCarousel .list-group-item:not(.topic1):not(.topic2):not(.topic3):not(.topic4):not(.topic5) > h4 > .category {
  color: rgba(141, 141, 141, 1);
}
#ufzCarousel .list-group-item.topic1 > h4 > .category {
  color: rgba(147, 177, 49, 1);
}
#ufzCarousel .list-group-item.topic2 > h4 > .category {
  color: rgba(108, 192, 140, 1);
}
#ufzCarousel .list-group-item.topic3 > h4 > .category {
  color: rgba(0, 157, 226, 1);
}
#ufzCarousel .list-group-item.topic4 > h4 > .category {
  color: rgba(229, 96, 10, 1);
}
#ufzCarousel .list-group-item.topic5 > h4 > .category {
  color: rgba(255, 211, 75, 1);
}
#ufzCarousel .list-group-item.themenbereich1 > h4 > .category,
#ufzCarousel .list-group-item.thematicarea1 > h4 > .category {
    color: rgba(136, 174, 51, 1);
}
#ufzCarousel .list-group-item.themenbereich1 > h4 > .category,
#ufzCarousel .list-group-item.thematicarea1 > h4 > .category {
    color: rgba(68, 170, 221, 1);
}
#ufzCarousel .list-group-item.themenbereich1 > h4 > .category,
#ufzCarousel .list-group-item.thematicarea1 > h4 > .category {
    color: rgba(164, 2, 40, 1);
}
#ufzCarousel .list-group-item.themenbereich1 > h4 > .category,
#ufzCarousel .list-group-item.thematicarea1 > h4 > .category {
    color: rgba(0, 136, 119, 1);
}
#ufzCarousel .list-group-item.themenbereich1 > h4 > .category,
#ufzCarousel .list-group-item.thematicarea1 > h4 > .category {
    color: rgba(230, 174, 19, 1);
}
#ufzCarousel .list-group-item.themenbereich1 > h4 > .category,
#ufzCarousel .list-group-item.thematicarea1 > h4 > .category {
    color: rgba(105, 33, 124, 1);
}
#ufzCarousel .list-group-item > .active h4 > .category:not(.topic1):not(.topic2):not(.topic3):not(.topic4):not(.topic5) {
  color: rgba(0,88,156, 1);
}

.carousel-caption > h4 > a {
  color: rgba(255,255,255, 1); /*156,212,255*/
}
 
@media (min-width: 992px) {
  #ufzCarousel {
    padding-right:33.3333%;
  }
  #ufzCarousel .carousel-controls {
    display:none;
  }
  .carousel-caption {
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .carousel-caption p, #ufzCarousel .list-group {
    display:none;
  }
}
@media (max-width: 423px) {
  #ufzCarousel .carousel-caption {
    padding: 0px 20px;
  }
  #ufzCarousel .carousel-caption h4 {
    font-size: 1em;
  }
}
@media (min-width: 992px) AND (max-width: 1199px) {
  #ufzCarousel li.list-group-item {
    height: 25.2%;
	padding: 0 15px;
  }
  #ufzCarousel li.list-group-item:nth-child(5)  {
    display: none;
  }
  #ufzCarousel li.list-group-item > h4 {
    font-size: 16px;
  }
}