/* 
Theme Name: Hello Sona
Theme URI: https://github.com/elementor/hello-theme-child/
Author: Oliver Schwarz, helloblack GmbH
Author URI: https://helloblack.digital
Description: Ein Child-Theme für Sona
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

body,
#content,
.page-content {
    overflow-x: hidden;
}

/* anchor offet */
:target:before {
    content: "";
    display: block;
    height: 60px;
    margin-top: -60px;
}