@charset "UTF-8";
/*
Theme Name: baerbel-hutter
Author: friedhelm
Author URI: 
Theme URI: 
Tags: full-site-editing, block-patterns, für lio24 2025_04_01
Text Domain: hutter
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 0.1.1

2025_07_18

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
*:focus:not(.focus-visible) {
  outline: none !important;
}

:root {
  --maschuthi---header-height: 10rem;
  --maschuthi---mobil-header-height:16rem;
  --maschuthi---footer-height:3rem;
}
:root :where(.is-layout-flow) > * {
  margin-block-start: 1rem;
  margin-block-end: 0;
}

a:where(:not(.wp-element-button)) {
  color: var(--wp--preset--color--base);
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
  width: 3rem;
  height: 3rem;
  vertical-align: middle;
  fill: var(--wp--preset--color--base);
}

body, html, .wp-site-blocks {
  height: 100%;
  scroll-behavior: smooth;
}

strong, b {
  font-weight: 400 !important;
}

#site-wrapper {
  min-height: 100%;
  background: var(--wp--preset--color--primary) url("assets/images/gelbespiralel.svg") no-repeat top left;
}
#site-wrapper #site-grid {
  min-height: 100vh;
  grid-template-rows: var(--maschuthi---header-height) 1fr var(--maschuthi---footer-height);
}

.wp-block-navigation__container .wp-block-navigation-item.current-menu-item a .wp-block-navigation-item__label, .wp-block-navigation__container .wp-block-navigation-item:hover a .wp-block-navigation-item__label {
  color: var(--wp--preset--color--contrast);
}

@media screen and (max-width: 992px) {
  #site-wrapper #site-grid {
    grid-template-rows: var(--maschuthi---mobil-header-height) 1fr var(--maschuthi---footer-height);
  }
  .sitelogotext {
    font-size: var(--wp--preset--font-size--x-large) !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none; /* Oder eine andere Klasse für das mobile Menü */
  }
  .wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block; /* Zeige das Hamburger-Icon für mobile Geräte */
  }
  .wp-block-navigation__responsive-close {
    padding: 0 1rem;
  }
  .wp-block-navigation__container .wp-block-navigation-item a .wp-block-navigation-item__label {
    font-size: var(--wp--preset--font-size--large);
    color: var(--wp--preset--color--base);
  }
  .wp-block-navigation__container .wp-block-navigation-item.current-menu-item a .wp-block-navigation-item__label, .wp-block-navigation__container .wp-block-navigation-item:hover a .wp-block-navigation-item__label {
    color: var(--wp--preset--color--contrast);
  }
}/*# sourceMappingURL=style.css.map */