/*
Theme Name: Hello Elementor Child
Description: Ein Child Theme für das Hello Elementor Theme
Author: Dein Name
Template: hello-elementor
Version: 1.0.0
*/

/* Hier kannst du dein eigenes CSS hinzufügen */
.grid-img-100 .e-con-inner img {
	max-width: unset !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-img-100 .e-con-inner img.contain {
	max-width: unset !important;
    width: 100%;
    height: auto;
    object-fit: contain;
}
	
	a {
		color: #333;
	}
@media (max-width: 1024px) {
  .header-text {
	  position: relative!important;
	  width: 100%!important;
	  left: 0!important;
  }
}
#site-header {
	padding: 0;
	z-index: 999999;
}
#site-header .site-logo.show {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#menu-header, #menu-header > li {
	height: 100%;
	align-items: center;
}
#menu-header > li {
	position: relative;
}
#menu-header > li:hover > a, #menu-header > li > ul > li:hover > a ,
#menu-header > li.current_page_item > a,
#menu-header > li.current-page-parent > a {
	color: #55AFAB;
}
#menu-headerss > li:hover::after,
#menu-headerss > li.current_page_item::after,
#menu-headerss > li.current-page-parent::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 4px;
	width: 100%;
	background: linear-gradient(
    110deg, 
    #009E96 0%, #009E96 20%,   /* Türkis: 0% bis 20% */
    #F4B213 20%, #F4B213 40%,  /* Gelb: 20% bis 40% */
    #CA539B 40%, #CA539B 60%,  /* Magenta: 40% bis 60% */
    #AAC82D 60%, #AAC82D 80%,  /* Grün: 60% bis 80% */
    #60A7DC 80%, #60A7DC 100%  /* Hellblau: 80% bis 100% */
  );
	z-index: 1;
}

#menu-headerss > li:hover > usl::after {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	height: 4px;
	width: 100%;
	background: linear-gradient(
    110deg, 
    #009E96 0%, #009E96 20%,   /* Türkis: 0% bis 20% */
    #F4B213 20%, #F4B213 40%,  /* Gelb: 20% bis 40% */
    #CA539B 40%, #CA539B 60%,  /* Magenta: 40% bis 60% */
    #AAC82D 60%, #AAC82D 80%,  /* Grün: 60% bis 80% */
    #60A7DC 80%, #60A7DC 100%  /* Hellblau: 80% bis 100% */
  );
}
.site-navigation ul.menu li.menu-item-has-children:after {
	content: unset;
}
.site-navigation ul.menu li ul {
    left: 50%;
    transform: translate(-50%, 0);
}
footer {
  position: relative;
  padding: 3.5rem!important; 
  margin-top: 3.5rem; 

}

footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px; 
  z-index: 10;
  /* Gleichmäßige Aufteilung: Jeweils exakt 20% pro Farbe */
  background: linear-gradient(
    110deg, 
    #009E96 0%, #009E96 20%,   /* Türkis: 0% bis 20% */
    #F4B213 20%, #F4B213 40%,  /* Gelb: 20% bis 40% */
    #CA539B 40%, #CA539B 60%,  /* Magenta: 40% bis 60% */
    #AAC82D 60%, #AAC82D 80%,  /* Grün: 60% bis 80% */
    #60A7DC 80%, #60A7DC 100%  /* Hellblau: 80% bis 100% */
  );
}


.a-tag-d-block a {
	display: block!important;
}
.elementor .e-image-link-base {
    width: 100%!important;
    display: inline-block!important;
}

.site-footer .footer-inner {
	 justify-content: space-between;

}
.site-footer .footer-inner .copyright {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.hello_footer_menu_display {
	width: 100%;
}
.hello_footer_menu_display ul {
	width: 100%;
	justify-content: center;
}
/*.footer-menu-map {
	display: flex;
    width: 100%;
}
.hello_footer_menu_display ul {
	height: 100%;
}
.hello_footer_menu_display ul li {
	width: 100%;
    display: flex;
    align-items: center;
}*/
/*.hello_footer_menu_display li:nth-child(1) {
    background: #009E96;
}

.hello_footer_menu_display li:nth-child(2) {
    background: #F4B213;
}

.hello_footer_menu_display li:nth-child(3) {
    background: #CA539B;
}

.hello_footer_menu_display li:nth-child(4) {
    background: #AAC82D;
}

.hello_footer_menu_display li:nth-child(5) {
    background: #60A7DC;
}*/
/*
@media (max-width: 920px) {

    .footer-wrapper {
        flex-direction: column;
        height: auto;
    }

    .footer-wrapper .menu,
    .footer-wrapper .map {
        width: 100%;
    }

    .footer-wrapper .menu ul li {
        min-height: 60px;
    }

    .footer-wrapper .map iframe {
        height: 300px;
    }

}*/