/*
Theme Name: Schloss Auerbach
Theme URI: rittermahle.eu
Author: Nico Bernschneider
Description: wordpress theme mit rittermahle ci
Requires at least: 5.3
Tested up to: 5.5
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rittermahle

*/

body {
  background-color: var(--wp--preset--color--dirty-martini);
}

.wp-block-image.aligncenter {
  margin: 0 auto !important;
}

ul.meta-nav {
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 35px;
}

header.fixed-top {
  position: fixed;
  left: 0;
  right: 0;
}
