html{line-height:1.15}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{box-sizing:content-box;color:inherit;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}table{border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
html{font-size:100%;overflow-x:hidden}body{margin:0;font-family:arial,sans-serif;color:#002a49;background-color:#fafafa}body:has(dialog[open]){overflow:hidden}body.active-overlay{overflow:hidden;width:100%}a{color:#427aa1}.container{display:grid;grid-template-columns:1fr minmax(auto, 70%) 1fr}.center-column{grid-column:2}.post-content{font-size:clamp(1rem, calc(1rem + 1vw), 1.3rem);-webkit-hyphens:auto;hyphens:auto;padding:1em}.site-header{display:flex;flex-direction:column}.top-menu{display:flex;justify-content:space-around;align-items:center;height:50px}.header-main{display:flex;padding:15px 10px 20px;align-items:center;justify-content:center;background-color:#fafafa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23427aa1' fill-opacity='0.15' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.logo-container{flex:1;display:flex;justify-content:flex-start;max-width:clamp(160px, calc(160px + (240 - 160)*(100vw - 768px)/(1920 - 768)), 240px);height:auto}.logo-container img{width:100%;height:auto}.text-container{flex:2;text-align:center;padding:1em 1em 0}.line1{font-size:clamp(24px, calc(24px + (48 - 24)*(100vw - 768px)/(1920 - 768)), 48px);font-weight:400;padding-bottom:.3em;display:inline-block;padding:0 0 .3em;background-color:transparent;background-image:linear-gradient(to bottom,#000 0%,#000 100%);background-size:100% .2rem;background-position:bottom;background-repeat:no-repeat}.line2{font-size:clamp(30px, calc(30px + (60 - 30)*(100vw - 768px)/(1920 - 768)), 60px);font-weight:500;letter-spacing:.15em;padding-top:.3em}.main-menu-container{display:flex;align-items:center;border-radius:0;background:#fff;padding:0 .5em}.extra-button{margin-left:auto}.header-top-nav{display:flex;list-style:none;width:100%}.header-top-nav li{flex:1;display:flex;justify-content:flex-end}.header-top-nav a{color:#aaabbb}.header-top-nav a:visited{color:#b6b6b6}.navbar{display:flex;justify-content:space-between;align-items:center;overflow:hidden;width:100%;background:#fff;box-shadow:0px -3px 2px -2px #333f48;margin-bottom:1em}.navbar-nav{list-style:none;display:flex;padding:0}.navbar-nav a{text-decoration:none;padding:.8em .6em;font-size:clamp(0.2rem, .5rem + 1vw, 1.4rem);font-family:inherit;color:#fff;background:#427aa1;display:flex;align-items:center;border-left:1px solid #fff}.navbar-nav>li:first-child a{border-bottom-left-radius:7px}.navbar-nav>li:last-child a{border-bottom-right-radius:7px}.navbar-nav a :hover{color:#26268b ff;background:#fff}.termin-button{color:#fff;background:#003764;padding:.8em;outline:0;border:0;font-family:inherit;font-size:clamp(0.95rem, 0.55rem + 1vw, 1.3rem);font-weight:800;min-width:165px;height:inherit;margin-right:.5em;border-radius:5px}.termin-button:hover{background:#427aa1;cursor:pointer}.termin-button:active{background:#427aa1;font-weight:500}.termin-menu{background:#fafafa;color:#000;position:fixed;inset:0;width:100%;height:100dvh;max-width:100vw;max-height:100vh;border:none;padding:0;margin:0;display:none;overflow:hidden;text-align:center;align-items:center;will-change:transform}.termin-menu[open]{display:grid;grid-template-rows:auto 1fr auto;animation:slidein .8s cubic-bezier(.19,1,.22,1) forwards;align-items:center}.termin-menu::backdrop{background:rgba(0,0,0,.5);opacity:0}.termin-menu[open]::backdrop{opacity:1;animation:fadeIn .4s linear}.termin-menu.closing{animation:slideout .8s cubic-bezier(.165,.84,.14,1)}.termin-menu.closing::backdrop{animation:fadeOut .4s linear}.termin-menu p{padding:5px 10px}@keyframes slidein{from{transform:translate3d(-100%,0,0)}to{transform:translate3d(0,0,0)}}@keyframes slideout{from{transform:translate3d(0,0,0)}to{transform:translate3d(-100%,0,0)}}.scrollme{max-height:100%;padding:1.5em 0;margin-bottom:2em}.fix-termin-header,.fix-termin-footer{position:sticky;min-height:20px}.fix-termin-header{top:0;width:100%;display:flex;justify-content:center;background-color:inherit}.fix-termin-footer{bottom:0;background-color:inherit}.termin-menu.open{transform:translateX(0);transition:all .4s ease-in-out}.termin-close{display:flex;align-items:center;justify-content:center;padding:0 15px;border-radius:0 0 7px 7px;border:none;background:#427aa1;color:#fff;font-size:25px;font-family:inherit;cursor:pointer}.button-content{display:flex;align-items:center;justify-content:center}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.button-content.clicked svg{animation:spin 1s linear infinite}.termin-list{display:flex;flex:10;width:100%;justify-content:space-evenly;flex-direction:column;list-style:none;align-items:center}.termin-list a{text-decoration:none;color:#333f48;font-size:50px;font-weight:800}.termin-item{display:flex;flex-direction:column;align-items:center}.small-nav,.small-site-menu{display:none}.large-prx{display:flex;flex-direction:column;position:sticky;top:0;z-index:100;transition:opacity .3s ease,visibility .3s ease}.current-menu-item a{text-decoration:none;color:#fff;background:#003764;transform:scale(1.05);border-right:solid 1px #fff}.navbar-nav a:hover{background:#8bacc4}.haupt-menu-container{border-radius:0;background:#fff;box-shadow:26px 26px 52px #d9d9d9,-26px -26px 52px #fff}.pm-main-content{z-index:1}.pm-bg-pattern{background-color:#fafafa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23427aa1' fill-opacity='0.15' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:.5}100%{opacity:0}}.pm-page-container{padding:0 10px;opacity:0;animation:fadeIn .8s ease-in-out forwards;animation-delay:.55s;background-color:#fafafa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23427aa1' fill-opacity='0.15' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.loading{opacity:.5;animation:fadeOut .2s ease-in-out forwards}.welcome-container{display:flex;margin:25px 0;align-items:flex-end;background-color:#fafafa}.welcome-text{flex:2;padding-left:3em}.welcome-text p{font-size:1.6em}.welcome-h2{font-size:3.5em}.welcome-image{flex:1}.welcome-image img{max-width:350px;max-height:350px}.footer-animation{opacity:0;animation:fadeIn .4s ease-in-out forwards;animation-delay:.8s}.footer-container{margin-top:5em}.footer-row{display:flex}.footer-part{flex:1}.footer-links-container{background:#fafafa;border-right:2px solid #fff}.individual{color:#555d63;width:100%;font-size:10px;padding:.5em 0 .2em 1em}.footer-rechts-container{display:flex;flex-direction:column;align-items:center;background:#fafafa;border-left:2px solid #fff}.footer-rechts-text{display:flex;align-items:center;width:100%;justify-content:space-around;font-size:22px;text-align:center;font-weight:800}.map-image{max-width:98%;height:auto;width:auto;object-fit:contain}.map-link{display:flex;width:100%;height:100%;justify-content:center}.has-text-align-center{text-align:center}.map-frame{width:100%;display:flex;flex:2}.ot-row{display:flex;padding:0 .5em}.ot-row:hover{font-weight:900}.ot-header{flex:1;display:flex;justify-content:center;padding:1em 0 1.5em;font-size:22px}.ot-body{flex:2}.day-half{flex:1;text-align:left;font-weight:700}.time-half{flex:3;flex-direction:row;display:flex;justify-content:space-between}.time-half span{width:100%;padding-bottom:1.5em;text-align:center}.opening-times h2{display:flex;justify-content:center;margin-bottom:2em}.opening-times{display:flex;flex-direction:column}.footer-mitte{display:flex;justify-content:center}.footer-rechts{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafafa}.copyright{display:flex;flex-direction:column;justify-content:center;margin-top:4em;margin-bottom:2em;text-align:center;border-top:1px solid;background:#fff}.copyright p{margin:0;padding:.3em}.copyright p:first-child{margin-top:1.2em}.page-container{display:flex;margin:25px 0;background-color:#fafafa;flex-direction:column;padding:0 5em}.standard-page-container{padding:0 20px}.wp-block-columns{display:flex;flex-wrap:wrap !important;align-items:center}.wp-block-pullquote{border-color:transparent}blockquote{padding:0 0 0 1em}#custom-notification-bar{border:solid 20px #3498db;background-color:#fff;color:#333f48;text-align:center;padding:10px;display:none;margin:2em 0}.aligncenter{text-align:center;opacity:.85}.is-style-rounded img{border-radius:100px}.top-posts-container{display:flex;position:relative}.top-left-post,.top-right-post{width:50%;padding:20px}.top-left-post{display:flex;align-items:center;border-top-left-radius:10px;background-color:#fafafa;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23427aa1' fill-opacity='0.15' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E")}.top-left-post .post-content{padding:0 100px 0 10px}.top-right-post{display:flex;align-items:center;color:#fff;background-color:#427aa1}.top-right-post .post-content{padding:0 10px 0 100px}.page-start-container{display:flex;flex-direction:column}.top-posts-container{display:flex;position:relative;border-radius:7px 7px 0 0}.top-left-post,.top-right-post{width:50%}.featured-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.featured-image img{max-width:200px;height:auto;border-radius:50%;box-shadow:0 0 10px rgba(0,0,0,.1)}.original-content,.replacement-content{overflow-y:auto;align-items:center;width:100dvw;justify-content:center}.termin-emerg-button{border-radius:6px;background-color:#f07167;color:#fff;padding:.4em 1em;font-size:22px;font-weight:600;font-family:inherit;border:none;border-radius:7px 7px 0 0}.termin-emerg-button:hover{background-color:#d3534a;cursor:pointer}.termin-term-button{border-radius:6px;background-color:#003764;color:#fff;padding:.4em 1em;font-size:22px;font-weight:600;font-family:inherit;border:none;border-radius:7px 7px 0 0}.termin-term-button:hover{background:#427aa1;cursor:pointer}.tm-times{width:320px;display:flex;text-align:left;justify-content:space-between}.page-kontakt-container .post-content{display:flex;flex-direction:column;align-items:center}.notfound-container{display:flex;flex-direction:column;align-items:center;text-align:center}.page-impressum-container{display:flex}.page-datenschutz-container{display:flex}.reminder-text{padding:1em}.leistungen-rotator{position:relative;width:100%;height:400px;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px;touch-action:pan-y}.leistungen-post{position:absolute;margin-top:1em;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 2s ease-in-out;overflow:hidden}.leistungen-post.active{opacity:1;z-index:5}.leistungen-post p{opacity:0;width:100%;transition:opacity .5s ease-in-out,visibility 0s linear .5s}.leistungen-post.active p{opacity:1;visibility:visible;transition:opacity .5s ease-in-out,visibility 0s linear 0s}.blurred-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(5px);transform:scale(1.1)}.content-overlay{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:90%;max-width:1200px;color:#fff;box-sizing:border-box;display:flex;flex-direction:column;height:100%;align-items:center;padding:0 5%}.post-title-container{padding:3%;background:rgba(255,255,255,.76);text-align:center;width:100%;box-sizing:border-box;min-height:25%;display:flex;align-items:center;margin-bottom:10px}.post-title{color:#333f48;margin:0;-webkit-hyphens:auto;hyphens:auto}.excerpt{font-size:clamp(1rem, calc(1rem + 1vw), 1.8rem);color:#333f48;padding:5% 10%;background:rgba(255,255,255,.76);margin:0;text-align:center;flex-grow:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:100%}#leistungen-header{display:flex;width:100%;justify-content:center;text-align:center;font-size:2em;border-top:1px solid #427aa1;border-bottom:1px solid #dbdbdb;padding:1em 0}.leistungen-post{text-align:center}.readmore{font-size:16px;border:1px solid transparent;border-radius:7px;padding:.5em;cursor:pointer;background-color:#427aa1;color:#fff}.readmore:hover{background-color:#8bacc4}.progress-bar{position:absolute;bottom:0;left:0;height:2px;background-color:#427aa1;opacity:0;z-index:5;transition:opacity .5s ease-in-out}.progress-bar.running{opacity:1;z-index:10}.progress-bar.fading{opacity:0;transition:opacity 1.5s ease-in-out}.rotator-controls{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:none;justify-content:space-between;padding:0 20px;transition:opacity .3s;opacity:0}.leistungen-rotator:hover .rotator-controls{display:flex;opacity:.5;z-index:5}.rotator-controls button{background:#ff;color:#427aa1;border:none;padding:10px 15px;cursor:pointer;font-size:1.2em;border-radius:50%;text-align:center;font-weight:900}@media (max-width:768px){.rotator-controls{display:none !important}}.popup{display:none;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);overflow-y:auto;padding:20px}.popup.show{display:block;opacity:1;animation:fadeIn .4s linear}.popup-content{background-color:#fff;max-width:800px;margin:50px auto;padding:1.8em;position:relative;border-radius:5px;-webkit-hyphens:auto;hyphens:auto}.popup-content .termin-button{margin-left:0}.popup-content li::marker{color:#427aa1}#popup-post-content{font-size:1.2em;margin-bottom:2em;border-top:1px solid;border-bottom:1px solid}.close-popup{position:absolute;top:15px;right:15px;width:32px;height:32px;background:0 0;border:1px solid #427aa1;cursor:pointer;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:transform .2s ease-in-out}.close-popup:hover{transform:scale(1.2)}.close-popup:before,.close-popup:after{content:'';position:absolute;width:60%;height:2px;background-color:#427aa1}.close-popup:before{transform:rotate(45deg)}.close-popup:after{transform:rotate(-45deg)}.small-close-popup{display:none}.page-leistungen-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px, 1fr));gap:20px;padding:20px}.page-leistungen-item-link{display:block;text-decoration:none;color:inherit}.page-leistungen-item{position:relative;overflow:hidden;border-radius:2px;aspect-ratio:1/1;transition:transform .3s ease;border-bottom:1px solid #427aa1;border-top-right-radius:5px;border-top-left-radius:5px}.page-leistungen-item:hover{transform:scale(1.05)}.item-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(3px)}.text-overlay{position:absolute;top:0;left:0;width:100%;height:50%;display:flex;justify-content:center;align-items:center;background-color:#10518990;color:#fff;padding:10px;box-sizing:border-box;text-align:center;-webkit-hyphens:auto;hyphens:auto}.text-overlay h3{margin:0;font-weight:100;font-size:clamp(1em, calc(1em + 0.25em), 1.5em)}.item-content{width:100%;height:50%;display:flex;align-items:center;padding:10px;box-sizing:border-box;background-color:rgba(255,255,255,.9);position:absolute;bottom:0;left:0}.item-content p{margin:0;font-size:1.15em;padding:0 .3em;-webkit-hyphens:auto;hyphens:auto}.first-word{color:#333f48;font-size:clamp(1.8rem, calc(1rem + 1vw), 2.1rem)}.leistung-first-word{color:inherit;font-size:clamp(1.8rem, calc(1rem + 1vw), 1.8rem)}.rest-words{font-size:clamp(1.2rem, calc(1rem + 1vw), 1.4rem)}.hide-bg-post{color:transparent;font-size:1px}
@media screen and (min-width:1240px) and (max-width:1480px){.container{display:grid;grid-template-columns:1fr minmax(auto,85%) 1fr}}@media screen and (min-width:1024px){.termin-hinweis{width:40%}}@media screen and (min-width:769px) and (max-width:1239px){.container{display:grid;grid-template-columns:1fr minmax(auto,99%) 1fr}}@media screen and (max-width:1024px){.top-posts-container{display:flex;flex-direction:column;border-radius:0;align-items:center}.top-left-post,.top-right-post{width:90%;flex-direction:column;justify-content:center}.top-right-post .post-content{margin-left:0;padding:10px}.top-left-post .post-content{padding:10px 0}.top-posts-container img{position:relative;border-radius:50%;margin-right:0;margin-bottom:-4em}.navbar-nav a{font-size:1.1em}.termin-button{font-size:1.15em}.line1{background-size:100% .15rem}.featured-image{position:static;transform:unset}}@media (max-height:640px){.scrollme{height:50vh;overflow-y:scroll}}@media (min-width:768px){.reminder-text{max-width:75%}}@media (max-width:768px){.top-menu,.header-main,.main-menu-container{flex-direction:column}.container{grid-template-columns:1fr;overflow-x:hidden}.center-column{grid-column:1}.header-main{padding:0;margin-top:5em}.site-header{margin-bottom:1.5em;border-bottom:1px solid #ddd}.line2{letter-spacing:.25em;font-size:36px}.text-container{padding:0 1em 1em}.small-nav{display:flex;width:100%;background:#fff;position:fixed;top:0;left:0;margin-top:0;padding:1em 0;border-bottom:1px solid;z-index:1000}#popup-post-title{text-align:center;font-size:1.5em}.popup-content .termin-button{display:none}.close-popup{display:none}.small-close-popup{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);width:36px;height:36px;background:0 0;border:1px solid #427aa1;cursor:pointer;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:transform .2s ease-in-out}.small-close-popup:before,.small-close-popup:after{content:'';position:absolute;width:60%;height:2px;background-color:#427aa1}.small-close-popup:before{transform:rotate(45deg)}.small-close-popup:after{transform:rotate(-45deg)}.nav-container{min-height:60px}.navbar-nav.responsive{position:relative}.navbar-nav.responsive .icon{position:absolute;right:0;top:0}.navbar-nav.responsive li{float:none;display:block;text-align:left}.main-menu-container{width:100%;height:60px}.large-prx{display:none}.navbar-nav{list-style:none;display:flex;flex-direction:column;align-items:center}.navbar-nav li{display:none}.navbar-nav li.icon{float:right;display:block}.small-site-navbar-nav{list-style:none;width:100%}.small-site-menu-container ul{margin:0;padding:0}.small-site-navbar-nav a{text-decoration:none;font-size:clamp(1.5rem,1.7rem + 1vw,2rem);color:#fff;margin-left:.5em;width:100%}.small-site-navbar-nav li:active{background:#8bacc4}.small-site-navbar-nav li{padding:.5em 0;margin:.1em 0 .1em 1.4em;background:#427aa1;display:flex;min-height:50px;align-items:center}.small-site-navbar-nav li:first-child{border-top-left-radius:5px}.small-site-navbar-nav li:last-child{border-bottom-left-radius:5px}.current-menu-item a{text-decoration:none;color:#eea96e;background:0 0;transform:scale(1);border:none}.small-site-menu{display:block}.small-site-menu-container{position:fixed;display:flex;width:100%;height:100%;justify-content:center;align-items:center;transform:translateY(-100%);background:#fafafa;transition:opacity 1.4s ease-out,transform 1.5s cubic-bezier(.19,1,.22,1);pointer-events:none}.small-site-menu-container.open{opacity:1;transform:translateY(0);transition:opacity 1s ease-in,transform 1.1s cubic-bezier(.165,.84,.44,1);pointer-events:auto;z-index:99}.termin-close{max-height:80px}.termin-button{margin-right:0;margin-left:1.4em}.menu-button{display:flex}.logo-container{text-align:center;margin-top:1em}.header-top-nav li{justify-content:center}.footer-row{flex-direction:column}.footer-rechts-container{margin-left:0;border:none}.footer-links-container{border:none}.welcome-container{flex-direction:column;align-items:center;margin:0;margin-top:1em}.welcome-text{padding:2em;-webkit-hyphens:auto;hyphens:auto;text-align:justify}.line1{font-size:27px;font-weight:500;padding-bottom:.3em;margin-top:1em}.footer-container{margin-top:0;display:flex;flex-direction:column}.footer-part{margin-top:1.5em}.footer-links{padding:0;text-align:center}.footer-links-container{padding:0}.ot-row{display:flex;margin:0 2%}.day-half{flex:1;text-align:left}.time-half{flex:2;flex-direction:row;display:flex;justify-content:space-between}.time-half span{width:100%;padding-left:2em;padding-bottom:1.5em}.footer-mitte{border:0}.trigger{position:absolute;right:0;top:.5%}.bars{width:80px;cursor:pointer}.bars .line{fill:none;stroke:#333f48;stroke-width:4;stroke-linecap:square;transition:stroke-dasharray .4s,stroke-dashoffset .4s}.bars .line.top{stroke-dasharray:40 172}.bars .line.middle{stroke-dasharray:40 111}.bars .line.bottom{stroke-dasharray:40 172}.bars.active .top{stroke-dashoffset:-132px}.bars.active .middle{stroke-dashoffset:-71px}.bars.active .bottom{stroke-dashoffset:-132px}.wp-block-column{padding-left:0;width:100%;padding:1em;flex-wrap:wrap;flex-basis:100%}.post-content{padding:0}.page-guido-container .post-content{padding:1em 0}.page-stellenangebote-container .post-content{padding:.3em}.post-content p{-webkit-hyphens:auto;hyphens:auto;word-break:break-word}blockquote{width:100%;margin:0;padding:0;font-size:22px}}@media (max-width:640px){.timeline{width:85%}.ot-row{display:flex;margin:0}.time-half span{width:100%;padding-left:0;padding-bottom:1.5em}}@media screen and (min-width:425px) and (max-width:525px){.line1{background-size:82% .12rem}}@media screen and (max-width:480px){.logo-container{max-width:180px}}@media screen and (max-width:360px){.line1{font-size:25px}.line2{font-size:30px}}@media screen and (min-width:360px){.fix-termin-header{position:sticky}.fix-termin-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%)}}
.container-fluid .row{padding:0 0 4em}.container-fluid .row:nth-child(even){background:#f1f4f5}.example-title{text-align:center;margin-bottom:60px;padding:3em 0;border-bottom:1px solid #e4eaec}.example-title p{margin:0 auto;font-size:16px;max-width:400px}.example-basic{display:flex;justify-content:center}.timeline{line-height:1.4em;list-style:none;margin:0;padding:0;width:80%}.timeline-title{overflow-wrap:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.pm-timeline-container{display:flex;justify-content:center}.timeline h1,.timeline h2,.timeline h3,.timeline h4,.timeline h5,.timeline h6{line-height:inherit}.timeline-item{padding-left:40px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-info{font-size:12px;font-weight:700;letter-spacing:3px;margin:0 0 .5em;text-transform:uppercase;white-space:nowrap}.timeline-marker{position:absolute;top:0;bottom:0;left:0;width:15px}.timeline-marker:before{background:#427aa1;border:3px solid transparent;border-radius:100%;content:"";display:block;height:15px;position:absolute;top:2px;left:-2px;width:15px;transition:background .3s ease-in-out,border .3s ease-in-out}.timeline-marker:after{content:"";width:3px;background:#ccd5db;display:block;position:absolute;top:24px;bottom:0;left:6px}.timeline-marker.top-line:after{display:none}.period .timeline-marker.top-line:before{border-bottom:none}.period .timeline-content.narrow{padding:40px 0 25px}.timeline-marker.no-line:after{display:none}.period .timeline-title.next{margin:2em 0 0}.period .timeline-marker.no-line:before{display:none}.timeline-item:last-child .timeline-marker:after{content:none}.timeline-item:not(.period):hover .timeline-marker:before{background:0 0;border:3px solid #427aa1}.timeline-content{padding-bottom:40px}.timeline-content p:last-child{margin-bottom:0}.period{padding:0}.period .timeline-info{display:none}.period .timeline-marker:before{background:0 0;content:"";width:15px;height:auto;border:none;border-radius:0;top:0;bottom:30px;position:absolute;border-top:3px solid #ccd5db;border-bottom:3px solid #ccd5db}.period .timeline-marker:after{content:"";height:32px;top:auto}.period .timeline-content{padding:40px 0 50px}.period .timeline-title{margin:0}.marker-outline .timeline-marker:before{background:0 0;border-color:#427aa1}.marker-outline .timeline-item:hover .timeline-marker:before{background:#427aa1}
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}