/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.image-replacement {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.dashboard-item, .dashboard-item .link {
  text-transform: uppercase;
}

@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GT-Walsheim-Regular.eot");
  src: local("GT Walsheim Regular"), local("GT-Walsheim-Regular"), url("fonts/GT-Walsheim-Regular.woff") format("woff"), url("fonts/GT-Walsheim-Regular.ttf") format("truetype"), url("fonts/GT-Walsheim-Regular.svg#GT-Walsheim-Regular") format("svg");
}

@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GT-Walsheim-Bold.eot");
  src: local("GT Walsheim Bold"), local("GT-Walsheim-Bold"), url("fonts/GT-Walsheim-Bold.woff") format("woff"), url("fonts/GT-Walsheim-Bold.ttf") format("truetype"), url("fonts/GT-Walsheim-Bold.svg#GT-Walsheim-Bold") format("svg");
  font-weight: bold;
}

@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GT-Walsheim-Regular-Oblique.eot");
  src: local("GT Walsheim Regular Oblique"), local("GT-Walsheim-Regular-Oblique"), url("fonts/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Regular-Oblique.ttf") format("truetype"), url("fonts/GT-Walsheim-Regular-Oblique.svg#GT-Walsheim-Regular-Oblique") format("svg");
  font-style: italic;
}

@font-face {
  font-family: "GT Walsheim";
  src: url("fonts/GT-Walsheim-Bold-Oblique.eot");
  src: local("GT Walsheim Bold Oblique"), local("GT-Walsheim-Oblique"), url("fonts/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("fonts/GT-Walsheim-Bold-Oblique.ttf") format("truetype"), url("fonts/GT-Walsheim-Bold-Oblique.svg#GT-Walsheim-Bold-Oblique") format("svg");
  font-weight: bold;
  font-style: italic;
}

body {
  font-size: 10.5px;
  line-height: 1.33333em;
  font-weight: 100;
  background: #f0f0f0;
  font-family: "GT Walsheim", sans-serif;
  color: black;
}

@media (min-width: 480px) {
  body {
    font-size: 11.66667px;
  }
}

@media (min-width: 640px) {
  body {
    font-size: 13.125px;
  }
}

@media (min-width: 720px) {
  body {
    font-size: 15px;
  }
}

@media (min-width: 960px) {
  body {
    font-size: 17.5px;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 21px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal;
}

.article-title {
  font-size: 1em;
}

.page-content a {
  color: black;
}

.page-content strong,
.page-content strong a {
  color: #ff0064;
  font-weight: 100;
}

.page-content h2,
.page-content .highlight-text p {
  margin: 0;
}

.page-content .bg-black {
  background: black;
}

.page-content .text-white,
.page-content .text-white > a {
  color: white;
}

.page-content .text-centered {
  text-align: center;
}

.button-center {
  display: inline-block;
  padding: 0.2em 0.6em;
  text-decoration: none;
}

.highlight-text .more, .event-list .sort, .slider .slick-prev,
.slider .slick-next, .slider .slide-counter, .slider .slick-prev:before,
.slider .slick-next:before {
  border: solid #ff0064;
  border-width: 0.14286em;
}

.highlight-text .more, .event-list .sort, .slider .slick-prev,
.slider .slick-next {
  padding-top: 0.47619em;
  padding-bottom: 0.28571em;
  padding-left: 0.66667em;
  padding-right: 0.66667em;
  text-decoration: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.highlight-text .more:hover, .event-list .sort:hover, .slider .slick-prev:hover,
.slider .slick-next:hover {
  background: #ff0064;
}

.highlight-text .more-wrapper {
  text-align: center;
  margin-top: 2em;
}

/* Header Elements */
.page-header,
.page-footer {
  background: white;
  font-size: 1em;
}

.page-header a,
.page-footer a {
  color: black;
  text-decoration: none;
}

.page-header a:hover, .page-header a:focus, .page-header a:active, .page-header a.active,
.page-footer a:hover,
.page-footer a:focus,
.page-footer a:active,
.page-footer a.active {
  text-decoration: underline;
}

.page-header .nav {
  line-height: 2.71429em;
}

.page-header .nav ul,
.page-header .nav li {
  display: inline;
}

.page-header,
.page-footer {
  padding-left: 2.08333%;
  padding-right: 2.08333%;
}

.page-header ul,
.page-footer ul {
  padding-left: 0;
  margin: 0;
}

.nav-meta,
.nav-social {
  position: relative;
}

@media (max-width: 639px) {
  ul.nav-meta {
    margin-left: 1em;
  }
}

.site-title {
  margin: 0;
  line-height: 2.71429em;
}

.site-title img {
  vertical-align: middle;
  height: 1.66667em;
}

@media (max-width: 639px) {
  .page-header {
    padding-top: 0.47619em;
    padding-bottom: 0.47619em;
  }
  .site-title {
    float: left;
  }
  .nav-meta {
    float: left;
  }
  .nav-social {
    float: right;
  }
  .nav-social .link {
    font-size: 1.33333em;
    background: url("img/icons.svg") no-repeat 0 0;
    width: 1.42857em;
    height: 1.42857em;
    text-indent: 1.42857em;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 0.2619em;
    margin-left: 0.2619em;
    background-size: 9.52381em 9.52381em;
  }
  .nav-social .facebook {
    background-position: -2.38095em 0;
  }
  .nav-social .youtube {
    background-position: -4.7619em 0;
  }
}

@media (min-width: 640px) {
  /* desktop header */
  .site-title {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
  }
  .nav-meta,
  .nav-social {
    margin: 0 -0.6em;
  }
  .nav-meta a,
  .nav-social a {
    margin: 0 0.6em;
  }
  .nav-meta {
    float: left;
  }
  .nav-social {
    float: right;
  }
  .page-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.page-footer {
  font-size: 0.7619em;
  overflow: hidden;
}

.page-footer .copyright {
  float: left;
}

.page-footer .meta {
  float: right;
}

.teaser-dashboard {
  position: relative;
}

@media (min-width: 640px) {
  .teaser-dashboard {
    display: table;
    table-layout: fixed;
    width: 90.69444%;
    margin: 0 auto;
  }
  .teaser-dashboard > .item-group {
    display: table-row;
  }
  .teaser-dashboard .count-1 .dashboard-item {
    width: 100%;
  }
  .teaser-dashboard .count-2 .dashboard-item {
    width: 50%;
  }
  .teaser-dashboard .count-3 .dashboard-item {
    width: 30%;
  }
  .teaser-dashboard .count-4 .dashboard-item {
    width: 50%;
  }
}

.teaser-dashboard ol,
.teaser-dashboard ul {
  margin: 0;
  padding: 0;
}

.teaser-dashboard li {
  list-style: none;
}

.teaser-dashboard h2,
.teaser-dashboard h3,
.teaser-dashboard h4 {
  margin: 0;
}

.teaser-dashboard {
  text-align: center;
}

.dashboard-item {
  position: relative;
  text-align: center;
  padding: 0.14286em;
  border-width: 0.14286em;
  border-style: solid;
  border-color: transparent;
  overflow: hidden;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  height: 13em;
}

@media (min-width: 640px) {
  .dashboard-item {
    display: table-cell;
  }
}

.dashboard-item .item-title,
.dashboard-item .item-subtitle {
  position: relative;
  color: white;
  text-shadow: 0 0 6px black;
}

@media (min-width: 640px) {
  .dashboard-item .item-title,
  .dashboard-item .item-subtitle {
    display: inline;
  }
}

.dashboard-item .item-title {
  font-size: 2.38095em;
  line-height: 1em;
  font-weight: bold;
  margin-top: 1em;
}

.dashboard-item .item-title:after {
  content: "\A";
  white-space: pre;
}

.dashboard-item .subtitle {
  font-size: 1em;
  line-height: 1.2em;
}

.dashboard-item .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}

.dashboard-item .cover-image li {
  list-style: none;
}

.dashboard-item .link {
  text-decoration: none;
  display: block;
  background: #ff0064;
  text-align: center;
  line-height: 1.2em;
  margin: 1.14286em;
  padding-left: 1.42857em;
  padding-right: 1.42857em;
  padding-top: 0.95238em;
  padding-bottom: 0.7619em;
}

@media (max-width: 639px) {
  .dashboard-item .item-links {
    position: relative;
  }
}

@media (min-width: 640px) and (max-width: 959px) {
  .dashboard-item .item-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ff0064;
    padding: 0.6em 0;
  }
  .dashboard-item .item-links li {
    display: inline;
  }
  .dashboard-item .item-links .link {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 960px) {
  .dashboard-item .link {
    position: absolute;
    bottom: 0;
  }
  .dashboard-item .link-info {
    right: 0;
  }
  .dashboard-item .link-web {
    left: 0;
  }
}

/* layout */
html,
body,
.page-content {
  height: 100%;
  position: relative;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.page-content {
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.page-content .article {
  width: 90%;
  padding: 0 5%;
  position: relative;
  display: table;
  height: 100%;
  margin: 0 auto;
}

@media (min-width: 640px) {
  .page-content .article {
    width: auto;
    max-width: 48.61111%;
  }
  .page-content .article.highlight-text {
    max-width: none;
    width: 62.5%;
  }
  .page-content .article.full-width {
    max-width: none;
    width: 100%;
    padding: 0;
  }
}

.page-content .article-title {
  font-size: 2.28571em;
  line-height: 1em;
}

.page-content h1,
.page-content h2,
.page-content h3 {
  text-align: center;
}

.page-content .article-content {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}

.page-content .highlight-text p {
  font-size: 1.90476em;
  line-height: 1.2em;
}

.page-content .highlight-text .article-title {
  margin-bottom: 2.95238em;
  font-size: 1em;
}

.page-content .highlight-text .big-title {
  margin-bottom: 1.47619em;
  font-size: 2.28571em;
}

/* splash image */
.page-content .article-splash {
  padding: 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  color: white;
}

.page-content .article-splash .article-content {
  padding: 0;
  background-color: white;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
}

.page-content .splash-title,
.page-content .splash-subtitle {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.page-content .splash-title {
  width: 65.69444%;
  margin-bottom: 2.08333%;
}

.page-content .splash-title img {
  display: block;
  width: 100%;
}

.page-content .splash-subtitle {
  font-size: 3.19048em;
  line-height: 1em;
}

.page-content .splash-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

/* event list */
.hidden {
  display: none;
}

.event-list {
  /* resets */
}

.event-list fieldset {
  border: 0;
  padding: 0;
}

.event-list ul {
  margin: 0;
  padding: 0;
}

.event-list li {
  list-style: none;
}

.event-list .item,
.event-list .filter-form {
  margin-bottom: 3.04762em;
}

.event-list .sort {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.event-list .sort.asc, .event-list .sort.desc {
  /* scripted activation states */
  background: #ff0064;
}

.event-list .item {
  float: left;
  width: 100%;
}

.event-list .item-title {
  font-size: 1.90476em;
  line-height: 1.2em;
  text-align: left;
}

.event-list .item-title,
.event-list .item-content {
  width: 71.11111%;
  float: left;
}

.event-list .item-links {
  float: right;
  width: 25.55556%;
}

.event-list .item-links li {
  display: inline;
}

.event-list .item-links a {
  text-align: center;
  float: left;
  position: relative;
  text-decoration: none;
  width: 50%;
}

.event-list .item-links .icon:before {
  content: "";
  width: 1.42857em;
  height: 1.42857em;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0.95238em;
  margin-left: -0.71429em;
  background: url("img/icons.svg") no-repeat 0 0;
  background-size: 9.52381em 9.52381em;
}

.event-list .item-links .icon-web:before {
  background-position: 0 -2.38095em;
}

.event-list .item-links .icon-more:before {
  background-position: -2.38095em -2.38095em;
}

/* slideshow */
.slider {
  overflow: hidden;
  max-height: 100%;
  /* slideshow arrows build it via CSS */
}

.slider .slide {
  position: relative;
  height: 32.19048em;
}

.slider img {
  display: block;
  width: 100%;
}

.slider .slick-prev,
.slider .slick-next,
.slider .slide-counter {
  position: absolute;
}

.slider .slick-prev,
.slider .slick-next {
  top: 50%;
  margin-top: -1.47619em;
  width: 3em;
  height: 3em;
  text-indent: 100%;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  background: none;
}

.slider .slick-prev {
  left: 12px;
}

.slider .slick-next {
  right: 12px;
}

.slider .slide-counter {
  color: #ff0064;
  border-radius: 100%;
  bottom: 5px;
  left: 50%;
  text-align: center;
  line-height: -100%;
  margin-left: -1.42857em;
  width: 2.85714em;
  height: 2.85714em;
  line-height: 3.04762em;
  /* adding a litte more line height */
}

.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 1.33333em;
  height: 1.33333em;
  top: 50%;
}

.slider .slick-prev:before {
  left: 0.8em;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slider .slick-next:before {
  left: 2.2em;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
