.layout{flex-direction:column;min-height:100vh;display:flex}.content{flex:1}.header{color:#fff;background-color:#000;justify-content:space-between;align-items:center;min-height:56px;display:flex}.footer{color:#fff;text-align:center;background-color:#000;padding:16px}.footer-links{justify-content:center;gap:32px;display:flex}.footer-copyright{text-align:center;margin:8px 0 0;font-weight:400}.footer-link{color:#fff;font-weight:400;text-decoration:none}.footer-link:visited{color:#fff}.footer-link:hover,.footer-link:focus{font-weight:700;text-decoration:none}.nav{justify-content:flex-end;gap:auto;display:flex}.btn{cursor:pointer;border:none;border-radius:35px;margin-left:16px;padding:10px 20px;font-size:1rem;text-decoration:none}.btn-primary{color:#fff;background-color:#4800ff}.btn-primary:hover{background-color:#333;font-weight:700}.logo{padding:16px;font-size:1.5rem;font-weight:700}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:16px;display:none}.hamburger span{background-color:#fff;width:24px;height:2px;display:block}@media (width<=768px){.hamburger{display:flex}.header{position:relative}.nav{z-index:100;background-color:#111;border-radius:12px 0 0 12px;flex-direction:column;align-items:flex-start;gap:12px;width:220px;padding:16px;transition:transform .3s;display:flex;position:fixed;top:56px;right:0;transform:translate(100%)}.nav-open{transform:translate(0)}}html,body,#app{min-height:100%;margin:0}.impressum{max-width:800px;margin:40px auto;padding:0 24px;line-height:1.7}.impressum h1{margin-bottom:32px;font-size:2rem}.impressum h2{margin-top:32px;margin-bottom:8px;font-size:1.2rem}.datenschutz{max-width:800px;margin:40px auto;padding:0 24px;line-height:1.7}.datenschutz h1{margin-bottom:32px;font-size:2rem}.datenschutz h2{margin-top:32px;margin-bottom:8px;font-size:1.2rem}.datenschutz ul{padding-left:20px}.datenschutz li{margin-bottom:4px}
