@charset "UTF-8";.question-item{position:relative;display:grid;grid-template-columns:40px 1fr;align-items:center;padding:12px 12px 12px 8px;overflow:hidden;height:100%;width:100%;gap:4px;border-radius:inherit}.question-item:before{content:"";position:absolute;left:0;width:100px;height:100px;background-color:#7f70c2;border-radius:50%;transform:translate(-40%)}.question-item .question-number-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.question-item .question-number{color:#fff;font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:33px;z-index:1;text-align:center}.question-item .question-content{margin-left:20px;display:flex;flex-direction:column;gap:8px;z-index:1;overflow:hidden}.question-item .question-content .question-title{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px;color:#1e1e1e;line-height:1}.question-item .question-content .question-hashtags{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:15px;color:#7f70c2;line-height:1}@media screen and (min-width: 481px){.question-item{grid-template-columns:58px 1fr!important}.question-item:before{width:130px!important;height:130px!important}.question-item .question-number{font-size:42px!important}.question-item .question-content{margin-left:30px}.question-item .question-content .question-title{font-size:19px!important}.question-item .question-content .question-hashtags{font-size:17px!important}}@media screen and (min-width: 641px){.question-item .question-number{font-size:48px!important}.question-item .question-content .question-title{font-size:24px!important}}.speakingBubble{position:relative;width:100%;margin-bottom:40px;border-radius:24px;height:117px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:600px}.speakingBubble:after{content:"";position:absolute;width:34px;height:34px;bottom:-15px;left:50%;transform:translate(-50%) rotate(45deg)}.speakingBubble-white{background-color:#fff}.speakingBubble-white:after{background-color:#fff}.speakingBubble-purple{background-color:#7f70c2}.speakingBubble-purple:after{background-color:#7f70c2}@media screen and (min-width: 481px){.speakingBubble{margin-bottom:50px!important}.speakingBubble:after{width:45px!important;height:45px!important;bottom:-20px!important}}.question-illustration-container{width:256px;height:256px;background:#FFD700;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.question-illustration-container .question-image-wrapper{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.question-illustration-container .question-image-wrapper img{max-width:unset;width:290px}@media screen and (min-width: 481px){.question-illustration-container{width:320px;height:320px}.question-illustration-container img{width:auto!important;height:363px!important}}.vote-button{width:85px;height:85px;border:5px solid #FFD700;border-radius:50%;position:relative;z-index:1;cursor:pointer;transition:transform .2s ease-in-out;-webkit-tap-highlight-color:transparent;background-color:#fff;box-shadow:0 0 18px #00000029;display:flex;align-items:center;justify-content:center}@media (hover: hover) and (pointer: fine){.vote-button:hover{transform:scale(1.1)}}.vote-button:active{transform:scale(1.1)}.initial{border-color:gold}.initial svg *{fill:#5a5f5f}.voted{border-color:gold}.voted svg *{fill:gold}.not-voted{border-color:#bdbfbf}.not-voted svg *{fill:#dedfdf}.question-container{display:flex;flex-direction:column;align-items:center;position:relative}.question-container .question-actionsAndIllustration-container{position:relative;display:flex;flex-direction:column;align-items:center;width:100%}.question-container .question-actionsAndIllustration-container .question-vote-btn-container{position:absolute;bottom:20px;width:85px;height:85px;display:flex;align-items:center;justify-content:center}.question-container .question-actionsAndIllustration-container .question-vote-btn-container-down{left:0}.question-container .question-actionsAndIllustration-container .question-vote-btn-container-up{right:0}@media screen and (min-width: 481px){.question-container .question-vote-btn-container{width:110px!important;height:110px!important;bottom:80px!important}.question-container .question-vote-btn-container .question-vote-btn-down,.question-container .question-vote-btn-container .question-vote-btn-up{width:inherit!important;height:inherit!important}.question-container .question-vote-btn-container .question-vote-btn-down svg,.question-container .question-vote-btn-container .question-vote-btn-up svg{width:40px!important;height:40px!important}}.progress-container{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:25px;gap:15px}.progress-container .progress-backwards-btn{width:45px;height:25px;background:transparent url(/assets-react/doppelpfeile.svg) no-repeat center center;background-size:contain;opacity:1;transition:opacity .2s ease-in-out}.progress-container .progress-backwards-btn.forward{transform:scaleX(-1)}.progress-container .progress-backwards-btn.disabled{opacity:.25}.progress-container .progress-slider-container{position:relative;width:100%}.progress-container .progress-slider-container .progress-circle{position:absolute;top:50%;transform:translate(-50%,-50%);font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal;background:#FFD700;border:3px solid #fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;box-shadow:0 0 12px #0003;z-index:4;pointer-events:none;transition:left .2s ease}.progress-container .progress-slider-container .progress-track-fill{position:absolute;top:50%;left:0;transform:translateY(-50%);height:8px;background-color:gold;border-radius:50px;z-index:3;pointer-events:none;transition:width .2s ease}.progress-container .progress-slider-container .progress-slider{-webkit-appearance:none;appearance:none;width:100%;z-index:2;cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);background:transparent}.progress-container .progress-slider-container .progress-slider::-webkit-slider-runnable-track{background-color:#5a5f5f;border-radius:50px;height:7px}.progress-container .progress-slider-container .progress-slider::-moz-range-track{background-color:#5a5f5f;border-radius:50px;height:7px}.progress-container .progress-slider-container .progress-slider::-webkit-slider-thumb{-webkit-appearance:none;-webkit-box-shadow:none;appearance:none;margin-top:-20px;cursor:pointer;background-color:transparent;border:none;border-radius:50%;width:50px;height:50px;box-shadow:none;opacity:0}.progress-container .progress-slider-container .progress-slider::-moz-range-thumb{-webkit-appearance:none;-webkit-box-shadow:none;-moz-box-shadow:none;appearance:none;margin-top:-20px;cursor:pointer;background-color:transparent;border:none;border-radius:50%;width:50px;height:50px;box-shadow:none;opacity:0}.progress-container .progress-slider-container .progress-slider::-ms-thumb{margin-top:-20px;width:50px;height:50px;background:transparent;border:none;box-shadow:none;outline:none;cursor:pointer;opacity:0}@media screen and (min-width: 481px){.progress-container{margin-top:45px!important;gap:25px!important}.progress-container .progress-circle{width:75px!important;height:75px!important;font-size:22px!important;border:5px solid #fff!important}.progress-container .progress-backwards-btn{width:48px;height:32px}.progress-container .progress-slider::-webkit-slider-thumb{width:75px!important;height:75px!important;margin-top:-34px!important}.progress-container .progress-slider::-moz-range-thumb{width:75px!important;height:75px!important;margin-top:-34px!important}.progress-container .progress-slider::-ms-thumb{width:75px!important;height:75px!important;margin-top:-34px!important}}.iconButton{width:30px;height:30px;transition:opacity .2s ease-in-out;-webkit-tap-highlight-color:transparent}.iconButton.disabled{opacity:.5}.startScreen{padding:55px 25px 34px;display:flex;flex-direction:column;align-items:center;justify-content:center}.startScreen p{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px;line-height:24px;color:#1e1e1e}.startScreen .startScreen-content{position:relative;margin:34px 0 48px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:fit-content}.startScreen .startScreen-content .startScreen-schild{position:absolute;top:-25px;right:-14px}.startScreen .startScreen-content .startScreen-bild{position:relative;border-radius:30px 0 30px 30px;object-fit:cover;width:340px;height:253px;background:url(/assets-react/startbild-mobile_680x506.jpg) no-repeat center center;background-size:cover}.startScreen .startScreen-content .startScreen-start-btn{width:105px;height:105px;border-radius:50%;font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal;font-size:22px;box-shadow:0 0 12px #0003;position:absolute;bottom:-30px;left:50%;transform:translate(-50%);cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-tap-highlight-color:transparent;border:5px solid #fff;background-color:#5a5f5f;color:gold}.startScreen .startScreen-content .startScreen-start-btn:hover,.startScreen .startScreen-content .startScreen-start-btn:active{background-color:gold;color:#5a5f5f}@media screen and (min-width: 481px){.startScreen{text-align:center;padding-top:77px;padding-bottom:38px;margin-left:auto;margin-right:auto;max-width:900px}.startScreen p{font-size:19px}.startScreen p:first-child{max-width:860px}.startScreen p:last-child{max-width:620px}.startScreen .startScreen-content{margin:65px auto 48px;width:100%}.startScreen .startScreen-content .startScreen-schild{top:-38px!important;right:-16px;width:300px}.startScreen .startScreen-content .startScreen-bild{height:375px!important;background:url(/assets-react/startbild-desktop_600x375.jpg) no-repeat center center;width:100%;max-width:600px}.startScreen .startScreen-start-btn{width:128px!important;height:128px!important;bottom:-20px!important;font-size:27px!important}}@media screen and (min-width: 641px){.startScreen .startScreen-schild{right:-28px!important;width:380px!important}}.apprenticeshipResult-container{background-color:#fff;min-height:77px;width:100%;border-radius:50px 0 0}.apprenticeshipResult-container .apprenticeshipResult-header{display:flex;align-items:center;justify-content:space-between;position:relative;min-height:77px;cursor:pointer}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-left{position:absolute;left:0;top:-8px}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-left .apprenticeshipResult-image-container{width:94px;min-width:94px;height:94px;min-height:94px;border-radius:50%}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-left .apprenticeshipResult-image-container .apprenticeshipResult-image{object-fit:cover;width:100%;height:100%;border-radius:50%}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-left .apprenticeshipResult-score-container{width:35px;min-width:35px;height:35px;min-height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;top:20px;right:-15px}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-left .apprenticeshipResult-score-container .apprenticeshipResult-score{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:11px;color:#1e1e1e;width:27px;min-width:27px;height:27px;min-height:27px;background-color:#fff6;display:flex;align-items:center;justify-content:center;border-radius:50%}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-middle{margin-left:115px;padding:10px 0}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-middle .apprenticeshipResult-title,.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-middle .apprenticeshipResult-subtitle{white-space:normal;color:#5a5f5f;text-wrap:balance;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:13 3 2}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-middle .apprenticeshipResult-title{font-size:18px;margin-bottom:5px;line-height:18px}@media screen and (max-width: 480px){.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-middle .apprenticeshipResult-title{font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal}}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-middle .apprenticeshipResult-subtitle{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:13px;line-height:13px}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-btn{margin:0 10px 0 5px;flex:none;transition:transform .4s;background:transparent url(/assets-react/plus_button.svg) no-repeat center center;width:30px;height:30px;background-size:contain}.apprenticeshipResult-container .apprenticeshipResult-header .apprenticeshipResult-header-btn.rotate{transform:rotate(45deg)}.apprenticeshipResult-container .apprenticeshipResult-details-container{display:flex;flex-direction:column;align-items:center;overflow:hidden}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-description{font-family:Volte Regular,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:300;font-style:normal;font-size:18px;line-height:24px;color:#1e1e1e;margin:20px 22px 25px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container{background-color:#54c0b5;color:#fff;padding:20px;width:-webkit-fill-available;width:-moz-available;margin:0 22px 30px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts-title{font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal;font-size:22px;margin-bottom:10px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts ul{padding-left:0;list-style:none}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts ul li{line-height:25px;text-indent:-20px;padding-left:18px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts ul li:before{content:"\2022";font-size:28px;padding-right:10px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts ul li:not(:last-child){margin-bottom:8px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-btn-container{display:flex;flex-flow:column;align-items:center;width:100%;padding:0 40px;gap:20px;margin-bottom:35px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-btn-container .apprenticeshipResult-details-btn,.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-btn-container .apprenticeshipResult-apply-btn{width:200px}@media screen and (min-width: 481px){.apprenticeshipResult-container .apprenticeshipResult-header-left{top:-11px!important}.apprenticeshipResult-container .apprenticeshipResult-header-left .apprenticeshipResult-image-container{width:100px!important;min-width:100px!important;height:100px!important;min-height:100px!important}.apprenticeshipResult-container .apprenticeshipResult-header-middle{margin-left:180px!important}.apprenticeshipResult-container .apprenticeshipResult-header-middle .apprenticeshipResult-title{font-family:Volte Bold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:700;font-style:normal}.apprenticeshipResult-container .apprenticeshipResult-header-btn{width:32px!important;height:32px!important;margin:0 14px!important}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-description{margin:26px 70px 20px 40px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container{margin:0 70px 30px 40px;padding:20px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts-title{margin-bottom:10px}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-keyFacts-container .apprenticeshipResult-details-keyFacts ul li:not(:last-child){margin-bottom:6px!important}.apprenticeshipResult-container .apprenticeshipResult-details-container .apprenticeshipResult-details-btn-container{flex-direction:row;justify-content:left}}.apprenticeship-btn{font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal;font-size:18px;color:#5a5f5f;text-decoration:none;text-align:center;width:max-content;display:flex;align-items:center;justify-content:center;gap:5px;-webkit-tap-highlight-color:transparent;transition:all .3s;height:48px;line-height:normal}.apprenticeship-btn.disabled{opacity:.5}.apprenticeship-btn-primary{background-color:gold;border:2px solid #FFD700;border-radius:6px;padding:12px 18px}@media (hover: hover){.apprenticeship-btn-primary:hover{background-color:#fff3b2;border-color:#fff3b2}}.apprenticeship-btn-secondary{background-color:transparent;border:2px solid #5A5F5F;border-radius:6px;padding:12px 18px}@media (hover: hover){.apprenticeship-btn-secondary:hover{border-color:gold}}.apprenticeship-btn-text{background-color:transparent;border:none;padding:0}.circularProgress{position:absolute;top:26px;right:-15px}.circularProgress .innerCircle{stroke:transparent;fill:#fffc}.circularProgress .outerCircle{stroke:gold;fill:transparent}.circularProgress .circularProgress-score-text{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:11px;color:#5a5f5f;fill:#5a5f5f}@media screen and (min-width: 481px){.circularProgress{top:50%!important;right:-60px!important;transform:translateY(-50%)!important}.circularProgress .innerCircle{stroke:#707070!important;fill:transparent}.circularProgress .circularProgress-score-text{font-size:13px!important}}.results-container{padding:50px 25px 40px;display:flex;flex-direction:column;align-items:center;position:relative;justify-content:space-between;min-height:500px}.results-container .results-bubble{height:70px!important;margin-bottom:40px!important}.results-container .results-bubble .result-title,.results-container .results-bubble .result-subtitle{color:#fff;z-index:1}.results-container .results-bubble .result-title{font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal;font-size:24px}.results-container .results-bubble .result-subtitle{font-family:Volte Medium,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:400;font-style:normal;font-size:18px}.results-container .results-group-animation-container.marginBottom{margin-bottom:30px}.results-container .results-group-animation-container .results-item-animation-container{min-height:77px;width:100%}.results-container .results-group-animation-container .results-item-animation-container:not(:last-of-type){margin-bottom:30px}.results-container .results-buttons-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:20px}.results-container .results-buttons-container .result-resetBtn,.results-container .results-buttons-container .result-showMoreBtn{font-family:Volte Semibold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:600;font-style:normal;font-size:18px;color:#5a5f5f}.results-container .results-buttons-container .result-showMoreBtn{background-color:gold;border-radius:6px;padding:12px 26px}.results-container .results-buttons-container .results-reset-btn,.results-container .results-buttons-container .results-showMore-btn{margin-top:30px}.results-container .results-buttons-container .results-reset-btn img{width:18px}@media screen and (min-width: 481px){.results-container{padding:91px 20px 60px!important;min-height:700px!important;max-width:702px;margin-left:auto;margin-right:auto}.results-container .results-bubble{max-width:365px;margin-bottom:50px!important}.results-container .results-bubble:after{bottom:-12px!important}.results-container .results-group-animation-container.marginBottom{margin-bottom:55px}.results-container .results-group-animation-container .results-item-animation-container:not(:last-of-type){margin-bottom:55px!important}.results-container .results-buttons-container .results-reset-btn,.results-container .results-buttons-container .results-showMore-btn{width:194px;margin-top:60px}}@font-face{font-family:Volte Regular;src:url(/assets/EweCom/fonts/Volte/Regular/Volte-Regular-eot.eot?v=1.1.0);src:url(/assets/EweCom/fonts/Volte/Regular/Volte-Regular-eot.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(/assets/EweCom/fonts/Volte/Regular/Volte-Regular-otf.otf?v=1.1.0) format("opentype"),url(/assets/EweCom/fonts/Volte/Regular/Volte-Regular-svg.svg?v=1.1.0#Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Volte Medium;src:url(/assets/EweCom/fonts/Volte/Medium/Volte-Medium-eot.eot?v=1.1.0);src:url(/assets/EweCom/fonts/Volte/Medium/Volte-Medium-eot.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(/assets/EweCom/fonts/Volte/Medium/Volte-Medium-otf.otf?v=1.1.0) format("opentype"),url(/assets/EweCom/fonts/Volte/Medium/Volte-Medium-svg.svg?v=1.1.0#Medium) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Volte Semibold;src:url(/assets/EweCom/fonts/Volte/Semibold/Volte-Semibold-eot.eot?v=1.1.0);src:url(/assets/EweCom/fonts/Volte/Semibold/Volte-Semibold-eot.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(/assets/EweCom/fonts/Volte/Semibold/Volte-Semibold-otf.otf?v=1.1.0) format("opentype"),url(/assets/EweCom/fonts/Volte/Semibold/Volte-Semibold-svg.svg?v=1.1.0#Semibold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Volte Bold;src:url(/assets/EweCom/fonts/Volte/Bold/Volte-Bold-eot.eot?v=1.1.0);src:url(/assets/EweCom/fonts/Volte/Bold/Volte-Bold-eot.eot?#iefix&v=1.1.0) format("embedded-opentype"),url(/assets/EweCom/fonts/Volte/Bold/Volte-Bold-otf.otf?v=1.1.0) format("opentype"),url(/assets/EweCom/fonts/Volte/Bold/Volte-Bold-svg.svg?v=1.1.0#Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}*{margin:0}.ausbildungsmatcher{background-color:#f5f5f5;position:relative;width:calc(100% + 52px);margin-top:33px;margin-bottom:20px;scroll-margin-top:80px}@media screen and (max-width: 480px){.ausbildungsmatcher{margin-left:-26px;margin-right:-26px}}@media screen and (max-width: 480px) and (min-height: 750px){.ausbildungsmatcher{scroll-margin-top:150px!important}}@media screen and (max-height: 899px) and (min-width: 481px) and (max-width: 1279px){.ausbildungsmatcher{scroll-margin-top:50px!important}}@media screen and (max-height: 899px) and (min-width: 1280px){.ausbildungsmatcher{scroll-margin-top:100px!important}}.ausbildungsmatcher .apprenticeshipMatcher-title{text-align:center;font-family:Volte Bold,Calibri,Helvetica Neue,Arial,sans-serif;font-weight:700;font-style:normal;font-size:21px;color:gold;background:#5A5F5F;border-radius:22px 22px 0;height:60px;width:max-content;padding:15px 20px;position:absolute;left:25px;top:-33px}.ausbildungsmatcher .questions{padding:50px 25px 70px}@media screen and (min-width: 481px){.ausbildungsmatcher{width:100%;min-height:700px;max-width:1124px;margin-top:68px;margin-bottom:68px;scroll-margin-top:220px}.ausbildungsmatcher .apprenticeshipMatcher-title{height:auto;font-size:28px;padding:20px 0 20px 37px;border-radius:30px 30px 0;top:-40px;min-width:400px;width:-webkit-fill-available;width:-moz-available;max-width:450px;text-align:left}.ausbildungsmatcher .questions{padding:80px 20px 30px;max-width:702px;margin-left:auto;margin-right:auto}}@media screen and (min-width: 641px){.apprenticeshipMatcher-title{font-size:35px!important;padding:25px 0 25px 37px!important;max-width:530px!important}}
