/* normalize.css 2012-01-31T16:06 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 * Fix IE6/7 heading font-size not being relative to the root font-size
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul,
nav ol {
  padding: 0;
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, 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; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

@-ms-viewport {
  width: device-width; }

/* 
#admin-menu,
.edit,
.tabs {display: none;}
*/
body.admin-menu {
  margin-top: 0 !important; }

#block-block-417,
#block-block-418 {
  position: fixed; }

html {
  font: 64.5%/1.4 "Open Sans", sans-serif;
  padding: 0;
  color: gray;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  font-weight: 300; }

input {
  font-family: "Open Sans", sans-serif; }

body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(43%, rgba(0, 0, 0, 0)), color-stop(46%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.23)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 50%, #dddddd 100%) repeat scroll 0% 0% transparent;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  font-size: 20px;
  font-size: 2rem; }

html {
  position: relative;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1; }

#shadow1 {
  position: absolute;
  right: 0;
  height: 1000px;
  width: 991px;
  top: 0;
  z-index: 2;
  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(43%, rgba(0, 0, 0, 0)), color-stop(46%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.23)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* IE10+ */
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#3b000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#page,
.main {
  z-index: 3; }

.ease,
.ease:before,
.ease:after {
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.skip-link,
.acc {
  position: absolute;
  left: -599em; }

.clearfix {
  *display: inline-block; }
  .clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

img {
  max-width: 100%;
  height: auto; }

.main {
  padding: 80px;
  position: relative;
  max-width: 1300px;
  margin: 0 auto; }

@media all and (max-height: 620px) {
  .main {
    padding-top: 43px !important; } }
@media all and (max-width: 1400px) {
  .main {
    max-width: auto;
    padding-left: 80px !Important;
    padding-right: 80px !Important; } }
.sidebar-first {
  float: left;
  width: 24%;
  padding: 30px 0 0 0; }

.main-content {
  float: right;
  width: 71%; }

@media all and (max-width: 1200px) {
  .main-content {
    width: 69%; } }
@media all and (max-width: 1180px) {
  .sidebar-first {
    width: 22%; } }
@media all and (max-width: 920px) {
  .main-content {
    width: 65%; }

  .sidebar-first {
    width: 16%; } }
@media all and (max-width: 720px) {
  .main-content,
  .sidebar-first {
    width: 100%; }

  .block .menu ul {
    display: none; }

  .page-afterglow .main {
    padding-top: 50px !important; }

  .sidebar-first {
    padding: 0 !important; } }
@media all and (min-width: 720px) {
  .block .menu ul {
    display: block !important; } }
@media all and (max-width: 450px) {
  .main {
    padding: 50px 28px 0 !important; } }
#slider-overlay {
  position: absolute;
  display: none;
  right: -300%;
  left: 300%;
  top: 0;
  width: 73%;
  bottom: 0;
  z-index: 6;
  background: #fff;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* FF3.6+ */
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.23) 100%);
  /* IE10+ */
  background: linear-gradient(to right, white 50%, #dddddd 100%) repeat scroll 0% 0% white;
  border-left: 1px solid #ccc;
  padding: 20px;
  -moz-transition: right 0.6s ease-out;
  -o-transition: right 0.6s ease-out;
  -ms-transition: right 0.6s ease-out;
  -webkit-transition: right 0.6s ease-out;
  transition: right 0.6s ease-out; }
  #slider-overlay .side-close {
    position: absolute;
    left: -40px;
    padding: 16px 8px;
    background: white url(../images/arrow-back.png) no-repeat 11px 40px;
    width: 23px;
    text-indent: -2013em;
    cursor: pointer;
    top: 0px;
    bottom: 0px; }

#slider-overlay.active {
  display: block; }

/* participants */
.page-festival-programme-participants h1 {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: lowercase;
  border-bottom: 1px solid #323232;
  padding: 0 0 2px 0; }

.view-display-id-page_10 h2 {
  font-size: 24px;
  font-size: 2.4rem; }

.view-display-id-page_10 h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 15px 0 0 0;
  line-height: 1.1; }
.view-display-id-page_10 .field-title a {
  color: #80b9fe; }

.view-display-id-page_10 .buildmode-ds_teaser_festival {
  margin: 0; }
  .view-display-id-page_10 .buildmode-ds_teaser_festival a {
    font-size: 24px;
    font-size: 2.4rem; }
  .view-display-id-page_10 .buildmode-ds_teaser_festival h2 {
    margin: 0; }

.view-display-id-page_10 h2.grouping-field {
  margin: 40px 0 0 0; }

@media all and (min-width: 800px) {
  .view-display-id-page_10 .view-content {
    width: 80%;
    -webkit-column-count: 2;
    -webkit-column-gap: 80px;
    -moz-column-count: 2;
    -moz-column-gap: 80px;
    column-count: 2;
    column-gap: 80px; }

  .view-Festival-2014-Programme .rowing_1 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_3 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_5 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_7 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_9 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_11 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_13 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_15 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_17
  .rowing_19 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_21 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_23 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_25 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_27 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_29 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_31 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_33 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_35 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_37 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_39 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_41 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_43 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_45 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_47 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_49 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_51 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_53 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_55 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_57 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_59 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_61 .buildmode-ds_teaser_festival {
    margin-right: 0; }

  .view-Festival-2014-Programme .rowing_2 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_4 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_6 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_8 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_10 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_12 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_14 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_16 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_18 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_20 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_22 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_24 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_26 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_28 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_30 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_32 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_34 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_36 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_38 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_40 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_42 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_44 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_46 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_48 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_50 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_52 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_54 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_56 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_58 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_60 .buildmode-ds_teaser_festival {
    clear: left; } }
@media all and (min-width: 1600px) {
  .views-page-festival-programme-chronological .main,
  .views-page-festival-programme-screenings .main,
  .views-page-festival-programme-conference .main,
  .views-page-festival-programme-exhibitions .main,
  .views-page-festival-programme-performances .main,
  .views-page-festival-programme-free .main,
  .views-page-festival-programme-network-mcluhan .main,
  .views-page-festival-programme-network-vorspiel .main,
  .views-page-festival-programme-network-partner
  .extra-view .main {
    max-width: 1370px; }

  .view-display-id-page_10 .view-content {
    width: 100%;
    -webkit-column-count: 3;
    -webkit-column-gap: 80px;
    -moz-column-count: 3;
    -moz-column-gap: 80px;
    column-count: 3;
    column-gap: 80px; }

  .view-Festival-2014-Programme .rowing_1 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_3 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_5 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_7 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_9 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_11 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_13 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_15 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_17
  .rowing_19 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_21 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_23 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_25 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_27 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_29 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_31 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_33 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_35 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_37 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_39 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_41 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_43 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_45 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_47 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_49 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_51 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_53 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_55 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_57 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_59 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_61 .buildmode-ds_teaser_festival {
    margin-right: 65px; }

  .view-Festival-2014-Programme .rowing_2 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_5 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_8 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_11 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_14 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_17 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_20 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_23 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_26 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_29 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_32 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_35 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_38 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_41 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_44 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_47 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_50 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_53 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_56 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_59 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_62 .buildmode-ds_teaser_festival {
    margin-right: 0; }

  .view-Festival-2014-Programme .rowing_2 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_4 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_6 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_8 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_10 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_12 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_14 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_16 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_18 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_20 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_22 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_24 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_26 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_28 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_30 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_32 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_34 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_36 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_38 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_40 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_42 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_44 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_46 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_48 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_50 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_52 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_54 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_56 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_58 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_60 .buildmode-ds_teaser_festival {
    clear: none; }

  .view-Festival-2014-Programme .rowing_3 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_6 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_9 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_12 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_15 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_18 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_21 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_24 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_27 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_30 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_33 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_36 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_39 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_42 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_45 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_48 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_51 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_54 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_57 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_60 .buildmode-ds_teaser_festival,
  .view-Festival-2014-Programme .rowing_63 .buildmode-ds_teaser_festival {
    clear: left; } }
.url-festival-programme-participants .buildmode-ds_teaser_festival {
  float: none !Important; }

/* programme */
.views-page-festival-programme-chronological h2.grouping-field,
.views-page-festival-programme-screenings h2.grouping-field,
.views-page-festival-programme-conference h2.grouping-field,
.views-page-festival-programme-exhibitions h2.grouping-field,
.views-page-festival-programme-performances h2.grouping-field,
.views-page-festival-programme-free h2.grouping-field,
.views-page-festival-programme-network-mcluhan h2.grouping-field,
.extra-view h2.grouping-field {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding: 0 0 2px 0;
  clear: left;
  margin-top: 0; }
.views-page-festival-programme-chronological .festival-header-link a,
.views-page-festival-programme-screenings .festival-header-link a,
.views-page-festival-programme-conference .festival-header-link a,
.views-page-festival-programme-exhibitions .festival-header-link a,
.views-page-festival-programme-performances .festival-header-link a,
.views-page-festival-programme-free .festival-header-link a,
.views-page-festival-programme-network-mcluhan .festival-header-link a,
.extra-view .festival-header-link a {
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  float: right;
  color: gray;
  margin: 0 0 0 10px; }
.views-page-festival-programme-chronological .schedulelink a,
.views-page-festival-programme-screenings .schedulelink a,
.views-page-festival-programme-conference .schedulelink a,
.views-page-festival-programme-exhibitions .schedulelink a,
.views-page-festival-programme-performances .schedulelink a,
.views-page-festival-programme-free .schedulelink a,
.views-page-festival-programme-network-mcluhan .schedulelink a,
.extra-view .schedulelink a {
  background: url(../images/ical-logo.png) no-repeat 0 0;
  padding: 2px 0 3px 29px;
  margin-top: -2px; }

.views-page-festival-programme-screenings .view-Festival-2014-Programme .view-header,
.views-page-festival-programme-conference .view-Festival-2014-Programme .view-header,
.views-page-festival-programme-exhibitions .view-Festival-2014-Programme .view-header,
.views-page-festival-programme-performances .view-Festival-2014-Programme .view-header,
.views-page-festival-programme-free .view-Festival-2014-Programme .view-header,
.views-page-festival-programme-network-mcluhan .view-Festival-2014-Programme .view-header {
  margin: -63px 0 0 0;
  padding: 0 0 40px 0; }

.buildmode-ds_teaser_festival {
  float: left;
  margin: 0 65px 40px 0; }
  .buildmode-ds_teaser_festival .field-terms-20,
  .buildmode-ds_teaser_festival .field-event-date-time,
  .buildmode-ds_teaser_festival .field-terms-3 {
    color: #999; }
  .buildmode-ds_teaser_festival .field-title,
  .buildmode-ds_teaser_festival .field-event-agstream {
    color: #4d4d4d; }
  .buildmode-ds_teaser_festival .field-event-teaser,
  .buildmode-ds_teaser_festival .field-festival-teaser {
    color: gray; }

.buildmode-ds_teaser_festival .nd-region-header,
.buildmode-ds_teaser_festival .field-event-teaser,
.buildmode-ds_teaser_festival .field-event-agstream,
.buildmode-ds_teaser_festival .field-event-feat-participants {
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.buildmode-ds_teaser_festival:hover * {
  color: rgba(0, 0, 0, 0.25); }

.buildmode-ds_teaser_festival:hover .field-title a {
  color: black; }

.buildmode-ds_teaser_festival:hover .node-type-event .field-event-feat-participants .field-label,
.buildmode-ds_teaser_festival:hover .node-type-event .field-event-feat-participants .field-item a {
  opacity: 0.5; }

.buildmode-ds_teaser_festival .node-type-event .field-event-feat-participants .field-item a:hover {
  opacity: 1 !important; }

.views-page-festival-programme-chronological .main-content,
.views-page-festival-programme-screenings .main-content,
.views-page-festival-programme-conference .main-content,
.views-page-festival-programme-exhibitions .main-content,
.views-page-festival-programme-performances .main-content,
.views-page-festival-programme-free .main-content,
.views-page-festival-programme-network-vorspiel .main-content,
.views-page-festival-programme-network-partner .main-content,
.views-page-festival-programme-participants .main-content,
.views-page-festival-programme-network-mcluhan .main-content,
.extra-view .main-content {
  padding: 40px 0 0 50px;
  border-left: 1px solid #ccc;
  min-height: 800px; }

.page-festival-programme-participants h1 {
  margin-bottom: 60px; }

.view-display-id-page_10 h2.grouping-field:first-child {
  margin-top: -1px; }

/* #3178 */
#block-views-Festival_2014_Programme-block_1 {
  display: none; }

/* #3268 */
.page-festival-programme-preliminary h1.title,
.page-festival-tickets h1.title,
.page-festival-professionals h1.title,
.page-festival-info h1.title,
.page-festival-press h1.title,
.page-search h1.title {
  display: none; }
.page-festival-programme-preliminary .main,
.page-festival-tickets .main,
.page-festival-professionals .main,
.page-festival-info .main,
.page-festival-press .main,
.page-search .main {
  max-width: 740px;
  margin: 0 auto; }
.page-festival-programme-preliminary .main-content,
.page-festival-tickets .main-content,
.page-festival-professionals .main-content,
.page-festival-info .main-content,
.page-festival-press .main-content,
.page-search .main-content {
  width: 100%; }
.page-festival-programme-preliminary p,
.page-festival-tickets p,
.page-festival-professionals p,
.page-festival-info p,
.page-festival-press p,
.page-search p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px; }

/* #3282 */
.url-festival-calendar .main-content {
  width: 937px;
  margin: 0 auto;
  float: none; }
.url-festival-calendar .sticky-header {
  width: 937px !important;
  top: 60px !important;
  left: auto !important; }

body.url-festival-calendar .event-calendar-festivalday table {
  width: 100%; }

@media all and (max-width: 1000px) {
  #admin-menu,
  .festival-header-link.schedulelink {
    display: none !important; } }
#block-block-427,
#block-block-426 {
  display: none; }

@media all and (min-width: 1000px) {
  #block-block-427,
  #block-block-426 {
    display: block; }

  .nav-day {
    position: fixed;
    right: 80px;
    top: 400px; }
    .nav-day li {
      list-style: none; }
    .nav-day a {
      position: relative;
      width: 5px;
      height: 5px;
      background: #fff;
      border-radius: 50%;
      border: 2px solid transparent;
      display: block;
      margin: 14px auto;
      background-clip: padding-box; }
      .nav-day a:before {
        content: attr(title);
        margin-top: -4px;
        padding-right: 15px;
        float: right;
        text-align: right;
        opacity: 0;
        font-size: 10px;
        font-size: 1rem; }
      .nav-day a:hover:before {
        opacity: 1; }
    .nav-day .nav-day-active {
      width: 7px;
      height: 7px;
      border: 1px solid #FFF;
      background: rgba(0, 0, 0, 0); }
      .nav-day .nav-day-active:before {
        padding-right: 16px;
        margin-top: -3px;
        opacity: 1; } }
@media all and (max-width: 721px) {
  #content-area {
    overflow-y: hidden; } }
h1 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300; }

h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300; }

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300; }

h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300; }

p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300; }

a {
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
  color: black;
  font-weight: 300; }

li {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300; }

.header-main {
  display: block;
  background-color: white;
  height: 64px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  padding: 0 80px; }
  .header-main #block-menu-menu-afterglow-menu {
    float: left; }
    .header-main #block-menu-menu-afterglow-menu li {
      font-size: 1em;
      margin: 0 18px 0 0;
      padding: 21px 0 0 0;
      display: inline;
      float: left;
      -moz-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
    .header-main #block-menu-menu-afterglow-menu a {
      text-transform: lowercase;
      color: gray;
      text-decoration: none;
      line-height: 30px;
      font-size: 14px;
      font-size: 1.4rem;
      position: relative; }
      .header-main #block-menu-menu-afterglow-menu a:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #c5c5c5;
        position: absolute;
        left: 0;
        top: -8px; }
    .header-main #block-menu-menu-afterglow-menu .active:before {
      background: gray; }
    .header-main #block-menu-menu-afterglow-menu .nav-inactive {
      opacity: 0.5; }
      .header-main #block-menu-menu-afterglow-menu .nav-inactive a:before {
        background: #c5c5c5; }
    .header-main #block-menu-menu-afterglow-menu .nav-active a,
    .header-main #block-menu-menu-afterglow-menu .active-trail a {
      color: #323232; }
    .header-main #block-menu-menu-afterglow-menu .nav-active a:before {
      background: gray; }

@media all and (max-width: 450px) {
  .header-main {
    padding: 0 38px; } }
@media all and (min-width: 840px) {
  #block-block-424 {
    float: left; } }
#block-block-424 p {
  padding: 0 20px 0 0;
  line-height: 63px;
  float: left; }
  #block-block-424 p a {
    color: #323232;
    font-size: 28px;
    font-size: 2.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 100; }

.top-nav {
  display: none; }

.block-search,
.block-locale {
  float: right; }
  .block-search li,
  .block-locale li {
    float: left;
    list-style: none;
    margin: 27px 10px 0 0; }
  .block-search a,
  .block-locale a {
    font-size: 14px;
    font-size: 1.4rem; }
  .block-search label,
  .block-locale label {
    text-indent: -2013em;
    display: block; }
  .block-search .form-text,
  .block-locale .form-text {
    border: none;
    padding: 2px;
    margin: 12px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem; }
  .block-search a.active,
  .block-locale a.active {
    opacity: 0.5; }
  .block-search .form-submit,
  .block-locale .form-submit {
    display: none; }

.block-search {
  margin: -15px 0 0 5px; }

#block-block-419 {
  position: fixed;
  right: 0;
  z-index: 20000000;
  bottom: 0; }
  #block-block-419 li {
    list-style: none; }

@media all and (max-width: 1060px) {
  .block-search {
    display: none; } }
@media all and (max-width: 930px) {
  .block-locale {
    display: none; } }
@media all and (max-width: 840px) {
  #block-block-424 a {
    float: left; }

  #block-block-424 .top-nav-open,
  #block-block-424 .top-nav-close {
    position: absolute;
    display: block;
    height: 24px;
    background-position: 4px 3px;
    width: 27px;
    margin: 23px 0px 0px 15px;
    left: auto;
    float: none;
    top: 0px;
    right: 0px;
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out; }

  #block-block-424 .top-nav-close {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: none; }

  #block-menu-menu-afterglow-menu {
    -moz-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    background: #4d4d4d;
    margin: 0;
    width: 110%;
    float: right;
    display: none; }
    #block-menu-menu-afterglow-menu .menu {
      position: absolute;
      left: -38px;
      right: -10px;
      background: #fff;
      z-index: 1000000; }
    #block-menu-menu-afterglow-menu li {
      display: block !important;
      float: none !important;
      margin: 0 !important;
      padding: 0 38px !important;
      border-bottom: 1px solid #4d4d4d; }
    #block-menu-menu-afterglow-menu a {
      display: block; }
      #block-menu-menu-afterglow-menu a:before {
        display: none; }

  .top-nav-show #block-menu-menu-afterglow-menu,
  .top-nav-show #block-block-424 .top-nav-close {
    display: block; }

  .top-nav-show #block-block-424 .top-nav-open {
    display: none; } }
@media all and (min-width: 900px) and (min-height: 620px) {
  .subheader {
    background: url(../images/photos/afterglow-programme-header.jpg) no-repeat 0 0;
    width: 100%;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    height: 200px;
    margin: 64px 0 0 0;
    position: absolute; }

  .subheader + .main {
    padding: 264px 80px 0 80px; } }
@media all and (max-width: 1200px) and (min-width: 900px) and (min-height: 620px) {
  .subheader {
    height: 160px; }

  .subheader + .main {
    padding: 224px 80px 0 80px; } }
/* programm menu */
.block .menu {
  margin: 0;
  padding: 0; }
  .block .menu li,
  .block .menu .expanded {
    list-style: none; }
  .block .menu a {
    color: #323232;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 24px;
    font-size: 2.4rem; }
  .block .menu ul {
    margin-bottom: 10px; }
  .block .menu ul li {
    margin: 0;
    padding: 0 0 4px 0; }
  .block .menu ul a {
    font-size: 15px;
    font-size: 1.5rem;
    color: gray; }
    .block .menu ul a:hover, .block .menu ul a.active {
      color: #323232; }
    .block .menu ul a.inactive {
      opacity: 0.5; }
  .block .menu ul .active-trail a {
    color: #323232; }

#block-block-418,
#block-menu-menu-menu-white h3 {
  display: none; }

#block-block-417,
#block-menu-menu-menu-white {
  background-color: black;
  height: 100%;
  width: 42px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 10000000; }
  #block-block-417 ul,
  #block-menu-menu-menu-white ul {
    margin: 6px 0 0 0;
    top: 0;
    left: 0; }
  #block-block-417 li,
  #block-menu-menu-menu-white li {
    float: left;
    list-style: none;
    color: #fff;
    margin: 10px 10px 0 0;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem; }
  #block-block-417 .nav-inactive,
  #block-menu-menu-menu-white .nav-inactive {
    opacity: 0.6; }

#block-block-417 li {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-indent: -2014em;
  height: 200px;
  width: 31px;
  margin: 0 0 0 -18px;
  background: url(../images/menu-text.png) no-repeat 0 0; }

#block-block-417 .nav-active {
  width: 30px; }

.nav-toggle {
  display: none;
  float: right;
  background: url(../images/menu.png) no-repeat 0 10px;
  width: 20px;
  height: 40px;
  margin: 0 10px 0 0;
  text-indent: -2013em;
  position: fixed;
  bottom: 0px;
  left: 14px; }

.top-nav {
  background-image: url(../images/afterglow-menu-icon.png); }

@media all and (max-height: 550px) {
  .nav-toggle {
    display: block; }

  .nav-toggle-hide {
    display: none; }

  .fixy-archive,
  .fixy-resource,
  .fixy-trans {
    display: none; }

  .show-nav .fixy-archive,
  .show-nav .fixy-resource,
  .show-nav .fixy-trans {
    display: block; }
  .show-nav #block-block-417 ul {
    margin: 12px 0 0 0; }
  .show-nav #block-block-417 .fixy-home,
  .show-nav .nav-toggle-show {
    display: none; }
  .show-nav .nav-toggle-hide {
    display: block; } }
#block-block-417 .fixy-home {
  background-position: 0 0;
  height: 199px; }
#block-block-417 .fixy-archive {
  background-position: 0 -288px;
  height: 80px; }
#block-block-417 .fixy-resource {
  background-position: 0 -189px;
  height: 103px; }
#block-block-417 .fixy-trans {
  background-position: 0 -366px;
  height: 174px; }

#block-menu-menu-menu-white {
  right: 0;
  left: auto;
  background: white; }
  #block-menu-menu-menu-white ul {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    margin: 0;
    padding: 0;
    width: 600px;
    margin: 333px 0px 0px -252px; }
  #block-menu-menu-menu-white a {
    font-size: 11px;
    font-size: 1.1rem;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-transform: lowercase; }

@media all and (max-height: 620px) {
  #block-block-419 {
    display: none; } }
@media all and (max-height: 430px) {
  #block-menu-menu-menu-white .work_with_us,
  #block-menu-menu-menu-white .partners,
  #block-menu-menu-menu-white .follow_us {
    display: none; } }
@media all and (max-width: 450px) {
  #block-block-417,
  #block-menu-menu-menu-white,
  #block-block-419 {
    display: none; } }
#sidebar-first-inner ul.menu li {
  margin: 0 !important; }

a {
  font-weight: normal !important; }

.page-afterglow #block-menu-menu-menu-white {
  -moz-box-shadow: 2px 2px 12px 6px #dddddd;
  -webkit-box-shadow: 2px 2px 12px 6px #dddddd;
  box-shadow: 2px 2px 12px 6px #dddddd;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#221221221');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=2px, OffY=2px, Color='#221221221')"; }

.page-afterglow .main {
  max-width: 100%;
  padding: 55px 0 0 0 !important;
  overflow-x: hidden; }

.page-afterglow .main-content {
  float: none;
  width: 100%; }

.page-afterglow .morelink {
  margin-top: 6px;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase; }

.concept-afterglow,
.concept-conferences,
.concept-img,
.concept-screenings,
.page-afterglow #content-bottom {
  max-width: 1300px;
  margin: 0 auto;
  overflow-x: hidden; }
  .concept-afterglow .quote,
  .concept-conferences .quote,
  .concept-img .quote,
  .concept-screenings .quote,
  .page-afterglow #content-bottom .quote {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 1% 20% 3% 20%;
    line-height: 1.4;
    color: #4d4d4d; }
  .concept-afterglow p,
  .concept-conferences p,
  .concept-img p,
  .concept-screenings p,
  .page-afterglow #content-bottom p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4; }
  .concept-afterglow a,
  .concept-conferences a,
  .concept-img a,
  .concept-screenings a,
  .page-afterglow #content-bottom a {
    color: #80b9fe; }

.glow-wrapper p a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4; }

@media all and (max-width: 1500px) {
  .concept-afterglow,
  .concept-conferences,
  .concept-img,
  .concept-screenings,
  .page-afterglow #content-bottom {
    padding: 0 80px; } }
@media all and (max-width: 450px) {
  .concept-afterglow,
  .concept-conferences,
  .concept-img,
  .concept-screenings,
  .page-afterglow #content-bottom {
    padding: 0 38px; } }
.concept-screenings {
  overflow-x: visible; }

.concept-afterglow .quote {
  clear: left;
  padding: 20px 0 40px 0;
  max-width: 600px;
  margin: 0 auto; }

.page-afterglow .title,
.page-afterglow .field-title h1 {
  display: none; }

.page-afterglow #content-bottom .title {
  display: block; }

.afterglow-image-header {
  position: relative; }
  .afterglow-image-header h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 80px;
    font-size: 8rem;
    line-height: 260px;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    width: 490px;
    margin-left: -245px;
    margin-top: -125px;
    height: 250px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    text-align: center; }

.afterglow-news-hl {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0 0 0; }

@media all and (max-width: 1130px) {
  .afterglow-image-header h1 {
    height: 160px;
    margin-top: -80px;
    line-height: 160px; } }
@media all and (max-width: 740px) {
  .afterglow-image-header h1 {
    font-size: 50px;
    font-size: 5rem;
    width: 300px;
    margin-left: -150px;
    height: 120px;
    margin-top: -60px;
    line-height: 120px; } }
@media all and (max-width: 580px) {
  .afterglow-image-header h1 {
    font-size: 30px;
    font-size: 3rem;
    width: 200px;
    margin-left: -100px;
    height: 70px;
    margin-top: -35px;
    line-height: 70px; } }
/* newsslider top */
.newsslider h3,
.newsslider h3 a {
  margin: 0;
  color: #4d4d4d;
  font-size: 24px;
  font-size: 2.4rem; }
.newsslider p {
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease; }

.newsslider h3:hover + p {
  color: rgba(0, 0, 0, 0.25); }

@media all and (min-width: 810px) {
  .quote + p,
  .concept-conferences > h2 + p,
  .concept-screenings > h2 + p {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    max-width: 770px;
    margin: 0 auto;
    color: #1a1a1a; } }
.eff-arrow + h2 + p {
  max-width: 770px;
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-count: 1;
  -moz-column-gap: 0;
  column-count: 1;
  column-gap: 0;
  margin: 0 auto; }

.glow-wrapper {
  max-width: 800px;
  padding: 0 0 0 30px;
  margin: 0 auto; }

@media all and (min-width: 1000px) {
  .glow-wrapper {
    margin: 60px auto 0 auto; } }
.quoteslider {
  margin: 40px auto;
  padding: 0;
  width: 770px; }
  .quoteslider li {
    list-style: none;
    display: block;
    clear: both; }
  .quoteslider p,
  .quoteslider a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px; }
  .quoteslider p {
    padding-top: 45px; }
  .quoteslider:after {
    content: "";
    clear: both;
    display: block; }

@media all and (min-width: 850px) {
  .quoteslider img {
    float: left;
    margin: 0 50px 20px 0; } }
@media all and (max-width: 500px) {
  .quoteslider img {
    display: none; } }
.afterglow-vorspiel,
.afterglow-network-programme {
  width: 370px;
  margin: 0 30px 0 0;
  float: left;
  padding: 20px 0 0 0; }
  .afterglow-vorspiel h2,
  .afterglow-network-programme h2 {
    font-size: 38px;
    font-size: 3.8rem;
    color: #4d4d4d;
    margin-bottom: 10px; }

@media all and (max-width: 1150px) {
  .afterglow-vorspiel,
  .afterglow-network-programme {
    width: 100%;
    margin: 0; } }
.afterglow-vorspiel {
  clear: left; }

.afterglow-vorspiel h2,
.afterglow-network-programme h2 {
  text-align: center;
  color: #4d4d4d; }

.afterglow-concept-conferences-header,
.screenings-quote-wrapper {
  -moz-box-shadow: 0px -12px 17px -7px #bbbbbb;
  -webkit-box-shadow: 0px -12px 17px -7px #bbbbbb;
  box-shadow: 0px -12px 17px -7px #bbbbbb;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=-12px, Color='#187187187');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=-12px, Color='#187187187')";
  position: relative;
  margin: 40px 0 0 0; }
  .afterglow-concept-conferences-header h2,
  .screenings-quote-wrapper h2 {
    position: absolute;
    top: 20px;
    left: 80px;
    color: white;
    font-size: 38px;
    font-size: 3.8rem; }
  .afterglow-concept-conferences-header p,
  .screenings-quote-wrapper p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    color: white;
    position: absolute;
    left: 80px;
    top: 115px;
    width: 40%; }

@media all and (min-width: 1000px) {
  .afterglow-concept-conferences-header,
  .screenings-quote-wrapper {
    margin: 110px auto 0 auto !important; } }
.screenings-quote-wrapper-one {
  padding: 0; }

.screenings-quote-wrapper {
  -moz-box-shadow: 0 0 0 0 white;
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#255255255');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='#255255255')";
  margin: 50px auto 70px !important;
  width: 760px; }
  .screenings-quote-wrapper p {
    top: 35px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 40px;
    width: 80%; }
  .screenings-quote-wrapper small {
    display: block;
    margin: 10px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem; }

.afterglow-conference-img h2,
.afterglow-conference-img p {
  color: #4d4d4d; }

@media all and (max-width: 1100px) {
  .afterglow-concept-conferences-header h2,
  .screenings-quote-wrapper h2 {
    font-size: 32px;
    font-size: 3.2rem;
    top: 0; }
  .afterglow-concept-conferences-header p,
  .screenings-quote-wrapper p {
    font-size: 20px;
    font-size: 2rem;
    width: 75%;
    top: 80px; }

  .screenings-quote-wrapper p {
    top: 20px; } }
@media all and (max-width: 800px) {
  .afterglow-concept-conferences-header,
  .screenings-quote-wrapper {
    width: 100%; }
    .afterglow-concept-conferences-header p,
    .screenings-quote-wrapper p {
      line-height: 24px; } }
@media all and (max-width: 960px) {
  .afterglow-concept-conferences-header,
  .screenings-quote-wrapper {
    width: 100%; } }
@media all and (max-width: 650px) {
  .afterglow-concept-conferences-header p,
  .afterglow-concept-conferences-header h2,
  .screenings-quote-wrapper p,
  .screenings-quote-wrapper h2 {
    display: none; } }
.screenings-quote {
  left: 30px !important; }

.top-wrapper {
  -moz-box-shadow: 0px -12px 17px -7px #bbbbbb;
  -webkit-box-shadow: 0px -12px 17px -7px #bbbbbb;
  box-shadow: 0px -12px 17px -7px #bbbbbb;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=-12px, Color='#187187187');
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=-12px, Color='#187187187')"; }

.bxslider-performance h3 {
  position: absolute;
  top: 33px;
  left: 30px;
  color: white;
  margin: 0;
  line-height: 1;
  font-size: 38px;
  font-size: 3.8rem; }
.bxslider-performance p {
  top: 105px;
  margin: 0;
  left: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  width: 80%; }

@media all and (max-width: 500px) {
  .bxslider-performance p,
  .bxslider-performance h3 {
    display: none; } }
.concept-conferences h2 {
  color: #4d4d4d;
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem; }

.participantslider {
  list-style: none;
  padding: 0;
  width: 19%;
  float: right;
  margin: -400px 0 0 0;
  overflow: hidden; }
  .participantslider h3 {
    font-size: 20px;
    font-size: 2rem;
    color: #80b9fe;
    margin: 0 0 0 15px; }
  .participantslider h3 a {
    font-size: 20px;
    font-size: 2rem; }
  .participantslider p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    margin: 0 0 0 15px; }
  .participantslider + h2 {
    color: #4d4d4d;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem; }

@media all and (max-width: 1400px) {
  .participantslider {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 400px; }
    .participantslider img {
      float: left;
      margin: 0 20px 40px 0; } }
@media all and (max-width: 500px) {
  .participantslider {
    width: 260px; }
    .participantslider img {
      float: none;
      margin: 0 auto 20px auto; } }
.eff-arrow {
  width: 50%;
  margin: 0 auto;
  text-align: center; }
  .eff-arrow li {
    list-style: none;
    margin: 0 0 15px 0; }
  .eff-arrow a {
    background-color: #80b9fe;
    padding: 20px;
    color: white;
    font-weight: 400;
    font-size: 38px;
    font-size: 3.8rem;
    text-decoration: none;
    display: block;
    position: relative;
    opacity: 1;
    -moz-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in; }
  .eff-arrow .nav-inactive {
    opacity: 0.7; }
  .eff-arrow .nav-active {
    opacity: 1; }
  .eff-arrow a:before {
    background: url(../images/arrow.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 5px;
    width: 55px;
    height: 40px;
    left: -70px;
    opacity: 0;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -moz-transform: rotate(17.5deg);
    -o-transform: rotate(17.5deg);
    -ms-transform: rotate(17.5deg);
    -webkit-transform: rotate(17.5deg); }
  .eff-arrow a:hover:before {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  .eff-arrow + h2 {
    color: #4d4d4d;
    text-align: center;
    font-size: 38px;
    font-size: 3.8rem;
    padding-top: 20px; }

@media all and (min-width: 1000px) {
  .eff-arrow {
    padding: 0 0 60px 0; } }
.eff-arrow-tickets a {
  background-color: transparent;
  margin: 20px 0 0 0;
  padding: 0; }
.eff-arrow-tickets .nav-inactive {
  opacity: 0.5; }

@media all and (max-width: 1200px) {
  .eff-arrow {
    width: 100%; } }
@media all and (max-width: 820px) {
  .eff-arrow a {
    font-size: 28px;
    font-size: 2.8rem; } }
@media all and (max-width: 650px) {
  .eff-arrow a {
    font-size: 20px;
    font-size: 2rem; } }
.exhibitionslider {
  width: 48%;
  float: left;
  text-align: center;
  list-style: none; }

.exhibitions-wrapper {
  width: 370px;
  margin-right: 30px;
  float: left; }
  .exhibitions-wrapper h3 {
    padding-top: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center; }
  .exhibitions-wrapper img {
    display: block;
    margin: 0 auto; }

@media all and (max-width: 990px) {
  .glow-wrapper {
    padding: 0; }

  .exhibitions-wrapper {
    width: 100%; }
    .exhibitions-wrapper .bx-wrapper {
      width: 200px; } }
@media all and (max-width: 550px) {
  .exhibitionslider {
    width: 100%; }
    .exhibitionslider + .exhibitionslider {
      display: none; } }
.concept-screenings h2 {
  color: #4d4d4d;
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem; }

.bx-wrapper {
  width: 740px;
  margin: 40px auto 0; }

.afterglow-news-hl + .bx-wrapper {
  width: 100%;
  margin: 0;
  height: 126px; }

@media all and (max-width: 930px) {
  .afterglow-news-hl + .bx-wrapper {
    height: 180px; } }
@media all and (max-width: 720px) {
  .afterglow-news-hl + .bx-wrapper {
    height: 150px; } }
@media all and (max-width: 530px) {
  .afterglow-news-hl + .bx-wrapper {
    height: 180px; } }
@media all and (max-width: 390px) {
  .afterglow-news-hl + .bx-wrapper {
    height: 194px; } }
@media all and (min-width: 1000px) {
  .afterglow-news-hl + .bx-wrapper {
    height: 141px; } }
.screenings-quote-wrapper .bx-wrapper {
  width: 100%; }

.bxslider {
  margin: 0;
  padding: 0; }

.bx-controls {
  position: relative; }

.bx-pager {
  position: absolute;
  width: 100%;
  text-align: center; }

.participantslider .bx-pager {
  position: relative;
  text-align: left; }

@media all and (min-width: 1000px) {
  .concept-afterglow-img .bx-pager {
    width: 32%; } }
.bx-pager-item {
  display: inline-block; }

.bx-pager-link {
  display: block;
  width: 8px;
  height: 8px;
  background: #e7e7e7;
  border-radius: 50%;
  text-indent: -2013em;
  float: left;
  margin: 0 10px;
  outline: none; }

@media all and (max-width: 500px) {
  .bx-pager-link {
    margin: 0 5px; } }
.bx-pager-link.active,
.bx-pager-link:hover {
  background: #818181;
  outline: none; }

.flip {
  -webkit-animation: myanim 0.6s;
  -o-animation: myanim 0.6s;
  animation: myanim 0.6s; }

@-webkit-keyframes myanim {
  0% {
    -webkit-transform: rotateY(-180deg); }

  100% {
    -webkit-transform: rotateY(0); } }

@-o-keyframes myanim {
  0% {
    -webkit-transform: rotateY(-180deg); }

  100% {
    -webkit-transform: rotateY(0); } }

@keyframes myanim {
  0% {
    transform: rotateY(-180deg); }

  100% {
    transform: rotateY(0); } }

.page-afterglow .block-content_bottom {
  padding: 0 0 70px 0;
  margin: 0 auto;
  max-width: 770px; }
  .page-afterglow .block-content_bottom .content {
    text-align: left; }
  .page-afterglow .block-content_bottom h3 {
    font-size: 38px;
    font-size: 3.8rem;
    text-align: center; }
  .page-afterglow .block-content_bottom h4 {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem; }
  .page-afterglow .block-content_bottom li {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
    clear: left; }
  .page-afterglow .block-content_bottom .views-field-field-teaserimg-fid {
    float: left;
    margin: 0 15px 20px 0; }
  .page-afterglow .block-content_bottom .views-field-title a {
    font-size: 24px;
    font-size: 2.4rem; }
  .page-afterglow .block-content_bottom .views-field-field-participant-teaser-value p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 21px; }
  .page-afterglow .block-content_bottom .views-field-view-node a {
    text-transform: uppercase;
    color: #323232 !important;
    font-size: 11px;
    font-size: 1.1rem; }
  .page-afterglow .block-content_bottom .view-footer a {
    clear: both;
    display: block;
    padding: 20px 0 0 0;
    color: #323232 !important;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem; }

.page-afterglow .block-id-1956 .content {
  text-align: center; }

@media all and (max-width: 550px) {
  .views-field-field-teaserimg-fid {
    display: none; } }
.block-id-1956 h3 {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem; }

@media all and (max-width: 720px) {
  .bxslider-events,
  .afterglow-news-hl {
    text-align: center; } }
.view-id-participants_2014_startseite ul {
  padding: 0; }

#block-block-422 a img {
  padding: 12px 24px; }

@media print {
  body {
    margin: 20px; }

  * {
    color: black !important;
    background: white !important;
    margin-left: 0 !important;
    clear: both !important; } }


/*3868*/
.node-25601 .main,
.node-25602 .main {
   max-width: 740px;
   margin: 0 auto;
}

.node-25601 .main-content,
.node-25602 .main-content {width: 100%;}

.node-25601 h1,
.node-25601 h2,
.node-25601 h3,
.node-25601 h4,
.node-25602 h1,
.node-25602 h2,
.node-25602 h3,
.node-25602 h4 {text-align: center;}

.node-25601 h1,
.node-25601 h2,
.node-25601 h3,
.node-25601 h4,
.node-25602 h1,
.node-25602 h2,
.node-25602 h3,
.node-25602 h4 {font-family: Helvetica, Arial;}

.node-25601,
.node-25602 {background: #fff; color: black;}

.node-25601 #shadow1,
.node-25602 #shadow1 {display: none;}
