﻿html{scroll-behavior:smooth;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-size-adjust:100%}*{margin:0;padding:0;font:inherit}*,*::before,*::after{box-sizing:border-box}ul,ol{list-style:none}img,picture,svg,video{display:block;max-width:100%}img{height:auto;color:rgba(0,0,0,0)}input,textarea,button,select{font:inherit;appearance:none;border-radius:0}@font-face{font-family:"Faktum";src:url("fonts/FaktumRegular.woff2") format("woff2"),url("fonts/FaktumRegular.woff") format("woff");font-style:normal;font-weight:normal}@font-face{font-family:"Faktum";src:url("fonts/FaktumRegularItalic.woff2") format("woff2"),url("fonts/FaktumRegularItalic.woff") format("woff");font-style:italic;font-weight:normal}@font-face{font-family:"Faktum";src:url("fonts/FaktumBold.woff2") format("woff2"),url("fonts/FaktumBold.woff") format("woff");font-style:normal;font-weight:bold}@font-face{font-family:"Faktum";src:url("fonts/FaktumBoldItalic.woff2") format("woff2"),url("fonts/FaktumBoldItalic.woff") format("woff");font-style:italic;font-weight:bold}:root{--gap: 2.25rem;--grund: white;--text: black;--lh: 1.3em}@media(max-width: 950px){:root{--gap: 1.75rem}}@media(max-width: 750px){:root{--gap: 1.75rem}}html{font-size:18px;font-size:clamp(14px,1.05vw,20px);font-family:"Faktum",sans-serif;font-feature-settings:"onum" 1,"pnum" 1,"frac" 0,"kern" 1,"liga" 1}body{background-color:var(--grund);color:var(--text);display:grid;grid-template-columns:repeat(4, 1fr);overflow-x:hidden}@media(max-width: 950px){body{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 750px){body{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 510px){body{grid-template-columns:repeat(1, 1fr)}}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd,div,address{line-height:var(--lh)}h1,h2,h3,h4,h5,h6{font-size:1rem}a{color:inherit;text-decoration-color:var(--hi);text-decoration-thickness:1px;text-underline-offset:2px}a:focus-visible,button:focus-visible,[role=button]:focus-visible{outline:1px solid red;outline-offset:.3rem}input:focus,button:focus{outline:1px solid red}.metaDL{display:grid;grid-template-columns:1.4rem 1fr}.metaKachel{padding-top:calc(var(--gap)*1.5);padding-right:var(--gap);padding-left:var(--gap);padding-bottom:calc(var(--gap)*.8);position:relative}@media(max-width: 950px){.metaKachel{padding-top:calc(var(--gap)*1)}}.metaKachel picture{background-color:var(--hi);background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="600" height="600" viewBox="0 0 600 600"><style> line { stroke: rgba(255,255,255,0.5); stroke-weight: 0.5px; transform-origin: center; } .l1 { animation: spin 50s linear infinite; } .l2 { animation: spin 17s linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } </style><line class="l1" x1="299.5" x2="299.5" y2="600"/><line class="l2" x1="-.5" y1="300" x2="599.5" y2="300"/></svg>');background-repeat:no-repeat;background-position:center;background-size:200%}.metaKachel img{margin-top:.3rem;display:block;margin-bottom:1rem}.metaKachel.--kreuze::after{content:"";display:block;position:absolute;right:-1.4rem;left:-1.4rem;top:-1.4rem;bottom:-1.4rem;z-index:-1;border:2.8rem solid rgba(0,0,0,0);border-image-slice:41 41 41 41;border-image-repeat:round;border-image-source:var(--kreuz)}@media(max-width: 950px){.metaKachel.--kreuzebpMaxi::after{content:"";display:block;position:absolute;right:-1.4rem;left:-1.4rem;top:-1.4rem;bottom:-1.4rem;z-index:-1;border:2.8rem solid rgba(0,0,0,0);border-image-slice:41 41 41 41;border-image-repeat:round;border-image-source:var(--kreuz)}}.metaStdText ul,.metaStdText p{margin-top:var(--lh)}.metaStdText p{color:var(--hi)}.metaStdText li{position:relative;padding-left:calc(var(--gap)*.75)}.metaStdText li::before{color:var(--hi);content:"→";left:0;position:absolute}header{grid-column:span 2;background-color:var(--hi);position:relative}@media(max-width: 510px){header{grid-column:span 1}}header::after{content:"";display:block;position:absolute;right:-1.4rem;left:-1.4rem;top:-1.4rem;bottom:-1.4rem;z-index:-1;border:2.8rem solid rgba(0,0,0,0);border-image-slice:41 41 41 41;border-image-repeat:round;z-index:0;border-image-source:var(--headerborder)}header p{font-size:1.5rem;font-weight:bold;margin-top:-0.7rem}@media(max-width: 750px){header p{line-height:calc(var(--lh)*.9);font-size:1.25rem}}@media(max-width: 750px)and (max-width: 750px){header p{font-size:1.4rem;line-height:calc(var(--lh)*1)}}@media(max-width: 510px){header p{font-size:1rem;line-height:var(--lh);margin-top:-0.2rem}}header a{padding-top:15vh;padding-right:var(--gap);padding-bottom:calc(var(--gap)*.7);padding-left:var(--gap);display:block}@media(max-width: 600px){header a{padding-top:20vh}}.menutoggler{display:none}@media(max-width: 750px){.menutoggler{position:absolute;top:2rem;right:2rem;display:block;z-index:500;white-space:nowrap;border:1px dashed var(--grund);color:var(--grund);padding:.3rem .7rem .4rem .7rem;transition:all .7s ease-in-out}.menutoggler.--offen{top:calc(var(--gap)*1.8);transform:perspective(1000px) scale(1) rotateY(180deg);color:var(--hi);border:1px dashed var(--hi)}}.menu{grid-column:1/2;display:flex;flex-direction:column}@media(max-width: 750px){.menu{position:fixed;top:0;left:0;bottom:0;right:0;background-color:var(--text);z-index:400;transition:transform .7s ease-in-out;transform-origin:center left;transform:perspective(1000px) scale(1) rotateY(-90deg)}.menu.--offen{transform:perspective(1000px) scale(1) rotateY(0)}}.menu.--firma,.menu.--rechtliches{grid-row:2/7}.menu dl{margin-top:auto;color:var(--hi)}@media(max-width: 750px){.menu *{line-height:calc(var(--lh)*.9);font-size:1.25rem;color:var(--grund)}}@media(max-width: 750px)and (max-width: 750px){.menu *{font-size:1.4rem;line-height:calc(var(--lh)*1)}}@media(max-width: 750px){.menu__nav{margin-top:calc(var(--gap)*.5)}}.menu__nav ul{display:flex;flex-direction:column}.menu__nav li{line-height:calc(var(--lh)*.9);font-size:1.25rem}@media(max-width: 750px){.menu__nav li{font-size:1.4rem;line-height:calc(var(--lh)*1)}}.menu__nav a{font-weight:bold;color:var(--hi);position:relative}.menu__nav a.current{color:var(--text)}@media(max-width: 750px){.menu__nav a{color:var(--grund)}.menu__nav a.current{color:var(--hi)}}.menu__address{margin-top:var(--lh);margin-bottom:var(--lh)}@media(max-width: 750px){.menu__address{line-height:calc(var(--lh)*.9);font-size:1.25rem}}@media(max-width: 750px)and (max-width: 750px){.menu__address{font-size:1.4rem;line-height:calc(var(--lh)*1)}}footer{grid-column:1/-1;display:flex;flex-direction:column}.topArrow{position:fixed;bottom:calc(var(--gap)*.8);right:var(--gap);width:2.8rem;height:2.8rem;background-color:var(--text);transform:translateY(200%) rotate(-45deg);transition:transform .5s ease-in-out;text-decoration:none;color:var(--hi);display:flex;align-items:center;justify-content:center;font-weight:bold;line-height:calc(var(--lh)*.9);font-size:1.25rem}@media(max-width: 750px){.topArrow{font-size:1.4rem;line-height:calc(var(--lh)*1)}}.topArrow.--scrolling{transform:translateY(0) rotate(0)}.homeitem *:not(h1,ul,li){color:red}.homeitem h1{font-weight:bold;line-height:calc(var(--lh)*.9);font-size:1.25rem;margin-bottom:.4rem}@media(max-width: 750px){.homeitem h1{font-size:1.4rem;line-height:calc(var(--lh)*1)}}.homeitem li{border-top:1px solid #b0e0e6;padding-top:.25rem;margin-top:.25rem}@media(max-width: 950px){.homeitem:last-of-type{grid-column-start:2}}@media(max-width: 750px){.homeitem:last-of-type{grid-column-start:1}}.nase img{filter:grayscale(1) contrast(1.1)}.nase h1{font-weight:bold}.nase__titel,.nase__jahr{opacity:.4}.referenz h1,.referenz h2{font-weight:bold;text-wrap:balance}.referenzenfilter{display:flex;flex-direction:column;align-items:flex-end}.referenzenfilter a{display:block}.referenzenfilter a.current{font-weight:bold}.referenzenfilter a:first-child{font-weight:bold}.referenzenfilter a:first-child:has(~.current){font-weight:normal}.referenzenlegende{align-self:end;opacity:.4;grid-column:-2/-1;grid-row:1/2}@media(max-width: 750px){.referenzenlegende{grid-column:-2/-1;grid-row:2/3}}@media(max-width: 510px){.referenzenlegende{grid-column:-2/-1;grid-row:3/4}}.firma__jahr{grid-column-start:2;text-align:right}@media(max-width: 950px){.firma__jahr{grid-column:2/span 2;text-align:left;font-weight:bold}}@media(max-width: 750px){.firma__jahr{grid-column:1/span 1;text-align:right}}@media(max-width: 510px){.firma__jahr{text-align:left;grid-column:1/span 1}}.firma__text{grid-column:3/span 2}@media(max-width: 950px){.firma__text{grid-column:2/span 2}}@media(max-width: 750px){.firma__text{grid-column:2/span 1}}@media(max-width: 510px){.firma__text{grid-column:1/span 1}}.error{grid-column:2/-1;display:flex;align-items:center;justify-content:center;flex-direction:column}.error figure{display:block;position:absolute;top:calc(var(--gap)*1.5);left:var(--gap);right:var(--gap);bottom:calc(var(--gap)*.8);z-index:-1}.error img{width:100%;height:100%;object-fit:cover;display:block}.error h1{font-weight:bold;line-height:calc(var(--lh)*.9);font-size:1.25rem}@media(max-width: 750px){.error h1{font-size:1.4rem;line-height:calc(var(--lh)*1)}}.error h1,.error p{text-align:center}.error small{position:absolute;display:block;right:calc(var(--gap)*2);bottom:var(--gap);color:var(--grund)}.rechtliches__titel{grid-column-start:2;text-align:right}@media(max-width: 950px){.rechtliches__titel{grid-column:2/span 2;text-align:left;font-weight:bold}}@media(max-width: 750px){.rechtliches__titel{grid-column:1/span 1;text-align:right}}@media(max-width: 510px){.rechtliches__titel{text-align:left;grid-column:1/span 1}}.rechtliches__text{grid-column:3/span 2}@media(max-width: 950px){.rechtliches__text{grid-column:2/span 2}}@media(max-width: 750px){.rechtliches__text{grid-column:2/span 1}}@media(max-width: 510px){.rechtliches__text{grid-column:1/span 1}}.rechtliches__text p:not(:last-child),.rechtliches__text ul:not(:last-child){margin-bottom:var(--lh)}::selection{background-color:var(--hi);color:var(--text)}/*# sourceMappingURL=styles.css.map */
