.wevg--header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(0,0,0,.06)}.wevg--header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:72px;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.wevg--header-toggle,.wevg--header-brand{position:relative;z-index:5}.wevg--header-brand{display:flex;flex-direction:row;align-items:center;gap:5px;text-decoration:none}.wevg--header-brand-title{font-size:20px;font-weight:700;color:#009cdf}.wevg--header-logo{display:flex;flex-direction:row;align-items:center;width:48px}.wevg--header-logo img,.wevg--header-logo img{display:block;width:100%;height:auto;object-fit:contain}.wevg--header-logo-icon{width:42px;height:42px;border-radius:50%;background:#009cdf;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.wevg--header-logo-text{display:flex;flex-direction:column;line-height:1.1}.wevg--header-divider{width:1px;height:36px;background:#d1d5db;flex-shrink:0}.wevg--header-nav{display:flex;align-items:center}.wevg--header-link{color:#333;font-size:14px;font-weight:500;padding:8px 16px;text-decoration:none;position:relative;display:inline-flex;align-items:center;gap:14px;border-radius:.5rem}.wevg--header-link.v2{font-weight:700}.wevg--header-link-btn{font-size:9.6px;display:inline-flex;border-radius:340282000000000000000000000000000000000px;padding:2px 8px;background:#eb7c15;text-transform:uppercase;color:#fff;font-weight:700;animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;margin:0}@keyframes pulse{50%{opacity:.5}}.wevg--header-link:hover,.wevg--header-link.is-active{color:#009cdf;background:#e6f5fb}.wevg--header-link.is-active:before{width:100%}.wevg--header-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:24px;height:24px;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer}.wevg--header-toggle span{display:block;height:2px;background:#009cdf;transition:transform .2s ease}.wevg--header-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.wevg--header-toggle.is-open span:nth-child(2){opacity:0}.wevg--header-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width: 1024px){.wevg--header-title{font-size:clamp(1rem,2vw,2.2rem)}.wevg--header-nav{gap:1rem}}@media(max-width: 800px){.wevg--header-inner{position:relative}.wevg--header-inner:after{content:"";position:absolute;inset:0;width:100%;height:100%;z-index:2;background:#fff;pointer-events:auto}.wevg--header-toggle{display:flex}.wevg--header-nav{width:260px;position:absolute;top:72px;height:calc(100vh - 72px);right:-280px;display:flex;flex-direction:column;align-items:stretch;background:#fff;padding:0;box-shadow:0 8px 24px rgba(0,0,0,.08);transition:right .2s ease;gap:0}.wevg--header-nav.is-open{right:-20px}.wevg--header-link{padding:.75rem 24px;border-bottom:1px solid #eef2f7}.wevg--header-link:hover{background:#f9fafb}.wevg--header-link:before,.wevg--header-link:after{content:none}.wevg--header-inner{padding:0 24px}}.wevg{overflow:hidden}.wevg--main.azubi-blog{color:#666}.wevg--main.azubi-blog p a{color:#009cdf;font-weight:700;text-decoration:none}.wevg--loader{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:45vw}.wevg--loader img{width:100px;animation:opacityAnim 2s linear infinite}@keyframes opacityAnim{0%{opacity:1;transform:rotate(0deg)}50%{opacity:.4}100%{opacity:1;transform:rotate(360deg)}}.wevg .text-center{text-align:center}.wevg--max-cnt{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.wevg--max-text{width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding:0}.wevg--max-text2{width:100%;max-width:600px;margin-left:auto;margin-right:auto;padding:0}.wevg--buttons{display:flex;flex-wrap:wrap;margin:0;gap:1rem}.wevg--buttons.center{justify-content:center}.wevg--buttons.mT{margin-top:40px}.wevg--btn{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.75rem;border-radius:50px;transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s;text-decoration:none;font-weight:700;translate:0 0}.wevg--btn:hover{translate:0 -0.125rem}.wevg--btn.white{background:#fff;border:2px solid #fff;color:#009cdf !important}.wevg--btn.white:hover{border:2px solid #e6f5fb;background:#e6f5fb}.wevg--btn.orange{background:#eb7c15;border:2px solid #eb7c15;color:#fff !important}.wevg--btn.orange:hover{border:2px solid #d66b12;background:#d66b12}.wevg--btn.blue{background:#009cdf;border:2px solid #009cdf;color:#fff !important}.wevg--btn.blue:hover{background:#0088c5;border:2px solid #0088c5}.wevg--btn.transparent{background:rgba(0,0,0,0);border:2px solid #009cdf;color:#009cdf !important}.wevg--btn.transparent:hover{background:#009cdf;color:#fff !important}.wevg--block-image.round img{border-radius:.5rem}.wevg--block-image.top img{object-position:top}.wevg--social-links{display:flex;gap:16px;margin:0;padding:0;list-style:none}.wevg--social-links a{width:40px;height:40px;border-radius:50%;background:#e6f5fb;color:#009cdf;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.wevg--social-links a:hover{background:#009cdf;color:#fff}.wevg--social-links a svg,.wevg--social-links a img{display:block;width:20px;height:20px}.wevg--img,.wevg--img-cnt{position:relative;width:100%;overflow:hidden}.wevg--img{display:flex;justify-content:center;align-items:center}.wevg--img-cnt{height:0}.wevg--img--img,.wevg--img-cnt--img{display:block;width:100%;height:100%}.wevg--img--img{object-fit:contain}.wevg--img-cnt--img{position:absolute;inset:0;object-fit:cover}.wevg--rows{display:flex;flex-direction:column;gap:4rem;padding-top:2rem;padding-bottom:2rem}.wevg--columns{display:flex;flex-wrap:wrap;gap:40px;margin:0}.wevg--columns.mT{margin-top:40px}.wevg--columns.center{align-items:center}.wevg--block-50{width:calc(50% - 20px)}.wevg--reveal-text{opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.wevg--reveal-text.is-visible{opacity:1;transform:none}.wevg--hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-position:center center}.wevg--hero.azubi-benefits,.wevg--hero.azubi-blog{min-height:60vh}.wevg--hero.ausbildung{min-height:75vh}.wevg--hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.wevg--hero-overlay{position:absolute;inset:0;background:rgba(30,42,56,.65)}.wevg--hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0;width:100%}.wevg--hero-content-inner{text-align:center;margin:0 auto;padding:4rem 1.5rem;max-width:800px}.wevg--hero-title{margin:0 0 1rem;color:#fff;line-height:1.25}.wevg--hero-text{line-height:1.625;font-size:20px;margin:0 auto 2rem;color:rgba(255,255,255,.92);max-width:600px}.wevg--hero-text.v2{max-width:800px;margin-bottom:0}.wevg--hero-buttons a{font-weight:700}.wevg--columns{display:flex;flex-wrap:wrap;gap:40px}.wevg--columns.gv2{gap:1rem}.wevg--columns.gv3{gap:1.5rem}.wevg--columns.mT{margin-top:40px}.wevg--block-info{display:inline-block;background:#009cdf;color:#fff;padding:4px 16px;border-radius:50px;font-size:12px;font-weight:700;text-transform:uppercase;margin:0 0 16px}.wevg--block-info.v2{background:#eb7c15}.wevg--block-quote{margin:24px 0 32px;padding:24px;background:#fff;border-left:4px solid #eb7c15;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.wevg--block-quote p{font-style:italic;margin:0 0 1rem;font-size:16px;color:#333}.wevg--block-quote cite{display:block;color:#eb7c15;font-size:14px;font-weight:600}.wevg--block-quote-team{display:flex;flex-direction:column;text-align:center;position:relative;margin:40px 0 0;padding:72px 32px 32px;border-radius:1rem;background:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s;translate:0 0}.wevg--block-quote-team:hover{translate:0 -0.25rem}.wevg--block-quote-team--img{position:absolute;margin:auto;left:0;right:0;top:-40px}.wevg--block-quote-team--img img{object-position:center 30%;object-fit:cover;border-radius:50%;border:3px solid #009cdf}.wevg--block-quote-team--text{font-style:italic}.wevg--block-quote-team--headline{color:#333;font-weight:700;font-style:normal;margin:0 0 12px}.wevg--block-quote-team--headline b,.wevg--block-quote-team--headline strong{display:block;color:#009cdf;font-weight:500;margin:4px 0 0;font-size:14px}.wevg--block-quote-team.azubi{opacity:0;transform:translateY(40px);transition:opacity .55s ease,transform .55s ease,translate .15s ease;will-change:opacity,transform}.wevg--block-quote-team.azubi.is-visible{opacity:1;transform:none}.wevg--block-quote-team.azubi .wevg--block-quote-team--headline b,.wevg--block-quote-team.azubi .wevg--block-quote-team--headline strong{color:#eb7c15}.wevg--block-quote-team.azubi .wevg--block-quote-team--text{margin:0;color:#666;font-size:14px;line-height:1.55}.wevg--block-50{width:calc(50% - 20px)}.wevg--block-50.v-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.wevg--block-50.gv2{padding:32px;width:calc(50% - .5rem);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);border-radius:1rem;background:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;translate:0 0}.wevg--block-50.gv2:hover{translate:0 -0.25rem}.wevg--block-50.gv2 p{margin:0}.wevg--block-50.gv2 b{font-weight:700;display:block;color:#009cdf;font-size:36px}.wevg--block-30{width:calc(33.333333333% - 26.666666667px);display:flex;flex-wrap:wrap}.wevg--block-30.box{width:calc(33.333333333% - 16px);flex-direction:column;align-items:center;text-align:center;padding:28px 24px;background:#fff;border:1px solid #f2f2f2;border-radius:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s;translate:0 0}.wevg--block-30.box:hover{translate:0 -0.25rem}.wevg--block-30.box .wevg--block-30-box-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:3rem;line-height:1;margin:0 0 16px}.wevg--block-30.box .wevg--block-30-box-icon svg{width:40px;height:40px}.wevg--block-30.box h3{margin:0 0 10px;color:#009cdf;font-size:18px;font-weight:700;line-height:1.3}.wevg--block-30.box p{margin:0;color:#666;font-size:14px;line-height:1.5}.wevg--box2{display:flex;flex-direction:column;width:100%;background:#fff;border-radius:.75rem;overflow:hidden;border-bottom:3px solid rgba(0,0,0,0);box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:.15s;translate:0 0}.wevg--box2:hover{translate:0 -0.25rem;border-bottom:3px solid #eb7c15}.wevg--box2-img{width:100%;max-width:none !important}.wevg--box2-img .wevg--img-cnt{padding-top:62% !important}.wevg--box2-img img{object-fit:cover;object-position:center}.wevg--box2-body{display:flex;flex-direction:column;flex:1;padding:20px 20px 24px;text-align:left}.wevg--box2-tag{display:inline-flex;align-self:flex-start;margin:0 0 12px;padding:4px 10px;border-radius:.375rem;font-size:12px;font-weight:700;line-height:1.3}.wevg--box2-tag.technisch{background:#e6f5fb;color:#0088c5}.wevg--box2-tag.kaufmaennisch{background:#fef3c7;color:#b45309}.wevg--box2 h3{margin:0 0 10px;color:#000;font-size:18px;line-height:1.3;font-weight:700}.wevg--box2 p{margin:0 0 16px;color:#666;font-size:14px;line-height:1.5}.wevg--box2-meta{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px}.wevg--box2-meta span{display:inline-flex;padding:4px 10px;border-radius:.375rem;font-size:12px;font-weight:700;line-height:1.3}.wevg--box2-meta span.dauer{background:#e6f5fb;color:#0088c5}.wevg--box2-meta span.abschluss{background:#ffedd5;color:#c2410c}.wevg--box2 .wevg--btn{justify-content:center;width:100%;margin-top:auto}.wevg--box2.azubi{position:relative;margin-top:48px;overflow:visible;text-align:center;height:calc(100% - 48px)}.wevg--box2.azubi .wevg--box2-img,.wevg--box2.azubi .wevg--box2-tag,.wevg--box2.azubi .wevg--box2-meta{display:none}.wevg--box2.azubi .wevg--box2-body{align-items:center;padding:24px 24px 28px;text-align:center}.wevg--box2.azubi .wevg--box2-azubi-photo{position:relative;left:0;right:0;z-index:1;width:96px;height:96px;margin:24px auto 0;border-radius:50%;overflow:hidden;border:3px solid #e6f5fb;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08)}.wevg--box2.azubi .wevg--box2-azubi-photo>div{width:100% !important;max-width:none !important;height:100%}.wevg--box2.azubi .wevg--box2-azubi-photo .wevg--img,.wevg--box2.azubi .wevg--box2-azubi-photo .wevg--img-cnt{width:100%;height:100%;padding-top:0 !important}.wevg--box2.azubi .wevg--box2-azubi-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:50%}.wevg--box2.azubi .wevg--box2-azubi-name{display:block;margin:0 0 6px;color:#000;font-size:18px;font-weight:700;line-height:1.3}.wevg--box2.azubi .wevg--box2-azubi-role{display:block;margin:0 0 14px;color:#eb7c15;font-size:13px;font-weight:600;line-height:1.35}.wevg--box2.azubi .wevg--box2-azubi-quote{margin:0;color:#666;font-size:14px;font-style:italic;line-height:1.55}.wevg--timeline{display:flex;flex-direction:column;gap:3.5rem;margin-top:2.5rem}.wevg--timeline-row{display:grid;gap:1rem 0}.wevg--timeline-row.is-four{grid-template-columns:repeat(4, minmax(0, 1fr))}.wevg--timeline-row.is-three{grid-template-columns:repeat(3, minmax(0, 1fr));width:75%}.wevg--timeline-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:28px}.wevg--timeline-item:before{content:"";position:absolute;top:7px;left:0;right:50%;height:2px;background:#009cdf}.wevg--timeline-item:after{content:"";position:absolute;top:7px;left:50%;right:0;height:2px;background:#009cdf}.wevg--timeline-item:first-child:before,.wevg--timeline-item:last-child:after{display:none}.wevg--timeline-dot{position:absolute;top:0;left:50%;z-index:1;width:16px;height:16px;margin-left:-8px;border-radius:50%;border:3px solid #eb7c15;background:#fff;box-sizing:border-box}.wevg--timeline-dot.is-filled{background:#eb7c15}.wevg--timeline-title{margin:0 0 8px;color:#000;font-size:16px;font-weight:700;line-height:1.3}.wevg--timeline-text{margin:0;max-width:220px;color:#666;font-size:14px;line-height:1.45}@media(max-width: 900px){.wevg--block-30{width:100% !important}.wevg--block-50{width:100%}.wevg--block-50.gv2{width:calc(50% - .375rem)}.wevg--columns{flex-direction:column}.wevg--timeline{gap:0}.wevg--timeline-row.is-four,.wevg--timeline-row.is-three{grid-template-columns:1fr;width:100%;margin-left:0}.wevg--timeline-item{align-items:flex-start;text-align:left;padding:0 0 28px 28px}.wevg--timeline-item:before{top:0;bottom:0;left:7px;right:auto;width:2px;height:auto}.wevg--timeline-item:after{display:none}.wevg--timeline-item:last-child{padding-bottom:0}.wevg--timeline-item:last-child:before{display:none}.wevg--timeline-dot{top:2px;left:0;margin-left:0}.wevg--timeline-text{max-width:none}}.wevg--section{padding:4rem 0}.wevg--section.center{text-align:center}.wevg--section.light-blue{background:#e6f5fb}.wevg--section.light-gray{background:#f5f5f5}.wevg--section.blue{background:#009cdf;color:#fff}.wevg--section.blue p{margin-top:0;margin-bottom:2rem}.wevg--section.blue h1,.wevg--section.blue h2,.wevg--section.blue h3,.wevg--section.blue h4,.wevg--section.blue h5,.wevg--section.blue a{color:#fff}.wevg--section.blue h1,.wevg--section.blue h2,.wevg--section.blue h3,.wevg--section.blue h4,.wevg--section.blue h5{margin:0 0 1rem}.wevg--dropdowns{margin-top:48px;display:flex;flex-direction:column;border-bottom:1px solid #e0e0e0}.wevg--dropdown-cnt{display:flex;flex-direction:column;grid-gap:0;padding:0;border-top:1px solid #e0e0e0}.wevg--dropdown-cnt--icon{background:#e6f5fb;border-radius:50%}.wevg--dropdown-cnt--icon svg,.wevg--dropdown-cnt--icon img{margin:auto;display:block;width:20px;height:20px}.wevg--dropdown-cnt--btn{padding:24px 16px;margin:0;cursor:pointer;position:relative;display:inline-flex;align-items:center;gap:16px;text-align:left;width:100%;border:0;background:none}.wevg--dropdown-cnt--btn:not(:focus){outline:none}.wevg--dropdown-cnt--btn h3{margin:0;line-height:1.2}.wevg--dropdown-cnt--btn:before{content:"";width:24px;height:24px;margin:auto;background-image:url(/site/images/dropdown.8d6c51f1c07cc0191a00.svg);background-repeat:no-repeat;background-position:center;background-size:100%;position:absolute;right:4px;transition:transform .2s ease-in-out;transform:rotate(0)}.wevg--dropdown-cnt--btn.active:before{transform:rotate(180deg)}.wevg--dropdown-cnt--cnt{max-height:0;overflow:hidden;padding:0 24px 0 68px;transition:max-height .2s ease-out}.wevg--dropdown-cnt--cnt--in{padding:0 0 24px}.wevg--dropdown-cnt--cnt.active{padding:0 24px 0 68px}.wevg--page-not-found{padding:5rem 0;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.wevg--quiz{width:100%;max-width:480px;min-height:350px;margin:2.5rem auto 0;text-align:center;display:flex;flex-direction:column;justify-content:center}.wevg--quiz-stage{opacity:0;transition:opacity .22s ease;will-change:opacity}.wevg--quiz-stage.is-visible{opacity:1}.wevg--quiz-progress{margin:0 0 .75rem;color:#99a1af;font-size:14px}.wevg--quiz-question{margin:0 0 2rem;color:#000;font-size:22px;line-height:1.35;font-weight:700}.wevg--quiz-options{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem}.wevg--quiz-options.is-three{grid-template-columns:repeat(2, minmax(0, 1fr))}.wevg--quiz-options.is-three .wevg--quiz-option:last-child{grid-column:1/-1}.wevg--quiz-option{display:flex;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.25rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#333;text-align:left;cursor:pointer;opacity:0;animation:quizOptionIn .35s ease forwards;animation-delay:var(--quiz-delay, 0ms);transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .15s ease;translate:0 0}.wevg--quiz-option:hover,.wevg--quiz-option:focus-visible{border-color:#009cdf;background:#e6f5fb;outline:none;translate:0 -0.125rem}.wevg--quiz-option.is-selected{border-color:#009cdf;background:#e6f5fb;box-shadow:0 0 0 2px rgba(0,156,223,.18);transform:scale(0.98)}.wevg--quiz-option:disabled{cursor:default}.wevg--quiz-option-icon{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;font-size:22px;line-height:1}.wevg--quiz-option-label{font-size:15px;line-height:1.35;font-weight:600}.wevg--quiz-result{display:flex;flex-direction:column;align-items:center}.wevg--quiz-result-icon{margin-bottom:1.25rem;font-size:48px;line-height:1;animation:quizResultPop .45s cubic-bezier(0.2, 0.9, 0.3, 1.2) both}.wevg--quiz-result-title{margin:0 0 1rem;color:#009cdf;font-size:22px;line-height:1.35;font-weight:700;animation:quizResultIn .4s ease both;animation-delay:.08s}.wevg--quiz-result-text{margin:0 0 2rem;max-width:36rem;color:#666;font-size:16px;line-height:1.55;animation:quizResultIn .4s ease both;animation-delay:.16s}.wevg--quiz-result-actions{display:flex;flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:280px;animation:quizResultIn .4s ease both;animation-delay:.24s}.wevg--quiz-result-actions .wevg--btn{justify-content:center;width:100%;cursor:pointer;font-family:inherit;font-size:16px}@keyframes quizOptionIn{from{opacity:0}to{opacity:1}}@keyframes quizResultPop{from{opacity:0;transform:scale(0.6)}to{opacity:1;transform:scale(1)}}@keyframes quizResultIn{from{opacity:0}to{opacity:1}}@media(max-width: 640px){.wevg--quiz-options,.wevg--quiz-options.is-three{grid-template-columns:1fr}.wevg--quiz-options .wevg--quiz-option:last-child,.wevg--quiz-options.is-three .wevg--quiz-option:last-child{grid-column:auto}.wevg--quiz-question,.wevg--quiz-result-title{font-size:18px}}.wevg--blog-recruit{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.wevg--blog-recruit-media .wevg--img-cnt{border-radius:.75rem;overflow:hidden}.wevg--blog-recruit-media img{width:100%;height:auto;display:block;border-radius:.75rem}.wevg--blog-recruit-content p{line-height:1.625;margin:0 0 1rem}.wevg--blog-recruit-job{margin:0 0 1rem}.wevg--blog-recruit-job h3{color:#666;font-size:16px;margin:0 0 .35rem}.wevg--blog-recruit-job p{margin:0}.wevg--blog-recruit-cta strong{color:#28a745}.wevg--blog-feed{display:flex;flex-direction:column;gap:2rem}.wevg--blog-post{background:#fff;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);overflow:hidden}.wevg--blog-post-cover{width:100%}.wevg--blog-post-cover img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.wevg--blog-post-mosaic{display:grid;grid-template-columns:repeat(2, 1fr);gap:0}.wevg--blog-post-mosaic.is-three{grid-template-columns:repeat(3, 1fr)}.wevg--blog-post-mosaic img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover}.wevg--blog-post-inner{padding:2rem}.wevg--blog-post-title{color:#009cdf;font-size:1.5rem;font-weight:700;margin:0 0 1.25rem;line-height:1.3}.wevg--blog-post.is-interview .wevg--blog-post-title{text-align:center;margin-bottom:1.5rem}.wevg--blog-post.is-interview .wevg--blog-post-body{max-width:800px;margin-left:auto;margin-right:auto}.wevg--blog-post-subtitle{color:#666;font-size:1.125rem;font-weight:700;margin:1.5rem 0 .75rem}.wevg--blog-post-intro{font-style:italic;color:#666;line-height:1.7;margin:0 0 1.5rem}.wevg--blog-post-body p{color:#666;line-height:1.5}.wevg--blog-post-body p:last-child{margin-bottom:0}.wevg--blog-post-body a{color:#009cdf;text-decoration:underline}.wevg--blog-post-list{margin:0 0 1rem;padding-left:1.25rem;color:#666;line-height:1.7}.wevg--blog-post-list li{margin-bottom:.35rem}.wevg--blog-post-video{position:relative;width:100%;margin-top:1.25rem;padding-bottom:56.25%;background:#000;border-radius:.75rem;overflow:hidden}.wevg--blog-post-video video{position:absolute;inset:0;width:100%;height:100%;display:block;border-radius:.75rem}.wevg--blog-post-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.wevg--blog-post-split.is-image-right .wevg--blog-post-body{order:1}.wevg--blog-post-split.is-image-right .wevg--blog-post-media{order:2}.wevg--blog-post-media{display:flex;flex-direction:column;gap:.75rem}.wevg--blog-post-media img{width:100%;height:auto;display:block;border-radius:.75rem;object-fit:cover}.wevg--blog-post-gallery{display:grid;gap:.75rem;margin-top:1.25rem}.wevg--blog-post-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center;border-radius:.75rem;display:block}.wevg--blog-post-gallery.cols-1{grid-template-columns:1fr}.wevg--blog-post-gallery.cols-1 img{width:60%;aspect-ratio:auto;height:auto;max-width:100%}.wevg--blog-post-gallery.cols-2{grid-template-columns:repeat(2, 1fr)}.wevg--blog-post-gallery.cols-3{grid-template-columns:repeat(3, 1fr)}.wevg--blog-post-gallery.cols-4{grid-template-columns:repeat(4, 1fr)}.wevg--blog-post-gallery.cols-4 img{aspect-ratio:3/4}.wevg--blog-post-gallery.is-square img{aspect-ratio:1/1}.wevg--blog-post-gallery.is-wide:not(.cols-1) img{aspect-ratio:4/3}.wevg--blog-post-gallery.is-portrait img{aspect-ratio:3/4}.wevg--blog-post-gallery.is-featured-bottom{grid-template-columns:repeat(4, 1fr)}.wevg--blog-post-gallery.is-featured-bottom img{aspect-ratio:3/4}.wevg--blog-post-gallery.is-featured-bottom img:nth-child(n+5){grid-column:span 2;aspect-ratio:16/10}.wevg--blog-post-gallery.is-grid-2{grid-template-columns:repeat(2, 1fr)}.wevg--blog-post-gallery.is-grid-2 img{aspect-ratio:4/3}.wevg--blog-post-figure{display:flex;align-items:flex-end;gap:1rem;margin:1.5rem 0 0}.wevg--blog-post-figure img{width:62%;flex-shrink:0;display:block;border-radius:.75rem;object-fit:cover}.wevg--blog-post-figure figcaption{flex:1;margin:0;color:#666;font-size:.875rem;font-style:italic;line-height:1.6}.wevg--blog-post-figure figcaption p{margin:0 0 .75rem;color:#666;font-size:inherit;font-style:inherit;line-height:inherit}.wevg--blog-post-figure figcaption p:last-child{margin-bottom:0}.wevg--blog-post-figure.is-stacked{flex-direction:column;align-items:stretch;gap:.75rem}.wevg--blog-post-figure.is-stacked img{width:60%;height:auto;aspect-ratio:auto}.wevg--blog-post-figure.is-stacked figcaption{flex:none}.wevg--blog-qa-pair{border-left:4px solid #009cdf;padding-left:1rem;margin:0 0 1.25rem}.wevg--blog-qa-pair:last-child{margin-bottom:0}.wevg--blog-qa{margin:0 0 8px;line-height:1.65;color:#333}.wevg--blog-qa:last-child{margin-bottom:0}.wevg--blog-qa strong{color:#333;font-weight:700}.wevg--blog-qa.is-question em{font-style:italic;font-weight:400}.wevg--blog-qa.is-answer{color:#666}@media(max-width: 900px){.wevg--blog-recruit{grid-template-columns:1fr;gap:1.5rem}.wevg--blog-feed{gap:1.5rem}.wevg--blog-post-split{grid-template-columns:1fr}.wevg--blog-post-split .wevg--blog-post-body{order:1}.wevg--blog-post-split .wevg--blog-post-media{order:2}.wevg--blog-post-gallery.cols-3,.wevg--blog-post-gallery.cols-4{grid-template-columns:repeat(2, 1fr)}.wevg--blog-post-gallery.is-featured-bottom{grid-template-columns:repeat(2, 1fr)}.wevg--blog-post-gallery.is-featured-bottom img:nth-child(n+5){grid-column:span 1}.wevg--blog-post-figure{flex-direction:column;align-items:stretch}.wevg--blog-post-figure img{width:100%}}@media(max-width: 640px){.wevg--max-cnt{padding:0 1rem}.wevg--hero{min-height:48vh}.wevg--hero.azubi-benefits,.wevg--hero.azubi-blog{min-height:42vh}.wevg--hero.ausbildung{min-height:50vh}.wevg--hero-content-inner{padding:2.5rem 1rem}.wevg--hero-title{font-size:2rem}.wevg--hero-text{font-size:1rem;margin-bottom:1.25rem}.wevg--section{padding:2.5rem 0}.wevg--buttons{gap:.75rem}.wevg--buttons .wevg--btn{width:100%;text-align:center;justify-content:center}.wevg--block-quote-team{margin-top:48px;padding:64px 20px 24px}.wevg--blog-feed{gap:1.25rem}.wevg--blog-post-inner{padding:1.25rem}.wevg--blog-post-title{font-size:1.2rem;margin-bottom:1rem}.wevg--blog-post-subtitle{font-size:1rem}.wevg--blog-post-cover img{aspect-ratio:16/10}.wevg--blog-post-mosaic{grid-template-columns:1fr}.wevg--blog-post-mosaic.is-three{grid-template-columns:1fr}.wevg--blog-post-mosaic img{aspect-ratio:16/10}.wevg--blog-post-media img{width:100%;aspect-ratio:16/10;object-fit:cover}.wevg--blog-post-gallery img,.wevg--blog-post-gallery.is-wide img,.wevg--blog-post-gallery.is-portrait img,.wevg--blog-post-gallery.is-square img,.wevg--blog-post-gallery.cols-4 img,.wevg--blog-post-gallery.is-grid-2 img,.wevg--blog-post-gallery.is-featured-bottom img{aspect-ratio:16/10}.wevg--blog-post-gallery.cols-1 img{width:100%;aspect-ratio:16/10;height:auto}.wevg--blog-post-gallery.cols-2,.wevg--blog-post-gallery.cols-3,.wevg--blog-post-gallery.cols-4,.wevg--blog-post-gallery.is-grid-2,.wevg--blog-post-gallery.is-featured-bottom{grid-template-columns:1fr}.wevg--blog-post-gallery.is-featured-bottom img:nth-child(n+5){grid-column:auto;aspect-ratio:16/10}.wevg--blog-post-figure img{aspect-ratio:16/10;object-fit:cover}.wevg--blog-post-figure.is-stacked img{width:100%;aspect-ratio:16/10}.wevg--blog-post-video{padding-bottom:56.25%}}.wevg--footer{background:#1e2a38;color:#ccd6e0;padding:4rem 0;font-size:16px;line-height:1.625}.wevg--footer h4{font-weight:500;line-height:1.5;font-size:16px;color:#fff;margin:0 0 1rem}.wevg--footer a{color:#ccd6e0;text-decoration:none;transition:color .2s ease}.wevg--footer a:link,.wevg--footer a:visited{color:#ccd6e0}.wevg--footer a:hover{color:#fff}.wevg--footer-desc,.wevg--footer-desc2{font-size:14px}.wevg--footer-desc{margin:0 0 8px}.wevg--footer-desc2{margin:0 0 16px}.wevg--footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem 3rem;display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:3rem}.wevg--footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;max-width:121px}.wevg--footer-logo img{display:block;width:100%;object-fit:contain !important}.wevg--footer-logo strong{display:block;font-size:1.1rem;letter-spacing:.04em}.wevg--footer-logo-icon{display:flex;flex-direction:row;align-items:center;width:100%;height:36px;margin:0 0 16px;font-size:20px;font-weight:700;color:#fff;gap:8px}.wevg--footer-logo-icon img{object-fit:contain !important}.wevg--footer-social{display:flex;gap:1rem}.wevg--footer-social a{width:40px;height:40px;border-radius:50%;background:color-mix(in oklab, #ffffff 10%, transparent);color:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.wevg--footer-social a:hover{background:#009cdf}.wevg--footer-social a svg,.wevg--footer-social a img{display:block;width:20px;height:20px}.wevg--footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;line-height:1.5}.wevg--footer-links li{margin:0}.wevg--footer-links a{font-size:14px}.wevg--footer-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;line-height:1.5}.wevg--footer-contact li{margin:0}.wevg--footer-contact a{font-size:14px;color:rgba(255,255,255,.85);text-decoration:none}.wevg--footer-contact a:hover{color:#5ec4f0}.wevg--footer-bottom{max-width:1200px;margin:0 auto;line-height:1.5;font-size:12px;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.wevg--footer-bottom-hr{margin:0 0 31px;width:100%;height:1px;background:color-mix(in oklab, #ffffff 10%, transparent)}.wevg--footer-bottom p{margin:0;color:#999}.wevg--footer-legal{display:flex;gap:1rem}.wevg--footer-legal a{color:#999;text-decoration:none;transition:color .2s ease}.wevg--footer-legal a:link,.wevg--footer-legal a:visited{color:#999}.wevg--footer-legal a:hover{color:#fff}@media(max-width: 900px){.wevg--footer-inner{grid-template-columns:1fr;gap:2rem}}html{scroll-behavior:smooth}html *,html *::before,html *::after{box-sizing:border-box}body{font-family:Verdana,Geneva,sans-serif;font-size:16px;margin:0;line-height:1.5;color:#666;background:#fff}body h1{font-size:48px}body h1.ausbildung{font-size:56px}body h2{font-size:48px;line-height:1.25;color:#009cdf;margin:0 0 16px}body h2.v2{font-size:30px}body h2.v3{width:100%;position:relative;font-size:20px;text-align:center;padding:0 0 16px}body h2.v3:after{content:"";position:absolute;bottom:0rem;left:0;right:0;margin:auto;width:60px;height:3px;background:#eb7c15;border-radius:calc(.5rem - 4px)}body h3{font-size:24px;color:#009cdf;margin:0 0 8px}body h3.v2{font-size:18px;color:#333}@media(max-width: 640px){body h1{font-size:2rem}body h1.ausbildung{font-size:2.25rem}body h2{font-size:1.75rem}body h2.v2{font-size:1.35rem}body h3{font-size:1.125rem}}
