/* 
Theme Name: Energieberatung Wendl
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
*/


h1.entry-title {
	display:none;
}

.experten .elementor-testimonial__image img {
    height: auto!important;
}

h3.uael-post__title {
    min-height: 60px;
}

.singlepostgrid h3.uael-post__title {
    min-height: 80px;
}



/* Side Menu */

.side-menu {
    transform: translateX(235px);
    transition: transform 0.3s;
}

.side-menu:hover {
    transform: translateX(0px);
}

.side-menu i {
    margin-right: 20px;
}

.side-menu li:nth-child(1) a {
    background-color: rgba(255 255 255 / 0);
}

.side-menu li:nth-child(2) a {
    background-color: rgba(255 255 255 / 0.1);
}

.side-menu li:nth-child(3) a {
    background-color: rgba(255 255 255 / 0.2);
}

.side-menu li:nth-child(4) a {
    background-color: rgba(255 255 255 / 0.3);
}

.side-menu li:nth-child(5) a {
    background-color: rgba(255 255 255 / 0.4);
}

.side-menu li:nth-child(6) a {
    background-color: rgba(255 255 255 / 0.5);
}

.side-menu li:nth-child(7) a {
    background-color: rgba(255 255 255 / 0.6);
}

.side-menu li:nth-child(8) a {
    background-color: rgba(255 255 255 / 0.7);
}

.side-menu li:nth-child(9) a {
    background-color: rgba(255 255 255 / 0.8);
}

.side-menu li:nth-child(10) a {
    background-color: rgba(255 255 255 / 0.9);
}

.side-menu li a:hover {
    background-color: #fe5a0f;
}

.leistungenteaser a.uael-post__read-more.elementor-button {
    position: absolute;
    bottom: 10px;
    left: 50%;
	transform: translatex(-50%);
	width:90%;
}

.leistungenteaser .uael-post-wrapper {
    position: relative;
}

h3#CookieBoxTextHeadline {
    font-size: 20px;
}