
/**
----------------------------------------------------------
VIDEO WRAPPER
----------------------------------------------------------
*/

a.video-preview-image {
    display:block;
    position: relative;
}

a.video-preview-image span {
    background-image: url('../images/button-play.png');
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    z-index: 100;
    width:90px;
    height: 97px;
    margin: -42px 0 0 -42px;
}

a.video-preview-image:hover span {
    background-image: url('../images/button-play-hover.png');
}

.ytbWrapper {
    position: relative;
    padding-bottom: 56%; /* video dimensions - width/height */
    padding-top: 0px;
    height: 0;
    z-index: 2;
}

.ytbWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}

.lt-ie8 .ytbWrapper iframe {
    width: 920px;
    height: 517px !important;
}


 .bcoveVideoWrapper {
    width: 100%;
}

.bcoveVideoWrapper .bcoveVideo {
    position: relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    z-index:0;

}

.bcoveVideoWrapper .bcoveVideo div,
.bcoveVideoWrapper .bcoveVideo object {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 0;
}

.bcoveVideoWrapper .bcoveVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1;
}

.lt-ie8 .bcoveVideoWrapper .bcoveVideo iframe {
    width: 920px;
    height: 517px !important;
}



/**
 * VIDEO JS / see zoat_dam -> generateImage -> Video -> brightcove
 */

.videoWrapper {
    position: relative;
    padding-bottom: 56%; /* video dimensions - width/height */
    padding-top: 0px;
    height: 0;
    z-index: 1;
}

video.video-js {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 1;
}

.video-js .vjs-controls {
    z-index: 1002;
}

.video-js .vjs-big-play-button {
    z-index: 1002;
}

.videoWrapper .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    z-index: 2;
}


.videoWrapper .vjs-no-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    overflow-y: hidden;
    z-index: 1;
}

.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 2;
}

.vjs-spinner {
    display: none !important;
}

img.vjs-poster {
    position: absolute !important;
    /*height: 100% !important;
    width: 100% !important;*/
    z-index: 2 !important;
}






img.responsive {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

img.responsive[data-service="cropfit"] {
    position: relative;
    max-height: none;
    max-width: none;
    display: inline-block;
    width: auto;
    height: auto;
}

.lt-ie9 img.responsive {
	width: 100%;
	max-width: none !important;
}

/** centered Images */
.responsive-wrapper.centeredImage {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	background: url('/fileadmin/setup/images/rbx-centerimage-pattern.png') left top repeat;
}

.responsive-wrapper.centeredImage:hover {
	background: url('/fileadmin/setup/images/rbx-centerimage-pattern-over.png') left top repeat;
}

.responsive-wrapper.centeredImage span {
	font-size: 0 !important;
    visibility: visible;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.responsive-wrapper.centeredImage img,
.responsive-wrapper.centeredImage a img {
	display: inline-block;
}

.lt-ie9 .responsive-wrapper.centeredImage img {
	width: auto;
}



#google-map {
    width: 100%;
    height: 450px;
}

@media (max-width: 420px) {
    #google-map {
	    height: 196px;
	}
}

@media (min-width: 421px) and (max-width: 768px) {
    #google-map {
	    height: 350px;
	}
}

.mapIconLabel {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'DINNextRoundedLTProMediumRegular';
}

#google-map-filter {
    width: 100%;
    display: block;
    text-align: center;
}

#google-map-filter .filter-button {
    
}

#google-map-filter .filter-button.active {
    
}





/* Preload images */


body.lb-disable-scrolling {
  overflow: hidden;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox a:focus {
    outline: none;
}

.lightbox .lb-image {
  display: block;
  height: 100%;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox img.responsive.loading {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.lightbox img.responsive[data-service="bestfit"] {
    height: 100%;
}

.lightbox a img {
  border: none;
}

.lb-outer-container {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outer-container:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
  position: relative;
  height: 100%;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('vhs-assets-css-a0ee58b8a66a3fd8081cb2b95516882c.gif') no-repeat;
}


.lb-container > .nav {
  left: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
}

.lb-prev, .lb-next {
    width: 50px;
    top: 50px;
    bottom: 50px;
    cursor: pointer;
    display: block;
}

.lb-nav.lb-prev {
  width: 100px;
  left: 0;
  background: url('vhs-assets-css-58fbcd24c9d248fe451ff1b88cadca1f.png') left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav.lb-next {
  width: 100px;
  right: 0;
  background: url('vhs-assets-css-365e44cf4e76a3af34dedcd32dc9bea2.png') right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav.lb-close-container {
    top: 0;
    right: 0;
}

.lb-close {
  display: block;
  width: 30px;
  height: 30px;
  background: url('vhs-assets-css-259b48cbde9bb4f240f6c89b94f2d51b.png') top right no-repeat;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


.lb-data-container {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-data-container:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
}

.lb-data .lb-details {
}

.lb-data .lb-caption {
}

.lb-data .lb-number {
}

.lb-data .lb-close {
}

.lb-image .bcoveVideoWrapper .bcoveVideo,
.lb-image .ytbWrapper
 {
    z-index: 10000;
}


.gallery ul{margin:0;padding:0;list-style-type:none}.gallery__item{vertical-align:top}.gallery__image--justified{position:relative;transition:all 0.35s ease-out}.gallery__image--justified.loading{opacity:0;transform:scale(0.9)}.gallery__image--justified img.responsive{display:inline-block}


