@font-face{font-family:Chivo;src:url(/assets/ChivoMono-VariableFont_wght-CtcTKQZe.ttf)}@font-face{font-family:Inter;src:url(/assets/Inter-Cl4AQHp9.ttf)}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #b39a72;--primaryOP: #3c362e8d;--secondary: #b39a72;--tritary: #c6d3ff;--accent: #000000;--text: rgb(249, 249, 248);--link: rgb(255, 179, 0)}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}body{min-height:100vh;background-color:#edf2f4}body{background:url(/assets/bglight-pjfcRc84.jpg) center/cover no-repeat fixed;font-family:Inter,sans-serif;color:var(--text);margin:0;padding:0}.home{padding:5% 2%}.home main{display:flex;flex-direction:column;gap:6rem}.home main section{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:3rem;padding:2rem;border-radius:2rem;background:linear-gradient(135deg,rgba(0,0,0,.671),var(--primaryOP));position:relative;box-shadow:0 4px 20px #0006}.home main .imgWrapper{flex:1 1 400px;max-width:500px;border-radius:2rem;overflow:hidden;box-shadow:0 0 20px var(--primaryOP);background:var(--primaryOP);display:flex;justify-content:center;align-items:center;position:relative}.home main .imgWrapper img{width:100%;height:100%;object-fit:cover}.home main .imgWrapper h3{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:var(--accent);color:var(--text);padding:.4rem 1.2rem;border-radius:1rem;font-size:1.5vmax;text-transform:uppercase;box-shadow:0 2px 10px #0006}.home main .infoWrapper{flex:1 1 500px;background:var(--primaryOP);padding:3rem 2rem;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;justify-content:center;gap:1.5rem;text-align:center}.home main .infoWrapper h4{font-size:2vmax;font-weight:700;color:var(--text)}.home main .infoWrapper h5{font-size:1.5vmax;font-weight:400;color:#ccc}.home main .infoWrapper p{font-size:1.2vmax;line-height:1.6;color:var(--text);text-align:justify}@media only screen and (max-width: 768px){.home{padding:0}.home main section{flex-direction:column;align-items:center;text-align:center;border-radius:.5vh;padding:4%}.home main section .imgWrapper,.home main section .infoWrapper{width:100%;border-radius:.5vh;height:auto}}@media only screen and (max-width: 500px){.home{padding:8% 4%}.home main{gap:4rem}.home main section{gap:2rem}.home main section .imgWrapper{max-width:100%}.home main section .imgWrapper h3{font-size:3vmax}.home main section .infoWrapper{padding:2rem}.home main section .infoWrapper h4{font-size:2.2vmax}.home main section .infoWrapper h5{font-size:1.8vmax}.home main section .infoWrapper p{font-size:1.7vmax}}header{font-family:Inter,sans-serif;font-weight:600;color:var(--text)}header nav{background:linear-gradient(45deg,rgb(255,255,255) 23%,var(--primaryOP) 23%,var(--primaryOP) 100%);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:fixed;top:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;box-shadow:0 4px 12px #0003;z-index:10}header nav div img{width:7rem}header nav div:nth-of-type(2){display:flex;gap:2rem}header nav div:nth-of-type(2) a{font-size:1rem;text-transform:uppercase;color:var(--text);letter-spacing:.05em;transition:color .3s}header nav div:nth-of-type(2) a:hover{color:var(--accent)}header nav div .active{color:var(--accent);border-bottom:2px solid var(--accent)}header .hero{margin-top:6rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;min-height:90vh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header .hero article{position:relative;border-radius:1rem;overflow:hidden;background-size:cover;background-position:center;transition:all .4s ease,box-shadow .4s ease;cursor:pointer}header .hero article:hover{transform:scale(1.03);box-shadow:0 8px 20px #00000040;border:3px solid var(--primary)}header .hero article div{position:absolute;bottom:0;width:100%;padding:1rem;background:linear-gradient(0deg,#000000f6,#ffed7703)}header .hero article div h2{font-size:1.5rem;font-weight:700;color:var(--text);text-align:center}header .hero article:nth-of-type(1){background-image:url(/assets/Rohrreinigung-BwOmYZHQ.png);background-position:right}header .hero article:nth-of-type(2){background-image:url(/assets/Elektrik-gm80h8CZ.png);background-position:right}header .hero article:nth-of-type(3){background-image:url(/assets/Badsanierung-CYQ4M1Qt.png)}header .hero article:nth-of-type(4){background-image:url(/assets/pest-CnDt3nIz.png)}@media (max-width: 600px){header nav{padding:1rem 2rem;background:linear-gradient(90deg,rgb(255,255,255) 50%,var(--primaryOP) 50%,var(--primaryOP) 100%)}header nav div img{width:6rem}header nav div:nth-of-type(2){gap:1rem}header nav div:nth-of-type(2) a:nth-of-type(1){display:none}.hero{grid-template-columns:1fr;gap:1.5rem}}footer{background-color:#000000a7;color:var(--text);padding:3% 5%;border-top:5px solid var(--primary);border-radius:2rem 2rem 0 0;box-shadow:0 -4px 20px #0006}footer h3{font-weight:700;text-align:center;font-size:2vmax;margin-bottom:4vmin;text-transform:uppercase;color:var(--primary)}footer div{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;font-weight:500}footer div section{display:flex;align-items:center;gap:1rem;font-size:1.3vmax;color:var(--text)}footer div section div{display:flex;flex-direction:column;gap:0;align-items:flex-start}footer div section img{width:3vmax;height:3vmax;border-radius:1rem;object-fit:cover;background-color:var(--text);padding:.4rem;border:2px solid var(--accent)}footer div section:nth-of-type(2){text-align:center;justify-content:center}footer div section:nth-of-type(3){text-align:right;justify-content:flex-end}footer article{margin-top:5vmin;width:100%;display:flex;justify-content:center;align-items:center}footer article iframe{width:100%;height:300px;border:4px solid var(--primary);border-radius:1.5rem;box-shadow:0 0 10px #00000080}@media only screen and (max-width: 500px){footer{padding:8% 6%}footer h3{font-size:2.5vmax}footer div{flex-direction:column;align-items:flex-start;gap:3vmin}footer div section img{width:5vmax;height:5vmax;border-radius:1rem;object-fit:cover;background-color:var(--text);padding:.4rem;border:2px solid var(--accent)}footer article{margin-top:8vmin}footer article iframe{height:250px;border:2px solid var(--accent)}}.impressum{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));padding:6% 5%;gap:3vw;color:var(--text)}.impressum article{width:100%;background:#000000ba;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:4% 6%;border-radius:2rem;box-shadow:0 0 12px #0009;transition:transform .3s ease,box-shadow .3s ease}.impressum article:hover{transform:translateY(-5px);box-shadow:0 6px 18px #000000b3}.impressum article hr{margin-top:.3vh;border:1px solid var(--primary);opacity:.5}.impressum article h3{margin-top:2vh;font-weight:500;font-size:1.7vmax;color:var(--text)}.impressum article p{margin-top:1.5vh;line-height:1.6;font-size:1.2vmax}.impressum article p a{color:var(--link);text-decoration:underline;transition:color .3s}.impressum article p a:hover{color:var(--text)}.impressum article div{display:flex;flex-direction:column;gap:0;align-items:flex-start}.impressum article div a{color:var(--link);text-decoration:underline;transition:color .3s}.impressum article div a:hover{color:var(--text)}@media only screen and (max-width: 500px){.impressum{grid-template-columns:1fr;padding:8% 6%}.impressum article{padding:6% 8%;border-radius:1.5rem}.impressum article h3{font-size:2vmax}.impressum article p{font-size:1.6vmax}}
