/*
Theme Name: Byteconnection
Theme URI: https://example.com
Author: Byteconnection
Version: 1.0.0
Requires at least: 6.6
Description: Minimal funktionsfähiges Block-Theme als saubere Basis.
License: GPL-2.0-or-later
Text Domain: byteconnection
*/

body .wp-site-blocks {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}


.bc-header{position:sticky;top:0;background:var(--wp--preset--color--bg);z-index:50;border-bottom:1px solid #eee}
.bc-container{max-width:var(--wp--style--layout--content-size);margin:0 auto;gap:20px;padding:0 16px}
.bc-nav{gap:20px}
.bc-cta .wp-element-button{padding:.55rem .9rem;border-radius:.5rem}
.hero{max-width:var(--wp--style--layout--content-size);margin:0 auto;padding:0 16px}
