html, body {
    scroll-behavior: smooth;
}
body {
    background-color: #1c1c1c; 
    color: #fff;
    margin: 2%;
    font-family: 'Alte-Haas-Grotesk', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
}
a { 
    color: #606060; 
    text-decoration: none;
    transition: all .2s ease-in-out;
}
a:hover { 
    color: #fff; 
}
a:active { 
    color: #fff; 
}
hr {
    border-color: #fff;
    border-width: 1px;
}

@font-face {
    font-family: 'Alte-Haas-Grotesk';
    src:url('fonts/Alte-Haas-Grotesk.ttf.woff') format('woff'),
        url('fonts/Alte-Haas-Grotesk.ttf.svg#Alte-Haas-Grotesk') format('svg'),
        url('fonts/Alte-Haas-Grotesk.ttf.eot'),
        url('fonts/Alte-Haas-Grotesk.ttf.eot?#iefix') format('embedded-opentype'); 
}

::-moz-selection { background: #fff; color: #1c1c1c; }
::selection { background: #fff; color: #1c1c1c; }

 /* Extra small devices (phones, 600px and down) */
 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (max-width: 600px), only screen and (min-width: 600px) {
    h1 { font-size: 2.75em; font-weight: normal; line-height: 1.0em; margin:0 0 5.0rem 0; }
    h2 { font-size: 0.825em; font-weight: normal; line-height: 1.0em; letter-spacing: 0em; margin: 1.0rem 0 0.5rem 0; }
    p { font-size: 2.75em; line-height: 1.0em; margin: 0 0 5.0rem 0; }
	.imprint p{font-size: 1em;line-height: 1.4em;margin: 0 0 1.4em 0;}
    img { height: auto; margin: 0.5rem 0 3.0rem 0; }
    #page { margin-bottom: 3.0rem; } 

 }

 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) { 
    h1 { font-size: 5.5em; }
    h2 { font-size: 1.1em; }
    p { font-size: 5.5em; }
	.imprint p{font-size: 1em;line-height: 1.4em;margin: 0 0 1.4em 0;}
    img { max-width: 45%; }

 }
 
 /* Large devices (laptops/desktops, 992px and up) */
 @media only screen and (min-width: 992px) {
  }
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) {
    #page { margin-right: 20%; } 
 }