/* 
img {
    border-radius: 0px;
}
*/

/* 
.menu-produkte-container {	
		background-color: violet;
		display: flex;
		display: inline;
		list-style-type: none;
		padding: 0;
		list-style: none;
}

.menu {
background-color: violet;
list-style: none;
  padding: 0;
}

ul li {
  display: inline;    
  margin-right: 10px;  
}

ul li::before {
  content: '|';       
  margin-right: 5px;  
}

*/


/* Listenelemente nebeneinander anzeigen */

/* Abstand zwischen den Listenelementen */

/* Setzt das Symbol | vor jedes Listenelement */

/* Abstand zwischen dem Symbol und dem Text */