/* 
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
*/
/*Hauptmanu*/
.eael-advanced-menu-container .eael-advanced-menu.eael-advanced-menu-horizontal li {
	position: relative;
	float: left;
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/*
================================================================
Cookiebanner
================================================================
*/

#uc-main-banner .uc-banner-content {
    margin: 0 auto 60px auto !important;
    max-width: 700px !important;
    border: #fff 1px solid;
}

#uc-main-banner .uc-banner-content {
    margin: 0 auto 30px auto !important;
    max-width: 700px !important;
    border: #fff 1px solid;
}
#uc-main-banner .uc-banner-content div {
    width: 100% !important;
}
.uc-full-optin-description span {
    text-align: center !important;
    font-size: 14px !important;
}

#uc-banner-text #uc-full-optin-description {
    display: block !important;
    text-align: center !important;
}

.uc-powered-by-footer {
    /*display: none !important;*/
    text-align: center;
    margin-top: 15px !important;
}

#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-deny-banner {
  background-color: #fff !important;
  border-width: 0 !important;
}
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-accept-banner {
  background-color: #fff !important;
  color: #333 !important;
  border-width: 0 !important;
}
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-more-info-banner {
  background-color:  #fff !important;
  border-width: 0 !important;
}
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-deny-banner:hover,
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-accept-banner:hover,
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-more-info-banner:hover {
    background: #91C86B !important;
    color: #FFFFFF !important;
}

#uc-btn-accept-banner {
}
.usercentrics-button #uc-banner-modal .uc-banner-wrapper, .usercentrics-button #uc-central-banner-modal, .usercentrics-button #uc-banner-modal #uc-main-banner {
    position: fixed !important;
    z-index: 9999990;
    height: 100%;
    background-color: rgb(51, 51, 51);
    background-color: rgba(0, 0, 0, 0.5);
}

