@charset "UTF-8";
@font-face{
    font-family:"Helvetica Neue LT W07_47 Lt Cn";
    src:url("6fecead8-8fe0-48c8-b12d-1f5d2551c5e9.woff2") format("woff2"),url("9fd4b6f0-824d-460f-8598-1af65b55ab09.woff") format("woff");
}

:root {
    font-size: 8px;
}
html {
    height: 100%;
}
*,*:before, *:after {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	border: 0;
}
body {
    font-family: 'Helvetica Neue LT W07_47 Lt Cn';
	font-weight: 300;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
    overflow-x: hidden;
    line-height: 1.4;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    text-decoration: none;
    color: #898989;
}

a:hover {
    color: #000;
    opacity: 1;
}
button:focus {
	outline: none;
}
h1 {
    font-size: 5.5rem;
}

ul {
    text-decoration: none;
}
li {
    list-style: none;
}
picture {
    width: 100%;
    height: auto;
    overflow: hidden;
}
picture source {
    display: none;
}
picture img {
    width: 100%;
    height: 100%;
}
img {
    width: 100%;
}
video {
    width: 100%;
    height: 100%;
}
/* ab iPad hoch */
@media (min-width: 768px) {
    :root {
        font-size: 10px;
    }
}

/* ab iPad quer (bootstrap: 992px)*/
@media  (min-width: 992px) { 
   
}

/* Desktop (bootstrap: ab 1200px)*/
@media (min-width: 1200px) {
  

}

/* Desktop 4K */
@media (min-width: 270000px) {

}