@charset "UTF-8";

/*!
Theme Name: SMU2017
Theme URI: http://underscores.me/
Author: Benedikt Weishaupt
Author URI: http://www.benediktweishaupt.de
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smu2017
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.


SMU2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

.txtcol-red {
    color: red;
}

.txtcol-green {
    color: #0f0;
}

.txtcol-blue {
    color: blue;
}

.txtcol-yellow {
    color: yellow;
}

.txtcol-cyan {
    color: cyan;
}

.txtcol-magenta {
    color: magenta;
}

.txtcol-white {
    color: white;
}

.bgcol-red {
    background-color: red;
}

.bgcol-green {
    background-color: green;
}

.bgcol-blue {
    background-color: blue;
}

.bgcol-yellow {
    background-color: yellow;
}

.bgcol-cyan {
    background-color: cyan;
}

.bgcol-magenta {
    background-color: magenta;
}

.bgcol-white {
    background-color: white;
}

@font-face {
    font-family: 'Pano';
    src: url("fonts/Pano-Light.woff2") format("woff2"),
         url("fonts/Pano-Light.woff") format("woff"),
         url("fonts/Pano-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pano';
    src: url("fonts/Pano-Regular.woff2") format("woff2"),
         url("fonts/Pano-Regular.woff") format("woff"),
         url("fonts/Pano-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pano';
    src: url("fonts/Pano-Bold.woff2") format("woff2"),
         url("fonts/Pano-Bold.woff") format("woff"),
         url("fonts/Pano-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav,
section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, optgroup, textarea {
    color: black;
    font-family: "Pano";
    font-size: .6363636364vw;
    font-weight: normal;
    line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: white;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

a {
    color: black;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: black;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.mobileBurger {
    display: none;
}

.infoHead, .infoHead__LogoAdress {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.infoHead__item {
    margin-top: 1.6vh;
}

.infoHead__item {
    margin-left: 30px;
}

.infoHead__item:last-child {
    margin-right: 30px;
}

.infoHead__address {
    margin-left: 45px;
}

.metaWrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.infoHead__icons-social {
    width: 100px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.socialIcons__item {
    width: 3.2vh;
    margin-right: 3px;
}

.socialIcons__item:last-child {
    margin-right: 0;
}

.infoHead__language {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-left: 10px;
}

.mainNav__list {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 30px;
    padding-left: 0;
    width: 90vw;
}

.mainNav__item {
    font-size: 1.0454545455vw;
    line-height: 2.1;
    margin-right: 30px;
    font-weight: bold;
}

.mainNav__item a {
    color: blue;
    padding-bottom: 4px;
}

.mainNav__item a:hover {
    border-bottom: 10px solid #0f0;
}

.page-id-6 .besuch a, .page-template-pageexpo .ausstellungen a,
.single-smu_expo_pt .ausstellungen a,
.page-template-pageevent .veranstaltungen a,
.single-smu_event_pt .veranstaltungen a,
.page-template-pagebibarch .bibliothek a, .single-smu_bibarch_pt .bibliothek a,
.page-id-24 .aktuell a, .page-id-26 .über a, .page-id-28 .kontakt a,
.mainNav__item--active a, .page-id-413 .visit a, .page-id-402 .exhibitions a,
.page-id-665 .events a, .page-id-539 .library a, .page-id-395 .news a,
.page-id-661 .about a, .page-id-659 .contact a {
    border-bottom: 10px solid #0f0;
}

.infoHead__text {
    font-size: 1.9545454545vw;
    line-height: 1;
    margin: 0;
}

.infoHead__language {
    text-transform: uppercase;
    font-weight: bold !important;
}

.language-active {
    font-weight: normal;
}

.teaser__box {
    position: absolute;
    width: 100vw;
    height: 81vh;
    top: 16vh;
    z-index: 1200;
    background-color: #0f0;
    display: none;
}

.teaser__box-visible {
    display: block;
}

.teaser__inner {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 100%;
        flex: 100%;
    height: 100%;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teaserImage__box {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 50%;
        flex: 50%;
    margin: 0;
    padding-bottom: 20px;
}

.teaserImage__image {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    margin: 10px;
    background-position: center;
    background-size: cover;
}

.teaserText__box {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    -ms-flex: 50%;
        flex: 50%;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 10px;
}

.teaser__cat {
    font-size: 2.0454545455vw;
    font-weight: normal;
    line-height: 1;
    margin-top: 15px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.teaser__close img {
    width: 50px;
    cursor: pointer;
}

.teaser__title {
    font-size: 2.0454545455vw;
    line-height: 1;
    margin: 0;
}

.teaser__subTitle {
    font-size: 2.0454545455vw;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}

.teaser__text {
    font-size: 1.1363636364vw;
    font-weight: bold;
    font-family: sans-serif;
}

.teaser__bottom {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
}

.teaser__link {
    font-size: .9090909091vw;
    line-height: 1.5;
    font-weight: bold;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 0;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */
}

.mainHead {
    width: 100vw;
    height: 16vh;
    z-index: 1200;
}

.landingPage {
    height: 81vh;
    top: 16vh;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.sideNav {
    width: 25vw;
    height: 81vh;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.post__wrapper, .eventWrapper {
    width: 75vw;
    height: 81vh;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.post__wrapper {
    -ms-flex-direction: row;
        flex-direction: row;
}

.expo .page__title {
    display: none;
}

.contentWrapper, .withSidebar {
    overflow: scroll;
    overflow-x: hidden;
}

.innerContentWrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eventPrev__list, .scrollable {
    width: 56.25vw;
}

.page__wrapper {
    background-color: blue;
    width: 75vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
}

.expo .innerContentWrapper:first-child .eventPrev__list {
    width: 75vw;
}

.expo .innerContentWrapper:nth-child(2) .eventPrev__sidebar,
.event .innerContentWrapper:nth-child(2) .eventPrev__sidebar {
    display: none !important;
}

.eventPrev__sidebar {
    width: 18.75vw;
    position: absolute;
    right: 0;
}

.eventPrev__sidebar--none {
    display: none;
}

.post__left, .post__right, .page__left, .page__right {
    width: 37.5vw;
}

.post__left {
    position: fixed;
}

.post__right {
    margin-left: 37.5vw;
}

.imgPrev__wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #0f0;
}

.landingPage__tickerBox {
    height: 27vh;
}

.expoBox {
    -ms-flex-order: 1;
    order: 1;
}

.eventArchiveWrapper {
    -ms-flex-order: 3;
    order: 3;
}

.landingPage__mainLogoWrapper {
    -ms-flex-order: 2;
    order: 2;
    height: 54vh;
    width: 50vw;
    padding: 25px 0px 0px 25px; 
    line-height: 3;
}

.mainLogoSMU {
    padding-top: 2.7vh;
    padding-left: 2.5vw;
    height: 48.6vh;
    max-width: 45vw;
}

.pullUpFooter {
    font-size: 1.0454545455vw;
    width: 100vw;
    background-color: black;
    position: absolute;
    top: 97vh;
    transition: top .5s;
}

.pullUpFooter__button--default img {
    margin: .45vh auto;
    height: 2.1vh;
}

.footerActive {
    top: 70vh;
    transition: top .5s;
}

.footerActive .pullUpFooter__button--default {
    -webkit-filter: hue-rotate(30deg);
            filter: hue-rotate(30deg);
}

.pullUpFooter__button--default {
    margin: 0;
    padding: 0;
}

.pullUpFooter__button--default:hover {
    -webkit-filter: hue-rotate(30deg);
            filter: hue-rotate(30deg);
    cursor: pointer;
}

.pullUpFooter__wrapper {
    text-align: center;
}

.footerWrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.footerNav {
    height: 27vh;
    width: 60vw;
}

.footerNav a {
    color: white;
}

.footerNav a:hover {
    font-weight: bold;
    cursor: pointer;
}

.newsletter_Box {
    width: 30vw;
}

.newsletter_innerBox {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.newsletter_innerBox input {
    font-family: sans-serif;
    font-size: .8181818182vw;
    background-color: #0f0;
    border: 0;
    padding: 10px 5px;
    margin-bottom: 5px;
    color: white;
}

.newsletter_innerBox button {
    font-family: sans-serif;
    font-size: .8181818182vw;
    background-color: #f0f;
    color: white;
}

.newsletter_title {
    font-size: 1.0454545455vw;
    color: white;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 100%;
        flex: 1 100%;
}

.newsletter_firstname {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
}

.newsletter_lastname {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 49%;
        flex: 0 0 49%;
}

.newsletter_email {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
}

.newsletter_privacy {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-appearance: none;
    background-color: green;
    border-radius: 0;
    -ms-flex: 0 0 20px;
        flex: 0 0 20px;
}

.newsletter_privacyLink {
    color: white;
    font-size: 14px;
    font-family: sans-serif;
    -ms-flex: 0 0 90%;
        flex: 0 0 90%;
    margin-left: 5px;
}

.newsletter_privacyLink:hover {
    color: #0f0;
}

.newsletter_button {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    padding: 5px 10px;
    border-radius: 0;
}

.page__titleItem, .eventItem__titleItem, .monthSeperator__item {
    font-size: 2.7727272727vw;
    font-weight: bold;
    padding: 10px 20px;
    color: white;
    margin: 0;
}

.monthSeperator:first-child {
    display: none;
}

.page__title {
    background-color: blue;
    z-index: 1200px;
}

.eventItem__titleItem, .imgCat--current {
    background-color: #0f0;
}

.eventItem {
    background-color: blue;
    display: none;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
}

.eventItem:hover {
    cursor: pointer;
}

.eventItem:hover .eventItem__caption, .eventItem:hover .eventItem__imageWrapper {
    color: white;
    background-color: #00f;
}

.eventItem:hover .eventItem__image {
    -webkit-filter: invert(1) contrast(2) saturate(0);
            filter: invert(1) contrast(2) saturate(0);
    mix-blend-mode: screen;
}

.imgPrev--active:hover .eventItem__caption,
.imgPrev--active:hover .eventItem__imageWrapper {
    background-color: #0f0;
}

.eventItem__wrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 10px;
}

.page-template-pagebibarch .eventItem:nth-child(1) .eventItem__wrapper,
.page-template-pageact .eventItem:nth-child(1) .eventItem__wrapper {
    margin-top: 10px;
}

.eventItem__wrapper--first {
    margin-top: 0;
}

.page-template-pageexpo .eventItem__wrapper--first {
    margin-top: 5px;
}

.eventItem__wrapper--last, .eventItem__wrapper--currentLast {
    margin-bottom: 10px;
}

.eventItem__wrapper--previewFirst {
    margin-top: 10px;
}

.eventItem__imageWrapper, .eventItem__caption {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
}

.eventItem__imageWrapper {
    width: 33.4%;
    margin-right: 10px;
}

.eventItem__caption {
    width: 66.6%;
    background-color: white;
}

.page-template-pagebibarch .sideNav__img, .page-template-pageact .sideNav__img,
.page-template-pagepress .sideNav__img {
    padding-right: 10px;
}

.eventCaption__wrapper {
    margin: 10px;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.eventCaption__meta, .eventCaption__description, .eventCaption__title,
.eventCaption__date {
    margin: 0;
}

.eventCaption__title, .eventCaption__date {
    font-size: 1.5454545455vw;
    line-height: 1;
    margin: 0;
}

.eventCaption__date {
    font-weight: 100;
}

.eventCaption__meta {
    font-size: 10px;
    font-weight: normal;
}

.eventCaption__description {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 14px;
}

.eventCaption__description .moreLink {
    font-weight: bold;
    text-decoration: underline;
}

.eventItem__image {
    width: 100%;
    min-height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.eventItem__image--placeholder {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
            mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.eventItem--noFilter {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.eventItem--active {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.meta {
    height: 81vh;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    background-color: #0f0;
}

.meta__imageWrapper {
    height: 37.5vw;
    width: 37.5vw;
    min-width: 37.5vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.meta__image {
    -ms-flex: 1 100%;
        flex: 1 100%;
    margin: 10px;
    background-position: center;
    background-size: cover;
}

.meta__image--placeholder {
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
            mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}

.meta__captionWrapper {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 10px 10px;
    -ms-flex: 100%;
        flex: 100%;
}

.meta__scrollLink, .meta__socialLink {
    font-size: 1.0454545455vw;
    font-weight: bold;
    color: black;
    margin: 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.meta__scrollLink span:first-child, .meta__socialLink span:first-child {
    border-bottom: 2px solid transparent;
}

.meta__scrollLink:hover span:first-child,
.meta__scrollLink.meta__scrollLink--active span:first-child,
.meta__socialLink:hover span:first-child,
.meta__socialLink.meta__scrollLink--active span:first-child {
    border-bottom: 2px solid black;
}

.meta__socialLinkIcon {
    width: 20px;
    height: 20px;
}

.post___rightInner {
    margin: 10px 30px 10px 20px;
}

.text__header, .text__main, .text__announce {
    margin-bottom: 30px;
}

.text__title, .text__date {
    font-size: 1.5454545455vw;
    margin: 0;
    line-height: 1;
}

.text__date {
    font-weight: 100;
}

.text__main {
    font-family: sans-serif;
    font-size: 14px;
}

.text__main b {
    font-size: 14px;
}

.announce__item {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    color: blue;
}

.announce__item:hover {
    color: #0f0;
    cursor: pointer;
}

.announce__datetime {
    -ms-flex: 1 30%;
        flex: 1 30%;
}

.announce__title {
    -ms-flex: 2 70%;
        flex: 2 70%;
}

.announce__header, .announce__main {
    font-size: 1.2727272727vw;
    line-height: 1;
    margin: 0;
    margin-bottom: 21px;
}

.announce__header {
    color: blue;
}

.announce__meta {
    font-size: 14px;
    font-weight: lighter;
    line-height: 1;
    margin: 0;
    margin-bottom: 2px;
}

.text__main .gallery {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
}

.text__main .gallery-item {
    width: 33%;
}

.sideNav__imgWrapper {
    background-color: blue;
    width: 25vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.sideNav__img {
    -ms-flex: 100;
        flex: 100;
    height: 16.5vw;
    margin: 10px 0 10px 10px;
    background-position: center;
    background-size: cover;
}

.page__wrapper {
    background-color: blue;
}

.page__left, .page__right {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.page__rightInner, .page__leftInner {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    width: 100%;
}

.page__titleItem {
    font-size: 2.7727272727vw;
    font-weight: bold;
    padding: 10px 20px;
    background-color: blue;
    color: white;
    margin: 0;
    width: 100%;
}

.text_whiteBG {
    background-color: white;
    margin: 0 0 10px 10px;
    padding: 20px;
}

.page__imgWrapper {
    -ms-flex: 100%;
        flex: 100%;
    margin: 0 0 10px 10px;
    height: 24.75vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
}

.page__right .text_whiteBG {
    margin-right: 10px;
}

.page__right .page__img {
    margin-right: 10px;
}

.page__img {
    -ms-flex: 100%;
        flex: 100%;
    background-position: center;
    background-size: cover;
}

.page-template .text__main p {
    font-weight: normal;
    font-size: 14px !important;
}

.page-template .text__main p b, .page-template .text__main p strong,
.page-template .text__main p i {
    font-weight: bold;
}

.page-template .text__main p a:hover {
    font-weight: bold;
    color: blue;
}

.page-template .text__main h1, .page-template .text__main h2,
.page-template .text__main h3, .page-template .text__main h4,
.page-template .text__main h5, .page-template .text__main h6 {
    font-size: 1.5454545455vw;
    font-family: "Pano";
    margin: 0;
    line-height: 1;
    font-weight: 100;
}

.page-template .text__main h1 b, .page-template .text__main h1 strong,
.page-template .text__main h2 b, .page-template .text__main h2 strong,
.page-template .text__main h3 b, .page-template .text__main h3 strong,
.page-template .text__main h4 b, .page-template .text__main h4 strong,
.page-template .text__main h5 b, .page-template .text__main h5 strong,
.page-template .text__main h6 b, .page-template .text__main h6 strong {
    font-size: 1.5454545455vw;
    font-weight: inherit;
}

.page-template .text__main h1 {
    font-weight: 900;
}

.sideNav__wrapper {
    margin: 0;
}

.sideNav__item {
    font-size: 2.7727272727vw;
    font-weight: bold;
    padding: 10px 28px;
    background-color: blue;
}

.sideNav__item:hover {
    cursor: pointer;
}

.sideNav__item a {
    color: white;
}

.sideNav__item-active {
    background-color: #0f0;
}

.sideNav__text {
    margin: 30px 20px 0 30px;
}

.sideNav__text p {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: blue;
}

.sideNav__logo {
    text-align: left;
}

.sideNav__logo img {
    width: 20vw;
    margin: 20px;
    padding: 0;
    height: auto;
}

.tickerButton {
    height: 27vh;
    width: 100vw;
    overflow: hidden;
}

.eventButton, .archiveButton {
    width: 50vw;
}

.expoBox__innerTicker {
    width: 100vw;
}

.innerTickerButton {
    font-size: 9vw;
    line-height: 27vh;
    height: 27vh;
}

.innerTickerButton__item {
    float: left;
    font-weight: bold;
}

.tickerNav {
    position: absolute;
    left: 100vw;
    transition: left .5s;
}

.navActive {
    left: 50vw;
    transition: left .5s;
}

.expoNav.navActive {
    left: 0;
}

.tickerNav a {
    color: white;
}

.expoNav__item {
    background-color: magenta;
}

.expoNav__item:hover a {
    color: magenta;
}

.eventNav__item {
    background-color: red;
}

.eventNav__item:hover a {
    color: red;
}

.archiveNav .eventNav__item {
    background-color: cyan;
}

.archiveNav .eventNav__item:hover a {
    color: cyan;
}

.expoNav__item, .eventNav__item {
    min-width: 18vw;
}

.expoNav__item, .eventNav__item, .archiveNav__item {
    margin: 10px;
    padding: 10px;
    color: white;
}

.expoNav__item .expoNav__link, .expoNav__item .eventNav__link,
.eventNav__item .expoNav__link, .eventNav__item .eventNav__link,
.archiveNav__item .expoNav__link, .archiveNav__item .eventNav__link {
    padding-right: 10px;
    transition: padding-right .3s;
}

.expoNav__item:hover, .eventNav__item:hover, .archiveNav__item:hover {
    background-color: white;
    cursor: pointer;
}

.expoNav__item:hover .expoNav__link, .expoNav__item:hover .eventNav__link,
.eventNav__item:hover .expoNav__link, .eventNav__item:hover .eventNav__link,
.archiveNav__item:hover .expoNav__link, .archiveNav__item:hover .eventNav__link {
    padding-right: 0;
    transition: padding-right .3s;
}

.eventNav__item:hover {
    color: red;
}

.archiveNav .eventNav__item:hover {
    color: #0ff;
}

.expoNav__linkVert:hover, .eventNav__linkVert:hover, .archiveNav__linkVert:hover {
    background-color: transparent;
}

.eventNav__title, .expoNav__title {
    font-size: 1.0909090909vw;
    margin: 0;
}

.eventNav__date, .eventNav__year, .expoNav__date, .expoNav__year {
    font-size: 1.0909090909vw;
    margin: 0;
    font-weight: 100;
}

.expoNav__link, .eventNav__link {
    font-size: 1.0909090909vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.expoNav {
    width: 100vw;
    height: 27vh;
    top: 16vh;
    background-color: magenta;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.expoNav__innerTickerHover {
    width: 80vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.expoNav__item {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.expoNav__item:hover {
    color: magenta;
}

.expoNav__mainLink img {
    height: 18.9vh;
    margin-top: 4.05vh;
    margin-right: 30px;
}

.eventNav, .archiveNav {
    width: 50vw;
    height: 54vh;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.archiveNav {
    background-color: cyan;
    top: 43vh;
}

.eventNav {
    background-color: red;
    top: 16vh;
}

.archiveNav__innerTickerHover, .eventNav__innerTickerHover {
    width: 50vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.eventNav__item {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 45%;
}

.eventNav__item:hover {
    cursor: pointer;
}

.tickerNav__mainLink {
    width: 12.5vw;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.tickerNav__mainLink .linkArrow {
    height: 18.9vh;
    margin-right: 0;
    margin-bottom: 30px;
    transition: margin-bottom .5s;
}

.tickerNav__mainLink:hover .linkArrow {
    margin-bottom: 15px;
    transition: margin-bottom .5s;
}

.tickerNav__mainLink .linkText {
    height: 18.9vh;
    margin-right: 20px;
    margin-bottom: 25px;
}

.imgPrev__item {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #00f;
    -ms-flex: 3 2 50%;
        flex: 3 2 50%;
}

.imgPrev--active {
    background-color: #0f0;
}

.imgPrev--small {
    -ms-flex: 2 1 30%;
        flex: 2 1 30%;
}

.imgPrev__innerItem {
    overflow: hidden;
    height: 24.75vw;
    margin: 5px;
}

.imgPrev--small .imgPrev__innerItem {
    height: 16.5vw;
}

.imgAndText__Wrapper {
    width: 200%;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-left: 0;
    transition: margin-left .5s ease;
}

.imgPrev__item:hover .imgAndText__Wrapper {
    margin-left: -100%;
    transition: margin-left .5s ease;
}

.imgPrev__imgWrapper, .imgPrev__text {
    width: 100%;
    height: 24.75vw;
    transition: margin-left .5s;
    margin: 0;
    display: inline-block;
}

.imgPrev--small .imgPrev__imgWrapper, .imgPrev--small .imgPrev__text {
    height: 16.5vw;
}

.imgPrev__img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.imgPrev__text {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.imgCaption__title, .imgCaption__date {
    font-size: 1.5454545455vw;
    margin: 0;
    line-height: 1;
}

.imgCaption__date {
    font-weight: 100;
}

.imgPrev__item:nth-child(1) .imgPrev__innerItem,
.imgPrev__item:nth-child(2) .imgPrev__innerItem {
    margin-top: 10px;
}

.imgPrev__item:nth-child(5n+1) .imgPrev__innerItem,
.imgPrev__item:nth-child(5n+3) .imgPrev__innerItem {
    margin-left: 10px;
}

.imgPrev__item:nth-child(5n+2) .imgPrev__innerItem,
.imgPrev__item:nth-child(5n+5) .imgPrev__innerItem {
    margin-right: 10px;
}

.eventSideNav__header, .eventSideNav__listItem, .eventSideNav h2 {
    font-size: 1.0454545455vw;
    color: blue;
    padding-left: 20px;
}

.eventSideNav h2 a {
    color: blue;
}

.eventSideNav h2 a:hover {
    color: #0f0;
}

.eventSideNav p {
    font-size: 14px;
    color: blue;
    padding-left: 20px;
    font-family: sans-serif;
}

.eventSideNav__list {
    padding: 0;
}

.eventSideNav__listItem {
    padding-left: 40px;
}

.eventSideNav__listItem .theDot {
    background-color: blue;
    display: block;
    position: absolute;
    float: left;
    border-radius: 50%;
    margin-left: -20px;
    margin-top: 2px;
    width: 15px;
    height: 15px;
}

.eventSideNav__listItem a {
    color: blue;
    font-weight: bold;
}

.eventSideNav__listItem a:hover {
    border-bottom: 3px solid blue;
    cursor: pointer;
}

.eventSideNav__listItem--active .theDot {
    background-color: #0f0;
}

.eventSideNav__listItem--active a {
    color: #0f0;
}

.eventSideNav__listItem--active a:hover {
    border-bottom: 3px solid #0f0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}

@media (max-width: 900px) {
    .mainHead {
        height: auto;
    }

    .infoHead__address {
        display: none;
    }

    .infoHead__item:last-child {
        margin-right: 0px;
    }    

    .infoHead__icons-social {
        display: none;
    }

    .infoHead__logo {
        margin-bottom: 20px;
    }

    .infoHead__text {
        font-size: 30px;
    }

    .infoHead__language {
        margin: 16px 10px 0px 20px;
    }

    .infoHead__language a {
        font-size: 15px;
    }

    .mobileBurger {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        width: 80px;
        height: 22px;
        /* margin: 16px 30px; */
        margin: 16px 30px 16px 0px;
        -webkit-filter: hue-rotate(180deg) saturate(150);
                filter: hue-rotate(180deg) saturate(150);
    }

    .mainNav {
        position: absolute;
        min-width: 100%;
        display: none;
    }

    .displayMobileNav {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 1000;
    }

    .mainNav__list {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0;
        min-width: 100%;
    }

    .mainNav__item {
        padding: 10px 30px;
        margin: 0;
        background-color: blue;
    }

    .mainNav__item a {
        font-size: 22px;
        color: white;
    }

    .footerNav {
        height: 50vh;
    }

    .pullUpFooter {
        font-size: 30px;
        top: 95vh;
    }

    .footerActive {
        top: 50vh;
    }

    .footerNav a {
        font-size: 22px;
    }

    .pullUpFooter__button--default img {
        margin: 1vh auto;
    }

    .landingPage {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }

    .eventArchiveWrapper {
        -ms-flex-order: 2;
        order: 2;
    }

    .tickerNav {
        width: 100vw;
        height: 20vh;
        left: 0;
        background-color: transparent;
        top: inherit;
        margin-top: -20vh;
    }

    .tickerNav__innerTickerHover {
        display: none;
    }

    .tickerNav__innerTickerHover a {
        display: none;
    }

    .tickerNav__mainLink {
        width: 100vw;
    }

    .tickerNav__mainLink a {
        width: 100vw;
        height: 20vh;
        background-color: transparent;
    }

    .tickerNav__mainLink a > * {
        display: none;
    }

    .landingPage__tickerBox {
        height: 20vh;
    }

    .tickerButton {
        height: 20vh;
        width: 100vw;
    }

    .innerTickerButton {
        height: 20vh;
        font-size: 20vh;
        line-height: 20vh;
    }

    .landingPage__mainLogoWrapper {
        padding: 25px 0px 0px 5px; 
        line-height: 3;
    }

    .landingPage__logoImage {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100vw;
    }

    .mainLogoSMU {
        height: 24vh;
        padding: 20px;
        margin: auto;
        max-width: 90vw;
    }

    .post__wrapper, .eventWrapper {
        width: 100vw;
        height: 84vh;
    }

    .sideNav {
        display: none;
    }

    .page__title {
        width: 100vw;
    }

    .page__left, .page__right {
        background-color: transparent;
    }

    .page__wrapper {
        width: 100vw;
        height: auto;
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .post__left, .post__right, .page__left, .page__right {
        width: 100vw;
        height: auto;
    }

    .page__leftInner, .page__rightInner {
        height: auto;
    }

    .page__titleItem {
        font-size: 25px;
        font-weight: bold;
        padding: 10px 20px;
        margin: 0;
        width: 100vw;
        background-color: #0f0;
    }

    .text__title, .text__date, .text__main, .text__main b {
        font-size: 20px;
    }

    .text_whiteBG {
        background-color: white;
        margin: 10px 10px 0 10px;
        padding: 20px;
    }

    .page__right .text_whiteBG {
        margin-right: 10px;
    }

    .page__right .page__img {
        margin-right: 0;
    }

    .page__imgWrapper {
        width: 100%;
        padding: 10px 10px 0 10px;
        margin: 0;
        display: inline-block;
        height: auto;
    }

    .page__img {
        -ms-flex: 100%;
            flex: 100%;
        height: 250px;
        background-position: center;
        background-size: cover;
    }

    .page-template .text__main h1, .page-template .text__main h2,
    .page-template .text__main h3, .page-template .text__main h4,
    .page-template .text__main h5, .page-template .text__main h6,
    .page-template .text__main h1 b, .page-template .text__main h1 strong,
    .page-template .text__main h2 b, .page-template .text__main h2 strong,
    .page-template .text__main h3 b, .page-template .text__main h3 strong,
    .page-template .text__main h4 b, .page-template .text__main h4 strong,
    .page-template .text__main h5 b, .page-template .text__main h5 strong,
    .page-template .text__main h6 b, .page-template .text__main h6 strong {
        font-size: 18px;
    }

    .post__left {
        position: relative;
    }

    .post__right {
        margin-left: 0;
    }

    .landingPage {
        height: 85vh;
    }

    .meta {
        height: auto;
        display: block;
        -ms-flex-direction: column;
            flex-direction: column;
        background-color: #0f0;
    }

    .withSidebar {
        display: block;
        overflow: scroll;
        height: 84vh;
    }

    .post__wrapper {
        display: block;
    }

    .meta__captionWrapper {
        display: none;
    }

    .meta__imageWrapper {
        height: 300px;
        width: 100%;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
    }

    .announce__item {
        -ms-flex-direction: column;
            flex-direction: column;
    }

    .announce__meta {
        font-size: 12px;
    }

    .announce__header, .announce__main {
        font-size: 14px;
    }

    .announce__datetime .announce__main {
        margin-bottom: 0;
    }

    .event .page__title {
        display: block;
    }

    .event .landingPage {
        -ms-flex-direction: inherit;
            flex-direction: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
        display: inherit;
        height: 85vh;
        overflow: scroll;
    }

    .eventItem {
        width: 100vw;
    }

    .imgPrev__wrapper {
        display: block;
    }

    .eventPrev__sidebar {
        display: none;
    }

    .eventItem__title {
        width: 100vw;
    }

    .eventPrev__list {
        width: 100vw;
    }

    .eventItem__imageWrapper, .eventItem__title {
        display: none;
    }

    .eventItemSolo__wrapper, .eventItem__wrapper {
        height: auto;
        width: inherit;
    }

    .eventItem__caption {
        width: 100%;
    }

    .eventSoloCaption__wrapper {
        display: inline-block;
        width: 100%;
    }

    .eventSoloCaption__title, .eventSoloCaption__date, .eventCaption__title,
    .eventCaption__date, .monthSeperator__item {
        font-size: 20px;
        word-break: break-all;
    }

    .eventCaption__meta {
        font-size: 10px;
        margin: 0;
        line-height: 1.3;
    }

    .page-template-pageevent .sideNav, .page-template-pageexpo .sideNav {
        position: relative;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        height: auto;
    }

    .page-template-pageevent .sideNav__logo,
    .page-template-pageexpo .sideNav__logo {
        display: none;
    }

    .page-template-pageevent .sideNav__Wrapper,
    .page-template-pageexpo .sideNav__Wrapper {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    }

    .page-template-pageevent .sideNav__item,
    .page-template-pageexpo .sideNav__item {
        -ms-flex: 1 40%;
            flex: 1 40%;
        text-align: left;
        font-size: 22px;
        padding: 10px 18px;
    }

    .page-template-pageevent .sideNav__item:first-child,
    .page-template-pageexpo .sideNav__item:first-child {
        -ms-flex: 2 100%;
            flex: 2 100%;
    }

    .page-template-pageevent .page__title, .page-template-pageexpo .page__title {
        display: none;
    }

    .expo .innerContentWrapper:first-child .eventPrev__list {
        width: 100vw;
    }

    .expo .page__title {
        display: block;
    }

    .expo .landingPage {
        -ms-flex-direction: inherit;
            flex-direction: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
        display: inherit;
        height: 83.5vh;
        overflow: scroll;
    }

    .imgPrev--small, .imgPrev--large {
        -ms-flex: 1 100%;
            flex: 1 100%;
    }

    .expo .imgPrev__item {
        width: 100vw;
    }

    .expo .imgPrev__item:hover .imgPrev__imgWrapper {
        cursor: pointer;
        transition: none;
    }

    .expo .imgPrev__item .imgPrev__innerItem,
    .expo .imgPrev__item .imgPrev__imgWrapper,
    .expo .imgPrev__item .imgAndText__Wrapper,
    .expo .imgPrev__item .imgPrev__text {
        height: auto;
        margin: 0;
    }

    .expo .imgPrev__item .imgAndText__Wrapper {
        width: inherit;
        display: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
        transition: none;
    }

    .expo .imgPrev__item .imgPrev__imgWrapper,
    .expo .imgPrev__item .imgPrev__text {
        width: auto;
        padding: 0;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        margin: 5px 10px;
    }

    .expo .imgPrev__item .imgPrev__text {
        margin-top: 10px;
    }

    .expo .imgPrev__item:first-child .imgPrev__imgWrapper {
        margin-top: 10px;
    }

    .expo .imgPrev__item .imgPrev__img {
        min-width: 100%;
        height: 300px;
    }

    .expo .imgPrev__item .imgPrev__text {
        display: block;
    }

    .expo .imgPrev__item .imgPrev__text {
        background-color: white;
    }

    .expo .imgPrev__item .imgCaption__title,
    .expo .imgPrev__item .imgCaption__date {
        font-size: 21px;
        margin: 0 10px;
        padding: 10px;
    }

    .expo .imgPrev__item .imgCaption__date {
        padding-top: 0;
    }

    .expo .imgPrev__item .imgCaption__link {
        display: none;
    }

    .expo .imgPrev__item .archivePrev__list,
    .expo .imgPrev__item .archivePrev__sidebar {
        display: none;
    }

    .page__titleItem {
        display: none;
    }
}

/*# sourceMappingURL=style.css.map */
