@font-face{font-family:Roboto;src:url(roboto-v30-latin-regular.57844c26.woff2)format("woff2"),url(roboto-v30-latin-regular.32450484.woff)format("woff"),url(roboto-v30-latin-regular.8bedb902.ttf)format("truetype"),url(roboto-v30-latin-regular.493b395f.svg#Roboto)format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(roboto-v30-latin-300.d07a8413.woff2)format("woff2"),url(roboto-v30-latin-300.e1075c83.woff)format("woff"),url(roboto-v30-latin-300.fbcb71ed.ttf)format("truetype"),url(roboto-v30-latin-300.795b3444.svg#Roboto)format("svg");font-weight:300;font-style:normal;font-display:swap}*{box-sizing:border-box}html,body{background-color:#f0f0f0;flex-direction:column;min-height:100%;margin:0;padding:0;font-family:Roboto;display:flex}.demo{color:#000;width:100%;max-width:1920px;margin:0 auto;display:block}main{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;display:flex;overflow-x:hidden}section{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1920px;padding:0 20px 55px;display:flex}@media (width<=768px){section{padding:20px 10px}}.container{flex-direction:column;align-items:center;width:100%;max-width:1400px;display:flex}.heading{color:#005d83;margin-bottom:20px}.heading h2{text-transform:uppercase;margin:0;font-size:3rem;font-weight:300}.heading h5{color:#005d83;margin:0;font-size:1.2em}.heading p{color:#333;margin:5px 0 0;font-size:1.2em;line-height:1.2}.heading img{width:50px;height:50px;margin-top:10px}@media (width<=768px){.heading h2{font-size:2em}}#preloader{z-index:9999;background:#fff;justify-content:center;align-items:center;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}#preloader .spinner{border:4px solid #00000014;border-top-color:#0009;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.dom-ready #preloader{opacity:1;visibility:visible}.loaded #preloader{opacity:0;visibility:hidden;pointer-events:none}img.fade-in{opacity:0;transition:opacity .3s}.loaded img.fade-in{opacity:1}.fuelpipe-topbar{background-color:var(--bg);backdrop-filter:blur(20px);z-index:1000;background:#ffffff12;border:1px solid #0000000d;flex-direction:row;justify-content:center;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 3px #00000014,0 2px 6px #0000000a}.fuelpipe-topbar .container{flex-direction:row;flex:1;justify-content:space-between;align-items:center;width:100%;max-width:1920px;padding:0 20px;display:flex}.fuelpipe-topbar .menu-toggle{cursor:pointer;z-index:1003;background:0 0;border:none;padding:10px;display:none}.fuelpipe-topbar .menu-toggle span{background-color:#333;width:25px;height:2px;margin:5px 0;transition:all .3s;display:block}.fuelpipe-topbar .menu-toggle.active span:first-child{transform:rotate(-45deg)translate(-5px,5px)}.fuelpipe-topbar .menu-toggle.active span:nth-child(2){opacity:0}.fuelpipe-topbar .menu-toggle.active span:nth-child(3){transform:rotate(45deg)translate(-5px,-5px)}.fuelpipe-topbar nav ul{gap:5px;margin:0;padding:0;list-style:none;display:flex}.fuelpipe-topbar nav li.mobile-only{display:none}.fuelpipe-topbar nav li.has-dropdown .dropdown{backdrop-filter:blur(6px);z-index:1100;white-space:nowrap;background:#fffffff7;border:1px solid #0000000f;border-radius:6px;flex-direction:row;gap:4px;min-width:560px;margin:0;padding:12px 8px;list-style:none;display:none;position:absolute;top:90px;right:80px;box-shadow:0 4px 20px #0000001f}.fuelpipe-topbar nav li.has-dropdown .dropdown li{flex:1}.fuelpipe-topbar nav li.has-dropdown .dropdown li+li{border-left:1px solid #00000014}.fuelpipe-topbar nav li.has-dropdown.dropdown-open .dropdown{display:flex}.fuelpipe-topbar nav a{color:#666;text-transform:uppercase;border-radius:4px;padding:10px 15px;font-size:1.1rem;font-weight:200;text-decoration:none;transition:color .3s}.fuelpipe-topbar nav a:hover,.fuelpipe-topbar nav a .active{color:#005d83}.fuelpipe-topbar nav a{letter-spacing:0;flex-direction:column;transition:all .28s ease-in-out;display:flex}.fuelpipe-topbar nav a:hover,.fuelpipe-topbar nav a.active{letter-spacing:2px}.fuelpipe-topbar nav a:after,.fuelpipe-topbar nav a:before{backface-visibility:hidden;content:" ";border:1px solid #0000;width:0;margin:0 auto;transition:all .28s ease-in-out;display:block;position:relative;bottom:0}.fuelpipe-topbar nav a:hover:after{backface-visibility:hidden;border-color:#005d83;width:70%;transition:width .35s ease-in-out}.fuelpipe-topbar nav a:hover:before{width:70%;top:0;bottom:auto}@media (width<=768px){body.nav-open{overflow:hidden}.nav-open .fuelpipe-topbar{backdrop-filter:none}.fuelpipe-topbar .menu-toggle{display:block}.fuelpipe-topbar nav{z-index:1002;visibility:hidden;background-color:#fff;width:280px;padding:110px 25px 30px;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:block;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-2px 0 15px #00000026}.fuelpipe-topbar nav ul{flex-direction:column;gap:5px}.fuelpipe-topbar nav li.mobile-only{border-top:1px solid #eee;margin-top:25px;padding-top:25px;display:block}.fuelpipe-topbar nav a{color:#333;border-bottom:1px solid #f9f9f9;padding:15px 0;font-size:1.2rem;display:block}.fuelpipe-topbar nav a:hover{color:#005d83;background:0 0}body.nav-open .fuelpipe-topbar nav{visibility:visible;transform:translate(0)}}.menu-backdrop{z-index:999;opacity:0;visibility:hidden;pointer-events:none;background:#0006;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}body.nav-open .menu-backdrop{opacity:1;visibility:visible;pointer-events:auto;backdrop-filter:blur(4px)}#teaser{opacity:0;background-image:url(bg_slide_01.6f3ec1f7.jpg);background-position:50%;background-size:cover;width:100%;height:950px;position:relative}#teaser.animate-in{animation:2s cubic-bezier(.16,1,.3,1) forwards zoomFadeIn}#teaser .container{text-align:left;flex-flow:wrap;align-items:flex-start;max-width:100%;display:flex;position:absolute;top:22%}#teaser .teaser-headline{width:48%;padding:7rem 5rem 5rem;position:relative}#teaser h1{color:#005d83;margin:0;font-size:5rem;font-weight:400;line-height:4.8rem}#teaser p{color:#4ea3c5;max-width:600px;margin:0 0 1rem;font-size:3.5rem;font-weight:100;line-height:3.3rem}#teaser .video-wrapper{width:48%;margin:0 auto;position:relative}#teaser .video-wrapper video{width:100%;max-width:100%;height:auto;display:block}@media (width<=768px){#teaser{height:70vh}#teaser .container{text-align:center;padding:0 20px;top:60%;left:50%;transform:translate(-50%,-50%)}#teaser .teaser-headline{width:100%;padding:0}#teaser h1{font-size:2.4em;font-weight:600;line-height:2.4rem}#teaser p{text-align:center;max-width:100%;font-size:2rem;line-height:1.9rem}#teaser .video-wrapper{width:100%;margin:20px auto 0}}#about{background-image:url(bg_slide_02.45f19cf5.jpg);background-position:50%;background-size:cover;width:100%;max-width:1920px;position:relative}#about .container{width:100%;max-width:1920px;margin:0 auto;padding:50px 20px 0;position:relative}#about h3{color:#005d83;margin:0;font-size:1.4em;font-weight:100}#about h4{color:#005d83;margin:0;font-size:2.4em;font-weight:100}@media (width<=768px){#about h3{font-size:1.2em}#about h4{font-size:2em}}#about .aboutglass{text-align:center;flex-flow:wrap;justify-content:center;width:100%;max-width:100%;padding:0;display:flex}#about .aboutglass .aboutbox{background:linear-gradient(-135deg,#005d83 30px,#fff .8px);align-items:stretch;width:32%;margin:10px;padding:20px}#about .aboutglass h3{color:#005d83;margin:0;font-size:1.8em;font-weight:100}#about .aboutglass h5{color:#005d83;margin:0;font-size:2.5em;font-weight:500}#about .aboutglass p{color:#333;margin-top:5px;font-size:1.2em;font-weight:200;line-height:1.6}#about .aboutglass svg{vertical-align:middle;fill:#005d83;width:3.2em;height:3.2em}@media (width<=768px){#about .aboutglass .aboutbox{width:100%}#about .aboutglass .aboutbox p{font-size:1em;line-height:1.4}}#video{background:linear-gradient(90deg,#e8e9ea 0%,#f9fbfc 100%);width:100%;padding-top:55px;position:relative}#video .video-wrapper{width:100%;max-width:1400px;margin:0 auto;position:relative}#video .video-wrapper video{width:100%;max-width:100%;height:auto;display:block}#team{background:linear-gradient(135deg,#e3e3e3 0%,#fff 100%);width:100%;position:relative}#team .team-wrapper{flex-flow:wrap;justify-content:space-between;align-items:flex-start;width:100%;display:flex;position:relative}#team .team-member{justify-content:space-between;width:48%;display:flex;position:relative}#team .team-member .foto{object-fit:cover;height:auto;position:relative}#team .team-member .foto img.normal{object-fit:cover;width:100%;height:100%}#team .team-member .foto img.morph{object-fit:cover;opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}#team .team-member .info{color:#333;text-align:center;z-index:1;flex-direction:column;place-content:center space-around;align-items:center;width:66%;margin-left:-35px;font-size:1em;display:flex}#team .team-member .info .box{text-align:left;background:#fffc;width:100%;padding:15px 20px}#team .team-member .info h3{color:#005d83;margin:0;font-size:1.4em;font-weight:100}#team .team-member .info h3 small{color:#333;font-size:.7em;display:block}#team .team-member .info p{margin:5px 0 0;font-size:1em;font-weight:600}#team .team-member:nth-child(2n){flex-direction:row-reverse;align-self:flex-end;margin-top:150px}#team .team-member:nth-child(2n) .info{margin-left:0;margin-right:-30px}@media (width<=768px){#team .team-member{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:50px}#team .team-member .foto{width:100%}#team .team-member .info{width:100%;margin:0}#team .team-member:nth-child(2n){flex-direction:column;align-self:center;margin-top:50px}#team .team-member:nth-child(2n) .info{margin-right:0}}#quote{background-image:url(bg_slide_03.74ae4ddf.jpg);background-position:50%;background-size:cover;width:100%;padding:0;position:relative}#quote .container{backdrop-filter:blur(5px);background:#fff9;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:none;padding:55px 20px;display:flex}#quote blockquote{color:#333;max-width:1400px;font-size:1.4em;font-style:italic}#quote blockquote footer{margin-top:10px;font-weight:700}#footer-contacts{background:linear-gradient(90deg,#e8e9ea 0%,#f9fbfc 100%);width:100%;position:relative}#footer-contacts .footer-contacts-wrapper{background:radial-gradient(circle,#fdfdfd 0%,#f4f4f4 75%,#e5e5e5 100%);flex-direction:row;justify-content:space-between;align-items:stretch;gap:20px;width:100%;max-width:1400px;display:flex;position:relative;box-shadow:0 2px 5px #00000040}#footer-contacts .footer-contacts-wrapper .footer-contacts-info{color:#333;text-align:left;flex-direction:column;flex:1;justify-content:space-between;gap:20px;padding:3rem;font-size:1.2em;display:flex}#footer-contacts .footer-contacts-wrapper .footer-contacts-info h3{color:#005d83;text-transform:uppercase;margin:0 0 10px;font-size:1.5em;font-weight:100;display:inline-flex}#footer-contacts .footer-contacts-wrapper .footer-contacts-info p{color:#333;text-align:justify;margin:5px 0;font-size:1rem;line-height:1.5rem}#footer-contacts .footer-contacts-wrapper .footer-contacts-info svg{vertical-align:middle;fill:#005d83;width:1.2em;height:1.2em}#footer-contacts .footer-contacts-wrapper .footer-contacts-info a{color:#005d83;align-items:center;font-size:1.4rem;font-weight:600;line-height:1.5rem;text-decoration:none;display:inline-flex}#footer-contacts .footer-contacts-wrapper .footer-contacts-info a:hover{color:#333}@media (width<=768px){#footer-contacts .footer-contacts-wrapper .footer-contacts-info h3{font-size:1.4em}#footer-contacts .footer-contacts-wrapper{flex-direction:column}#footer-contacts .footer-contacts-wrapper .footer-contacts-info{text-align:center;padding:1.5rem}#footer-contacts .footer-contacts-wrapper .footer-contacts-info p,#footer-contacts .footer-contacts-wrapper .footer-contacts-phone{text-align:center}}#contact{background-color:#fff;width:100%;position:relative}#contact .contact-wrapper{flex-direction:row;justify-content:space-between;align-items:stretch;gap:20px;width:100%;max-width:1400px;display:flex;position:relative}#contact .contact-wrapper .contact-info{color:#333;text-align:left;flex:1;font-size:1.2em}#contact .contact-wrapper .contact-info h3{color:#005d83;margin:0 0 10px;font-size:1.5em;font-weight:100}#contact .contact-wrapper .contact-info p{color:#005d83;margin:5px 0;font-size:1em;line-height:1.5rem}#contact .contact-wrapper .contact-info svg{vertical-align:middle;fill:#005d83;width:1.2em;height:1.2em;margin-right:.5em}#contact .contact-wrapper .contact-info hr{border:none;border-top:1px dashed #005d83;margin:10px 0}#contact .contact-wrapper .contact-info h4{color:#333;margin:10px 0;font-size:1.2em;font-weight:100}#contact .contact-wrapper .contact-karte{flex:2;justify-content:center;align-items:flex-start;display:flex}#contact .contact-wrapper .contact-karte img{object-fit:cover;border:1px solid #0000001a;width:100%;height:auto}@media (width<=768px){#contact .contact-wrapper{flex-direction:column}#contact .contact-wrapper .contact-info{text-align:center}#contact .contact-wrapper .contact-karte{margin-top:20px}}footer.fuelpipe-footer{background:#ffffff80;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:10px;display:flex}footer.fuelpipe-footer nav{margin-bottom:10px}footer.fuelpipe-footer nav ul{margin:0;padding:0;list-style:none;display:flex}footer.fuelpipe-footer nav ul li{border-right:1px solid #005d83;padding:0 10px}footer.fuelpipe-footer nav ul li:last-child{border-right:none}footer.fuelpipe-footer img{height:100px;margin:0}footer.fuelpipe-footer p{color:#333;margin:3px 0;font-size:.9em}footer.fuelpipe-footer .credits{color:#333;text-transform:uppercase;font-size:.9em}footer.fuelpipe-footer a{color:#005d83;text-transform:uppercase;text-decoration:none}footer.fuelpipe-footer a:hover{text-decoration:underline}@media (width<=768px){footer.fuelpipe-footer{padding:30px 10px}footer.fuelpipe-footer nav ul{flex-direction:column;align-items:center}footer.fuelpipe-footer nav ul li{border-right:none;padding:5px 0}}#online-praxis{background:linear-gradient(90deg,#d2d2d2 0%,#dfdfdf 100%);width:100%;margin-top:-25px;padding:55px 20px;position:relative}#online-praxis .online-praxis-wrapper{text-align:center;background:radial-gradient(circle,#fdfdfd 0%,#f4f4f4 75%,#e5e5e5 100%);gap:20px;width:100%;max-width:1400px;padding:3rem;position:relative;box-shadow:0 2px 5px #00000040}#online-praxis .online-praxis-wrapper h3{color:#005d83;text-transform:uppercase;margin:0 0 10px;font-size:2.5em;font-weight:500;display:inline-flex}#online-praxis .online-praxis-wrapper h4{color:#333;text-transform:uppercase;margin:0;font-size:1.2em;font-weight:100}#online-praxis .online-praxis-wrapper p{color:#769ab1;margin:5px 0;font-size:1.5em;line-height:1.5rem}#online-praxis .online-praxis-wrapper .teaserButton{letter-spacing:1px;color:#fff;background:linear-gradient(90deg,#0c5584,#5aa9dc);border:none;border-radius:15px;width:300px;height:52px;margin-top:20px;padding:0;font-size:20px;font-weight:100;line-height:25px;transition:all .25s}#online-praxis .online-praxis-wrapper .teaserButton svg{height:24px;margin:-5px 0}#online-praxis .online-praxis-wrapper .teaserButton:hover{color:#bde5ff;border-color:none;background:linear-gradient(90deg,#0c5584,#5aa9dc)}@media (width<=768px){#online-praxis .online-praxis-wrapper{flex-direction:column}#online-praxis .online-praxis-wrapper .footer-contacts-info{text-align:center;padding:1.5rem}#online-praxis .online-praxis-wrapper .footer-contacts-info p,#online-praxis .online-praxis-wrapper .footer-contacts-phone{text-align:center}}[data-animate*=fade],[data-animate*=blur],[data-animate*=rise],[data-animate*=wipe]{opacity:0}[data-animate*=zoom]{opacity:0;transform:scale(1.1)}[data-animate*=scale]{opacity:0;transform:scale(.9)}[data-animate*=reveal]{clip-path:inset(100% 0 0)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInUp{0%{opacity:0;transform:translateY(140px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUpOnly{0%{transform:translateY(40px)}to{transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleUpOnly{0%{transform:scale(.9)}to{transform:scale(1)}}@keyframes blurIn{0%{filter:blur(8px);opacity:0}to{filter:blur();opacity:1}}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes revealUp{0%{clip-path:inset(100% 0 0)}to{clip-path:inset(0% 0 0)}}@keyframes wipeLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes zoomFadeIn{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}[data-animate=fade].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards fadeIn}[data-animate=slide].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards slideInUpOnly}[data-animate=fade\ slide].animate-in,[data-animate=slide\ fade].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards slideInUp}[data-animate=scale].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards scaleUpOnly}[data-animate=fade\ scale].animate-in,[data-animate=scale\ fade].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards scaleUp}[data-animate*=blur].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards blurIn}[data-animate*=rise].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards riseIn}[data-animate*=reveal].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards revealUp}[data-animate*=wipe].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards wipeLeft}[data-animate*=zoom].animate-in{animation:1.7s cubic-bezier(.4,.14,.3,1) forwards zoomFadeIn}
/*# sourceMappingURL=dspdueren.4c307276.css.map */
