/* video wall */

.video_wrapper {
    background-image: url( 'bg_image.jpg' );
    background-size: cover;
    position: relative;
    height: 400px;
    width: 100%;
}
/* Hintergrund Bild

.video_wrapper .video_trigger:before {
    content: '\f04b';
    font-family: 'FontAwesome';
    position: absolute;
    z-index: -1;
    font-size: 120px;
    color: rgba( 255, 255, 255, .2 );
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    top: -webkit-calc( 50% - 60px );
    top: calc( 50% - 60px );
    left: -webkit-calc( 50% - 60px );
    left: calc( 50% - 60px );
    display: none;
}
*/
.video_wrapper .video_trigger {
      
   /* height: -webkit-calc( 100% - 260px );
    height: -moz-calc( 100% - 260px );
    height: -o-calc( 100% - 260px );
    height: calc( 100% - 200px );
    
    width: -webkit-calc( 100% - 60px );
    width: -moz-calc( 100% - 60px );
    width: -o-calc( 100% - 60px );
    width: calc( 100% - 60px ); */
    
    position: relative;
    z-index: 9;
    background-color: rgba( 0, 0, 0, .6 );
    color: #fff;
    margin: auto;
}
.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}
.video_wrapper .video_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}

/* modal box */
  
  .box {
    padding: 35px;
    background-clip: padding-box;
    text-align: center;
  }
  
  .button {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
  }
  .button:hover {
    background: #06D85F;
  }
  
  .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  }
  
  .popup {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 70%;
    position: relative;
    transition: all 5s ease-in-out;
  }
  
  .popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
  }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
  }

  .popup .ablehnen {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
  }


  .popup .content {

  }
  
  @media screen and (max-width: 960px){
    .box{
      width: 100%;
    }
    .popup{
      width: 100%;
      padding: 0;
    }

    .popup .content {
      padding: 0px;
      width: 100%;
    }
  }

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

    .overlay {
      padding: 0;
      margin: 0;
    }

      .video_wrapper {
        padding: 0;
        margin: 0;
        width: 100%;
      }

      .popup {
        width: 100%;
      }

  }


  }

}
