/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.elementor-widget-text-editor ul {
    list-style: none;
    padding-left: 0;
}

.elementor-widget-text-editor ul li {
    position: relative;
    padding-left: 20px;
}

.elementor-widget-text-editor ul li::before {
    content: "–";
    position: absolute;
    left: 0;
}
#butacc .e-n-accordion-item-title[aria-expanded="true"] {
    border-radius: 40px 40px 0 0 !important;
}

#totop a{
	background-image:url("https://viola-spatzier.de/wp-content/uploads/2026/08/Pfeil-oben.png");
	background-repeat:no-repeat;
	background-size:50%;
	background-position: center;
	width:40px;
	height:40px;
}

.custom-logo{
	margin-right:20px !important;
	margin-top:5px;
}

.site-navigation-dropdown ul.menu li a {
	padding-left: 35px;
	box-shadow:none !important;
 	 color: var( --e-global-color-text )!important;
	text-transform:uppercase;
	font-weight:700;
}

.site-navigation-dropdown ul.menu li.current-menu-item a {
  background: #fff!important;
}

.site-footer .copyright p , footer .footer-inner .site-navigation a{
	font-weight:700 !important;
}

#menu-footer{
	text-transform:uppercase;
}



.site-navigation-dropdown ul.menu {
  max-width: 200px;
	padding-top: 80px;
}

@media (max-width: 767px) {
	.site-navigation-dropdown ul.menu {
  max-width: 100%;
}
}

.site-header .site-navigation-toggle {
  background-image: url("https://viola-spatzier.de/wp-content/uploads/2026/08/Menue_BurgerMenu.png");
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-header .site-navigation-toggle[aria-expanded="true"] {
    background-image: url("https://viola-spatzier.de/wp-content/uploads/2026/08/Menue_X.png");
}

.site-navigation-toggle-holder .site-navigation-toggle-icon::after, .site-navigation-toggle-holder .site-navigation-toggle-icon::before, .site-footer .site-branding {
	display:none !important;
}


@media (max-width: 1024px) {
.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
}

@media (max-width: 576px) {
  .site-footer:not(.footer-stacked) .footer-inner .copyright, .site-footer:not(.footer-stacked) .footer-inner .site-branding, .site-footer:not(.footer-stacked) .footer-inner .site-navigation {
       text-align: left;
  }
	.site-footer .footer-inner .site-navigation ul.menu {
    justify-content: left;
		margin-bottom:20px;
  }
	  .site-footer .footer-inner, .site-footer:not(.dynamic-footer){
    padding-inline-end: 0;
    padding-inline-start: 0;
  }
	
	footer .site-navigation ul.menu a {
  padding-left: 0;
}
}