@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);.center{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:row}.loginform{text-align:center;width:100%;max-width:330px}input{background-color:transparent}button{width:100%}.bounce-enter-active{-webkit-animation:alertopen .3s;animation:alertopen .3s}.bounce-leave-active{animation:alertopen .3s reverse}@-webkit-keyframes alertopen{0%{transform:translateY(-50px)}to{transform:translate(0)}}@keyframes alertopen{0%{transform:translateY(-50px)}to{transform:translate(0)}}.fehler{position:absolute!important;z-index:6;width:97%;margin:1.5%}.my_cahart{height:30%}*{font-family:Ubuntu,sans-serif!important;margin:0;padding:0}#sidebar{float:left;z-index:5;height:100%;overflow-x:hidden;padding-top:20px;background-color:#111;position:fixed;width:25%}#sidebar li a{padding:6px 8px 6px 16px;text-decoration:none;font-size:20px;color:#818181;display:block}#sidebar a:hover{color:#f1f1f1}#content{padding:1em;margin-left:25%}.card{margin:1em 0 1em 0}#mobile_nav{display:none;margin-bottom:1em}@media screen and (max-width:850px){#sidebar{display:none}#content{margin-left:0}#mobile_nav{display:block}}.menu{background-color:#fff;border:none;cursor:pointer;display:flex;padding:0}.line{fill:none;stroke:#000;stroke-width:6;transition:stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.line1{stroke-dasharray:60 207}.line1,.line2{stroke-width:6}.line2{stroke-dasharray:60 60}.line3{stroke-dasharray:60 207;stroke-width:6}.opened .line1{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}.opened .line2{stroke-dasharray:1 60;stroke-dashoffset:-30;stroke-width:6}.opened .line3{stroke-dasharray:90 207;stroke-dashoffset:-134;stroke-width:6}#mobil_links{z-index:-3;transform:translateX(-1em);width:calc(100% + 2em);margin-top:1em;background-color:#111}#mobil_links li a{padding:6px 8px 6px 16px;text-decoration:none;font-size:15px;color:#818181;display:block}#mobil_links li a:active,#mobil_links li a:hover{color:#5c5c5c}.mobile-enter-active{-webkit-animation:mobile .3s ease-in-out;animation:mobile .3s ease-in-out}.mobile-leave-active{animation:mobile .3s ease-in-out reverse}@-webkit-keyframes mobile{0%{transform-origin:top;transform:translate(-1em) scaleY(0)}to{transform:translate(-1em) scaleY(1)}}@keyframes mobile{0%{transform-origin:top;transform:translate(-1em) scaleY(0)}to{transform:translate(-1em) scaleY(1)}}