/*
Theme Name: Astra Child
Theme URI: https://sicherheitstechnik-denker.de/
Description: Child theme for Astra, optimized for Schlüsseldienst Düren with SEO and responsive design.
Author: Sicherheitstechnik Denker
Author URI: https://sicherheitstechnik-denker.de/
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/

@import url("../astra/style.css");

/* Custom styles */
.call-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #4db84d;
    color: white;
    padding: 10px 0;
    z-index: 1000;
}
.call-bar a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Verhindere horizontales Overscrollen / Leerraum */
html,
body {
    overflow-x: hidden;
    overscroll-behavior-x: none; /* verhinder „Rubber-Band“-Effekt */
}

/* Stelle sicher, dass der Astra-Wrapper nicht horizontal scrollt */
.site,
.ast-container {
    overflow-x: hidden;
}

/* Notfalls bei allen Scroll-Containern */
* {
    overscroll-behavior-x: none;
}
