/* ----------------------------------------------------------------------------- *
 *                           Styles Laxman Product page                          *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #002A66 - darkblue
 * #336699 - NT-blue
 * #666666 - grey middle 
 * #d7d5d4 - grey light 
 * #ffffff - white
 * ----------------------------------------------------------------------------- */
 
/* ----------------------------------------------------------------------------- *
 *                                Video-Lightbox                                 *
 * ----------------------------------------------------------------------------- */

.vid_lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.vid_lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .vid_lightbox-container {
    margin-top: 120px;
  }
}
@media screen and (max-width: 414px) {
  .vid_lightbox-container {
    margin-top: 150px;
  }
}
.vid_lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.vid_lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 30px;
  display: block;
  border: none;
  color: white;
  top: -45px;
  right: 1%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#vid_container {
  border-radius: 4px;
  max-width: 800px;
  height: auto;
  background: white;
  margin: 10px auto;
  padding-left: 10px;
  padding-right: 10px;
}

#vid_container img {
  width: 100%;
  height: auto;
  }
 
#vid_play {
  background: #ffffff;
  border: none;
  cursor:pointer;
  padding: 1px 1px;
  display: inline-block;
  margin: 0;
}

