.elementor-134 .elementor-element.elementor-element-c28c245{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-cd1398e *//* (optional) add this code in the right container in order to get the scroll on the 
y axes in case you have more content */

@media only screen and (max-width: 760px) {
  .cont {
   
    
    overflow-y:scroll;
    overflow-x:hidden;
    max-height:150px;
    
}
}
@media only screen and (max-width: 360px) {
  .cont {
   
    overflow-y:scroll;
    overflow-x:hidden;
    max-height:20px;
    
}
}


/* add this code to the icon list widget */

.elementor-134 .elementor-element.elementor-element-cd1398e .elementor-icon-list-item span:nth-child(2) {
	 color:red;
}

span:hover  {
    letter-spacing: 5px;
    font-weight: 800;
    transition:all 0.5s ease;
}

span > svg {
    padding-right: 3rem;
    color: red;
    /*background: blue;*/
 }


/* add this code in the left container for a glass effect. if you decide that you 
don`t want this, then make sure that image is not set as a bg overlay otherwise 
the content of the page will show through */

.conty{
    background: rgba( 255, 255, 255, 0.1 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 25px);
    -webkit-backdrop-filter: blur( 25px);
}


/* code to style the burger menu (add this to the HTML widget) */

.burger-button {
	color: #fff;
	display: flex;
	height: 28px;
	cursor: pointer;
	position: relative;
	z-index: 9999;
	
}
/* (change the number of the template with your own)*/
.elementor-2688 { 
	width: 100%;
	animation: fadeInRight 1s ease-in-out;
}


.burger-navigation {
	position: fixed;
	top: 0;
	left: 0;
	transform: translateX(100%);
	overflow: hidden;
	transition:  all 0.5s ease-out;
	width: 100%;
	height: 100vh;
	z-index: 100;
	
}

.burger-navigation {
	display: flex;
	justify-content: center;
	align-items: center;
	transition:  all 0.5s ease-out;
}

.burger-button .burger {
	position: relative;

}

.burger-button .burger span{
	display: block;
	height: 2px;
	width: 34px;
	background: #fff;
	transform-origin: 50% 50%;
	transition: all 0.1s 0.2s ease, transform 0.2s ease;
		
}

.burger-button .burger span:nth-child(2) {
	transform: translate(0, 6px);
}

.burger-button .burger span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.burger-nav_control {
	position: absolute;
	left: -9999px;
	width: 100%;
	clip: rect(0, 0, 0, 0);
	
}

.burger-nav_control:checked~.burger-navigation {
	transform: translateX(0);
	opacity: 1;
	transition: transform 0.3s, opacity 0.3s;
}

.burger-nav_control:checked~.burger-button .burger {
	transition: all 0.1s 0s ease;
}


.burger-nav_control:checked~.burger-button .burger span {
	background: #fff;
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.burger-nav_control:checked~.burger-button .burger span:first-child {
	opacity: 0;
}

.burger-nav_control:checked~.burger-button .burger span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.burger-nav_control:checked~.burger-button .burger span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);

}


@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

/* Burger-Button Grundfarbe schwarz */
.burger-button .burger span {
    display: block;
    height: 2px;
    width: 34px;
    background: #000;   /* <--- von #fff auf #000 geändert */
    transform-origin: 50% 50%;
    transition: all 0.1s 0.2s ease, transform 0.2s ease;
}

/* Wenn das Menü geöffnet ist, Balken bleiben schwarz */
.burger-nav_control:checked ~ .burger-button .burger span {
    background: #000;   /* <--- ebenfalls schwarz */
}/* End custom CSS */