:root {
    --color-white: #fff;
    --color-white-muted: #ddd;
    --color-black: #000;
    --color-black-muted: #333;
    --color-black-transparent: rgba(0, 0, 0, .8);
    --color-primary: #007381;
    --color-primary-transparent: rgba(0, 115, 129, .8);
    --color-secondary: #ffa200;
    --color-secondary-transparent: rgba(255, 162, 0, .8);
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('/fonts/open-sans-condensed-v12-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Condensed Light Italic'), local('OpenSansCondensed-LightItalic'),
       url('/fonts/open-sans-condensed-v12-latin_latin-ext-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'),
       url('/fonts/oswald-v16-latin-ext_latin-300.woff2') format('woff2');
}
@font-face {
    font-family: 'icons';
    src: url('/fonts/icons.woff2?7362285') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* icons */

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-flickr:before { content: '\e800'; }
.icon-search:before { content: '\e801'; }
.icon-media-close:before { content: '\e802'; }
.icon-newsletter:before { content: '\e803'; }
.icon-media-previous:before { content: '\e804'; }
.icon-media-next:before { content: '\e806'; }
.icon-dropdown:before { content: '\e807'; }
.icon-location:before { content: '\e809'; }
.icon-date:before { content: '\e80a'; }
.icon-time:before { content: '\e80b'; }
.icon-locale:before { content: '\e80c'; }
.icon-playvienna:before { content: '\e812'; }
.icon-notification:before { content: '\f085'; }
.icon-imprint:before { content: '\f086'; }
.icon-menu:before { content: '\f0c9'; }
.icon-facebook:before { content: '\f301'; }
.icon-twitter:before { content: '\f303'; }
.icon-instagram:before { content: '\f31e'; }

/* custom */

html,
button,
input {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
}
html,
body {
    margin: 0;
    padding: 0;
}
body { overflow-x: hidden; }
.background {
    background-color: #333;
    height: 100vh;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}
.checkpoint_caption {
    color: var(--color-primary) !important;
    font-family: 'Open Sans Condensed';
    font-size: 16px;
    font-weight: 300;
    line-height: .7;
}
.event_subtitle {
    font-size: .9em;
    margin: -2px 0 2px 0;
}
.event_type {
    border-radius: 2.5px;
    color: var(--color-black-muted);
    display: inline-block;
    font-family: 'Oswald';
    font-size: .75em;
    margin-left: 5px;
    padding: 0 4px 1px 2.5px;
    text-transform: lowercase;
}
.event_type_fairbooth { background-color: #c3db8d; }
.event_type_festival { background-color: #bad0f5; }
.event_type_lecture { background-color: #c2f5ba; }
.event_type_meet { background-color: #aef0ed; }
.event_type_paneldiscussion { background-color: #bae9f5; }
.event_type_game_s { background-color: #f5baf0; }
.event_type_playtest { background-color: #f5c2ba; }
.event_type_talk { background-color: #b2b3f8; }
.event_type_workshop { background-color: #f5dbba; }
.footer_alignment {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 50px;
}
.footer_container {
    background-color: rgba(255, 255, 255, .8);
    bottom: 0;
    box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
}
.footer_link {
    color: #000;
    display: inline-block;
    margin-right: 12px;
    outline: none;
    text-decoration: none;
    user-select: none;
}
.footer_link:last-child { margin-right: 0; }
.footer_link:hover { color: #222; }
.footer_optional { margin-left: 2px; }
@media (max-width: 479px) { .footer_optional { display: none; } }
.footer_spacer { flex-grow: 1; }
.edition_map { height: 480px; }
@media (max-width: 639px) { .edition_map { height: 200px; } }
@media (max-width: 479px) { .edition_map { height: 180px; } }
.event_hideButton {
    align-items: center;
    cursor: pointer;
    background-color: #ffffff;
    display: flex;
    height: 60px;
    justify-content: center;
    width: 60px;
}
@media (min-width: 960px) { .event_hideButton { display: none; } }
.event_map { height: 200px; }
.event_title {
    display: inline-block;
    font-family: 'Oswald';
    font-size: .9em;
    margin-top: 16px;
}
.header_compact {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    height: 60px;
    justify-content: space-between;
}
@media (min-width: 640px) { .header_compact { display: none; } }
.header_container {
    background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.header_link {
    color: var(--color-white);
    cursor: pointer;
    font-family: 'Oswald';
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
}
.header_link:hover { color: var(--color-white-muted); }
.header_logo {
    height: 30px;
    margin-top: 3px;
}
.header_navItem {
    display: inline;
    margin-left: 12px;
}
.header_navItemActive,
.header_navItemActive:hover { color: var(--color-secondary); }
.header_menuIcon { user-select: none; }
.header_search {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2.5px;
    color: #999;
    cursor: text;
    padding: 3px 3px 4px 3px;
}
.header_search:hover { background-color: rgba(255, 255, 255, .2); }
.header_searchActive { color: var(--color-secondary); }
.header_searchbox {
    background: transparent;
    border: none;
    color: #bbb;
    outline: none;
    transition: width .2s;
    width: 50px;
}
.header_searchbox:focus {
    color: var(--color-white);
    width: 100px;
}
.header_searchActive .header_searchbox,
.header_searchActive .header_searchbox:focus { color: var(--color-secondary); }
.header_searchbox::placeholder {
    color: #999;
    opacity: 1;
}
.header_searchActive .header_searchbox::placeholder {
    color: var(--color-secondary);
    opacity: 1;
}
.header_searchIcon { pointer-events: none; }
.header_wide {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row;
    height: 60px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
}
@media (max-width: 639px) { .header_wide { display: none; } }
.layout_block { margin: 16px 0; }
.layout_block2x { margin: 32px 0; }
.layout_canvas {
    background-color: var(--color-white);
    color: var(--color-black-muted);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.layout_xPadding { padding: 0 12px; }
@media (max-width: 959) { .layout_xPaddingBelow960 { padding: 0 12px; } }
@media (max-width: 1303px /* restraint/1280px + 2 * padding/12px - 1px */) { .layout_xPaddingBelowRestraint { padding: 0 12px; } }
@media (min-width: 960px) { .layout_xPaddingFrom960 { padding: 0 12px; } }
@media (min-width: 1304px /* restraint/1280px + 2 * padding/12px */) { .layout_xPaddingFromRestraint { padding: 0 12px; } }
.layout_xRestraint {
    margin: 0 auto;
    max-width: 1280px;
}
@media (min-width: 1304px /* restraint/1280px + 2 * padding/12px */) {
    .layout_xRestraintFromRestraint {
        margin: 0 auto;
        max-width: 1280px;
    }
}
.layout_marginY {
    margin-top: 160px;
    margin-bottom: 100px;
}
.layout_marginReducedY {
    margin-top: 110px;
    margin-bottom: 100px;
}
.layout_wrapper {
    box-shadow: -2px 0 10px 0 rgba(0, 0, 0, .2);
    left: 0;
    height: 100vh;
    position: relative;
    transition: left .2s;
    z-index: 1;
}
@media (max-width: 639px) { .layout_wrapper.displaced { left: 200px; } }
.media_caption {
    bottom: 12px;
    color: #fff;
    overflow-x: scroll;
    position: fixed;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100vw - 24px);
}
@media (min-width: 640px) { .media_compact { display: none; } }
.media_compact .media_thumbnails { justify-content: flex-start; }
.media_compact .media_thumbnailImage {
    max-height: 60px;
    max-width: 60px;
    outline: none;
    width: auto;
}
.media_compact .media_thumbnailLink { margin: 4px; }
.media_navigation {
    align-items: center;
    bottom: 60px;
    display: flex;
    justify-content: center;
    position: fixed;
}
.media_navigationLink {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 18px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: 'Oswald';
    font-size: .9em;
    height: 20px;
    justify-content: center;
    margin: 0 2.5px;
    user-select: none;
    width: 20px;
}
.media_navigationLink:hover:not(.media_navigationLinkActive) { background-color: rgba(0, 0, 0, .3); }
.media_navigationLinkActive {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 20px;
    color: #000;
    height: 20px;
    width: 20px;
}
.media_thumbnails {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.media_thumbnailImage {
    object-fit: cover;
    object-position: center;
    height: 140px;
    width: 140px;
}
.media_thumbnailLink { margin: 12px; }
.media_thumbnailLink:first-child { margin-left: 0; }
.media_viewer {
    align-items: center;
    background-color: rgba(0, 0, 0, .9);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 4;
}    
.media_viewer > img,
.media_viewer > video {
    max-height: calc(80vh + 18px);
    max-width: calc(80vw + 18px);
}
@media (max-width: 920px) {
    .media_viewer > img,
    .media_viewer > video {
        max-height: calc(80vh + 18px);
        max-width: calc(80vw + 18px);
    }
}
.media_viewer > iframe {
    height: calc((80vw + 18px) / 1.77777);
    width: calc(80vw + 18px);
}    
@media (min-aspect-ratio: 16/9) {
    .media_viewer > iframe {
        height: calc(80vh + 18px);
        width: calc((80vh + 18px) * 1.77777);
    }
}
.media_wide {
    float: right;
    width: 40%;
}
@media (max-width: 639px) { .media_wide { display: none; } }
.menu_container {
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 401; // 400 = maps (leaflet/osm)
}
.menu_container.open .menu_optionsContainer { display: block; }
.menu_container.open .menu_placeholder { background: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, .8)); }
.menu_container.open .menu_placeholder:hover { background: linear-gradient(to right, #ebebeb, rgba(235, 235, 235, .8)); }
.menu_bar {
    background-color: rgba(220, 220, 220, .8);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}
.menu_select { width: 100%; }
@media (min-width: 480px) { .menu_selectAdaptive { display: none; } }
.menu_optionsContainer {
    display: none;
    height: calc(100vh - 160px);
}
.menu_options {
    height: 100%;
    overflow-y: auto;
    z-index: 1;
}
.menu_option {
    background: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, .8));
    border-bottom: 1px dashed #ccc;
    color: #000;
    display: block;
    outline: none;
    padding: 6px 12px;
    text-decoration: none;
}
.menu_option:hover { background: linear-gradient(to right, #ebebeb, rgba(235, 235, 235, .8)); }
@media (max-width: 639px) {
    .menu_option {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}
.menu_placeholder {
    color: var(--color-black-muted);
    cursor: pointer;
    display: block;
    padding: 12px;
}
.menu_placeholder:hover { color: var(--color-black); }
@media (max-width: 479px) { .menu_tabs { display: none; } }
.menu_tab {
    color: var(--color-black-muted);
    display: inline-block;
    outline: none;
    padding: 12px;
    text-decoration: none;
    user-select: none;
}
.menu_tab:last-child { margin-right: 0; }
.menu_tab:hover { color: var(--color-black); }
.menu_tab.active { background: linear-gradient(to bottom, #ececec, #eee); }
.search_match {
    color: #666;
    margin: 8px 12px;
}
.search_matchHighlight { background-color: var(--color-white-muted); }
.search_notification {
    background-color: var(--color-secondary);
    border-radius: 2.5px;
    color: var(--color-white);
    display: flex;
    padding: 6px;
}
.sidebar_container {
    align-items: left;
    background-color: #eee;
    display: flex;
    flex: 0 0 auto;
    flex-flow: column;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
}
.sidebar_link {
    color: #000;
    display: block;
    padding: 12px;
    outline: none;
    text-decoration: none;    
}
.sidebar_link:hover { background-color: #f6f6f6; }
.sidebar_row {
    border-bottom: 1px dashed #d0d0d0;
    display: block;
    width: 100%;
}
.sidebar_search {
    color: #666;
    padding: 11px 6px;
}
.sidebar_search:hover { background-color: #f6f6f6; }
.sidebar_searchbox {
    background: transparent;
    border: none;
    color: #000;
    outline: none;    
}
.sidebar_searchbox:focus { color: #000; }
.sidebar_searchbox::placeholder {
    color: #666;
    opacity: 1;
}
.theme_header,
.theme_markdown h1 {
    font-family: 'Oswald';
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
}
.theme_link,
.theme_markdown a {
    background-color: #eee;
    color: var(--color-primary);
    padding: 0 2px;
    text-decoration: none;
}
.theme_link:hover,
.theme_markdown a:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.theme_list,
.theme_markdown ul {
    list-style: none;
    margin-top: 0;
    padding: 0;
}
.theme_list li { margin-top: 1px; }
.theme_noMargin { margin: 0; }
.theme_margin { margin: 16px 0; }
.theme_margin2x { margin: 32px 0; }
.theme_strong,
.theme_markdown strong {
    font-family: 'Oswald';
    font-size: .9em;
    font-weight: 300;
}
.theme_text {
    text-align: justify;
    max-width: 600px;
}
.upcoming_container {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 700px;
    bottom: 500px;
}
.upcoming_bubbles { position: relative; }
.upcoming_bubble {
    align-items: center;
    border-radius: 300px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 1.3em;
    height: 300px;
    justify-content: center;
    position: absolute;
    width: 300px;
    
}
@media (max-width: 639px) {
    .upcoming_bubble {
        border-radius: 250px;
        font-size: 1.15em;
        height: 250px;
        width: 250px;
    }
}
@media (max-width: 439px) {
    .upcoming_bubble {
        border-radius: 200px;
        font-size: 1em;
        height: 200px;
        width: 200px;
    }
}
.upcoming_bubbleThisWeek {
    background-color: var(--color-primary-transparent);
    transform: rotate(-8.5deg);
    z-index: 3;
}
.upcoming_bubbleNextWeek {
    background-color: var(--color-secondary-transparent);
    left: 90px;
    top: -190px;
    transform: rotate(-2.5deg);
    z-index: 2;
}
.upcoming_bubbleSoon {
    background-color: var(--color-black-transparent);
    left: 280px;
    transform: rotate(3.5deg);
    z-index: 1;
}
.upcoming_heading {
    cursor: default;
    font-family: 'Oswald';
    font-size: 1.5em;
}
.upcoming_links {
    text-align: center;
    width: 80%;
}
.upcoming_link {
    color: var(--color-white);
    text-decoration: none;
}
.upcoming_link:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}
@media (min-width: 640px) { .upcoming_link { margin: 2.5px; } }
.year_date { text-align: right; }
.year_eventPanel {
    background-color: var(--color-white);
    box-sizing: border-box;
    height: calc(100vh - 160px - 100px);
    overflow-y: scroll;
}
@media (max-width: 959px) { .year_eventPanel { width: 100vw; } }
.year_link {
    border-bottom: 1px dashed var(--color-white-muted);
    color: var(--color-black-muted);
    display: block;
    outline: none;
    padding: 6px 0;
    text-decoration: none;
}
.year_link:hover { background-color: #eee; }
.year_linkActive { background-color: #f8f8f8; }
.year_listHeader {
    background-color: var(--color-white);
    border-bottom: 1px dashed var(--color-white-muted);
    color: #bbb;
    margin-top: 16px;
    padding: 6px 0;
}
.year_listPanel {
    height: calc(100vh - 160px - 100px);
    overflow-y: scroll;
}
@media (max-width: 959px) {
    .year_listPanel { width: 100vw; }
    .year_panels {
        left: 0;
        position: relative;
        transition: left .2s;
        width: 200vw;
    }
    .year_panels.displaced {
        left: -100vw;
    }
}
.year_row:last-child .year_link { border-bottom: 1px dashed var(--color-white); }
.year_rowAlignment {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.year_split { column-count: 2; }
@media (max-width: 959px) { .year_split { column-gap: 0; } }
@media (min-width: 960px) { .year_split { column-gap: 30px; } }
