/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Goldene Schriftfarbe  */

.golden, .golden h1, .golden h2, .golden h3, .golden h4, .golden h5, .golden p {
    background: #773D00;
    background: linear-gradient(90deg, #9F6E4E 0%, #DEB183 20%, #C1906D 40%, #EABE8E 60%, #AE7E5C 70%, #9D6B4C 850%, #AA7958 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    font-style: normal;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


/* Goldener Button  */
.cta .elementor-button {
    background: #773D00;
    background: linear-gradient(90deg, #9F6E4E 0%, #DEB183 20%, #C1906D 40%, #EABE8E 60%, #AE7E5C 70%, #9D6B4C 850%, #AA7958 100%);
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cta .elementor-button:hover {
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}