/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 09 2025 | 00:46:52 */
body a{
	color: #B7A9C9;
}

#default-header ul{
	display: flex;
	gap: 2rem;
	list-style: none;
}

#default-header{
	height: 70px;
	padding: 10px;
	transition: background-color 0.3s
}


#default-header.transparent {
  background-color: transparent;
}
#default-header.transparent a{
	color: white;
}
#header-logo{
	src: url("http://cafelotte.de/wp-content/uploads/2025/09/cafe-lotte-logo-fancy.webp") !important;
}


#default-header.scrolled {
	background-color: #B7A9C9;
}
#default-header.scrolled a {
	color: black;
}
