/*
Theme Name: Architektur Grobe
Template: twentytwentyfour
Author: Ledder
Description: Architektur Grobe
Version: 1.3.1753786045
Updated: 2025-07-29 10:47:25

*/

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 20%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  background: white;

  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
}

.bottom{
	background-color:#3e3e3e;
}