.video_wrapper {
    background-image: url( 'https://www.schreinerei-schmid-unlingen.de/daten/basic/rundr_yt_thumb_neutral.jpg' );
    background-size: cover;
    position: relative; padding-bottom: 100%; height: 0; overflow: hidden;
}
.video_wrapper .video_trigger:before {
       text-align: center;
    top: -webkit-calc( 50% - 60px );
    top: calc( 50% - 60px );
    left: -webkit-calc( 50% - 60px );
    left: calc( 50% - 60px );
}
.video_wrapper .video_trigger {
 
    
    height: -webkit-calc( 100% - 50% );
    height: -moz-calc( 100% - 50% );
    height: -o-calc( 100% - 50% );
    height: calc( 100% - 50% );
    
    width: 80%;
    

    margin-left: 10%;
    margin-right: auto;

    
    position: absolute;
    bottom: 0;
    z-index: 9;
 
    color: #000;
}
.video_trigger {text-align: center;}

.video_trigger p {font-size: 16px; line-height: 22px !important;}

.video_wrapper .video_layer {
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}

.video_wrapper {
    margin-top:40px !important;
    margin-bottom:40px !important;
}


.video_layer iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.fs-16 {font-size: 11px !important; line-height:13px !important;}

.mgb-0 {margin-bottom: 0px;}

.mgb-10 {margin-bottom: 10px;}


.btn, .btn:hover {
  border: 0;
  padding: 8px 18px;
  margin-bottom: 3px;
  border: rgba(255,255,255,0) 1px solid;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}


a.dsgvo {
  text-decoration: none !important;
  color: #FFF;
}