*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Agdasima;src:url(../../fonts/Agdasima/Agdasima-Regular.ttf) format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Agdasima;src:url(../../fonts/Agdasima/Agdasima-Bold.ttf) format('truetype');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:'Funnel Sans';src:url(../../fonts/Funnel_Sans/FunnelSans-VariableFont_wght.ttf) format('truetype');font-optical-sizing:auto;font-weight:400;font-style:normal}:root{--primary-color:#e31837;--dark-bg:#121212;--darker-bg:#0a0a0a;--light-text:#ffffff;--gray-text:#a0a0a0;--card-bg:#1a1a1a;--hover-bg:#2a2a2a;--transition:all 0.3s ease}body{font-family:Agdasima,'Funnel Sans',sans-serif;line-height:1.6;background-color:var(--dark-bg);color:var(--light-text);font-size:18px}h1,h2,h3,h4,h5,h6{font-family:Agdasima,sans-serif;font-weight:700}p{font-family:'Funnel Sans',sans-serif;color:var(--gray-text)}.icon-wrapper{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;color:currentColor;font-size:1.5em}.icon{fill:currentColor;width:1em;height:1em}.social-links .icon-wrapper{font-size:1em;display:inline;vertical-align:baseline}.social-links .icon{fill:currentColor;width:1em;height:1em;transition:fill .3s ease;vertical-align:-.125em}.times:before{content:"x"}.logo-banner{position:fixed;top:0;left:5%;z-index:1001;padding:0;display:flex;align-items:center}.logo-banner a{display:block;text-align:center}.logo-img{height:120px;width:auto;max-width:100%;display:block;margin-top:-10px;filter:drop-shadow(0 4px 12px rgba(0, 0, 0, .8)) drop-shadow(0 8px 16px rgba(0, 0, 0, .6));transition:filter .3s ease}.logo-img:hover{filter:drop-shadow(0 6px 14px rgba(0, 0, 0, .9)) drop-shadow(0 10px 20px rgba(0, 0, 0, .7))}.navbar{position:fixed;top:0;width:100%;background-color:var(--darker-bg)!important;padding:0 5%;display:flex;justify-content:flex-end;align-items:center;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:1000;transition:var(--transition);height:80px}.navbar.scrolled{box-shadow:0 4px 15px rgba(0,0,0,.3)}.logo a{text-decoration:none;font-size:1.5rem;font-weight:700;display:flex;align-items:center}.nav-toggle{display:none;background:0 0;border:none;cursor:pointer;padding:10px;z-index:1002;position:relative;width:30px;height:30px}.burger-line{display:block;width:25px;height:3px;background-color:var(--light-text);margin:5px 0;transition:var(--transition)}.nav-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:998;opacity:0;transition:opacity .3s ease}.nav-overlay.active{display:block;opacity:1}.nav-links{display:flex;list-style:none;margin:0;padding:0;margin-right:20px}.nav-links li{margin:0 1rem}.nav-links li a{color:var(--light-text);text-decoration:none;padding:0 1rem;transition:var(--transition);font-weight:700;font-size:1.3rem}.nav-links li a.active,.nav-links li a:hover{color:var(--primary-color)}.nav-links li.dropdown{position:relative}.nav-links li.dropdown>a{display:flex;align-items:center}.nav-links li.dropdown>a::after{content:'';width:8px;height:8px;display:inline-block;margin-left:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transition:transform .3s ease;transform:rotate(45deg)}.nav-links li.dropdown:hover>a::after{transform:rotate(-135deg)}.nav-links .dropdown-menu{position:absolute;top:100%;left:0;background-color:var(--darker-bg);min-width:200px;box-shadow:0 2px 10px rgba(0,0,0,.1);border-radius:4px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:1000}.nav-links .dropdown-menu li{margin:0;display:block}.nav-links .dropdown-menu li a{padding:10px 15px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center}.nav-links .dropdown-menu li a i{margin-right:10px;width:20px;text-align:center}.nav-links .dropdown-menu li:last-child a{border-bottom:none}.nav-links li.dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width:1000px){.nav-links{flex-direction:column;width:100%}.nav-links li{margin:0;width:100%}.nav-links li a{padding:15px;border-bottom:1px solid #f0f0f0}.nav-links .dropdown-menu{position:static;box-shadow:none;opacity:1;visibility:visible;transform:none;display:none}.nav-links li.dropdown.active .dropdown-menu{display:block}.nav-links li.dropdown>a::after{margin-left:auto}}footer{background-color:var(--darker-bg);color:var(--light-text);padding:3rem 5% 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem}.social-links a{color:var(--gray-text);font-size:1.5rem;margin-right:1rem;transition:color .3s}.social-links a:hover{color:var(--primary-color)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--card-bg)}.footer-links{margin-top:.5rem}.footer-links a{color:var(--gray-text);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:var(--primary-color)}@media screen and (max-width:1000px){.navbar{height:60px;padding:0 20px}.logo-img{height:90px;margin-top:-5px}.nav-toggle{display:block;position:relative;width:30px;height:30px;padding:0;margin-right:10px}.burger-line{display:block;width:25px;height:3px;background-color:var(--light-text);margin:5px 0;transition:all .3s ease;position:absolute;left:2px}.burger-line:nth-child(1){top:5px}.burger-line:nth-child(2){top:13px}.burger-line:nth-child(3){top:21px}.nav-links{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background-color:var(--darker-bg);flex-direction:column;padding:80px 20px;margin:0;transition:right .3s ease;z-index:1001;overflow-y:auto;-webkit-overflow-scrolling:touch}.nav-links.active{right:0}.nav-links li{margin:15px 0;width:100%}.nav-links li a{font-size:1.2rem;padding:10px 0;display:block;width:100%}.nav-links::-webkit-scrollbar{width:4px}.nav-links::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}.nav-links::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:2px}.nav-links::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.nav-toggle.active .burger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active .burger-line:nth-child(2){opacity:0}.nav-toggle.active .burger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}body.nav-active{overflow:hidden}.page-header{margin-top:60px!important;margin-bottom:2rem}}@keyframes fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-header{background:url(../../images/layout/header-bg.jpg);background-size:cover;background-position:center;padding:8rem 5%;text-align:center;margin-top:80px}.page-header h1{font-size:5.5rem;color:var(--light-text)}.page-header p{font-size:1.2rem;color:var(--gray-text)}.cta-button{display:inline-block;background-color:var(--primary-color);color:#fff!important;text-decoration:none;border-radius:5px;transition:var(--transition)}.cta-button:hover{background-color:#b31329;transform:translateY(-2px)}.cta-section{text-align:center;padding:5rem 5%;background-color:var(--darker-bg);color:var(--light-text)}.cta-section h2{font-size:2rem;margin-bottom:1rem}.cta-section p{margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-100%)}}}@keyframes slideIn{from{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:768px){.page-header h1{font-size:3rem}.page-header p{font-size:1rem}}img{max-width:100%;height:auto;display:block}@media (max-width:480px){.cta-section{padding:2rem 1rem;text-align:center}.cta-section h2{font-size:1.5rem;margin-bottom:.5rem}.cta-section p{font-size:.9rem;margin-bottom:1rem}.cta-button{padding:.8rem 1.5rem}.footer-content{padding:1.5rem 1rem}.footer-section{margin-bottom:1rem}.footer-section h4{font-size:1rem;margin-bottom:.5rem}.footer-section p{font-size:.9rem;margin-bottom:.3rem}.footer-bottom{padding:1rem}.footer-bottom p{font-size:.8rem}.footer-links{font-size:.8rem}}.contact-button-fixed{position:fixed;bottom:20px;right:20px;z-index:1001;display:flex;align-items:center;background-color:var(--primary-color);padding:8px 16px;border-radius:20px;box-shadow:0 2px 10px rgba(0,0,0,.2);cursor:pointer;transition:var(--transition);text-decoration:none;color:#fff}.contact-button-fixed:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.3);background-color:#b31329}.contact-button-fixed i{font-size:1.2rem;margin-right:8px}.contact-button-fixed span{font-size:.9rem;font-weight:500}@media (max-width:768px){.contact-button-fixed{padding:12px;border-radius:50%;width:45px;height:45px;justify-content:center;align-items:center}.contact-button-fixed i{margin-right:0!important;font-size:1.5rem}.contact-button-fixed span{display:none}}.cta-button{display:inline-block;padding:.7rem 1.5rem;background-color:var(--primary-color);color:#fff!important;text-decoration:none;border-radius:5px;transition:var(--transition);font-size:1.5rem}.cta-button:hover{background-color:#b31329;transform:translateY(-2px)}@media screen and (max-width:768px){.cta-button{font-weight:600}}@media screen and (max-width:1000px){.page-header{margin-top:60px!important;margin-bottom:2rem}.service-item{flex-direction:column;text-align:center;padding:2rem 1rem}.service-image{margin:0 auto 1.5rem auto;width:100%;display:flex;justify-content:center}.service-details{width:100%;text-align:center}.service-details ul{display:inline-block;padding-left:0;list-style-position:inside}}.service-item{display:flex;align-items:flex-start;margin-bottom:4rem;background-color:var(--card-bg);padding:2rem;transition:var(--transition)}.service-item:first-of-type{margin-top:1rem}.service-item:hover{transform:none;box-shadow:none}.service-details{flex:1;color:#333!important}.service-details p{margin-bottom:1rem}.service-details ul{list-style:none;padding-left:1rem}.service-details ul li{margin-bottom:.5rem;position:relative;margin-left:16px}.service-details ul li:before{content:"•";color:var(--primary-color);position:absolute;left:-1rem}@media screen and (max-width:768px){.service-item{flex-direction:column;text-align:center;height:fit-content!important}.service-item picture{width:100%}.service-image{margin-right:0;margin-bottom:1rem}.service-details ul{padding-left:0}.service-details ul li:before{font-size:1.2rem!important}}.services-content{width:100%;overflow:hidden}.service-item.full-screen{height:100%;width:100vw;justify-content:center;background-color:#fff;position:relative;margin:0;padding:0}.service-container{width:100%;min-height:100vh;margin:0;padding:0;display:flex;align-items:stretch;justify-content:space-between}.service-container.reverse{flex-direction:row-reverse}.service-item.full-screen .service-image{position:relative;width:30%;background-position:center;background-size:cover;background-repeat:no-repeat}.service-image picture{position:absolute;top:0;left:0;width:100%;height:100%}.service-item.full-screen .service-image img{width:100%;height:100%;object-fit:cover}.service-item.full-screen .service-details{flex:1;padding:2rem 4rem;text-align:left;background-color:#fff;display:flex;flex-direction:column;justify-content:center}.service-item.full-screen h2{font-size:3rem;margin-bottom:2rem;color:#333}.service-item.full-screen p{font-size:1rem;color:#666;line-height:1.6}.service-item.full-screen ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.2rem}.service-item.full-screen ul li{font-size:1.2rem;color:#444;display:flex;align-items:center}.service-item.full-screen ul li:before{content:"•";color:var(--primary-color);margin-right:1.5rem;font-size:1.8rem}.service-item.full-screen .process-header{padding:0 1rem 0 92px}.service-item.full-screen .process-flow{display:flex;flex-direction:column}@media screen and (max-width:1024px){.service-item.full-screen h2{font-size:1.5rem}.service-item.full-screen .process-header{font-size:1rem}}@media (max-width:1000px){.service-container{flex-direction:column}.service-item.full-screen .service-details{padding:2rem 1rem!important}.service-item.full-screen .service-image{min-height:400px;max-height:50vh}.service-container.reverse{flex-direction:column}.service-item.full-screen .service-details,.service-item.full-screen .service-image{width:100%}.service-item.full-screen .service-details{padding:3rem 2rem}}@media (max-width:480px){.service-item.full-screen h2{font-size:1.5rem;margin-bottom:.5rem}.service-item.full-screen p{font-size:.9rem;margin-bottom:.5rem}.service-item.full-screen ul li{font-size:.9rem;margin-bottom:.3rem}.service-item.full-screen .service-image{height:200px;margin-bottom:1rem}.service-item.full-screen .service-details{padding:.5rem}.services-nav{padding:.5rem;margin-bottom:1rem}.services-nav ul{gap:.5rem;padding:.5rem}.services-nav li{margin:0}.services-nav a{padding:.5rem .8rem;font-size:.9rem}}.services-nav{position:fixed;right:20px;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.7);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.3);padding:1rem;max-height:80vh;overflow-y:auto;z-index:100;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);width:180px}.services-nav ul{list-style:none;padding:0;margin:0;width:100%}.services-nav li{margin-bottom:.5rem;width:100%}.services-nav a{display:block;padding:.75rem 1.25rem;color:#fff;text-decoration:none;border-radius:4px;transition:all .3s ease;font-weight:500;width:100%;box-sizing:border-box;text-align:left;position:relative;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.8)}.services-nav a i{display:none;color:#fff}.services-nav a:hover{background-color:rgba(255,255,255,.2);transform:translateX(5px)}.services-nav a.active{background-color:rgba(255,255,255,.3);font-weight:600;position:relative}.services-nav a.active::before{content:'';position:absolute;left:0;top:0;height:100%;width:4px;background-color:var(--primary-color)}.services-nav::-webkit-scrollbar{width:4px}.services-nav::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:2px}.services-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3);border-radius:2px}.services-nav::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}@media (max-width:1246px){.services-nav{right:1rem;padding:.75rem;width:60px;transition:width .3s ease}.services-nav:hover{width:180px}.services-nav a{display:flex;align-items:center;padding:.75rem;justify-content:center}.services-nav a i{display:inline-flex;align-items:center;justify-content:center;margin-right:0;font-size:1.2rem;min-width:1.2rem;text-align:center}.services-nav a span{opacity:0;width:0;overflow:hidden;transition:opacity .3s ease,width .3s ease}.services-nav:hover a{justify-content:flex-start;padding:.75rem 1.25rem}.services-nav:hover a i{margin-right:.75rem}.services-nav:hover a span{opacity:1;width:auto}}@media (max-width:640px) or (max-height:930px){.services-nav{display:none}.verkauf-installation{max-width:100%!important}.process-flow{max-width:100%!important}.service-details{padding:.7rem 1rem}}.process-flow{display:flex;flex-direction:column;align-items:flex-start;position:relative;max-width:75%;margin:0 auto 0 3rem}.process-step{display:flex;flex-direction:row;position:relative;width:90%;border:none;padding-bottom:0;margin-bottom:0}@media screen and (max-width:1246px){.process-flow{margin:0 auto 0 0;max-width:85%}.process-step{width:100%}}.process-circle{position:absolute;width:60px;height:60px;border-radius:50%;background-color:var(--primary-color);display:flex;align-items:center;justify-content:center;z-index:2;flex-shrink:0}.process-circle i{color:#fff;font-size:1.5rem;display:flex;align-items:center;justify-content:center}.process-line{position:absolute;left:30px;width:2px;height:calc(100% + 2rem);background-color:var(--primary-color);z-index:1}.process-step:last-child .process-line{display:none}.process-step-text{text-align:left;font-weight:500;color:var(--text-color);align-items:center}.process-step-text h3{height:60px;display:flex;align-items:center}.process-content p{padding-left:92px}.final-process-step .process-step-text{border-radius:10px;color:#fff;background-color:#3d3d3d;margin:1rem;padding:0 1rem}.final-circle-wrapper{position:absolute;left:-20px;border:1px solid #000;background-color:color-mix(in srgb,var(--primary-color),#fff 10%);border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.final-circle-wrapper .process-circle{width:70px;height:70px;border:1px solid #000;box-shadow:0 2px 0 0 #000;position:relative;transform:translateY(-2px)}.final-process-step{display:block;z-index:2;border:none!important}.final-process-step p{margin-top:3.5rem;font-size:1rem!important;padding-left:30px!important}.final-process-step i{color:#fff}.durchfuehrung-banner{display:flex;align-items:center;position:relative;height:60px;margin:1rem 0;background-color:#121212;box-shadow:0 10px 30px rgba(0,0,0,.4);border:1px solid #000;border-radius:5px}.durchfuehrung-banner h3{color:#fff;font-size:2rem}.durchfuehrung-banner span{color:#fff!important}.durchfuehrung-flag{position:absolute;right:10px;top:-11px;display:flex;align-items:center;width:80px;border-radius:5px 5px 0 0}.durchfuehrung-flag img{width:100%;height:100%;object-fit:cover;border-radius:5px 5px 0 0}.durchfuehrung-flag-icon{position:absolute;left:48%;top:36%;transform:translate(-50%,-50%)}@media screen and (max-width:1000px){.final-circle-wrapper{display:none}.durchfuehrung-flag{left:-40px;transform:translateX(30px)}.durchfuehrung-banner h3{font-size:1.5rem}.final-process-step{transform:translateX(0)}#full-service .service-details{padding:2rem 2rem!important}}#service-details-dry-hire{text-align:center;width:100%;margin:0 auto}.verleih-item-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:2rem 0;width:100%;margin:0 auto 1rem}@media (max-width:1000px){.verleih-item-grid{padding:2rem 1rem}}.verleih-item-grid>*{flex:0 0 calc(25% - 1.125rem);max-width:calc(25% - 1.125rem)}@media (max-width:768px){.verleih-item-grid>*{flex:0 0 calc(50% - .75rem);max-width:calc(50% - .75rem)}}.verleih-item-card{display:flex;flex-direction:column;align-items:center;justify-content:space-around;background-color:#2c2c2c;width:calc(50% - .75rem);padding:1rem .5rem;border-radius:20px;text-align:center;position:relative;overflow:visible;box-shadow:0 10px 30px rgba(0,0,0,.4);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;flex:0 0 calc(50% - .75rem);height:220px}.verleih-item-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.5)}.verleih-item-image-wrapper{z-index:2;width:100%;max-width:100px}.verleih-item-image-wrapper img{width:100%;height:auto;display:block;object-fit:contain}.verleih-item-image-wrapper svg{width:100%;height:auto;display:block}.verleih-item-card p{color:#fff!important;margin:.4rem 0 0 0;font-weight:600;font-size:clamp(14px,3vw,16px);padding:0 .5rem}@media screen and (max-width:768px){#service-details-dry-hire{max-width:500px}.verleih-item-grid{gap:1rem;padding:1rem}.verleih-item-card{width:calc(50% - .5rem);min-width:150px;max-width:180px;flex:0 0 calc(50% - .5rem);padding:1rem .5rem}.verleih-item-image-wrapper{max-width:100px}}@media screen and (max-width:480px){#service-details-dry-hire{max-width:400px}.verleih-item-grid{gap:.75rem;padding:.75rem 0}.verleih-item-card{width:calc(50% - .375rem);min-width:100px;max-width:150px;height:195px;flex:0 0 calc(50% - .375rem);padding:.75rem .5rem}.verleih-item-image-wrapper{max-width:80px}}.verkauf-installation{max-width:80%}.verkauf-table{width:100%;border-collapse:collapse;margin:2rem 0}.verkauf-table tr{border-bottom:1px solid var(--gray-text)}.verkauf-table tr:last-child{border-bottom:none}.verkauf-table td{padding:1rem;vertical-align:top;width:50%;height:100%}.verkauf-table td:first-child{font-weight:700}.verkauf-table td:last-child{color:var(--gray-text)}@media (max-width:768px){.verkauf-table td{display:block;width:100%;padding:0}.verkauf-table tr{display:block;width:100%;padding:1rem}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.popup-overlay.active{opacity:1;visibility:visible}.popup-container{background-color:#2c2c2c;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.5);width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;transform:translateY(20px);transition:transform .3s ease}.popup-overlay.active .popup-container{transform:translateY(0)}.popup-close{position:sticky;top:15px;right:15px;background-color:var(--primary-color);color:#fff;border:none;width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;transition:background-color .3s ease,transform .3s ease;margin-left:auto;margin-bottom:15px;font-size:.6rem}.popup-close:hover{background-color:#b31329}.popup-content{display:flex;flex-direction:column;padding:30px}.popup-image{display:flex;justify-content:center;margin-bottom:20px}.popup-image img{max-width:100%;max-height:300px;object-fit:contain}.popup-details h3{color:#fff;font-size:1.8rem;margin-bottom:15px;text-align:center}.popup-details p{color:#a0a0a0;line-height:1.6;margin-bottom:1.5rem}.popup-details strong{color:#bfbfbf}.popup-cta-button{display:block;background-color:var(--primary-color);color:#fff;text-decoration:none;padding:12px 24px;border-radius:5px;font-weight:600;transition:background-color .3s ease,transform .3s ease;text-align:center;margin:1rem auto 0;width:fit-content}.popup-cta-button:hover{background-color:#b31329;transform:translateY(-2px)}@media (max-width:768px){.popup-container{width:95%;padding:0}.popup-content{padding:20px}.popup-image img{max-height:200px}.popup-details h3{font-size:1.5rem}}@media screen and (max-width:768px){.verleih-item-grid{gap:1rem;padding:1rem}.verleih-item-card{width:200px;padding:1rem .5rem}}@media screen and (max-width:480px){.verleih-item-grid{gap:.75rem;padding:.75rem}.verleih-item-card{width:160px;padding:.75rem .5rem}}.process-toggle{display:none;background:0 0;border:none;padding:.5rem;cursor:pointer;margin:.5rem 0}.process-toggle .toggle-icon{display:inline-block;transition:transform .3s ease}.process-content{max-height:0;overflow:hidden;transition:max-height .3s ease}@media (max-width:768px){.process-step{border-bottom:1px solid #000;margin-bottom:1rem;padding-bottom:1rem}.service-item.full-screen .process-header{padding-left:76px}.process-toggle{display:block}.process-content{max-height:0}.process-content p{margin:1rem 1rem 0 1rem;padding-left:0}.final-process-step p{padding-left:0!important;margin-top:2rem}.process-line{display:none}}@media screen and (max-width:480px){.service-item.full-screen .process-header{padding:0 0 0 76px;font-size:.9rem}.durchfuehrung-banner h3{font-size:1.2rem}}.process-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;width:100%}.process-header h3{flex:1}@media (min-width:769px){.process-header{cursor:default}.process-toggle{display:none}.process-content{max-height:none!important;overflow:visible}}@media (max-width:768px){.process-toggle{display:block}.process-content{max-height:0}}#beratung .service-details{text-align:center}.consultation-icons{display:flex;justify-content:space-evenly;gap:2rem;margin:2rem 0}.consultation-icons i{font-size:2.5rem;color:var(--primary-color);max-width:30%;display:flex;align-items:center;justify-content:center}