@charset "UTF-8";
/* Slider */


/* Abstand (margin) zwischen Items: hier statisch oder dynamisch in PHP */
/*.slick-slide { margin-left:20px; }
.slick-list { margin-left:-20px; } ACHTUNG: auskommentieren in Darstellung «flexibel» 
*/


/* Hero */

@media only screen and (min-width: 936px) {
    #slickVideoValign { top: 50%; transform: translateY(-50%); }
}    
@media only screen and (max-width: 935px) {
    #slickVideoValign { bottom:0; }
}


/* ff Container */

.sliderItem {
	height: 632px !important; /* 632px, Fullscreen 100vh, nieder 530px » tmplt...php */
	width: 100%;
	overflow: hidden;
	
	position:fixed;
	top:0;
	left: 0;
	z-index:0;
    background-size:cover;
	background-position: center;
    /*
        background-position: center top 0px; BG-Bild optional kopfbündig !!!!!!!!!!! 
        Bild-CSS für folle Viewport-Breite » CMS_Vorlage/Vorlage/vorlage_slider-styles.html
    */
    background-repeat: no-repeat;
}


/* ANFANG ovrt für Karussel (d.h. nicht Slider) */
.slickKarussell {
	width: 100%;
}
.slickKarussell img {
	/*height: 290px; dynamisch in PHP bzw. obsolet bei fixer item-Anzahl */
}

.slickKarussellLegende {
	margin-top: 8px;
	/*font-size: 13px;*/
	line-height: 1.4;
	
	white-space:normal !important;
	word-wrap: break-word !important;
	/*word-break: break-all;*/
	/*word-break: keep-all;*/
}
.slickKarussellLegende h2 {
	margin-top: 18px;
	margin-bottom: 6px;
}
.slickKarussellLegende .btnRund {
	margin-top: 16px;
	margin-bottom: 24px;
}
.slickKarussell .slick-prev:before, .slickKarussell .slick-next:before {
    /*font-family: "lato","slick";*/ /*ff*/
	font-family: 'Montserrat', 'Helvetica Neue', Arial, Helvetica, sans-serif!important;   
	font-weight: 100!important;
	color:#000;
}
.slickKarussell .slick-prev:hover, .slickKarussell .slick-prev:focus, .slickKarussell .slick-next:hover, .slickKarussell .slick-next:focus {
    opacity: 1; 
	color: #909090; 
}
.invers .slickKarussell .slick-prev:before, .invers .slickKarussell .slick-next:before {
    color: #fff;
}
/* ENDE ovrt für Karussel (d.h. nicht Slider) */


.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat; }

/* Icons, z.B. Pfeile */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows. ACHTUNG: ERFORDERLICH IN .reihe:	overflow: visible!important wenn Karussell-Pfeile links und rechts ausserhalb Chart! */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 59%;
	/*top: 129px;*/ /*ff*/
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 10px; /*ff*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; 
	z-index: 9999; /*ff*/
	
/* ---- ff – SLICK BUGFIX FÜR SAFARI: IST OVRT > MUSS NACH SLICK-STYLES STEHEN ----- */
		width: auto; height: auto;
	}

  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
    opacity: 1; 
	color: #ee731b; 
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.0; 
}

.slick-prev:before, .slick-next:before {
    font-family: "lato","slick"; /*ff*/
	/*font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif; */  
	font-weight: 300; /*ff*/
    font-size: 82px; /*ff*/
	  
    line-height: 1;
    color: #909090;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}


/* ovrt für Karussell » tmplt */
.slick-prev {
  left: 5px; } /* ff. ACHTUNG: ERFORDERLICH IN .reihe:	overflow: visible!important wenn Karussell-Pfeile links und rechts ausserhalb Chart! */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 0px; }
  .slick-prev:before {
    content: "‹"; } /* ff ‹› ← → */
    [dir="rtl"] .slick-prev:before {
      content: "›"; } /* ff ‹› ← → */

.slick-next {
  right: 5px; } /* ff. ACHTUNG: ERFORDERLICH IN .reihe:	overflow: visible!important wenn Karussell-Pfeile links und rechts ausserhalb Chart! */
  [dir="rtl"] .slick-next {
    left: 0px;
    right: auto; }
  .slick-next:before {
    content: "›"; } /* ff ‹› ← → */
    [dir="rtl"] .slick-next:before {
      content: "‹"; } /* ff ‹› ← → */


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
