/*
Theme Name:   Astra free Child
Theme URI:    https://wordpress.org/themes/astra/
Description:  Astra Tiertafel child theme
Author:       WordPress.org
Author URI:   https://jprimavera.de/
Template:     astra
Version:      1.0.0
Text Domain:  astrachild
*/

#menu-topmenue {
	list-style: none;
	margin-left: 0;
	text-align: right;
}
#menu-topmenue li {
	display: inline-block;
}
#menu-topmenue a {
	padding: 0.2rem 1rem;
}
h1 {
	display: inline-block;
	color: black !important;
	background-color: var(--ast-global-color-0); 
}