*:focus {
  outline: none; /* Chrome fix */
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 38%;
  height: 90px;
  width:  62px;
  color: transparent;
  border: 0;
  z-index: 400;
  background-color: transparent !important;
}
.slick-prev {
  background-image: url(slide_left.png);
  left: 15px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out, all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out, all 0.2s ease-in;
	-o-transition: all 0.2s ease-out, all 0.2s ease-in;
	transition: all 0.2s ease-out, all 0.2s ease-in;
  background-color: transparent !important;
}
.slick-next {
  background-image: url(slide_right.png);
  right: 15px;
  opacity: 0.5;
    -webkit-transition: all 0.2s ease-out, all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out, all 0.2s ease-in;
	-o-transition: all 0.2s ease-out, all 0.2s ease-in;
	transition: all 0.2s ease-out, all 0.2s ease-in;
	background-color: transparent !important;
}

	.slick-prev:hover {
	  opacity: 1.0;
	}
	.slick-next:hover  {
	  opacity: 1.0;
	}

.slick-dots {
  position: absolute;
  bottom: 14px;
  right: 1px;
  list-style-type: none;
  display: none !important;
}
.slick-dots > li {
  display: inline-block;
  width: 14px;
  height: 14px;
}
.slick-dots > li:not(:last-child) {
  margin-right: 2px;
}
.slick-dots > li > button {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  background-color: rgba(185,185,185,0.9);
  border: none;
    -webkit-transition: all 0.2s ease-out, all 0.2s ease-in;
	-moz-transition: all 0.2s ease-out, all 0.2s ease-in;
	-o-transition: all 0.2s ease-out, all 0.2s ease-in;
	transition: all 0.2s ease-out, all 0.2s ease-in;
}

.slick-dots > li > button:hover,
.slick-dots > li.slick-active > button {
  background-color: rgba(92,92,92,0.9);
}

/* =============================================================================
    Referenzen
   ========================================================================== */

/* Start Slider */

.start-slider {
  position: relative;
  width: 100%;
  z-index: 100;
}

.start-slider .slick-dots {
  right: 50%;
  bottom: 0px;
}
.start-slider .slick-dots > li {
  width: 14px;
  height: 14px;
}
.start-slider .slick-dots > li > button {
  background-color: rgba(255, 255, 255, 0.9);
}
.start-slider .slick-dots > li > button:hover,
.start-slider .slick-dots > li.slick-active > button {
  background-color: rgba(23,118,186,0.8);
}

#ambient-teaser-box {
  position: relative;
  z-index: 200;
}

/* Refer Slider */

.entry-slider {
  position: relative;
  width: 100%;
  min-height: 500px;
  height: auto;
}

.refer-slide {
  width: 100%;
  text-align: center;
}
.refer-slide > img {
  display: inline-block;
  width: 1242px;
}

.entry-slider .slick-dots {
  right: 50%;
  bottom: 0px;
  text-align: center;
  display: none;
}
.entry-slider .slick-dots > li {
  width: 14px;
  height: 14px;
}
.entry-slider .slick-dots > li > button {
  background-color: rgba(255, 255, 255, 0.9);
}
.entry-slider .slick-dots > li > button:hover,
.entry-slider .slick-dots > li.slick-active > button {
  background-color: rgba(23,118,186,0.8);
}

@media screen and (max-width: 980px) {

	.slider img {
		width: 100%;		
		height: auto;
	}
	
	.entry-slider {
	  min-height: inherit;
	}
	
	.entry-slider {
		height: auto;
	}
	
	.slick-dots {
		display: none !important;
	}
}