/* ____________________________________ Allgemein ____________________________________ */
html {
-webkit-hyphenate-character: '-';
}

html, body{
width:100%;
height:100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-font-variant-ligatures: no-common-ligatures;
}

.logo{
width:240px;
}