/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles below. */

html {
    overflow-x: hidden !important;
}
strong, b {
    font-weight: 700 !important;
}

/* @media (max-width: 500px) {
    h1, .h1 h1, .h1 h2, .h1 h3 {
        font-size: calc(1.5rem + 2vw) !important;
    }
} 
*/

.wp-caption-text {
    font-size:12px !important;
}
.elementor hr {
    margin: auto !important;
    width: calc(100% - 160px);
    left: 80px;
}

.unterstreichen {
    background: var(--e-global-color-primary);
    padding: 0 .25em !important;
    width: fit-content;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    }

.widget-image-caption {
    margin-right: 10px !important;
}
.current-menu-item a{
    font-weight: 700 !important;

}

.current-menu-item a::after{
    height: 3px !important;
}

.kunstschaffende-img img{
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
}

.vergangene-kuenstler img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    
}