
.videothek-thumb {
    position: relative;
    cursor: pointer;
}

.videothek-thumb img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    color: white;
    background: rgba(0,0,0,0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Lightbox */
.videothek-lightbox {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.8);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
}

.videothek-lightbox.active {
    display:flex;
}

.videothek-lightbox-inner {
    width: 80%;
    position:relative;
    max-width: 900px;
    height: 80%
}

.videothek-lightbox video {
    width: 100%;
    height: 100%;
    background-color: #000;
}

.videothek-lightbox .close {
    position:absolute;
    top:20px;
    right:30px;
    font-size:40px;
    color:white;
    cursor:pointer;
}
.nectar-post-grid .meta-category .style-button {
    background-color: #7c086f;
    color:#fff;
        font-size: 14px !important;
    line-height: 18px;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
        padding: 0.5em 1em;
    line-height: 1 !important;
}
.videothek-archive .nectar-post-grid-item-bg {
	width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    text-align: center;
    background-color:#000;
    margin-bottom:30px;
    align-content: center;
}
.archive.tag.videothek-archive .nectar-archive-blog-wrap .nectar-post-grid-item .nectar-el-parallax-scroll .nectar-post-grid-item-bg-wrap-inner {
	width: 100%;
    max-width: 500px;
    aspect-ratio: 1;
    margin-bottom: 30px;
}
.videothek-archive .nectar-post-grid-item-bg::after {
    content:'';
    background-image:url('/wp-content/plugins/videothek/assets/playbutton.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 60px;
    height: 60px;
}
body.archive.tag.videothek-archive .nectar-post-grid .Instagram .nectar-post-grid-item-bg img {
       margin-bottom: 0px !important;
       height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
body.videothek-archive .container-wrap .vc_row-fluid[data-column-margin="none"] > .span_12, html body .vc_row-fluid[data-column-margin="none"] > .span_12 {
	    margin-left: auto;
    margin-right: auto;
}
body.archive.tag.videothek-archive .nectar-post-grid .LinkedIn .nectar-post-grid-item-bg img {
       margin-bottom: 0px !important;
    width: 100%;
    height: auto;
}
.archive.tag.videothek-archive .nectar-post-grid-wrap:not([data-style=content_overlaid]) .nectar-post-grid .nectar-post-grid-item .content {
        grid-column: auto;
    grid-row: auto;
}
.archive.tag.videothek-archive .nectar-post-grid-item .nectar-post-grid-item__meta-wrap {
    font-size: 0.8em;}