@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-yjcjdr {font-family: "Righteous"; font-weight: 400; color: hsl(0, 0%, 100%); text-transform: none; font-size: 30px; margin-bottom: 10px}@media (max-width: 767px) {#brxe-yjcjdr {font-size: 20px}}@media (max-width: 478px) {#brxe-yjcjdr {font-size: 25px}}#brxe-xsjuwg {font-family: "Roboto"; font-weight: 900; color: #ffffff; font-size: 60px; margin-bottom: 0}@media (max-width: 991px) {#brxe-xsjuwg {font-size: 50px}}@media (max-width: 767px) {#brxe-xsjuwg {font-size: 40px}}@media (max-width: 478px) {#brxe-xsjuwg {font-size: 45px}}#brxe-qinfdv {font-family: "Roboto"; font-weight: 700; color: hsl(0, 0%, 0%)}#brxe-zhugtr {align-self: center !important; margin-top: 20px}@media (max-width: 991px) {#brxe-zhugtr {align-self: center !important}}@media (max-width: 478px) {#brxe-zhugtr {align-self: center !important}}#brxe-vksaxj {height: auto; width: 90%}@media (max-width: 991px) {#brxe-vksaxj {width: 100%; padding-right: 10px; padding-left: 10px}}@media (max-width: 478px) {#brxe-vksaxj {width: 100%; padding-right: 10px; padding-left: 10px}}#brxe-jfhgie {height: 100vh; justify-content: center; align-items: center; width: 100%}* { box-sizing: border-box; }html, body { height: 100%; margin: 0; } .hero-drama { --bpm: 40; --beat: calc(60s / var(--bpm));  position: relative; min-height: 100vh; overflow: hidden; display: grid; place-items: center; color: #f5f8ff; background: radial-gradient(1200px 700px at 15% 15%, rgba(35, 108, 255, 0.48), transparent 55%), radial-gradient(1100px 700px at 85% 25%, rgba(255, 41, 76, 0.40), transparent 58%), linear-gradient(140deg, #040815 0%, #0a1330 42%, #180914 100%);} .hero-drama::before,.hero-drama::after { content: ""; position: absolute; inset: -18%; pointer-events: none;} .hero-drama::before { background: conic-gradient( from 200deg at 50% 50%, rgba(38, 118, 255, 0.68), rgba(22, 53, 130, 0.22), rgba(242, 24, 64, 0.66), rgba(79, 24, 45, 0.20), rgba(38, 118, 255, 0.68) ); filter: blur(55px) saturate(120%); mix-blend-mode: screen; animation: dramaSpin 50s linear infinite, bpm50Pulse var(--beat) ease-in-out infinite;} .hero-drama::after { background: radial-gradient(circle at 32% 38%, rgba(81, 153, 255, 0.36), transparent 30%), radial-gradient(circle at 70% 55%, rgba(255, 84, 124, 0.34), transparent 28%), radial-gradient(circle at 52% 72%, rgba(43, 109, 255, 0.28), transparent 26%); filter: blur(34px); animation: dramaFloat 8.5s ease-in-out infinite alternate;}@keyframes dramaSpin { to { transform: rotate(360deg) scale(1.04); }}@keyframes dramaFloat { from { transform: translate(-2.5%, -1.5%) scale(0.98); } to { transform: translate(2.5%, 1.8%) scale(1.03); }}@keyframes bpm50Pulse { 0%, 100% { opacity: 0.78; filter: blur(55px) saturate(120%); } 40% { opacity: 0.98; filter: blur(52px) saturate(132%); } 60% { opacity: 0.88; filter: blur(54px) saturate(125%); }}@media (max-width: 478px) {* { box-sizing: border-box; }html, body { height: 100%; margin: 0; }.hero-drama { --bpm: 40; --beat: calc(60s / var(--bpm));  position: relative; min-height: 100vh; overflow: hidden; display: grid; place-items: center; color: #f5f8ff; background: radial-gradient(1200px 700px at 15% 15%, rgba(35, 108, 255, 0.48), transparent 55%),  radial-gradient(1100px 700px at 85% 85%, rgba(255, 41, 76, 0.40), transparent 58%),  linear-gradient(140deg, #040815 0%, #0a1330 42%, #180914 100%);}.hero-drama::before,.hero-drama::after { content: ""; position: absolute; inset: -18%; pointer-events: none;}.hero-drama::before { background: conic-gradient( from 1deg at 50% 50%, rgba(38, 118, 255, 0.68), rgba(22, 53, 130, 0.22), rgba(242, 24, 64, 0.66), rgba(79, 24, 45, 0.20), rgba(38, 118, 255, 0.68) ); filter: blur(55px) saturate(120%); mix-blend-mode: screen; animation: bpm50Pulse var(--beat) ease-in-out infinite; }.hero-drama::after { background: radial-gradient(circle at 28% 24%, rgba(81, 153, 255, 0.36), transparent 30%),  radial-gradient(circle at 76% 82%, rgba(255, 84, 124, 0.34), transparent 28%),  radial-gradient(circle at 52% 72%, rgba(43, 109, 255, 0.28), transparent 26%); filter: blur(34px); animation: bpm50PulseSoft var(--beat) ease-in-out infinite; }@keyframes bpm50Pulse { 0%, 100% { opacity: 0.78; filter: blur(55px) saturate(120%); } 40% { opacity: 0.98; filter: blur(52px) saturate(132%); } 60% { opacity: 0.88; filter: blur(54px) saturate(125%); }}@keyframes bpm50PulseSoft { 0%, 100% { opacity: 0.78; } 50% { opacity: 0.96; }}}#brxe-cplcwz {margin-bottom: 40px; font-family: "Roboto"; font-weight: 900; font-size: 40px}@media (max-width: 478px) {#brxe-cplcwz {width: 90%}}#brxe-96bf06 {border-radius: 20px}#brxe-f6d061 {font-family: "Roboto"; font-size: 30px; margin-bottom: 5px}#brxe-41ab2b {font-family: "Roboto"; border-style: solid; border-color: hsl(0, 0%, 90%); border-radius: 20px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-791333 {font-family: "Roboto"; font-size: 30px; margin-bottom: 5px}#brxe-82d0ed {font-family: "Roboto"; border-style: solid; border-color: hsl(0, 0%, 90%); border-radius: 20px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-d5a225 {font-family: "Roboto"; font-size: 30px; margin-bottom: 5px}#brxe-f941d6 {font-family: "Roboto"; border-style: solid; border-color: hsl(0, 0%, 90%); border-radius: 20px; padding-top: 20px; padding-right: 20px; padding-bottom: 20px; padding-left: 20px}#brxe-556505 {font-family: "Roboto"}#brxe-gvnatx {width: 90%}#brxe-ijlyxg {margin-top: 70px; margin-bottom: 70px}@media (max-width: 478px) {#brxe-ijlyxg {margin-bottom: 0}}#brxe-syxpmr {font-family: "Righteous"; font-weight: 400; font-size: 60px; text-align: center}#brxe-snvjrw {text-align: center; text-transform: uppercase; font-family: "Roboto"; font-weight: 400; margin-bottom: 70px}@media (max-width: 478px) {#brxe-snvjrw {margin-bottom: 20px}}#brxe-qithlk {align-self: center !important}#brxe-8ceb54 {font-family: "Roboto"; font-size: 30px; margin-bottom: 20px}@media (max-width: 478px) {#brxe-8ceb54 {font-family: "Roboto"; font-size: 25px}}#brxe-67b2c2 {font-family: "Roboto"; font-weight: 400; font-size: 20px; margin-bottom: 5px}#brxe-rscngw {margin-left: 10%}@media (max-width: 478px) {#brxe-rscngw {margin-left: 0}}#brxe-ed8352 {font-family: "Roboto"; background-color: #ffd54d}#brxe-rgszwy {align-self: center !important}#brxe-dd2f3f {margin-left: 20px}@media (max-width: 478px) {#brxe-dd2f3f {margin-top: -60px; margin-left: 0}}#brxe-35eb37 {background-image: url(https://savedtime.de/wp-content/uploads/ambulance-1-1920x1280.webp); background-size: cover; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; border-top-left-radius: 60px; border-bottom-left-radius: 60px}@media (max-width: 478px) {#brxe-35eb37 {margin-right: 20px; margin-left: 0; border-top-left-radius: 0; border-bottom-left-radius: 0}}@media (max-width: 478px) {#brxe-cdde72 {width: 100%}}#brxe-fc60dd {background-color: hsl(0, 0%, 100%); margin-top: 70px; margin-bottom: 70px}#brxe-362994 {background-color: hsl(0, 0%, 100%)}#brxe-jsrveu {background-image: url(https://savedtime.de/wp-content/uploads/praxis-1-1920x1280.webp); background-size: cover; border-top-right-radius: 60px; border-bottom-right-radius: 60px}@media (max-width: 478px) {#brxe-jsrveu {border-top-right-radius: 0; border-bottom-right-radius: 0}}#brxe-xiziko {font-family: "Righteous"; font-weight: 400; text-align: center; font-size: 60px}#brxe-plkhpu {text-align: center; text-transform: uppercase; font-family: "Roboto"; font-weight: 400; margin-bottom: 70px}@media (max-width: 478px) {#brxe-plkhpu {margin-bottom: 20px}}#brxe-mfqysz {align-self: center !important}#brxe-bqnnma {font-family: "Roboto"; font-size: 30px; margin-bottom: 20px}@media (max-width: 478px) {#brxe-bqnnma {font-family: "Roboto"; font-size: 25px}}#brxe-hdlpgr {font-family: "Roboto"; font-weight: 400; font-size: 20px; margin-bottom: 5px}#brxe-gcypnr {margin-left: 10%}@media (max-width: 478px) {#brxe-gcypnr {margin-left: 0; width: 100%}}#brxe-fctdwu {font-family: "Roboto"; background-color: #ffd54d}#brxe-kmrcmq {align-self: center !important}#brxe-idzrsv {margin-left: 20px}@media (max-width: 478px) {#brxe-idzrsv {margin-top: -; margin-left: 0}}#brxe-zlrroy {background-color: hsl(0, 0%, 100%); margin-top: 70px; margin-bottom: 70px}#brxe-rlnhgz {background-color: hsl(0, 0%, 100%)}#brxe-ilqbwg {font-family: "Righteous"; font-weight: 400; text-align: center; font-size: 60px}#brxe-jrfbrc {text-align: center; text-transform: uppercase; font-family: "Roboto"; font-weight: 400; margin-bottom: 70px}@media (max-width: 478px) {#brxe-jrfbrc {margin-bottom: 20px}}#brxe-jjvdcg {align-self: center !important}#brxe-kemnam {font-family: "Roboto"; font-size: 30px; margin-bottom: 20px}@media (max-width: 478px) {#brxe-kemnam {font-family: "Roboto"; font-size: 25px}}#brxe-gmtwsn {font-family: "Roboto"; font-weight: 400; font-size: 20px; margin-bottom: 5px}#brxe-pxfxge {margin-left: 10%}@media (max-width: 478px) {#brxe-pxfxge {margin-left: 0}}#brxe-ipvlob {font-family: "Roboto"; background-color: #ffd54d}#brxe-oskndv {align-self: center !important}#brxe-bexptv {margin-left: 20px}@media (max-width: 478px) {#brxe-bexptv {margin-top: 0; margin-left: 0}}#brxe-sufjbn {background-image: url(https://savedtime.de/wp-content/uploads/office-1-1920x1280.webp); background-size: cover; margin-top: 20px; margin-right: 20px; margin-bottom: 20px; margin-left: 20px; border-top-left-radius: 60px; border-bottom-left-radius: 60px}@media (max-width: 478px) {#brxe-sufjbn {border-top-left-radius: 0; border-bottom-left-radius: 0; margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0}}#brxe-bdpsqj {background-color: hsl(0, 0%, 100%); margin-top: 70px; margin-bottom: 70px}#brxe-gzouyb {background-color: hsl(0, 0%, 100%)}@media (max-width: 478px) {#brxe-gzouyb {margin-top: -100px}}