.container{min-height:100vh;min-width:100vw;background:linear-gradient(to bottom right,#e6f2ff,#fff,#f5e6ff);display:flex;flex-direction:column}.main{display:flex;height:100%;max-width:100%;margin:0 auto;padding:3rem 1rem}.mainDummy{display:flex;max-width:100%;margin:0 auto;padding:3rem 1rem}.form{max-width:30rem;min-width:25rem;margin:0 auto;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 25px 50px -12px #00000040;border-radius:1rem;overflow:hidden}.formContent{padding:2rem;display:flex;flex-direction:column;gap:1rem}.inputGroup{display:flex;flex-direction:column}.label{font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:.25rem}.input{display:flex;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f9fafb;color:#111827;transition:box-shadow .2s ease}#month{-webkit-appearance:none;-moz-appearance:none}select{display:flex;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#f9fafb;color:#111827;transition:box-shadow .2s ease}.input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f680}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.submitContainer{background:linear-gradient(to right,#3b82f6,#8b5cf6);padding:1.5rem 2rem}.submitButton{width:100%;display:flex;justify-content:center;align-items:center;padding:.75rem 1rem;border:none;border-radius:.5rem;background-color:#fff3;color:#fff;font-size:.875rem;font-weight:500;transition:background-color .2s ease;cursor:pointer}.submitButton:hover{background-color:#ffffff4d}.submitButton:focus{outline:none;box-shadow:0 0 0 3px #ffffff80}.submitIcon{margin-left:.5rem}.formErrorText{color:red;font-size:xx-small}.formErrorContainer{height:1.5rem}.formSuccessContainer{display:flex;flex-direction:column;height:100vh;justify-content:center;align-items:center}.formContentDriverEdit{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;margin-top:2rem}.formDriverEdit{margin:0 auto;background-color:#fffc}.buttonContainerDriverEdit{margin-top:1rem;margin-bottom:1rem;display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-end}.inputGroupDriverEdit{display:flex;width:30%;flex-direction:column}@media screen and (max-width: 800px){.form{min-width:0}}:root{--textColorDark: #1c1d1e;--textLiteGrey: #1c1d1e45;--lila: #8b5cf6;--blue: #3b82f6;--primary-gradient: linear-gradient(to right, #3b82f6, #8b5cf6);--seconday-gradient: linear-gradient(to bottom right, #e6f2ff, #ffffff, #f5e6ff) }.textXXS{font-size:.7rem}.textDark{color:var(--textColorDark)}#root{flex-direction:column;width:100%;display:flex}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.footer{width:100%;max-height:3rem;padding:1rem;display:flex;justify-content:space-between;align-items:center;background-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px #0000001a;box-sizing:border-box}.footerText{font-size:.875rem;background:linear-gradient(to right,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;margin-left:.5rem}.header{display:flex;width:100%;max-width:100%;background:linear-gradient(-45deg,#3b82f6,#8b5cf6);background-size:200% 200%;animation:gradientAnimation 7s ease infinite}.headerContent{display:flex;flex-direction:row;width:100%;max-width:100%;justify-content:space-between;align-items:center;padding-left:3rem;padding-right:3rem;box-sizing:border-box}.headerProfile{display:flex;flex-direction:row;align-items:center}.headerProfile small{word-wrap:break-word;word-break:break-word}.headerLogoRound{display:flex;max-height:60px}.headerButton{background-color:#ffffff53;height:3rem;border-radius:30px;display:flex;align-items:center;justify-content:center;font-size:.8rem}.headerButton:hover{background-color:#ffffff2b}.profileInfoContainer{display:flex;flex-direction:column;width:100%;align-items:flex-end}.logo{display:flex;align-items:center;padding:1rem}.logoText{font-size:1.8rem;font-weight:700;margin-left:.5rem;color:#fff}.mainButton{width:100%;max-width:12rem;max-height:3rem;min-height:2.4rem;display:flex;justify-content:center;align-items:center;padding:.5rem;border:none;border-radius:1rem;background-image:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;font-size:1rem;font-weight:500;animation:gradientAnimation 3s ease infinite;transition:box-shadow .3s ease;cursor:pointer}.styledLink{width:100%;max-width:12rem;max-height:3rem;min-height:2.4rem;display:flex;justify-content:center;align-items:center;padding:.3rem;border:none;border-radius:2rem;background-image:linear-gradient(to right,#3b82f6,#8b5cf6);color:#fff;font-size:1rem;font-weight:500;animation:gradientAnimation 3s ease infinite;transition:box-shadow .3s ease;cursor:pointer}.styledLink:hover{background-image:linear-gradient(to left,#3b82f6,#8b5cf6);box-shadow:0 4px 10px #0003;color:#fff}.buttonLink{max-width:12rem;max-height:3rem;min-height:2.4rem;display:flex;justify-content:center;align-items:center;padding:.3rem;border:none;border-radius:2rem;color:var(--textColorDark);font-size:1rem;font-weight:500;cursor:pointer;background-color:transparent}.buttonLink:hover{text-decoration:underline solid var(--textColorDark)}.fullSpanContainer{width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.cardSimple{padding:10rempx;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:3rem;box-sizing:border-box;box-shadow:0 4px 10px #0003;border-radius:20px}.mainButtonWhite{width:100%;max-width:12rem;max-height:3rem;min-height:2.4rem;display:flex;justify-content:center;align-items:center;padding:.5rem;border:none;border-radius:1rem;background-color:#ffffff5c;color:#fff;font-size:.875rem;font-weight:500;animation:gradientAnimation 3s ease infinite;transition:box-shadow .3s ease;cursor:pointer}.mainButton:hover{background-image:linear-gradient(to left,#3b82f6,#8b5cf6);box-shadow:0 4px 10px #0003}.mainButtonWhite:hover{box-shadow:0 4px 10px #0003}.mainButtonWhite:focus{outline:none}.mainButton:focus{outline:none;box-shadow:0 0 0 3px #ffffff80}.impressumContainer p{color:var(--textColorDark);font-size:x-small}.impressumContainer h3{color:var(--textColorDark);font-size:small}.datenschutzContainer{padding:2rem}.datenschutzContainer p,ul{color:var(--textColorDark);font-size:x-small}.datenschutzContainer h3,h4{color:var(--textColorDark);font-size:small}.footerLink{font-size:small}.filterParametersLine{display:flex;gap:.5rem;margin-bottom:2rem;max-Width:80%;flex-wrap:wrap}.filterParametersOut{margin-bottom:2rem}.filterChips{min-width:90px}@media (max-width: 768px){.headerContent{flex-direction:column}}.video-container{width:60%;max-width:1024px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.video-container{width:80%}}.video-wrapper{position:relative;width:100%;padding-top:56.25%}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.error{padding:16px;color:#dc3545}.tableContainer{display:flex;margin:3rem;max-width:100vw;max-height:100%}.tableWrap{display:flex;flex-direction:column;width:100%;max-width:calc(100vw - 6rem);overflow-x:auto;box-sizing:border-box}.adminContainer{display:flex;min-height:100vh;flex-direction:column}.transferDetailsContainerOut{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:15px;max-width:70%}.transferDetailsContainer{display:flex;flex-direction:column;max-width:90%}.buttonContainer{margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.changeEmailCard{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:2rem}.changeEmailCardHeader,.changeEmailContent{display:flex;flex-direction:column}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:1rem;display:flex;flex-direction:column;max-width:100%;min-height:100vh;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}a{font-weight:500;color:#646cff;text-decoration:inherit;font-size:1rem}.landingTextContainer>div>a>p{font-size:1rem}a:hover{color:#535bf2}body{margin:0;display:flex;flex-direction:column;place-items:start;min-width:320px;max-width:100vw;width:100vw;min-height:100vh;background:linear-gradient(to bottom right,#e6f2ff,#fff,#f5e6ff)}h1{font-size:2rem;line-height:1.1;overflow-wrap:break-word}h2{font-size:2rem;word-wrap:break-word}h3{font-size:1.25rem}p{font-size:1rem}small{font-size:.875rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:disabled{pointer-events:none;color:#646cff}label:disabled{color:#00f;background-color:red}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.container{display:flex;flex-direction:column;min-height:100vh;min-width:100vw;background:linear-gradient(to bottom right,#e6f2ff,#fff,#f5e6ff)}.sectionContainer{display:flex;flex-direction:row;padding:5rem;max-width:100%;box-sizing:border-box;margin-bottom:4rem}.sectionCard{margin:4rem;border-radius:20px;background-color:#fff2;box-shadow:0 4px 10px #0003}.sectionCardTwo{display:flex;flex-direction:row;background-color:#756af6;padding:1rem 10rem 3rem;box-sizing:border-box;margin-bottom:0;margin-top:4rem}.profileText h3,p{margin:.5rem}.profileText{display:flex;flex-direction:column;align-items:center;justify-content:center}.sectionContainerColumn{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:100%;box-sizing:border-box}.landingPictureContainer{display:flex;align-items:center;justify-content:center;padding:4rem;box-sizing:border-box}.profileSummary{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:30px}.landingPictureContainerProfile{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;box-sizing:border-box;margin-bottom:64px;margin-top:64px;border-radius:20px;background:#ffffff14;box-shadow:0 4px 10px #0003;justify-content:space-between}.landingImg{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;min-width:15rem}.landingImgExplainPart{display:flex;align-items:center;justify-content:center;max-width:100%;max-height:100%;min-width:15rem;max-width:15rem}.landingImgProfile{display:flex;align-items:center;justify-content:center;max-width:25%;max-height:100%;min-width:8rem}.landingTextContainer{display:flex;flex-direction:column;justify-content:space-evenly;align-items:start;padding:3rem;box-sizing:border-box;box-shadow:0 4px 10px #0003;border-radius:20px;transform:scale(1);transition:transform .3s ease}.landingTextContainer:hover{transform:scale(1.02)}.landingTextContainerNoScale{display:flex;flex-direction:column;justify-content:space-evenly;align-items:start;padding:2rem;box-sizing:border-box}.landingButtonContainer{display:flex;width:100%;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:2rem}.buttonText{background-color:transparent;width:100%;max-width:12rem;max-height:3rem;display:flex;justify-content:center;align-items:center;padding:.25rem 0rem;border:none;border-radius:2rem;font-size:1rem;font-weight:500;animation:gradientAnimation 3s ease infinite;transition:box-shadow .3s ease;cursor:pointer;color:var(--textColorDark)}.buttonText:hover{text-decoration:underline}.mainButton:focus{outline:none}.simpleMicroCardContainer{display:flex;flex-direction:column;width:100%;padding:2rem;box-sizing:border-box}.microOutterContainer{display:flex;width:100%;flex-direction:row;color:var(--textColorDark);margin-top:4rem}.microContainerNumber{display:flex;align-items:center;justify-content:center;width:25%;color:#756af6;font-size:4rem;padding:1rem;box-sizing:border-box}.microTextContainer{display:flex;width:100%;flex-direction:column;outline:.2rem solid #756AF6;border-radius:20px;padding:1rem;box-sizing:border-box}.microCardSectionOutter{display:flex;flex-direction:row;width:100%;padding:2rem;box-sizing:border-box}.microCardSectionLeft{display:flex;width:100%;flex-direction:column}.microCardSectionRight{display:flex;width:50%;flex-direction:column;align-items:center;justify-content:center}.landingColoredContainer{display:flex;flex-direction:column;width:100%;background-color:#756af6;border-radius:20px 20px 0 0;justify-content:center;align-items:center}.landingColoredContainer h3{padding:1rem;color:#fff;margin:.2rem}.landingTextContainer>p{margin:1em 0 2em}@media (max-width: 1230px){.responsiveIgnore{display:none}.sectionCardTwo{padding-left:2rem;padding-right:2rem}}@media (max-width: 768px){.sectionContainer{flex-direction:column;padding:.5rem}.landingTextContainer{padding:2rem;overflow-wrap:break-word}h3{word-wrap:break-word}}@media (max-width: 480px){.sectionContainer{flex-direction:column;padding:.5rem}.landingTextContainer{padding:2rem;overflow-wrap:break-word}.landingTextContainer h1,h2,h3,p{max-width:100%}.sectionContainerColumn{margin:.5rem}.microOutterContainer{flex-direction:column}.microOutterContainer{width:100%}.microCardSectionRight>div>img{display:none}.microCardSectionRight>div>main{display:none}.microContainerNumber h2{margin:1rem;width:20%}.microCardSectionOutter{flex-direction:column}.responsiveIgnore{display:none}.microContainerNumber{width:100%}}.stepContainer{display:flex;flex-direction:row;width:50%;color:var(--textColorDark);margin:4rem 4rem 0rem}.stepNumber{display:flex;align-items:center;justify-content:center;background-color:#766af699;color:#fff;font-weight:800;max-width:50px;min-width:40px;border-radius:50%;aspect-ratio:1 / 1}.stepContainerNumber{color:var(--textColorDark);display:flex;flex-direction:column;width:10%;min-height:100%;align-items:center;justify-content:center}.stepContainerText{display:flex;padding:1rem;flex-direction:column;background-color:#fff;border-radius:20px;box-shadow:0 4px 6px #0000001a;color:var(--textColorDark);box-sizing:border-box;width:100%}.stepContainerTextTop{display:flex;flex-direction:row;font-weight:800;margin-left:8px}.stepIconContainer{margin-right:8px}@media (max-width: 768px){.stepContainer{margin-left:0;margin-right:0;width:80%}.stepContainerNumber{margin-right:1rem}.stepHeading>div{word-break:break-word;word-wrap:break-word}}.cookie-banner-container{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:center;padding:1rem;z-index:50}.cookie-banner{background:linear-gradient(to bottom right,#e6f2ff,#fff,#f5e6ff);padding:1.5rem;border-radius:20px;box-shadow:0 4px 6px #0000005e;max-width:42rem}.cookie-content{display:flex;flex-direction:column;gap:1rem}.cookie-headline-container{display:flex;flex-direction:row;align-items:center;gap:1rem}.cookie-title{font-size:1.25rem;font-weight:600;color:#1c1d1e}.cookie-text{color:#1c1d1e;line-height:1.5}.cookie-link{color:#2563eb;text-decoration:none}.cookie-link:hover{text-decoration:underline}.cookie-buttons{display:flex;justify-content:flex-end;gap:1rem}.decline-button{padding:.5rem 1rem;border:1px solid #2563eb;color:#2563eb;background-color:transparent;border-radius:.25rem;cursor:pointer}.decline-button:hover{background-color:#eff6ff}.accept-button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:.25rem;cursor:pointer}.accept-button:hover{background-color:#1d4ed8}@media (max-width: 640px){.cookie-buttons{flex-direction:column}.cookie-banner{margin:0 1rem}}
