
}
/* Beginn Teaser Karussell */
.carousel_wrapper{
    height: 362px;
    width: 600px;
    overflow: hidden;
    position: relative;
    margin-top: 0px;
    margin-bottom: 30px;
}
.carousel{
    width: 600px;
    overflow: hidden;
    display: block;
    z-index: 5;
    position: absolute;
    margin: 0;
    bottom: 0;
    padding-left: 0px !important;
    height: 47px;
    background-color: #d72c25;
}
.carousel li{
    display: table-cell;
    text-align:center;
    border-right: 1px solid #FFF;
    border-left: 1px solid #FFF;
    line-height: 1;
    height: 47px;
}
.fontface .carousel li{
    line-height: 21px;
}
.carousel li#item_0{
    width: 255px;
}
.carousel li#item_1{
    width: 190px;
}
.carousel li#item_2{
    width: 280px;
}
.carousel li a{
    color: #FFF !important;
    text-transform:uppercase;
    display: block;
    padding:13px 10px 13px 10px;
}
.main_article .carousel li a:focus{
    color: #FFF !important;
    text-decoration: underline;
}
.carousel li.first{
    border-left: 0;
}
.carousel li.last{
    border-right: 0;
}
.carousel li.active{
    background-color:#6f7071;
}
#carousel_images{
    position: absolute;
    width: 600px;
    height: 362px;
    top: 0;
}
#carousel_images .carousel_image_div{
    position: absolute;
    top: 0;
    display: none;
}
#carousel_images div.active{
    display: block;
}
.carousel_image_data{
    width:303px;
    height:116px;
    display:block;
    position: absolute;
    top: 180px;
    left: 10px;
}
.carousel_image_data a{
    text-decoration: none;
    color: #444444;
    width: 303px;
    height: 116px;
    display: block;
    position: absolute;
}
#carousel_pause_icon{
    display: none;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 15;
}
#carousel_images h1{
    font-size: 18px;
    width: 245px;
    padding: 15px 0 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    line-height: 1;
}
.fontface #carousel_images h1{
    line-height: 1.231;
}
#carousel_images h2{
    font-size: 14px;
    width: 282px;
    padding-left: 10px;
    border:0;
    position: relative;
    z-index: 5;
    padding-right: 10px;
    color: #545454 !important;
    margin-top: 8px !important;
    line-height: 1.1;
}
.fontface #carousel_images h2{
    line-height: 1.231;
}
.carousel_image_source{
    position: absolute;
    bottom: 2px;
    font-size: 9px;
    color: #444;
    left: 10px;
    padding-right: 10px;
}

/* Ende Teaser Karussell */

#carousel {
  position: relative;
  width: 100%;
  height: 362px;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  color: #545454;
}

#carousel[data-layout=small] {
  height: 498px;
}

.carousel-entry {
  position: absolute;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  overflow: hidden;
  z-index: 200;
}

.carousel-hidden {
  opacity: 0;
  z-index: 50;
  pointer-events: none;
}

[data-layout=small] .carousel-entry {
  height: -webkit-calc(100% - 166px);
  height: calc(100% - 166px);
}

.carousel-info {
  width: 300px;
  max-width: -webkit-calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-right: 30px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* height: 120px; */
  background-image: url(/sixcms/media.php/25/gallery_white_box.png);
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  text-align: left;
  border: none;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  color: #545454;
  background-color: transparent !important;
}

.carousel-info:hover, .carousel-info:focus, 
.carousel-pause:hover, .carousel-pause:focus,
.carousel-control-title:hover {
  outline: #ab2600 solid 0.125rem;
}

.carousel-control-title:focus {
  outline: #d72c25 solid 0.125rem;
}

.carousel-title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0 0 10px;
}

.carousel-description {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
}

#carousel-control {
  position: absolute;
  bottom: 0;
  /* top: 100%; */
  width: 100%;
  height: 40px;
  /* background-color: #00FFFF; */
  white-space: nowrap;
  z-index: 999;
}

[data-layout=small] #carousel-control {
  white-space: normal;
  height: auto;
}

.carousel-control-title {
  min-height: 40px;
  height: auto;
  background-color: #d72c25;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  line-height: 15px;
  width: calc(25% - 2px);
  margin-right: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* border-right: 2px solid #fff;*/
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 12px;
  cursor: pointer;
  /* @source: https://css-tricks.com/fighting-the-space-between-inline-block-elements/ */
  /* margin-right: -4px; */
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;

  border: none;
}

[data-layout=small] .carousel-control-title {
  width: 100%;
  white-space: normal;
  border: none;
  margin-top: 2px;
  display: block;
}

.carousel-control-title.selected {
  background-color: #444;
}

.carousel-control-title:last-child {
  /* border-right: none; */
  margin-right: 0;
  width: 25%;
}

.carousel-pause {
  z-index: 250;
  background-image: url(/sixcms/media.php/25/gallery_pause.png);
  position: absolute;
  width: 37px;
  height: 31px;
  top: 10px;
  cursor: pointer;
  left: 10px;
  background-color: transparent !important;
  border: none;
}

.carousel-pause.playing {
  background-image: url(/sixcms/media.php/25/gallery_play.png);
}