:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:var(--clr-main-light);background-color:var(--clr-main-medium-dark);--var-reduced-width: 72ch;--var-reduced-height: 600px;--clr-wrong: rgba(255, 0, 0, .5);--clr-correct: rgba(0, 255, 0, .5);--clr-not-set: rgba(255, 255, 0, .5);--clr-main-dark: #111111;--clr-main-medium-dark: #333333;--clr-main-light: #f9e9e9;--clr-main-medium: #888888;--clr-main-accent: #e53838;--clr-detective-dark: #0a2033;--clr-detective-light: #f1faee;--clr-detective-yellow: #fdc05d;--clr-detective-blue: #3384c8;--clr-detective-red: #e63946;--clr-monogram-dark: #050505;--clr-monogram-light: #f1faee;--clr-monogram-pink: #ec8eba;--clr-monogram-blue: #65c5f0;--clr-monogram-violet: #c300e5;--clr-adventuremail-red: #7e0000;--clr-guugel-black: #090909;--clr-guugel-white: #ffffff;--clr-guugel-grey: #333333;--clr-guugel-light-grey: #777777;--clr-guugel-red: #eb3340;--clr-guugel-orange: #E96B26;--clr-guugel-gruen: #6BB987;--clr-guugel-blue: #4DBDF9;--clr-guugel-link: #313bff;--clr-hr-rot: #970003;--clr-hr-dark: #131313;--clr-hr-medium-dark: #5c5c5c;--clr-hr-medium-grey: #888888;--clr-hr-light-grey: #c9c9c9;--clr-hr-white: #ffffff;--clr-hr-blue: #0B5287;--clr-ebrief-blue: rgb(30, 111, 220);--clr-ebrief-light: #f1faee;--clr-ebrief-dark: #0a2033;--clr-ebrief-grey-light: #999999;--clr-ebrief-grey-dark: #333333}.flex-list-vertical{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.center-content-vertical{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.flex-list-horizontal{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}.f-gap-1rem{gap:1rem}.f-gap-0_5rem{gap:.5rem}.m-b-e-0_5rem{margin-block-end:.5rem}.h-center-text-content{text-align:center}.v-center-table-content{vertical-align:center}h1{font-size:2rem;font-weight:600;margin-block-end:1rem}h2{font-size:1.5rem;font-weight:500;margin-block-end:1rem}h3{font-size:1.25rem;font-weight:500;margin-block-end:1rem}h4{font-size:1.1rem;font-weight:500;font-style:italic;margin-block-end:1rem}button{border:2px solid transparent;outline:2px solid transparent;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .3s;width:fit-content;margin-block:1rem}button:hover{border-color:var(--clr-main-medium)}button,input,textarea,select{padding-inline-start:1rem;background-color:var(--clr-main-dark);color:var(--clr-main-light)}button :focus,button :focus-visible,input :focus,input :focus-visible,textarea :focus,textarea :focus-visible,select :focus,select :focus-visible{outline:2px inset var(--clr-main-accent)}button.wrong,input.wrong,textarea.wrong,select.wrong{background-color:var(--clr-wrong)!important;color:var(--clr-main-dark)!important}button.correct,input.correct,textarea.correct,select.correct{background-color:var(--clr-correct)!important;color:var(--clr-main-dark)!important}button.not-answered,input.not-answered,textarea.not-answered,select.not-answered{background-color:var(--clr-not-set)!important;color:var(--clr-main-dark)!important}th,td{padding-inline:.5rem;padding-block:.25rem;text-align:start;vertical-align:center}body{min-width:320px;height:100vh;height:100svh;overflow:hidden}#app{position:fixed;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100vw;height:100vh;max-width:1280px;left:50%;transform:translate(-50%);overflow:hidden}.website-header{width:100%;min-height:60px;flex-shrink:0}.website-main-content-wrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;contain:content;flex-grow:1;overflow:hidden}.intro-screen,.outro-screen{margin-block:auto;width:100%;max-width:var(--var-reduced-width);min-height:var(--var-reduced-height);padding:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;overflow:auto;background-color:#3c3c3c;box-shadow:0 0 50px 5px #00000080}.intro-text{font-size:1.2rem;font-weight:500;text-align:center}.introscreen button{position:relative}.app-screen-wrapper{width:100%;max-width:var(--var-reduced-width);height:100%;min-height:400px;position:relative;background-color:#3c3c3c;box-shadow:0 0 100px 10px #00000080}.fenster-wrapper header{background-color:var(--clr-main-medium-dark)}.oneeye-app-wrapper{min-height:400px;display:flex;flex-direction:column;justify-content:flex-start;gap:1rem;padding:1rem}.oneeye-app-wrapper *:disabled{color:var(--clr-main-medium)}.oneeye-app-wrapper,.oneeye-app-wrapper section{min-width:fit-content;color:var(--clr-detective-yellow);background-color:var(--clr-detective-dark)}.oneeye-app-wrapper :focus,.oneeye-app-wrapper :focus-visible{outline:2px inset var(--clr-detective-yellow)}.oneeye-app-wrapper button{border-radius:5px;background-color:var(--clr-detective-blue);color:var(--clr-detective-dark)}.oneeye-app-wrapper input,.oneeye-app-wrapper select,.oneeye-app-wrapper textarea{width:20ch;min-height:1.5rem;border-radius:5px;background-color:var(--clr-detective-dark);color:var(--clr-detective-yellow)}.oneeye-app-wrapper input{padding-inline-start:.5rem}.oneeye-app-wrapper input[type=radio],.oneeye-app-wrapper input[type=checkbox]{width:1.2rem;height:1.2rem;margin-inline-end:.5rem}@media screen and (min-width: 768px){.intro-screen,.outro-screen{justify-content:center}}:root{-webkit-hyphens:auto;hyphens:auto;color-scheme:light dark;font-size:16px;line-height:1.2;font-weight:400;font-variant-numeric:tabular-nums;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box;touch-action:manipulation;user-select:none;-webkit-user-select:none}input,textarea{user-select:text;-webkit-user-select:text}*{margin:0;padding:0;font:inherit}img,picture,svg,video{display:block;max-width:100%}button[data-v-02806931]{margin:0}.overlay-wrapper[data-v-02806931]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#454545cc;z-index:100}.overlay[data-v-02806931]{display:flex;flex-direction:column;width:90%;max-width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#000;background-color:#fff;border:3px solid black}.overlay-header[data-v-02806931]{padding:0;border:none;padding-left:1rem;background-color:gray;align-items:center;display:flex;justify-content:space-between}.overlay-content[data-v-02806931]{display:flex;flex-direction:column;align-items:left;gap:1rem;padding:1rem}header[data-v-714136b0]{display:flex;justify-content:flex-end;box-shadow:0 0 20px 2px #000c}header button[data-v-714136b0]{width:60px;height:auto;background-color:#7e0000;font-size:1.5rem;font-weight:700;flex-shrink:0;margin:3px}.guugel-wrapper[data-v-eb48b729]{min-height:400px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-block-end:1.5rem;gap:2rem;background-color:var(--clr-guugel-black)}.search-wrapper[data-v-eb48b729]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:fit-content}.search-wrapper img[data-v-eb48b729]{margin:2rem;width:300px}.search-wrapper form[data-v-eb48b729]{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;width:100%}.search-wrapper form input[data-v-eb48b729]{position:relative;padding-inline-start:1rem;width:80%;height:40px;border-radius:20px;border:2px solid var(--clr-guugel-light-grey)}.search-wrapper form button[data-v-eb48b729]{background-color:var(--clr-guugel-grey);height:40px;border-radius:5px}.search-wrapper .kein-ergebnis[data-v-eb48b729]{color:var(--clr-guugel-red);margin-top:1rem;font-size:1.2rem;text-align:center}.ergebnisse-wrapper[data-v-eb48b729]{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1.5rem}.ergebnisse-wrapper .ergebnis[data-v-eb48b729]{max-width:400px;margin-inline-start:1rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:5px}.ergebnisse-wrapper .ergebnis .ersteZeile[data-v-eb48b729]{display:flex;align-items:center;justify-content:flex-start;gap:10px}.ergebnisse-wrapper .ergebnis .ersteZeile .logo[data-v-eb48b729]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--clr-guugel-gruen);background-color:var(--clr-guugel-white);border-radius:20px;font-size:20px;font-weight:700}.ergebnisse-wrapper .ergebnis .ersteZeile .linkText[data-v-eb48b729]{font-size:.9rem;font-style:italic}.ergebnisse-wrapper .ergebnis .zweiteZeile[data-v-eb48b729]{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:5px}.ergebnisse-wrapper .ergebnis .zweiteZeile .titel[data-v-eb48b729]{font-size:1.2rem;font-weight:700;text-decoration:underline;color:var(--clr-guugel-blue);cursor:pointer}.ergebnisse-wrapper .ergebnis .zweiteZeile .beschreibung[data-v-eb48b729]{font-style:italic;font-size:1rem}.ebrief-app-wrapper[data-v-13c5d673]{padding:1rem;color:var(--clr-ebrief-dark);background-color:var(--clr-ebrief-blue)}.ebrief-mode[data-v-13c5d673]{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:1rem;width:100%}.ebrief-header[data-v-13c5d673]{background-color:var(--clr-ebrief-light);padding:.5rem;width:100%;border-radius:8px;display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:.5rem}.ebrief-header .ebrief-header-inputs[data-v-13c5d673]{flex-basis:70%;flex-grow:1}.ebrief-header .ebrief-header-inputs .ebrief-header-inputs-row[data-v-13c5d673]{flex-grow:1;width:100%;flex-basis:100%;border-bottom:1px solid var(--clr-ebrief-grey-light);padding-bottom:4px}.ebrief-header .ebrief-header-inputs .ebrief-header-inputs-row .ebrief-header-inputs-row-input[data-v-13c5d673]{flex-basis:100%;flex-grow:1}.ebrief-header .ebrief-header-inputs .ebrief-header-inputs-row .ebrief-header-inputs-row-input input[data-v-13c5d673]{width:100%;border:1px solid var(--clr-ebrief-grey-dark);color:var(--clr-ebrief-dark);background-color:var(--clr-ebrief-grey-light)}.ebrief-header .ebrief-header-send[data-v-13c5d673]{flex-basis:100px}.ebrief-header .ebrief-header-send button[data-v-13c5d673]{height:100%;background-color:var(--clr-ebrief-blue);border-radius:2px 6px 6px 2px;margin:unset}.ebrief-body[data-v-13c5d673]{background-color:var(--clr-ebrief-light);line-height:1.8rem;padding:.5rem;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.8rem;border-radius:8px}.ebrief-body .ebrief-body-text>input[data-v-13c5d673]{color:var(--clr-ebrief-dark);height:1.4rem;font-size:1rem;flex-basis:20ch;background-color:var(--clr-ebrief-grey-light);border:unset;border-bottom:1px solid var(--clr-ebrief-grey-dark);margin-left:.5ch;margin-right:.2rem;padding-inline:.2ch;padding-block:0px}.ebrief-body .ebrief-zutat[data-v-13c5d673]{align-items:flex-end}.ebrief-body .ebrief-zutat input[data-v-13c5d673]{color:var(--clr-ebrief-dark);width:100%;border:1px solid var(--clr-ebrief-grey-dark);background-color:var(--clr-ebrief-grey-light)}.fenster-wrapper[data-v-87281d8d]{width:100%;display:flex;flex-direction:column;background-color:var(--clr-main-dark);border:2px solid black}.fenster-wrapper header[data-v-87281d8d]{display:flex;height:40px;flex-shrink:0;border-bottom:2px solid white;align-items:center;justify-content:space-between}.fenster-wrapper header .titel[data-v-87281d8d]{font-size:large;margin-left:10px}.fenster-wrapper header .buttons[data-v-87281d8d]{display:flex;height:100%}.fenster-wrapper header button[data-v-87281d8d]{margin:0;width:40px;height:100%;display:flex;justify-content:center;align-items:center;font-size:1rem}.fenster-wrapper .fenster-content[data-v-87281d8d]{flex-grow:1;overflow:auto}.app-screen-wrapper[data-v-8efdb2c5]{overflow:hidden;contain:content}.bg-img[data-v-8efdb2c5]{content:"";position:absolute;width:100%;height:100%;background:url(/assets/AppScreenBackground-24d408f0.png) no-repeat center center fixed;z-index:-2}.bg-img[data-v-8efdb2c5]:after{content:"";position:absolute;width:100%;height:100%;background-image:linear-gradient(to bottom left,rgba(163,235,134,.279) 50%,65%,rgba(0,0,0,.595));opacity:.8;z-index:-1}.app-screen-content-wrapper[data-v-8efdb2c5]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:transparent;overflow:hidden}.visible-apps-wrapper[data-v-8efdb2c5]{display:none}.thereAreVisibleApps .visible-apps-wrapper[data-v-8efdb2c5]{display:flex;flex-direction:column;flex-grow:1;width:100%;height:100%;justify-content:flex-start;align-items:center;gap:1rem;overflow-y:auto}.apps-wrapper[data-v-8efdb2c5]{display:flex;flex-wrap:wrap;flex-grow:1;height:100%;width:90%;justify-content:center;align-items:center;align-content:center;gap:1rem}.thereAreVisibleApps .apps-wrapper[data-v-8efdb2c5]{border-top:3px solid black;position:relative;order:2;height:100px;flex-shrink:0;flex-grow:unset}.thereAreVisibleApps .apps-wrapper[data-v-8efdb2c5]:after{content:"";position:absolute;width:100%;background-color:var(--clr-main-medium-dark);height:100%;opacity:.4;z-index:-1}.app-wrapper[data-v-8efdb2c5]{position:relative;flex-basis:150px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.thereAreVisibleApps .apps-wrapper .app-wrapper[data-v-8efdb2c5]{flex-basis:50px}.app-wrapper .app-name[data-v-8efdb2c5]{margin-top:.5rem}.thereAreVisibleApps .apps-wrapper .app-name[data-v-8efdb2c5]{display:none}.app-wrapper .app-indicator[data-v-8efdb2c5]{position:absolute;top:0;right:0;width:2rem;height:2rem;background-color:var(--clr-main-accent);color:var(--clr-main-light);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;transform:translate(.5rem,-1rem)}.thereAreVisibleApps .apps-wrapper .app-indicator[data-v-8efdb2c5]{width:1rem;height:1rem;font-size:.5rem;transform:translate(.5rem,-.5rem)}.thereAreVisibleApps .app-open[data-v-8efdb2c5]:after{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);display:block;content:"";width:5px;height:5px;background-color:var(--clr-main-light);box-shadow:0 0 12px 4px var(--clr-main-accent);border-radius:50%}.minimized-apps-area[data-v-8efdb2c5]{position:relative;display:none}.minimized-apps-area .title[data-v-8efdb2c5]{margin-bottom:.5rem;width:100%}.thereAreMinimizedApps .minimized-apps-area[data-v-8efdb2c5]{order:1;width:100%;min-height:1.5rem;flex-shrink:0;display:flex;flex-direction:column;justify-content:flex-end}.thereAreMinimizedApps .minimized-apps-area[data-v-8efdb2c5]:after{content:"";position:absolute;width:100%;height:100%;background-color:var(--clr-main-dark);z-index:-1;opacity:.4}.minimized-apps-wrapper[data-v-8efdb2c5]{display:flex;justify-content:flex-end;align-items:center}.minimized-app[data-v-8efdb2c5]{height:1.2rem;max-width:30%;background-color:var(--clr-main-medium-dark);color:var(--clr-main-light);padding-inline:.5rem;flex:0 1 auto;overflow:hidden}.minimized-app[data-v-8efdb2c5]:not(:last-child){margin-inline-end:.2rem}.leerRaum[data-v-a8e1c70d]{height:100px}.content-wrapper[data-v-c097a772]{position:relative;max-width:600px;overflow-y:scroll;padding:1rem}a[data-v-c097a772]{display:inline;color:var(--clr-detective-blue)}a[data-v-c097a772]:visited{color:var(--clr-monogram-pink)}.no-newline[data-v-c097a772]{display:inline}
