﻿@media only screen and (max-width: 768px) {
    .mud-main-content {
        padding-top: 100px !important;
        zoom: 0.65;
    }
}

@media only screen and (max-width: 480px) {
    .mud-main-content {
        padding-top: 100px !important;
        zoom: 0.65;
    }
}



/* Consent-Banner */
.consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000; /* über Drawer/AppBar */
  background: var(--mud-palette-surface);
  color: var(--mud-palette-text-primary);
  padding: 32px;
  box-shadow: var(--mud-elevation-6);
  border-top: 1px solid var(--mud-palette-divider);
}
.consent-banner .actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}