/*
 Theme Name:   GeiseltalseeGP-Child
 Theme URI:    https://geiseltalsee.com/
 Description:  A Geiseltalsee child theme based on GP.
 Author:       APP
 Author URI:   https://geiseltalsee.com/
 Template:     generatepress
 Version:      0.1
*/

.woocommerce div.product p.price.price-unit.smaller.wc-gzd-additional-info {
	font-size: 0.9em;
	color: red;
}

.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.page-hero {
    position: relative;
    overflow: hidden;
}

.background-video-content {
    position: relative;
    z-index: 1;
}

video[poster] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}