.mt-wrapper{width:200px;height:40px;background-color:var(--green-dark);color:var(--green-light);position:absolute;bottom:5%;right:2%;justify-content:center;align-items:center;border-radius:25px;box-shadow:3px 5px var(--bg-shadow);display:none;transition:all .5s}.mt-active{display:flex}.menue-btn-wrapper{background-color:var(--bg-light);height:50px;display:none}#burger-icon{width:50px;height:50px;cursor:pointer}.nav-wrapper{display:flex;justify-content:center}.nav-container{height:50px;width:1150px;background-color:var(--bg-light);display:flex;justify-content:space-evenly}.nav-button{width:100%;height:100%;border-right:.1px solid var(--bg-dark);display:flex;align-items:center;justify-content:center}.nav-button:hover{background-color:var(--bg-very-light);border-bottom:1px solid var(--green-light)}.nav-button>span{color:var(--text-grey)}.nav-button:hover>span{background-color:var(--bg-very-light);color:var(--green-light)}@media screen and (max-width: 480px){.sticky{position:sticky;position:webkit-sticky;top:0}.menue-btn-wrapper{display:block}#burger-icon{position:relative;float:right}.nav-container{height:400px;width:100%;flex-direction:column;justify-content:initial;position:absolute;top:50px;left:-100%;transition:all .5s}.nav-button{width:100%;height:100px;border-top:.1px solid var(--bg-very-light);display:flex;align-items:center;justify-content:center}.mobileOpen{left:0}}.footer-wrapper{height:70px;background-color:var(--bg-dark)}.footer-content{margin:auto;max-width:900px;min-width:570px;padding:20px;display:flex;justify-content:right}.footer-content>h1{color:var(--text-grey);font-size:16px}.footer-content>.footer-btn{margin-left:30px;color:var(--green-light)}:root{--bg-shadow: rgba(18, 18, 18, .7);--bg-dark: #121212;--bg-medium: #212121;--bg-light: #2E2E2E;--bg-very-light: #383838;--bg-highlight: #474747;--text-grey: #ABABAB;--text-white: #E7E7E7;--purple-light: #BB86FC;--purple-dark: #322B3A;--green-light: #1DDECB;--green-dark: #1A4C48;--red-light: #F48FB1;--red-dark: #25201D}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none}html{background-color:var(--bg-medium)}#app{font-family:Avenir,Helvetica,Arial,sans-serif}#main-content{min-height:calc(100vh - 120px)}.label_h1,.label_h2,.label_h3{color:var(--text-grey);-webkit-user-select:none;user-select:none}.label_h1{font-size:30px;font-weight:600}.label_h2{font-size:20px;font-weight:600}.label_h3{font-size:18px}.label_hover{cursor:pointer}.label_hover:hover{color:var(--green-light)}.label_hover:active{color:var(--green-dark)}.input_field{background-color:var(--bg-dark);color:var(--text-white);border:none;font-size:16px;height:50px;padding:10px}.input_field:focus{outline:none;border:1px solid var(--green-dark);color:var(--green-light)}.input_field::-webkit-outer-spin-button,.input_field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input_field[type=number]{-moz-appearance:textfield}
