/**
 * jQuery Coda-Slider-Effect - http://jqueryfordesigners.com/coda-slider-effect/
 * Copyright (c) 2009 Niall Doherty
 *
 * 1.2.0        2018-02-21  Nils Heldt
 *              - Vornehmen von Anpassungen fuer CSS-Rebrush
 * 1.1.0        2018-02-15  Nils Heldt
 *              - diverse Rebrush-Fixes
 * 1.0.0        2017-12-21  Nils Heldt
 *              - Einfuehren der Versionierung
 *              - Vornehmen von Anpassungen fuer CSS-Rebrush
 *
 * @package     Drupal-bpb
 * @subpackage  Frontend
 * @author      Nils Heldt
 */


#slider {
  width: 100%;
  position: relative;
}

#navigation_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 32px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  z-index: 1;
}

.scroll {
  height: 275px;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  overflow:hidden;
}

.startpage-teaser .scroll {
  height: 100%;
}

.scrollContainer div.panel {
  height: 275px;
  width: 620px; /* change to 560px if not using JS to remove rh.scroll */
}

.startpage-teaser .scrollContainer div.panel {
  height: 434px;
  width: 980px;
}

.scrollButtons {
  position: absolute;
  top: 130px;
  cursor: pointer;
}

.startpage-teaser .scrollButtons {
  position: absolute;
  top: unset;
  bottom: 10px;
  cursor: pointer;
  z-index: 1;
  opacity: 0.7;
}

.scrollButtons.left {
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.startpage-teaser .scrollButtons.left {
  left: 20px;
}

.scrollButtons.right {
  right: 15px;
}

.startpage-teaser .scrollButtons.right {
  right: 20px;
}

.scrollButtons:hover {
  opacity: 1;
}

/*
    Webriegel
*/

#sliderWebRiegel {
  width: 620px;
  position: relative;
}

.scrollWebRiegel {
  height: 110px;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  overflow:hidden;
}

.scrollWebRiegel {
  height: 110px;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  overflow:hidden;
}

.scrollContainerWebRiegel div.panel {
  height: 110px;
  width: 620px; /* change to 560px if not using JS to remove rh.scroll */
}


/* GLAMUS BEGIN */

.scrollButtonsWebRiegel {
    position: absolute;
    cursor: pointer;
    opacity: 0.5;
    top: calc(50% - 9px);
    width: 11px;
}

.scrollButtonsWebRiegel:hover {
    opacity: 1;
}

.scrollButtonsWebRiegel.left {
  left: 15px;
  transform: rotate(180deg);
}

.scrollButtonsWebRiegel.right {
  right: 15px;
}

.scrollContainer div.panel > img {
    width: 100%;
    height: auto;
}

.scrollWebRiegel {
    /*min-height: 142px;
    height: auto;*/
    height: 158px;
}

.scrollContainerWebRiegel div.panel {
    /*min-height: 142px;
    height: auto;*/
    height: 158px;
}

.teaser-webriegel img {
    margin-right: 0;
    float: left;
}

.teaser-webriegel .teaser-text {
    margin-left: 150px;
}

.scrollWebRiegel span.mediaicon {
    right: auto;
    top: 25px;
    left: 141px;
}

.teaser-webriegel .teaser-buttons {
    margin-left: 150px;
}









/* GLAMUS END */