.header{position: absolute;top: 0;z-index: 101;padding: 2rem;width: 100%}.header__inner{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center}.header__innerWrapper{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}.header__logo{opacity: 1;display: none;-webkit-transition: opacity .3s ease;transition: opacity .3s ease}@media (min-width: 75em){.header__logo{display: block}}.header__logo:hover{opacity: .8}.header__logoimg{width: 280px}.header__logoimg--roller{width: 280px;margin: 10px;display: block}.nav{display: none;position: absolute;left: 0;top: 0;padding: 2rem;width: 100%;background-color: black}@media (min-width: 75em){.nav{display: block !important;position: relative;top: 0;padding: 0;width: auto;background-color: transparent}}.nav__home{display: block}@media (min-width: 75em){.nav__home{display: none !important}}.nav ul{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;display: -webkit-box;display: -ms-flexbox;display: flex}@media (min-width: 75em){.nav ul{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row}}.nav ul > li{margin-bottom: .5rem}@media (min-width: 75em){.nav ul > li{margin-bottom: 0}}.nav ul li{list-style-type: none;position: relative}.nav ul li ul{display: none;position: relative;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding: .5rem 1rem;background-color: black}@media (min-width: 75em){.nav ul li ul{display: none;position: absolute;left: -1rem}}.nav ul li ul li{padding: .25rem 0}.nav ul li ul li a{margin-right: 0;font-size: 1rem}.nav ul li a{font-size: 1.3125rem;color: white;margin-right: 1.7rem;font-weight: 300;position: relative;-webkit-transition: all .2s ease-in-out 0s;transition: all .2s ease-in-out 0s;white-space: nowrap}.nav ul li a:hover{text-decoration: none;color: #1e71ff}.nav ul li a.active{font-weight: 700;border-bottom: 2px solid #fff}.hamburger{position: absolute;z-index: 99;right: 2rem;top: 2rem}@media (min-width: 75em){.hamburger{display: none !important}}.hamburger-inner,.hamburger-inner::before,.hamburger-inner::after{background-color: white !important}.footer{margin-top: 4rem;background-color: #242424;color: white;padding-top: 4rem;padding-bottom: 2rem}.footer__wrapper{margin-left: -1rem;margin-right: -1rem;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}.footer__tileOuter{width: 100%;padding: 1rem;display: block}@media (min-width: 36em){.footer__tileOuter{width: 50%}}@media (min-width: 62em){.footer__tileOuter{width: 25%}}.footer__tile{width: 100%;position: relative}.footer__title{text-transform: uppercase;color: #1e71ff}.footer__title--hideMobile{display: none}@media (min-width: 36em){.footer__title--hideMobile{display: block}}.footer__subtitle{display: inline-block;color: #fff;text-transform: none;font-weight: 700}.footer__link{color: #fff}.footer__link:hover{color: #fff}.footer__button{display: block;background-color: #1e71ff;color: white;padding: .5rem 1rem;margin-top: 1rem;-webkit-transition: ease all .2s;transition: ease all .2s;text-align: center}.footer__button:hover{text-decoration: none;background-color: #1d41dd;color: white}.footer p{margin-bottom: 1rem}.footer p.footer__subtitle{margin-bottom: .5rem}.footer__nav{padding-top: 2rem;border-top: 1px solid #555}.footer__nav a{color: #878787;margin-right: 2rem}.vorschau{height: 150px;border: 1px solid #000;margin: 10px 5px 0 0}output{display: block}