/*
Theme Name: cobblestone
Theme URI: http://www.cobblestone.de
Template: formota
Author: cobblestone
Author URI: http://www.cobblestone.de
Version: 1.7.8.1733169101
Updated: 2024-12-02 20:51:41
*/

/* Individuelle Video Popup Anpassungen */
.video-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    background-color: #000;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

#videoPopupIframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-popup-close {
    position: absolute;
    top: 10px; 
    right: 10px; 
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    border-radius: 0;
    cursor: pointer;
    transition: background-color 0.2s ease;
    z-index: 10001;
}

.video-popup-close:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Video Thumbnail mit Hover-Video und Overlay */
.video-item .video-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

.video-item .video-thumbnail,
.video-item .thumbnail-image,
.video-item .video-thumbnail-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.video-item .video-thumbnail-video {
    opacity: 0;
    transition: opacity .3s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.video-item .video-image:hover .video-thumbnail-video {
    opacity: 1;
}

.video-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 3;
}

.video-item .video-image:hover .overlay {
    opacity: 1;
}

.video-item .film-name {
    color: white;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

/* Individuelle Menü-Anpassungen */
header.haru-main-header .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu > li > a:before {
    height: 0px !important;
}

.header-2 .haru-header-nav-wrap .header-nav-above .header-center .header-navigation .menu-wrap .haru-main-menu  li  a {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
}

header.haru-main-header .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu > li:hover > a {
    color:#000000;
}

header.haru-main-header.header-sticky.sticky.sticky_dark .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu > li.current-menu-item > a {
    color: #ff0000;
}

header.haru-main-header.header-sticky.sticky.sticky_light .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu > li > a:hover {
    color: #000000;
}

body.single-haru_director .haru-main-menu li a[href*="/directors"] {
    color: #ff0000 !important;
    font-weight: bold;
}

header.haru-main-header.header-sticky.sticky.sticky_light .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu > li.current-menu-item > a {
    color: #ff0000;
}

header.haru-main-header .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu li.current-menu-item > a {
    color:  #ff0000;
}

header.haru-main-header.headroom--pinned:not(.headroom--top).sticky_dark,
header.haru-main-header.header-sticky.sticky.sticky_dark .haru-header-nav-wrap {
    background-color: #121212;
}

header.haru-main-header .haru-header-nav-wrap .header-navigation .menu-wrap .haru-main-menu li a.active {
    color: #ff0000;
}

.video-category a,
.video-title a {
  pointer-events: none;
}

.video-popup .popup-content .popup-header .popup-header-info .popup-video-category a,
.video-popup .popup-content .popup-header .popup-header-info .popup-title {
    display: none !important;
}

/* VIDEO THUMBNAIL (16:9 mit Hover-Video) */
.video-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
    cursor: pointer;
}

.video-thumbnail,
.thumbnail-image,
.video-thumbnail-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
}

.video-thumbnail-video {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.video-image:hover .video-thumbnail-video {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
}

.video-image:hover .overlay {
    opacity: 1;
}

.film-name {
    color: white;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

/* Video-Filter: kein Underline, Hover grau, Active rot */
.video-shortcode-wrapper.grid .video-content .video-filter.style_1 a,
.video-shortcode-wrapper.masonry .video-content .video-filter.style_1 a {
  text-decoration: none !important;
  /* übernimmt das Basis-Styling aus der Original-Datei e.css](file-service://file-5KpyBXLuZCfZ54NvykYcUn) */
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_1 a:hover,
.video-shortcode-wrapper.masonry .video-content .video-filter.style_1 a:hover {
  text-decoration: none !important;
  color: #757575 !important;
  /* genau das Grau der Director-Kategorie links e.css](file-service://file-5KpyBXLuZCfZ54NvykYcUn) */
}

.video-shortcode-wrapper.grid .video-content .video-filter.style_1 a.selected,
.video-shortcode-wrapper.masonry .video-content .video-filter.style_1 a.selected {
  text-decoration: none !important;
  color: #D62828 !important;
  /* hier Rot für den aktiven Filter (ersetzt das default #333) e.css](file-service://file-5KpyBXLuZCfZ54NvykYcUn) */
}

