/*
Theme Name:   Impeka Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      1.5.5
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/

/* background-attachment iOS fix */
html::before {
    content: ' ';
    display: block;
    background-image: url('https://marinanefflen.de/wp-content/uploads/2023/08/Marina-Nefflen-Ayurveda-01.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh; width: 100vw;
    top: 0; bottom: 0; left: 0; right: 0;
    position: fixed;
    z-index: -10;
}
