/*
Theme Name:   Hello Elementor
Description:  Hello Elementor Child Theme
Author:       Nicole Weber
Template:     hello-elementor
*/

/* Disable horizontal scrolling */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* Optional: Ensure containers don't exceed viewport width */
.container, 
.elementor-section, 
.elementor-container, 
.site-content {
    max-width: 100vw !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* DEBUT RESET 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Courier Prime', monospace; /* Added here for consistency */
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Fin RESET */

/* Style CTA */
.CTA {
    color: #e4a39d !important;
    font-weight: 400 !important;
    font-size: 1.2rem !important;
    font-family: 'Courier Prime', monospace; /* Updated to monospace */
}

.CTA:hover {
    color: #E4A39D !important;
}

#impressum a, #AGB a {
    color: #e4a39d !important;
}

#Kontakt a, #TherapieF a {
    color: #193341 !important;
    text-decoration: none !important;
}

#mail > div > a {
    color: #C3CDC4 !important;
}

#TherapieF svg:hover {
    fill: #E4A39D !important;
}

#mail > div > a:hover, #impressum a:hover, #AGB a:hover, #Kontakt a:hover {
    color: #E4A39D !important;
}

#menu-footer {
    list-style-type: none !important; 
    font-weight: 400;
    font-family: "Open Sans", sans-serif; /* Kept Open Sans for footer */
    align-self: center;
}

#mail {
    color: #C3CDC4 !important;
}

/* Services section */
#stein {
    max-height: 1300px !important;
}

/* Hide h1 */
.h1.entry-title, .entry-title {
    display: none !important;
}

* {
    overflow-wrap: break-word;
}