/* 
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
*/

p {
	padding-bottom:10px;
}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}
a:hover {
	color:#4D4D4D!important;
}

/* Menüpunkt "Kontakt" */
.menu-contact a {
  display: flex; /* Flexbox für perfekte Zentrierung */
  align-items: center; /* Vertikal zentrieren */
  justify-content: center; /* Horizontal zentrieren */
  text-align: center; /* Text zentrieren */
  text-decoration: none;
  height: 56px; /* Höhe des Containers */
  width: 200px; /* Breite des Containers */
  color: #000; /* Textfarbe */
  font-weight: bold;
  background-image: url('https://kernidee.mare-multimedia.de/wp-content/uploads/2025/01/Button_Gelb.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.3s ease; /* Weicher Übergang */
}

/* Hover-Zustand */
.menu-contact a:hover {
  background-image: url('https://kernidee.mare-multimedia.de/wp-content/uploads/2025/01/Button_Schwarz.png');
}

/* Zusätzliche Textformatierung */
.menu-contact a span {
  font-size: 14px; /* Schriftgröße */
  /*color: inherit;  Textfarbe vom Link übernehmen */
  white-space: nowrap; /* Kein Zeilenumbruch */
}
.menu-contact a:hover {
	color: #fff!important;
}

@media screen and (max-width: 1200px) and (min-width: 768px){
	ul#menu-2-3554bfbb.elementor-nav-menu li.menu-contact.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-292 a.elementor-item {
		margin-left:0px;
	}
		ul#menu-2-c2c16f5.elementor-nav-menu {
	padding-bottom:20px;
	}
		.menu-contact a {
	  background-image: none;
	align-items: normal; /* Vertikal zentrieren */
  	justify-content: left; /* Horizontal zentrieren */
 	 text-align: left; /* Text zentrieren */
  	text-decoration: none;
	}
	.menu-contact a:hover {
	  background-image: none;
	  color: #4d4d4d!important;
	}
}
@media screen and (max-width: 767px) and (min-width: 375px){
	ul#menu-2-3554bfbb.elementor-nav-menu li.menu-contact.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-292 a.elementor-item {
		margin-left:0px;
	}
	ul#menu-2-c2c16f5.elementor-nav-menu {
	padding-bottom:20px;
	}
		.menu-contact a {
	  background-image: none;
	align-items: normal; /* Vertikal zentrieren */
  	justify-content: left; /* Horizontal zentrieren */
 	 text-align: left; /* Text zentrieren */
  	text-decoration: none;
	}
	.menu-contact a:hover {
	  background-image: none;
	  color: #4d4d4d!important;
	}
}