@charset "UTF-8";.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}.air-datepicker.-active-:not(.-custom-position-){transform:translate(0,0);opacity:1}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:transparent}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size) / 2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size) / 2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace:SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"Helvetica Neue",Arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#163556;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:rgb(0,86.1,178.5);text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.container{width:100%;padding-right:12.5px;padding-left:12.5px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:12.5px;padding-left:12.5px;margin-right:auto;margin-left:auto}.row,.logogrid,.stelle__buttons ul,.stelle__box ul,.stellen__items,.form__datespan__row,.form-group--type-FileUpload,.form-group--type-ImageUpload,.textpic,.static--social,#content,#footer__sitemap>ul,#tx_cookies_buttons{display:flex;flex-wrap:wrap;margin-right:-12.5px;margin-left:-12.5px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>.tx_cookies_button,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.tx_cookies_button,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;min-height:1px;padding-right:12.5px;padding-left:12.5px}.col,.tx_cookies_button{flex-basis:0%;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width:576px){.col-sm{flex-basis:0%;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width:768px){.col-md{flex-basis:0%;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width:992px){.col-lg{flex-basis:0%;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width:1200px){.col-xl{flex-basis:0%;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.fade{transition:opacity 0.15s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height 0.35s ease}@media screen and (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1.125rem;color:#163556;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-right{right:0;left:auto}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=top],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:rgb(21.6283783784,24.25,26.8716216216);text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.984375rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.custom-control{position:relative;display:block;min-height:1.6875rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:active~.custom-control-label::before{color:#fff;background-color:rgb(178.5,215.4,255)}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0}.custom-control-label::before{position:absolute;top:.34375rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";user-select:none;background-color:#dee2e6}.custom-control-label::after{position:absolute;top:.34375rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background-repeat:no-repeat;background-position:center center;background-size:50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::before{background-color:#007bff}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(2.25rem + 2px);padding:.375rem 1.75rem .375rem .75rem;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-size:8px 10px;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:rgb(127.5,189,255);outline:0;box-shadow:0 0 0 .2rem rgba(127.5,189,255,.5)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{height:calc(1.8125rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-select-lg{height:calc(2.875rem + 2px);padding-top:.375rem;padding-bottom:.375rem;font-size:125%}.custom-file{position:relative;display:inline-block;width:100%;height:calc(2.25rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(2.25rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:rgb(127.5,189,255);box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:focus~.custom-file-label::after{border-color:rgb(127.5,189,255)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(2.25rem + 2px);padding:.375rem .75rem;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:2.25rem;padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:1px solid #ced4da;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;padding-left:0;background-color:transparent;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:rgb(178.5,215.4,255)}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}.custom-range::-moz-range-thumb:active{background-color:rgb(178.5,215.4,255)}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;appearance:none}@media screen and (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}.custom-range::-ms-thumb:active{background-color:rgb(178.5,215.4,255)}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out}@media screen and (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0%;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(0.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:first-child .card-img-top,.card-group>.card:first-child .card-header{border-top-right-radius:0}.card-group>.card:first-child .card-img-bottom,.card-group>.card:first-child .card-footer{border-bottom-right-radius:0}.card-group>.card:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:last-child .card-img-top,.card-group>.card:last-child .card-header{border-top-left-radius:0}.card-group>.card:last-child .card-img-bottom,.card-group>.card:last-child .card-footer{border-bottom-left-radius:0}.card-group>.card:only-child{border-radius:.25rem}.card-group>.card:only-child .card-img-top,.card-group>.card:only-child .card-header{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-group>.card:only-child .card-img-bottom,.card-group>.card:only-child .card-footer{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-group>.card:not(:first-child):not(:last-child):not(:only-child){border-radius:0}.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer{border-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion .card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion .card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion .card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion .card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:rgb(0,63.96,132.6);background-color:rgb(204,228.6,255);border-color:rgb(183.6,218.04,255)}.alert-primary hr{border-top-color:rgb(158.1,204.84,255)}.alert-primary .alert-link{color:rgb(0,39.36,81.6)}.alert-secondary{color:rgb(56.16,60.84,65);background-color:rgb(225.6,227.4,229);border-color:rgb(213.84,216.36,218.6)}.alert-secondary hr{border-top-color:rgb(200.3075090253,203.6560288809,206.6324909747)}.alert-secondary .alert-link{color:rgb(32.5205150215,35.2305579399,37.6394849785)}.alert-success{color:rgb(20.8,86.84,35.88);background-color:rgb(212,237.4,217.8);border-color:rgb(194.8,230.36,202.92)}.alert-success hr{border-top-color:rgb(176.7059405941,222.9540594059,187.2665346535)}.alert-success .alert-link{color:rgb(10.9449275362,45.6950724638,18.88)}.alert-info{color:rgb(11.96,84.24,95.68);background-color:rgb(208.6,236.4,240.8);border-color:rgb(190.04,228.96,235.12)}.alert-info hr{border-top-color:rgb(170.5152475248,221.1332673267,229.1447524752)}.alert-info .alert-link{color:rgb(6.2933333333,44.3269565217,50.3466666667)}.alert-warning{color:rgb(132.6,100.36,3.64);background-color:rgb(255,242.6,205.4);border-color:rgb(255,237.64,185.56)}.alert-warning hr{border-top-color:rgb(255,231.265,160.06)}.alert-warning .alert-link{color:rgb(82.9625954198,62.7912977099,2.2774045802)}.alert-danger{color:rgb(114.4,27.56,35.88);background-color:rgb(248,214.6,217.8);border-color:rgb(245.2,198.44,202.92)}.alert-danger hr{border-top-color:rgb(241.4341772152,176.7058227848,182.9073417722)}.alert-danger .alert-link{color:rgb(73.3010989011,17.6589010989,22.9898901099)}.alert-light{color:rgb(128.96,129.48,130);background-color:rgb(253.6,253.8,254);border-color:rgb(253.04,253.32,253.6)}.alert-light hr{border-top-color:rgb(238.165,240.57,242.975)}.alert-light .alert-link{color:rgb(103.5492351816,103.98,104.4107648184)}.alert-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(214.4,215.6,216.8);border-color:rgb(198.16,199.84,201.52)}.alert-dark hr{border-top-color:rgb(185.0216751269,187.09,189.1583248731)}.alert-dark .alert-link{color:rgb(4.1779310345,4.66,5.1420689655)}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item:hover,.list-group-item:focus{z-index:1;text-decoration:none}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{border-bottom:0}.list-group-item-primary{color:rgb(0,63.96,132.6);background-color:rgb(183.6,218.04,255)}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:rgb(0,63.96,132.6);background-color:rgb(158.1,204.84,255)}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:rgb(0,63.96,132.6);border-color:rgb(0,63.96,132.6)}.list-group-item-secondary{color:rgb(56.16,60.84,65);background-color:rgb(213.84,216.36,218.6)}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:rgb(56.16,60.84,65);background-color:rgb(200.3075090253,203.6560288809,206.6324909747)}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:rgb(56.16,60.84,65);border-color:rgb(56.16,60.84,65)}.list-group-item-success{color:rgb(20.8,86.84,35.88);background-color:rgb(194.8,230.36,202.92)}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:rgb(20.8,86.84,35.88);background-color:rgb(176.7059405941,222.9540594059,187.2665346535)}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:rgb(20.8,86.84,35.88);border-color:rgb(20.8,86.84,35.88)}.list-group-item-info{color:rgb(11.96,84.24,95.68);background-color:rgb(190.04,228.96,235.12)}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:rgb(11.96,84.24,95.68);background-color:rgb(170.5152475248,221.1332673267,229.1447524752)}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:rgb(11.96,84.24,95.68);border-color:rgb(11.96,84.24,95.68)}.list-group-item-warning{color:rgb(132.6,100.36,3.64);background-color:rgb(255,237.64,185.56)}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:rgb(132.6,100.36,3.64);background-color:rgb(255,231.265,160.06)}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:rgb(132.6,100.36,3.64);border-color:rgb(132.6,100.36,3.64)}.list-group-item-danger{color:rgb(114.4,27.56,35.88);background-color:rgb(245.2,198.44,202.92)}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:rgb(114.4,27.56,35.88);background-color:rgb(241.4341772152,176.7058227848,182.9073417722)}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:rgb(114.4,27.56,35.88);border-color:rgb(114.4,27.56,35.88)}.list-group-item-light{color:rgb(128.96,129.48,130);background-color:rgb(253.04,253.32,253.6)}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:rgb(128.96,129.48,130);background-color:rgb(238.165,240.57,242.975)}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:rgb(128.96,129.48,130);border-color:rgb(128.96,129.48,130)}.list-group-item-dark{color:rgb(27.04,30.16,33.28);background-color:rgb(198.16,199.84,201.52)}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:rgb(27.04,30.16,33.28);background-color:rgb(185.0216751269,187.09,189.1583248731)}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:rgb(27.04,30.16,33.28);border-color:rgb(27.04,30.16,33.28)}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:not(:disabled):not(.disabled){cursor:pointer}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{color:#000;text-decoration:none;opacity:.75}button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0,-25%)}@media screen and (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:translate(0,0)}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 0.5rem * 2)}.modal-dialog-centered::before{display:block;height:calc(100vh - 0.5rem * 2);content:""}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid #e9ecef;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #e9ecef}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-centered{min-height:calc(100% - 1.75rem * 2)}.modal-dialog-centered::before{height:calc(100vh - 1.75rem * 2)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:800px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^=top]{padding:.4rem 0}.bs-tooltip-top .arrow,.bs-tooltip-auto[x-placement^=top] .arrow{bottom:0}.bs-tooltip-top .arrow::before,.bs-tooltip-auto[x-placement^=top] .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^=right]{padding:0 .4rem}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^=right] .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^=right] .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .arrow,.bs-tooltip-auto[x-placement^=bottom] .arrow{top:0}.bs-tooltip-bottom .arrow::before,.bs-tooltip-auto[x-placement^=bottom] .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^=left]{padding:0 .4rem}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^=left] .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^=left] .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;align-items:center;width:100%;backface-visibility:hidden;perspective:1000px}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block;transition:transform 0.6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item.active,.carousel-item-next,.carousel-item-prev{transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{transform:translate3d(0,0,0)}}.carousel-item-next,.active.carousel-item-right{transform:translateX(100%)}@supports (transform-style:preserve-3d){.carousel-item-next,.active.carousel-item-right{transform:translate3d(100%,0,0)}}.carousel-item-prev,.active.carousel-item-left{transform:translateX(-100%)}@supports (transform-style:preserve-3d){.carousel-item-prev,.active.carousel-item-left{transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;transition-duration:0.6s;transition-property:opacity}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translateX(0)}@supports (transform-style:preserve-3d){.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active,.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev{transform:translate3d(0,0,0)}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat center center;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:rgba(255,255,255,.5)}.carousel-indicators li::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:rgb(0,98.4,204)!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:rgb(84.3605150215,91.3905579399,97.6394849785)!important}.bg-success{background-color:#28a745!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:rgb(30.1449275362,125.8550724638,52)!important}.bg-info{background-color:#17a2b8!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:rgb(17.3333333333,122.0869565217,138.6666666667)!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:rgb(211,158.25,0)!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:rgb(189.2151898734,32.7848101266,47.7721518987)!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:rgb(218.25,223.5,228.75)!important}.bg-dark{background-color:#343a40!important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:rgb(29.1379310345,32.5,35.8620689655)!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded{border-radius:0.25rem!important}.rounded-top{border-top-left-radius:0.25rem!important;border-top-right-radius:0.25rem!important}.rounded-right{border-top-right-radius:0.25rem!important;border-bottom-right-radius:0.25rem!important}.rounded-bottom{border-bottom-right-radius:0.25rem!important;border-bottom-left-radius:0.25rem!important}.rounded-left{border-top-left-radius:0.25rem!important;border-bottom-left-radius:0.25rem!important}.rounded-circle{border-radius:50%!important}.rounded-0{border-radius:0!important}.clearfix::after,.cookies__buttons::after,.cookies__form .tx_cookies_button::after,.form-checkboxes--pills::after,.textpic--picright .textpic__bodytext::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.8571428571%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center,#tx_cookies_buttons{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only,.frame-type-felogin_login legend,.form--sheets2digital .form-group--type-FileUpload div.input,.form--sheets2digital .form-group--type-ImageUpload div.input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:0.25rem!important}.mt-1,.my-1{margin-top:0.25rem!important}.mr-1,.mx-1{margin-right:0.25rem!important}.mb-1,.my-1{margin-bottom:0.25rem!important}.ml-1,.mx-1{margin-left:0.25rem!important}.m-2{margin:0.5rem!important}.mt-2,.my-2{margin-top:0.5rem!important}.mr-2,.mx-2{margin-right:0.5rem!important}.mb-2,.my-2{margin-bottom:0.5rem!important}.ml-2,.mx-2{margin-left:0.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:0.25rem!important}.pt-1,.py-1{padding-top:0.25rem!important}.pr-1,.px-1{padding-right:0.25rem!important}.pb-1,.py-1{padding-bottom:0.25rem!important}.pl-1,.px-1{padding-left:0.25rem!important}.p-2{padding:0.5rem!important}.pt-2,.py-2{padding-top:0.5rem!important}.pr-2,.px-2{padding-right:0.5rem!important}.pb-2,.py-2{padding-bottom:0.5rem!important}.pl-2,.px-2{padding-left:0.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:0.25rem!important}.mt-sm-1,.my-sm-1{margin-top:0.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:0.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:0.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:0.25rem!important}.m-sm-2{margin:0.5rem!important}.mt-sm-2,.my-sm-2{margin-top:0.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:0.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:0.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:0.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:0.25rem!important}.pt-sm-1,.py-sm-1{padding-top:0.25rem!important}.pr-sm-1,.px-sm-1{padding-right:0.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:0.25rem!important}.pl-sm-1,.px-sm-1{padding-left:0.25rem!important}.p-sm-2{padding:0.5rem!important}.pt-sm-2,.py-sm-2{padding-top:0.5rem!important}.pr-sm-2,.px-sm-2{padding-right:0.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:0.5rem!important}.pl-sm-2,.px-sm-2{padding-left:0.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:0.25rem!important}.mt-md-1,.my-md-1{margin-top:0.25rem!important}.mr-md-1,.mx-md-1{margin-right:0.25rem!important}.mb-md-1,.my-md-1{margin-bottom:0.25rem!important}.ml-md-1,.mx-md-1{margin-left:0.25rem!important}.m-md-2{margin:0.5rem!important}.mt-md-2,.my-md-2{margin-top:0.5rem!important}.mr-md-2,.mx-md-2{margin-right:0.5rem!important}.mb-md-2,.my-md-2{margin-bottom:0.5rem!important}.ml-md-2,.mx-md-2{margin-left:0.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:0.25rem!important}.pt-md-1,.py-md-1{padding-top:0.25rem!important}.pr-md-1,.px-md-1{padding-right:0.25rem!important}.pb-md-1,.py-md-1{padding-bottom:0.25rem!important}.pl-md-1,.px-md-1{padding-left:0.25rem!important}.p-md-2{padding:0.5rem!important}.pt-md-2,.py-md-2{padding-top:0.5rem!important}.pr-md-2,.px-md-2{padding-right:0.5rem!important}.pb-md-2,.py-md-2{padding-bottom:0.5rem!important}.pl-md-2,.px-md-2{padding-left:0.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:0.25rem!important}.mt-lg-1,.my-lg-1{margin-top:0.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:0.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:0.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:0.25rem!important}.m-lg-2{margin:0.5rem!important}.mt-lg-2,.my-lg-2{margin-top:0.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:0.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:0.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:0.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:0.25rem!important}.pt-lg-1,.py-lg-1{padding-top:0.25rem!important}.pr-lg-1,.px-lg-1{padding-right:0.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:0.25rem!important}.pl-lg-1,.px-lg-1{padding-left:0.25rem!important}.p-lg-2{padding:0.5rem!important}.pt-lg-2,.py-lg-2{padding-top:0.5rem!important}.pr-lg-2,.px-lg-2{padding-right:0.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:0.5rem!important}.pl-lg-2,.px-lg-2{padding-left:0.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:0.25rem!important}.mt-xl-1,.my-xl-1{margin-top:0.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:0.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:0.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:0.25rem!important}.m-xl-2{margin:0.5rem!important}.mt-xl-2,.my-xl-2{margin-top:0.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:0.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:0.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:0.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:0.25rem!important}.pt-xl-1,.py-xl-1{padding-top:0.25rem!important}.pr-xl-1,.px-xl-1{padding-right:0.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:0.25rem!important}.pl-xl-1,.px-xl-1{padding-left:0.25rem!important}.p-xl-2{padding:0.5rem!important}.pt-xl-2,.py-xl-2{padding-top:0.5rem!important}.pr-xl-2,.px-xl-2{padding-right:0.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:0.5rem!important}.pl-xl-2,.px-xl-2{padding-left:0.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:rgb(0,98.4,204)!important}.text-secondary{color:#6c757d!important}a.text-secondary:hover,a.text-secondary:focus{color:rgb(84.3605150215,91.3905579399,97.6394849785)!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:rgb(30.1449275362,125.8550724638,52)!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:rgb(17.3333333333,122.0869565217,138.6666666667)!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:rgb(211,158.25,0)!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:rgb(189.2151898734,32.7848101266,47.7721518987)!important}.text-light{color:#f8f9fa!important}a.text-light:hover,a.text-light:focus{color:rgb(218.25,223.5,228.75)!important}.text-dark{color:#343a40!important}a.text-dark:hover,a.text-dark:focus{color:rgb(29.1379310345,32.5,35.8620689655)!important}.text-body{color:#163556!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,*::before,*::after{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}pre,blockquote{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered th,.table-bordered td{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@keyframes bs-notify-fadeOut{0%{opacity:.9}100%{opacity:0}}select.bs-select-hidden,.bootstrap-select>select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px \0;vertical-align:middle}.bootstrap-select>.dropdown-toggle{position:relative;width:100%;text-align:right;white-space:nowrap;display:inline-flex;align-items:center;justify-content:space-between}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:active{color:rgba(255,255,255,.8)}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active{color:rgba(255,255,255,.5)}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:0.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none;z-index:0!important}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2!important}.has-error .bootstrap-select .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.bootstrap-select.is-invalid .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:rgb(185,74,72)}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none;height:auto}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right,#content .bootstrap-select[class*=col-].dropdown-menu-right,#footer__sitemap>ul .bootstrap-select[class*=col-].dropdown-menu-right,#tx_cookies_buttons .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-inline .bootstrap-select,.form-horizontal .bootstrap-select,.form-group .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle,.bootstrap-select.form-control-lg .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:none!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{position:static;top:0;left:0;float:left;height:100%;width:100%;text-align:left;overflow:hidden;flex:0 1 auto}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{position:absolute;padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{width:0!important;float:left;opacity:0!important;overflow:hidden}.bootstrap-select .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:none!important}.bootstrap-select .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;box-shadow:none}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:rgba(255,255,255,.5)!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;user-select:none}.bootstrap-select .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:rgb(245,245,245);border:1px solid rgb(227,227,227);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu .notify.fadeOut{animation:300ms linear 750ms forwards bs-notify-fadeOut}.bootstrap-select .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.fit-width .dropdown-toggle .filter-option{position:static;display:inline;padding:0}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:" "}.bootstrap-select.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{position:absolute;display:inline-block;right:15px;top:5px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";display:block;width:.5em;height:1em;border-style:solid;border-width:0 .26em .26em 0;transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{bottom:auto;top:-4px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{bottom:auto;top:-4px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after{display:block}.bs-searchbox,.bs-actionsbox,.bs-donebutton{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}.column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;min-height:1px;padding-right:12.5px;padding-left:12.5px}.stelle__box li,.stellen__item h3{font-family:Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:0}.slidequotes figcaption,#footer__sitemap>ul>li>a{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0}.stellen__head h1,.stellen__head h2,.stellen__head h3,.ul-slides li,.main #frame-182 .backpic .super3,.main h2,.main .super2,.main h1,.main .super1{font-family:"Arial Black","Arial Bold",Arial,Helvetica,sans-serif;font-weight:900;letter-spacing:0}.stelle__cta,.watchlist__count,.googleReviews .googleReviews__btn,.g-modal .close,.form-group--type-FileUpload .custom-file[data-placeholder]:before,.form-group--type-ImageUpload .custom-file[data-placeholder]:before,#nav>ul>li>a,.landing-page a,.stelle__link2form,.stellen__form__collapser,.stellen__back,#stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit button,.stelle__form .frame__inner .form-navigation button,.stelle__back a,#main-content .cs-button--search,.tx_cookies_button a,.tx_cookies_button input,.tx_cookies_button button,.cookies__buttons a,.cookies__buttons input,.cookies__buttons button,.button,.jobs__highlights .button,.stelle__more a,.tx-felogin-pi1 [type=submit],.form-navigation button,.form-navigation .button,.form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-ImageUpload label,.static__box .btn{font-family:"Omit Regular",Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:1px}.confirmation,.frame-type-felogin_login .frame__inner,.form__section--type-skills .form__skillgroup__collapse__inner,.form__section--type-skills .form__skillgroup__header,.form__section--type-skills .form__section__header,.form__section:not(.form__section--type-skills) .form__section__inner,.form--sheets2digital .form-navigation,.form fieldset,.static--webportal__content,.frame--plugin-goldrichtigjobs_jobs .jobs__single,.frame--plugin-goldrichtigjobs_jobs .jobs__list,.frame--plugin-goldrichtigcontent_staticbalance .frame__inner,.frame--plugin-goldrichtigcontent_staticrespect .frame__inner,.frame--plugin-goldrichtigcontent_staticcertificates .frame__inner,.frame--static-jobfinder .frame__inner,.frame--jobs-quick .frame__inner,.frame--static-express .frame__inner,.frame-type-form_formframework .frame__inner,.frame--plugin-goldrichtigcontent_quotes .frame__inner,.frame--plugin-goldrichtigcockpit_jobsquickform .frame__inner,.frame--static-germanpersonnel .frame__inner,.backpic__bodytext,.frame--plugin-goldrichtigcontent_logos .header,.frame-type-textpic.frame-layout-0 .frame__inner,.frame--plugin-goldrichtigcontent_jobfinder .frame__inner,.frame-type-cookies .frame__inner,.frame-type-text .frame__inner,#footer__inner,#tx_cookies_inner,#header__inner{max-width:980px;padding-left:25px;padding-right:25px;margin-left:auto;margin-right:auto;position:relative}.logogrid__text p,.logogrid__item__inner,.static--social-link::before{position:relative;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.frame--plugin-goldrichtigcontent_quotes .frame__inner,.backpic__bodytext,.textpic__bodytext,.frame,#footer__inner{padding-top:50px;padding-bottom:25px;min-height:375px}.stellen__form__prefilters a{display:inline-block;margin:0 10px;background:transparent;color:#fff;border:2px solid #fff;border-radius:15px;line-height:30px;padding:15px 25px;font-size:23px;transition:all 0.2s;text-decoration:none;text-transform:uppercase;-moz-appearance:none;-webkit-appearance:none}.stellen__form__prefilters a:hover,.stellen__form__prefilters li.active>a{background:#fff;color:#163556!important}.stelle__back a,#main-content .cs-button--search,.tx_cookies_button a,.tx_cookies_button input,.tx_cookies_button button,.cookies__buttons a,.cookies__buttons input,.cookies__buttons button,.button,.jobs__highlights .button,.stelle__more a,.tx-felogin-pi1 [type=submit],.form-navigation button,.form-navigation .button,.form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-ImageUpload label,.static__box .btn{display:block;margin:25px 0;max-width:305px;padding:15px;text-align:center;text-decoration:none;border:2px solid #163556;color:#163556;font-size:30px;line-height:1.2;cursor:pointer;background:transparent;-moz-appearance:none;-webkit-appearance:none;border-radius:0}.stelle__back a:hover,#main-content .cs-button--search:hover,.tx_cookies_button a:hover,.tx_cookies_button input:hover,.tx_cookies_button button:hover,.cookies__buttons a:hover,.cookies__buttons input:hover,.cookies__buttons button:hover,.button:hover,.stelle__more a:hover,.tx-felogin-pi1 [type=submit]:hover,.form-navigation button:hover,.form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload label:hover,.static__box .btn:hover{background:#163556;color:#fff!important;text-decoration:none!important}.frame--color-white .stelle__back a,.stelle__back .frame--color-white a,.frame--color-white #main-content .cs-button--search,#main-content .frame--color-white .cs-button--search,.frame--color-white .tx_cookies_button a,.tx_cookies_button .frame--color-white a,.frame--color-white .tx_cookies_button input,.tx_cookies_button .frame--color-white input,.frame--color-white .tx_cookies_button button,.tx_cookies_button .frame--color-white button,.frame--color-white .cookies__buttons a,.cookies__buttons .frame--color-white a,.frame--color-white .cookies__buttons input,.cookies__buttons .frame--color-white input,.frame--color-white .cookies__buttons button,.cookies__buttons .frame--color-white button,.frame--color-white .button,.frame--color-white .stelle__more a,.stelle__more .frame--color-white a,.frame--color-white .tx-felogin-pi1 [type=submit],.tx-felogin-pi1 .frame--color-white [type=submit],.frame--color-white .form-navigation button,.form-navigation .frame--color-white button,.frame--color-white .form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-FileUpload .frame--color-white label,.frame--color-white .form--sheets2digital .form-group--type-ImageUpload label,.form--sheets2digital .form-group--type-ImageUpload .frame--color-white label,.frame--color-white .static__box .btn,.static__box .frame--color-white .btn,.g-modal .stelle__back a,.stelle__back .g-modal a,.g-modal #main-content .cs-button--search,#main-content .g-modal .cs-button--search,.g-modal .tx_cookies_button a,.tx_cookies_button .g-modal a,.g-modal .tx_cookies_button input,.tx_cookies_button .g-modal input,.g-modal .tx_cookies_button button,.tx_cookies_button .g-modal button,.g-modal .cookies__buttons a,.cookies__buttons .g-modal a,.g-modal .cookies__buttons input,.cookies__buttons .g-modal input,.g-modal .cookies__buttons button,.cookies__buttons .g-modal button,.g-modal .button,.g-modal .stelle__more a,.stelle__more .g-modal a,.g-modal .tx-felogin-pi1 [type=submit],.tx-felogin-pi1 .g-modal [type=submit],.g-modal .form-navigation button,.form-navigation .g-modal button,.g-modal .form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-FileUpload .g-modal label,.g-modal .form--sheets2digital .form-group--type-ImageUpload label,.form--sheets2digital .form-group--type-ImageUpload .g-modal label,.g-modal .static__box .btn,.static__box .g-modal .btn,.frame--static-germanpersonnel .stelle__back a,.stelle__back .frame--static-germanpersonnel a,.frame--static-germanpersonnel #main-content .cs-button--search,#main-content .frame--static-germanpersonnel .cs-button--search,.frame--static-germanpersonnel .tx_cookies_button a,.tx_cookies_button .frame--static-germanpersonnel a,.frame--static-germanpersonnel .tx_cookies_button input,.tx_cookies_button .frame--static-germanpersonnel input,.frame--static-germanpersonnel .tx_cookies_button button,.tx_cookies_button .frame--static-germanpersonnel button,.frame--static-germanpersonnel .cookies__buttons a,.cookies__buttons .frame--static-germanpersonnel a,.frame--static-germanpersonnel .cookies__buttons input,.cookies__buttons .frame--static-germanpersonnel input,.frame--static-germanpersonnel .cookies__buttons button,.cookies__buttons .frame--static-germanpersonnel button,.frame--static-germanpersonnel .button,.frame--static-germanpersonnel .stelle__more a,.stelle__more .frame--static-germanpersonnel a,.frame--static-germanpersonnel .tx-felogin-pi1 [type=submit],.tx-felogin-pi1 .frame--static-germanpersonnel [type=submit],.frame--static-germanpersonnel .form-navigation button,.form-navigation .frame--static-germanpersonnel button,.frame--static-germanpersonnel .form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-FileUpload .frame--static-germanpersonnel label,.frame--static-germanpersonnel .form--sheets2digital .form-group--type-ImageUpload label,.form--sheets2digital .form-group--type-ImageUpload .frame--static-germanpersonnel label,.frame--static-germanpersonnel .static__box .btn,.static__box .frame--static-germanpersonnel .btn{color:#fff;border-color:#fff}.frame--color-white .stelle__back a:hover,.stelle__back .frame--color-white a:hover,.frame--color-white #main-content .cs-button--search:hover,#main-content .frame--color-white .cs-button--search:hover,.frame--color-white .tx_cookies_button a:hover,.tx_cookies_button .frame--color-white a:hover,.frame--color-white .tx_cookies_button input:hover,.tx_cookies_button .frame--color-white input:hover,.frame--color-white .tx_cookies_button button:hover,.tx_cookies_button .frame--color-white button:hover,.frame--color-white .cookies__buttons a:hover,.cookies__buttons .frame--color-white a:hover,.frame--color-white .cookies__buttons input:hover,.cookies__buttons .frame--color-white input:hover,.frame--color-white .cookies__buttons button:hover,.cookies__buttons .frame--color-white button:hover,.frame--color-white .button:hover,.frame--color-white .stelle__more a:hover,.stelle__more .frame--color-white a:hover,.frame--color-white .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--color-white [type=submit]:hover,.frame--color-white .form-navigation button:hover,.form-navigation .frame--color-white button:hover,.frame--color-white .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--color-white label:hover,.frame--color-white .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--color-white label:hover,.frame--color-white .static__box .btn:hover,.static__box .frame--color-white .btn:hover,.g-modal .stelle__back a:hover,.stelle__back .g-modal a:hover,.g-modal #main-content .cs-button--search:hover,#main-content .g-modal .cs-button--search:hover,.g-modal .tx_cookies_button a:hover,.tx_cookies_button .g-modal a:hover,.g-modal .tx_cookies_button input:hover,.tx_cookies_button .g-modal input:hover,.g-modal .tx_cookies_button button:hover,.tx_cookies_button .g-modal button:hover,.g-modal .cookies__buttons a:hover,.cookies__buttons .g-modal a:hover,.g-modal .cookies__buttons input:hover,.cookies__buttons .g-modal input:hover,.g-modal .cookies__buttons button:hover,.cookies__buttons .g-modal button:hover,.g-modal .button:hover,.g-modal .stelle__more a:hover,.stelle__more .g-modal a:hover,.g-modal .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .g-modal [type=submit]:hover,.g-modal .form-navigation button:hover,.form-navigation .g-modal button:hover,.g-modal .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .g-modal label:hover,.g-modal .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .g-modal label:hover,.g-modal .static__box .btn:hover,.static__box .g-modal .btn:hover,.frame--static-germanpersonnel .stelle__back a:hover,.stelle__back .frame--static-germanpersonnel a:hover,.frame--static-germanpersonnel #main-content .cs-button--search:hover,#main-content .frame--static-germanpersonnel .cs-button--search:hover,.frame--static-germanpersonnel .tx_cookies_button a:hover,.tx_cookies_button .frame--static-germanpersonnel a:hover,.frame--static-germanpersonnel .tx_cookies_button input:hover,.tx_cookies_button .frame--static-germanpersonnel input:hover,.frame--static-germanpersonnel .tx_cookies_button button:hover,.tx_cookies_button .frame--static-germanpersonnel button:hover,.frame--static-germanpersonnel .cookies__buttons a:hover,.cookies__buttons .frame--static-germanpersonnel a:hover,.frame--static-germanpersonnel .cookies__buttons input:hover,.cookies__buttons .frame--static-germanpersonnel input:hover,.frame--static-germanpersonnel .cookies__buttons button:hover,.cookies__buttons .frame--static-germanpersonnel button:hover,.frame--static-germanpersonnel .button:hover,.frame--static-germanpersonnel .stelle__more a:hover,.stelle__more .frame--static-germanpersonnel a:hover,.frame--static-germanpersonnel .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--static-germanpersonnel [type=submit]:hover,.frame--static-germanpersonnel .form-navigation button:hover,.form-navigation .frame--static-germanpersonnel button:hover,.frame--static-germanpersonnel .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--static-germanpersonnel label:hover,.frame--static-germanpersonnel .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--static-germanpersonnel label:hover,.frame--static-germanpersonnel .static__box .btn:hover,.static__box .frame--static-germanpersonnel .btn:hover{background:#fff;color:#163556!important}@media (min-width:768px){.frame--color-white.frame--backpic_color-blue .stelle__back a,.stelle__back .frame--color-white.frame--backpic_color-blue a,.frame--color-white.frame--backpic_color-blue #main-content .cs-button--search,#main-content .frame--color-white.frame--backpic_color-blue .cs-button--search,.frame--color-white.frame--backpic_color-blue .tx_cookies_button a,.tx_cookies_button .frame--color-white.frame--backpic_color-blue a,.frame--color-white.frame--backpic_color-blue .tx_cookies_button input,.tx_cookies_button .frame--color-white.frame--backpic_color-blue input,.frame--color-white.frame--backpic_color-blue .tx_cookies_button button,.tx_cookies_button .frame--color-white.frame--backpic_color-blue button,.frame--color-white.frame--backpic_color-blue .cookies__buttons a,.cookies__buttons .frame--color-white.frame--backpic_color-blue a,.frame--color-white.frame--backpic_color-blue .cookies__buttons input,.cookies__buttons .frame--color-white.frame--backpic_color-blue input,.frame--color-white.frame--backpic_color-blue .cookies__buttons button,.cookies__buttons .frame--color-white.frame--backpic_color-blue button,.frame--color-white.frame--backpic_color-blue .button,.frame--color-white.frame--backpic_color-blue .stelle__more a,.stelle__more .frame--color-white.frame--backpic_color-blue a,.frame--color-white.frame--backpic_color-blue .tx-felogin-pi1 [type=submit],.tx-felogin-pi1 .frame--color-white.frame--backpic_color-blue [type=submit],.frame--color-white.frame--backpic_color-blue .form-navigation button,.form-navigation .frame--color-white.frame--backpic_color-blue button,.frame--color-white.frame--backpic_color-blue .form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-FileUpload .frame--color-white.frame--backpic_color-blue label,.frame--color-white.frame--backpic_color-blue .form--sheets2digital .form-group--type-ImageUpload label,.form--sheets2digital .form-group--type-ImageUpload .frame--color-white.frame--backpic_color-blue label,.frame--color-white.frame--backpic_color-blue .static__box .btn,.static__box .frame--color-white.frame--backpic_color-blue .btn{color:#163556;border-color:#163556}.frame--color-white.frame--backpic_color-blue .stelle__back a:hover,.stelle__back .frame--color-white.frame--backpic_color-blue a:hover,.frame--color-white.frame--backpic_color-blue #main-content .cs-button--search:hover,#main-content .frame--color-white.frame--backpic_color-blue .cs-button--search:hover,.frame--color-white.frame--backpic_color-blue .tx_cookies_button a:hover,.tx_cookies_button .frame--color-white.frame--backpic_color-blue a:hover,.frame--color-white.frame--backpic_color-blue .tx_cookies_button input:hover,.tx_cookies_button .frame--color-white.frame--backpic_color-blue input:hover,.frame--color-white.frame--backpic_color-blue .tx_cookies_button button:hover,.tx_cookies_button .frame--color-white.frame--backpic_color-blue button:hover,.frame--color-white.frame--backpic_color-blue .cookies__buttons a:hover,.cookies__buttons .frame--color-white.frame--backpic_color-blue a:hover,.frame--color-white.frame--backpic_color-blue .cookies__buttons input:hover,.cookies__buttons .frame--color-white.frame--backpic_color-blue input:hover,.frame--color-white.frame--backpic_color-blue .cookies__buttons button:hover,.cookies__buttons .frame--color-white.frame--backpic_color-blue button:hover,.frame--color-white.frame--backpic_color-blue .button:hover,.frame--color-white.frame--backpic_color-blue .stelle__more a:hover,.stelle__more .frame--color-white.frame--backpic_color-blue a:hover,.frame--color-white.frame--backpic_color-blue .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--color-white.frame--backpic_color-blue [type=submit]:hover,.frame--color-white.frame--backpic_color-blue .form-navigation button:hover,.form-navigation .frame--color-white.frame--backpic_color-blue button:hover,.frame--color-white.frame--backpic_color-blue .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--color-white.frame--backpic_color-blue label:hover,.frame--color-white.frame--backpic_color-blue .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--color-white.frame--backpic_color-blue label:hover,.frame--color-white.frame--backpic_color-blue .static__box .btn:hover,.static__box .frame--color-white.frame--backpic_color-blue .btn:hover{background:#163556;color:#fff!important}}.frame--color-white .zvoove__section .stelle__back a,.stelle__back .frame--color-white .zvoove__section a,.frame--color-white .zvoove__section #main-content .cs-button--search,#main-content .frame--color-white .zvoove__section .cs-button--search,.frame--color-white .zvoove__section .tx_cookies_button a,.tx_cookies_button .frame--color-white .zvoove__section a,.frame--color-white .zvoove__section .tx_cookies_button input,.tx_cookies_button .frame--color-white .zvoove__section input,.frame--color-white .zvoove__section .tx_cookies_button button,.tx_cookies_button .frame--color-white .zvoove__section button,.frame--color-white .zvoove__section .cookies__buttons a,.cookies__buttons .frame--color-white .zvoove__section a,.frame--color-white .zvoove__section .cookies__buttons input,.cookies__buttons .frame--color-white .zvoove__section input,.frame--color-white .zvoove__section .cookies__buttons button,.cookies__buttons .frame--color-white .zvoove__section button,.frame--color-white .zvoove__section .button,.frame--color-white .zvoove__section .stelle__more a,.stelle__more .frame--color-white .zvoove__section a,.frame--color-white .zvoove__section .tx-felogin-pi1 [type=submit],.tx-felogin-pi1 .frame--color-white .zvoove__section [type=submit],.frame--color-white .zvoove__section .form-navigation button,.form-navigation .frame--color-white .zvoove__section button,.frame--color-white .zvoove__section .form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-FileUpload .frame--color-white .zvoove__section label,.frame--color-white .zvoove__section .form--sheets2digital .form-group--type-ImageUpload label,.form--sheets2digital .form-group--type-ImageUpload .frame--color-white .zvoove__section label,.frame--color-white .zvoove__section .static__box .btn,.static__box .frame--color-white .zvoove__section .btn{color:#163556;border-color:#163556}.frame--color-white .zvoove__section .stelle__back a:hover,.stelle__back .frame--color-white .zvoove__section a:hover,.frame--color-white .zvoove__section #main-content .cs-button--search:hover,#main-content .frame--color-white .zvoove__section .cs-button--search:hover,.frame--color-white .zvoove__section .tx_cookies_button a:hover,.tx_cookies_button .frame--color-white .zvoove__section a:hover,.frame--color-white .zvoove__section .tx_cookies_button input:hover,.tx_cookies_button .frame--color-white .zvoove__section input:hover,.frame--color-white .zvoove__section .tx_cookies_button button:hover,.tx_cookies_button .frame--color-white .zvoove__section button:hover,.frame--color-white .zvoove__section .cookies__buttons a:hover,.cookies__buttons .frame--color-white .zvoove__section a:hover,.frame--color-white .zvoove__section .cookies__buttons input:hover,.cookies__buttons .frame--color-white .zvoove__section input:hover,.frame--color-white .zvoove__section .cookies__buttons button:hover,.cookies__buttons .frame--color-white .zvoove__section button:hover,.frame--color-white .zvoove__section .button:hover,.frame--color-white .zvoove__section .stelle__more a:hover,.stelle__more .frame--color-white .zvoove__section a:hover,.frame--color-white .zvoove__section .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--color-white .zvoove__section [type=submit]:hover,.frame--color-white .zvoove__section .form-navigation button:hover,.form-navigation .frame--color-white .zvoove__section button:hover,.frame--color-white .zvoove__section .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--color-white .zvoove__section label:hover,.frame--color-white .zvoove__section .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--color-white .zvoove__section label:hover,.frame--color-white .zvoove__section .static__box .btn:hover,.static__box .frame--color-white .zvoove__section .btn:hover{background:#163556;color:#fff!important}.modal .frame--color-white .zvoove__section .stelle__back a,.stelle__back .modal .frame--color-white .zvoove__section a,.modal .frame--color-white .zvoove__section #main-content .cs-button--search,#main-content .modal .frame--color-white .zvoove__section .cs-button--search,.modal .frame--color-white .zvoove__section .tx_cookies_button a,.tx_cookies_button .modal .frame--color-white .zvoove__section a,.modal .frame--color-white .zvoove__section .tx_cookies_button input,.tx_cookies_button .modal .frame--color-white .zvoove__section input,.modal .frame--color-white .zvoove__section .tx_cookies_button button,.tx_cookies_button .modal .frame--color-white .zvoove__section button,.modal .frame--color-white .zvoove__section .cookies__buttons a,.cookies__buttons .modal .frame--color-white .zvoove__section a,.modal .frame--color-white .zvoove__section .cookies__buttons input,.cookies__buttons .modal .frame--color-white .zvoove__section input,.modal .frame--color-white .zvoove__section .cookies__buttons button,.cookies__buttons .modal .frame--color-white .zvoove__section button,.modal .frame--color-white .zvoove__section .button,.modal .frame--color-white .zvoove__section .stelle__more a,.stelle__more .modal .frame--color-white .zvoove__section a,.modal .frame--color-white .zvoove__section .tx-felogin-pi1 [type=submit],.tx-felogin-pi1 .modal .frame--color-white .zvoove__section [type=submit],.modal .frame--color-white .zvoove__section .form-navigation button,.form-navigation .modal .frame--color-white .zvoove__section button,.modal .frame--color-white .zvoove__section .form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-FileUpload .modal .frame--color-white .zvoove__section label,.modal .frame--color-white .zvoove__section .form--sheets2digital .form-group--type-ImageUpload label,.form--sheets2digital .form-group--type-ImageUpload .modal .frame--color-white .zvoove__section label,.modal .frame--color-white .zvoove__section .static__box .btn,.static__box .modal .frame--color-white .zvoove__section .btn{color:#fff;border-color:#fff}.modal .frame--color-white .zvoove__section .stelle__back a:hover,.stelle__back .modal .frame--color-white .zvoove__section a:hover,.modal .frame--color-white .zvoove__section #main-content .cs-button--search:hover,#main-content .modal .frame--color-white .zvoove__section .cs-button--search:hover,.modal .frame--color-white .zvoove__section .tx_cookies_button a:hover,.tx_cookies_button .modal .frame--color-white .zvoove__section a:hover,.modal .frame--color-white .zvoove__section .tx_cookies_button input:hover,.tx_cookies_button .modal .frame--color-white .zvoove__section input:hover,.modal .frame--color-white .zvoove__section .tx_cookies_button button:hover,.tx_cookies_button .modal .frame--color-white .zvoove__section button:hover,.modal .frame--color-white .zvoove__section .cookies__buttons a:hover,.cookies__buttons .modal .frame--color-white .zvoove__section a:hover,.modal .frame--color-white .zvoove__section .cookies__buttons input:hover,.cookies__buttons .modal .frame--color-white .zvoove__section input:hover,.modal .frame--color-white .zvoove__section .cookies__buttons button:hover,.cookies__buttons .modal .frame--color-white .zvoove__section button:hover,.modal .frame--color-white .zvoove__section .button:hover,.modal .frame--color-white .zvoove__section .stelle__more a:hover,.stelle__more .modal .frame--color-white .zvoove__section a:hover,.modal .frame--color-white .zvoove__section .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .modal .frame--color-white .zvoove__section [type=submit]:hover,.modal .frame--color-white .zvoove__section .form-navigation button:hover,.form-navigation .modal .frame--color-white .zvoove__section button:hover,.modal .frame--color-white .zvoove__section .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .modal .frame--color-white .zvoove__section label:hover,.modal .frame--color-white .zvoove__section .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .modal .frame--color-white .zvoove__section label:hover,.modal .frame--color-white .zvoove__section .static__box .btn:hover,.static__box .modal .frame--color-white .zvoove__section .btn:hover{background:#fff;color:#163556!important}.frame--backgroundcolor-blue_dark .stelle__back a:hover,.stelle__back .frame--backgroundcolor-blue_dark a:hover,.frame--backgroundcolor-blue_dark #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-blue_dark .cs-button--search:hover,.frame--backgroundcolor-blue_dark .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-blue_dark a:hover,.frame--backgroundcolor-blue_dark .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-blue_dark input:hover,.frame--backgroundcolor-blue_dark .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-blue_dark button:hover,.frame--backgroundcolor-blue_dark .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-blue_dark a:hover,.frame--backgroundcolor-blue_dark .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-blue_dark input:hover,.frame--backgroundcolor-blue_dark .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-blue_dark button:hover,.frame--backgroundcolor-blue_dark .button:hover,.frame--backgroundcolor-blue_dark .stelle__more a:hover,.stelle__more .frame--backgroundcolor-blue_dark a:hover,.frame--backgroundcolor-blue_dark .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-blue_dark [type=submit]:hover,.frame--backgroundcolor-blue_dark .form-navigation button:hover,.form-navigation .frame--backgroundcolor-blue_dark button:hover,.frame--backgroundcolor-blue_dark .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-blue_dark label:hover,.frame--backgroundcolor-blue_dark .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-blue_dark label:hover,.frame--backgroundcolor-blue_dark .static__box .btn:hover,.static__box .frame--backgroundcolor-blue_dark .btn:hover{color:#0b1b32!important}.frame--backgroundcolor-blue_medium .stelle__back a:hover,.stelle__back .frame--backgroundcolor-blue_medium a:hover,.frame--backgroundcolor-blue_medium #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-blue_medium .cs-button--search:hover,.frame--backgroundcolor-blue_medium .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-blue_medium a:hover,.frame--backgroundcolor-blue_medium .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-blue_medium input:hover,.frame--backgroundcolor-blue_medium .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-blue_medium button:hover,.frame--backgroundcolor-blue_medium .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-blue_medium a:hover,.frame--backgroundcolor-blue_medium .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-blue_medium input:hover,.frame--backgroundcolor-blue_medium .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-blue_medium button:hover,.frame--backgroundcolor-blue_medium .button:hover,.frame--backgroundcolor-blue_medium .stelle__more a:hover,.stelle__more .frame--backgroundcolor-blue_medium a:hover,.frame--backgroundcolor-blue_medium .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-blue_medium [type=submit]:hover,.frame--backgroundcolor-blue_medium .form-navigation button:hover,.form-navigation .frame--backgroundcolor-blue_medium button:hover,.frame--backgroundcolor-blue_medium .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-blue_medium label:hover,.frame--backgroundcolor-blue_medium .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-blue_medium label:hover,.frame--backgroundcolor-blue_medium .static__box .btn:hover,.static__box .frame--backgroundcolor-blue_medium .btn:hover{color:#4c8fd4!important}.frame--backgroundcolor-blue_light .stelle__back a:hover,.stelle__back .frame--backgroundcolor-blue_light a:hover,.frame--backgroundcolor-blue_light #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-blue_light .cs-button--search:hover,.frame--backgroundcolor-blue_light .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-blue_light a:hover,.frame--backgroundcolor-blue_light .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-blue_light input:hover,.frame--backgroundcolor-blue_light .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-blue_light button:hover,.frame--backgroundcolor-blue_light .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-blue_light a:hover,.frame--backgroundcolor-blue_light .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-blue_light input:hover,.frame--backgroundcolor-blue_light .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-blue_light button:hover,.frame--backgroundcolor-blue_light .button:hover,.frame--backgroundcolor-blue_light .stelle__more a:hover,.stelle__more .frame--backgroundcolor-blue_light a:hover,.frame--backgroundcolor-blue_light .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-blue_light [type=submit]:hover,.frame--backgroundcolor-blue_light .form-navigation button:hover,.form-navigation .frame--backgroundcolor-blue_light button:hover,.frame--backgroundcolor-blue_light .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-blue_light label:hover,.frame--backgroundcolor-blue_light .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-blue_light label:hover,.frame--backgroundcolor-blue_light .static__box .btn:hover,.static__box .frame--backgroundcolor-blue_light .btn:hover{color:#3d6a9a!important}.frame--backgroundcolor-gold .stelle__back a:hover,.stelle__back .frame--backgroundcolor-gold a:hover,.frame--backgroundcolor-gold #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-gold .cs-button--search:hover,.frame--backgroundcolor-gold .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-gold a:hover,.frame--backgroundcolor-gold .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-gold input:hover,.frame--backgroundcolor-gold .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-gold button:hover,.frame--backgroundcolor-gold .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-gold a:hover,.frame--backgroundcolor-gold .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-gold input:hover,.frame--backgroundcolor-gold .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-gold button:hover,.frame--backgroundcolor-gold .button:hover,.frame--backgroundcolor-gold .stelle__more a:hover,.stelle__more .frame--backgroundcolor-gold a:hover,.frame--backgroundcolor-gold .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-gold [type=submit]:hover,.frame--backgroundcolor-gold .form-navigation button:hover,.form-navigation .frame--backgroundcolor-gold button:hover,.frame--backgroundcolor-gold .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-gold label:hover,.frame--backgroundcolor-gold .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-gold label:hover,.frame--backgroundcolor-gold .static__box .btn:hover,.static__box .frame--backgroundcolor-gold .btn:hover{color:#8a6a2a!important}.frame--backgroundcolor-gold_dark .stelle__back a:hover,.stelle__back .frame--backgroundcolor-gold_dark a:hover,.frame--backgroundcolor-gold_dark #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-gold_dark .cs-button--search:hover,.frame--backgroundcolor-gold_dark .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-gold_dark a:hover,.frame--backgroundcolor-gold_dark .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-gold_dark input:hover,.frame--backgroundcolor-gold_dark .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-gold_dark button:hover,.frame--backgroundcolor-gold_dark .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-gold_dark a:hover,.frame--backgroundcolor-gold_dark .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-gold_dark input:hover,.frame--backgroundcolor-gold_dark .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-gold_dark button:hover,.frame--backgroundcolor-gold_dark .button:hover,.frame--backgroundcolor-gold_dark .stelle__more a:hover,.stelle__more .frame--backgroundcolor-gold_dark a:hover,.frame--backgroundcolor-gold_dark .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-gold_dark [type=submit]:hover,.frame--backgroundcolor-gold_dark .form-navigation button:hover,.form-navigation .frame--backgroundcolor-gold_dark button:hover,.frame--backgroundcolor-gold_dark .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-gold_dark label:hover,.frame--backgroundcolor-gold_dark .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-gold_dark label:hover,.frame--backgroundcolor-gold_dark .static__box .btn:hover,.static__box .frame--backgroundcolor-gold_dark .btn:hover{color:#6b4f1f!important}.frame--backgroundcolor-blue_sat1 .stelle__back a:hover,.stelle__back .frame--backgroundcolor-blue_sat1 a:hover,.frame--backgroundcolor-blue_sat1 #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-blue_sat1 .cs-button--search:hover,.frame--backgroundcolor-blue_sat1 .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-blue_sat1 a:hover,.frame--backgroundcolor-blue_sat1 .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-blue_sat1 input:hover,.frame--backgroundcolor-blue_sat1 .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-blue_sat1 button:hover,.frame--backgroundcolor-blue_sat1 .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-blue_sat1 a:hover,.frame--backgroundcolor-blue_sat1 .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-blue_sat1 input:hover,.frame--backgroundcolor-blue_sat1 .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-blue_sat1 button:hover,.frame--backgroundcolor-blue_sat1 .button:hover,.frame--backgroundcolor-blue_sat1 .stelle__more a:hover,.stelle__more .frame--backgroundcolor-blue_sat1 a:hover,.frame--backgroundcolor-blue_sat1 .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-blue_sat1 [type=submit]:hover,.frame--backgroundcolor-blue_sat1 .form-navigation button:hover,.form-navigation .frame--backgroundcolor-blue_sat1 button:hover,.frame--backgroundcolor-blue_sat1 .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-blue_sat1 label:hover,.frame--backgroundcolor-blue_sat1 .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-blue_sat1 label:hover,.frame--backgroundcolor-blue_sat1 .static__box .btn:hover,.static__box .frame--backgroundcolor-blue_sat1 .btn:hover{color:#55778d!important}.frame--backgroundcolor-blue_sat2 .stelle__back a:hover,.stelle__back .frame--backgroundcolor-blue_sat2 a:hover,.frame--backgroundcolor-blue_sat2 #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-blue_sat2 .cs-button--search:hover,.frame--backgroundcolor-blue_sat2 .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-blue_sat2 a:hover,.frame--backgroundcolor-blue_sat2 .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-blue_sat2 input:hover,.frame--backgroundcolor-blue_sat2 .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-blue_sat2 button:hover,.frame--backgroundcolor-blue_sat2 .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-blue_sat2 a:hover,.frame--backgroundcolor-blue_sat2 .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-blue_sat2 input:hover,.frame--backgroundcolor-blue_sat2 .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-blue_sat2 button:hover,.frame--backgroundcolor-blue_sat2 .button:hover,.frame--backgroundcolor-blue_sat2 .stelle__more a:hover,.stelle__more .frame--backgroundcolor-blue_sat2 a:hover,.frame--backgroundcolor-blue_sat2 .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-blue_sat2 [type=submit]:hover,.frame--backgroundcolor-blue_sat2 .form-navigation button:hover,.form-navigation .frame--backgroundcolor-blue_sat2 button:hover,.frame--backgroundcolor-blue_sat2 .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-blue_sat2 label:hover,.frame--backgroundcolor-blue_sat2 .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-blue_sat2 label:hover,.frame--backgroundcolor-blue_sat2 .static__box .btn:hover,.static__box .frame--backgroundcolor-blue_sat2 .btn:hover{color:#899fad!important}.frame--backgroundcolor-blue_lightsat .stelle__back a:hover,.stelle__back .frame--backgroundcolor-blue_lightsat a:hover,.frame--backgroundcolor-blue_lightsat #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-blue_lightsat .cs-button--search:hover,.frame--backgroundcolor-blue_lightsat .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-blue_lightsat a:hover,.frame--backgroundcolor-blue_lightsat .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-blue_lightsat input:hover,.frame--backgroundcolor-blue_lightsat .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-blue_lightsat button:hover,.frame--backgroundcolor-blue_lightsat .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-blue_lightsat a:hover,.frame--backgroundcolor-blue_lightsat .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-blue_lightsat input:hover,.frame--backgroundcolor-blue_lightsat .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-blue_lightsat button:hover,.frame--backgroundcolor-blue_lightsat .button:hover,.frame--backgroundcolor-blue_lightsat .stelle__more a:hover,.stelle__more .frame--backgroundcolor-blue_lightsat a:hover,.frame--backgroundcolor-blue_lightsat .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-blue_lightsat [type=submit]:hover,.frame--backgroundcolor-blue_lightsat .form-navigation button:hover,.form-navigation .frame--backgroundcolor-blue_lightsat button:hover,.frame--backgroundcolor-blue_lightsat .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-blue_lightsat label:hover,.frame--backgroundcolor-blue_lightsat .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-blue_lightsat label:hover,.frame--backgroundcolor-blue_lightsat .static__box .btn:hover,.static__box .frame--backgroundcolor-blue_lightsat .btn:hover{color:#c3e0e8!important}.frame--backgroundcolor-orange .stelle__back a:hover,.stelle__back .frame--backgroundcolor-orange a:hover,.frame--backgroundcolor-orange #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-orange .cs-button--search:hover,.frame--backgroundcolor-orange .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-orange a:hover,.frame--backgroundcolor-orange .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-orange input:hover,.frame--backgroundcolor-orange .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-orange button:hover,.frame--backgroundcolor-orange .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-orange a:hover,.frame--backgroundcolor-orange .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-orange input:hover,.frame--backgroundcolor-orange .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-orange button:hover,.frame--backgroundcolor-orange .button:hover,.frame--backgroundcolor-orange .stelle__more a:hover,.stelle__more .frame--backgroundcolor-orange a:hover,.frame--backgroundcolor-orange .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-orange [type=submit]:hover,.frame--backgroundcolor-orange .form-navigation button:hover,.form-navigation .frame--backgroundcolor-orange button:hover,.frame--backgroundcolor-orange .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-orange label:hover,.frame--backgroundcolor-orange .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-orange label:hover,.frame--backgroundcolor-orange .static__box .btn:hover,.static__box .frame--backgroundcolor-orange .btn:hover{color:#a05d04!important}.frame--backgroundcolor-grey .stelle__back a:hover,.stelle__back .frame--backgroundcolor-grey a:hover,.frame--backgroundcolor-grey #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-grey .cs-button--search:hover,.frame--backgroundcolor-grey .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-grey a:hover,.frame--backgroundcolor-grey .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-grey input:hover,.frame--backgroundcolor-grey .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-grey button:hover,.frame--backgroundcolor-grey .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-grey a:hover,.frame--backgroundcolor-grey .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-grey input:hover,.frame--backgroundcolor-grey .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-grey button:hover,.frame--backgroundcolor-grey .button:hover,.frame--backgroundcolor-grey .stelle__more a:hover,.stelle__more .frame--backgroundcolor-grey a:hover,.frame--backgroundcolor-grey .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-grey [type=submit]:hover,.frame--backgroundcolor-grey .form-navigation button:hover,.form-navigation .frame--backgroundcolor-grey button:hover,.frame--backgroundcolor-grey .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-grey label:hover,.frame--backgroundcolor-grey .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-grey label:hover,.frame--backgroundcolor-grey .static__box .btn:hover,.static__box .frame--backgroundcolor-grey .btn:hover{color:#676461!important}.frame--backgroundcolor-mint .stelle__back a:hover,.stelle__back .frame--backgroundcolor-mint a:hover,.frame--backgroundcolor-mint #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-mint .cs-button--search:hover,.frame--backgroundcolor-mint .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-mint a:hover,.frame--backgroundcolor-mint .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-mint input:hover,.frame--backgroundcolor-mint .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-mint button:hover,.frame--backgroundcolor-mint .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-mint a:hover,.frame--backgroundcolor-mint .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-mint input:hover,.frame--backgroundcolor-mint .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-mint button:hover,.frame--backgroundcolor-mint .button:hover,.frame--backgroundcolor-mint .stelle__more a:hover,.stelle__more .frame--backgroundcolor-mint a:hover,.frame--backgroundcolor-mint .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-mint [type=submit]:hover,.frame--backgroundcolor-mint .form-navigation button:hover,.form-navigation .frame--backgroundcolor-mint button:hover,.frame--backgroundcolor-mint .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-mint label:hover,.frame--backgroundcolor-mint .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-mint label:hover,.frame--backgroundcolor-mint .static__box .btn:hover,.static__box .frame--backgroundcolor-mint .btn:hover{color:#5b94a8!important}.frame--backgroundcolor-darkmint .stelle__back a:hover,.stelle__back .frame--backgroundcolor-darkmint a:hover,.frame--backgroundcolor-darkmint #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-darkmint .cs-button--search:hover,.frame--backgroundcolor-darkmint .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-darkmint a:hover,.frame--backgroundcolor-darkmint .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-darkmint input:hover,.frame--backgroundcolor-darkmint .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-darkmint button:hover,.frame--backgroundcolor-darkmint .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-darkmint a:hover,.frame--backgroundcolor-darkmint .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-darkmint input:hover,.frame--backgroundcolor-darkmint .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-darkmint button:hover,.frame--backgroundcolor-darkmint .button:hover,.frame--backgroundcolor-darkmint .stelle__more a:hover,.stelle__more .frame--backgroundcolor-darkmint a:hover,.frame--backgroundcolor-darkmint .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-darkmint [type=submit]:hover,.frame--backgroundcolor-darkmint .form-navigation button:hover,.form-navigation .frame--backgroundcolor-darkmint button:hover,.frame--backgroundcolor-darkmint .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-darkmint label:hover,.frame--backgroundcolor-darkmint .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-darkmint label:hover,.frame--backgroundcolor-darkmint .static__box .btn:hover,.static__box .frame--backgroundcolor-darkmint .btn:hover{color:#298bad!important}.frame--backgroundcolor-green .stelle__back a:hover,.stelle__back .frame--backgroundcolor-green a:hover,.frame--backgroundcolor-green #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-green .cs-button--search:hover,.frame--backgroundcolor-green .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-green a:hover,.frame--backgroundcolor-green .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-green input:hover,.frame--backgroundcolor-green .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-green button:hover,.frame--backgroundcolor-green .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-green a:hover,.frame--backgroundcolor-green .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-green input:hover,.frame--backgroundcolor-green .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-green button:hover,.frame--backgroundcolor-green .button:hover,.frame--backgroundcolor-green .stelle__more a:hover,.stelle__more .frame--backgroundcolor-green a:hover,.frame--backgroundcolor-green .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-green [type=submit]:hover,.frame--backgroundcolor-green .form-navigation button:hover,.form-navigation .frame--backgroundcolor-green button:hover,.frame--backgroundcolor-green .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-green label:hover,.frame--backgroundcolor-green .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-green label:hover,.frame--backgroundcolor-green .static__box .btn:hover,.static__box .frame--backgroundcolor-green .btn:hover{color:#077a5f!important}.frame--backgroundcolor-darkgreen .stelle__back a:hover,.stelle__back .frame--backgroundcolor-darkgreen a:hover,.frame--backgroundcolor-darkgreen #main-content .cs-button--search:hover,#main-content .frame--backgroundcolor-darkgreen .cs-button--search:hover,.frame--backgroundcolor-darkgreen .tx_cookies_button a:hover,.tx_cookies_button .frame--backgroundcolor-darkgreen a:hover,.frame--backgroundcolor-darkgreen .tx_cookies_button input:hover,.tx_cookies_button .frame--backgroundcolor-darkgreen input:hover,.frame--backgroundcolor-darkgreen .tx_cookies_button button:hover,.tx_cookies_button .frame--backgroundcolor-darkgreen button:hover,.frame--backgroundcolor-darkgreen .cookies__buttons a:hover,.cookies__buttons .frame--backgroundcolor-darkgreen a:hover,.frame--backgroundcolor-darkgreen .cookies__buttons input:hover,.cookies__buttons .frame--backgroundcolor-darkgreen input:hover,.frame--backgroundcolor-darkgreen .cookies__buttons button:hover,.cookies__buttons .frame--backgroundcolor-darkgreen button:hover,.frame--backgroundcolor-darkgreen .button:hover,.frame--backgroundcolor-darkgreen .stelle__more a:hover,.stelle__more .frame--backgroundcolor-darkgreen a:hover,.frame--backgroundcolor-darkgreen .tx-felogin-pi1 [type=submit]:hover,.tx-felogin-pi1 .frame--backgroundcolor-darkgreen [type=submit]:hover,.frame--backgroundcolor-darkgreen .form-navigation button:hover,.form-navigation .frame--backgroundcolor-darkgreen button:hover,.frame--backgroundcolor-darkgreen .form--sheets2digital .form-group--type-FileUpload label:hover,.form--sheets2digital .form-group--type-FileUpload .frame--backgroundcolor-darkgreen label:hover,.frame--backgroundcolor-darkgreen .form--sheets2digital .form-group--type-ImageUpload label:hover,.form--sheets2digital .form-group--type-ImageUpload .frame--backgroundcolor-darkgreen label:hover,.frame--backgroundcolor-darkgreen .static__box .btn:hover,.static__box .frame--backgroundcolor-darkgreen .btn:hover{color:#006b67!important}.landing-page a,.stelle__link2form,.stellen__form__collapser,.stellen__back,#stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit button,.stelle__form .frame__inner .form-navigation button{display:block;margin:25px 0;max-width:305px;padding:15px;text-align:center;text-decoration:none;border:2px solid #163556;color:#163556;font-size:30px;line-height:1.2;cursor:pointer;background:transparent;-moz-appearance:none;-webkit-appearance:none;border-radius:0;background:#163556!important;color:#fff!important}.landing-page a:hover,.stelle__link2form:hover,.stellen__form__collapser:hover,.stellen__back:hover,#stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit button:hover,.stelle__form .frame__inner .form-navigation button:hover{background:#163556;color:#fff!important;text-decoration:none!important}.frame--color-white .landing-page a,.landing-page .frame--color-white a,.frame--color-white .stelle__link2form,.frame--color-white .stellen__form__collapser,.frame--color-white .stellen__back,.frame--color-white #stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit .frame--color-white input,.frame--color-white #stellen__form__search .form-group--type-Submit button,#stellen__form__search .form-group--type-Submit .frame--color-white button,.frame--color-white .stelle__form .frame__inner .form-navigation button,.stelle__form .frame__inner .form-navigation .frame--color-white button,.g-modal .landing-page a,.landing-page .g-modal a,.g-modal .stelle__link2form,.g-modal .stellen__form__collapser,.g-modal .stellen__back,.g-modal #stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit .g-modal input,.g-modal #stellen__form__search .form-group--type-Submit button,#stellen__form__search .form-group--type-Submit .g-modal button,.g-modal .stelle__form .frame__inner .form-navigation button,.stelle__form .frame__inner .form-navigation .g-modal button,.frame--static-germanpersonnel .landing-page a,.landing-page .frame--static-germanpersonnel a,.frame--static-germanpersonnel .stelle__link2form,.frame--static-germanpersonnel .stellen__form__collapser,.frame--static-germanpersonnel .stellen__back,.frame--static-germanpersonnel #stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit .frame--static-germanpersonnel input,.frame--static-germanpersonnel #stellen__form__search .form-group--type-Submit button,#stellen__form__search .form-group--type-Submit .frame--static-germanpersonnel button,.frame--static-germanpersonnel .stelle__form .frame__inner .form-navigation button,.stelle__form .frame__inner .form-navigation .frame--static-germanpersonnel button{color:#fff;border-color:#fff}.frame--color-white .landing-page a:hover,.landing-page .frame--color-white a:hover,.frame--color-white .stelle__link2form:hover,.frame--color-white .stellen__form__collapser:hover,.frame--color-white .stellen__back:hover,.frame--color-white #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--color-white input:hover,.frame--color-white #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--color-white button:hover,.frame--color-white .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--color-white button:hover,.g-modal .landing-page a:hover,.landing-page .g-modal a:hover,.g-modal .stelle__link2form:hover,.g-modal .stellen__form__collapser:hover,.g-modal .stellen__back:hover,.g-modal #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .g-modal input:hover,.g-modal #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .g-modal button:hover,.g-modal .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .g-modal button:hover,.frame--static-germanpersonnel .landing-page a:hover,.landing-page .frame--static-germanpersonnel a:hover,.frame--static-germanpersonnel .stelle__link2form:hover,.frame--static-germanpersonnel .stellen__form__collapser:hover,.frame--static-germanpersonnel .stellen__back:hover,.frame--static-germanpersonnel #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--static-germanpersonnel input:hover,.frame--static-germanpersonnel #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--static-germanpersonnel button:hover,.frame--static-germanpersonnel .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--static-germanpersonnel button:hover{background:#fff;color:#163556!important}@media (min-width:768px){.frame--color-white.frame--backpic_color-blue .landing-page a,.landing-page .frame--color-white.frame--backpic_color-blue a,.frame--color-white.frame--backpic_color-blue .stelle__link2form,.frame--color-white.frame--backpic_color-blue .stellen__form__collapser,.frame--color-white.frame--backpic_color-blue .stellen__back,.frame--color-white.frame--backpic_color-blue #stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit .frame--color-white.frame--backpic_color-blue input,.frame--color-white.frame--backpic_color-blue #stellen__form__search .form-group--type-Submit button,#stellen__form__search .form-group--type-Submit .frame--color-white.frame--backpic_color-blue button,.frame--color-white.frame--backpic_color-blue .stelle__form .frame__inner .form-navigation button,.stelle__form .frame__inner .form-navigation .frame--color-white.frame--backpic_color-blue button{color:#163556;border-color:#163556}.frame--color-white.frame--backpic_color-blue .landing-page a:hover,.landing-page .frame--color-white.frame--backpic_color-blue a:hover,.frame--color-white.frame--backpic_color-blue .stelle__link2form:hover,.frame--color-white.frame--backpic_color-blue .stellen__form__collapser:hover,.frame--color-white.frame--backpic_color-blue .stellen__back:hover,.frame--color-white.frame--backpic_color-blue #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--color-white.frame--backpic_color-blue input:hover,.frame--color-white.frame--backpic_color-blue #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--color-white.frame--backpic_color-blue button:hover,.frame--color-white.frame--backpic_color-blue .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--color-white.frame--backpic_color-blue button:hover{background:#163556;color:#fff!important}}.frame--color-white .zvoove__section .landing-page a,.landing-page .frame--color-white .zvoove__section a,.frame--color-white .zvoove__section .stelle__link2form,.frame--color-white .zvoove__section .stellen__form__collapser,.frame--color-white .zvoove__section .stellen__back,.frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit .frame--color-white .zvoove__section input,.frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit button,#stellen__form__search .form-group--type-Submit .frame--color-white .zvoove__section button,.frame--color-white .zvoove__section .stelle__form .frame__inner .form-navigation button,.stelle__form .frame__inner .form-navigation .frame--color-white .zvoove__section button{color:#163556;border-color:#163556}.frame--color-white .zvoove__section .landing-page a:hover,.landing-page .frame--color-white .zvoove__section a:hover,.frame--color-white .zvoove__section .stelle__link2form:hover,.frame--color-white .zvoove__section .stellen__form__collapser:hover,.frame--color-white .zvoove__section .stellen__back:hover,.frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--color-white .zvoove__section input:hover,.frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--color-white .zvoove__section button:hover,.frame--color-white .zvoove__section .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--color-white .zvoove__section button:hover{background:#163556;color:#fff!important}.modal .frame--color-white .zvoove__section .landing-page a,.landing-page .modal .frame--color-white .zvoove__section a,.modal .frame--color-white .zvoove__section .stelle__link2form,.modal .frame--color-white .zvoove__section .stellen__form__collapser,.modal .frame--color-white .zvoove__section .stellen__back,.modal .frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit .modal .frame--color-white .zvoove__section input,.modal .frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit button,#stellen__form__search .form-group--type-Submit .modal .frame--color-white .zvoove__section button,.modal .frame--color-white .zvoove__section .stelle__form .frame__inner .form-navigation button,.stelle__form .frame__inner .form-navigation .modal .frame--color-white .zvoove__section button{color:#fff;border-color:#fff}.modal .frame--color-white .zvoove__section .landing-page a:hover,.landing-page .modal .frame--color-white .zvoove__section a:hover,.modal .frame--color-white .zvoove__section .stelle__link2form:hover,.modal .frame--color-white .zvoove__section .stellen__form__collapser:hover,.modal .frame--color-white .zvoove__section .stellen__back:hover,.modal .frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .modal .frame--color-white .zvoove__section input:hover,.modal .frame--color-white .zvoove__section #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .modal .frame--color-white .zvoove__section button:hover,.modal .frame--color-white .zvoove__section .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .modal .frame--color-white .zvoove__section button:hover{background:#fff;color:#163556!important}.frame--backgroundcolor-blue_dark .landing-page a:hover,.landing-page .frame--backgroundcolor-blue_dark a:hover,.frame--backgroundcolor-blue_dark .stelle__link2form:hover,.frame--backgroundcolor-blue_dark .stellen__form__collapser:hover,.frame--backgroundcolor-blue_dark .stellen__back:hover,.frame--backgroundcolor-blue_dark #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_dark input:hover,.frame--backgroundcolor-blue_dark #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_dark button:hover,.frame--backgroundcolor-blue_dark .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-blue_dark button:hover{color:#0b1b32!important}.frame--backgroundcolor-blue_medium .landing-page a:hover,.landing-page .frame--backgroundcolor-blue_medium a:hover,.frame--backgroundcolor-blue_medium .stelle__link2form:hover,.frame--backgroundcolor-blue_medium .stellen__form__collapser:hover,.frame--backgroundcolor-blue_medium .stellen__back:hover,.frame--backgroundcolor-blue_medium #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_medium input:hover,.frame--backgroundcolor-blue_medium #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_medium button:hover,.frame--backgroundcolor-blue_medium .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-blue_medium button:hover{color:#4c8fd4!important}.frame--backgroundcolor-blue_light .landing-page a:hover,.landing-page .frame--backgroundcolor-blue_light a:hover,.frame--backgroundcolor-blue_light .stelle__link2form:hover,.frame--backgroundcolor-blue_light .stellen__form__collapser:hover,.frame--backgroundcolor-blue_light .stellen__back:hover,.frame--backgroundcolor-blue_light #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_light input:hover,.frame--backgroundcolor-blue_light #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_light button:hover,.frame--backgroundcolor-blue_light .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-blue_light button:hover{color:#3d6a9a!important}.frame--backgroundcolor-gold .landing-page a:hover,.landing-page .frame--backgroundcolor-gold a:hover,.frame--backgroundcolor-gold .stelle__link2form:hover,.frame--backgroundcolor-gold .stellen__form__collapser:hover,.frame--backgroundcolor-gold .stellen__back:hover,.frame--backgroundcolor-gold #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-gold input:hover,.frame--backgroundcolor-gold #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-gold button:hover,.frame--backgroundcolor-gold .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-gold button:hover{color:#8a6a2a!important}.frame--backgroundcolor-gold_dark .landing-page a:hover,.landing-page .frame--backgroundcolor-gold_dark a:hover,.frame--backgroundcolor-gold_dark .stelle__link2form:hover,.frame--backgroundcolor-gold_dark .stellen__form__collapser:hover,.frame--backgroundcolor-gold_dark .stellen__back:hover,.frame--backgroundcolor-gold_dark #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-gold_dark input:hover,.frame--backgroundcolor-gold_dark #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-gold_dark button:hover,.frame--backgroundcolor-gold_dark .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-gold_dark button:hover{color:#6b4f1f!important}.frame--backgroundcolor-blue_sat1 .landing-page a:hover,.landing-page .frame--backgroundcolor-blue_sat1 a:hover,.frame--backgroundcolor-blue_sat1 .stelle__link2form:hover,.frame--backgroundcolor-blue_sat1 .stellen__form__collapser:hover,.frame--backgroundcolor-blue_sat1 .stellen__back:hover,.frame--backgroundcolor-blue_sat1 #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_sat1 input:hover,.frame--backgroundcolor-blue_sat1 #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_sat1 button:hover,.frame--backgroundcolor-blue_sat1 .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-blue_sat1 button:hover{color:#55778d!important}.frame--backgroundcolor-blue_sat2 .landing-page a:hover,.landing-page .frame--backgroundcolor-blue_sat2 a:hover,.frame--backgroundcolor-blue_sat2 .stelle__link2form:hover,.frame--backgroundcolor-blue_sat2 .stellen__form__collapser:hover,.frame--backgroundcolor-blue_sat2 .stellen__back:hover,.frame--backgroundcolor-blue_sat2 #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_sat2 input:hover,.frame--backgroundcolor-blue_sat2 #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_sat2 button:hover,.frame--backgroundcolor-blue_sat2 .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-blue_sat2 button:hover{color:#899fad!important}.frame--backgroundcolor-blue_lightsat .landing-page a:hover,.landing-page .frame--backgroundcolor-blue_lightsat a:hover,.frame--backgroundcolor-blue_lightsat .stelle__link2form:hover,.frame--backgroundcolor-blue_lightsat .stellen__form__collapser:hover,.frame--backgroundcolor-blue_lightsat .stellen__back:hover,.frame--backgroundcolor-blue_lightsat #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_lightsat input:hover,.frame--backgroundcolor-blue_lightsat #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-blue_lightsat button:hover,.frame--backgroundcolor-blue_lightsat .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-blue_lightsat button:hover{color:#c3e0e8!important}.frame--backgroundcolor-orange .landing-page a:hover,.landing-page .frame--backgroundcolor-orange a:hover,.frame--backgroundcolor-orange .stelle__link2form:hover,.frame--backgroundcolor-orange .stellen__form__collapser:hover,.frame--backgroundcolor-orange .stellen__back:hover,.frame--backgroundcolor-orange #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-orange input:hover,.frame--backgroundcolor-orange #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-orange button:hover,.frame--backgroundcolor-orange .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-orange button:hover{color:#a05d04!important}.frame--backgroundcolor-grey .landing-page a:hover,.landing-page .frame--backgroundcolor-grey a:hover,.frame--backgroundcolor-grey .stelle__link2form:hover,.frame--backgroundcolor-grey .stellen__form__collapser:hover,.frame--backgroundcolor-grey .stellen__back:hover,.frame--backgroundcolor-grey #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-grey input:hover,.frame--backgroundcolor-grey #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-grey button:hover,.frame--backgroundcolor-grey .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-grey button:hover{color:#676461!important}.frame--backgroundcolor-mint .landing-page a:hover,.landing-page .frame--backgroundcolor-mint a:hover,.frame--backgroundcolor-mint .stelle__link2form:hover,.frame--backgroundcolor-mint .stellen__form__collapser:hover,.frame--backgroundcolor-mint .stellen__back:hover,.frame--backgroundcolor-mint #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-mint input:hover,.frame--backgroundcolor-mint #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-mint button:hover,.frame--backgroundcolor-mint .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-mint button:hover{color:#5b94a8!important}.frame--backgroundcolor-darkmint .landing-page a:hover,.landing-page .frame--backgroundcolor-darkmint a:hover,.frame--backgroundcolor-darkmint .stelle__link2form:hover,.frame--backgroundcolor-darkmint .stellen__form__collapser:hover,.frame--backgroundcolor-darkmint .stellen__back:hover,.frame--backgroundcolor-darkmint #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-darkmint input:hover,.frame--backgroundcolor-darkmint #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-darkmint button:hover,.frame--backgroundcolor-darkmint .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-darkmint button:hover{color:#298bad!important}.frame--backgroundcolor-green .landing-page a:hover,.landing-page .frame--backgroundcolor-green a:hover,.frame--backgroundcolor-green .stelle__link2form:hover,.frame--backgroundcolor-green .stellen__form__collapser:hover,.frame--backgroundcolor-green .stellen__back:hover,.frame--backgroundcolor-green #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-green input:hover,.frame--backgroundcolor-green #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-green button:hover,.frame--backgroundcolor-green .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-green button:hover{color:#077a5f!important}.frame--backgroundcolor-darkgreen .landing-page a:hover,.landing-page .frame--backgroundcolor-darkgreen a:hover,.frame--backgroundcolor-darkgreen .stelle__link2form:hover,.frame--backgroundcolor-darkgreen .stellen__form__collapser:hover,.frame--backgroundcolor-darkgreen .stellen__back:hover,.frame--backgroundcolor-darkgreen #stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-darkgreen input:hover,.frame--backgroundcolor-darkgreen #stellen__form__search .form-group--type-Submit button:hover,#stellen__form__search .form-group--type-Submit .frame--backgroundcolor-darkgreen button:hover,.frame--backgroundcolor-darkgreen .stelle__form .frame__inner .form-navigation button:hover,.stelle__form .frame__inner .form-navigation .frame--backgroundcolor-darkgreen button:hover{color:#006b67!important}.landing-page a:hover,.stelle__link2form:hover,.stellen__form__collapser:hover,.stellen__back:hover,#stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit button:hover,.stelle__form .frame__inner .form-navigation button:hover{color:#163556!important;background:#fff!important}.jobs__highlights .button,.stelle__more a,.tx-felogin-pi1 [type=submit],.form-navigation button,.form-navigation .button,.form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-ImageUpload label,.static__box .btn{margin-left:auto;margin-right:auto;display:block;min-width:230px}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@font-face{font-family:"Omit Regular";src:url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/Omit/omit-regular.eot);src:url('../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/Omit/omit-regular.eot?#iefix') format("embedded-opentype"),url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/Omit/omit-regular.woff2) format("woff2"),url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/Omit/omit-regular.woff) format("woff"),url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/Omit/omit-regular.ttf) format("truetype"),url('../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/Omit/omit-regular.svg#omitregular') format("svg");font-weight:400;font-style:normal}@font-face{font-family:"goldrichtig-icons";src:url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/icons/goldrichtig-icons.eot?64700);src:url('../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/icons/goldrichtig-icons.eot?64700#iefix') format("embedded-opentype"),url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/icons/goldrichtig-icons.woff2?64700) format("woff2"),url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/icons/goldrichtig-icons.woff?64700) format("woff"),url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/icons/goldrichtig-icons.ttf?64700) format("truetype"),url('../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/font/icons/goldrichtig-icons.svg?64700#goldrichtig-icons') format("svg");font-weight:400;font-style:normal}.frontend__login__status::before,.cookies__banner__close::before,.stelle__buttons a::before,.stellen .f3-widget-paginator li.first a::after,.stellen .f3-widget-paginator li.last a::after,.stellen .f3-widget-paginator li.previous a::before,.stellen .f3-widget-paginator li.next a::before,.stellen .f3-widget-paginator li.first a::before,.stellen .f3-widget-paginator li.last a::before,.stellen__item__watchlist::after,.stellen__item__watchlist::before,.watchlist__count::before,#stellen__form .form-group--type-Text::before,.stellen__item li::before,.form__section__trigger::before,.g-recaptcha--consent::before,.modal--loading .modal-header::before,.form-group--type-Checkbox .custom-control-label::after,.form-group--type-FileUpload .cancel::before,.form-group--type-ImageUpload .cancel::before,.form-group--type-FileUpload .custom-file .FileUpload-preview::after,.form-group--type-ImageUpload .custom-file .FileUpload-preview::after,.static--social-link.static--social-whatsapp::before,.static--social-link.static--social-sms::before,.static--social-link.static--social-facebook::before,#footer__social a.footer-social--linkedin::before,#footer__social a.footer-social--xing::before,#footer__social a.footer-social--whatsapp::before,#footer__social a.footer-social--sms::before,#footer__social a.footer-social--facebook::before,[class^=icon-]:before,[class*=" icon-"]:before{font-family:"goldrichtig-icons";font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.stelle__socials a,.form__section__trigger{display:block;text-indent:-20000px;position:relative;overflow:hidden}.stelle__socials a::before,.form__section__trigger::before,.stelle__socials a::after,.form__section__trigger::after{position:absolute;width:100%;height:100%;text-indent:0;left:0;top:0;line-height:inherit}#header{background:#fff;padding:1px 0;position:relative;box-shadow:0 0 5px rgba(0,0,0,.1)}#header__inner{position:relative;padding-top:30px;padding-bottom:40px;max-width:1280px;transition:padding 0.2s}html.scrolled #header__inner,.header--small #header__inner{padding-top:15px;padding-bottom:20px}@media (max-width:1199px){#header__inner{padding-top:15px;padding-bottom:20px}}#logo--link{display:block;width:222px;transition:all 0.2s;height:auto;position:relative;left:0;overflow:hidden}#logo--link #logo{width:100%}html.scrolled #logo--link,.header--small #logo--link{width:110px;width:222px;height:60px;left:-85px}@media (max-width:1199px){html.scrolled #logo--link,.header--small #logo--link{width:160px;height:45px;left:-55px}}@media (max-width:1199px){#logo--link{width:160px}}#logo{display:block;width:222px;height:auto;max-width:100%;margin:0 auto}@media (min-width:768px){#nav{position:absolute;right:25px;top:auto;bottom:-5px}}@media (min-width:1200px){#nav{bottom:1px}html.scrolled #nav,.header--small #nav{bottom:0}}#nav>ul{margin-left:-20px;margin-right:-20px}@media (min-width:768px){#nav>ul{display:flex;flex-wrap:wrap;margin-right:-12.5px;margin-left:-12.5px}}#nav>ul>li{float:left;padding:0 auto}#nav>ul>li>a{display:block;padding:15px 20px;color:#163556;font-size:30px;line-height:36px;text-transform:lowercase}@media (min-width:768px) and (max-width:991px){#nav>ul>li>a{padding:15px 15px}}@media (min-width:576px) and (max-width:767px){#nav>ul>li>a{padding:15px 15px}}#nav>ul>li#nav--79{padding-left:30px}@media (min-width:1px) and (max-width:575px){#nav>ul>li#nav--79{padding-left:0;padding-top:30px}}#nav>ul>li.active a,#nav>ul>li a:hover,#nav>ul>li.active a:hover{text-decoration:underline}@media (max-width:767px){#nav{position:static}#nav>ul{text-align:center;position:relative}#nav>ul>li{display:inline-block;float:none}#nav>ul>li>a{padding-top:10px}}@media (min-width:1px) and (max-width:575px){#nav>ul{display:flex;flex-wrap:wrap;margin-right:-12.5px;margin-left:-12.5px}#nav>ul>li{display:block;width:100%}}.navbar{padding:0}@media (max-width:767px){.navbar{top:20px}}#navbar-toggle{position:absolute;top:-60px;right:0}.navbar-collapse{transition:all 0.2s;background:#fff;z-index:1}@media (max-width:767px){.navbar-collapse::before{content:"";transition:all 0.2s;width:75%;height:100%;position:absolute;top:0;left:50%;transform:translateX(-50%);border-radius:25%}.navbar-collapse.show::before{z-index:-1;background:#fff;box-shadow:0 3px 4px rgba(0,0,0,.45)}}.navbar-collapse>ul{background:#fff}body .hamburger{padding:5px 5px;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:0.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger-box{width:35px;height:25px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{width:35px;height:5px;background-color:#163556;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:0.15s;transition-timing-function:ease}.hamburger-inner::before,.hamburger-inner::after{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--spin .hamburger-inner{transition-duration:0.3s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner::before{transition:top 0.1s 0.34s ease-in,opacity 0.1s ease-in}.hamburger--spin .hamburger-inner::after{transition:bottom 0.1s 0.34s ease-in,-webkit-transform 0.3s cubic-bezier(.55,.055,.675,.19);transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(.55,.055,.675,.19);transition:bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{-webkit-transform:rotate(225deg);transform:rotate(225deg);transition-delay:0.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner::before{top:0;opacity:0;transition:top 0.1s ease-out,opacity 0.1s 0.14s ease-out}.hamburger--spin.is-active .hamburger-inner::after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:bottom 0.1s ease-out,-webkit-transform 0.3s 0.14s cubic-bezier(.215,.61,.355,1);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(.215,.61,.355,1);transition:bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.3s 0.14s cubic-bezier(.215,.61,.355,1)}#tx_cookies{background:#0b1b32;color:#fff;width:100%;left:0;top:0;box-shadow:0 0 3px rgba(0,0,0,.2)}@media (min-width:1200px){#tx_cookies{position:fixed!important;left:auto;right:0;top:0;width:480px;background-color:rgba(11,27,50,.95)}}#tx_cookies_inner{max-width:1030px;padding:35px 50px 10px}@media (max-width:767px){#tx_cookies_inner{padding:20px 25px 0;max-width:980px}}#tx_cookies_hint{margin:0 0 25px;text-align:center;font-size:14px}.tx_cookies_button{-ms-flex:0 0 290px;flex:0 0 290px;max-width:290px}@media (max-width:767px){.tx_cookies_button{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.tx_cookies_button a,.tx_cookies_button input,.tx_cookies_button button,.cookies__buttons a,.cookies__buttons input,.cookies__buttons button{margin-left:auto;margin-right:auto;display:block;min-width:230px}body>.cookies__banner .tx_cookies_button a,body #tx_cookies_banner .tx_cookies_button a,body>.cookies__banner .tx_cookies_button input,body #tx_cookies_banner .tx_cookies_button input,body>.cookies__banner .tx_cookies_button button,body #tx_cookies_banner .tx_cookies_button button,body>.cookies__banner .cookies__buttons a,body #tx_cookies_banner .cookies__buttons a,body>.cookies__banner .cookies__buttons input,body #tx_cookies_banner .cookies__buttons input,body>.cookies__banner .cookies__buttons button,body #tx_cookies_banner .cookies__buttons button{color:#fff;border-color:#fff}body>.cookies__banner .tx_cookies_button a:hover,body #tx_cookies_banner .tx_cookies_button a:hover,body>.cookies__banner .tx_cookies_button input:hover,body #tx_cookies_banner .tx_cookies_button input:hover,body>.cookies__banner .tx_cookies_button button:hover,body #tx_cookies_banner .tx_cookies_button button:hover,body>.cookies__banner .cookies__buttons a:hover,body #tx_cookies_banner .cookies__buttons a:hover,body>.cookies__banner .cookies__buttons input:hover,body #tx_cookies_banner .cookies__buttons input:hover,body>.cookies__banner .cookies__buttons button:hover,body #tx_cookies_banner .cookies__buttons button:hover{background:#fff;color:#0b1b32!important}#footer{background:#2a7a8a;color:#fff}#footer__inner{padding-bottom:90px;max-width:1200px}#footer__sitemap>ul{margin-left:-20px;margin-right:-20px}#footer__sitemap>ul>li{-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%;position:relative;min-height:1px;padding-right:20px;padding-left:20px;margin-bottom:25px}#footer__sitemap>ul>li>a{text-transform:uppercase;margin-bottom:25px}@media (min-width:1200px){#footer__sitemap>ul>li>ul{display:flex;flex-wrap:wrap;margin-right:-12.5px;margin-left:-12.5px;margin-left:-3px;margin-right:-3px}#footer__sitemap>ul>li>ul>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;min-height:1px;padding-right:0;padding-left:0}#footer__sitemap>ul>li>ul>li>a{padding-left:3px;padding-right:3px}}#footer__sitemap a{display:block;color:#fff;padding:2px 0;font-size:14px;line-height:17px}@media (min-width:1px) and (max-width:575px){#footer__sitemap>ul>li{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}#footer__sitemap>ul>li>a{margin-bottom:5px}}#footer__bottom{margin:20px auto 0;border-top:1px solid #fff;border-bottom:1px solid #fff;padding:15px 0;text-align:center;max-width:540px}#footer__social{display:block;margin:0 0 15px}#footer__social ul{text-align:center}#footer__social li{display:inline-block}#footer__social a{display:block;padding:0 15px;margin:0 0 10px;width:70px;height:36px;text-align:center;color:#fff;text-indent:-10000px;position:relative;overflow:hidden}#footer__social a:hover{color:#fff;text-decoration:none!important}#footer__social a:hover::before{transform:scale(.9)}#footer__social a::before{display:block;text-indent:0;font-size:32px;line-height:36px;position:absolute;left:0;top:0;padding:0 15px;width:70px!important;height:36px;text-align:center;transition:all 0.2s}#footer__social a.footer-social--facebook::before{content:"\e900"}#footer__social a.footer-social--instagram::before{content:"";display:block;margin:0 auto;width:32px;max-width:100%;height:32px;background:url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/img/logo-instagram-white.png) center no-repeat;background-size:contain}#footer__social a.footer-social--sms::before{content:"\e903"}#footer__social a.footer-social--whatsapp::before{content:"\f232"}#footer__social a.footer-social--xing::before{content:"\e901"}#footer__social a.footer-social--linkedin::before{content:"\e902"}@media (min-width:1px) and (max-width:575px){#footer__social a{padding:0 10px;width:54px!important}#footer__social a::before{padding:0 10px;width:54px!important;font-size:28px}}#footer__line{padding:0 5px}#footer__copyright{display:inline-block;font-size:14px;margin:0}#footer__meta{display:inline-block;font-size:14px}#footer__meta li{display:inline-block}#footer__meta li:before{content:"|";float:left}#footer__meta a{display:inline-block;padding:0 7px;color:#fff}#footer__meta a:hover{color:#fff}@media (min-width:1px) and (max-width:575px){#footer__meta{display:block}#footer__meta li:first-child:before{display:none}}.main h1,.main .super1{font-size:61px;font-weight:700;line-height:1;margin:0 0 25px}@media (max-width:1199px){.main h1,.main .super1{font-size:56px}}@media (max-width:991px){.main h1,.main .super1{font-size:51px}}@media (max-width:767px){.main h1,.main .super1{font-size:46px}}@media (min-width:1px) and (max-width:575px){.main h1,.main .super1{font-size:8.1vw}}.main h2,.main .super2{font-size:60px;font-weight:700;line-height:1;margin:0 0 25px}@media (max-width:1199px){.main h2,.main .super2{font-size:55px}}@media (max-width:991px){.main h2,.main .super2{font-size:50px}}@media (max-width:767px){.main h2,.main .super2{font-size:45px}}@media (min-width:1px) and (max-width:575px){.main h2,.main .super2{font-size:8vw}}.main h3,.main .super3,.main h1+.super2{font-size:40px;font-weight:700;margin:0 0 15px}@media (max-width:1199px){.main h3,.main .super3,.main h1+.super2{font-size:35px}}@media (max-width:991px){.main h3,.main .super3,.main h1+.super2{font-size:30px}}@media (max-width:767px){.main h3,.main .super3,.main h1+.super2{font-size:25px}}@media (min-width:1px) and (max-width:575px){.main h3,.main .super3,.main h1+.super2{font-size:20px}}.main #frame-182 .backpic .super3{line-height:1}.main h1+h2,.main h2+h3{position:relative;top:-15px}.main .backpic h1+.super2,.main .backpic h2+.xsuper3{position:relative;top:-15px}.main p{margin:0 0 25px}.main a{color:inherit}.main a:hover{color:inherit}#content{margin:0}.frame{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;position:relative;min-height:1px;padding-right:0;padding-left:0;background:#e3e3e3;background-size:cover;background-repeat:no-repeat}.frame.frame--backpic_crop-left{background-position:0 50%}.frame.frame--backpic_crop-center{background-position:50% 50%}.frame.frame--backpic_crop-right{background-position:100% 50%}.frame.frame--backpic_crop-left50{background-position:25% 50%}.frame.frame--backpic_crop-right50{background-position:75% 50%}.frame--size-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media (max-width:991px){.frame--size-6{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.frame--size-4{-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%}#main-content .frame--background-image{background-size:cover;background-repeat:no-repeat}.frame--color-white{color:#fff}@media (min-width:992px){.frame--backpic_color-blue{color:#163556}}.frame--backgroundcolor-blue{background:#163556}.frame--backgroundcolor-blue_dark{background:#0b1b32}.frame--backgroundcolor-gold{background:#8a6a2a}.frame--backgroundcolor-gold_dark{background:#6b4f1f}.frame--backgroundcolor-blue_medium{background:#4c8fd4}.frame--backgroundcolor-blue_light{background:#3d6a9a}.frame--backgroundcolor-blue_sat1{background:#55778d}.frame--backgroundcolor-blue_sat2{background:#899fad}.frame--backgroundcolor-blue_lightsat{background:#c3e0e8}.frame--backgroundcolor-orange{background:#a05d04}.frame--backgroundcolor-yellow{background:#f0ba40}.frame--backgroundcolor-grey{background:#676461}.frame--backgroundcolor-mint{background:#5b94a8}.frame--backgroundcolor-darkmint{background:#298bad}.frame--backgroundcolor-green{background:#077a5f}.frame--backgroundcolor-darkgreen{background:#006b67}.frame--backgroundcolor-white{background:#fff}.frame--exitonly{display:none}.frame-type-shortcut{padding:0}.frame-type-text.frame--option-textcenter .frame__inner{text-align:center}.frame-type-text .button{margin-left:auto;margin-right:auto}@media (min-width:992px){.frame-type-text{min-height:500px}.modal-body .frame-type-text{min-height:auto}}@media (min-width:992px){.frame-type-cookies{min-height:500px}}.frame--jobs-show,.frame--plugin-goldrichtigcockpit_jobs{padding:0}.frame--plugin-goldrichtigcockpit_jobs .container{max-width:none;padding:0}.frame-fullwidth{padding:0}.frame-fullwidth .frame__inner{max-width:none!important;padding-left:0!important;padding-right:0!important}.frame--textpic-center.frame--textpic-above{padding:0}.frame--textpic-center.frame--textpic-above .frame__inner{padding:0;margin:0;max-width:none}.frame--plugin-goldrichtigcontent_jobfinder .frame__inner{max-width:none}.frame-type-textpic.frame-layout-0 .ce-center .ce-bodytext{text-align:center}.frame-type-textpic.frame-layout-0 .ce-center .ce-bodytext .button{margin-left:auto;margin-right:auto}.frame-type-textpic.frame-layout-0 .ce-right.ce-below .ce-bodytext,.frame-type-textpic.frame-layout-0 .ce-right.ce-above .ce-bodytext{text-align:right}.frame-type-textpic.frame-layout-0 .ce-right.ce-below .ce-bodytext .button,.frame-type-textpic.frame-layout-0 .ce-right.ce-above .ce-bodytext .button{float:right}.frame-type-textpic.frame-layout-0.frame--textpic-right.frame--textpic-below header,.frame-type-textpic.frame-layout-0.frame--textpic-right.frame--textpic-above header{text-align:right}.frame-type-textpic.frame-layout-0.frame--textpic-below{padding-bottom:100px}.frame-type-textpic.frame-layout-0.frame--textpic-center header{text-align:center}.frame-type-textpic.frame-layout-0 .ce-intext.ce-left .ce-gallery{margin-right:50px}@media (max-width:767px){.frame-type-textpic.frame-layout-0 .ce-intext .ce-gallery{margin-left:0;margin-right:0;float:none}.frame-type-textpic.frame-layout-0 .ce-intext.ce-left .ce-gallery{margin-right:0}}.frame--static-social,.frame-type-textpic.frame-layout-textpic,.frame-type-textmedia.frame-layout-textpic,.frame-type-textpic.frame-layout-backpic,.frame-type-textpic.frame-layout-backpicwide,.frame--plugin-rtsimpleosm_sosm,.frame--plugin-osm_pi1,.frame--plugin-goldrichtigmaps_maps,.frame--plugin-goldrichtigcontent_logos{-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width:100%!important;padding-top:0;padding-bottom:0}.frame-type-textpic.frame-layout-backpicwide .frame__inner .backpic__bodytext{padding-left:25px;padding-right:25px;width:100%;max-width:1790px}.frame--plugin-goldrichtigcontent_logos .header{padding-top:50px;padding-bottom:25px}.frame-space-before-none{padding-top:0}.frame-space-after-none{padding-bottom:0}.ce-gallery img{display:block;max-width:100%;height:auto}.static--social{margin:0}.static--social-link{display:block;-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;position:relative;min-height:1px;padding-right:0;padding-left:0;text-align:center;overflow:hidden;height:375px;text-decoration:none!important}@media (min-width:1px) and (max-width:575px){.static--social-link{height:150px;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.static--social-link:hover::before{-ms-transform:scale(.9) translateY(-50%);-webkit-transform:scale(.9) translateY(-50%);-moz-transform:scale(.9) translateY(-50%);-o-transform:scale(.9) translateY(-50%);transform:scale(.9) translateY(-50%)}.static--social-link span{display:block;position:absolute;left:-10000px;top:-10000px}.static--social-link::before{display:block;text-indent:0;font-size:6.25vw;transition:all 0.2s}@media (min-width:1px) and (max-width:575px){.static--social-link::before{font-size:12.5vw}}.static--social-link.static--social-facebook{background:#3b5999;color:#fff}.static--social-link.static--social-facebook::before{content:"\e900"}.static--social-link.static--social-instagram{background:#fff}.static--social-link.static--social-instagram::before{content:"";display:block;margin:0 auto;width:6.25vw;max-width:100%;height:128px;background:url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/img/logo-instagram.png) center no-repeat;background-size:contain}@media (min-width:1px) and (max-width:575px){.static--social-link.static--social-instagram::before{width:12.5vw}}.static--social-link.static--social-sms{background:#30bf39;color:#fff}.static--social-link.static--social-sms::before{content:"\e903";color:#fff}.static--social-link.static--social-whatsapp{background:#30bf39;color:#fff}.static--social-link.static--social-whatsapp::before{content:"\f232";color:#fff}.textpic{margin:0;min-height:375px}.textpic__bodytext{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;position:relative;min-height:1px;padding-right:25px;padding-left:25px;overflow:hidden;min-height:375px}@media (min-width:1600px){.textpic__bodytext{padding-left:75px;padding-right:50px}}@media (max-width:767px){.textpic__bodytext{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-height:auto}}@media (min-width:992px) and (max-width:1199px){.textpic__bodytext h1,.textpic__bodytext h2{font-size:3.75vw}.textpic__bodytext h1+h2,.textpic__bodytext h3{font-size:2.5vw}}@media (min-width:1200px) and (max-width:1599px){.textpic__bodytext h1,.textpic__bodytext h2{font-size:3.75vw}.textpic__bodytext h1+h2,.textpic__bodytext h3{font-size:2.5vw}}@media (max-width:767px){.textpic__bodytext h1,.textpic__bodytext h2{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0}}@media (min-width:768px) and (max-width:991px){.textpic__bodytext h1,.textpic__bodytext h2{font-size:3.75vw}.textpic__bodytext h1+h2,.textpic__bodytext h3{font-size:2.5vw}}.textpic__bodytext p:last-child{margin-bottom:0}.textpic__bodytext p .button{margin-bottom:0}.static--webportal__background img,.textpic__image img,.frame--textpic-center.frame--textpic-above .ce-center.ce-above img{width:100%;height:auto}.object-fit .static--webportal__background img,.static--webportal__background .object-fit img,.object-fit .textpic__image img,.textpic__image .object-fit img,.object-fit .frame--textpic-center.frame--textpic-above .ce-center.ce-above img,.frame--textpic-center.frame--textpic-above .ce-center.ce-above .object-fit img{height:100%;object-fit:cover}#frame-88 .object-fit .static--webportal__background img,.static--webportal__background #frame-88 .object-fit img,#frame-88 .object-fit .textpic__image img,.textpic__image #frame-88 .object-fit img,#frame-88 .object-fit .frame--textpic-center.frame--textpic-above .ce-center.ce-above img,.frame--textpic-center.frame--textpic-above .ce-center.ce-above #frame-88 .object-fit img{object-fit:contain}.textpic__image{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;min-height:1px;padding-right:0;padding-left:0;overflow:hidden;min-height:375px}@media (max-width:767px){.textpic__image{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;max-height:375px;min-height:auto}.textpic__image.fallback-object-fit{min-height:300px}}.textpic__image .video,.textpic__image .video-embed,.textpic__image iframe{width:100%;height:100%;margin:0;border:none}.textpic__bodytext__inner .ce-bodytext{max-width:465px}@media (min-width:1600px){.textpic--picright .textpic__bodytext{padding-left:50px;padding-right:75px}}.textpic--picright .textpic__bodytext__inner{text-align:right}.textpic--picright .textpic__bodytext__inner .ce-bodytext{float:right}.textpic--picright .textpic__bodytext__inner .button{display:inline-block;width:100%}@media (min-width:768px){.textpic--picright .textpic__image{order:2}}.backpic{position:relative}@media (min-width:992px){.backpic{min-height:375px}}.backpic__image img{display:block;width:100%;height:auto}@media (min-width:992px){.backpic__image{width:100%;position:absolute;height:100%;left:0;top:0;z-index:1;overflow:hidden}.backpic__image img{width:100%;height:auto;object-position:0 0}.object-fit .backpic__image img{height:100%;object-fit:cover}#frame-88 .object-fit .backpic__image img{object-fit:contain}.frame--backpic_crop-left .backpic__image img{object-position:0 50%}.frame--backpic_crop-center .backpic__image img{object-position:50% 50%}.frame--backpic_crop-right .backpic__image img{object-position:100% 50%}.frame--backpic_crop-left50 .backpic__image img{object-position:25% 50%}.frame--backpic_crop-right50 .backpic__image img{object-position:75% 50%}.frame--backpic_crop-right50top .backpic__image img{object-position:75% 0}.frame--backpic_crop-lefttop .backpic__image img{object-position:0 0}.frame--backpic_crop-righttop .backpic__image img{object-position:100% 0}.frame--backpic_crop-centertop .backpic__image img{object-position:50% 0}.frame--backpic_crop-leftbottom .backpic__image img{object-position:0 100%}.frame--backpic_crop-rightbottom .backpic__image img{object-position:100% 100%}}@media (max-width:991px){.backpic__image{min-height:250px;height:250px;overflow:hidden;position:relative}.backpic--right .backpic__image img{object-position:100% 50%}.backpic__image img{width:100%;height:auto;object-position:0 50%}.object-fit .backpic__image img{height:100%;object-fit:cover}#frame-88 .object-fit .backpic__image img{object-fit:contain}.frame--backpic_crop-left .backpic__image img{object-position:0 50%}.frame--backpic_crop-center .backpic__image img{object-position:50% 50%}.frame--backpic_crop-right .backpic__image img{object-position:100% 50%}.frame--backpic_crop-left50 .backpic__image img{object-position:25% 50%}.frame--backpic_crop-right50 .backpic__image img{object-position:75% 50%}.frame--backpic_crop-right50top .backpic__image img{object-position:75% 0}.frame--backpic_crop-lefttop .backpic__image img{object-position:0 0}.frame--backpic_crop-righttop .backpic__image img{object-position:100% 0}.frame--backpic_crop-centertop .backpic__image img{object-position:50% 0}.frame--backpic_crop-leftbottom .backpic__image img{object-position:0 100%}.frame--backpic_crop-rightbottom .backpic__image img{object-position:100% 100%}}@media (min-width:1px) and (max-width:575px){.backpic__image{min-height:175px;height:175px;min-height:54.6875vw;height:54.6875vw}}.backpic__bodytext{z-index:2}@media (min-width:992px){.backpic__bodytext{padding-left:75px;padding-right:60px;width:930px;max-width:60%}}@media (max-width:991px){.backpic__bodytext{min-height:auto}}@media (max-width:991px){.frame--backpic_header-fix .backpic__bodytext{position:static}.frame--backpic_header-fix .backpic__bodytext h1,.frame--backpic_header-fix .backpic__bodytext h2:first-child{position:absolute;left:0;top:50px;max-width:60%;margin-left:40%;color:#163556;padding-left:25px;padding-right:25px;font-size:7vw}.backpic--right .frame--backpic_header-fix .backpic__bodytext h1,.backpic--right .frame--backpic_header-fix .backpic__bodytext h2:first-child{margin:0}}@media (min-width:992px){.backpic--right .backpic__bodytext{width:930px;margin:0}}@media (min-width:992px){.backpic--left .backpic__bodytext{width:930px;margin:0;margin-left:40%}}.frame--plugin-goldrichtigcontent_staticrespect .frame__inner,.frame--plugin-goldrichtigcontent_staticcertificates .frame__inner{max-width:1200px}.frame--plugin-goldrichtigcontent_staticbalance .frame__inner{max-width:1380px}.frame--plugin-goldrichtigjobs_jobs.frame--jobs-list,.frame--plugin-goldrichtigjobs_jobs.frame--jobs-show{padding:0}.frame--plugin-goldrichtigcontent_quotes{text-align:center;padding:0}.frame--plugin-goldrichtigcontent_quotes .frame__inner{min-height:1px}@media (min-width:992px){.frame--plugin-goldrichtigcontent_quotes{min-height:500px}.frame--plugin-goldrichtigcontent_quotes .frame__inner{position:relative;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}}.frame-type-form_formframework h1,.frame-type-form_formframework h2{text-align:center}.frame--static-jobfinder .frame__inner,.frame--jobs-quick .frame__inner,.frame--plugin-goldrichtigcockpit_jobsquickform .frame__inner,.frame--static-express .frame__inner{text-align:center;max-width:410px}.static__box a.btn{display:inline-block}.static--respect{display:flex;align-items:center;gap:24px;padding:50px 0}.static--respect-image{width:400px;aspect-ratio:4/3}@media (max-width:991px){.static--respect-image{margin:0 auto}}@media (max-width:991px){.static--respect{flex-direction:column;padding:0 0 30px}}.static--certificates{display:flex;gap:48px 32px;flex-wrap:wrap}.static--certificates-block{width:calc(50% - 16px)}@media (max-width:991px){.static--certificates-block{width:100%}}.static--certificates-image{height:200px;width:280px;margin-bottom:24px}@media (max-width:991px){.static--certificates-image{margin:0 auto 24px auto}}.static--certificates-image img{width:100%;height:100%;object-fit:contain}.static--balance{display:flex;gap:40px}@media (max-width:991px){.static--balance{flex-direction:column}}.static--balance-video{width:52%}@media (max-width:1199px){.static--balance-video{width:50%}}@media (max-width:991px){.static--balance-video{width:100%}}.frame--static-webportal{background:url(/fileadmin/dummy/g.png) center no-repeat;background-size:cover}.static--webportal{position:relative}.static--webportal .row,.static--webportal .logogrid,.static--webportal .stelle__buttons ul,.stelle__buttons .static--webportal ul,.static--webportal .stelle__box ul,.stelle__box .static--webportal ul,.static--webportal .stellen__items,.static--webportal .form__datespan__row,.static--webportal .form-group--type-FileUpload,.static--webportal .form-group--type-ImageUpload,.static--webportal #tx_cookies_buttons,.static--webportal #footer__sitemap>ul,.static--webportal #content,.static--webportal .static--social,.static--webportal .textpic{margin-left:-35px;margin-right:-35px}.static--webportal .column{padding-left:35px;padding-right:35px}.static--webportal .column:nth-child(2n-1){text-align:right}@media (min-width:768px){.static--webportal .button{margin-top:0}}@media (max-width:767px){.static--webportal .column{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;text-align:center}.static--webportal .column:nth-child(2n-1){text-align:center}.static--webportal .button{margin-left:auto;margin-right:auto;display:block;min-width:230px}}.static--webportal__background{position:absolute;z-index:1;width:100%;height:100%}.f3-widget-paginator{margin:25px 0px!important;padding:0px!important;list-style:none;text-align:center;font-size:20px;line-height:32px}.f3-widget-paginator::before{content:attr(data-label);display:inline-block;padding-left:10px}.stellen--dauerbrenner .f3-widget-paginator::before{content:none}.f3-widget-paginator li{display:inline-block}.f3-widget-paginator li::after{content:"|";display:inline-block;width:2px}.f3-widget-paginator li:last-child::after{content:none}.f3-widget-paginator a{display:inline-block;min-width:36px;padding:0 10px;opacity:.7}.f3-widget-paginator a:hover{opacity:1}.f3-widget-paginator li.current a{opacity:1}.align-right{text-align:right}.align-left{text-align:left}.align-center{text-align:center}.align-center .button{margin-left:auto!important;margin-right:auto!important}.relative{position:relative}.frame__anchor{position:absolute;top:-97px}.form-group{position:relative;margin-bottom:5px;padding-top:15px}.jobfinder__box textarea,.form textarea,.jobfinder__box input[type=text],.jobfinder__box input[type=email],.jobfinder__box input[type=password],.jobfinder__box input[type=date],.form input[type=text],.form input[type=email],.form input[type=password],.form input[type=date]{display:block;width:100%;height:34px;padding:0 0;padding-top:4px;line-height:38px;border-left:solid 1px transparent;border-right:solid 1px transparent;border-top:solid 1px transparent;border-bottom:solid 1px #163556;background:transparent;transition:all 0.3s linear;-webkit-appearance:none;transition:all 0.3s}.frame--background .jobfinder__box textarea,.jobfinder__box .frame--background textarea,.frame--background .form textarea,.form .frame--background textarea,.frame--background .jobfinder__box input[type=text],.jobfinder__box .frame--background input[type=text],.frame--background .jobfinder__box input[type=email],.jobfinder__box .frame--background input[type=email],.frame--background .jobfinder__box input[type=password],.jobfinder__box .frame--background input[type=password],.frame--background .jobfinder__box input[type=date],.jobfinder__box .frame--background input[type=date],.frame--background .form input[type=text],.form .frame--background input[type=text],.frame--background .form input[type=email],.form .frame--background input[type=email],.frame--background .form input[type=password],.form .frame--background input[type=password],.frame--background .form input[type=date],.form .frame--background input[type=date]{color:#fff;border-bottom-color:#fff}.form--sheets2digital textarea:focus,.form--sheets2digital input[type=text]:focus,.form--sheets2digital input[type=email]:focus,.form--sheets2digital input[type=password]:focus,.form--sheets2digital input[type=date]:focus,.form--sheets2digital textarea:focus-visible,.form--sheets2digital input[type=text]:focus-visible,.form--sheets2digital input[type=email]:focus-visible,.form--sheets2digital input[type=password]:focus-visible,.form--sheets2digital input[type=date]:focus-visible{border:1px solid #fff;box-shadow:none;outline:none;border-radius:8px;padding-left:10px;padding-right:10px;height:45px;padding-top:15px}.form--sheets2digital textarea:focus::-moz-placeholder,.form--sheets2digital input[type=text]:focus::-moz-placeholder,.form--sheets2digital input[type=email]:focus::-moz-placeholder,.form--sheets2digital input[type=password]:focus::-moz-placeholder,.form--sheets2digital input[type=date]:focus::-moz-placeholder,.form--sheets2digital textarea:focus-visible::-moz-placeholder,.form--sheets2digital input[type=text]:focus-visible::-moz-placeholder,.form--sheets2digital input[type=email]:focus-visible::-moz-placeholder,.form--sheets2digital input[type=password]:focus-visible::-moz-placeholder,.form--sheets2digital input[type=date]:focus-visible::-moz-placeholder{opacity:0}.form--sheets2digital textarea:focus:-ms-input-placeholder,.form--sheets2digital input[type=text]:focus:-ms-input-placeholder,.form--sheets2digital input[type=email]:focus:-ms-input-placeholder,.form--sheets2digital input[type=password]:focus:-ms-input-placeholder,.form--sheets2digital input[type=date]:focus:-ms-input-placeholder,.form--sheets2digital textarea:focus-visible:-ms-input-placeholder,.form--sheets2digital input[type=text]:focus-visible:-ms-input-placeholder,.form--sheets2digital input[type=email]:focus-visible:-ms-input-placeholder,.form--sheets2digital input[type=password]:focus-visible:-ms-input-placeholder,.form--sheets2digital input[type=date]:focus-visible:-ms-input-placeholder{opacity:0}.form--sheets2digital textarea:focus::-webkit-input-placeholder,.form--sheets2digital input[type=text]:focus::-webkit-input-placeholder,.form--sheets2digital input[type=email]:focus::-webkit-input-placeholder,.form--sheets2digital input[type=password]:focus::-webkit-input-placeholder,.form--sheets2digital input[type=date]:focus::-webkit-input-placeholder,.form--sheets2digital textarea:focus-visible::-webkit-input-placeholder,.form--sheets2digital input[type=text]:focus-visible::-webkit-input-placeholder,.form--sheets2digital input[type=email]:focus-visible::-webkit-input-placeholder,.form--sheets2digital input[type=password]:focus-visible::-webkit-input-placeholder,.form--sheets2digital input[type=date]:focus-visible::-webkit-input-placeholder{opacity:0}.form-group--type-Text label,.form-group--type-Date label,.form-group--type-DatePicker label,.form-group--type-Email label,.form-group--type-Textarea label,.jobfinder__box .form-group label{position:absolute;width:auto;text-align:left;padding:3px 7px;top:35px;left:10px;padding:0;margin:0;background:none!important;color:inherit;line-height:12px;font-size:12px;border-radius:0;opacity:0;display:block;transition:all 0.2s ease}.form--sheets2digital .form-group--type-Text label.control-label--focus,.form-group--type-Text .form--sheets2digital label.control-label--focus,.form--sheets2digital .form-group--type-Date label.control-label--focus,.form-group--type-Date .form--sheets2digital label.control-label--focus,.form--sheets2digital .form-group--type-DatePicker label.control-label--focus,.form-group--type-DatePicker .form--sheets2digital label.control-label--focus,.form--sheets2digital .form-group--type-Email label.control-label--focus,.form-group--type-Email .form--sheets2digital label.control-label--focus,.form--sheets2digital .form-group--type-Textarea label.control-label--focus,.form-group--type-Textarea .form--sheets2digital label.control-label--focus,.form--sheets2digital .jobfinder__box .form-group label.control-label--focus,.jobfinder__box .form-group .form--sheets2digital label.control-label--focus{top:25px;opacity:1}.jobfinder__box textarea,.form textarea{height:107px;line-height:24px}.jobfinder__box.form--sheets2digital .form-group--focus textarea,.form.form--sheets2digital .form-group--focus textarea{height:118px}.jobfinder__box.form--sheets2digital textarea,.form.form--sheets2digital textarea{border-color:#fff;padding-left:10px;padding-right:10px;border-radius:8px}.frame--background .jobfinder__box input[type=text]::-moz-placeholder,.frame--background .jobfinder__box input[type=email]::-moz-placeholder,.frame--background .jobfinder__box input[type=password]::-moz-placeholder,.frame--background .jobfinder__box input[type=date]::-moz-placeholder,.frame--background .jobfinder__box textarea::-moz-placeholder,.frame--background .form input[type=text]::-moz-placeholder,.frame--background .form input[type=email]::-moz-placeholder,.frame--background .form input[type=password]::-moz-placeholder,.frame--background .form input[type=date]::-moz-placeholder,.frame--background .form textarea::-moz-placeholder{color:#fff;opacity:.5}.frame--background .jobfinder__box input[type=text]:-ms-input-placeholder,.frame--background .jobfinder__box input[type=email]:-ms-input-placeholder,.frame--background .jobfinder__box input[type=password]:-ms-input-placeholder,.frame--background .jobfinder__box input[type=date]:-ms-input-placeholder,.frame--background .jobfinder__box textarea:-ms-input-placeholder,.frame--background .form input[type=text]:-ms-input-placeholder,.frame--background .form input[type=email]:-ms-input-placeholder,.frame--background .form input[type=password]:-ms-input-placeholder,.frame--background .form input[type=date]:-ms-input-placeholder,.frame--background .form textarea:-ms-input-placeholder{color:#fff;opacity:.5}.frame--background .jobfinder__box input[type=text]::-webkit-input-placeholder,.frame--background .jobfinder__box input[type=email]::-webkit-input-placeholder,.frame--background .jobfinder__box input[type=password]::-webkit-input-placeholder,.frame--background .jobfinder__box input[type=date]::-webkit-input-placeholder,.frame--background .jobfinder__box textarea::-webkit-input-placeholder,.frame--background .form input[type=text]::-webkit-input-placeholder,.frame--background .form input[type=email]::-webkit-input-placeholder,.frame--background .form input[type=password]::-webkit-input-placeholder,.frame--background .form input[type=date]::-webkit-input-placeholder,.frame--background .form textarea::-webkit-input-placeholder{color:#fff;opacity:.5}.form fieldset{padding:0;max-width:360px}.form legend{display:none}.form--sheets2digital .form-group:not(.form-group--type-Skill){padding-top:35px}.form-group--type-Text,.form-group--type-Date,.form-group--type-DatePicker,.form-group--type-Email,.form-group--type-Textarea,.jobfinder__box .form-group{padding-top:11px;transition:all 0.3s}.form--sheets2digital .form-group--type-Text,.form--sheets2digital .form-group--type-Date,.form--sheets2digital .form-group--type-DatePicker,.form--sheets2digital .form-group--type-Email,.form--sheets2digital .form-group--type-Textarea,.form--sheets2digital .jobfinder__box .form-group{padding-top:31px}.form--sheets2digital .form-group--type-Text.form-group--focus,.form--sheets2digital .form-group--type-Date.form-group--focus,.form--sheets2digital .form-group--type-DatePicker.form-group--focus,.form--sheets2digital .form-group--type-Email.form-group--focus,.form--sheets2digital .form-group--type-Textarea.form-group--focus,.form--sheets2digital .jobfinder__box .form-group.form-group--focus{padding-top:20px}.form-group--type-DatePicker label{display:none}.form--sheets2digital .form-group--type-DatePicker label{display:block}.form--sheets2digital .form-group--focus input::-moz-placeholder,.form--sheets2digital .form-group--focus textarea::-moz-placeholder{opacity:0!important}.form--sheets2digital .form-group--focus input:-ms-input-placeholder,.form--sheets2digital .form-group--focus textarea:-ms-input-placeholder{opacity:0!important}.form--sheets2digital .form-group--focus input::-webkit-input-placeholder,.form--sheets2digital .form-group--focus textarea::-webkit-input-placeholder{opacity:0!important}#expressForm-35-fieldset-file .form-group--type-FileUpload,#expressForm-35-fieldset-file .form-group--type-ImageUpload{margin-bottom:0}#expressForm-35-fieldset-file .form-group--type-FileUpload:last-child,#expressForm-35-fieldset-file .form-group--type-ImageUpload:last-child{margin-bottom:25px}.form-group--type-FileUpload,.form-group--type-ImageUpload{margin-left:-20px;margin-right:-20px}.form--sheets2digital .form-group--type-FileUpload,.form--sheets2digital .form-group--type-ImageUpload{text-align:center;margin-left:0;margin-right:0}.form--sheets2digital .form-group--type-FileUpload .FileUpload-preview,.form--sheets2digital .form-group--type-ImageUpload .FileUpload-preview{display:none}.form-group--type-FileUpload .label__subline,.form-group--type-ImageUpload .label__subline{display:block;font-size:18px;margin-top:3px}.form-group--type-FileUpload label,.form-group--type-ImageUpload label{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;position:relative;min-height:1px;padding-right:20px;padding-left:20px}@media (min-width:576px){.form-group--type-FileUpload label,.form-group--type-ImageUpload label{min-height:60px;line-height:30px;padding:15px 0}}@media (min-width:1px) and (max-width:575px){.form-group--type-FileUpload label,.form-group--type-ImageUpload label{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-ImageUpload label{margin-top:0;display:inline-block!important;flex-grow:unset;flex-basis:unset;max-width:100%;text-overflow:ellipsis;overflow:hidden}@media (min-width:1px) and (max-width:575px){.form--sheets2digital .form-group--type-FileUpload label,.form--sheets2digital .form-group--type-ImageUpload label{max-width:100%}}.form-group--type-FileUpload div.input,.form-group--type-ImageUpload div.input{-webkit-box-flex:0;-ms-flex:0 0 140px;flex:0 0 140px;max-width:140px;position:relative;min-height:1px;padding-right:20px;padding-left:20px}@media (min-width:1px) and (max-width:575px){.form-group--type-FileUpload div.input,.form-group--type-ImageUpload div.input{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.form-group--type-FileUpload .custom-file,.form-group--type-ImageUpload .custom-file{border:2px solid #163556;background:transparent;color:#163556;height:60px;padding:8px 15px;text-align:center;border-radius:30px}.frame--color-white .form-group--type-FileUpload .custom-file,.g-modal .form-group--type-FileUpload .custom-file,.frame--color-white .form-group--type-ImageUpload .custom-file,.g-modal .form-group--type-ImageUpload .custom-file{border-color:#fff;color:#fff}.form-group--type-FileUpload .custom-file[data-placeholder]:not([data-placeholder=""]):before,.form-group--type-ImageUpload .custom-file[data-placeholder]:not([data-placeholder=""]):before{content:attr(data-placeholder)}.form-group--type-FileUpload .custom-file[data-placeholder=""]:before,.form-group--type-ImageUpload .custom-file[data-placeholder=""]:before{content:"File"}.form-group--type-FileUpload .custom-file[data-placeholder]:before,.form-group--type-ImageUpload .custom-file[data-placeholder]:before{position:absolute;left:0;top:0;width:100%;line-height:56px;font-size:30px}.form-group--type-FileUpload .custom-file .FileUpload-preview,.form-group--type-ImageUpload .custom-file .FileUpload-preview{display:block;margin:60px auto 0;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis;width:32px;height:44px;border:2px solid #163556;font-size:10px;text-align:center;line-height:20px}.form-group--type-FileUpload .custom-file .FileUpload-preview::after,.form-group--type-ImageUpload .custom-file .FileUpload-preview::after{content:"\e803";display:block;text-align:center;width:100%}.frame--color-white .form-group--type-FileUpload .custom-file .FileUpload-preview,.g-modal .form-group--type-FileUpload .custom-file .FileUpload-preview,.frame--color-white .form-group--type-ImageUpload .custom-file .FileUpload-preview,.g-modal .form-group--type-ImageUpload .custom-file .FileUpload-preview{border-color:#fff}.form-group--type-FileUpload .custom-file .FileUpload-preview+input,.form-group--type-ImageUpload .custom-file .FileUpload-preview+input{margin-bottom:49px}.form-group--type-FileUpload .custom-file-input,.form-group--type-ImageUpload .custom-file-input{position:absolute;left:0;top:0;z-index:2;height:60px;cursor:pointer;display:block;width:100%}.form-group--type-FileUpload .cancel,.form-group--type-ImageUpload .cancel{clear:both}.form-group--type-FileUpload .cancel::before,.form-group--type-ImageUpload .cancel::before{content:"\e805";margin-right:5px}.form-group--type-Checkbox a{text-decoration:underline}.form-group--type-Checkbox .custom-control{padding-left:0}.form-group--type-Checkbox .custom-control-label{padding-left:45px}.form-group--type-Checkbox .custom-control-label::before{border-radius:0;width:30px;height:30px;border:2px solid #163556;background:transparent;left:0;top:0;cursor:pointer;pointer-events:all}.frame--color-white .form-group--type-Checkbox .custom-control-label::before,.g-modal .form-group--type-Checkbox .custom-control-label::before{border-color:#fff}.form-group--type-Checkbox .custom-control-label::after{top:3px;left:3px;width:24px;height:24px;line-height:24px;font-size:20px;text-align:center;color:#163556;content:"\e804";display:none}.frame--color-white .form-group--type-Checkbox .custom-control-label::after,.g-modal .form-group--type-Checkbox .custom-control-label::after{color:#fff}.form-group--type-Checkbox .custom-control-input:checked~.custom-control-label::before{background:none}.form-group--type-Checkbox .custom-control-input:checked~.custom-control-label::after{display:block}.form-group--type-Checkbox .custom-control-input:focus~.custom-control-label::before{box-shadow:none}.form-group--type-RadioButton,.form-group--type-RadioButtonWithCollapse{margin-bottom:0}.form-group--type-RadioButton::after,.form-group--type-RadioButtonWithCollapse::after{display:block;clear:both;content:""}.form-group--type-RadioButton .custom-control,.form-group--type-RadioButtonWithCollapse .custom-control{padding-left:0}.form-group--type-RadioButton .form-radio,.form-group--type-RadioButtonWithCollapse .form-radio{float:left;line-height:24px;white-space:nowrap;margin-right:15px;margin-bottom:5px}.form-group--type-RadioButton .form-group,.form-group--type-RadioButtonWithCollapse .form-group{margin-bottom:0}.form-group--type-RadioButton .custom-control-label,.form-group--type-RadioButtonWithCollapse .custom-control-label{padding-left:34px;cursor:pointer}.form--sheets2digital .form-group--type-RadioButton .custom-control-label,.form--sheets2digital .form-group--type-RadioButtonWithCollapse .custom-control-label{color:rgba(255,255,255,.8);transition:all 0.2s}.form-group--type-RadioButton .custom-control-label::before,.form-group--type-RadioButtonWithCollapse .custom-control-label::before{border-radius:0;width:24px;height:24px;border-radius:12px;border:2px solid #163556;background:transparent;left:0;top:0;cursor:pointer;pointer-events:all}.frame--color-white .form-group--type-RadioButton .custom-control-label::before,.g-modal .form-group--type-RadioButton .custom-control-label::before,.frame--color-white .form-group--type-RadioButtonWithCollapse .custom-control-label::before,.g-modal .form-group--type-RadioButtonWithCollapse .custom-control-label::before{border-color:#fff}.form--sheets2digital .form-group--type-RadioButton .custom-control-label::before,.form--sheets2digital .form-group--type-RadioButtonWithCollapse .custom-control-label::before{border-color:rgba(255,255,255,.8);transition:all 0.2s}.form-group--type-RadioButton .custom-control-label::after,.form-group--type-RadioButtonWithCollapse .custom-control-label::after{background:#163556;width:18px;height:18px;border-radius:9px;top:3px;left:3px;opacity:0}.frame--color-white .form-group--type-RadioButton .custom-control-label::after,.g-modal .form-group--type-RadioButton .custom-control-label::after,.frame--color-white .form-group--type-RadioButtonWithCollapse .custom-control-label::after,.g-modal .form-group--type-RadioButtonWithCollapse .custom-control-label::after{background:#fff}.form--sheets2digital .form-group--type-RadioButton .custom-control-label::after,.form--sheets2digital .form-group--type-RadioButtonWithCollapse .custom-control-label::after{background:#163556;transition:all 0.2s;width:16px;height:16px;border-radius:8px;top:4px;left:4px}.form--sheets2digital .form-group--type-RadioButton .custom-control-input:checked~.custom-control-label,.form--sheets2digital .form-group--type-RadioButtonWithCollapse .custom-control-input:checked~.custom-control-label{color:#fff}.form-group--type-RadioButton .custom-control-input:checked~.custom-control-label::before,.form-group--type-RadioButtonWithCollapse .custom-control-input:checked~.custom-control-label::before{background:none}.form--sheets2digital .form-group--type-RadioButton .custom-control-input:checked~.custom-control-label::before,.form--sheets2digital .form-group--type-RadioButtonWithCollapse .custom-control-input:checked~.custom-control-label::before{border-color:#fff;border-width:4px}.form-group--type-RadioButton .custom-control-input:checked~.custom-control-label::after,.form-group--type-RadioButtonWithCollapse .custom-control-input:checked~.custom-control-label::after{background-image:none;opacity:1}.form-group--type-RadioButton .custom-control-input:focus~.custom-control-label::before,.form-group--type-RadioButtonWithCollapse .custom-control-input:focus~.custom-control-label::before{box-shadow:none}.form-navigation button[type=reset]{opacity:.5;position:relative}.form-navigation button[type=reset]:hover{opacity:1}.form-navigation button[type=reset]::after{content:"";position:absolute;background:rgba(255,255,255,.05);left:0;top:0;width:100%;height:100%;z-index:-1}.error.help-block{font-size:14px;line-height:18px;display:block;margin:5px 0;background:#fff;padding:10px 12px;padding-left:12px!important;color:#000;position:relative;box-shadow:2px 3px 3px rgba(0,0,0,.5);-webkit-animation:kf_shake 0.4s 1 linear;-moz-animation:kf_shake 0.4s 1 linear;-o-animation:kf_shake 0.4s 1 linear}.error.help-block::before{content:"!";display:inline-block;width:18px;height:18px;font-size:12px;line-height:14px;border:2px solid #c00;border-radius:9px;text-align:center;margin-right:5px;font-weight:700;color:#c00;text-align:center}.error.help-block::after{content:"";display:block;background:#fff;width:10px;height:10px;top:-5px;left:16px;position:absolute;transform:rotate(-45deg)}@-webkit-keyframes kf_shake{0%{-webkit-transform:translate(30px)}20%{-webkit-transform:translate(-30px)}40%{-webkit-transform:translate(15px)}60%{-webkit-transform:translate(-15px)}80%{-webkit-transform:translate(8px)}100%{-webkit-transform:translate(0)}}@-moz-keyframes kf_shake{0%{-moz-transform:translate(30px)}20%{-moz-transform:translate(-30px)}40%{-moz-transform:translate(15px)}60%{-moz-transform:translate(-15px)}80%{-moz-transform:translate(8px)}100%{-moz-transform:translate(0)}}@-o-keyframes kf_shake{0%{-o-transform:translate(30px)}20%{-o-transform:translate(-30px)}40%{-o-transform:translate(15px)}60%{-o-transform:translate(-15px)}80%{-o-transform:translate(8px)}100%{-o-origin-transform:translate(0)}}.modal-header::before{content:"";transition:all 0.2s;margin:0 auto}.modal--loading .modal-header::before{display:block;margin:25px auto;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;content:"\e838"}.form__statichtml p{text-align:center}.datepickers-container{z-index:1055}.modal .datepicker{top:36px!important;clear:both;left:0px!important;display:none!important}.modal .datepicker.active{display:block!important}#contactFastForm-397-fieldset-general,#contactFastForm-397-fieldset-privacy{max-width:none}#form__confirmation__image{display:block;max-width:100%;height:auto;margin:0 auto}.form__privacypreselect button,.form__privacypreselect .button{width:305px}.form__privacypreselect__or{text-align:center}.row>[class*=col-]>.form-group--type-submit button,.logogrid>[class*=col-]>.form-group--type-submit button,.stelle__buttons ul>[class*=col-]>.form-group--type-submit button,.stelle__box ul>[class*=col-]>.form-group--type-submit button,.stellen__items>[class*=col-]>.form-group--type-submit button,.form__datespan__row>[class*=col-]>.form-group--type-submit button,#tx_cookies_buttons>[class*=col-]>.form-group--type-submit button,#footer__sitemap>ul>[class*=col-]>.form-group--type-submit button,#content>[class*=col-]>.form-group--type-submit button,.static--social>[class*=col-]>.form-group--type-submit button,.textpic>[class*=col-]>.form-group--type-submit button,.form-group--type-FileUpload>[class*=col-]>.form-group--type-submit button,.form-group--type-ImageUpload>[class*=col-]>.form-group--type-submit button{margin-top:0px!important}form[id^=bewerber-extern-register-intern-] fieldset{max-width:none}.felogin--external{max-width:360px;margin:0 auto}.felogin--external [type=submit]{margin-left:auto!important;margin-right:auto!important}.felogin--external .felogin__footer{margin-top:50px;padding-top:50px;border-top:1px solid rgba(255,255,255,.5)}.felogin--external .felogin__footer .button{margin-top:35px;margin-left:auto!important;margin-right:auto!important}.felogin--external .alert{font-size:14px;line-height:1}.felogin--external .alert strong{display:inline-block;margin-bottom:10px}.modal .zvoove__section{padding:0;background:none;color:#fff}.modal .zvoove__form__item{color:#fff!important;border-color:#fff!important}.modal .zvoove__form__item::-moz-placeholder{color:#fff!important}.modal .zvoove__form__item:-ms-input-placeholder{color:#fff!important}.modal .zvoove__form__item::placeholder{color:#fff!important}.modal .zvoove__form__item>.upload{color:#fff!important;border-color:#fff!important}.modal .zvoove__form__item>.upload>p{color:#fff!important}.modal .zvoove__form__item>.upload>input[type=file]{border-color:#fff!important}.modal .zvoove__form__item>.checkbox>p{color:#fff!important}.modal .zvoove__form__item>.checkbox>span.checkmark{border-color:#fff!important}.modal .zvoove__form__item>option{color:#163556}.stelle__form p:empty{display:none}.stelle__form .frame,.stelle__form .zvoove__section{background-color:#dce1e6;padding:0}.stelle__form .frame__inner{background-color:#dce1e6;padding:32px}.stelle__form .frame__inner h2{font-weight:700;font-size:24px;line-height:100%;text-align:left;margin-bottom:0}.stelle__form .frame__inner h2:last-of-type{margin-top:4rem}@media (max-width:1096px){.stelle__form .frame__inner h2:last-of-type{margin-top:1rem}}.stelle__form .frame__inner h2:first-of-type{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;margin-top:4px}.stelle__form .frame__inner .zvoove__form__title{font-weight:400;margin-top:0px!important}.stelle__form .frame__inner .zvoove__form__title:first-of-type{margin-bottom:-1rem!important;font-weight:700;color:#8a6a2a}.stelle__form .frame__inner .form-navigation button{margin-top:64px;min-width:100%;width:100%}@media (max-width:1096px){.stelle__form .frame__inner .form-navigation button{min-width:unset;width:auto}}.stelle__form .frame__inner .form-navigation button:hover{background:transparent!important}@media (max-width:768px){.stelle__form .frame__inner{min-height:1165px}}@media (min-width:768px){.stelle__form .frame__inner{min-height:1100px}}@media (min-width:1096px){.stelle__form .frame__inner{min-width:640px;min-height:1172px}}.stelle__form .frame__inner .rnFormContainer{margin-top:1rem}.stelle__form .frame__inner .rnFormContainer h2,.stelle__form .frame__inner .rnFormContainer legend,.stelle__form .frame__inner .rnSelectValue,.stelle__form .frame__inner .rnLabel,.stelle__form .frame__inner .rnPhonePrefix{display:none}.stelle__form .frame__inner .rnPhoneCountry,.stelle__form .frame__inner .rnPhone{width:100%}.stelle__form .frame__inner .rnInternationalPhone select{outline:none;display:block;width:100%;background:transparent url(/typo311/src/extensions/forms/Resources/Public/Icons/icon__expand.svg) no-repeat right 1rem center/10px 10px;border:none;border-bottom:1px solid #163556;border-radius:0;color:#163556;font-family:inherit,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;padding:10px 0;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-box-sizing:content-box;box-sizing:content-box;box-shadow:none;transition:all 0.15s ease-in-out}.stelle__form .frame__inner .rnButtons button{font-family:"Omit Regular",Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:1px;display:block;margin:25px 0;max-width:305px;padding:15px;text-align:center;text-decoration:none;border:2px solid #163556;color:#163556;font-size:30px;line-height:1.2;cursor:pointer;background:transparent;-moz-appearance:none;-webkit-appearance:none;border-radius:0;background:#163556!important;color:#fff!important;margin-top:64px;min-width:100%;width:100%}.stelle__form .frame__inner .rnFieldList input:not([type=checkbox]){display:block;outline:none;background-color:transparent;border:none;border-bottom:1px solid #163556;border-radius:0;color:#163556;font-family:inherit,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;padding:10px 0;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-box-sizing:content-box;box-sizing:content-box;box-shadow:none;transition:all 0.15s ease-in-out;display:block;width:100%}.stelle__form .frame__inner .rnFieldList input:not([type=checkbox])::placeholder,.stelle__form .frame__inner .rnFieldList textarea::placeholder{color:rgba(22,53,86,.5)}.stelle__form .frame__inner .rnFieldList fieldset{position:relative;border:none}.stelle__form .frame__inner .rnFieldList textarea{display:block;width:100%;background-color:transparent;border:none;border-bottom:1px solid #163556;border-radius:0;color:#163556;font-family:inherit,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;padding:10px 0;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-box-sizing:content-box;box-sizing:content-box;box-shadow:none;outline:none;transition:all 0.15s ease-in-out}.stelle__form .frame__inner .rnField input:focus-visible,.stelle__form .frame__inner .rnField textarea:focus-visible,.stelle__form .frame__inner .rnField select:focus-visible{border:2px solid #275ec5;border-radius:5px}.stelle__form .frame__inner .rnFormGroup{margin-bottom:1rem}.stelle__form .frame__inner .rndescriptionField{margin-top:2rem;padding-left:35px}.stelle__form .frame__inner .rnDescription{font-size:1rem;font-weight:700;color:#163556;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.stelle__form .frame__inner .rncheckboxField{position:absolute;top:2rem;left:0}.stelle__form .frame__inner .checkbox p{font-weight:400}.zvoove__form__column{position:relative}.zvoove__form__column .datepicker{transform:translateY(20px)}.zvoove__form__column .zvoove__form__item{display:block;width:100%}.zvoove__form__column--span{grid-column:1/-1}.form--Confirmation{padding:50px 0}.label__subline--zvoove{display:block;margin:5px 0;font-size:1rem}#uploadList~#uploadText{display:none}@media (min-width:1px) and (max-width:575px){.zvoove__section{padding:55px 1.5rem}}.g-recaptcha--consent{position:relative;font-size:1rem;padding:10px;padding-left:45px;background:rgba(200,200,200,.2)}.g-recaptcha--consent::before{content:"\e90c";position:absolute;left:10px;top:15px;font-size:20px}.g-recaptcha--consent a{text-decoration:underline}.oe_widget input:not([type=checkbox]){display:block;background-color:transparent;border:none;border-bottom:1px solid #163556;border-radius:0;color:#163556;font-family:inherit,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;padding:10px 0;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-box-sizing:content-box;box-sizing:content-box;box-shadow:none;transition:all 0.15s ease-in-out;color:#fff!important;border-color:#fff!important;width:100%;outline:none}.oe_widget input:disabled{border-color:rgba(255,255,255,.5)!important}.oe_widget input::placeholder{color:#c3daf9}.oe_widget input:focus-visible,.oe_widget select:focus-visible{border:2px solid #fff;border-radius:5px}.oe_label,.oe_selectorValue,.oe_phone_prefix{display:none}.oe_textElement{width:100%}.oe_formElement{margin-bottom:1rem}.oe_selector select{outline:none;display:block;width:100%;background:transparent url(/typo311/src/extensions/forms/Resources/Public/Icons/icon__expand.svg) no-repeat right 1rem center/10px 10px;border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-family:inherit,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;padding:10px 0;height:36px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-ms-box-sizing:content-box;box-sizing:content-box;box-shadow:none;transition:all 0.15s ease-in-out}.oe_widget input[type=number]::-webkit-outer-spin-button,.oe_widget input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.oe_widget input[type=number]{-moz-appearance:textfield}.oe_buttons button{display:block;margin:25px 0;max-width:305px;padding:15px;text-align:center;text-decoration:none;border:2px solid #163556;color:#163556;font-size:30px;line-height:1.2;cursor:pointer;background:transparent;-moz-appearance:none;-webkit-appearance:none;border-radius:0;margin-left:auto;margin-right:auto;display:block;min-width:230px;color:#fff;border-color:#fff;font-family:"Omit Regular",Arial,Helvetica,sans-serif;font-weight:400;letter-spacing:1px;text-transform:lowercase}.oe_checkboxElement{position:relative;padding-left:35px;margin:2rem 0}.oe_help{font-size:1rem;font-weight:400;color:#fff;-webkit-margin-before:0;margin-block-start:0;-webkit-margin-after:0;margin-block-end:0}.oe_checkboxList{position:absolute;top:0;left:0}.form__header{min-height:50vh;padding:50px 15px}.form__header--talentbogen{background:url(../../../../../../typo3conf/ext/goldrichtig_template/Resources/Public/img/form/header--talentbogen-blau.jpg) no-repeat center top #536a8c;background-size:cover;display:table;width:100%;min-height:auto;padding:50px 15px;max-height:464px;height:24vw}.form__header--talentbogen .form__header__header{display:table-cell;vertical-align:middle}.form__header--talentbogen h1{color:#0b1b32;text-transform:uppercase;max-width:540px;text-align:center;margin:0 auto}.frame--backgroundcolor-blue_dark .form__header--talentbogen h1{color:#fff}@media (max-width:767px){.form__header--talentbogen h1{max-width:240px}}@media (max-width:767px){.form__header--talentbogen{height:200px;padding:35px 15px}}@media (min-width:1px) and (max-width:575px){.form__header--talentbogen{height:40vw;padding:15px 15px}}.form__repeatable{margin-bottom:30px}.form__repeatable__trigger{display:block;text-indent:-10000px;position:relative;height:50px}.form__repeatable__trigger::before,.form__repeatable__trigger::after{content:"";width:25px;height:4px;background:#fff;border-radius:2px;position:absolute;left:50%;margin-left:-12px;margin-top:-2px;top:50%;transition:all 0.2s}.form__repeatable__trigger::before{transform:rotate(-180deg)}.form__repeatable__trigger::after{transform:rotate(-270deg)}.form__repeatable__trigger:hover::before{transform:rotate(-270deg)}.form__repeatable__trigger:hover::after{transform:rotate(-360deg)}.form-group--type-Skill .skill-row label,.form-group--type-Skill>label.control-label,.form-group--type-SkillWithCollapse .skill-row label,.form-group--type-SkillWithCollapse>label.control-label,.form__skillgroup .form-group--type-MultiCheckbox .skill-row label,.form__skillgroup .form-group--type-MultiCheckbox>label.control-label,.form__skillgroup .form-group--type-RadioButton .skill-row label,.form__skillgroup .form-group--type-RadioButton>label.control-label{text-transform:uppercase;color:rgba(255,255,255,.8)}.form-group--type-Skill>label.control-label,.form-group--type-SkillWithCollapse>label.control-label,.form__skillgroup .form-group--type-MultiCheckbox>label.control-label,.form__skillgroup .form-group--type-RadioButton>label.control-label{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:32px}@media (max-width:991px){.form-group--type-Skill>label.control-label,.form-group--type-SkillWithCollapse>label.control-label,.form__skillgroup .form-group--type-MultiCheckbox>label.control-label,.form__skillgroup .form-group--type-RadioButton>label.control-label{font-size:26px}}@media (max-width:767px){.form-group--type-Skill>label.control-label,.form-group--type-SkillWithCollapse>label.control-label,.form__skillgroup .form-group--type-MultiCheckbox>label.control-label,.form__skillgroup .form-group--type-RadioButton>label.control-label{font-size:22px}}@media (min-width:1px) and (max-width:575px){.form-group--type-Skill>label.control-label,.form-group--type-SkillWithCollapse>label.control-label,.form__skillgroup .form-group--type-MultiCheckbox>label.control-label,.form__skillgroup .form-group--type-RadioButton>label.control-label{font-size:18px}}.skill-controls,.form-radios{position:relative;overflow:hidden;transition:all 0.2s}.skill-controls::after,.form-radios::after{content:"";display:block;height:0;clear:both}.skill-control,.form-radios--pills .custom-control,.form-checkboxes--pills .custom-control{float:left;width:33.333%;position:relative;z-index:1;margin:0;padding:0;min-height:0}.skill-control input,.form-radios--pills .custom-control input,.form-checkboxes--pills .custom-control input{position:absolute;left:50%;top:50%;z-index:-1;opacity:0}.skill-control label,.form-radios--pills .custom-control label,.form-checkboxes--pills .custom-control label{position:relative;z-index:1;border:1px solid rgba(255,255,255,.8);width:100%;padding:0 30px;min-width:50px;min-height:50px;text-align:center;cursor:pointer;line-height:24px;transition:all 0.2s;font-size:22px;display:block;overflow:hidden;text-transform:uppercase;color:rgba(255,255,255,.8);-moz-background-clip:padding!important;-webkit-background-clip:padding-box!important;background-clip:padding-box!important}@media (max-width:991px){.skill-control label,.form-radios--pills .custom-control label,.form-checkboxes--pills .custom-control label{font-size:20px}}@media (max-width:767px){.skill-control label,.form-radios--pills .custom-control label,.form-checkboxes--pills .custom-control label{font-size:18px;padding:0 15px}}@media (min-width:1px) and (max-width:575px){.skill-control label,.form-radios--pills .custom-control label,.form-checkboxes--pills .custom-control label{font-size:16px;padding:0 12px}}.skill-control label::before,.skill-control label::after,.form-radios--pills .custom-control label::before,.form-radios--pills .custom-control label::after,.form-checkboxes--pills .custom-control label::before,.form-checkboxes--pills .custom-control label::after{content:none}.skill-control label span,.form-radios--pills .custom-control label span,.form-checkboxes--pills .custom-control label span{padding:12px 0;display:block}.skill-control input:checked+label,.form-radios--pills .custom-control input:checked+label,.form-checkboxes--pills .custom-control input:checked+label{background-color:rgba(255,255,255,.8);color:#fff}.skill-control label,.form-radios--pills .custom-control label{border-right:none}.skill-control:last-child label,.form-radios--pills .custom-control:last-child label{border-radius:0 50px 50px 0;border-right:1px solid rgba(255,255,255,.8)}.form-radios--pills .custom-control,.form-checkboxes--pills .custom-control{width:auto}.form-radios--pills .custom-control:first-child label{border-radius:50px 0 0 50px}.form-checkboxes--pills .custom-control label{border-radius:50px}.skill-control:nth-child(2) label{border-radius:50px 0 0 50px}.skill-control--0{position:absolute;left:-50000px}.form-group--type-Skill.show .skill-controls,.form-group--type-SkillWithCollapse.show .skill-controls{padding-right:65px}@media (min-width:1px) and (max-width:575px){.form-group--type-Skill.show .skill-controls,.form-group--type-SkillWithCollapse.show .skill-controls{padding-right:35px}.form-group--type-Skill.show .skill-controls .skill-control-label,.form-group--type-SkillWithCollapse.show .skill-controls .skill-control-label{padding-left:10px;padding-right:10px}}.form-group--type-Skill.show .skill-cancel,.form-group--type-SkillWithCollapse.show .skill-cancel{opacity:1;right:0}.skill-row{position:relative;overflow:hidden}.skill-cancel{position:absolute;transition:all 0.2s;width:50px;height:50px;border-radius:25px;border:1px solid rgba(255,255,255,.8);position:absolute;right:-50px;top:0;opacity:0}@media (min-width:1px) and (max-width:575px){.skill-cancel{width:24px;height:24px;top:12px}}.skill-cancel:hover{box-shadow:0 0 30px rgba(255,255,255,.4) inset}.skill-cancel:hover::before{transform:rotate(-135deg)}.skill-cancel:hover::after{transform:rotate(-45deg)}.skill-cancel::before,.skill-cancel::after{content:"";background:#fff;width:28px;height:1px;position:absolute;left:10px;top:24px;transform:rotate(-45deg);transition:all 0.2s}@media (min-width:1px) and (max-width:575px){.skill-cancel::before,.skill-cancel::after{width:12px;left:5px;top:11px}}.skill-cancel::after{transform:rotate(45deg)}.form-checkboxes--pills{margin-left:-10px;margin-right:-10px}.form-checkboxes--pills .form-checkbox{padding:0 5px!important;margin-bottom:20px}.form__skillgroup{transition:all 0.2s;margin:0 -15px;padding:15px 15px 15px}.form__skillgroup .form__skillgroup__header{cursor:pointer;padding-right:37px!important;position:relative;text-transform:uppercase}.form__skillgroup .form__skillgroup__header::before,.form__skillgroup .form__skillgroup__header::after{content:"";width:25px;height:4px;background:#fff;border-radius:2px;position:absolute;right:6px;top:50%;transition:all 0.2s}.form__skillgroup .form__skillgroup__header::before{transform:translateY(-50%) rotate(-180deg)}.form__skillgroup .form__skillgroup__header::after{transform:translateY(-50%) rotate(-270deg)}.form__skillgroup.show{background:#5a9893}.form__skillgroup.show .form__skillgroup__header::before{transform:translateY(-50%)}.form__skillgroup.show .form__skillgroup__header::after{transform:translateY(-50%)}.form__skillgroup h3{margin-bottom:0}.form__skillgroup h3::after{content:""}.bootstrap-select button{border:1px solid #fff;border-radius:25px;background:inherit;min-height:50px;padding:4px 25px 4px 15px;display:table}.bootstrap-select button .filter-option{display:table-cell;vertical-align:middle}.bootstrap-select.show button{background:rgba(255,255,255,.8)}.bootstrap-select.show:not(.dropup--x) button{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.bootstrap-select.show:not(.dropup--x) div.dropdown-menu{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.bootstrap-select div.dropdown-menu{border:1px solid #fff;border-radius:25px;transition:all 0.2s;background:rgba(255,255,255,.8);margin:0;top:50px!important;transform:translateY(0)!important}.bootstrap-select .dropdown-item.active{background-color:rgba(255,255,255,.8)}.bootstrap-select .dropdown-item:focus,.bootstrap-select .dropdown-item:hover{color:inherit;text-decoration:none;background-color:rgba(255,255,255,.8)}.frame--backgroundcolor-blue_dark .bootstrap-select button,.frame--backgroundcolor-blue_dark .bootstrap-select .dropdown-menu{background:#0b1b32!important;color:#fff}body .form__section--background-teal .bootstrap-select button,body .form__section--background-teal .bootstrap-select .dropdown-menu{background:#7acfe8!important}.form--sheets2digital{margin:0 -25px}.frame-fullwidth .form--sheets2digital{margin:0}.form--sheets2digital .collapse--segment:not(.show){display:block;height:150px;overflow:hidden}.form--sheets2digital .collapse--segment,.form--sheets2digital .form__section>.collapsing{min-height:150px!important}.form--sheets2digital .collapse--segment{position:relative}.form--sheets2digital .collapse--segment::after{height:150px;position:absolute;z-index:2;opacity:1;left:0;bottom:0;width:100%;transition:all 0.2s}.form--sheets2digital .collapse--segment.show::after{opacity:0;pointer-events:none}.form--sheets2digital .form-navigation{padding:0}.form__section{padding:15px 0}.form__section:not(.form__section--type-skills) .form__section__inner{padding:0}.form__section--type-skills .form__section__header{padding-left:15px;padding-right:15px}.form__section--type-skills .form__skillgroup__header{padding-left:0;padding-right:0}.form__section--type-skills .form__skillgroup__collapse__inner{padding-left:0;padding-right:0}.form__section__header{padding:15px}.form__section__header h2{text-align:left;text-transform:uppercase}@media (min-width:1px) and (max-width:575px){.form__section__header h2{font-size:22px}}.form__section__header h2:last-child{margin-bottom:0}.form__section__header p:last-child{margin-bottom:0}.form__section__collapse__inner{padding:15px;position:relative;z-index:1}.form__section__trigger{display:block;width:100%;height:60px;line-height:60px;text-align:center;cursor:pointer}.form__section__trigger::before{content:"\e90d";transform:rotate(-90deg);transition:all 0.2s}.form__section.show .form__section__trigger::before{transform:rotate(90deg)}.form__section--background-blue{background:#163556;color:#fff}.form__section--background-blue .collapse--segment::after{content:"";background:rgba(22,53,86,0);background:-moz-linear-gradient(top,rgba(22,53,86,0) 0%,#163556 100%);background:-webkit-linear-gradient(top,rgba(22,53,86,0) 0%,#163556 100%);background:linear-gradient(to bottom,rgba(22,53,86,0) 0%,#163556 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(22, 53, 86)",endColorstr="rgb(22, 53, 86)",GradientType=1)}body .frame .form__section--background-blue .bootstrap-select button,body .frame .form__section--background-blue .bootstrap-select .dropdown-menu{background:#163556!important}.form__section--background-blue1{background:#2D4967;color:#fff}.form__section--background-blue1 .collapse--segment::after{content:"";background:rgba(45,73,103,0);background:-moz-linear-gradient(top,rgba(45,73,103,0) 0%,#2D4967 100%);background:-webkit-linear-gradient(top,rgba(45,73,103,0) 0%,#2D4967 100%);background:linear-gradient(to bottom,rgba(45,73,103,0) 0%,#2D4967 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(45, 73, 103)",endColorstr="rgb(45, 73, 103)",GradientType=1)}body .frame .form__section--background-blue1 .bootstrap-select button,body .frame .form__section--background-blue1 .bootstrap-select .dropdown-menu{background:#2D4967!important}.form__section--background-blue2{background:#445D77;color:#fff}.form__section--background-blue2 .collapse--segment::after{content:"";background:rgba(68,93,119,0);background:-moz-linear-gradient(top,rgba(68,93,119,0) 0%,#445D77 100%);background:-webkit-linear-gradient(top,rgba(68,93,119,0) 0%,#445D77 100%);background:linear-gradient(to bottom,rgba(68,93,119,0) 0%,#445D77 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(68, 93, 119)",endColorstr="rgb(68, 93, 119)",GradientType=1)}body .frame .form__section--background-blue2 .bootstrap-select button,body .frame .form__section--background-blue2 .bootstrap-select .dropdown-menu{background:#445D77!important}.form__section--background-blue3{background:#5B7188;color:#fff}.form__section--background-blue3 .collapse--segment::after{content:"";background:rgba(91,113,136,0);background:-moz-linear-gradient(top,rgba(91,113,136,0) 0%,#5B7188 100%);background:-webkit-linear-gradient(top,rgba(91,113,136,0) 0%,#5B7188 100%);background:linear-gradient(to bottom,rgba(91,113,136,0) 0%,#5B7188 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(91, 113, 136)",endColorstr="rgb(91, 113, 136)",GradientType=1)}body .frame .form__section--background-blue3 .bootstrap-select button,body .frame .form__section--background-blue3 .bootstrap-select .dropdown-menu{background:#5B7188!important}.form__section--background-blue4{background:#677B91;color:#fff}.form__section--background-blue4 .collapse--segment::after{content:"";background:rgba(103,123,145,0);background:-moz-linear-gradient(top,rgba(103,123,145,0) 0%,#677B91 100%);background:-webkit-linear-gradient(top,rgba(103,123,145,0) 0%,#677B91 100%);background:linear-gradient(to bottom,rgba(103,123,145,0) 0%,#677B91 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(103, 123, 145)",endColorstr="rgb(103, 123, 145)",GradientType=1)}body .frame .form__section--background-blue4 .bootstrap-select button,body .frame .form__section--background-blue4 .bootstrap-select .dropdown-menu{background:#677B91!important}.form__section--background-blue5{background:#738599;color:#fff}.form__section--background-blue5 .collapse--segment::after{content:"";background:rgba(115,133,153,0);background:-moz-linear-gradient(top,rgba(115,133,153,0) 0%,#738599 100%);background:-webkit-linear-gradient(top,rgba(115,133,153,0) 0%,#738599 100%);background:linear-gradient(to bottom,rgba(115,133,153,0) 0%,#738599 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(115, 133, 153)",endColorstr="rgb(115, 133, 153)",GradientType=1)}body .frame .form__section--background-blue5 .bootstrap-select button,body .frame .form__section--background-blue5 .bootstrap-select .dropdown-menu{background:#738599!important}.form__section--background-blue6{background:#7F90A2;color:#fff}.form__section--background-blue6 .collapse--segment::after{content:"";background:rgba(127,144,162,0);background:-moz-linear-gradient(top,rgba(127,144,162,0) 0%,#7F90A2 100%);background:-webkit-linear-gradient(top,rgba(127,144,162,0) 0%,#7F90A2 100%);background:linear-gradient(to bottom,rgba(127,144,162,0) 0%,#7F90A2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(127, 144, 162)",endColorstr="rgb(127, 144, 162)",GradientType=1)}body .frame .form__section--background-blue6 .bootstrap-select button,body .frame .form__section--background-blue6 .bootstrap-select .dropdown-menu{background:#7F90A2!important}.form__section--background-mint{background:#87bfbc;color:#fff}.form__section--background-mint .collapse--segment::after{content:"";background:rgba(135,191,188,0);background:-moz-linear-gradient(top,rgba(135,191,188,0) 0%,#87bfbc 100%);background:-webkit-linear-gradient(top,rgba(135,191,188,0) 0%,#87bfbc 100%);background:linear-gradient(to bottom,rgba(135,191,188,0) 0%,#87bfbc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(135, 191, 188)",endColorstr="rgb(135, 191, 188)",GradientType=1)}body .frame .form__section--background-mint .bootstrap-select button,body .frame .form__section--background-mint .bootstrap-select .dropdown-menu{background:#87bfbc!important}.form__section--background-mintdark{background:#5a9893;color:#fff}.form__section--background-mintdark .collapse--segment::after{content:"";background:rgba(90,152,147,0);background:-moz-linear-gradient(top,rgba(90,152,147,0) 0%,#5a9893 100%);background:-webkit-linear-gradient(top,rgba(90,152,147,0) 0%,#5a9893 100%);background:linear-gradient(to bottom,rgba(90,152,147,0) 0%,#5a9893 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(90, 152, 147)",endColorstr="rgb(90, 152, 147)",GradientType=1)}body .frame .form__section--background-mintdark .bootstrap-select button,body .frame .form__section--background-mintdark .bootstrap-select .dropdown-menu{background:#5a9893!important}.form-commentary{margin-top:35px;padding-top:15px;position:relative}.form-commentary::before{content:"";height:1px;width:50%;background:#fff;display:block;position:absolute;left:50%;top:0;transform:translateX(-50%)}.form__datespan .form-group--type-SingleSelect label,.form__datespan .form-group--type-SingleSelectWithData label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form__datespan .dropdown-item{padding-left:15px!important;padding-right:15px!important}@media (min-width:1px) and (max-width:575px){.form__datespan .bootstrap-select>select{position:static!important;display:block!important;width:100%!important;height:50px!important;z-index:1!important;opacity:1!important;border:1px solid #fff;background:transparent!important;border-radius:25px;color:#fff!important;padding:4px 15px!important;-webkit-appearance:none;-moz-appearance:none}.form__datespan .bootstrap-select>select option{background:#163556}.form__datespan .bootstrap-select .dropdown-toggle{display:none!important}.form__datespan .bootstrap-select .dropdown-menu{display:none!important}}.form__datespan__month{-webkit-box-flex:0;-ms-flex:0 0 35%;flex:0 0 35%;max-width:35%;position:relative;min-height:1px;padding-right:12.5px;padding-left:12.5px;padding-top:0px!important}@media (min-width:1px) and (max-width:575px){.form__datespan__month{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.form__datespan__year{-webkit-box-flex:0;-ms-flex:0 0 65%;flex:0 0 65%;max-width:65%;position:relative;min-height:1px;padding-right:12.5px;padding-left:12.5px;padding-top:0px!important}@media (min-width:1px) and (max-width:575px){.form__datespan__year{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.form__datespan__from{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;min-height:1px;padding-right:12.5px;padding-left:12.5px}@media (max-width:991px){.form__datespan__from{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.form__datespan__to{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;position:relative;min-height:1px;padding-right:12.5px;padding-left:12.5px}@media (max-width:991px){.form__datespan__to{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.frame-type-felogin_login form{margin-top:25px}.frame-type-felogin_login .form fieldset{margin:0}.tx-felogin-pi1 [type=submit]{margin-left:0;margin-right:0}@media (min-width:1px) and (max-width:575px){.g-modal .modal-dialog{margin:0}}@media (min-width:768px){.g-modal .modal-dialog{min-width:744px}.g-modal .modal-body{padding-left:45px;padding-right:45px}}.g-modal .modal-body{position:relative;z-index:1}.g-modal .modal-header{padding:0;position:relative;z-index:2;min-height:50px}.g-modal .modal-dialog,.g-modal .modal-header,.g-modal .modal-body{background:#8a6a2a;border-radius:0;color:#fff}.g-modal .frame--backgroundcolor-blue_light,.g-modal .frame--backgroundcolor-blue_light .modal-header,.g-modal .frame--backgroundcolor-blue_light .modal-body{background:#3d6a9a}.g-modal .modal-body .frame{background:none}.g-modal .modal-header{border-bottom:none}.g-modal a{color:#fff}.g-modal a:hover{color:#fff;text-decoration:underline}.g-modal .close{position:absolute;right:15px;top:12px;border:2px solid #fff;background:none;border-radius:25px;margin:0;cursor:pointer;width:50px;height:50px;line-height:46px;color:#fff;font-size:30px;text-align:center;padding:0}.g-modal .close:hover{background:#fff;color:#163556!important}.g-modal .frame--backgroundcolor-blue_light .close:hover{color:#3d6a9a!important}.g-modal .frame:first-child{padding-top:15px}.g-modal .frame__inner{padding-left:0px!important;padding-right:0px!important}.ul-slides{display:block;margin:0 0 25px;padding:0;list-style:none}.ul-slides li{display:block;font-size:40px;line-height:50px;max-height:150px;overflow:hidden;color:#b3fe00}@media (max-width:1199px){.ul-slides li{font-size:35px;line-height:40px;max-height:120px}}@media (max-width:991px){.ul-slides li{font-size:30px;line-height:35px;max-height:105px}}@media (max-width:767px){.ul-slides li{font-size:25px;line-height:30px;max-height:90px}}@media (min-width:1px) and (max-width:575px){.ul-slides li{font-size:20px;line-height:24px;max-height:72px}}.ul-slides.ul-slides--animated{height:150px;overflow:hidden;position:relative}@media (max-width:1199px){.ul-slides.ul-slides--animated{height:120px}}@media (max-width:991px){.ul-slides.ul-slides--animated{height:105px}}@media (max-width:767px){.ul-slides.ul-slides--animated{height:90px}}@media (min-width:1px) and (max-width:575px){.ul-slides.ul-slides--animated{height:72px}}.ul-slides.ul-slides--animated li{position:absolute;left:0;top:0;transition:all 0.3s}.ul-slides.ul-slides--animated li:not(.active){opacity:0;transform:translateY(-100%)}.ul-slides.ul-slides--animated li.active{opacity:1;transform:translateY(0%)}.autocomplete-suggestions{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #999;background:#FFF;cursor:default;overflow:auto;-webkit-box-shadow:1px 4px 3px rgba(50,50,50,.64);-moz-box-shadow:1px 4px 3px rgba(50,50,50,.64);box-shadow:1px 4px 3px rgba(50,50,50,.64)}.autocomplete-suggestion{padding:2px 5px;white-space:nowrap;overflow:hidden}.autocomplete-no-suggestion{padding:2px 5px}.autocomplete-selected{background:#F0F0F0}.autocomplete-suggestions strong{font-weight:700;color:#000}.autocomplete-group{padding:2px 5px;font-weight:700;font-size:16px;color:#000;display:block;border-bottom:1px solid #000}#main-content .gpWidgetContainerResults{font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-widget-results__sort-text{font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-widget-results__sort .cs-widget__field-wrapper{max-width:320px}#main-content .cs-widget-simple__inputs-wrapper>*{margin-bottom:20px;margin-top:0}#main-content .cs-widget-simple__location-wrapper,#main-content .cs-widget-simple__input-wrapper{width:100%;border-left:none;border-right:none;border-top:none;border-bottom:3px solid #fff}#main-content .cs-widget-simple__city-wrapper .cs-widget-simple__input{margin:0}#main-content .cs-widget-simple__radius-wrapper .cs-select{border:3px solid #163556;margin:0 0 0 -3px;color:#fff;font-weight:700;font-size:16px;position:relative;z-index:2}#main-content .cs-widget-simple__radius-wrapper .cs-widget-simple__separator{width:3px;background:none;position:relative;z-index:3}#main-content .cs-widget-simple__radius-wrapper .cs-widget-simple__separator:before{content:"";display:block;position:absolute;background:#fff;width:2px;height:100%;border-top:3px solid #163556;border-bottom:6px solid #163556;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box}#main-content .cs-widget-simple__radius-wrapper .cs-icon{z-index:5;fill:#fff}#main-content .cs-widget-simple{background:#163556;padding:20px 0}#main-content .cs-widget-simple__input{margin-right:0;border-color:#fff;background:#163556;border:none;color:#fff;font-weight:700;font-size:16px}#main-content .cs-input--what~.cs-icon{fill:#fff;width:21px!important}#main-content .cs-widget__field-wrapper{width:100%}#main-content .cs-input--what{padding-top:12px;padding-bottom:12px;font-size:16px;line-height:22px}#main-content .cs-widget-simple__location-wrapper{border-color:#fff;background:#163556;color:#fff}#main-content .cs-widget-simple__location-wrapper .cs-widget__field-wrapper{width:auto}#main-content .cs-widget-simple__location-wrapper .cs-input--where{background:#163556;color:#fff;border-color:#fff;padding-top:12px;padding-bottom:12px;font-size:16px;line-height:22px}@media (max-width:324px){#main-content .cs-widget-simple__location-wrapper .cs-input--where{max-width:218px}}#main-content .cs-widget-simple__location-wrapper .cs-select--radius{background:#163556;color:#fff;border-color:#fff;font-size:14px;line-height:22px}#main-content .cs-widget-simple__location-wrapper .cs-select--radius~.cs-icon{z-index:5!important;color:#fff!important;fill:#fff!important}#main-content .cs-input--where~.cs-icon{fill:#fff;width:21px!important}#main-content .cs-widget-simple__clear{color:#fff}#main-content .cs-widget-simple__clear .cs-icon--clear{fill:#fff}#main-content .cs-widget-filters__toggle-arrow{color:#fff}#main-content .cs-widget-filters__toggle-arrow .cs-icon--filter-toggle{fill:#fff}#main-content .cs-widget-filters__headline{color:#fff;font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-widget-filters{background:#163556;padding-left:0;padding-right:0}#main-content .cs-widget-filters__label{opacity:.5;font-size:1.125rem;font-weight:400;line-height:1.5;font-weight:700;font-size:1.25rem}#main-content .cs-widget-filters__filter{border-color:#fff;color:#fff;font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-widget-filters__filter.filter-profession{background:#163556}#main-content .cs-widget-filters__filter-wrapper:nth-child(1),#main-content .cs-widget-filters__filter-wrapper:nth-child(2),#main-content .cs-widget-filters__filter-wrapper:nth-child(3),#main-content .cs-widget-filters__filter-wrapper:nth-child(4){width:100%}@media (min-width:992px){#main-content .cs-widget-filters__filter-wrapper:nth-child(1),#main-content .cs-widget-filters__filter-wrapper:nth-child(2),#main-content .cs-widget-filters__filter-wrapper:nth-child(3),#main-content .cs-widget-filters__filter-wrapper:nth-child(4){width:50%}}#main-content .cs-widget-filters__filter-wrapper:nth-child(1) .cs-widget-filters__field-wrapper,#main-content .cs-widget-filters__filter-wrapper:nth-child(2) .cs-widget-filters__field-wrapper,#main-content .cs-widget-filters__filter-wrapper:nth-child(3) .cs-widget-filters__field-wrapper,#main-content .cs-widget-filters__filter-wrapper:nth-child(4) .cs-widget-filters__field-wrapper{border-bottom:3px solid #fff}#main-content .cs-widget-filters__field-wrapper{background:#163556;border-left:none;border-right:none;border-top:none;border-bottom:none;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;-o-border-radius:0}#main-content .cs-widget-filters__field-wrapper .cs-checkbox{position:relative;margin-bottom:0;max-width:150px}@media (max-width:767px){#main-content .cs-widget-filters__field-wrapper .cs-checkbox{max-width:300px}}#main-content .cs-widget-filters__field-wrapper .cs-checkbox:after{content:"";display:block;background:#163556;width:100%;height:3px;position:absolute;left:0;bottom:-5px}#main-content .cs-widget-filters__field-wrapper select{display:block;width:100%;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border:3px solid #163556;margin-bottom:0;max-width:none;font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-widget-filters__field-wrapper .cs-icon{fill:#fff}#main-content .cs-checkbox__custom-check{border-color:#fff}#main-content .cs-checkbox__custom-check:after{background-color:#fff}#main-content .cs-widget-filters__clear{color:#fff}#main-content .cs-widget-filters__clear .cs-icon{fill:#fff}#main-content .cs-result__link{padding-right:0;padding-left:0}#main-content .cs-widget-results{padding:0px!important}#main-content .cs-widget-results .cs-icon{fill:#163556}#main-content .cs-widget-results .cs-result__title,#main-content .cs-widget-results .cs-result__date,#main-content .cs-widget-results .cs-result__location-item,#main-content .cs-widget-results .cs-result__location-details{color:#163556;line-height:1.647}#main-content .cs-widget-results .cs-result__title svg,#main-content .cs-widget-results .cs-result__date svg,#main-content .cs-widget-results .cs-result__location-item svg,#main-content .cs-widget-results .cs-result__location-details svg{top:0}#main-content .cs-widget-results .cs-result__date,#main-content .cs-widget-results .cs-result__location-item,#main-content .cs-widget-results .cs-result__location-details{font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-widget-results .cs-result__title{font-size:1.125rem;font-weight:400;line-height:1.5;font-size:30px;margin:0 0 15px;padding-bottom:0}@media (max-width:991px){#main-content .cs-widget-results .cs-result__title{font-size:1.125rem}}#main-content .cs-widget-results .cs-result__title svg{width:19.99995px;height:25.33327px}#main-content .cs-widget-results .cs-result__location-details{margin:0 0 15px}#main-content .cs-widget-results__bar{border-top:2px solid #fff;background:#163556;padding:2px 0px!important}#main-content .cs-widget-results__bar-item{color:#fff}#main-content .cs-widget-results__bar-item select{color:#fff;display:block;width:100%;text-align:right}@media (max-width:767px){#main-content .cs-widget-results__bar-item select{position:absolute;top:0;right:0;max-width:150px;padding-right:0}}#main-content .cs-widget-results__bar-item .cs-icon{fill:#fff}#main-content .cs-result:first-child{border-top:none}#main-content .cs-result:first-child .cs-result__link{border-top:none}#main-content .cs-pagination a{color:#fff}#main-content .cs-pagination a .cs-icon{fill:#fff}#main-content .cs-pagination a.cs-pagination__number--active{color:#fff}#main-content .cs-pagination a.cs-pagination__number--active span{color:#fff;border-color:#fff}#main-content .cs-pagination a.cs-pagination__number--active .cs-icon{fill:#fff}#main-content .cs-pagination a span{font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-button--search{color:#fff;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-ms-border-radius:0;-o-border-radius:0;float:right}#main-content .cs-button--search:hover,#main-content .cs-button--search:hover *{color:#163556!important}#main-content .cs-button--search .cs-icon{display:none}@media (min-width:1px) and (max-width:575px){#main-content .cs-widget-simple__clear-wrapper{clear:both;float:right}}#main-content .cs-widget-results .cs-icon{fill:#fff!important}#main-content .cs-widget-results__results{background:#163556}#main-content .cs-widget-results__results *{color:#fff!important}#main-content .cs-widget-results__results p:empty{margin:0;display:none}#main-content .cs-result__expand-icon{background:#163556}#main-content .cs-result__expand-icon svg path{fill:#fff}#main-content .cs-result__expand-icon svg polygon{fill:#fff}#main-content .cs-result__expand-icon svg polygon:first-child{fill:#163556}#main-content .cs-result__title,#main-content .cs-result__location-details{font-size:1.125rem;font-weight:400;line-height:1.5}#main-content .cs-result__title .cs-icon,#main-content .cs-result__location-details .cs-icon{position:relative;top:4px}#main-content .cs-result__title{margin-bottom:10px}#main-content .cs-pagination__button:first-child{margin-right:10px}#main-content .cs-pagination__button:last-child{margin-left:10px}#main-content .cs-widget-results__load-button{background:#163556}#main-content .cs-loader:before{background-color:#163556}#main-content .cs-widget-results__loader-wrapper{margin-bottom:0}#main-content .cs-result__row--main-info{margin-bottom:0}#main-content .cs-result__favorite{margin-top:17px}#main-content .cs-widget-filters__container{max-height:none}#main-content .cs-result__link .cs-result__share{display:block;min-height:35px;z-index:10;padding-right:50px}#main-content .cs-result__link .cs-result__favorite{display:block;position:absolute;right:0;bottom:24px;margin-top:0;min-height:35px;z-index:10}@media (min-width:1px) and (max-width:575px){#main-content .cs-result__link .cs-result__share{padding-right:40px}#main-content .cs-result__share-icon{margin-left:6px}}body .cs-field-label{background:#163556;color:#fff}.cs-widget-filters__filter option,.cs-widget-simple option{color:#000!important}.cs-widget-simple__input{font-size:1.125rem;line-height:1.5;font-size:1.25rem}#main-content .cs-widget-simple__input,#main-content .cs-widget-simple__location-wrapper .cs-widget-simple__input{font-size:1.25rem}.cs-widget-simple__input::-webkit-input-placeholder{opacity:.5;color:#737373;text-transform:uppercase}.cs-widget-simple__input::-moz-placeholder{opacity:.5;color:#737373;text-transform:uppercase}.cs-widget-simple__input:-ms-input-placeholder{opacity:.5;color:#737373;text-transform:uppercase}.cs-widget-simple__input:-moz-placeholder{opacity:.5;color:#737373;text-transform:uppercase}.gpwidget--direct #gpWidgetContainerFilter{display:none}.gpwidget--direct #gpWidgetContainerResults{padding-top:30px}.infosplit .infosplit__image{height:100%;min-height:240px;background-size:cover;background-position:center}.infosplit .infosplit__content{position:relative;display:flex;flex-direction:column;height:100%;background-color:#163556;color:#fff;padding:32px 25px}.infosplit .infosplit__content-back-image{width:250px;height:250px;position:absolute;bottom:-20px;right:0;background-repeat:no-repeat;background-position:right 16px center;background-size:cover;opacity:.1}.infosplit .infosplit__icon{width:64px;height:64px;margin-bottom:16px;display:block}.infosplit .infosplit__title{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;margin-bottom:12px}.infosplit .infosplit__text p{margin-bottom:8px}.infosplit .infosplit__text ul{padding-left:24px}.infosplit .infosplit__text li{margin-bottom:8px}@media (min-width:992px){.infosplit .infosplit__col--content-revert .infosplit__content{align-items:flex-end}.infosplit .infosplit__col--content-revert .infosplit__content-back-image{right:auto;left:0}.infosplit .infosplit__content-back-image{width:400px;height:400px}.infosplit .infosplit__content{padding:32px 75px}.infosplit .infosplit__text{max-width:465px}}.frame__inner:has(.googleReviews){background:#c3e0e8}.googleReviews{max-width:1790px;margin:0 auto;padding:50px 25px}.googleReviews .googleReviews__title{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;margin-bottom:20px;margin-right:20px;color:#163556}.googleReviews .googleReviews__subtitle{margin-bottom:0;max-width:530px;color:#163556}.googleReviews .googleReviews__btn{display:block;margin:25px 0;max-width:305px;padding:15px;text-align:center;text-decoration:none;border:2px solid #163556;color:#163556;font-size:30px;line-height:1.2;cursor:pointer;background:transparent;-moz-appearance:none;-webkit-appearance:none;border-radius:0;margin-top:24px;width:100%}.googleReviews .googleReviews__btn:hover{background:#163556;color:#fff!important;text-decoration:none!important}.frame--color-white .googleReviews .googleReviews__btn,.g-modal .googleReviews .googleReviews__btn,.frame--static-germanpersonnel .googleReviews .googleReviews__btn{color:#fff;border-color:#fff}.frame--color-white .googleReviews .googleReviews__btn:hover,.g-modal .googleReviews .googleReviews__btn:hover,.frame--static-germanpersonnel .googleReviews .googleReviews__btn:hover{background:#fff;color:#163556!important}@media (min-width:768px){.frame--color-white.frame--backpic_color-blue .googleReviews .googleReviews__btn{color:#163556;border-color:#163556}.frame--color-white.frame--backpic_color-blue .googleReviews .googleReviews__btn:hover{background:#163556;color:#fff!important}}.frame--color-white .zvoove__section .googleReviews .googleReviews__btn{color:#163556;border-color:#163556}.frame--color-white .zvoove__section .googleReviews .googleReviews__btn:hover{background:#163556;color:#fff!important}.modal .frame--color-white .zvoove__section .googleReviews .googleReviews__btn{color:#fff;border-color:#fff}.modal .frame--color-white .zvoove__section .googleReviews .googleReviews__btn:hover{background:#fff;color:#163556!important}.frame--backgroundcolor-blue_dark .googleReviews .googleReviews__btn:hover{color:#0b1b32!important}.frame--backgroundcolor-blue_medium .googleReviews .googleReviews__btn:hover{color:#4c8fd4!important}.frame--backgroundcolor-blue_light .googleReviews .googleReviews__btn:hover{color:#3d6a9a!important}.frame--backgroundcolor-gold .googleReviews .googleReviews__btn:hover{color:#8a6a2a!important}.frame--backgroundcolor-gold_dark .googleReviews .googleReviews__btn:hover{color:#6b4f1f!important}.frame--backgroundcolor-blue_sat1 .googleReviews .googleReviews__btn:hover{color:#55778d!important}.frame--backgroundcolor-blue_sat2 .googleReviews .googleReviews__btn:hover{color:#899fad!important}.frame--backgroundcolor-blue_lightsat .googleReviews .googleReviews__btn:hover{color:#c3e0e8!important}.frame--backgroundcolor-orange .googleReviews .googleReviews__btn:hover{color:#a05d04!important}.frame--backgroundcolor-grey .googleReviews .googleReviews__btn:hover{color:#676461!important}.frame--backgroundcolor-mint .googleReviews .googleReviews__btn:hover{color:#5b94a8!important}.frame--backgroundcolor-darkmint .googleReviews .googleReviews__btn:hover{color:#298bad!important}.frame--backgroundcolor-green .googleReviews .googleReviews__btn:hover{color:#077a5f!important}.frame--backgroundcolor-darkgreen .googleReviews .googleReviews__btn:hover{color:#006b67!important}.googleReviews .googleReviews__cardsRow{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px 0;margin:0}.googleReviews .googleReviews__card{width:32%}.googleReviews .googleReviews__cardInner{background:#fff;border:1px solid #dce1e6;padding:16px;height:100%;display:flex;flex-direction:column}.googleReviews .googleReviews__stars{display:flex;gap:3px;margin-top:12px}.googleReviews .googleReviews__star{width:20px;height:20px}.googleReviews .googleReviews__meta{display:flex;align-items:center;gap:12px}.googleReviews .googleReviews__header{display:flex;flex-direction:column;gap:2px}.googleReviews .googleReviews__name{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:14px;line-height:1.2;margin-bottom:0}.googleReviews .googleReviews__date{font-size:14px;line-height:1.2;color:#676461;margin-bottom:0}.googleReviews .googleReviews__text{margin-top:12px;line-height:1.2;flex:1}.googleReviews .googleReviews__moreWrap{margin-top:12px}.googleReviews a.googleReviews__more{display:block;color:#676461!important;text-decoration:none;font-size:14px}.googleReviews a.googleReviews__more:hover{text-decoration:underline}.googleReviews .googleReviews__google{margin-top:12px}.googleReviews .googleReviews__googleIcon{width:auto;height:24px}@media (max-width:767px){.googleReviews .googleReviews__card{width:100%}}@media (max-width:991px){.googleReviews .googleReviews__card{margin-bottom:0}}.cityHeader{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff}.cityHeader .cityHeader__background{background-size:cover;background-position:center;background-repeat:no-repeat}@media (max-width:767px){.cityHeader .cityHeader__background{height:300px}}.cityHeader .cityHeader__content{background-color:#0b1b32;margin:0 auto}.cityHeader .cityHeader__inner{padding:50px 25px 25px!important;min-height:375px}.cityHeader.cityHeader--noBackground{background-color:#0b1b32;padding:50px 25px 25px;min-height:375px;width:100%;margin:0 auto}.cityHeader .cityHeader__kununu{display:block;margin:24px 0 0;width:200px;max-width:100%;height:auto}@media (max-width:767px){.cityHeader .cityHeader__kununu{margin:24px auto 0}}.cityContacts{background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;position:relative}.cityContacts:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;background-color:rgba(138,108,45,.8)}.cityContacts.cityContacts--noBackground{background-color:#163556}.cityContacts .cityContacts__container{padding:50px 25px 25px;min-height:375px;width:100%;max-width:1790px;margin:0 auto;z-index:1;position:relative}#stellen__results{transition:height 0.2s}@keyframes spinner-border{to{transform:rotate(360deg)}}#stellen__ajax{min-height:60px;position:relative}#stellen__ajax::before{opacity:0;position:absolute;left:50%;top:0;margin-left:-15px;content:"";transition:opacity 0.1s;width:30px;height:30px;vertical-align:text-bottom;border:2px solid #fff;border-right-color:transparent;border-radius:50%;animation:spinner-border 0.75s linear infinite}#stellen__ajax.loading::before{opacity:1}.stellen{background:#163556;font-size:15px;line-height:1.3333333333}.stellen p{margin:0 0 20px}.stellen>.stellen__inner{padding-top:0}#stellen__form__filter .stellen__inner{padding-bottom:0px!important;padding-top:0px!important}.stellen__form__prefilters{margin:25px auto 10px}.stellen__form__prefilters ul{display:block;margin:0;padding:0;list-style:none;text-align:center}.stellen__form__prefilters li{display:inline-block}.stellen__inner{max-width:1790px;margin:0 auto;color:#fff;padding:35px 15px;position:relative;background:#163556}#stellen__form+.stellen__inner{min-height:800px}.stellen__teaser-intro{max-width:980px;padding-top:50px;padding-left:25px;padding-right:25px;margin-left:auto;margin-right:auto;position:relative;margin-bottom:40px}.stellen__teaser-bodytext{font-size:1.125rem;font-weight:400;line-height:1.5}.stellen__teaser-more a{margin:32px auto;background-color:#fff;color:#163556!important}.prosoft-stats__item{padding:40px 20px;text-align:center;color:#fff}.prosoft-stats__item--jobs{background:#4c8fd4}.prosoft-stats__item--experience{background:#3d6a9a}.prosoft-stats__item--employees{background:#298bad}.prosoft-stats__value{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:60px;line-height:1;margin-bottom:16px}.prosoft-stats__label{font-size:18px;line-height:1.2}#stellen__search__backpic{position:relative}#stellen__search__backpic .backpic{position:relative;z-index:0;min-height:730px}@media (max-width:1599px){#stellen__search__backpic .backpic{min-height:600px}}@media (max-width:1199px){#stellen__search__backpic .backpic{min-height:550px}}@media (max-width:991px){#stellen__search__backpic .backpic{min-height:450px}}@media (max-width:767px){#stellen__search__backpic .backpic{min-height:325px}}@media (min-width:1px) and (max-width:575px){#stellen__search__backpic .backpic{min-height:175px;height:54.6875vw}}#stellen__search__backpic .backpic .backpic__image{min-height:730px}@media (max-width:1599px){#stellen__search__backpic .backpic .backpic__image{min-height:600px}}@media (max-width:1199px){#stellen__search__backpic .backpic .backpic__image{min-height:550px}}@media (max-width:991px){#stellen__search__backpic .backpic .backpic__image{min-height:450px;width:100%;position:fixed;z-index:-1}}@media (max-width:767px){#stellen__search__backpic .backpic .backpic__image{min-height:325px}}@media (min-width:1px) and (max-width:575px){#stellen__search__backpic .backpic .backpic__image{min-height:175px}}#stellen__form{position:relative}#stellen__form form{position:relative}#stellen__form fieldset{position:relative}#stellen__form .backpic__image img{object-position:50% 50%}#stellen__form .form-group{padding-top:0}#stellen__form select:focus-visible{border:2px solid white!important}.stellen__items{margin-left:-12px;margin-right:-12px;list-style:none;padding:0}.stellen__items[role=list]{list-style:none;padding:0;margin:0}.stellen__item-wrapper{display:flex;-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%;position:relative;min-height:1px;padding-right:12px;padding-left:12px;margin:0 0 24px}.stellen__item{min-height:100%;width:100%}.stellen__item h3{font-size:44px;line-height:44px;padding-right:60px}@media (max-width:1199px){.stellen__item h3{padding-right:52px}}@media (min-width:1px) and (max-width:575px){.stellen__item h3{padding-right:37px}}.stellen__item h3.long{font-size:38px}.stellen__item h3.longer{font-size:32px}.stellen__item ul{margin:0;padding:0;list-style:none}.stellen__item li{font-size:34px;line-height:42px;padding:9px 0 9px 65px;position:relative}.stellen__item li::before{line-height:42px;width:60px;text-align:center;position:absolute;left:0;top:9px}.stellen__item li.stellen__fact--Abteilung::before{content:"\e90a";font-size:32px}.stellen__item li.stellen__fact--Branche::before{content:"\e90c";font-size:32px}.stellen__item li.stellen__fact--Beginn::before{content:"\e906";font-size:38px}.stellen__item li.stellen__fact--Gehalt::before{content:"\e90b";font-size:42px}.stellen__item li.stellen__fact--Einsatzort::before{content:"\e907";font-size:38px}.stellen__item li.stellen__fact--Arbeitszeit::before{content:"\e90e";font-size:32px}.stellen__item li.stellen__fact--Aufgabe::before{content:"\e90f";font-size:32px}@media (max-width:1599px){.stellen__item h3{font-size:34px;line-height:34px}.stellen__item h3.long{font-size:29px}.stellen__item h3.longer{font-size:24px}.stellen__item li{font-size:24px}.stellen__item .stellen__item__link{padding:25px 20px}}@media (max-width:1199px){.stellen__item h3{font-size:24px;line-height:24px}.stellen__item h3.long{font-size:20px}.stellen__item h3.longer{font-size:16px}.stellen__item li{font-size:18px;line-height:26px;padding-left:50px;padding-top:7px;padding-bottom:7px}.stellen__item li::before{line-height:26px;width:45px;top:7px}.stellen__item li.stellen__fact--Abteilung::before{font-size:24px}.stellen__item li.stellen__fact--Branche::before{font-size:24px}.stellen__item li.stellen__fact--Beginn::before{font-size:28.5px}.stellen__item li.stellen__fact--Gehalt::before{font-size:31.5px}.stellen__item li.stellen__fact--Einsatzort::before{font-size:28.5px}.stellen__item .stellen__item__link{padding:20px 15px}}@media (max-width:767px){.stellen__item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:991px){.stellen__item-wrapper{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:767px){.stellen__item-wrapper{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.stellen__item__link{display:block;min-height:inherit;border:4px solid #fff;padding:35px 30px;text-decoration:none;background:none;transition:all 0.2s}.stellen__item__link:hover{background:#3d6a9a;text-decoration:none}.stellen__item__link h3{word-wrap:break-word}#stellen__form .form-group--type-Text::before{content:"\e804";position:absolute;pointer-events:none;left:21px;top:50%;transform:translateY(-50%);color:#163556;width:auto}#stellen__form .form-group--type-Text input{display:block;width:100%;height:80px;line-height:46px;background:#fff;border:2px solid #163556;padding:15px 15px 15px 55px;font-size:22px;-moz-appearance:none;-webkit-appearance:none;border-radius:0}@media (min-width:1px) and (max-width:575px){#stellen__form .form-group--type-Text input{font-size:18px;padding:10px 15px 10px 45px;height:70px}}#stellen__form #stellen__group__search::before{content:"\e807";font-size:30px;display:block}@media (min-width:1px) and (max-width:575px){#stellen__form #stellen__group__search::before{font-size:24px}}#stellen__form #stellen__group__location::before{content:"\e806";font-size:34px;left:17px;display:block}@media (min-width:1px) and (max-width:575px){#stellen__form #stellen__group__location::before{font-size:24px}}.form__TextSelect .form-group--type-Text input{padding-right:145px}.form__TextSelect .form-group--type-SingleSelect,.form__TextSelect .form-group--type-SingleSelectWithData{position:absolute;right:6px;top:2px;width:130px}@media (min-width:1px) and (max-width:575px){.form__TextSelect .form-group--type-SingleSelect,.form__TextSelect .form-group--type-SingleSelectWithData{width:105px}}.form__TextSelect .form-group--type-SingleSelect select,.form__TextSelect .form-group--type-SingleSelect button,.form__TextSelect .form-group--type-SingleSelectWithData select,.form__TextSelect .form-group--type-SingleSelectWithData button{height:76px;width:130px;border:none;padding-left:15px;padding-right:50px;font-size:22px;cursor:pointer;color:#163556!important;background-color:#fff;background-position:right 15px center;-moz-appearance:none;-webkit-appearance:none;border-radius:0}.form__TextSelect .form-group--type-SingleSelect select .select-css::-ms-expand,.form__TextSelect .form-group--type-SingleSelect button .select-css::-ms-expand,.form__TextSelect .form-group--type-SingleSelectWithData select .select-css::-ms-expand,.form__TextSelect .form-group--type-SingleSelectWithData button .select-css::-ms-expand{display:none}@media (min-width:1px) and (max-width:575px){.form__TextSelect .form-group--type-SingleSelect select,.form__TextSelect .form-group--type-SingleSelect button,.form__TextSelect .form-group--type-SingleSelectWithData select,.form__TextSelect .form-group--type-SingleSelectWithData button{width:105px;height:66px;padding-left:10px;padding-right:34px;background-position:right 7px center;font-size:18px}}.form__TextSelect .form-group--type-SingleSelect select,.form__TextSelect .form-group--type-SingleSelect button::after,.form__TextSelect .form-group--type-SingleSelectWithData select,.form__TextSelect .form-group--type-SingleSelectWithData button::after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='12px' viewBox='0 0 19 12'%3E%3Cpolygon fill='%23152943' points='19,2.818 16.172,-0.01 9.745,6.417 3.318,-0.01 0.49,2.818 9.682,12.01 9.745,11.946 9.809,12.01 '/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:19px 12px}.form__TextSelect .form-group--type-SingleSelect::before,.form__TextSelect .form-group--type-SingleSelectWithData::before{content:"";position:absolute;left:-2px;top:4px;height:66px;width:2px;background:#163556}@media (min-width:1px) and (max-width:575px){.form__TextSelect .form-group--type-SingleSelect::before,.form__TextSelect .form-group--type-SingleSelectWithData::before{height:56px}}#stellen__search__backpic{position:relative}#stellen__form__search{padding:15px 15px;position:relative;max-width:1452px;margin:0 auto}#stellen__form__search .stellen__head.cloned{display:none}@media (max-width:991px){#stellen__form__search .stellen__head.cloned{display:block}}#stellen__form__search>.row,#stellen__form__search>.logogrid,.stelle__buttons #stellen__form__search>ul,.stelle__box #stellen__form__search>ul,#stellen__form__search>#tx_cookies_buttons,#stellen__form__search>#content,#stellen__form__search>.static--social,#stellen__form__search>.textpic,#stellen__form__search>.form-group--type-FileUpload,#stellen__form__search>.form-group--type-ImageUpload,#stellen__form__search>.form__datespan__row,#stellen__form__search>.stellen__items{margin-left:-4px;margin-right:-4px}#stellen__form__search>.row>*,#stellen__form__search>.logogrid>*,.stelle__buttons #stellen__form__search>ul>*,.stelle__box #stellen__form__search>ul>*,#stellen__form__search>#tx_cookies_buttons>*,#stellen__form__search>#content>*,#stellen__form__search>.static--social>*,#stellen__form__search>.textpic>*,#stellen__form__search>.form-group--type-FileUpload>*,#stellen__form__search>.form-group--type-ImageUpload>*,#stellen__form__search>.form__datespan__row>*,#stellen__form__search>.stellen__items>*{height:80px;margin-bottom:0;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;position:relative;min-height:1px;padding-right:4px;padding-left:4px}@media (max-width:991px){#stellen__form__search>.row>*,#stellen__form__search>.logogrid>*,.stelle__buttons #stellen__form__search>ul>*,.stelle__box #stellen__form__search>ul>*,#stellen__form__search>#tx_cookies_buttons>*,#stellen__form__search>#content>*,#stellen__form__search>.static--social>*,#stellen__form__search>.textpic>*,#stellen__form__search>.form-group--type-FileUpload>*,#stellen__form__search>.form-group--type-ImageUpload>*,#stellen__form__search>.form__datespan__row>*,#stellen__form__search>.stellen__items>*{margin-bottom:15px}}#stellen__form__search>.row>*:first-child,#stellen__form__search>.logogrid>*:first-child,.stelle__buttons #stellen__form__search>ul>*:first-child,.stelle__box #stellen__form__search>ul>*:first-child,#stellen__form__search>#tx_cookies_buttons>*:first-child,#stellen__form__search>#content>*:first-child,#stellen__form__search>.static--social>*:first-child,#stellen__form__search>.textpic>*:first-child,#stellen__form__search>.form-group--type-FileUpload>*:first-child,#stellen__form__search>.form-group--type-ImageUpload>*:first-child,#stellen__form__search>.form__datespan__row>*:first-child,#stellen__form__search>.stellen__items>*:first-child{margin-left:8.3333%}@media (max-width:991px){#stellen__form__search>.row>*:first-child,#stellen__form__search>.logogrid>*:first-child,.stelle__buttons #stellen__form__search>ul>*:first-child,.stelle__box #stellen__form__search>ul>*:first-child,#stellen__form__search>#tx_cookies_buttons>*:first-child,#stellen__form__search>#content>*:first-child,#stellen__form__search>.static--social>*:first-child,#stellen__form__search>.textpic>*:first-child,#stellen__form__search>.form-group--type-FileUpload>*:first-child,#stellen__form__search>.form-group--type-ImageUpload>*:first-child,#stellen__form__search>.form__datespan__row>*:first-child,#stellen__form__search>.stellen__items>*:first-child{margin-left:0}}@media (min-width:992px){#stellen__form__search{position:absolute;left:0%;bottom:65px;width:100%;padding:0}}@media (min-width:1200px){#stellen__form__search{bottom:110px}}@media (max-width:991px){#stellen__form__search{background:#163556}}@media (min-width:1452px){#stellen__form__search{left:50%;margin-left:-726px}}@media (max-width:991px){#stellen__form__search #stellen__group__search{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;order:1}}@media (min-width:1px) and (max-width:575px){#stellen__form__search #stellen__group__search{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;height:70px}}@media (max-width:991px){#stellen__form__search #stellen__group__locstance{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;order:3}}@media (min-width:1px) and (max-width:575px){#stellen__form__search #stellen__group__locstance{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;order:2;height:70px}}#stellen__form__search .form-group--type-Submit{-ms-flex:0 0 16.6666%;flex:0 0 16.6666%;max-width:16.6666%}@media (max-width:991px){#stellen__form__search .form-group--type-Submit{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;order:4}}@media (min-width:1px) and (max-width:575px){#stellen__form__search .form-group--type-Submit{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;order:3}}#stellen__form__search .form-group--type-Favorites{-ms-flex:0 0 8.3333%;flex:0 0 8.3333%;max-width:8.3333%;overflow:hidden;text-align:center;line-height:80px}@media (max-width:991px){#stellen__form__search .form-group--type-Favorites{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;order:2}}@media (min-width:1px) and (max-width:575px){#stellen__form__search .form-group--type-Favorites{order:4}}#stellen__form__search .form-group--type-Favorites .watchlist__count.cloned{display:none}@media (max-width:991px){#stellen__form__search .form-group--type-Favorites .watchlist__count.cloned{display:block}}.stellen__back,#stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit button{border-color:#fff!important;margin:0;width:100%;height:80px;line-height:46px;width:100%;max-width:none}@media (min-width:992px){#stellen__form__search .form-group--type-Submit input,#stellen__form__search .form-group--type-Submit button{background:transparent!important}#stellen__form__search .form-group--type-Submit input:hover,#stellen__form__search .form-group--type-Submit button:hover{color:#2c979e!important}}.stellen__back{margin:0 auto;max-width:320px}.watchlist__count{display:block;min-height:100%;transition:all 0.2s;position:relative;top:100%;padding-left:47px;font-size:36px;line-height:inherit;color:#fff!important;text-shadow:0 0 3px rgba(0,0,0,.5)}.watchlist__count::before{content:"\e908";font-size:32px;display:inline-block;transition:all 0.2s;position:absolute;left:0;top:0;margin:0;width:auto}.watchlist__count.selected{top:0%}.watchlist__count:hover{text-decoration:none;color:#3d6a9a!important}.watchlist__count:hover::before{color:#3d6a9a}#stellen__form__filter .stellen__head.cloned{display:none}@media (min-width:992px){#stellen__form__filter .stellen__head.cloned{display:block}}#stellen__form__filter .form-group{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;position:relative;min-height:1px;padding-right:10px;padding-left:10px}@media (max-width:991px){#stellen__form__filter .form-group{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:1px) and (max-width:575px){#stellen__form__filter .form-group{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}#stellen__form__filter .form-group--type-SingleSelect select,#stellen__form__filter .form-group--type-SingleSelect button,#stellen__form__filter .form-group--type-SingleSelect select,#stellen__form__filter .form-group--type-SingleSelect button{height:65px;width:100%;border:none;border-radius:15px;padding-left:15px;padding-right:50px;font-size:22px;outline:none!important;color:#fff;cursor:pointer;text-overflow:ellipsis;overflow:hidden;background-color:#3d6a9a;background-position:right 15px center;-moz-appearance:none;-webkit-appearance:none;transition:all 0.2s}#stellen__form__filter .form-group--type-SingleSelect select .select-css::-ms-expand,#stellen__form__filter .form-group--type-SingleSelect button .select-css::-ms-expand,#stellen__form__filter .form-group--type-SingleSelect select .select-css::-ms-expand,#stellen__form__filter .form-group--type-SingleSelect button .select-css::-ms-expand{display:none}#stellen__form__filter .form-group--type-SingleSelect select,#stellen__form__filter .form-group--type-SingleSelect button::after,#stellen__form__filter .form-group--type-SingleSelect select,#stellen__form__filter .form-group--type-SingleSelect button::after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='19px' height='12px' viewBox='0 0 19 12'%3E%3Cpolygon fill='%23ffffff' points='19,2.818 16.172,-0.01 9.745,6.417 3.318,-0.01 0.49,2.818 9.682,12.01 9.745,11.946 9.809,12.01 '/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:19px 12px}#stellen__form__filter .form-group--type-SingleSelect option,#stellen__form__filter .form-group--type-SingleSelect option{background:#fff;color:#163556;padding:2px 5px}#stellen__form__reset{display:none}.filtered #stellen__form__reset{display:block}#stellen__watchlist__reset{position:relative;top:-20px}#stellen__watchlist__reset.reset{display:none}#stellen__form__reset,#stellen__watchlist__reset{text-align:center;color:#3d6a9a;text-decoration:underline;margin:0 auto;max-width:290px}.select--dropdown .dropdown-menu{min-width:100%}.select--dropdown button{text-align:left;background-image:none!important}.select--dropdown button::after{border:none!important;width:19px;height:12px;display:block;margin:0px!important;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:all 0.2s}.select--dropdown.show button::after{transform:translateY(-50%) rotate(-180deg)}.select--dropdown ul{max-height:200px;overflow:auto;padding:0;list-style:none}.select--dropdown a{display:block;padding:10px 15px;line-height:20px}.select--dropdown a:hover{background:#3d6a9a;color:#fff!important;text-decoration:none}.select--dropdown a.selected{background:#3d6a9a!important;color:#fff!important}.stellen__item__watchlist{position:relative;display:block;text-indent:-10000px;overflow:hidden;height:56px;width:56px;position:absolute;right:34px;top:20px}.stellen__item__watchlist::before{position:absolute;left:0;top:0;width:100%;height:100%;text-indent:0;text-align:center;line-height:100%}.stellen__item__watchlist::before{content:"\e909";font-size:42px;z-index:2;transition:all 0.2s;line-height:56px}.stellen__item__watchlist::after{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;text-indent:0;text-align:center;font-size:42px;transition:all 0.2s;line-height:56px;content:"\e908";opacity:0}.stellen__item__watchlist:hover{text-decoration:none}.stellen__item__watchlist:hover::before{color:#3d6a9a}.selected .stellen__item__watchlist::before{transform:scaleX(-1);opacity:0}.selected .stellen__item__watchlist::after{transform:scaleX(-1);opacity:1}@media (max-width:1199px){.stellen__item__watchlist{height:44px;width:44px}.stellen__item__watchlist::before,.stellen__item__watchlist::after{font-size:36px;line-height:44px}}@media (min-width:1px) and (max-width:575px){.stellen__item__watchlist{height:40px;width:40px;right:26px;top:12px}.stellen__item__watchlist::before,.stellen__item__watchlist::after{font-size:30px;line-height:40px}}.stellen__head{text-align:center}.stellen__action__wrap{text-align:center}@media (min-width:1px) and (max-width:575px){.stellen__action__wrap{max-width:75%;text-align:left}}.stellen__form__collapser{border-color:#fff!important;display:inline-block;position:relative;text-indent:15px;margin:0 0 25px;text-decoration:none}.stellen__form__collapser::before,.stellen__form__collapser::after{content:"";display:block;width:11px;height:1px;background:#fff;position:absolute;left:15px;top:50%;margin-top:0;transition:all 0.2s}.stellen__form__collapser:hover::before{transform:rotate(0deg);background:#163556!important}.stellen__form__collapser:hover::after{transform:rotate(0deg);background:#163556!important}.stellen__form__collapser.collapsed::after{transform:rotate(-90deg)}.stellen__form__collapser.collapsed:hover::before{transform:rotate(90deg)}.stellen__form__collapser.collapsed:hover::after{transform:rotate(0deg)}.stellen__results__text{color:#3d6a9a;font-size:30px;line-height:1.2px;padding:30px 0;text-align:center}.stellen__results__additional{display:none}@media (min-width:992px){.stellen__results__additional{display:inline}}.stellen__head{padding:1px 0;color:#fff}.stellen__head h1,.stellen__head h2,.stellen__head h3{margin:20px 0;padding:0 20%;font-size:80px;line-height:1.25;text-align:center;position:relative;overflow:hidden}@media (min-width:1px) and (max-width:575px){.stellen__head h1,.stellen__head h2,.stellen__head h3{padding:0 20% 0 0;text-align:left!important}}@media (max-width:1199px){.stellen__head h1,.stellen__head h2,.stellen__head h3{font-size:48px}}@media (max-width:767px){.stellen__head h1,.stellen__head h2,.stellen__head h3{font-size:36px}}.stellen__head .watchlist__count{position:absolute;right:10%;top:150%;height:40px;line-height:40px;margin-top:-20px;min-height:auto}.stellen__head .watchlist__count.selected{top:50%}.stellen__head .watchlist__count.cloned{display:none}@media (min-width:992px){.stellen__head .watchlist__count.cloned{display:block}}.stellen--watchlist .stellen__head .watchlist__count{display:block}.stellen__head .watchlist__count::before{line-height:40px}@media (max-width:767px){.stellen__head .watchlist__count{right:0;font-size:30px;padding-left:35px}.stellen__head .watchlist__count::before{font-size:24px}}.stellen .f3-widget-paginator{font-size:26px;color:#3d6a9a}.stellen .f3-widget-paginator li::after{content:none}.stellen .f3-widget-paginator li.current{font-weight:700;font-size:30px}.stellen .f3-widget-paginator li.current a{text-decoration:underline}.stellen .f3-widget-paginator a{color:#3d6a9a;min-width:auto;padding:0 8px;display:block;overflow:hidden;opacity:1}.stellen .f3-widget-paginator li.previous a,.stellen .f3-widget-paginator li.next a,.stellen .f3-widget-paginator li.first a,.stellen .f3-widget-paginator li.last a{position:relative;display:block;text-indent:-10000px;overflow:hidden;width:28px;text-decoration:none!important;transition:all 0.2s}.stellen .f3-widget-paginator li.previous a::before,.stellen .f3-widget-paginator li.next a::before,.stellen .f3-widget-paginator li.first a::before,.stellen .f3-widget-paginator li.last a::before{position:absolute;left:0;top:0;width:100%;height:100%;text-indent:0;text-align:center;line-height:100%}.stellen .f3-widget-paginator li.previous a::before,.stellen .f3-widget-paginator li.next a::before,.stellen .f3-widget-paginator li.first a::before,.stellen .f3-widget-paginator li.last a::before{font-size:20px;content:"\e90d";line-height:inherit}.stellen .f3-widget-paginator li.previous a:hover,.stellen .f3-widget-paginator li.next a:hover,.stellen .f3-widget-paginator li.first a:hover,.stellen .f3-widget-paginator li.last a:hover{opacity:.8}.stellen .f3-widget-paginator li.next a,.stellen .f3-widget-paginator li.last a{transform:scaleX(-1)}.stellen .f3-widget-paginator li.first a,.stellen .f3-widget-paginator li.last a{width:38px}.stellen .f3-widget-paginator li.first a::after,.stellen .f3-widget-paginator li.last a::after{font-size:20px;content:"\e90d";line-height:inherit;position:absolute;left:10px;top:0;width:100%;height:100%;text-indent:0;text-align:center}.stelle{background:#fff;font-size:15px;line-height:1.3333333333}.frame--background .stelle,[class="*frame--backgroundcolor-"] .stelle{background:none}.stelle h1{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:64px;line-height:100%;margin:0;color:#fff;text-align:center;padding:0 32px;word-break:break-word;hyphens:auto}@media (max-width:1096px){.stelle h1{font-size:32px}}.stelle h3{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:15px;line-height:1.3333333333;margin:0 0 16px;text-transform:uppercase}.stelle h4{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:15px;line-height:1.3333333333;margin:0 0 0}.stelle p{margin:0 0 32px}.stelle p:last-of-type{font-weight:700}.stelle__inner{display:flex;flex-direction:column;max-width:1463px;margin:0 auto;padding:64px 50px 99px}@media (max-width:1096px){.stelle__inner{padding:32px 32px 89px}}.stelle__content{display:flex;flex-direction:row;gap:63px;background:#fff;color:#163556;position:relative;z-index:1}@media (max-width:1096px){.stelle__content{gap:32px;flex-direction:column}}.stelle__cta{position:absolute;left:0;bottom:0;right:0;display:none;background:#8a6a2a;color:#fff!important;text-align:center;text-decoration:none;font-size:20px;line-height:39px;transition:all 0.2s;z-index:2}.stelle__cta:hover{text-decoration:none}@media (max-width:1096px){.stelle__cta{display:block}}.stelle__banner{position:relative;background-color:#163556;height:395px;display:flex;align-items:center;justify-content:center}@media (max-width:1096px){.stelle__banner{height:249px}}.stelle__sticker-wrapper{position:absolute;top:50%;left:0;transform:translate(0,-50%);right:0;width:100%;height:100%;padding:0 50px;max-width:1463px;margin:0 auto}@media (max-width:1096px){.stelle__sticker-wrapper{display:none}}.stelle__sticker{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%22355%22%20height%3D%22355%22%20viewBox%3D%220%200%20355%20355%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M137.956%2043.2449C146.452%2033.5794%20150.708%2028.7387%20155.322%2025.9783C160.354%2022.9622%20166.074%2021.2861%20171.937%2021.1099C177.801%2020.9337%20183.611%2022.2633%20188.814%2024.9718C193.586%2027.4501%20198.125%2032.0266%20207.201%2041.1639C218.129%2052.1652%20228.904%2056.0392%20243.873%2055.09C256.739%2054.2664%20263.157%2053.855%20268.377%2055.1651C274.067%2056.6023%20279.295%2059.4679%20283.567%2063.4905C287.839%2067.5131%20291.013%2072.5595%20292.79%2078.1518C294.395%2083.2534%20294.385%2089.6988%20294.32%20102.575C294.271%20118.089%20299.155%20128.444%20310.424%20138.359C320.09%20146.87%20324.931%20151.125%20327.692%20155.739C333.805%20165.98%20334.186%20178.64%20328.698%20189.23C326.22%20194.001%20321.643%20198.54%20312.505%20207.616C301.503%20218.543%20297.629%20229.318%20298.578%20244.286C299.402%20257.151%20299.813%20263.569%20298.503%20268.789C297.08%20274.484%20294.219%20279.719%20290.194%20283.993C286.169%20288.267%20281.115%20291.437%20275.515%20293.2C270.413%20294.805%20263.968%20294.796%20251.075%20294.731C236.092%20294.681%20225.553%20299.196%20215.306%20310.834C206.794%20320.5%20202.539%20325.34%20197.924%20328.101C192.893%20331.117%20187.173%20332.793%20181.309%20332.969C175.446%20333.145%20169.635%20331.816%20164.432%20329.107C159.66%20326.629%20155.122%20322.052%20146.045%20312.915C135.472%20302.262%20124.841%20298.009%20109.358%20298.989C96.5071%20299.813%2090.0896%20300.224%2084.869%20298.914C79.1733%20297.49%2073.9381%20294.63%2069.664%20290.605C65.3899%20286.58%2062.2197%20281.527%2060.4566%20275.927C58.8519%20270.826%2058.8611%20264.38%2058.9262%20251.488C58.9754%20236.505%2054.4606%20225.967%2042.8225%20215.72C33.1561%20207.209%2028.3151%20202.954%2025.5546%20198.34C22.5385%20193.309%2020.8623%20187.589%2020.6861%20181.726C20.5099%20175.863%2021.8396%20170.052%2024.5482%20164.849C27.0266%20160.078%2031.6033%20155.539%2040.7412%20146.463C51.743%20135.536%2055.6172%20124.761%2054.6675%20109.777C53.8444%2096.9276%2053.4331%2090.5104%2054.7432%2085.29C56.1668%2079.5947%2059.0278%2074.3597%2063.0525%2070.0858C67.0773%2065.8118%2072.1312%2062.6418%2077.7311%2060.8788C100.008%2053.8423%20119.847%2063.8266%20137.956%2043.2449Z%22%20fill%3D%22%23B18839%22%20stroke%3D%22%23B18839%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M162.415%2038.5417C172.472%2030.5138%20177.51%2026.4934%20182.536%2024.5839C188.018%2022.4958%20193.944%2021.8476%20199.747%2022.7012C205.551%2023.5548%20211.039%2025.8817%20215.687%2029.4597C219.951%2032.7356%20223.618%2038.0363%20230.953%2048.6223C239.785%2061.3675%20249.715%2067.0692%20264.619%2068.7568C277.43%2070.1996%20283.821%2070.9187%20288.731%2073.123C294.081%2075.5346%20298.726%2079.2717%20302.227%2083.9804C305.729%2088.6891%20307.97%2094.2135%20308.739%20100.031C309.426%20105.334%20308.288%20111.678%20305.968%20124.344C303.202%20139.609%20306.196%20150.661%20315.555%20162.395C323.581%20172.468%20327.602%20177.506%20329.511%20182.532C333.736%20193.685%20331.893%20206.217%20324.636%20215.681C321.36%20219.945%20316.059%20223.611%20305.472%20230.946C292.727%20239.777%20287.025%20249.707%20285.337%20264.61C283.895%20277.421%20283.176%20283.811%20280.971%20288.721C278.572%20294.079%20274.838%20298.732%20270.127%20302.235C265.416%20305.738%20259.885%20307.973%20254.063%20308.728C248.759%20309.414%20242.414%20308.276%20229.732%20305.954C214.989%20303.281%20203.822%20305.88%20191.695%20315.542C181.622%20323.568%20176.584%20327.588%20171.558%20329.498C166.076%20331.586%20160.151%20332.234%20154.347%20331.38C148.543%20330.527%20143.056%20328.2%20138.407%20324.622C134.143%20321.346%20130.476%20316.045%20123.141%20305.459C114.597%20293.119%20104.875%20287.07%2089.4598%20285.323C76.6639%20283.882%2070.2736%20283.163%2065.3631%20280.959C60.0049%20278.559%2055.3518%20274.826%2051.8487%20270.115C48.3456%20265.404%2046.1097%20259.873%2045.3547%20254.051C44.6685%20248.747%2045.8065%20242.403%2048.129%20229.722C50.8018%20214.979%2048.2028%20203.813%2038.5395%20191.686C30.5134%20181.614%2026.4927%20176.576%2024.5831%20171.55C22.4949%20166.068%2021.8465%20160.143%2022.7001%20154.34C23.5536%20148.536%2025.8805%20143.049%2029.4586%20138.401C32.7346%20134.137%2038.0355%20130.47%2048.6219%20123.135C61.3676%20114.304%2067.0694%20104.375%2068.7591%2089.4561C70.1996%2076.6607%2070.9186%2070.2708%2073.1229%2065.3606C75.5222%2060.0026%2079.2559%2055.3498%2083.9671%2051.8469C88.6783%2048.344%2094.2094%2046.1083%20100.032%2045.3535C123.197%2042.3279%20140.98%2055.6331%20162.415%2038.5417Z%22%20stroke%3D%22%23EAC161%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M101.275%20244.943H98.9418C98.8992%20244.641%2098.8122%20244.373%2098.6808%20244.138C98.5494%20243.9%2098.3807%20243.698%2098.1748%20243.531C97.9688%20243.364%2097.7309%20243.236%2097.461%20243.148C97.1947%20243.059%2096.9053%20243.014%2096.5928%20243.014C96.0281%20243.014%2095.5363%20243.155%2095.1173%20243.435C94.6982%20243.712%2094.3733%20244.117%2094.1425%20244.65C93.9116%20245.179%2093.7962%20245.822%2093.7962%20246.578C93.7962%20247.356%2093.9116%20248.009%2094.1425%20248.538C94.3768%20249.067%2094.7035%20249.467%2095.1226%20249.737C95.5416%20250.007%2096.0263%20250.141%2096.5768%20250.141C96.8857%20250.141%2097.1716%20250.101%2097.4344%20250.019C97.7007%20249.937%2097.9369%20249.818%2098.1428%20249.662C98.3488%20249.502%2098.5192%20249.309%2098.6542%20249.081C98.7927%20248.854%2098.8886%20248.595%2098.9418%20248.304L101.275%20248.314C101.215%20248.815%20101.064%20249.298%20100.822%20249.763C100.584%20250.225%20100.263%20250.639%2099.858%20251.004C99.4567%20251.367%2098.9773%20251.654%2098.4198%20251.867C97.8658%20252.077%2097.2391%20252.182%2096.5395%20252.182C95.5665%20252.182%2094.6964%20251.961%2093.9294%20251.521C93.1659%20251.081%2092.5622%20250.443%2092.1183%20249.609C91.678%20248.774%2091.4578%20247.764%2091.4578%20246.578C91.4578%20245.388%2091.6815%20244.376%2092.129%20243.542C92.5764%20242.707%2093.1837%20242.072%2093.9507%20241.635C94.7178%20241.194%2095.5807%20240.974%2096.5395%20240.974C97.1716%20240.974%2097.7575%20241.063%2098.2973%20241.241C98.8406%20241.418%2099.3218%20241.677%2099.7408%20242.018C100.16%20242.356%20100.501%20242.769%20100.764%20243.259C101.03%20243.749%20101.2%20244.311%20101.275%20244.943ZM102.929%20252.032V241.123H105.235V245.624H109.918V241.123H112.219V252.032H109.918V247.526H105.235V252.032H102.929ZM116.001%20252.032H113.529L117.295%20241.123H120.267L124.028%20252.032H121.556L118.824%20243.616H118.739L116.001%20252.032ZM115.846%20247.744H121.684V249.545H115.846V247.744ZM134.466%20241.123V252.032H132.473L127.727%20245.166H127.647V252.032H125.341V241.123H127.365L132.074%20247.984H132.17V241.123H134.466ZM145.997%20244.943H143.664C143.621%20244.641%20143.534%20244.373%20143.402%20244.138C143.271%20243.9%20143.102%20243.698%20142.896%20243.531C142.69%20243.364%20142.453%20243.236%20142.183%20243.148C141.916%20243.059%20141.627%20243.014%20141.314%20243.014C140.75%20243.014%20140.258%20243.155%20139.839%20243.435C139.42%20243.712%20139.095%20244.117%20138.864%20244.65C138.633%20245.179%20138.518%20245.822%20138.518%20246.578C138.518%20247.356%20138.633%20248.009%20138.864%20248.538C139.099%20249.067%20139.425%20249.467%20139.844%20249.737C140.263%20250.007%20140.748%20250.141%20141.298%20250.141C141.607%20250.141%20141.893%20250.101%20142.156%20250.019C142.422%20249.937%20142.659%20249.818%20142.865%20249.662C143.07%20249.502%20143.241%20249.309%20143.376%20249.081C143.514%20248.854%20143.61%20248.595%20143.664%20248.304L145.997%20248.314C145.936%20248.815%20145.785%20249.298%20145.544%20249.763C145.306%20250.225%20144.985%20250.639%20144.58%20251.004C144.178%20251.367%20143.699%20251.654%20143.141%20251.867C142.588%20252.077%20141.961%20252.182%20141.261%20252.182C140.288%20252.182%20139.418%20251.961%20138.651%20251.521C137.888%20251.081%20137.284%20250.443%20136.84%20249.609C136.4%20248.774%20136.179%20247.764%20136.179%20246.578C136.179%20245.388%20136.403%20244.376%20136.851%20243.542C137.298%20242.707%20137.905%20242.072%20138.672%20241.635C139.439%20241.194%20140.302%20240.974%20141.261%20240.974C141.893%20240.974%20142.479%20241.063%20143.019%20241.241C143.562%20241.418%20144.043%20241.677%20144.463%20242.018C144.882%20242.356%20145.222%20242.769%20145.485%20243.259C145.752%20243.749%20145.922%20244.311%20145.997%20244.943ZM147.651%20252.032V241.123H155.001V243.025H149.957V245.624H154.623V247.526H149.957V250.131H155.023V252.032H147.651ZM165.96%20241.123V252.032H163.968L159.221%20245.166H159.142V252.032H156.835V241.123H158.859L163.568%20247.984H163.664V241.123H165.96ZM175.099%20244.65C175.024%20244.39%20174.92%20244.161%20174.785%20243.963C174.65%20243.76%20174.485%20243.59%20174.289%20243.451C174.098%20243.309%20173.877%20243.201%20173.629%20243.126C173.384%20243.052%20173.112%20243.014%20172.814%20243.014C172.256%20243.014%20171.766%20243.153%20171.344%20243.43C170.925%20243.707%20170.598%20244.11%20170.364%20244.639C170.129%20245.165%20170.012%20245.807%20170.012%20246.567C170.012%20247.327%20170.127%20247.974%20170.358%20248.506C170.589%20249.039%20170.916%20249.445%20171.338%20249.726C171.761%20250.003%20172.26%20250.141%20172.835%20250.141C173.357%20250.141%20173.803%20250.049%20174.172%20249.865C174.545%20249.676%20174.829%20249.412%20175.024%20249.071C175.223%20248.73%20175.323%20248.327%20175.323%20247.862L175.792%20247.931H172.979V246.194H177.544V247.569C177.544%20248.527%20177.342%20249.351%20176.937%20250.04C176.532%20250.726%20175.974%20251.255%20175.264%20251.628C174.554%20251.997%20173.741%20252.182%20172.825%20252.182C171.802%20252.182%20170.903%20251.956%20170.129%20251.505C169.355%20251.051%20168.751%20250.406%20168.318%20249.572C167.888%20248.733%20167.674%20247.739%20167.674%20246.589C167.674%20245.704%20167.801%20244.916%20168.057%20244.224C168.316%20243.527%20168.679%20242.938%20169.144%20242.455C169.609%20241.972%20170.151%20241.605%20170.768%20241.352C171.386%20241.1%20172.056%20240.974%20172.777%20240.974C173.395%20240.974%20173.97%20241.065%20174.502%20241.246C175.035%20241.423%20175.507%20241.676%20175.919%20242.002C176.335%20242.329%20176.674%20242.718%20176.937%20243.169C177.2%20243.616%20177.368%20244.11%20177.443%20244.65H175.099ZM179.277%20252.032V241.123H181.583V250.131H186.26V252.032H179.277ZM187.787%20252.032V241.123H195.138V243.025H190.094V245.624H194.76V247.526H190.094V250.131H195.159V252.032H187.787ZM199.278%20241.123V252.032H196.972V241.123H199.278ZM210.801%20244.943H208.468C208.426%20244.641%20208.339%20244.373%20208.207%20244.138C208.076%20243.9%20207.907%20243.698%20207.701%20243.531C207.495%20243.364%20207.257%20243.236%20206.987%20243.148C206.721%20243.059%20206.432%20243.014%20206.119%20243.014C205.554%20243.014%20205.063%20243.155%20204.644%20243.435C204.225%20243.712%20203.9%20244.117%20203.669%20244.65C203.438%20245.179%20203.323%20245.822%20203.323%20246.578C203.323%20247.356%20203.438%20248.009%20203.669%20248.538C203.903%20249.067%20204.23%20249.467%20204.649%20249.737C205.068%20250.007%20205.553%20250.141%20206.103%20250.141C206.412%20250.141%20206.698%20250.101%20206.961%20250.019C207.227%20249.937%20207.463%20249.818%20207.669%20249.662C207.875%20249.502%20208.046%20249.309%20208.181%20249.081C208.319%20248.854%20208.415%20248.595%20208.468%20248.304L210.801%20248.314C210.741%20248.815%20210.59%20249.298%20210.349%20249.763C210.111%20250.225%20209.789%20250.639%20209.384%20251.004C208.983%20251.367%20208.504%20251.654%20207.946%20251.867C207.392%20252.077%20206.765%20252.182%20206.066%20252.182C205.093%20252.182%20204.223%20251.961%20203.456%20251.521C202.692%20251.081%20202.089%20250.443%20201.645%20249.609C201.204%20248.774%20200.984%20247.764%20200.984%20246.578C200.984%20245.388%20201.208%20244.376%20201.655%20243.542C202.103%20242.707%20202.71%20242.072%20203.477%20241.635C204.244%20241.194%20205.107%20240.974%20206.066%20240.974C206.698%20240.974%20207.284%20241.063%20207.824%20241.241C208.367%20241.418%20208.848%20241.677%20209.267%20242.018C209.686%20242.356%20210.027%20242.769%20210.29%20243.259C210.556%20243.749%20210.727%20244.311%20210.801%20244.943ZM212.455%20252.032V241.123H214.762V245.624H219.444V241.123H221.745V252.032H219.444V247.526H214.762V252.032H212.455ZM223.647%20252.032V241.123H225.953V245.624H230.635V241.123H232.936V252.032H230.635V247.526H225.953V252.032H223.647ZM234.838%20252.032V241.123H242.189V243.025H237.145V245.624H241.811V247.526H237.145V250.131H242.21V252.032H234.838ZM246.329%20241.123V252.032H244.023V241.123H246.329ZM247.811%20243.025V241.123H256.771V243.025H253.431V252.032H251.151V243.025H247.811Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M85.1549%20266.261C85.1123%20265.831%2084.9294%20265.497%2084.6063%20265.259C84.2831%20265.021%2083.8446%20264.902%2083.2906%20264.902C82.9142%20264.902%2082.5963%20264.956%2082.3371%20265.062C82.0779%20265.165%2081.879%20265.309%2081.7405%20265.494C81.6056%20265.678%2081.5381%20265.888%2081.5381%20266.122C81.531%20266.318%2081.5718%20266.488%2081.6606%20266.634C81.753%20266.779%2081.879%20266.905%2082.0388%20267.012C82.1986%20267.115%2082.3833%20267.205%2082.5928%20267.284C82.8023%20267.358%2083.026%20267.422%2083.264%20267.475L84.2441%20267.71C84.7199%20267.816%2085.1567%20267.958%2085.5544%20268.136C85.9522%20268.313%2086.2966%20268.532%2086.5878%20268.791C86.879%20269.05%2087.1045%20269.356%2087.2643%20269.707C87.4277%20270.059%2087.5111%20270.462%2087.5147%20270.916C87.5111%20271.584%2087.3407%20272.163%2087.0033%20272.653C86.6695%20273.139%2086.1865%20273.518%2085.5544%20273.787C84.9259%20274.054%2084.1677%20274.187%2083.2799%20274.187C82.3993%20274.187%2081.6322%20274.052%2080.9788%20273.782C80.3289%20273.512%2079.8211%20273.113%2079.4554%20272.584C79.0932%20272.051%2078.9032%20271.392%2078.8854%20270.607H81.1173C81.1422%20270.973%2081.2469%20271.279%2081.4316%20271.524C81.6198%20271.765%2081.8701%20271.948%2082.1826%20272.072C82.4987%20272.193%2082.8556%20272.253%2083.2533%20272.253C83.6439%20272.253%2083.9831%20272.197%2084.2707%20272.083C84.5619%20271.969%2084.7874%20271.811%2084.9472%20271.609C85.107%20271.406%2085.1869%20271.174%2085.1869%20270.911C85.1869%20270.666%2085.1141%20270.46%2084.9685%20270.293C84.8265%20270.126%2084.6169%20269.984%2084.34%20269.867C84.0665%20269.75%2083.7309%20269.643%2083.3332%20269.547L82.1454%20269.249C81.2256%20269.025%2080.4994%20268.676%2079.9667%20268.2C79.4341%20267.724%2079.1695%20267.083%2079.1731%20266.277C79.1695%20265.616%2079.3453%20265.039%2079.7004%20264.546C80.0591%20264.052%2080.5509%20263.667%2081.1759%20263.39C81.8009%20263.113%2082.5111%20262.974%2083.3066%20262.974C84.1162%20262.974%2084.8229%20263.113%2085.4266%20263.39C86.0338%20263.667%2086.5061%20264.052%2086.8435%20264.546C87.1809%20265.039%2087.3549%20265.611%2087.3655%20266.261H85.1549ZM89.0661%20274.032V263.123H96.4169V265.025H91.3725V267.624H96.0387V269.526H91.3725V272.131H96.4382V274.032H89.0661ZM98.2506%20274.032V263.123H102.555C103.378%20263.123%20104.082%20263.271%20104.664%20263.565C105.25%20263.857%20105.696%20264.27%20106.001%20264.807C106.31%20265.339%20106.464%20265.966%20106.464%20266.687C106.464%20267.411%20106.308%20268.035%20105.996%20268.557C105.683%20269.075%20105.23%20269.473%20104.637%20269.75C104.048%20270.027%20103.334%20270.165%20102.496%20270.165H99.6143V268.312H102.123C102.563%20268.312%20102.929%20268.251%20103.22%20268.13C103.512%20268.01%20103.728%20267.829%20103.87%20267.587C104.016%20267.346%20104.089%20267.046%20104.089%20266.687C104.089%20266.325%20104.016%20266.019%20103.87%20265.771C103.728%20265.522%20103.51%20265.334%20103.215%20265.206C102.924%20265.075%20102.556%20265.009%20102.113%20265.009H100.557V274.032H98.2506ZM104.142%20269.068L106.853%20274.032H104.307L101.654%20269.068H104.142ZM110.401%20263.123V274.032H108.094V263.123H110.401ZM122.323%20268.578C122.323%20269.768%20122.098%20270.78%20121.647%20271.614C121.199%20272.449%20120.589%20273.086%20119.814%20273.526C119.044%20273.963%20118.177%20274.182%20117.215%20274.182C116.246%20274.182%20115.376%20273.961%20114.605%20273.521C113.834%20273.081%20113.225%20272.443%20112.778%20271.609C112.33%20270.774%20112.107%20269.764%20112.107%20268.578C112.107%20267.388%20112.33%20266.376%20112.778%20265.542C113.225%20264.707%20113.834%20264.072%20114.605%20263.635C115.376%20263.194%20116.246%20262.974%20117.215%20262.974C118.177%20262.974%20119.044%20263.194%20119.814%20263.635C120.589%20264.072%20121.199%20264.707%20121.647%20265.542C122.098%20266.376%20122.323%20267.388%20122.323%20268.578ZM119.985%20268.578C119.985%20267.807%20119.87%20267.157%20119.639%20266.628C119.411%20266.099%20119.09%20265.698%20118.675%20265.425C118.259%20265.151%20117.773%20265.014%20117.215%20265.014C116.658%20265.014%20116.171%20265.151%20115.756%20265.425C115.34%20265.698%20115.017%20266.099%20114.786%20266.628C114.559%20267.157%20114.445%20267.807%20114.445%20268.578C114.445%20269.349%20114.559%20269.998%20114.786%20270.527C115.017%20271.057%20115.34%20271.458%20115.756%20271.731C116.171%20272.005%20116.658%20272.141%20117.215%20272.141C117.773%20272.141%20118.259%20272.005%20118.675%20271.731C119.09%20271.458%20119.411%20271.057%20119.639%20270.527C119.87%20269.998%20119.985%20269.349%20119.985%20268.578ZM129.95%20266.261C129.907%20265.831%20129.724%20265.497%20129.401%20265.259C129.078%20265.021%20128.639%20264.902%20128.086%20264.902C127.709%20264.902%20127.391%20264.956%20127.132%20265.062C126.873%20265.165%20126.674%20265.309%20126.535%20265.494C126.401%20265.678%20126.333%20265.888%20126.333%20266.122C126.326%20266.318%20126.367%20266.488%20126.456%20266.634C126.548%20266.779%20126.674%20266.905%20126.834%20267.012C126.994%20267.115%20127.178%20267.205%20127.388%20267.284C127.597%20267.358%20127.821%20267.422%20128.059%20267.475L129.039%20267.71C129.515%20267.816%20129.952%20267.958%20130.349%20268.136C130.747%20268.313%20131.092%20268.532%20131.383%20268.791C131.674%20269.05%20131.899%20269.356%20132.059%20269.707C132.223%20270.059%20132.306%20270.462%20132.31%20270.916C132.306%20271.584%20132.136%20272.163%20131.798%20272.653C131.464%20273.139%20130.981%20273.518%20130.349%20273.787C129.721%20274.054%20128.963%20274.187%20128.075%20274.187C127.194%20274.187%20126.427%20274.052%20125.774%20273.782C125.124%20273.512%20124.616%20273.113%20124.25%20272.584C123.888%20272.051%20123.698%20271.392%20123.68%20270.607H125.912C125.937%20270.973%20126.042%20271.279%20126.226%20271.524C126.415%20271.765%20126.665%20271.948%20126.978%20272.072C127.294%20272.193%20127.651%20272.253%20128.048%20272.253C128.439%20272.253%20128.778%20272.197%20129.066%20272.083C129.357%20271.969%20129.582%20271.811%20129.742%20271.609C129.902%20271.406%20129.982%20271.174%20129.982%20270.911C129.982%20270.666%20129.909%20270.46%20129.763%20270.293C129.621%20270.126%20129.412%20269.984%20129.135%20269.867C128.861%20269.75%20128.526%20269.643%20128.128%20269.547L126.94%20269.249C126.021%20269.025%20125.294%20268.676%20124.762%20268.2C124.229%20267.724%20123.964%20267.083%20123.968%20266.277C123.964%20265.616%20124.14%20265.039%20124.495%20264.546C124.854%20264.052%20125.346%20263.667%20125.971%20263.39C126.596%20263.113%20127.306%20262.974%20128.101%20262.974C128.911%20262.974%20129.618%20263.113%20130.222%20263.39C130.829%20263.667%20131.301%20264.052%20131.638%20264.546C131.976%20265.039%20132.15%20265.611%20132.16%20266.261H129.95ZM136.167%20263.123V274.032H133.861V263.123H136.167ZM137.65%20265.025V263.123H146.609V265.025H143.269V274.032H140.989V265.025H137.65ZM148.632%20274.032H146.16L149.926%20263.123H152.899L156.659%20274.032H154.188L151.455%20265.616H151.37L148.632%20274.032ZM148.477%20269.744H154.316V271.545H148.477V269.744ZM149.788%20262.005C149.482%20262.005%20149.22%20261.898%20148.999%20261.685C148.779%20261.469%20148.669%20261.213%20148.669%20260.918C148.669%20260.616%20148.779%20260.361%20148.999%20260.151C149.22%20259.942%20149.482%20259.837%20149.788%20259.837C150.097%20259.837%20150.358%20259.942%20150.571%20260.151C150.787%20260.361%20150.896%20260.616%20150.896%20260.918C150.896%20261.213%20150.787%20261.469%20150.571%20261.685C150.358%20261.898%20150.097%20262.005%20149.788%20262.005ZM153.048%20262.005C152.742%20262.005%20152.48%20261.898%20152.259%20261.685C152.039%20261.469%20151.929%20261.213%20151.929%20260.918C151.929%20260.616%20152.039%20260.361%20152.259%20260.151C152.48%20259.942%20152.742%20259.837%20153.048%20259.837C153.357%20259.837%20153.618%20259.942%20153.831%20260.151C154.047%20260.361%20154.156%20260.616%20154.156%20260.918C154.156%20261.213%20154.047%20261.469%20153.831%20261.685C153.618%20261.898%20153.357%20262.005%20153.048%20262.005ZM156.224%20265.025V263.123H165.183V265.025H161.844V274.032H159.564V265.025H156.224Z%22%20fill%3D%22white%22%2F%3E%3Ccircle%20cx%3D%22176%22%20cy%3D%22269.032%22%20r%3D%222%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M186.718%20265.025V263.123H195.678V265.025H192.338V274.032H190.058V265.025H186.718ZM197.153%20274.032V263.123H204.504V265.025H199.46V267.624H204.126V269.526H199.46V272.131H204.526V274.032H197.153ZM208.218%20274.032H205.747L209.513%20263.123H212.485L216.246%20274.032H213.774L211.042%20265.616H210.956L208.218%20274.032ZM208.064%20269.744H213.902V271.545H208.064V269.744ZM217.559%20263.123H220.403L223.407%20270.453H223.535L226.54%20263.123H229.384V274.032H227.147V266.932H227.056L224.233%20273.979H222.71L219.887%20266.905H219.796V274.032H217.559V263.123ZM231.284%20274.032V263.123H235.588C236.416%20263.123%20237.121%20263.281%20237.703%20263.597C238.285%20263.91%20238.729%20264.345%20239.035%20264.902C239.344%20265.456%20239.498%20266.096%20239.498%20266.82C239.498%20267.545%20239.342%20268.184%20239.029%20268.738C238.717%20269.292%20238.264%20269.723%20237.671%20270.032C237.082%20270.341%20236.368%20270.496%20235.53%20270.496H232.786V268.647H235.157C235.601%20268.647%20235.967%20268.571%20236.254%20268.418C236.545%20268.262%20236.762%20268.047%20236.904%20267.774C237.05%20267.497%20237.122%20267.179%20237.122%20266.82C237.122%20266.458%20237.05%20266.142%20236.904%20265.872C236.762%20265.599%20236.545%20265.387%20236.254%20265.238C235.963%20265.085%20235.594%20265.009%20235.146%20265.009H233.591V274.032H231.284ZM240.996%20274.032V263.123H243.303V272.131H247.98V274.032H240.996ZM251.666%20274.032H249.194L252.96%20263.123H255.932L259.693%20274.032H257.221L254.489%20265.616H254.404L251.666%20274.032ZM251.511%20269.744H257.349V271.545H251.511V269.744ZM259.254%20263.123H261.837L264.325%20267.822H264.431L266.919%20263.123H269.502L265.523%20270.176V274.032H263.233V270.176L259.254%20263.123Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M174.821%2057.3808C178.578%2055.7237%20181.322%2055.7098%20183.458%2056.5419C185.385%2057.2928%20186.718%2058.7037%20187.787%2059.9042C190.285%2059.2394%20192.134%2059.4226%20193.285%2059.8437C194.968%2060.4596%20197.618%2061.6186%20200.129%2063.1074C202.614%2064.5805%20205.079%2066.4416%20206.258%2068.4951C206.587%2069.0671%20206.807%2069.8315%20206.96%2070.6962C207.113%2071.5714%20207.204%2072.5988%20207.247%2073.7285C207.332%2075.9884%20207.224%2078.7096%20207.006%2081.5419C206.596%2086.8883%20205.791%2092.6869%20205.134%2096.6503C208.747%2097.0366%20211.036%2097.9222%20212.383%2099.1757C213.842%20100.533%20214.092%20102.214%20213.882%20103.796C213.91%20104.117%20213.874%20104.437%20213.763%20104.751C213.473%20105.571%20212.743%20106.165%20211.856%20106.596C210.163%20107.419%20207.479%20107.855%20204.313%20107.961C204.489%20109.011%20204.689%20110.094%20204.917%20111.185C205.826%20115.533%20207.148%20119.936%20208.962%20122.917C209.072%20123.097%20209.09%20123.317%20209.012%20123.513C208.934%20123.708%20208.769%20123.856%20208.566%20123.911L204.88%20124.917C204.567%20125.002%20204.237%20124.85%20204.098%20124.556L202.538%20121.241L202.358%20124.31C202.337%20124.664%20202.044%20124.94%20201.689%20124.94H190.051C190.299%20125.288%20190.551%20125.666%20190.802%20126.078L191.517%20126.322C193.998%20127.179%20197.339%20128.424%20200.387%20129.636C202.13%20130.328%20203.782%20131.013%20205.128%20131.609C206.289%20132.124%20207.26%20132.589%20207.858%20132.946L208.091%20133.093L208.17%20133.154C208.194%20133.176%20208.217%20133.2%20208.238%20133.226C212.319%20138.201%20218.542%20146.033%20223.947%20153.362C226.649%20157.026%20229.152%20160.573%20231.083%20163.576C232.994%20166.55%20234.399%20169.073%20234.833%20170.662C235.421%20172.822%20234.391%20175.164%20232.711%20177.444C231.007%20179.755%20228.501%20182.181%20225.794%20184.573C223.093%20186.96%20220.119%20189.376%20217.521%20191.605C215.041%20193.734%20212.892%20195.702%20211.502%20197.415C214.263%20201.109%20217.295%20204.493%20220.542%20207.175C220.679%20207.288%20220.766%20207.451%20220.783%20207.629C220.799%20207.806%20220.744%20207.983%20220.63%20208.12C218.342%20210.867%20211.526%20215.982%20201.962%20215.439C202.211%20218.796%20202.359%20222.57%20202.359%20226.787C202.359%20227.157%20202.059%20227.457%20201.689%20227.457C201.682%20227.457%20201.675%20227.454%20201.668%20227.454L201.669%20227.457H175.344L175.341%20227.442C175.019%20227.501%20174.703%20227.321%20174.592%20227.016L174.573%20226.949L174.517%20226.715C174.252%20225.514%20173.833%20222.769%20173.607%20221.214C173.289%20221.059%20172.976%20220.882%20172.672%20220.691C172.186%20222.754%20171.418%20226.003%20171.181%20226.949C171.116%20227.211%20170.905%20227.396%20170.657%20227.443L170.654%20227.457H144.697L144.696%20227.455C144.332%20227.434%20144.052%20227.126%20144.066%20226.761C144.32%20220.414%20145.974%20213.789%20146.928%20210.736C143.692%20209.665%20140.531%20207.804%20137.867%20204.784C137.666%20204.556%20137.644%20204.221%20137.812%20203.969C139.911%20200.821%20143.396%20194.619%20146.492%20188.13C149.537%20181.746%20152.152%20175.19%20152.746%20171.008C152.808%20167.672%20152.706%20164.546%20152.488%20161.655C146.401%20172.403%20141.907%20178.421%20138.157%20181.376C136.176%20182.937%20134.362%20183.678%20132.602%20183.776C130.847%20183.874%20129.234%20183.328%20127.667%20182.484C127.124%20182.192%20126.599%20181.701%20126.098%20181.107C125.591%20180.507%20125.077%20179.763%20124.565%20178.923C123.541%20177.241%20122.496%20175.124%20121.501%20172.877C119.758%20168.942%20118.148%20164.559%20117.059%20161.308L116.711%20160.249C116.64%20160.185%20116.576%20160.105%20116.528%20159.998C116.399%20159.71%20116.485%20159.437%20116.52%20159.339C116.606%20159.095%20116.788%20158.834%20116.948%20158.623C117.293%20158.169%20117.786%20157.642%20118.129%20157.299C118.17%20157.259%20118.215%20157.226%20118.261%20157.198L118.219%20156.992C118.072%20156.274%20117.918%20155.509%20117.778%20154.794C117.638%20154.079%20117.511%20153.41%20117.42%20152.885C117.374%20152.622%20117.337%20152.391%20117.31%20152.207C117.298%20152.125%20117.286%20152.041%20117.278%20151.963C117.254%20151.942%20117.224%20151.917%20117.186%20151.888C117.002%20151.744%20116.721%20151.555%20116.352%20151.328C115.62%20150.877%20114.618%20150.321%20113.548%20149.733C112.486%20149.15%20111.358%20148.538%20110.394%20147.99C109.445%20147.451%20108.602%20146.944%20108.134%20146.57C107.908%20146.389%20107.758%20146.132%20107.654%20145.898C107.545%20145.653%20107.456%20145.364%20107.382%20145.052C107.236%20144.426%20107.134%20143.635%20107.073%20142.753C106.95%20140.985%20106.982%20138.772%20107.173%20136.607C107.364%20134.448%20107.715%20132.297%20108.245%20130.669C108.508%20129.859%20108.831%20129.134%20109.229%20128.599C109.623%20128.068%20110.175%20127.62%20110.898%20127.62C113.341%20127.62%20115.764%20128.461%20117.902%20129.417C117.881%20128.446%20117.896%20127.223%20117.995%20126.008C118.126%20124.4%20118.41%20122.673%20119.027%20121.593C119.74%20120.344%20120.713%20119.476%20121.663%20119.298C122.168%20119.203%20122.705%20119.306%20123.103%20119.714C123.48%20120.1%20123.628%20120.656%20123.628%20121.255C123.628%20122.299%20123.546%20123.91%20123.75%20125.702C123.953%20127.49%20124.436%20129.375%20125.518%20130.921C127.987%20134.447%20128.316%20139.945%20127.33%20144.373L128.515%20149.831C128.562%20149.822%20128.608%20149.813%20128.653%20149.807C129.023%20149.75%20129.41%20149.731%20129.659%20149.731H129.674C129.681%20149.732%20129.688%20149.733%20129.695%20149.733L129.744%20149.737C129.76%20149.739%20129.776%20149.742%20129.792%20149.745C129.793%20149.745%20129.795%20149.746%20129.796%20149.746C129.833%20149.754%20129.868%20149.764%20129.902%20149.777C129.908%20149.78%20129.915%20149.782%20129.921%20149.785C129.986%20149.813%20130.045%20149.85%20130.098%20149.896C130.106%20149.903%20130.114%20149.911%20130.122%20149.918C130.144%20149.94%20130.165%20149.963%20130.185%20149.988C130.192%20149.997%20130.198%20150.006%20130.205%20150.015C130.211%20150.024%20130.219%20150.033%20130.225%20150.043C130.235%20150.059%20130.243%20150.075%20130.252%20150.092C130.254%20150.097%20130.259%20150.102%20130.261%20150.107L130.288%20150.17L133.371%20158.539C135.368%20154.456%20138.151%20148.866%20140.69%20143.978C142.098%20141.268%20143.434%20138.768%20144.521%20136.858C145.064%20135.905%20145.549%20135.091%20145.952%20134.47C146.153%20134.159%20146.338%20133.89%20146.503%20133.673C146.66%20133.465%20146.825%20133.27%20146.986%20133.136C147.253%20132.913%20147.663%20132.683%20148.13%20132.454C148.612%20132.219%20149.206%20131.961%20149.878%20131.689C151.224%20131.145%20152.915%20130.534%20154.711%20129.918C158.27%20128.697%20162.274%20127.45%20164.906%20126.665C165.469%20126.001%20166.019%20125.425%20166.532%20124.94H158.806C158.541%20124.94%20158.301%20124.784%20158.194%20124.542L157.399%20122.755L156.377%20124.596C156.258%20124.808%20156.034%20124.94%20155.791%20124.94H147.751C147.501%20124.94%20147.271%20124.801%20147.156%20124.579C147.041%20124.358%20147.059%20124.09%20147.202%20123.886C148.079%20122.633%20148.808%20120.815%20149.363%20119.007C149.716%20117.857%20149.99%20116.735%20150.185%20115.806C148.972%20116.219%20147.785%20116.053%20147.204%20115.859C146.956%20115.777%20146.778%20115.558%20146.75%20115.298C146.721%20115.038%20146.847%20114.785%20147.071%20114.65C147.45%20114.423%20147.781%20114.175%20148.078%20113.817C148.376%20113.459%20148.665%20112.96%20148.916%20112.207C149.425%20110.68%20149.76%20108.172%20149.76%20103.834C149.76%2096.992%20151.248%2090.3558%20152.06%2087.4843C148.874%2084.2256%20146.256%2081.0532%20144.528%2078.6738L143.794%2077.664L157.848%2077.0683L157.858%2077.0517C159.331%2074.3755%20161.934%2070.1946%20164.967%2066.3271C167.979%2062.4876%20171.499%2058.8461%20174.821%2057.3808ZM206.132%20195.764C204.88%20196.616%20203.281%20197.27%20201.569%20196.959C200.051%20196.683%20199.064%20196.293%20198.231%20195.889C198.959%20197.632%20199.762%20200.241%20200.462%20203.792C201.017%20206.602%20201.51%20210.018%20201.855%20214.088C210.435%20214.641%20216.685%20210.363%20219.157%20207.758C216.011%20205.069%20213.088%20201.775%20210.434%20198.226C210.358%20198.255%20210.279%20198.281%20210.196%20198.298C209.679%20198.401%20209.176%20198.282%20208.743%20198.087C208.308%20197.891%20207.897%20197.599%20207.533%20197.285C206.983%20196.811%20206.495%20196.244%20206.132%20195.764ZM163.502%20128.489C161.037%20129.243%20157.951%20130.224%20155.146%20131.185C153.36%20131.798%20151.694%20132.401%20150.38%20132.932C149.723%20133.197%20149.161%20133.442%20148.718%20133.658C148.262%20133.881%20147.979%20134.054%20147.844%20134.166C147.805%20134.199%20147.715%20134.293%20147.571%20134.483C147.433%20134.664%20147.268%20134.903%20147.077%20135.198C146.694%20135.788%20146.224%20136.576%20145.686%20137.52C144.612%20139.408%20143.284%20141.891%20141.878%20144.597C139.098%20149.948%20136.022%20156.148%20134.011%20160.277L134.822%20162.478C134.912%20162.497%20135%20162.533%20135.079%20162.591L138.763%20165.271L138.817%20165.314C139.07%20165.541%20139.116%20165.926%20138.912%20166.207C138.708%20166.488%20138.326%20166.563%20138.033%20166.392L137.976%20166.354L135.619%20164.641L137.324%20169.267L137.343%20169.332C137.428%20169.661%20137.252%20170.007%20136.926%20170.127C136.579%20170.255%20136.194%20170.077%20136.066%20169.729L129.537%20152.009C127.845%20154.693%20125.242%20156.693%20122.921%20158.057C121.57%20158.85%20120.293%20159.441%20119.307%20159.834C118.846%20160.018%20118.444%20160.158%20118.126%20160.259L118.332%20160.885C119.411%20164.106%20121.004%20168.447%20122.725%20172.334C123.709%20174.556%20124.728%20176.615%20125.71%20178.226C126.2%20179.031%20126.675%20179.713%20127.123%20180.243C127.576%20180.78%20127.973%20181.127%20128.301%20181.304C129.749%20182.083%20131.11%20182.517%20132.527%20182.437C133.94%20182.359%20135.497%20181.765%20137.327%20180.324C141.021%20177.413%20145.657%20171.184%20152.19%20159.457C152.216%20159.409%20152.249%20159.367%20152.285%20159.329C151.373%20150.258%20149.365%20143.787%20148.026%20140.763L147.815%20140.304L147.789%20140.24C147.675%20139.921%20147.82%20139.56%20148.132%20139.411C148.445%20139.262%20148.816%20139.377%20148.993%20139.667L149.026%20139.728L149.247%20140.209C151.179%20144.566%20154.324%20155.462%20154.092%20170.669C154.113%20170.749%20154.122%20170.835%20154.111%20170.922C154.103%20170.983%20154.093%20171.044%20154.085%20171.106C154.024%20174.22%20153.825%20177.512%20153.442%20180.963C153.401%20181.331%20153.069%20181.595%20152.702%20181.555C152.334%20181.514%20152.069%20181.183%20152.11%20180.815C152.237%20179.671%20152.342%20178.544%20152.43%20177.436C151.224%20180.938%20149.524%20184.887%20147.702%20188.707C144.724%20194.949%20141.376%20200.947%20139.213%20204.273C143.043%20208.396%20147.905%20210.096%20152.503%20210.524C157.095%20210.952%20161.383%20210.102%20164.008%20209.165C164.431%20208.195%20164.827%20206.775%20165.185%20204.968C165.573%20203.013%20165.91%20200.65%20166.202%20197.996C166.614%20194.247%20166.931%20189.937%20167.171%20185.414L167.145%20184.911C166.692%20177.673%20164.215%20169.843%20161.942%20163.268C160.776%20159.894%20159.656%20156.831%20158.919%20154.396C158.549%20153.177%20158.267%20152.088%20158.121%20151.176C157.979%20150.29%20157.947%20149.464%20158.176%20148.833C158.735%20147.297%20159.88%20145.157%20161.058%20143.138C162.076%20141.394%20163.14%20139.708%20163.92%20138.518L161.274%20136.666L161.225%20136.471L160.414%20135.862C160.183%20135.689%20160.089%20135.388%20160.18%20135.114C161.058%20132.482%20162.258%20130.272%20163.502%20128.489ZM187.337%20196.399C187.032%20196.535%20186.72%20196.66%20186.41%20196.761L186.432%20196.833C186.777%20197.895%20187.418%20199.372%20188.374%20200.831C189.396%20202.393%20190.806%20203.98%20192.641%20205.004L193.014%20205.2L193.078%20205.227C193.395%20205.348%20193.759%20205.21%20193.914%20204.9C194.069%20204.59%20193.96%20204.218%20193.673%20204.036L193.614%20204.002L193.294%20203.832C191.711%20202.949%20190.445%20201.55%20189.494%20200.097C188.607%20198.742%20188.018%20197.377%20187.71%20196.427L187.656%20196.25C187.546%20196.301%20187.44%20196.353%20187.337%20196.399ZM169.528%20192.205C169.158%20192.205%20168.857%20192.505%20168.857%20192.875C168.857%20193.245%20169.158%20193.545%20169.528%20193.545H172.878V203.261C172.878%20203.631%20173.178%20203.93%20173.547%20203.931C173.917%20203.931%20174.218%20203.631%20174.218%20203.261V193.545H181.816C181.469%20193.195%20181.242%20192.737%20181.204%20192.205H169.528ZM208.525%20193.545C208.17%20193.983%20207.716%20194.469%20207.187%20194.936C207.503%20195.359%20207.936%20195.863%20208.409%20196.27C208.715%20196.534%20209.016%20196.741%20209.293%20196.865C209.571%20196.99%20209.78%20197.013%20209.933%20196.982C209.958%20196.977%20209.958%20196.976%20209.966%20196.961C209.986%20196.927%20210.028%20196.824%20210.018%20196.606C209.999%20196.165%20209.779%20195.451%20209.202%20194.516C209.013%20194.209%20208.787%20193.886%20208.525%20193.545ZM191.765%20127.831C192.797%20129.918%20193.742%20132.59%20194.309%20135.882C194.351%20136.124%20194.256%20136.37%20194.062%20136.522L189.792%20139.878C190.395%20141.158%20191.198%20142.926%20191.88%20144.576C192.267%20145.511%20192.619%20146.417%20192.876%20147.179C193.004%20147.559%20193.111%20147.912%20193.186%20148.22C193.259%20148.516%20193.314%20148.811%20193.314%20149.061C193.314%20149.258%20193.267%20149.478%20193.215%20149.674C193.161%20149.883%20193.083%20150.13%20192.994%20150.403C192.811%20150.964%20192.576%20151.643%20192.309%20152.492C191.782%20154.171%20191.165%20156.426%20190.795%20159.161C190.058%20164.603%20190.296%20171.971%20194.209%20180.504C194.217%20180.511%20194.225%20180.519%20194.233%20180.526C195.426%20181.647%20197.231%20183.252%20200.593%20185.434L201.799%20184.363C198.821%20178.702%20196.591%20173.419%20195.279%20169.764L195.025%20169.048L195.006%20168.981C194.928%20168.651%20195.111%20168.308%20195.439%20168.194C195.767%20168.081%20196.123%20168.238%20196.266%20168.546L196.293%20168.609L196.54%20169.313C197.503%20171.998%20198.979%20175.592%20200.892%20179.576C200.922%20171.844%20203.527%20164.026%20205.04%20160.644L201.155%20155.496C201.087%20155.407%20201.042%20155.301%20201.026%20155.19C199.926%20147.764%20202.621%20140.446%20204.116%20137.686C204.292%20137.361%20204.699%20137.241%20205.024%20137.417C205.349%20137.593%20205.47%20138%20205.294%20138.325C203.896%20140.906%20201.349%20147.837%20202.329%20154.827L215.538%20172.329C216.284%20171.899%20217.343%20171.408%20218.559%20171.064C220.067%20170.638%20221.868%20170.419%20223.628%20170.858C223.986%20170.948%20224.205%20171.312%20224.116%20171.671C224.026%20172.03%20223.662%20172.248%20223.303%20172.158C221.847%20171.794%20220.297%20171.966%20218.924%20172.354C217.578%20172.735%20216.453%20173.311%20215.832%20173.719L201.771%20186.181C201.86%20186.236%20201.95%20186.293%20202.041%20186.349C206.454%20189.065%20209.056%20191.729%20210.341%20193.812C210.759%20194.489%20211.048%20195.127%20211.21%20195.7C212.646%20194.108%20214.563%20192.378%20216.648%20190.588C219.295%20188.316%20222.205%20185.958%20224.907%20183.57C227.602%20181.189%20230.016%20178.839%20231.631%20176.648C233.269%20174.427%20233.955%20172.54%20233.54%20171.015C233.169%20169.655%20231.883%20167.298%20229.956%20164.3C228.047%20161.331%20225.562%20157.812%20222.868%20154.158C217.51%20146.893%20211.341%20139.126%20207.269%20134.159C206.792%20133.859%20205.854%20133.396%20204.585%20132.834C203.261%20132.247%20201.625%20131.571%20199.892%20130.882C197.131%20129.784%20194.133%20128.663%20191.765%20127.831ZM190.539%20179.542C189.431%20179.384%20187.062%20179.381%20184.783%20179.423C182.557%20179.464%20180.417%20179.549%20179.913%20179.549C179.847%20179.549%20179.739%20179.585%20179.633%20179.735C179.527%20179.886%20179.466%20180.1%20179.49%20180.312C179.512%20180.509%20179.607%20180.714%20179.837%20180.882C180.076%20181.057%20180.51%20181.224%20181.253%20181.224C184.346%20181.224%20186.583%20180.573%20189.935%20182.141L190.263%20182.3L190.284%20182.311C190.286%20182.313%20190.289%20182.314%20190.292%20182.315L190.323%20182.333C190.338%20182.342%20190.351%20182.355%20190.365%20182.365C190.379%20182.376%20190.393%20182.387%20190.407%20182.398C190.421%20182.411%20190.435%20182.425%20190.448%20182.439C190.465%20182.457%20190.482%20182.475%20190.497%20182.495C190.504%20182.505%20190.509%20182.515%20190.516%20182.525C190.532%20182.549%20190.548%20182.573%20190.561%20182.6C190.571%20182.619%20190.578%20182.639%20190.586%20182.659C190.593%20182.678%20190.602%20182.695%20190.608%20182.715C190.611%20182.726%20190.611%20182.739%20190.614%20182.75C190.621%20182.781%20190.628%20182.811%20190.63%20182.843C190.632%20182.859%20190.63%20182.876%20190.63%20182.893C190.631%20182.917%20190.631%20182.942%20190.628%20182.967C190.627%20182.985%20190.622%20183.003%20190.619%20183.02C190.614%20183.046%20190.61%20183.071%20190.602%20183.097C190.597%20183.112%20190.59%20183.127%20190.585%20183.142C190.577%20183.16%20190.572%20183.18%20190.563%20183.198C190.561%20183.202%20190.557%20183.205%20190.555%20183.209C190.542%20183.235%20190.525%20183.259%20190.508%20183.283C190.5%20183.295%20190.493%20183.307%20190.484%20183.318C190.468%20183.338%20190.45%20183.356%20190.431%20183.374C190.417%20183.388%20190.404%20183.402%20190.389%20183.414C190.374%20183.427%20190.357%20183.437%20190.34%20183.448C190.321%20183.461%20190.303%20183.475%20190.283%20183.486C190.262%20183.498%20190.24%20183.505%20190.217%20183.515C190.2%20183.522%20190.183%20183.53%20190.165%20183.536C190.159%20183.538%20190.153%20183.542%20190.147%20183.544C189.016%20183.867%20186.694%20184.721%20184.593%20185.766C183.543%20186.288%20182.571%20186.846%20181.837%20187.397C181.471%20187.673%20181.179%20187.936%20180.968%20188.179C180.754%20188.426%20180.653%20188.619%20180.619%20188.757C180.515%20189.17%20180.645%20189.445%20180.867%20189.636C181.118%20189.852%20181.517%20189.977%20181.913%20189.937C182.004%20189.928%20182.093%20189.938%20182.175%20189.964C182.355%20189.778%20182.549%20189.6%20182.752%20189.433C183.46%20188.849%20184.36%20188.306%20185.307%20187.832C187.197%20186.886%20189.385%20186.159%20190.863%20185.923C191.228%20185.865%20191.572%20186.113%20191.63%20186.478C191.689%20186.844%20191.44%20187.187%20191.075%20187.246C189.761%20187.456%20187.703%20188.131%20185.907%20189.03C185.012%20189.478%20184.208%20189.97%20183.604%20190.467C182.981%20190.98%20182.659%20191.429%20182.573%20191.772C182.47%20192.186%20182.6%20192.46%20182.821%20192.651C183.072%20192.868%20183.472%20192.993%20183.867%20192.953C183.881%20192.952%20183.896%20192.954%20183.911%20192.953C184.019%20192.866%20184.135%20192.785%20184.258%20192.711C185.083%20192.216%20186.463%20191.352%20188.016%20190.662C189.46%20190.02%20191.14%20189.487%20192.735%20189.577L193.052%20189.603L193.12%20189.615C193.452%20189.687%20193.682%20189.999%20193.644%20190.344C193.606%20190.688%20193.313%20190.942%20192.973%20190.939L192.905%20190.935L192.653%20190.915C191.385%20190.845%20189.944%20191.272%20188.561%20191.887C187.1%20192.536%20185.798%20193.349%20184.948%20193.859C184.371%20194.206%20184.209%20194.706%20184.264%20195.027C184.291%20195.185%20184.371%20195.321%20184.507%20195.425C184.647%20195.53%20184.887%20195.63%20185.273%20195.63C185.621%20195.63%20186.113%20195.477%20186.79%20195.175C187.471%20194.871%20188.164%20194.502%20189.006%20194.102C190.595%20193.35%20192.537%20192.58%20194.45%20192.963C195.352%20193.143%20196.052%20193.372%20196.65%20193.62C196.844%20193.616%20197.036%20193.697%20197.17%20193.852C197.531%20194.022%20197.861%20194.195%20198.188%20194.366C199.123%20194.854%20200.06%20195.323%20201.809%20195.641C203.039%20195.864%20204.283%20195.406%20205.39%20194.649C206.355%20193.99%20207.15%20193.148%20207.645%20192.499C206.269%20190.996%20204.227%20189.269%20201.337%20187.49C196.939%20184.783%20194.725%20182.828%20193.315%20181.503C191.858%20180.134%20191.45%20179.672%20190.539%20179.542ZM171.873%20187.85C171.133%20187.85%20170.533%20188.45%20170.533%20189.19C170.533%20189.93%20171.133%20190.53%20171.873%20190.53C172.612%20190.53%20173.212%20189.93%20173.212%20189.19C173.212%20188.45%20172.613%20187.85%20171.873%20187.85ZM169.571%20136.917C168.989%20139.151%20168.62%20142.326%20168.855%20146.681C169.192%20152.906%20169.275%20166.58%20168.772%20179.742C168.719%20181.138%20168.657%20182.528%20168.59%20183.904H185.273C185.31%20183.904%20185.346%20183.909%20185.381%20183.915C186.317%20183.498%20187.24%20183.128%20188.043%20182.834C185.8%20182.133%20184.114%20182.563%20181.253%20182.563C180.32%20182.563%20179.581%20182.355%20179.046%20181.965C178.502%20181.567%20178.22%20181.017%20178.158%20180.461C178.098%20179.919%20178.246%20179.378%20178.538%20178.964C178.83%20178.549%20179.309%20178.209%20179.913%20178.209C180.414%20178.209%20182.462%20178.125%20184.758%20178.083C186.41%20178.052%20188.195%20178.043%20189.515%20178.11C183.764%20170.575%20181.575%20163.492%20181.087%20157.196C180.576%20150.59%20181.942%20144.884%20182.945%20140.536C183.121%20139.773%20183.264%20139.071%20183.381%20138.425C181.937%20139.537%20179.685%20140.686%20176.897%20140.686C174.833%20140.686%20173.021%20139.827%20171.618%20138.798C170.806%20138.202%20170.115%20137.535%20169.571%20136.917ZM205.968%20161.874C204.269%20165.957%20201.621%20174.654%20202.356%20182.501C202.357%20182.509%20202.355%20182.517%20202.355%20182.524C202.512%20182.831%20202.671%20183.138%20202.833%20183.447L214.467%20173.136L205.968%20161.874ZM121.91%20120.615C121.519%20120.689%20120.817%20121.16%20120.19%20122.257C119.735%20123.053%20119.461%20124.509%20119.33%20126.117C119.21%20127.584%20119.218%20129.069%20119.263%20130.058C119.72%20130.28%20120.16%20130.497%20120.578%20130.706C121.25%20131.042%20121.695%20131.533%20121.93%20132.121C122.159%20132.693%20122.17%20133.305%20122.08%20133.866C121.933%20134.774%20121.503%20135.666%20121.088%20136.323C121.644%20137.271%20121.552%20138.31%20121.245%20139.17C120.952%20139.989%20120.444%20140.718%20119.997%20141.225C120.166%20141.731%20120.185%20142.25%20120.107%20142.744C119.995%20143.454%20119.684%20144.12%20119.34%20144.667C119.57%20145.173%20119.586%20145.707%20119.406%20146.201C119.193%20146.782%20118.736%20147.251%20118.181%20147.56C117.062%20148.185%20115.43%20148.245%20113.893%20147.284C113.58%20147.088%20113.484%20146.675%20113.68%20146.361C113.864%20146.067%20114.239%20145.965%20114.544%20146.115L114.603%20146.148L114.817%20146.273C115.883%20146.85%20116.899%20146.742%20117.528%20146.391C117.868%20146.201%20118.068%20145.957%20118.147%20145.741C118.218%20145.546%20118.212%20145.327%20118.045%20145.078C118.044%20145.076%20118.028%20145.055%20117.986%20145.018C117.942%20144.979%20117.881%20144.932%20117.798%20144.879C117.632%20144.771%20117.407%20144.652%20117.129%20144.526C116.575%20144.276%20115.862%20144.025%20115.104%20143.8C113.566%20143.342%20111.969%20143.031%20111.233%20143.031C110.863%20143.031%20110.563%20142.731%20110.563%20142.361C110.563%20141.991%20110.863%20141.691%20111.233%20141.691C112.173%20141.691%20113.925%20142.051%20115.486%20142.515C116.277%20142.75%20117.052%20143.022%20117.68%20143.306C117.931%20143.419%20118.166%20143.538%20118.375%20143.661C118.572%20143.296%20118.724%20142.911%20118.784%20142.535C118.865%20142.02%20118.778%20141.541%20118.423%20141.115C118.179%20140.822%20117.743%20140.518%20117.128%20140.226C116.523%20139.938%20115.798%20139.687%20115.031%20139.473C113.497%20139.044%20111.86%20138.78%20110.828%20138.672C110.46%20138.633%20110.193%20138.303%20110.232%20137.935C110.271%20137.568%20110.601%20137.301%20110.968%20137.34C112.058%20137.455%20113.772%20137.728%20115.392%20138.182C116.202%20138.408%20117.006%20138.684%20117.703%20139.015C118.284%20139.291%20118.831%20139.626%20119.244%20140.032C119.528%20139.66%20119.811%20139.201%20119.983%20138.719C120.244%20137.988%20120.227%20137.316%20119.763%20136.76C119.519%20136.467%20119.084%20136.162%20118.468%20135.87C117.864%20135.583%20117.138%20135.332%20116.371%20135.117C114.837%20134.688%20113.2%20134.425%20112.168%20134.316C111.8%20134.277%20111.533%20133.949%20111.572%20133.581C111.611%20133.213%20111.94%20132.946%20112.308%20132.984C113.398%20133.099%20115.111%20133.373%20116.732%20133.826C117.542%20134.053%20118.346%20134.329%20119.043%20134.66C119.434%20134.846%20119.808%20135.059%20120.138%20135.301C120.416%20134.802%20120.666%20134.213%20120.756%20133.652C120.822%20133.246%20120.798%20132.897%20120.687%20132.619C120.582%20132.357%20120.379%20132.105%20119.979%20131.905C117.267%20130.549%20114.062%20128.96%20110.898%20128.96C110.784%20128.96%20110.581%20129.026%20110.304%20129.398C110.031%20129.766%20109.764%20130.334%20109.52%20131.084C109.035%20132.575%20108.695%20134.612%20108.508%20136.725C108.322%20138.831%20108.292%20140.974%20108.41%20142.66C108.469%20143.505%20108.563%20144.218%20108.687%20144.746C108.749%20145.01%20108.815%20145.211%20108.878%20145.353C108.947%20145.507%20108.988%20145.537%20108.971%20145.523C109.342%20145.82%20110.09%20146.276%20111.056%20146.825C112.008%20147.366%20113.121%20147.969%20114.194%20148.558C115.26%20149.143%20116.289%20149.717%20117.054%20150.187C117.434%20150.421%20117.768%20150.641%20118.012%20150.832C118.132%20150.926%20118.251%20151.03%20118.347%20151.138C118.395%20151.192%20118.452%20151.262%20118.499%20151.348C118.543%20151.428%20118.603%20151.566%20118.603%20151.742C118.603%20151.746%20118.605%20151.767%20118.61%20151.814C118.615%20151.865%20118.623%20151.933%20118.635%20152.016C118.659%20152.181%20118.695%20152.397%20118.74%20152.653C118.829%20153.166%20118.954%20153.825%20119.093%20154.537C119.332%20155.756%20119.612%20157.121%20119.828%20158.153C120.559%20157.821%20121.385%20157.405%20122.243%20156.901C124.16%20155.775%20126.188%20154.242%20127.691%20152.303C127.681%20152.276%20127.671%20152.248%20127.665%20152.22L127.42%20151.099C127.333%20150.962%20127.301%20150.801%20127.322%20150.645L125.989%20144.514C125.968%20144.417%20125.969%20144.317%20125.991%20144.221C126.973%20139.964%20126.613%20134.824%20124.42%20131.689C123.157%20129.886%20122.634%20127.751%20122.419%20125.853C122.203%20123.961%20122.289%20122.221%20122.289%20121.255C122.289%20120.849%20122.186%20120.692%20122.144%20120.649C122.124%20120.628%20122.074%20120.584%20121.91%20120.615ZM183.666%20126.888C181.683%20127.925%20179.535%20128.625%20177.355%20128.625C175.353%20128.625%20173.373%20128.118%20171.507%20127.318C172.007%20128.977%20172.41%20131.114%20172.205%20133.377C172.171%20133.745%20171.844%20134.017%20171.476%20133.983C171.227%20133.961%20171.024%20133.802%20170.928%20133.589C170.643%20134.029%20170.338%20134.618%20170.05%20135.385C170.564%20136.074%20171.377%20136.958%20172.411%20137.717C173.671%20138.641%20175.21%20139.346%20176.897%20139.346C180.329%20139.346%20182.846%20137.326%20183.697%20136.302C183.784%20135.512%20183.817%20134.844%20183.814%20134.282C183.764%20134.299%20183.712%20134.313%20183.658%20134.318C183.313%20134.349%20183.005%20134.112%20182.94%20133.779L182.93%20133.712L182.908%20133.421C182.753%20131.128%20183.202%20128.691%20183.666%20126.888ZM161.11%2095.4579C160.774%2095.4628%20160.408%2095.5318%20160.041%2095.8681C159.634%2096.2404%20159.148%2097.0109%20158.791%2098.6181C158.419%20100.289%20157.486%20101.574%20156.393%20102.366C155.91%20102.716%20155.378%20102.979%20154.838%20103.13C154.902%20103.856%20154.998%20104.77%20155.123%20105.668C155.294%20106.904%20155.509%20108.027%20155.743%20108.61C156.033%20109.336%20156.287%20109.557%20156.54%20109.726C156.807%20109.904%20157.377%20110.167%20157.94%20110.73C158.561%20111.351%20158.906%20112.245%20159.289%20113.2C159.687%20114.195%20160.174%20115.41%20161.057%20116.892C161.902%20118.308%20164.16%20120.927%20167.155%20123.191C170.153%20125.458%20173.78%20127.285%20177.355%20127.285C180.899%20127.285%20184.513%20125.154%20187.413%20122.711C188.849%20121.501%20190.082%20120.237%20191.008%20119.176C191.947%20118.1%20192.537%20117.27%20192.72%20116.923C193.49%20115.462%20193.474%20115.079%20193.771%20114.014V113.949C191.629%20112.083%20191.584%20109.533%20191.31%20107.614C191.092%20106.089%20190.036%20104.668%20188.726%20103.65C188.593%20104.788%20188.08%20107.183%20186.915%20107.184C185.437%20107.184%20184.539%20105.537%20184.761%20103.336C184.072%20103.725%20183.418%20104.112%20182.944%20104.404C182.629%20104.598%20182.216%20104.5%20182.022%20104.185C181.84%20103.889%20181.916%20103.508%20182.185%20103.302L182.242%20103.263L182.811%20102.918C182.841%20102.9%20182.871%20102.882%20182.901%20102.864C180.972%20102.891%20179.007%20102.822%20177.024%20102.611C171.614%20102.037%20166.09%2099.1405%20161.11%2095.4579ZM200.962%20123.6H201.057L201.089%20123.04L200.962%20123.6ZM183.771%20117.255C184.043%20117.187%20184.329%20117.295%20184.487%20117.527C184.645%20117.759%20184.641%20118.065%20184.478%20118.294C183.891%20119.116%20182.846%20120.334%20181.591%20121.355C180.358%20122.359%20178.809%20123.265%20177.232%20123.265C175.655%20123.264%20174.107%20122.359%20172.874%20121.355C171.619%20120.334%20170.574%20119.116%20169.987%20118.294C169.824%20118.065%20169.82%20117.759%20169.978%20117.527C170.136%20117.295%20170.422%20117.187%20170.694%20117.255C172.027%20117.588%20175.176%20118.239%20177.232%20118.239C179.288%20118.239%20182.438%20117.588%20183.771%20117.255ZM182.172%20118.976C180.641%20119.277%20178.707%20119.58%20177.232%20119.58C175.757%20119.58%20173.824%20119.277%20172.293%20118.976C172.715%20119.425%20173.197%20119.892%20173.718%20120.316C174.886%20121.267%20176.129%20121.925%20177.232%20121.925C178.335%20121.925%20179.579%20121.267%20180.747%20120.316C181.268%20119.892%20181.75%20119.425%20182.172%20118.976ZM175.353%20111.28C175.957%20111.087%20176.624%20111.301%20177.08%20111.501C177.452%20111.664%20177.802%20111.872%20178.071%20112.056L178.31%20112.228L178.363%20112.273C178.61%20112.506%20178.645%20112.894%20178.434%20113.169C178.223%20113.444%20177.84%20113.509%20177.551%20113.331L177.495%20113.293L177.31%20113.159C177.101%20113.017%20176.825%20112.853%20176.542%20112.728C176.123%20112.545%20175.861%20112.525%20175.761%20112.557C175.681%20112.582%20175.542%20112.653%20175.348%20112.789C175.163%20112.92%20174.959%20113.088%20174.753%20113.273C174.339%20113.645%20173.948%20114.06%20173.718%20114.324C173.476%20114.603%20173.051%20114.633%20172.772%20114.391C172.493%20114.148%20172.464%20113.724%20172.707%20113.444C172.965%20113.147%20173.395%20112.691%20173.856%20112.276C174.087%20112.069%20174.333%20111.865%20174.577%20111.693C174.812%20111.528%20175.082%20111.367%20175.353%20111.28ZM207.343%20100.6C206.171%20100.484%20204.853%20100.511%20203.402%20100.625L203.44%20101.133C203.567%20102.643%20203.783%20104.544%20204.099%20106.626C207.293%20106.532%20209.81%20106.101%20211.27%20105.391C212.024%20105.024%20212.381%20104.639%20212.5%20104.305C212.605%20104.006%20212.58%20103.568%20212.117%20102.918C211.113%20101.509%20209.535%20100.816%20207.343%20100.6ZM166.511%20100.483C166.714%20100.483%20166.928%20100.536%20167.11%20100.592C167.305%20100.652%20167.521%20100.734%20167.747%20100.83C168.198%20101.022%20168.726%20101.282%20169.262%20101.565C170.068%20101.991%20170.918%20102.479%20171.602%20102.887L172.223%20103.263L172.28%20103.302C172.549%20103.508%20172.624%20103.889%20172.443%20104.185C172.249%20104.499%20171.836%20104.598%20171.521%20104.404C170.951%20104.053%20170.121%20103.564%20169.282%20103.101C169.131%20104.387%20168.608%20106.514%20167.456%20106.514C165.927%20106.513%20165.071%20104.882%20165.347%20102.262C165.038%20102.415%20164.705%20102.594%20164.371%20102.783C163.898%20103.05%20163.434%20103.329%20163.041%20103.565C162.663%20103.792%20162.318%20103.999%20162.121%20104.098C161.912%20104.202%20161.695%20104.217%20161.534%20104.211C161.364%20104.204%20161.191%20104.171%20161.03%20104.13C160.707%20104.046%20160.348%20103.905%20160.003%20103.749C159.483%20103.513%20158.942%20103.218%20158.508%20102.964L158.116%20102.726L158.059%20102.687C157.791%20102.479%20157.719%20102.097%20157.903%20101.803C158.087%20101.509%20158.462%20101.408%20158.766%20101.558L158.827%20101.591L159.19%20101.81C159.591%20102.046%20160.089%20102.316%20160.557%20102.528C160.871%20102.671%20161.149%20102.776%20161.365%20102.832C161.464%20102.857%20161.533%20102.867%20161.576%20102.87C161.728%20102.789%20161.992%20102.631%20162.351%20102.416C162.743%20102.181%20163.221%20101.894%20163.712%20101.617C164.2%20101.341%20164.713%20101.068%20165.176%20100.861C165.606%20100.67%20166.101%20100.483%20166.511%20100.483ZM146.366%2078.8964C149.098%2082.4868%20153.504%2087.4685%20158.685%2091.8329C164.39%2096.6388%20170.939%20100.617%20177.165%20101.278C185.098%20102.121%20192.727%20100.66%20199.076%2099.7734C202.224%2099.3335%20205.09%2099.0305%20207.475%2099.2656C209.297%2099.4452%20210.898%2099.947%20212.139%20100.984C211.97%20100.694%20211.751%20100.417%20211.471%20100.157C210.354%2099.1175%20208.183%2098.2295%20204.165%2097.9052L204.166%2097.8915C178.967%2096.5893%20163.526%2084.7943%20158.38%2078.3867L146.366%2078.8964ZM182.971%2057.791C181.256%2057.1228%20178.891%2057.0493%20175.361%2058.6064C172.369%2059.926%20169.025%2063.3248%20166.021%2067.1542C165.24%2068.1505%20164.487%2069.1686%20163.776%2070.1757C168.839%2075.4271%20183.435%2085.7895%20204.957%2088.4394C205.238%2086.1445%20205.493%2083.7483%20205.67%2081.4394C205.886%2078.6307%20205.99%2075.9667%20205.908%2073.7792C205.867%2072.6853%20205.78%2071.7225%20205.64%2070.9277C205.499%2070.1229%20205.31%2069.5362%20205.095%2069.162C204.1%2067.43%20201.903%2065.7171%20199.446%2064.2607C197.016%2062.82%20194.443%2061.6935%20192.825%2061.1015C191.751%2060.7087%20189.517%2060.4912%20186.134%2061.8788C185.792%2062.0192%20185.401%2061.855%20185.26%2061.5126C185.12%2061.1704%20185.283%2060.7791%20185.626%2060.6386C185.882%2060.5336%20186.133%2060.4366%20186.378%2060.3476C185.428%2059.3162%20184.379%2058.3398%20182.971%2057.791Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E);height:217px;width:217px;background-repeat:no-repeat;background-size:217px 217px;position:absolute;right:50px;bottom:-65px}.stelle__box{margin:0 0 32px}.stelle__box p{display:block;margin:0 0 20px;font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:15px;line-height:1.3333333333;text-transform:uppercase}.stelle__box ul{padding:0;margin-top:0;margin-bottom:0;list-style:none}.stelle__box li{word-break:break-word;hyphens:auto;-webkit-box-flex:0;-ms-flex:0 0 33.333%;flex:0 0 33.333%;max-width:33.333%;position:relative;min-height:1px;padding-right:12.5px;padding-left:12.5px;margin:0 0 16px;font-size:15px;line-height:1.3333333333}@media (max-width:767px){.stelle__box li{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:1px) and (max-width:575px){.stelle__box li{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.stelle__details ul{margin:0 0 32px;padding:0;list-style:none}.stelle__details ul li{padding-left:20px;font-size:14px;font-family:Arial,Helvetica,sans-serif;position:relative}.stelle__details ul li::before{content:"+";font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;line-height:20px;height:20px;position:absolute;left:0;top:0}.stelle__details ul li::marker{content:""}.stelle__section{border-bottom:2px solid #163556;padding-bottom:16px;margin-bottom:48px}@media (max-width:1096px){.stelle__section{border-bottom:none;padding-bottom:0;margin-bottom:0}}.stelle__section.stelle__section--last{border:none;display:flex;flex-direction:column;gap:32px;padding-bottom:0;margin-bottom:0}@media (max-width:1096px){.stelle__section.stelle__section--last{border-bottom:2px solid #163556;padding-bottom:32px;gap:16px}}.stelle__section.stelle__section--last>div,.stelle__section.stelle__section--last a{width:100%;min-width:100%}.stelle__buttons p{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0}.stelle__buttons ul{margin:0;padding:0;list-style:none}.stelle__buttons li{display:block;margin:0 0 10px;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;max-width:50px;position:relative;min-height:1px;padding-right:5px;padding-left:5px}.stelle__buttons a{height:40px;line-height:40px;font-size:16px}.stelle__buttons a::before{color:#fff;line-height:40px;font-size:18px;background:#8a6a2a;width:40px;height:40px;border-radius:50%;transition:all 0.4s;box-shadow:0 0 0 rgba(0,0,0,0)}.stelle__buttons a:hover{text-decoration:none}.stelle__buttons a:hover::before{background:#163556;text-decoration:none;box-shadow:0 0 3px rgba(0,0,0,.3)}.stelle__socials{margin-top:32px}.stelle__socials a{width:50px}.stelle__socials h3{text-transform:capitalize}.stelle__button{padding-left:unset!important}.stelle__button:before{content:""!important}.stelle__button--facebook a::before{content:"\e900"}.stelle__button--twitter a::before{content:"\f099"}.stelle__button--linkedin a::before{content:"\e902"}.stelle__button--xing a::before{content:"\e901"}.stelle__button--whatsapp a::before{content:"\f232"}.stelle__button--telegram a::before{content:"\e904"}.stelle__button--mail a::before{content:"\e800"}.stelle__button--print a::before{content:"\e801"}.stelle__button--form a::before{content:"\f0f6"}.stelle__button--indeed a::before{content:"\e905"}.stelle__more a{margin:0;border-color:#163556!important}.stelle__link2form{margin:0;border-color:#163556!important}.stelle__back{position:relative;max-width:1463px;margin:0 auto;z-index:1}.stelle__back a{position:absolute;top:32px;left:50px;margin:0;padding-left:50px;background-color:#fff;border:none;max-width:fit-content}.stelle__back a::before{content:"";background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='18px' viewBox='0 0 11 18'%3E%3Cpath d='M10 1L2 9L10 17' stroke='%23163556' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:32px 16px;width:32px;height:16px;display:block;position:absolute;left:15px;top:50%;transform:translate(0,-50%);margin-top:2px}.stelle__back a:hover{background-color:#fff;color:#163556!important}@media (max-width:1096px){.stelle__back{display:none}}.jobs__highlights h1,.jobs__highlights h2{text-align:center}.jobs__highlights--animated .jobs__carousel{position:relative;min-height:125px;max-width:590px;margin-left:auto;margin-right:auto}.jobs__highlights--animated .jobs__item{position:absolute;left:0;top:0;width:100%;z-index:1;overflow:hidden;min-height:125px;padding-left:25px;padding-right:25px}.jobs__highlights--animated .jobs__item h3{-ms-transform:translateY(-125px);-webkit-transform:translateY(-125px);-moz-transform:translateY(-125px);-o-transform:translateY(-125px);transform:translateY(-125px)}.jobs__highlights--animated .jobs__item p{-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}.jobs__highlights--animated .jobs__item.active{z-index:3}.jobs__highlights--animated .jobs__item.active h3{-ms-transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);transition:all 0.3s;transition-delay:0.3s}.jobs__highlights--animated .jobs__item.active p{-ms-transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);transition:all 0.3s;transition-delay:0.6s}.jobs__highlights--animated .jobs__item.old{z-index:2}.jobs__highlights--animated .jobs__item.old h3{-ms-transform:translateY(-125px);-webkit-transform:translateY(-125px);-moz-transform:translateY(-125px);-o-transform:translateY(-125px);transform:translateY(-125px);transition:all 0.3s;transition-delay:0s}.jobs__highlights--animated .jobs__item.old p{-ms-transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);transition:all 0.3s;transition-delay:0.3s}.jobs__list .jobs__item{max-width:540px;margin-left:auto;margin-right:auto}.jobs__single__image{color:#163556;text-shadow:1px 2px 3px rgba(0,0,0,.2);position:relative;top:-50px}.slidequotes blockquote p{font-size:30px;margin-bottom:45px}@media (max-width:767px){.slidequotes blockquote p{font-size:24px}}@media (min-width:1px) and (max-width:575px){.slidequotes blockquote p{font-size:20px}}.slidequotes figure{margin-bottom:25px}.slidequotes figcaption{font-style:italic}.slidequotes .carousel-indicators{position:relative;left:50%;top:0;right:auto;bottom:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:35px auto}.slidequotes .carousel-indicators li{width:10px;height:10px;border-radius:5px;margin:0 5px}.cookies__banner{position:relative;z-index:5}body>.cookies__banner{position:fixed;bottom:0;left:0;background:rgba(11,27,50,.95);box-shadow:0 0 5px rgba(0,0,0,.2);width:100%;color:#fff}body>.cookies__banner .cookies__banner__inner{padding:15px;font-size:.9375rem}@media (min-width:1px) and (max-width:575px){body>.cookies__banner .cookies__banner__inner{font-size:.875rem}}.cookies__banner .list-group-item{color:#163556}.cookies__banner__inner .card{color:#163556}.cookies__banner__inner .card a{color:inherit}#main-content .cookies__banner__inner .card a{color:inherit}.cookies__banner__inner .card a[aria-expanded=true]{color:#a05d04}.cookies__banner__inner .cookies-link2modal{color:#fff;text-decoration:underline}#main-content .cookies__banner__inner .cookies-link2modal{color:#163556}.modal .cookies__banner__inner .cookies-link2modal{color:#163556}.cookies__form{font-size:.875rem}.cookies__form fieldset{margin:0 0 15px}.cookies__form label{font-family:"Arial Bold",Arial,Helvetica,sans-serif;font-weight:700;letter-spacing:0;font-size:1.0625rem}.cookies__form .button{margin:0}.cookies__form .tx_cookies_button{padding:0}.cookies__form--show{margin:0 0 15px}@media (min-width:1px) and (max-width:575px){.cookies__form--show{margin-bottom:8px}.cookies__form--show:last-child{margin-bottom:0}}.cookies__form--show:last-child{margin-bottom:0}.cookies__form--show .button{margin:0 auto}@media (min-width:1px) and (max-width:575px){.cookies__form--show .button{padding:8px;font-size:24px}}.cookies__form__header{border-bottom:1px solid #163556;position:relative}.cookies__form__more{position:absolute;right:15px;top:0;color:#163556}#main-content .cookies__form__more{color:#163556}.cookies__form__more:hover{color:#163556}.cookies__banner .cookies__form__more{color:#fff}.cookies__banner .cookies__form__more:hover{color:#fff}.cookies__form__more::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent;transition:all 0.2s}@media screen and (prefers-reduced-motion:reduce){.cookies__form__more::after{transition:none}}.cookies__form__more[aria-expanded=true]::after{transform:rotate(180deg)}.cookies__list{margin:0 0 auto;padding:0}.cookies__list h5{font-size:1.125rem}.cookies__more a{color:#163556;text-decoration:underline}.cookies__banner .cookies__more a{color:#fff}#main-content .cookies__banner .cookies__more a{color:#163556}@media (min-width:576px){.cookies__buttons form{float:left;width:50%}.cookies__buttons>button{float:right;max-width:50%}}@media (min-width:1px) and (max-width:575px){.cookies__buttons form{display:block;margin-bottom:15px}body .cookies__buttons.cookies__form>button{margin-bottom:15px}}.cookies__banner__close{position:absolute;text-indent:-10000px;overflow:hidden;right:15px;top:15px;width:20px;height:20px;text-decoration:none!important}.cookies__banner__close:hover{text-decoration:none!important}.cookies__banner__close::before{content:"\e805";text-indent:0;position:absolute;left:0;top:0;width:20px;height:20px;color:#fff}.modal .cookies__banner__close,#main-content .cookies__banner__close{display:none}.logogrid{margin:0}.logogrid__item{-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%;position:relative;min-height:1px;padding-right:50px;padding-left:50px;min-height:375px}.logogrid__item:nth-child(4n-3){background:#223f5f}.logogrid__item:nth-child(4n-2){background:#2e4a67}.logogrid__item:nth-child(4n-1){background:#39536f}.logogrid__item:nth-child(4n-0){background:#3d5772}.logogrid__item a img{top:0%;-ms-transform:translateY(0%);-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}.logogrid__item a,.logogrid__item img{display:block;margin:auto;position:relative;max-width:100%;height:auto}.logogrid__item img{transition:all 0.2s}@media (max-width:991px){.logogrid__item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:1px) and (max-width:575px){.logogrid__item{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.logogrid__item__inner{display:block;padding-top:50px;padding-bottom:50px}.logogrid__text{display:none;position:absolute;width:100%;top:0;left:0;height:100%;overflow:hidden;text-align:center;transform:rotateY(180deg);opacity:0;transition:all 0.2s}@media (min-width:992px){.logogrid__text{display:block}}@media (min-width:992px){.logogrid__item--switchable:hover .logogrid__text{transform:rotateY(0deg);opacity:1}.logogrid__item--switchable:hover img{transform:rotateY(180deg);opacity:0}}.skip-link{position:absolute;top:-40px;left:6px;background:#163556;color:#fff;padding:8px 16px;text-decoration:none;border-radius:0 0 4px 4px;font-weight:700;font-size:14px;line-height:1.2;z-index:1000;transition:top 0.3s ease-in-out;box-shadow:0 2px 4px rgba(0,0,0,.2)}.skip-link:focus,.skip-link:active{position:absolute!important;top:0;outline:3px solid #8a6a2a;outline-offset:2px;background:#0b1b32}.skip-link:hover{background:#0b1b32;color:#fff;text-decoration:none;transform:translateY(1px)}.skip-link:active{transform:translateY(2px)}@media (prefers-contrast:high){.skip-link{background:#000;color:#fff;border:2px solid #fff}.skip-link:focus{background:#fff;color:#000}}@media (prefers-reduced-motion:reduce){.skip-link{transition:none;transform:none}}#tx_cookies{position:relative;z-index:3}.page{position:relative;z-index:1;overflow:hidden}#header{position:relative;z-index:3;position:fixed!important;width:100%;top:0}@media (min-width:576px){#header{min-height:150px}html.scrolled #header{min-height:115px;min-height:80px}#header.header--small{min-height:115px;min-height:80px}}@media (min-width:1200px){#header{min-height:230px}html.scrolled #header{min-height:115px;min-height:95px}#header.header--small{min-height:115px;min-height:95px}}#main-content{position:relative;z-index:1;padding-top:150px}.header--small+#main-content{padding-top:80px}@media (min-width:576px){html.scrolled #main-content{padding-top:80px}.header--small+#main-content{padding-top:80px!important}}@media (min-width:1200px){#main-content{padding-top:230px}html.scrolled #main-content{padding-top:95px}.header--small+#main-content{padding-top:95px!important}}#footer{position:relative;z-index:0}nav ul{margin:0;padding:0;list-style:none}.fallback-object-fit{background-size:cover;background-position:left top}.fallback-object-fit img{display:none}.frame--backpic_crop-left .fallback-object-fit{background-position:left center}.frame--backpic_crop-center .fallback-object-fit{background-position:center center}.frame--backpic_crop-right .fallback-object-fit{background-position:right center}.frame--backpic_crop-left50 .fallback-object-fit{background-position:left center}.frame--backpic_crop-right50 .fallback-object-fit{background-position:right center}.frame--backpic_crop-right50top .fallback-object-fit{background-position:right top}.frame--backpic_crop-lefttop .fallback-object-fit{background-position:left top}.frame--backpic_crop-righttop .fallback-object-fit{background-position:right top}.frame--backpic_crop-centertop .fallback-object-fit{background-position:center top}.frame--backpic_crop-leftbottom .fallback-object-fit{background-position:left bottom}.frame--backpic_crop-rightbottom .fallback-object-fit{background-position:right bottom}.a2top,#a2segment__buttons{position:fixed!important;right:40px;bottom:40px;z-index:4}.a2top,.a2segment{display:block;width:48px;height:48px;background:#fff;border-radius:24px;position:relative;box-shadow:0 0 5px rgba(0,0,0,.2)}.a2top:before,.a2segment:before{content:"";width:16px;height:16px;border-left:2px solid #0b1b32;border-top:2px solid #0b1b32;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);margin-top:4px}.a2segment{float:left;margin:0 5px}.a2segment.disable{opacity:.5;pointer-events:none}#a2segment--down:before{transform:translate(-50%,-50%) rotate(-135deg);margin-top:-4px}.extbase-debugger{position:relative;z-index:4}.frontend__login__status{position:relative;display:block;text-indent:-10000px;overflow:hidden;display:block;width:24px;height:24px;border-radius:12px;position:fixed;z-index:11;right:3px;top:3px;background:#fff;box-shadow:0 0 5px rgba(0,0,0,.2);opacity:.7;pointer-events:none}.frontend__login__status::before{position:absolute;left:0;top:0;width:100%;height:100%;text-indent:0;text-align:center;line-height:100%}.frontend__login__status::before{content:"\e802";color:#163556;font-size:12px;line-height:24px}.gmap{width:100%;height:375px}.quick-application{z-index:1;position:fixed;bottom:50px;right:128px;width:56px;height:56px;border-radius:50px;background:linear-gradient(0deg,rgba(177,136,57,.6),rgba(177,136,57,.6)),linear-gradient(133.88deg,#EAC161 30.07%,#B18839 86.23%);box-shadow:0 4px 4px 0 rgba(0,0,0,.2509803922);transition:all 0.3s ease-in}.quick-application:hover{width:254px}.quick-application__link{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.quick-application__link:hover{text-decoration:none;color:#fff}.quick-application__content{padding:16px 14px;display:flex;align-items:center;justify-content:center}.quick-application__icon{content:url(data:image/svg+xml,%3Csvg%20width%3D%2727%27%20height%3D%2723%27%20viewBox%3D%270%200%2027%2023%27%20fill%3D%27none%27%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule%3D%27evenodd%27%20clip-rule%3D%27evenodd%27%20d%3D%27M4.92857%2011.5C4.92857%207.8707%207.8707%204.92857%2011.5%204.92857C13.0057%204.92857%2014.3868%205.43197%2015.4939%206.28096L18.493%202.36994C16.5555%200.884187%2014.1275%200%2011.5%200C5.14873%200%200%205.14873%200%2011.5C0%2017.8513%205.14873%2023%2011.5%2023C15.3856%2023%2017.9476%2021.8551%2020.118%2019.8162C20.5503%2019.4101%2020.961%2018.9745%2021.3571%2018.5217V21.3571H26.2857V9.03572H15.6071V13.9643H18.7246C17.9853%2014.905%2017.3698%2015.6357%2016.7436%2016.224C15.5257%2017.3681%2014.1858%2018.0714%2011.5%2018.0714C7.8707%2018.0714%204.92857%2015.1293%204.92857%2011.5Z%27%20fill%3D%27white%27/%3E%3C/svg%3E);width:26px;height:23px;position:absolute;left:16px;top:16px}.quick-application__title{font-family:"American Typewriter",serif;transition:width 0.3s ease-in,opacity 0.3s ease-in;font-size:20px;line-height:100%;font-weight:600px;color:#fff;overflow:hidden;margin:0 0 0 42px;opacity:0;width:0}.quick-application:hover .quick-application__title{width:100%;opacity:1}.frame__quick-application{margin:0 0 0 auto;height:100vh;transform:translate(100%,0)!important}@media (min-width:992px){.frame__quick-application{max-width:500px}}.frame__quick-application form{max-width:598px;z-index:1}.frame__quick-application .modal-content{background-color:transparent!important;border:none!important;height:100%!important}.frame__quick-application .modal-body{padding-top:0px!important;background:transparent!important;overflow-y:scroll!important}.modal.show .frame__quick-application{transform:translate(0,0)!important}.frame__quick-application nav button{margin-right:0px!important}.frame__quick-application .modal-content::after{content:url("data:image/svg+xml,%3Csvg%20width%3D%22613%22%20height%3D%22605%22%20viewBox%3D%220%200%20613%20605%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_178_55)%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M580.238%201.12194C585.744%203.40238%20589.333%208.77469%20589.333%2014.7338V73.6671H648.267C654.226%2073.6671%20659.598%2077.2568%20661.878%2082.7622C664.159%2088.2677%20662.898%2094.6048%20658.685%2098.8185L570.285%20187.218C567.522%20189.982%20563.774%20191.534%20559.867%20191.534H530.422C530.422%20191.534%20530.422%20191.534%20530.422%20191.535H492.34C492.339%20191.534%20492.339%20191.534%20492.339%20191.534H492.302L440.12%20243.716L419.211%20264.625L366.724%20317.112L345.44%20338.396L305.085%20378.751C299.331%20384.505%20290.002%20384.505%20284.249%20378.751C278.495%20372.998%20278.495%20363.669%20284.249%20357.915L324.604%20317.56L345.888%20296.276L398.375%20243.788L419.284%20222.88L471.467%20170.697V170.662V132.578V103.134C471.467%2099.2262%20473.019%2095.4788%20475.782%2092.7157L564.182%204.31572C568.396%200.10202%20574.733%20-1.1585%20580.238%201.12194ZM500.933%20157.899V162.067H553.764L612.697%20103.134H574.6C566.463%20103.134%20559.867%2096.5374%20559.867%2088.4004V50.3032L500.933%20109.237V157.899ZM294.667%20176.8C331.544%20176.8%20365.987%20187.222%20395.211%20205.281L373.688%20226.804C350.31%20213.723%20323.359%20206.267%20294.667%20206.267C205.16%20206.267%20132.6%20278.826%20132.6%20368.333C132.6%20457.84%20205.16%20530.4%20294.667%20530.4C384.174%20530.4%20456.733%20457.84%20456.733%20368.333C456.733%20339.641%20449.277%20312.69%20436.196%20289.312L457.719%20267.789C475.778%20297.013%20486.2%20331.456%20486.2%20368.333C486.2%20474.114%20400.448%20559.867%20294.667%20559.867C188.886%20559.867%20103.133%20474.114%20103.133%20368.333C103.133%20262.552%20188.886%20176.8%20294.667%20176.8ZM294.667%20279.933C302.586%20279.933%20310.261%20280.975%20317.564%20282.928L290.978%20309.513C260.148%20311.417%20235.733%20337.024%20235.733%20368.333C235.733%20400.881%20262.119%20427.267%20294.667%20427.267C325.976%20427.267%20351.583%20402.852%20353.487%20372.022L380.072%20345.436C382.025%20352.739%20383.067%20360.414%20383.067%20368.333C383.067%20417.155%20343.489%20456.733%20294.667%20456.733C245.845%20456.733%20206.267%20417.155%20206.267%20368.333C206.267%20319.511%20245.845%20279.933%20294.667%20279.933ZM515.209%20221.001H549.913C574.984%20264.342%20589.333%20314.662%20589.333%20368.333C589.333%20531.073%20457.407%20663%20294.667%20663C131.927%20663%200%20531.073%200%20368.333C0%20205.593%20131.927%2073.6667%20294.667%2073.6667C348.338%2073.6667%20398.658%2088.0161%20442%20113.088V147.792C399.86%20119.584%20349.184%20103.133%20294.667%20103.133C148.201%20103.133%2029.4667%20221.867%2029.4667%20368.333C29.4667%20514.799%20148.201%20633.533%20294.667%20633.533C441.133%20633.533%20559.867%20514.799%20559.867%20368.333C559.867%20313.816%20543.417%20263.141%20515.209%20221.001Z%22%20fill%3D%22%23163556%22%20fill-opacity%3D%220.04%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_178_55%22%3E%3Crect%20width%3D%22663%22%20height%3D%22663%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");display:block;position:absolute;bottom:0;right:0}.landing-page{display:flex;flex-direction:column;max-width:1463px;margin:0 auto;padding:64px 50px 99px}.landing-page__logo{width:222px;height:302px;content:url(data:image/svg+xml,%3Csvg%20width%3D%22229%22%20height%3D%22308%22%20viewBox%3D%220%200%20229%20308%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M186.749%20249.627C159.622%20249.084%20126.543%20238.022%20115.165%20230.412C134.003%20232.446%20181.776%20225.815%20202.723%20225.815C223.671%20225.815%20228.042%20237.043%20226.61%20241.187C225.178%20245.332%20220.657%20250.305%20186.749%20249.627Z%22%20fill%3D%22%23163556%22%20stroke%3D%22black%22%20stroke-width%3D%220.150704%22%2F%3E%3Cpath%20d%3D%22M49.985%20146.244H5C21.5272%20171.01%2065.1458%20222.108%20107.403%20228.377M107.403%20228.377C160.225%20236.214%20210.334%20213.232%20224.726%20235.234C239.118%20257.237%20155.779%20253.545%20107.403%20228.377Z%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Cpath%20d%3D%22M65.8843%20123.036C80.6784%20140.542%20128.652%20178.495%20202.196%20190.249%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Cpath%20d%3D%22M49.759%20145.792L47.8882%20144.662L47.1682%20145.855L47.946%20147.011L49.759%20145.792ZM196.77%20217.3L196.568%20219.476L198.503%20219.656L198.908%20217.756L196.77%20217.3ZM164.972%2095.1552L165.813%2093.1383L164.972%2095.1552ZM140.715%2094.6839C139.581%2095.0964%20138.996%2096.3502%20139.409%2097.4843C139.821%2098.6185%20141.075%2099.2036%20142.209%2098.7912L140.715%2094.6839ZM106.725%2084.5306L107.525%2086.5639L106.725%2084.5306ZM49.759%20145.792L47.946%20147.011C62.1625%20168.143%20111.54%20211.581%20196.568%20219.476L196.77%20217.3L196.973%20215.125C113.212%20207.347%2065.0348%20164.583%2051.5721%20144.572L49.759%20145.792ZM196.77%20217.3L198.908%20217.756C201.655%20204.864%20205.364%20184.729%20207.564%20166.2C208.664%20156.94%20209.393%20148.032%20209.428%20140.608C209.445%20136.897%20209.289%20133.515%20208.908%20130.624C208.532%20127.767%20207.917%20125.233%20206.925%20123.313L204.984%20124.316L203.042%20125.319C203.694%20126.58%20204.225%20128.533%20204.576%20131.195C204.922%20133.823%20205.074%20136.993%20205.057%20140.588C205.024%20147.776%20204.315%20156.501%20203.225%20165.685C201.044%20184.045%20197.361%20204.042%20194.633%20216.845L196.77%20217.3ZM204.984%20124.316L206.925%20123.313C203.363%20116.418%20195.588%20109.974%20187.686%20104.796C179.701%2099.5636%20171.218%2095.3925%20165.813%2093.1383L164.972%2095.1552L164.131%2097.172C169.326%2099.3385%20177.563%20103.388%20185.291%20108.452C193.102%20113.569%20200.034%20119.495%20203.042%20125.319L204.984%20124.316ZM49.759%20145.792L51.6299%20146.921C56.7035%20138.514%2065.6333%20125.363%2075.8831%20113.306C86.2086%20101.161%2097.5863%2090.4767%20107.525%2086.5639L106.725%2084.5306L105.925%2082.4973C94.8858%2086.843%2082.9044%2098.2999%2072.5534%20110.475C62.1267%20122.74%2053.0624%20136.089%2047.8882%20144.662L49.759%20145.792ZM106.725%2084.5306L107.525%2086.5639C119.254%2081.9467%20126.952%2082.5146%20132.451%2084.9437C138.071%2087.4266%20141.791%2091.9968%20145.338%2096.3882L147.038%2095.0152L148.738%2093.6421C145.277%2089.3574%20140.947%2083.9193%20134.217%2080.946C127.364%2077.9187%20118.409%2077.5824%20105.925%2082.4973L106.725%2084.5306ZM141.462%2096.7376L142.209%2098.7912C153.433%2094.7096%20160.687%2095.7356%20164.131%2097.172L164.972%2095.1552L165.813%2093.1383C161.119%2091.1807%20152.699%2090.3261%20140.715%2094.6839L141.462%2096.7376Z%22%20fill%3D%22%23163556%22%2F%3E%3Cpath%20d%3D%22M226.233%20241.112C228.192%20231.542%20224.575%20220.465%20196.771%20217.225%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Cpath%20d%3D%22M153.663%20189.685C171.393%20207.737%20171.132%20236.743%20153.081%20254.473C137.543%20269.734%20113.889%20271.665%2096.2955%20260.394L51.2835%20304.604L36.9221%20289.982L81.9341%20245.772C70.9819%20227.979%2073.3374%20204.364%2088.8756%20189.102C106.927%20171.373%20135.933%20171.634%20153.663%20189.685ZM143.682%20199.488C131.366%20186.949%20111.217%20186.769%2098.6782%20199.084C86.1392%20211.4%2085.958%20231.548%2098.2735%20244.087C110.589%20256.627%20130.738%20256.808%20143.277%20244.493C155.817%20232.177%20155.998%20212.028%20143.682%20199.488Z%22%20fill%3D%22%23163556%22%20stroke%3D%22white%22%20stroke-width%3D%224.37041%22%2F%3E%3Cpath%20d%3D%22M42.7644%2042.8921V79.4599%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Crect%20x%3D%2219.4939%22%20y%3D%2279.46%22%20width%3D%2246.5408%22%20height%3D%2213.2974%22%20rx%3D%226.64869%22%20fill%3D%22%23163556%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Crect%20x%3D%2219.4939%22%20y%3D%2292.7573%22%20width%3D%2246.5408%22%20height%3D%2213.2974%22%20rx%3D%226.64869%22%20fill%3D%22%23163556%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Cpath%20d%3D%22M42.7644%20116.028C50.1084%20116.028%2056.0618%20111.563%2056.0618%20106.055H29.467C29.467%20111.563%2035.4205%20116.028%2042.7644%20116.028Z%22%20fill%3D%22%23163556%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Cpath%20d%3D%22M76.0079%2036.2435C76.0079%2053.4813%2059.3862%2059.5139%2059.3862%2079.2958L26.1427%2079.46C26.1427%2059.5139%209.521%2053.4813%209.521%2036.2435C9.521%2017.8836%2024.4046%203%2042.7645%203C61.1243%203%2076.0079%2017.8836%2076.0079%2036.2435Z%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Ccircle%20cx%3D%2249.4131%22%20cy%3D%2242.8921%22%20r%3D%224.46349%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3Ccircle%20cx%3D%2236.1157%22%20cy%3D%2242.8921%22%20r%3D%224.46349%22%20stroke%3D%22%23163556%22%20stroke-width%3D%224.37041%22%2F%3E%3C%2Fsvg%3E)}.landing-page h1{font-weight:700;font-size:64px;line-height:100%;letter-spacing:0;margin:64px 0}.landing-page p{font-weight:400;font-size:24px;line-height:100%;letter-spacing:0;margin:0 0 64px}.landing-page a{margin:0;border-color:#163556!important}.confirmation a{margin:25px auto}.stellen__form__collapser:focus,[data-toggle=collapse]:focus{outline:3px solid #8a6a2a;outline-offset:2px;box-shadow:0 0 0 1px #fff}.stellen__form__collapser:focus:not(:focus-visible),[data-toggle=collapse]:focus:not(:focus-visible){outline:none;box-shadow:none}.stellen__form__collapser:focus-visible,[data-toggle=collapse]:focus-visible{outline:3px solid #8a6a2a;outline-offset:2px;box-shadow:0 0 0 1px #fff}.collapse[tabindex="-1"]:focus{outline:2px solid #163556;outline-offset:1px}@media (prefers-contrast:high){.stellen__form__collapser:focus,[data-toggle=collapse]:focus{outline:3px solid #000;outline-offset:2px;background:#fff;color:#000}}@media (prefers-reduced-motion:reduce){.collapse{transition:none!important}}.wide-button{max-width:550px}.stelle__cta-bar-wrapper{display:none}.stelle__cta-bar{left:0;right:0;background:#8a6a2a;z-index:2}.stelle__cta-bar.is-stuck{position:fixed;left:0;right:0;z-index:100}.stelle__cta-bar .stelle__cta{position:static;display:block}@media (max-width:1096px){.stelle__cta-bar-wrapper{display:block}}