@charset "UTF-8";:root{--bs-primary: #cc4a47;--bs-secondary: #f8d465;--bs-success: #02b875;--bs-info: #17a2b8;--bs-warning: #fd7e14;--bs-danger: #d9534f;--bs-light: #ededed;--bs-dark: #3b3b3b;--accent-color: var(--bs-secondary);--accent-color-secondary: var(--bs-primary);--text-primary: var(--bs-dark);--footer-color: var(--text-primary);--accent-color-80: color-mix(in srgb, var(--accent-color) 80%, var(--text-primary));--grey-50: #ededed;--grey-75: #ddd;--grey-100: #ced4da;--grey-200: #adb5bd;--grey-300: #868e96;--grey-350: #757575;--grey-400: #495057;--grey-500: #343a40;--grey-600: #212529;--pre-header-height: 30px;--main-header-height: 100px;--header-height: calc(var(--pre-header-height) + var(--main-header-height));--spacer-1: .25rem;--spacer-2: .5rem;--spacer-3: 1rem;--spacer-4: 1.5rem;--spacer-5: 2rem;--spacer-6: 3rem;--spacer-7: 4rem;--spacer-8: 5rem;--spacer-9: 7.5rem;--border-radius-default: .375rem;--border-radius-bigger: 1rem;--border-radius-round: 9999px;--max-width: 100%}@media (min-width: 992px){:root{--max-width: 960px}}@media (min-width: 1200px){:root{--max-width: 1140px}}@media (min-width: 1400px){:root{--max-width: 1320px}}*{box-sizing:border-box}body,html{margin:0;padding:0}main,.contact,.locations{width:100%;margin:0 auto;max-width:var(--max-width)}p{font-size:1.125rem;line-height:1.55em;color:var(--text-primary)}.container{margin:0 auto;max-width:var(--max-width);width:100%;padding:0 15px}.required-marker{color:#ef4444}.section-note{color:var(--grey-300);font-size:1rem;font-style:italic;margin-bottom:var(--spacer-4);line-height:1.4}@font-face{font-family:Ropa Sans;src:url(/fonts/Ropa_Sans/RopaSans-Regular.ttf) format("truetype")}.form-wrapper{margin-bottom:80px}.form-section h2{color:#000;font-size:1.5rem;font-weight:600;line-height:32px;margin:50px 0 8px}.form-section{border-bottom:1px solid #ccc;margin-bottom:20px;padding-bottom:20px}.form-group{margin-bottom:15px}.form-group.wip{border:2px dashed orange;padding:10px;background-color:#fff4e5;border-radius:5px}label{padding-bottom:6px;color:var(--text-primary);display:block;font-weight:400;font-size:1.125rem}.field-border,select,textarea,input[type=text],input[type=email],input[type=date],input[type=number],input[type=file]{width:100%;padding:7px 10px;border:1px solid var(--grey-100);border-radius:var(--border-radius-default);font-size:1.125rem;height:42px;color:var(--text-primary);background:#fff}.field-border::placeholder,select::placeholder,textarea::placeholder,input[type=text]::placeholder,input[type=email]::placeholder,input[type=date]::placeholder,input[type=number]::placeholder,input[type=file]::placeholder{color:var(--grey-300)}.field-border.ng-pristine,select.ng-pristine,textarea.ng-pristine,input[type=text].ng-pristine,input[type=email].ng-pristine,input[type=date].ng-pristine,input[type=number].ng-pristine,input[type=file].ng-pristine{color:var(--grey-300)}select{-moz-appearance:none;-webkit-appearance:none;appearance:none}.field-border{border:1px solid rgb(160,157,157)}textarea{width:100%;min-height:120px;resize:vertical}input:focus,select:focus,textarea:focus{outline:none;border:1px solid var(--grey-300)}input[type=checkbox]{accent-color:var(--accent-color);margin-left:unset}.required-marker,.error-message{color:#e41e1e}.error-message small{font-size:1rem;margin-top:.5rem;display:inline-block}.checkbox-wrapper{display:flex}.checkbox-wrapper label{margin-left:10px}input[type=file]::-webkit-file-upload-button{visibility:hidden;display:none}input[type=file]::file-selector-button{padding:4px 5px;color:#fff;background:none;border:none;background-color:#666;border-radius:0;cursor:pointer;margin-left:-3px}input[type=file]::file-selector-button:before{content:"Datei ausw\e4hlen"}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}app-personnel-questionnaire .ng-pristine{color:var(--text-primary)!important}.drag-drop-upload small{font-size:.875rem;display:inline-block}.drop-zone{border:2px dashed var(--grey-100);border-radius:var(--border-radius-default);padding:var(--spacer-5);text-align:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.drop-zone p{margin:var(--spacer-2) 0;color:var(--grey-300)}.drop-zone:hover{background-color:#f6f6f6;border-color:var(--accent-color)}.drop-zone.drag-over{background-color:color-mix(in srgb,var(--accent-color) 15%,white);border-color:var(--accent-color);border-style:solid}.drop-zone .select-file-button{padding:8px 16px;border:1px solid var(--grey-300);background-color:transparent;color:var(--grey-300);border-radius:4px;cursor:pointer}.file-list{margin-top:var(--spacer-4);margin-bottom:var(--spacer-7)}.file-item{display:flex;justify-content:space-between;align-items:center;padding:var(--spacer-2);background-color:var(--grey-50);border:1px solid var(--grey-75);border-radius:var(--border-radius-default);margin-bottom:var(--spacer-2)}.file-item span{color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:var(--spacer-3)}.remove-btn{background:none;border:none;color:var(--bs-danger);font-size:1.5rem;font-weight:700;cursor:pointer;line-height:1;padding:0 var(--spacer-2);transition:color .2s ease}.remove-btn:hover{color:color-mix(in srgb,var(--bs-danger) 85%,black)}.existing-file-indicator{display:flex;align-items:center;gap:var(--spacer-2);padding:12px;margin-bottom:var(--spacer-3);background-color:#fff9e5;border:1px solid #f2d479;border-radius:4px}.existing-file-indicator .existing-file-text{color:#856404;font-weight:500;flex-grow:1}.existing-file-indicator small{color:#856404;font-size:.875rem;margin-left:auto;max-width:200px;text-align:right}*{font-family:Ropa Sans,sans-serif}body,html{line-height:1.2;color:var(--text-primary);-webkit-font-smoothing:antialiased}h1,h2,h3{margin:1rem 0}.big-h2{font-size:3.125rem;font-weight:600;margin-top:var(--spacer-2)}h1{font-size:3.125rem;font-weight:600}h2{font-size:1.5rem;font-weight:600}h3{font-size:1.25rem;font-weight:600}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.muted{color:var(--grey-350)}.bold{font-weight:600}ul{margin:0}strong{font-weight:500;font-size:1.125rem}.list-page-paragraph{text-align:center}.topline{font-size:1.375rem;color:var(--accent-color-secondary);text-transform:uppercase;text-align:center;font-weight:600;margin:0}.job-definition ul li,.job-profile ul li,.job-offer ul li{margin:4px 0 0;font-size:1.125rem}@media (max-width: 991px){.big-h2,h1{font-size:2rem}h2{font-size:1.25rem}h3{font-size:1rem}}.btn-primary{color:var(--text-primary);font-size:18px;font-weight:400;height:56px;cursor:pointer;padding:.5rem 2rem;border:none;border-radius:var(--border-radius-default);background-color:var(--accent-color);text-decoration:none;transition:background-color .2s ease}.btn-primary:hover{background:color-mix(in srgb,var(--accent-color) 85%,black)}.btn-primary:disabled{background-color:var(--grey-50);border-color:var(--grey-50);cursor:not-allowed;color:var(--grey-300)}.btn-primary.disabled{opacity:.5;cursor:default}.btn-primary:focus{outline:none}.btn-secondary{padding:.5rem 1rem;border:0px solid var(--grey-300);height:56px;background:var(--grey-50);color:var(--text-primary);border-radius:var(--border-radius-default);cursor:pointer;font-size:18px;transition:background-color .2s ease}.btn-secondary:hover{background:color-mix(in srgb,var(--grey-50) 85%,black)}.btn-secondary:disabled{background-color:var(--grey-50);border-color:var(--grey-50);cursor:not-allowed;color:var(--grey-300)}.btn-secondary:focus{outline:none}app-header{width:100%}header{width:100%;background:#fff;display:flex;flex-direction:column;position:sticky;top:calc(var(--pre-header-height) * -1);min-height:var(--header-height);z-index:10000;box-shadow:0 4px 4px #00000014}header .pre-header{display:flex;justify-content:center;align-items:center;background-color:var(--accent-color);padding:3px 0}header .pre-header .bar-shop a:after{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#caret-right");mask-image:url("./media/icons-MEVRJ2BB.svg#caret-right");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}header .pre-header .bar-shop a:after{height:1rem;position:relative;top:2px}header>.main-header{display:flex;justify-content:space-between;gap:3rem;height:var(--main-header-height);padding-top:10px;padding-bottom:10px}header .home-link{grid-area:logo;display:grid;place-items:center;justify-self:self-start;height:75px;padding:0}@media (max-width: 767px){header .home-link{justify-self:center}}header .svg-logo{width:120px}.bar-link{line-height:24px;text-decoration:none;display:flex;align-items:center}.bar-link fa-icon{font-size:1rem}.bar-link-top{font-weight:700;font-size:15px;color:var(--text-primary)}.to-shop-icon{padding-left:2px}.primary-navigation{grid-area:menu}.primary-navigation ul{display:flex;align-items:center;height:100%;gap:3rem}.primary-navigation ul li{position:relative}.primary-navigation ul li a{transition:color .3s ease}.primary-navigation ul li a.active,.primary-navigation ul li a:hover,.primary-navigation ul li a:focus{color:var(--text-primary)}.primary-navigation ul li a.active:after,.primary-navigation ul li a:hover:after,.primary-navigation ul li a:focus:after{width:50%}nav a{padding:10px;text-decoration:none;text-transform:uppercase;color:#737373;position:relative}nav a:after{content:"";position:absolute;bottom:0;left:50%;width:0%;height:2px;background-color:var(--accent-color-secondary);transform:translate(-50%);transition:width .3s ease}.header-banner{position:relative;margin-bottom:var(--spacer-5);overflow:hidden;width:100%;object-fit:contain}.header-banner img{display:block;width:100%;object-fit:cover;height:450px}@media (max-width: 991px){.header-banner img{height:300px}}.header-banner .banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;text-align:center;background:#000c;padding:1rem}.header-banner .banner-overlay .banner-content{max-width:var(--max-width);width:100%;display:flex;flex-direction:column;align-items:center}.header-banner .banner-overlay .banner-content h1{font-size:7.125rem;font-weight:700;margin-top:0;margin-bottom:var(--spacer-2);text-transform:uppercase}@media (max-width: 992px){.header-banner .banner-overlay .banner-content h1{font-size:calc(1.6rem + 4vw)}}.header-banner .banner-overlay .breadcrumbs,.header-banner .banner-overlay .social-links,.header-banner .banner-overlay .welcome-subtitle{font-size:1.875rem;letter-spacing:1px}.header-banner .banner-overlay .breadcrumbs a,.header-banner .banner-overlay .social-links a,.header-banner .banner-overlay .welcome-subtitle a{color:var(--accent-color-secondary);text-decoration:none;padding:.5rem;transition:color .3s}.header-banner .banner-overlay .breadcrumbs a:hover,.header-banner .banner-overlay .social-links a:hover,.header-banner .banner-overlay .welcome-subtitle a:hover{color:#ccc}@media (max-width: 991px){.header-banner .banner-overlay .breadcrumbs,.header-banner .banner-overlay .social-links,.header-banner .banner-overlay .welcome-subtitle{font-size:1.3rem}}.header-banner .banner-overlay .welcome-subtitle{color:#fff;text-transform:uppercase}.header-banner .banner-overlay .social-links{display:none;position:absolute;right:2rem;top:50%;transform:translateY(-50%);flex-direction:column}.header-banner .banner-overlay .social-links a{color:#fff;font-size:1.1rem;text-align:right}.header-banner .banner-overlay .social-links a .line-symbol{display:inline;width:4rem;height:auto}@media (min-width: 991px){.header-banner .banner-overlay .social-links{display:flex}}.primary-toggle-wrapper{display:none}@media (max-width: 767px){.primary-toggle-wrapper{align-items:center;grid-area:menu;display:flex}.primary-navigation{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#fff}.primary-navigation ul{align-items:flex-start}.primary-navigation ul li{padding:0;border-bottom:1px solid #eee;width:100%}.primary-navigation ul li a{display:inline-block;line-height:28px;width:100%}.primary-navigation ul li a:after{width:0!important}.primary-navigation.open{display:block}.nav-list{display:block!important;flex-direction:column;list-style:none;padding-left:0;margin:0;box-shadow:0 12px 8px #0000001a}.nav-drop-down-btn{font-size:24px;display:flex;justify-content:center;align-items:center;cursor:pointer;border:none;background-color:transparent;padding:1rem}.nav-drop-down-btn .icon{display:flex;color:var(--text-primary)}.nav-drop-down-btn .icon__open:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#bars");mask-image:url("./media/icons-MEVRJ2BB.svg#bars");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.nav-drop-down-btn .icon__open:before{height:1.5rem}.nav-drop-down-btn .icon__close:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#xmark");mask-image:url("./media/icons-MEVRJ2BB.svg#xmark");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.nav-drop-down-btn .icon__close:before{height:1.5rem}}@media (min-width: 768px){.primary-navigation .nav-list{list-style:none;padding:0}.primary-navigation .nav-list li a{text-align:center;position:relative;display:block;line-height:18px;font-size:.9625rem;text-decoration:none}}footer{margin-top:var(--spacer-8);background:var(--accent-color);padding:var(--spacer-3);padding-top:var(--spacer-6)}footer .main{display:flex;justify-content:center;align-items:center;gap:var(--spacer-7)}footer p,footer a{font-size:1rem;color:var(--text-primary);display:block}footer h3{font-size:1.375rem;margin-bottom:var(--spacer-2)}footer nav{display:grid;gap:var(--spacer-6);grid-template-columns:1fr 1fr auto}footer nav .column ul{padding-inline-start:0}footer nav .column ul li{list-style-type:none}footer nav .column ul li a{padding:var(--spacer-1) 0;text-transform:unset;color:var(--text-primary)}footer nav .column ul li a:hover{text-decoration:underline}footer .disclaimer{margin-top:var(--spacer-5);opacity:.8}footer .disclaimer p{text-align:center}@media (max-width: 767px){footer{text-align:center}footer .main{flex-direction:column;gap:var(--spacer-3)}footer .main nav{gap:var(--spacer-3);grid-template-columns:unset}}.contact{margin-top:var(--spacer-8)}.contact h2{text-align:center}.contact .info{display:flex;justify-content:center;align-items:center;gap:var(--spacer-8);margin-top:var(--spacer-5);margin-bottom:var(--spacer-6)}@media (max-width: 767px){.contact .info{flex-direction:column;gap:var(--spacer-5);padding:var(--spacer-3)}}.contact .contact-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;border-radius:200px;width:10rem;height:10rem;padding:1.5rem;background-color:var(--grey-50)}.contact .contact-image-wrapper .contact-image{display:block;width:100%}.contact .personal-details h3{font-weight:700;margin:0}.contact .personal-details .muted{margin-top:.3rem}.contact .personal-details .contact-details{margin-bottom:.5rem;display:flex;align-items:center;gap:1rem;color:var(--accent-color-secondary);font-size:1.125rem;font-weight:500}.contact .personal-details .contact-details.phone:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#phone");mask-image:url("./media/icons-MEVRJ2BB.svg#phone");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.contact .personal-details .contact-details.email:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#envelope");mask-image:url("./media/icons-MEVRJ2BB.svg#envelope");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.contact .personal-details .contact-details:before{height:1.1rem;color:var(--text-primary)}.contact .icon-links{margin:1.5rem 0 0;display:flex}@media (min-width: 768px){.contact .icon-links{margin-bottom:0}}.contact .icon-links a{position:relative}.contact .icon-links a.instagram{margin-right:.75rem}.contact .icon-links a.instagram:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#instagram");mask-image:url("./media/icons-MEVRJ2BB.svg#instagram");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.contact .icon-links a.facebook{margin-right:var(--spacer-1)}.contact .icon-links a.facebook:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#facebook-f");mask-image:url("./media/icons-MEVRJ2BB.svg#facebook-f");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.contact .icon-links a.linkedin{margin-right:var(--spacer-3)}.contact .icon-links a.linkedin:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#linkedin");mask-image:url("./media/icons-MEVRJ2BB.svg#linkedin");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.contact .icon-links a.xing:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#xing");mask-image:url("./media/icons-MEVRJ2BB.svg#xing");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.contact .icon-links a.instagram:before,.contact .icon-links a.facebook:before,.contact .icon-links a.linkedin:before,.contact .icon-links a.xing:before{height:2.5rem}.contact .icon-links a,.contact .icon-links a:hover,.contact .icon-links a:active{color:var(--text-primary)}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.gap-3{gap:var(--spacer-3)}.alerts-container{position:fixed;z-index:10;top:calc(var(--header-height) + 1rem);left:1rem;right:1rem;display:flex;flex-direction:column;width:auto;gap:1rem}.alerts-container .alert{position:relative;display:flex;justify-content:space-between;padding:1rem;background:#d1ecf1;box-shadow:0 0 1rem #0000001a}.alerts-container .alert.success{background:#d4edda}.alerts-container .alert.error{background:#f8d7da}.alerts-container .alert.warning{background:#fff3cd}.alerts-container .alert:after{content:"";position:absolute;background:#0003;left:0;bottom:0;height:4px;width:0;animation:fillWidth var(--timeout, 5s) linear forwards}.alerts-container .alert .close{background:transparent;border:none;cursor:pointer;position:relative}.alerts-container .alert .close:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#xmark");mask-image:url("./media/icons-MEVRJ2BB.svg#xmark");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.alerts-container .alert .close:before{min-height:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes fillWidth{0%{width:0}to{width:100%}}#jobs-table{display:none}.jobs-list{list-style:none;padding:0;margin:0}.jobs-list h1,.jobs-list h2,.jobs-list h3{text-align:center}.jobs-list h3{font-weight:600;word-wrap:break-word;hyphens:auto;font-size:1.4rem;text-align:start}@media (min-width: 992px){.jobs-list h3{font-size:1.65rem}}.jobs-list a{text-decoration:none;color:var(--text-primary);background:var(--grey-50);padding:1.5rem;margin:1rem 0;position:relative;display:flex;flex-direction:column;gap:.5rem;min-height:150px;border:1px solid var(--grey-50);border-radius:var(--border-radius-bigger);box-shadow:0 4px 12px #0000000d;transition:box-shadow .2s ease,transform .2s ease}.jobs-list a:hover{box-shadow:0 6px 20px #00000014;transform:translateY(-2px)}.jobs-list a>*{margin:0}.jobs-list a .header{display:flex;gap:var(--spacer-3);margin-bottom:var(--spacer-5)}@media (max-width: 767px){.jobs-list a .header{flex-direction:column;margin-bottom:var(--spacer-2)}}.jobs-list a .header>*{margin:0}.jobs-list a .header h3{flex:1}.jobs-list a .header p{max-width:35%}.jobs-list a .header p:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#office");mask-image:url("./media/icons-MEVRJ2BB.svg#office");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.jobs-list a .header p:before{left:6px}.jobs-list a .row{display:flex;gap:var(--spacer-5);flex-wrap:wrap;padding-right:116px}@media (max-width: 767px){.jobs-list a .row{gap:var(--spacer-3);justify-content:space-between;padding-right:unset}}.jobs-list a .row p{margin:0}.jobs-list a p.text-with-icon{display:flex;align-items:center;gap:var(--spacer-2);color:var(--grey-400)}.jobs-list a p.text-with-icon:before{color:var(--accent-color-secondary);width:2rem;height:2rem;position:relative}.jobs-list a .career-level:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#briefcase");mask-image:url("./media/icons-MEVRJ2BB.svg#briefcase");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.jobs-list a .career-level:before{left:3px}.jobs-list a .employer:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#nodes");mask-image:url("./media/icons-MEVRJ2BB.svg#nodes");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}.jobs-list a .employer:before{left:4px}.jobs-list a .date:before{-webkit-mask-image:url("./media/icons-MEVRJ2BB.svg#calendar");mask-image:url("./media/icons-MEVRJ2BB.svg#calendar");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:currentColor;display:inline-block;min-height:.75em;aspect-ratio:1;content:""}@media screen and (min-width: 768px){.jobs-list a:after{position:absolute;bottom:1.5rem;right:1.5rem;padding:.7rem 1.1rem;font-size:1.125rem;background:var(--accent-color);border-radius:var(--border-radius-default);content:"Zur Stelle";color:var(--text-primary);font-weight:600;display:block}}.text-section{margin:var(--spacer-8) 0;text-align:center}.filter-bottom-row{display:flex;justify-content:space-between;margin:2rem 0 1rem;padding:0 .2rem;font-weight:500;font-size:18px}.filter-bottom-row .filter-reset-btn{border:none;background:none;color:var(--text-primary);font-size:18px;cursor:pointer;padding:0;font-weight:inherit}.filter-bottom-row .filter-reset-btn:hover{text-decoration:underline}app-progress-bar{display:block;position:sticky;top:var(--main-header-height);margin:0 -3px;padding:.5rem 0;background:#fff}.progress-bar{display:flex;justify-content:space-between;align-items:center;margin:0;padding:0;list-style-type:none}.progress-bar li{display:flex;flex-grow:1;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500;text-wrap:nowrap}.progress-bar li:after{display:inline-block;content:"";width:100%;border-bottom:2px solid var(--grey-200);margin-left:1rem;margin-right:1rem}.progress-bar li:last-child{flex-grow:0}.progress-bar li:last-child:after{display:none}.progress-bar .step-count{display:flex;justify-content:center;align-items:center;height:40px!important;width:40px!important;border:2px solid var(--grey-200);border-radius:50%;flex-shrink:0;font-weight:700}.progress-bar .step-count.active{border-color:var(--accent-color);background:var(--accent-color);color:var(--text-primary)}@media (max-width: 576px){.progress-bar{display:none}}app-apply h1,app-apply h2,app-apply h3,app-personnel-questionnaire h1,app-personnel-questionnaire h2,app-personnel-questionnaire h3{color:var(--accent-color-secondary)!important}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url("./media/layers-55W3Q4RM.png");width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url("./media/layers-2x-TBM42ERR.png");background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url("./media/marker-icon-2V3QKKVC.png")}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
