main{margin-right:5px;margin-left:5px}.top-nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#000;height:100px;padding:0;padding-left:20px;padding-right:20px;margin:0;background:#fff}.menu{display:flex;flex-direction:row;list-style-type:none;margin:0;padding:0;font-size:1em;font-weight:500}.menu a{display:inline-block;color:#000;text-decoration:none;padding:.5em;border-bottom:1px solid transparent}.menu a:hover{background-color:#df1e2b;color:#fff}.menu > li{margin:0 1rem;overflow:hidden}.menu-button-container{background-color:none;display:none;height:50%;width:50px;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;border-radius:5px}#menu-toggle{display:none}.menu-button,.menu-button::before,.menu-button::after{display:block;background-color:#222;position:absolute;height:3px;width:30px;transition:transform 200ms cubic-bezier(0.23,1,0.32,1);border-radius:0}.menu-button::before{content:'';margin-top:-8px}.menu-button::after{content:'';margin-top:8px}#menu-toggle:checked + .menu-button-container .menu-button::before{margin-top:0;transform:rotate(405deg)}#menu-toggle:checked + .menu-button-container .menu-button{background:#fff0}#menu-toggle:checked + .menu-button-container .menu-button::after{margin-top:0;transform:rotate(-405deg)}@media (max-width: 750px){*{box-sizing:border-box}.menu-button-container{display:flex}.menu{position:absolute;top:0;margin-top:100px;left:0;flex-direction:column;width:100%;justify-content:center;align-items:center;background:#fff;padding-bottom:0;z-index:16;box-sizing:border-box}.menu br{display:none}.menu a{padding:0;border:0}#menu-toggle ~ .menu li{height:0;margin:0;padding:0;border:0;transition:height 400ms cubic-bezier(0.23,1,0.32,1)}#menu-toggle:checked ~ .menu li{border-bottom:0 solid #eee;height:2.5em;padding:2rem;transition:height 400ms cubic-bezier(0.23,1,0.32,1)}#menu-toggle:checked ~ .menu li:last-of-type{margin-bottom:20px}#menu-toggle:checked ~ .menu{box-shadow:0 10px 20px #222}.menu > li{display:flex;justify-content:center;margin:0;padding:.5em 0;width:100%}.menu > li a:hover{color:#000;border:0}}footer{margin-top:0;background-color:#222;color:#fff;padding:20px;display:flex;flex-wrap:wrap;justify-content:flex-end}.footer-column{flex:1;padding:0 15px;min-width:150px}.footer-column h3{font-weight:600;font-size:1em;margin-bottom:10px}footer ul{list-style:none;padding:0}footer ul li{margin:1.2em 0}footer a{text-decoration:none;color:#fff;font-size:.8rem}footer a:hover{text-decoration:underline}footer a img{width:24px}.codeheil-pixelize-bg{width:100%;height:100px;background:url(../pixel.svg);background-position:left top;margin-top:60px}
