
@import url(/fonts/noedisplay/stylesheet.css);
@import url(/fonts/din/din.css);
            
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    padding: 20px;
    margin: 0;
    background: #151515;
    font-family: din, sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 1.45rem;
    line-height: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

iframe {
    max-width: 100%;
}

input,
textarea,
select {
    font-family: din, sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 1.45rem;
    line-height: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .device-handheld select,
    .device-handheld textarea,
    .device-handheld input {
        font-size: 16px;
    }
}

.cms_red {
    color: red;
}

body.navigation-open {
    overflow: hidden;
}

a, a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.clear {
    height: 0;
    clear: both;
}
.clearafter:after,
.clearwithin:after {
    height: 0;
    content: '';
    clear: both;
    display: block;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: NoeDisplayWeb, serif;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0 0 20px;
}
    h1 a, h1 a:visited, 
    h2 a, h2 a:visited, 
    h3 a, h3 a:visited, 
    h4 a, h4 a:visited, 
    h5 a, h5 a:visited, 
    h6 a, h6 a:visited {
        color: #fff;
    }
    h1 {
        font-size: 5.0rem;
        line-height: 6.0rem;
    }
    h2 {
        font-size: 5.0rem;
        line-height: 6.0rem;
    }
    h3 {
        font-size: 3.6rem;
        line-height: 4.0rem;
    }
    h4 {
        font-size: 2.6rem;
        line-height: 3.0rem;
    }
    h5 {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
    h6 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

.emphasis {
    font-family: NoeDisplayWeb, serif;
    font-size: 3.0rem;
    line-height: 4.0rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.emphasis.e2 {
    font-family: NoeDisplayWeb, serif;
	font-size: 3.6rem;
	line-height: 4.6rem;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

/* These are primarily for exhibition titles, the subtitle is displayed first (artist name) then the main title below in a different shade */
.heading_title {
    display: block;
    clear: both;
}
.heading_subtitle {
    display: block;
    clear: both;
    color: #aaa;
}

img {
    max-width: 100%;
}