:root{--primary-a:#414042;--primary-b:#006595;--primary-c:#0095DA;--primary-d:#37C1ED;--blue-900:#0A1A5C;--blue-800:#0077A0;--blue-700:#1B77B9;--cyan-500:#00AEEF;--green-700:#266041;--steel-600:#347292;--red-700:#A70E13;--yellow-500:#FDB714;--neutral-900:#090B0D;--neutral-700:#414042;--neutral-600:#6D6E71;--neutral-400:#A7A9AC;--neutral-300:#D1D3D4;--background-light:#ffffff;--background-blue:#0095DA;--background-header:#006595;--text-light:#000000;--button-light:#0095DA;--font-primary:"Trebuchet MS",sans-serif}body,html{margin:0;padding:0;font-family:var(--font-primary);font-size:1rem;font-style:normal;font-weight:400;line-height:normal;background:var(--background-light);color:var(--text-light)}.frame{background-color:var(--background-light);backdrop-filter:blur(10px);box-shadow:0 8px 30px rgba(0,0,0,.25),inset 0 1px 0 rgba(255,255,255,.6)}.login-page{background-color:var(--background-blue);width:100%;display:flex;justify-content:center}.button{background-color:var(--button-light);border:none;outline:none;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer}.button:hover{filter:brightness(90%)}.form-button-wrapper{display:flex;justify-content:center}.form-control{border:2px solid black;font-size:1rem;font-family:inherit}.form-control,.form-control:focus{background-color:var(--background-light);color:var(--text-light)}.form-control:focus{outline:none;box-shadow:0 0 0 2px rgba(0,149,218,.2);border-color:var(--button-light)}.form-control::placeholder{color:var(--text-light)}.form-control.select-control,select.form-control{background-color:var(--background-light);border-radius:1.25rem;border:2px solid black;color:var(--text-light);width:100%;height:4rem;padding:0 1rem;font-size:1rem;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 16px}.form-control.select-control:focus,select.form-control:focus{outline:none;box-shadow:0 0 0 2px rgba(0,149,218,.2);border-color:var(--button-light)}select.form-control::-ms-expand{display:none}.form-title{font-size:2.75rem;font-weight:700;text-align:center;word-break:break-word;hyphens:auto;margin-bottom:2rem;margin-top:.5rem}.form-fields{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.form-fields>*{width:100%}.survey-page{background-color:var(--background-light);min-height:100vh;flex-direction:column}.survey-header,.survey-page{width:100%;display:flex;align-items:center}.survey-header{justify-content:space-between;background:var(--background-header);padding:.5rem 4rem .5rem 3rem;color:white}.header-title{font-size:2rem;font-weight:700;text-align:center;color:white}.pause-button{background:white;color:var(--background-header);padding:.5rem 1rem;border-radius:1rem;border:none;font-weight:600;cursor:pointer;margin-right:1rem}.themenkachel-frame{gap:.8rem;padding:1rem;background:var(--background-light);width:100%;max-width:1400px;margin:0 auto}.survey-step,.themenkachel-frame{display:flex;justify-content:center}.survey-step{background:#e0e0e0;color:#000;width:300px;height:75px;font-size:.8rem;font-weight:700;text-align:center;line-height:1;align-items:center;cursor:pointer;transition:background .2s ease;clip-path:polygon(0 0,92% 0,100% 50%,92% 100%,0 100%,8% 50%);padding:0 .5rem;white-space:normal;word-break:break-word;hyphens:auto}.survey-step.active{background:var(--button-light);color:#fff}.survey-step:hover{background:#ccc}.survey-container{padding:2rem;gap:2rem}.survey-content{background-color:var(--background-light);border-radius:1rem;box-shadow:0 4px 10px rgba(0,0,0,.1);padding:0 2rem 1rem;margin:1rem 0;width:100%;max-width:1300px;flex:1 1 auto;max-height:calc(100vh - 340px);overflow-y:auto}.survey-block-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.survey-question{margin-bottom:1rem;padding-bottom:1rem;border-bottom:none}.question-text{font-weight:500;font-size:1rem;margin-bottom:.75rem}.question-input,.question-textarea{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid #ccc;font-size:1rem;font-family:inherit;background-color:var(--background-light);transition:border-color .2s ease,box-shadow .2s ease}.question-input:focus,.question-textarea:focus,.tbl-input:focus{outline:none;border-color:var(--button-light);box-shadow:0 0 0 2px rgba(0,149,218,.2)}.option-label{display:flex;align-items:center;margin-bottom:.5rem;gap:.5rem;font-size:.9rem}.survey-navigation{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 3rem;position:fixed;bottom:0;left:0;right:0;background:var(--background-light);box-sizing:border-box;gap:1rem}.nav-left,.nav-right{flex:0 0 auto}.nav-center{flex:1;text-align:center;display:flex;align-items:center;justify-content:center}.progress-text{font-size:.9rem;color:#333;line-height:1.5}.survey-navigation .button{padding:.5rem 1rem;border-radius:1.25rem;min-width:auto;text-align:center;background-color:#e0e0e0;color:#000;font-size:.9rem;font-weight:600;transition:background-color .2s ease}.survey-navigation .button:hover{background-color:#007bb8}.button:disabled{opacity:.5;cursor:not-allowed}.ord-wrapper{display:flex;flex-direction:column;margin-top:1rem;width:100%}.ord-row{display:grid;grid-template-columns:180px 1fr;align-items:center;width:100%}.ord-label{font-weight:600;text-align:left;align-self:center;padding-top:0}.ord-scale{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:auto auto;text-align:center;gap:.5rem 1rem;width:100%}.ord-option{display:contents}.ord-desc{grid-row:1;font-size:.8rem;line-height:1.2;word-break:break-word;text-align:center}.ord-option input[type=radio]{grid-row:2;width:1.2rem;height:1.2rem;accent-color:var(--button-light);cursor:pointer;margin:0 auto}.tbl-wrapper{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;width:100%}.tbl-row{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:.75rem 1rem;padding:.5rem 0}.tbl-row:last-child{border-bottom:none}.tbl-label{font-weight:500;font-size:.95rem;text-align:left;color:var(--text-light);white-space:nowrap}.tbl-input{width:100%;max-width:80%;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #ccc;font-size:1rem;font-family:inherit;background-color:var(--background-light);transition:border-color .2s ease,box-shadow .2s ease}.progress-bar-container{width:1400px;margin:12px 0;text-align:center}.progress-bar-track{background-color:#eee;height:8px;border-radius:4px;overflow:hidden;margin-bottom:5px}.progress-bar-fill{height:100%;background-color:var(--button-light);transition:width .3s ease}.progress-bar-text{font-size:.9rem;color:#333}.modal-backdrop{position:fixed;inset:0;background-color:rgba(0,0,0,.4);z-index:1000;justify-content:center}.modal,.modal-backdrop{display:flex;align-items:center}.modal{background:var(--background-light);padding:2rem;border-radius:1.25rem;box-shadow:0 4px 16px rgba(0,0,0,.2);max-width:26rem;width:90%;flex-direction:column;gap:1.5rem}.modal h3{font-size:1.5rem;font-weight:700}.modal h3,.modal p{margin:0;text-align:center}.modal p{font-size:1rem;color:var(--text-light)}.modal-actions{display:flex;gap:1rem;justify-content:center;width:100%}.modal .button{flex:1;padding:.75rem 1.5rem;border-radius:1.25rem;font-size:1rem;font-weight:600;cursor:pointer;text-align:center}.modal .button.confirm{background-color:var(--button-light);color:white;border:none}.modal .button.cancel{background-color:#e0e0e0;color:#000;border:none}.modal .button:hover{filter:brightness(90%)}.survey-page.admin-page{align-items:stretch}.admin-shell{display:grid;grid-template-columns:240px 1fr 240px;gap:1rem;width:100%;box-sizing:border-box;padding:1rem}.admin-sidebar{grid-column:1;position:sticky;top:0;align-self:start;border-radius:1.25rem;background:rgba(0,149,218,.06);border:1px solid rgba(0,101,149,.12);padding:1rem}.admin-main{grid-column:2;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:1.25rem;min-width:0}.admin-main>*{max-width:100%}.admin-nav+.admin-nav{margin-top:1.25rem}.admin-nav-section{font-size:.8rem;font-weight:700;color:var(--neutral-600);padding:.5rem .75rem}.admin-nav-list{list-style:none;margin:.25rem 0 0;padding:0;display:grid;gap:.25rem}.admin-nav-link{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:.75rem;text-decoration:none;color:var(--neutral-900);background:transparent;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.admin-nav-link:hover{background:rgba(0,149,218,.08)}.admin-nav-link:focus-visible{outline:none;box-shadow:inset 0 0 0 2px rgba(0,149,218,.25)}.admin-nav-link.active{background:var(--primary-d);color:var(--blue-900);box-shadow:inset 0 1px 0 rgba(0,0,0,.04)}.admin-nav-icon{justify-self:center;opacity:.9}.admin-frame{background-color:var(--background-light);border-radius:1.25rem;padding:2rem;margin:0 auto;width:100%;min-width:28rem;max-width:36rem}.admin-frame.hug{flex:0 0 auto}.admin-frame .form-control,.admin-frame .form-fields{width:100%}.admin-frame--wide{width:100%;min-width:0}.answers-content{padding-top:1rem}.company-list-title{margin-top:0;margin-bottom:1rem}.company-list{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;max-height:400px;overflow-y:auto}.company-list-item{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:.75rem;padding:.6rem .75rem;border-radius:.75rem;text-decoration:none;color:var(--neutral-900);background:transparent;transition:background .12s ease,color .12s ease,box-shadow .12s ease}.company-list-item:hover{background:rgba(0,149,218,.08)}.company-id{opacity:.7;margin-left:8px}.company-detail-title{margin-top:0;margin-bottom:1rem}.company-detail{display:flex;flex-direction:column}.company-detail-row{margin-bottom:.75rem;font-size:1rem}.company-detail-row:last-of-type{margin-bottom:1.25rem}.company-detail-actions{display:grid;gap:.5rem}.select-control{border:2px solid black;border-radius:1.25rem;box-shadow:none}.company-panel{display:flex;gap:2rem;align-items:flex-start;width:100%}.company-panel>*{flex:1}.company-list-wrapper{max-height:460px;overflow-y:auto;padding:1rem;border-radius:1rem;border:1px solid var(--neutral-300);background:var(--background-light);box-shadow:0 2px 6px rgba(0,0,0,.05)}.admin-users{padding:2rem;overflow-x:auto}.admin-users__title{font-size:1.5rem;font-weight:600;margin-bottom:1.25rem}.admin-users__table{width:100%;border-collapse:collapse}.admin-users__table td,.admin-users__table th{text-align:left;padding:.75rem 1rem;font-size:.95rem;border-bottom:1px solid #e5e7eb}.admin-users__name{font-weight:600}.admin-users__email{font-size:.85rem;color:var(--neutral-600)}.admin-users__status{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.admin-users__status--submitted{background-color:#dcfce7;color:#15803d}.admin-users__status--open{background-color:#fee2e2;color:#b91c1c}.tbl-header{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:.75rem;font-weight:600;padding:.5rem 0;margin-bottom:-.25rem;margin-top:.25rem}.kundensichtbar-header{font-size:.9rem;white-space:nowrap;text-align:center;color:var(--neutral-700);padding-right:.25rem}.kundensichtbar-header,.kundensichtbar-label{display:flex;align-items:center;justify-content:center;height:100%}.kundensichtbar-label{font-size:.85rem;padding:.25rem 0}.dashboard-tile-content.color-blue{--tile-bg:var(--primary-d);--tile-fg:var(--blue-900)}.dashboard-tile-content.color-green{--tile-bg:var(--green-700);--tile-fg:#ffffff}.dashboard-tile-content.color-purple{--tile-bg:var(--blue-700);--tile-fg:#ffffff}.dashboard-tile-content.color-orange{--tile-bg:var(--yellow-500);--tile-fg:var(--blue-900)}.dashboard-tile-content.color-gray{--tile-bg:var(--neutral-300);--tile-fg:var(--neutral-900)}.privacy-overlay{backdrop-filter:blur(6px);background:rgba(0,0,0,.45)}.privacy-modal{background:var(--background-light);box-shadow:0 10px 30px rgba(0,0,0,.25);animation:popupFadeIn .25s ease-out}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.privacy-title{font-size:24px;font-family:inherit;font-weight:600;margin-bottom:20px}.privacy-text{color:var(--text-light);line-height:1.45;white-space:pre-wrap;line-height:1.6}#__next,.page-wrapper,body,html,main{height:100%;overflow:hidden;background:var(--background-light)}#__next,.login-page .page-wrapper,.page-wrapper,body,html,main{position:relative;display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center}.login-page .page-wrapper{background:var(--background-blue);min-height:100vh}.login-page .logo{position:absolute;top:2rem;left:4rem}.frame{min-height:28rem;min-width:23rem;width:100%;padding:2rem;border-radius:1.25rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch}.frame.hug{flex:0}.vertical-flex{height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;gap:2rem;align-self:stretch}.vertical-flex.hug{height:auto;flex:0 0 auto}.horizontal-flex{width:100%;min-height:2rem;justify-content:space-between;gap:2rem;align-self:stretch}.button,.horizontal-flex{display:flex;align-items:center}.button{justify-content:center;align-self:center;min-height:3rem;padding:0 1.5rem;border-radius:1.25rem}.display.text{padding:2rem}.button.hug,.display.hug{flex:0 0 auto;padding:0 2rem}.display.hug .text{gap:0}.form-control{width:80%;height:4rem;padding:0 1rem;border-radius:1.25rem}.landing-page{display:flex;width:24rem;justify-content:center;align-items:center;gap:2rem}.logo{position:absolute;top:2rem;left:4rem;width:18rem;height:auto;z-index:10}.survey-container{display:flex;flex-direction:column;align-items:center;width:100%;gap:1rem;background:var(--background-light);padding:0 2rem 6rem}.confirmation-page-wrapper{background-color:var(--background-blue);min-height:100vh}.confirmation-page-wrapper,.confirmation-page-wrapper .frame{width:100%;display:flex;justify-content:center;align-items:center}.confirmation-page-wrapper .frame{min-width:23rem;max-width:24rem;padding:2rem;border-radius:1.25rem;flex-direction:column}.confirmation-page-wrapper .form-title{font-size:1.75rem;font-weight:700;text-align:center;word-break:break-word;hyphens:auto;margin-bottom:2rem}.confirmation-page-wrapper .button{margin-top:1rem}.dashboard-container{padding:2rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem}.dashboard-tile{text-decoration:none;color:inherit}.dashboard-tile-content{background-color:var(--tile-bg,#ffffff);color:var(--tile-fg,#000000);border-radius:16px;padding:3rem 2.25rem;text-align:center;box-shadow:0 6px 14px rgba(0,0,0,.12);transition:transform .12s ease,box-shadow .12s ease,filter .12s ease;outline:none}.dashboard-tile-content:hover{transform:translateY(-4px);box-shadow:0 12px 22px rgba(0,0,0,.14);filter:saturate(1.06)}.dashboard-tile-content:focus-visible{box-shadow:0 0 0 3px rgba(0,149,218,.25),0 10px 24px rgba(0,0,0,.18)}.dashboard-tile-icon{display:inline-flex;font-size:2.25rem;line-height:1;margin-bottom:.75rem}.dashboard-tile-title{margin:.25rem 0 .5rem;font-size:1.5rem;font-weight:800}.dashboard-tile-subtitle{margin:0;font-size:1.1rem;opacity:.9}@media (max-width:640px){.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.dashboard-tile-content{padding:2rem 1.5rem}.dashboard-tile-title{font-size:1.25rem}.dashboard-tile-subtitle{font-size:1rem}}.privacy-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:9999}.privacy-modal{width:700px;max-width:90%;padding:30px;border-radius:1.25rem;max-height:80%;display:flex;flex-direction:column}.privacy-text{flex-grow:1;overflow-y:auto;margin-bottom:25px;padding-right:5px}.privacy-buttons{display:flex;justify-content:flex-end;gap:12px}