/*
Theme Name:         Parpan Paulin
Theme URI:          https://parpan-ag.ch
Description:        WordPress-Theme für Parpan Paulin AG
Version:            1.0
Author:             Kevin Walker (CLUS AG)
Author URI:         https://clus.ch
*/

.top-rectangle {
    z-index: 2;
}

.logo {
    z-index: 3;
}

.header-menu {
    z-index: 4;
}

.element-videomodul .video-container {
    width: 100%;
    padding-bottom: 56.4178%;
    position: relative;
}

.element-videomodul .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 8px;
    display: block;
    left: 0;
    top: 0;
}

.element-videomodul .video-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: block;
    left: 0;
    top: 0;
}