@charset "UTF-8";
/* GENERAL HTML-TAGS */
/*      HEADLINES AND PARAGRAPH */
/*      LINKS & BUTTONS */
/* GENERAL PAGELAYOUT */
/*      COLUMNS */
/*      HEADER */
/* 			ABOVE HEADER AND NAVI */
/* 			HEADERIMAGE */
/* 				THUMBS */
/* 				CAPTION */
/* 					03 Werkdetail */
/* 			LOGO */
/* 			NAVGATION */
/* 				MAIN NAVIGATION */
/* 				CONTENT NAVIGATION */
/* 				MOBILE NAVIGATION */
/* 				MOBILE CALENDAR */
/* 		MAIN */
/* 			TEMPLATES */
/* 				00 Startseite */
/* 				01 Spielplan */
/* 					KALENDER */
/* 				03 Werkdetail */
/* 				04 Ensembleliste */
/* 				05 Personendetail */
/* 				07 Seiten */
/* 				08 Abo */
/* 				09 Spielplansuche */
/* 				10 Pressemeldungen */
/* 				12 Pressedownload */
/* 				14 Saalplan Preise */
/* 				16 Premieren */
/* 				35 Shop */
/* 				38 Archiv */
/* 		FOOTER */
/* 			FOOTER NAVI */
/* 		DIVERSES */
/* 			BLAETTERNAVI */
/* 			SOCIAL NAVIGATION */
/* 			CONTENT BOXED BLOCKS */
/* 			MAGNIFIC POPUP */
/* 			ACCORDION */
/* 			TINY NAV */
/* 			FORMS */
/*******************************/
/*** mobile first! ***/
/*****************************************************************************/
/*																			 */
/*                            		      max-desktop--,      				 */
/*                     		  max-tablet-quer--,       ,					 */
/*                	        max-tablet--,      ,	   ,					 */
/*         		  max-phone-quer--,     ,      ,	   , 					 */
/* 		  max-large-phone--,      ,     ,      ,	   ,					 */
/*     max-phone----,      ,      ,     ,      ,	   ,					 */
/*                  ,      ,      ,     ,	   ,	   ,   					 */
/*      		   450    450    600   768   1024   1220   1800				 */
/*                  '	   '      '     '      '      '      '-- maxSize	 */
/*                  '	   '      '     '      '      '-- desktop 			 */
/*                  ' 	   '      '     '      '-- tablet-quer 				 */
/*                  '	   '      '     '-- tablet 							 */
/*                  '	   '      '-- phone-quer 							 */
/*                  '	   '-- large-phone 									 */
/*					'-- phone			  								     */
/*																			 */
/*****************************************************************************/
html, body, div, span, applet, object, iframe,
h1,
#contentNavi .headContentNavi,
.accordionMobile .ui-accordion-header,
.accordion .ui-accordion-header, h2, h3, .productionTitle, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

strong {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

.clear {
  clear: both;
}

.clearfix:after, .oneColumn:after, .twoColumn:after, .twoOneColumn:after, .threeColumn:after, .dreiColumn:after, .fourColumn:after, .fourTwoColumn:after, .fiveColumn:after, .fiveTwoColumn:after, .sixColumn:after, .vorschau .location_ticket:after, #spielplanContainer:after, #werkdetailContainer:after, #personProfil:after, #template_08 .performance:after, #socialnav:after {
  content: "";
  display: table;
  clear: both;
}

.nowrap {
  white-space: nowrap;
}

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

.displaynone {
  display: none;
}

.desktopHide {
  display: none !important;
}

@media (max-width: 1219px) {
  .desktopHide {
    display: block !important;
  }
}

@media (max-width: 1219px) {
  .mobileHide {
    display: none;
  }
}

.loading {
  display: none;
  position: absolute;
  top: 80px;
  left: 38%;
  left: -o-calc(50% - 25px);
  left: calc(50% - 25px);
  background: white url(../images/ajax-loader.gif) no-repeat center center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid gray;
}

/* ASPECT RATIOS */
.ascpectRatio_1_1 {
  position: relative;
  display: block;
}

.ascpectRatio_1_1:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ascpectRatio_1_2 {
  position: relative;
  display: block;
}

.ascpectRatio_1_2:before {
  content: "";
  display: block;
  padding-top: 200%;
}

.ascpectRatio_2_1 {
  position: relative;
  display: block;
}

.ascpectRatio_2_1:before {
  content: "";
  display: block;
  padding-top: 50%;
}

.ascpectRatio_3_2 {
  position: relative;
  display: block;
}

.ascpectRatio_3_2:before {
  content: "";
  display: block;
  padding-top: 66.66667%;
}

.ascpectRatio_4_3 {
  position: relative;
  display: block;
}

.ascpectRatio_4_3:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.ascpectRatio_16_9 {
  position: relative;
  display: block;
}

.ascpectRatio_16_9:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.ascpectRatio_160_226 {
  position: relative;
  display: block;
}

.ascpectRatio_160_226:before {
  content: "";
  display: block;
  padding-top: 141.25%;
}

.ascpectRatio_450_530 {
  position: relative;
  display: block;
}

.ascpectRatio_450_530:before {
  content: "";
  display: block;
  padding-top: 117.77778%;
}

.ascpectRatio_589_884 {
  position: relative;
  display: block;
}

.ascpectRatio_589_884:before {
  content: "";
  display: block;
  padding-top: 150.08489%;
}

.aspectRatioContent {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table-cell;
  background-color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}

.aspectRatioContent img {
  max-height: 101%;
  max-width: 101%;
}

/* EMBED CONTAINER */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-top: 1.5em;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.red {
  color: red;
}

/* Dropdown control */
.selectBox-dropdown {
  min-width: 200px;
  width: 200px;
  width: -o-calc(100% - 2px);
  width: calc(100% - 2px);
  position: relative;
  border: solid 1px #7b7c7e;
  text-decoration: none;
  text-align: left;
  color: #000;
  outline: none;
  vertical-align: middle;
  background: #FFF;
  display: inline-block;
  cursor: default;
  position: relative;
}

.selectBox-dropdown .selectBox-label {
  padding: 0px 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 1219px) {
  .selectBox-dropdown .selectBox-label {
    padding: 5px 5px;
  }
}

.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  /*background: url(../images/select-icons.png) 0 center no-repeat;*/
}

.selectBox-dropdown .selectBox-arrow:after {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f078";
  padding: 0;
  margin: 0;
}

.selectBox-menuShowing .selectBox-arrow {
  /*	background-position: -20px center;*/
}

.selectBox-menuShowing .selectBox-arrow:after {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f077";
  padding: 0;
  margin: 0;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #7b7c7e !important;
  /* should be the same border width as .selectBox-dropdown */
  border-top: none;
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
  min-width: 200px;
  outline: none;
  border: solid 1px #7b7c7e;
  background: #FFF;
  display: inline-block;
  overflow: auto;
}

/* Options */
.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
}

.selectBox-options LI A {
  border-bottom: 1px solid #ECEDED;
}

.selectBox-options li:before {
  content: none;
}

.selectBox-options.selectBox-options-top {
  border-bottom: none;
  margin-top: 1px;
}

.selectBox-options LI A {
  line-height: 20px;
  padding: 0 5px;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 1219px) {
  .selectBox-options LI A {
    padding: 5px 5px;
  }
}

.selectBox-options LI.selectBox-hover A {
  font-weight: 700;
  color: #000;
}

.selectBox-options LI.selectBox-disabled A {
  color: #000;
  background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
  font-weight: 700;
}

.selectBox-options .selectBox-optgroup {
  color: #000;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .3em;
  white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: .5;
  filter: alpha(opacity=50);
  border-color: #000;
}

.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}

/*-----------------------------------*\

  $TOAST-GRID

  An insane grid.
  You'd be mad to use it.

  Usage
  =====

  Assuming default values:

  <div class="grid">
    <div class="grid__col grid__col--1-of-2">
      A half-width column.
    </div>
    <div class="grid__col grid__col--1-of-4 grid__col--pull-1-of-4">
      A quarter, pulled left by its own width. You get this, right?
    </div>
  </div>


  Customisation
  =============

  $toast-grid-namespace and $toast-grid-column-namespace
  adjusts the class names for the grid. With
  default values, grid wrappers have a class
  of '.grid' and columns '.grid__col'.

  $toast-col-groups(n) adjusts column divisions.
  For example, $toast-col-groups(12) will produce
  a 12-column grid. $col-groups(3,6,8)
  will produce a 3-, 6-, and 8-column grid.

  $toast-gutter-width is—you guessed it—the gutter
  width. Accepts any unit.

  That's it. Have fun.

\*-----------------------------------*/
.grid {
  list-style: none;
  margin-left: -20px;
}

.gridcol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-right: -.25em;
  min-height: 1px;
  padding-left: 20px;
  vertical-align: top;
}

.gridcol-1-of-1 {
  width: 100%;
}

.gridcol-push-1-of-1 {
  margin-left: 100%;
}

.gridcol-pull-1-of-1 {
  margin-left: -100%;
}

.gridcol-1-of-2 {
  width: 50%;
}

.gridcol-push-1-of-2 {
  margin-left: 50%;
}

.gridcol-pull-1-of-2 {
  margin-left: -50%;
}

.gridcol-2-of-2 {
  width: 100%;
}

.gridcol-push-2-of-2 {
  margin-left: 100%;
}

.gridcol-pull-2-of-2 {
  margin-left: -100%;
}

.gridcol-1-of-3 {
  width: 33.33333%;
}

.gridcol-push-1-of-3 {
  margin-left: 33.33333%;
}

.gridcol-pull-1-of-3 {
  margin-left: -33.33333%;
}

.gridcol-2-of-3 {
  width: 66.66667%;
}

.gridcol-push-2-of-3 {
  margin-left: 66.66667%;
}

.gridcol-pull-2-of-3 {
  margin-left: -66.66667%;
}

.gridcol-3-of-3 {
  width: 100%;
}

.gridcol-push-3-of-3 {
  margin-left: 100%;
}

.gridcol-pull-3-of-3 {
  margin-left: -100%;
}

.gridcol-1-of-4 {
  width: 25%;
}

.gridcol-push-1-of-4 {
  margin-left: 25%;
}

.gridcol-pull-1-of-4 {
  margin-left: -25%;
}

.gridcol-2-of-4 {
  width: 50%;
}

.gridcol-push-2-of-4 {
  margin-left: 50%;
}

.gridcol-pull-2-of-4 {
  margin-left: -50%;
}

.gridcol-3-of-4 {
  width: 75%;
}

.gridcol-push-3-of-4 {
  margin-left: 75%;
}

.gridcol-pull-3-of-4 {
  margin-left: -75%;
}

.gridcol-4-of-4 {
  width: 100%;
}

.gridcol-push-4-of-4 {
  margin-left: 100%;
}

.gridcol-pull-4-of-4 {
  margin-left: -100%;
}

.gridcol-1-of-7 {
  width: 14.28571%;
}

.gridcol-push-1-of-7 {
  margin-left: 14.28571%;
}

.gridcol-pull-1-of-7 {
  margin-left: -14.28571%;
}

.gridcol-2-of-7 {
  width: 28.57143%;
}

.gridcol-push-2-of-7 {
  margin-left: 28.57143%;
}

.gridcol-pull-2-of-7 {
  margin-left: -28.57143%;
}

.gridcol-3-of-7 {
  width: 42.85714%;
}

.gridcol-push-3-of-7 {
  margin-left: 42.85714%;
}

.gridcol-pull-3-of-7 {
  margin-left: -42.85714%;
}

.gridcol-4-of-7 {
  width: 57.14286%;
}

.gridcol-push-4-of-7 {
  margin-left: 57.14286%;
}

.gridcol-pull-4-of-7 {
  margin-left: -57.14286%;
}

.gridcol-5-of-7 {
  width: 71.42857%;
}

.gridcol-push-5-of-7 {
  margin-left: 71.42857%;
}

.gridcol-pull-5-of-7 {
  margin-left: -71.42857%;
}

.gridcol-6-of-7 {
  width: 85.71429%;
}

.gridcol-push-6-of-7 {
  margin-left: 85.71429%;
}

.gridcol-pull-6-of-7 {
  margin-left: -85.71429%;
}

.gridcol-7-of-7 {
  width: 100%;
}

.gridcol-push-7-of-7 {
  margin-left: 100%;
}

.gridcol-pull-7-of-7 {
  margin-left: -100%;
}

@media (max-width: 1219px) and (min-width: 1024px) {
  [class*="gridcol-bp4-"] {
    display: inline-block;
    margin-right: -.25em;
  }
  .gridcol-bp4-1-of-1 {
    width: 100%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-1-of-1 {
    margin-left: 100%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-1-of-1 {
    margin-left: -100%;
  }
  .gridcol-bp4-1-of-2 {
    width: 50%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-1-of-2 {
    margin-left: 50%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-1-of-2 {
    margin-left: -50%;
  }
  .gridcol-bp4-2-of-2 {
    width: 100%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-2-of-2 {
    margin-left: 100%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-2-of-2 {
    margin-left: -100%;
  }
  .gridcol-bp4-1-of-3 {
    width: 33.33333%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-1-of-3 {
    margin-left: 33.33333%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-1-of-3 {
    margin-left: -33.33333%;
  }
  .gridcol-bp4-2-of-3 {
    width: 66.66667%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-2-of-3 {
    margin-left: 66.66667%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-2-of-3 {
    margin-left: -66.66667%;
  }
  .gridcol-bp4-3-of-3 {
    width: 100%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-3-of-3 {
    margin-left: 100%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-3-of-3 {
    margin-left: -100%;
  }
  .gridcol-bp4-1-of-4 {
    width: 25%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-1-of-4 {
    margin-left: 25%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-1-of-4 {
    margin-left: -25%;
  }
  .gridcol-bp4-2-of-4 {
    width: 50%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-2-of-4 {
    margin-left: 50%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-2-of-4 {
    margin-left: -50%;
  }
  .gridcol-bp4-3-of-4 {
    width: 75%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-3-of-4 {
    margin-left: 75%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-3-of-4 {
    margin-left: -75%;
  }
  .gridcol-bp4-4-of-4 {
    width: 100%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-4-of-4 {
    margin-left: 100%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-4-of-4 {
    margin-left: -100%;
  }
  .gridcol-bp4-1-of-7 {
    width: 14.28571%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-1-of-7 {
    margin-left: 14.28571%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-1-of-7 {
    margin-left: -14.28571%;
  }
  .gridcol-bp4-2-of-7 {
    width: 28.57143%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-2-of-7 {
    margin-left: 28.57143%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-2-of-7 {
    margin-left: -28.57143%;
  }
  .gridcol-bp4-3-of-7 {
    width: 42.85714%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-3-of-7 {
    margin-left: 42.85714%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-3-of-7 {
    margin-left: -42.85714%;
  }
  .gridcol-bp4-4-of-7 {
    width: 57.14286%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-4-of-7 {
    margin-left: 57.14286%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-4-of-7 {
    margin-left: -57.14286%;
  }
  .gridcol-bp4-5-of-7 {
    width: 71.42857%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-5-of-7 {
    margin-left: 71.42857%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-5-of-7 {
    margin-left: -71.42857%;
  }
  .gridcol-bp4-6-of-7 {
    width: 85.71429%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-6-of-7 {
    margin-left: 85.71429%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-6-of-7 {
    margin-left: -85.71429%;
  }
  .gridcol-bp4-7-of-7 {
    width: 100%;
  }
  .gridcol-bp4-push-0 {
    margin-left: 0;
  }
  .gridcol-bp4-push-7-of-7 {
    margin-left: 100%;
  }
  .gridcol-bp4-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp4-pull-7-of-7 {
    margin-left: -100%;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  [class*="gridcol-bp3-"] {
    display: inline-block;
    margin-right: -.25em;
  }
  .gridcol-bp3-1-of-1 {
    width: 100%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-1-of-1 {
    margin-left: 100%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-1-of-1 {
    margin-left: -100%;
  }
  .gridcol-bp3-1-of-2 {
    width: 50%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-1-of-2 {
    margin-left: 50%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-1-of-2 {
    margin-left: -50%;
  }
  .gridcol-bp3-2-of-2 {
    width: 100%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-2-of-2 {
    margin-left: 100%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-2-of-2 {
    margin-left: -100%;
  }
  .gridcol-bp3-1-of-3 {
    width: 33.33333%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-1-of-3 {
    margin-left: 33.33333%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-1-of-3 {
    margin-left: -33.33333%;
  }
  .gridcol-bp3-2-of-3 {
    width: 66.66667%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-2-of-3 {
    margin-left: 66.66667%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-2-of-3 {
    margin-left: -66.66667%;
  }
  .gridcol-bp3-3-of-3 {
    width: 100%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-3-of-3 {
    margin-left: 100%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-3-of-3 {
    margin-left: -100%;
  }
  .gridcol-bp3-1-of-4 {
    width: 25%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-1-of-4 {
    margin-left: 25%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-1-of-4 {
    margin-left: -25%;
  }
  .gridcol-bp3-2-of-4 {
    width: 50%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-2-of-4 {
    margin-left: 50%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-2-of-4 {
    margin-left: -50%;
  }
  .gridcol-bp3-3-of-4 {
    width: 75%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-3-of-4 {
    margin-left: 75%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-3-of-4 {
    margin-left: -75%;
  }
  .gridcol-bp3-4-of-4 {
    width: 100%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-4-of-4 {
    margin-left: 100%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-4-of-4 {
    margin-left: -100%;
  }
  .gridcol-bp3-1-of-7 {
    width: 14.28571%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-1-of-7 {
    margin-left: 14.28571%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-1-of-7 {
    margin-left: -14.28571%;
  }
  .gridcol-bp3-2-of-7 {
    width: 28.57143%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-2-of-7 {
    margin-left: 28.57143%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-2-of-7 {
    margin-left: -28.57143%;
  }
  .gridcol-bp3-3-of-7 {
    width: 42.85714%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-3-of-7 {
    margin-left: 42.85714%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-3-of-7 {
    margin-left: -42.85714%;
  }
  .gridcol-bp3-4-of-7 {
    width: 57.14286%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-4-of-7 {
    margin-left: 57.14286%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-4-of-7 {
    margin-left: -57.14286%;
  }
  .gridcol-bp3-5-of-7 {
    width: 71.42857%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-5-of-7 {
    margin-left: 71.42857%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-5-of-7 {
    margin-left: -71.42857%;
  }
  .gridcol-bp3-6-of-7 {
    width: 85.71429%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-6-of-7 {
    margin-left: 85.71429%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-6-of-7 {
    margin-left: -85.71429%;
  }
  .gridcol-bp3-7-of-7 {
    width: 100%;
  }
  .gridcol-bp3-push-0 {
    margin-left: 0;
  }
  .gridcol-bp3-push-7-of-7 {
    margin-left: 100%;
  }
  .gridcol-bp3-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp3-pull-7-of-7 {
    margin-left: -100%;
  }
}

@media (max-width: 767px) and (min-width: 450px) {
  [class*="gridcol-bp2-"] {
    display: inline-block;
    margin-right: -.25em;
  }
  .gridcol-bp2-1-of-1 {
    width: 100%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-1-of-1 {
    margin-left: 100%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-1-of-1 {
    margin-left: -100%;
  }
  .gridcol-bp2-1-of-2 {
    width: 50%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-1-of-2 {
    margin-left: 50%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-1-of-2 {
    margin-left: -50%;
  }
  .gridcol-bp2-2-of-2 {
    width: 100%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-2-of-2 {
    margin-left: 100%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-2-of-2 {
    margin-left: -100%;
  }
  .gridcol-bp2-1-of-3 {
    width: 33.33333%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-1-of-3 {
    margin-left: 33.33333%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-1-of-3 {
    margin-left: -33.33333%;
  }
  .gridcol-bp2-2-of-3 {
    width: 66.66667%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-2-of-3 {
    margin-left: 66.66667%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-2-of-3 {
    margin-left: -66.66667%;
  }
  .gridcol-bp2-3-of-3 {
    width: 100%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-3-of-3 {
    margin-left: 100%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-3-of-3 {
    margin-left: -100%;
  }
  .gridcol-bp2-1-of-4 {
    width: 25%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-1-of-4 {
    margin-left: 25%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-1-of-4 {
    margin-left: -25%;
  }
  .gridcol-bp2-2-of-4 {
    width: 50%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-2-of-4 {
    margin-left: 50%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-2-of-4 {
    margin-left: -50%;
  }
  .gridcol-bp2-3-of-4 {
    width: 75%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-3-of-4 {
    margin-left: 75%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-3-of-4 {
    margin-left: -75%;
  }
  .gridcol-bp2-4-of-4 {
    width: 100%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-4-of-4 {
    margin-left: 100%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-4-of-4 {
    margin-left: -100%;
  }
  .gridcol-bp2-1-of-7 {
    width: 14.28571%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-1-of-7 {
    margin-left: 14.28571%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-1-of-7 {
    margin-left: -14.28571%;
  }
  .gridcol-bp2-2-of-7 {
    width: 28.57143%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-2-of-7 {
    margin-left: 28.57143%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-2-of-7 {
    margin-left: -28.57143%;
  }
  .gridcol-bp2-3-of-7 {
    width: 42.85714%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-3-of-7 {
    margin-left: 42.85714%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-3-of-7 {
    margin-left: -42.85714%;
  }
  .gridcol-bp2-4-of-7 {
    width: 57.14286%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-4-of-7 {
    margin-left: 57.14286%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-4-of-7 {
    margin-left: -57.14286%;
  }
  .gridcol-bp2-5-of-7 {
    width: 71.42857%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-5-of-7 {
    margin-left: 71.42857%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-5-of-7 {
    margin-left: -71.42857%;
  }
  .gridcol-bp2-6-of-7 {
    width: 85.71429%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-6-of-7 {
    margin-left: 85.71429%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-6-of-7 {
    margin-left: -85.71429%;
  }
  .gridcol-bp2-7-of-7 {
    width: 100%;
  }
  .gridcol-bp2-push-0 {
    margin-left: 0;
  }
  .gridcol-bp2-push-7-of-7 {
    margin-left: 100%;
  }
  .gridcol-bp2-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp2-pull-7-of-7 {
    margin-left: -100%;
  }
}

@media (max-width: 449px) {
  [class*="gridcol-bp1-"] {
    display: inline-block;
    margin-right: -.25em;
  }
  .gridcol-bp1-1-of-1 {
    width: 100%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-1-of-1 {
    margin-left: 100%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-1-of-1 {
    margin-left: -100%;
  }
  .gridcol-bp1-1-of-2 {
    width: 50%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-1-of-2 {
    margin-left: 50%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-1-of-2 {
    margin-left: -50%;
  }
  .gridcol-bp1-2-of-2 {
    width: 100%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-2-of-2 {
    margin-left: 100%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-2-of-2 {
    margin-left: -100%;
  }
  .gridcol-bp1-1-of-3 {
    width: 33.33333%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-1-of-3 {
    margin-left: 33.33333%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-1-of-3 {
    margin-left: -33.33333%;
  }
  .gridcol-bp1-2-of-3 {
    width: 66.66667%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-2-of-3 {
    margin-left: 66.66667%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-2-of-3 {
    margin-left: -66.66667%;
  }
  .gridcol-bp1-3-of-3 {
    width: 100%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-3-of-3 {
    margin-left: 100%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-3-of-3 {
    margin-left: -100%;
  }
  .gridcol-bp1-1-of-4 {
    width: 25%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-1-of-4 {
    margin-left: 25%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-1-of-4 {
    margin-left: -25%;
  }
  .gridcol-bp1-2-of-4 {
    width: 50%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-2-of-4 {
    margin-left: 50%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-2-of-4 {
    margin-left: -50%;
  }
  .gridcol-bp1-3-of-4 {
    width: 75%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-3-of-4 {
    margin-left: 75%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-3-of-4 {
    margin-left: -75%;
  }
  .gridcol-bp1-4-of-4 {
    width: 100%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-4-of-4 {
    margin-left: 100%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-4-of-4 {
    margin-left: -100%;
  }
  .gridcol-bp1-1-of-7 {
    width: 14.28571%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-1-of-7 {
    margin-left: 14.28571%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-1-of-7 {
    margin-left: -14.28571%;
  }
  .gridcol-bp1-2-of-7 {
    width: 28.57143%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-2-of-7 {
    margin-left: 28.57143%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-2-of-7 {
    margin-left: -28.57143%;
  }
  .gridcol-bp1-3-of-7 {
    width: 42.85714%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-3-of-7 {
    margin-left: 42.85714%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-3-of-7 {
    margin-left: -42.85714%;
  }
  .gridcol-bp1-4-of-7 {
    width: 57.14286%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-4-of-7 {
    margin-left: 57.14286%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-4-of-7 {
    margin-left: -57.14286%;
  }
  .gridcol-bp1-5-of-7 {
    width: 71.42857%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-5-of-7 {
    margin-left: 71.42857%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-5-of-7 {
    margin-left: -71.42857%;
  }
  .gridcol-bp1-6-of-7 {
    width: 85.71429%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-6-of-7 {
    margin-left: 85.71429%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-6-of-7 {
    margin-left: -85.71429%;
  }
  .gridcol-bp1-7-of-7 {
    width: 100%;
  }
  .gridcol-bp1-push-0 {
    margin-left: 0;
  }
  .gridcol-bp1-push-7-of-7 {
    margin-left: 100%;
  }
  .gridcol-bp1-pull-0 {
    margin-left: 0;
  }
  .gridcol-bp1-pull-7-of-7 {
    margin-left: -100%;
  }
}

.gridcol-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.gridcol-d-first {
  float: left;
}

.gridcol-d-last {
  float: right;
}

.grid-no-gutter {
  margin-left: 0;
  width: 100%;
}

.grid-no-gutter .gridcol {
  padding-left: 0;
}

.grid-no-gutter .gridcol-span-all {
  margin-left: 0;
  width: 100%;
}

.gridcol-ab {
  vertical-align: bottom;
}

.gridcol-am {
  vertical-align: middle;
}

@media (max-width: 449px) {
  .gridcol-bp1-1-of-1:not(.fortlaufend) {
    margin-top: 20px;
  }
  .gridcol-bp1-1-of-1:not(.fortlaufend):first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) and (min-width: 450px) {
  .gridcol-bp1-1-of-1:not(.fortlaufend) {
    margin-top: 20px;
  }
  .gridcol-bp1-1-of-1:not(.fortlaufend):first-child {
    margin-top: 0;
  }
}

.gridcol p:first-child {
  margin-top: 0;
}

.grid.rtl {
  direction: rtl;
}

.grid.rtl .gridcol {
  direction: ltr;
  margin-right: 0;
  margin-left: -0.25em;
}

/* GENERAL HTML-TAGS */
html {
  overflow-y: scroll;
  overflow-x: auto;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-style: normal;
  font-weight: 400;
  font-family: "myriad-pro", sans-serif;
  color: #000000;
  font-size: 15px;
  line-height: 24px;
}

@media (min-width: 768px) {
  body {
    text-align: justify;
    -ms-hyphens: true;
    -webkit-hyphens: true;
    hyphens: true;
  }
}

i {
  font-style: italic;
}

.nohyphen {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

.nojustify, h1, #contentNavi .headContentNavi, .accordionMobile .ui-accordion-header,
.accordion .ui-accordion-header, h2, h3, .productionTitle, h4, #contentNavi, .personName {
  text-align: left;
  -ms-hyphens: false;
  -webkit-hyphens: false;
  hyphens: false;
}

.center {
  text-align: center;
}

@media (max-width: 1023px) {
  .mobileHide {
    display: none !important;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* HEADLINES AND PARAGRAPH */

h1,
#contentNavi .headContentNavi,
.accordionMobile .ui-accordion-header,
.accordion .ui-accordion-header {
  font-size: 32px !important;
  line-height: 38px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}

@media (min-width: 450px) {
  
  h1,
  #contentNavi .headContentNavi,
  .accordionMobile .ui-accordion-header,
  .accordion .ui-accordion-header {
    font-size: 25px !important;
    line-height: 30px;
  }
}

h1.ohneLinie, #contentNavi .ohneLinie.headContentNavi, .accordionMobile .ohneLinie.ui-accordion-header,
.accordion .ohneLinie.ui-accordion-header {
  border-bottom: 0;
  padding-bottom: 0;
}

h2 {
  font-size: 25px;
  line-height: 30px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 450px) {
  h2 {
    font-size: 20px !important;
    line-height: 27px;
  }
}

h2:first-child {
  margin-top: 3px !important;
}

h2.underline {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

h3, .productionTitle {
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 1em;
}

@media (min-width: 450px) {
  h3, .productionTitle {
    font-size: 16px;
    line-height: 20px;
  }
}

h3:first-child, .productionTitle:first-child {
  margin-top: 3px !important;
}

h4 {
  font-size: 15px;
  line-height: 24px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}

strong, b {
  font-style: normal;
  font-weight: 600;
}

em {
  font-weight: 400;
  font-style: italic;
}

ol li {
  list-style: decimal;
  list-style-position: inside;
}

ul {
  margin-bottom: 24px;
}

ul li {
  list-style: none;
}

ul li:before {
  content: "– ";
}

.iconlist ul li:before, #contentNavi ul li:before, #personProfil #personProductions ul li:before, footer ul li:before, ul#socialnav li:before {
  content: none;
}

.productionTitle {
  margin-bottom: 5px;
}

.productionTitle:first-child {
  margin-top: 0;
}

.nowrap {
  white-spaces: nowrap;
}

/* LINKS & BUTTONS */
.iconlist ul a, .productionTitle a, #mobileHeader a, #contentNavi li a, .vorschau h4 a, #spielplan .productionDetails a, #suchergebnisse .productionDetails a, .small_calendar a, #termine .terminlist a,
#termine #thisPerformance a, .ensembleliste a, #personProfil #personProductions a, #pressGalleries a, .downloadZip a {
  color: #000000;
}

.iconlist ul .active > a, .productionTitle .active > a, #mobileHeader .active > a, #contentNavi li .active > a, .vorschau h4 .active > a, #spielplan .productionDetails .active > a, #suchergebnisse .productionDetails .active > a, .small_calendar .active > a, #termine .terminlist .active > a,
#termine #thisPerformance .active > a, .ensembleliste .active > a, #personProfil #personProductions .active > a, #pressGalleries .active > a, .downloadZip .active > a, .iconlist ul a:hover, .productionTitle a:hover, #mobileHeader a:hover, #contentNavi li a:hover, .vorschau h4 a:hover, #spielplan .productionDetails a:hover, #suchergebnisse .productionDetails a:hover, .small_calendar a:hover, #termine .terminlist a:hover,
#termine #thisPerformance a:hover, .ensembleliste a:hover, #personProfil #personProductions a:hover, #pressGalleries a:hover, .downloadZip a:hover {
  color: #7b7c7e;
}

a, #termine .terminlist .tickets a,
#termine #thisPerformance .tickets a, .nextPerformance_location a {
  color: #7b7c7e;
}

.active a, .active #termine .terminlist .tickets a, #termine .terminlist .tickets .active a,
.active #termine #thisPerformance .tickets a, #termine #thisPerformance .tickets .active a, a:hover, #termine .terminlist .tickets a:hover,
#termine #thisPerformance .tickets a:hover {
  color: #000000;
}

.blaetternavi span, .nextProductions .item .popup-youtube, .fancybox-caption__body .download, .ticketlink a,
a.ticketlink,
.submitbutton,
.submitbutton a,
a.submitButton,
input.submitButton,
.blaetternavi a, .vorschau .location_ticket .ticketlink a,
.vorschau .location_ticket .noTicketlink a, ul#monatsnavi li a {
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
  padding: 2px 10px 4px 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: #000000;
  color: #ffffff !important;
}

@media (min-width: 450px) {
  .blaetternavi span, .nextProductions .item .popup-youtube, .fancybox-caption__body .download, .ticketlink a,
  a.ticketlink,
  .submitbutton,
  .submitbutton a,
  a.submitButton,
  input.submitButton,
  .blaetternavi a, .vorschau .location_ticket .ticketlink a,
  .vorschau .location_ticket .noTicketlink a, ul#monatsnavi li a {
    padding: 2px 4px;
  }
}

.blaetternavi span:hover, .nextProductions .item .popup-youtube:hover, .fancybox-caption__body .download:hover, .ticketlink a:hover,
a.ticketlink:hover,
.submitbutton:hover,
.submitbutton a:hover,
a.submitButton:hover,
input.submitButton:hover,
.blaetternavi a:hover, .vorschau .location_ticket .ticketlink a:hover,
.vorschau .location_ticket .noTicketlink a:hover, ul#monatsnavi li a:hover {
  background-color: #7b7c7e;
}

.blaetternavi span, .nextProductions .item .popup-youtube, .fancybox-caption__body .download {
  background-color: #7b7c7e;
}

.blaetternavi span:hover, .nextProductions .item .popup-youtube:hover, .fancybox-caption__body .download:hover {
  background-color: #000000;
}

a {
  text-decoration: underline;
}

.selectBox-dropdown-menu a, .iconlist ul a, .productionTitle a, .blaetternavi span, .nextProductions .item .popup-youtube, .fancybox-caption__body .download, .ticketlink a,
a.ticketlink,
.submitbutton,
.submitbutton a,
a.submitButton,
input.submitButton,
.blaetternavi a, .vorschau .location_ticket .ticketlink a,
.vorschau .location_ticket .noTicketlink a, ul#monatsnavi li a, .headerImageLinks a, .readmore a, #contentNavi li a, .vorschau h4 a, #spielplan .productionDetails a, #suchergebnisse .productionDetails a, .small_calendar a, #termine .terminlist a,
#termine #thisPerformance a, #termine .terminlist .tickets a,
#termine #thisPerformance .tickets a, .ensembleliste a, #personProfil #personProductions a, #pressGalleries a, .downloadZip a, .nextPerformance_location a {
  text-decoration: none;
}

.headerImageLinks a {
  background-color: #ffffff;
  color: #666666;
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  font-style: normal;
  line-height: 24px;
  padding: 2px 10px 4px 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media (min-width: 450px) {
  .headerImageLinks a {
    padding: 2px 4px;
  }
}

.ticketlink a,
a.ticketlink,
.submitbutton,
.submitbutton a,
a.submitButton,
input.submitButton,
.blaetternavi a,
.blaetternavi span {
  position: relative;
  top: 2px;
  width: auto;
  min-width: auto;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .ticketlink a,
  a.ticketlink,
  .submitbutton,
  .submitbutton a,
  a.submitButton,
  input.submitButton,
  .blaetternavi a,
  .blaetternavi span {
    max-width: 200px;
  }
}

.blaetternavi span:hover {
  background-color: #7b7c7e;
}

input.submitButton {
  padding: 0px 10px;
  border: none;
}

.pdf, .zip {
  padding-left: 70px;
  text-indent: -35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
}

.pdf:before, .zip:before {
  padding-right: 12px;
}

.pdf {
  background-image: url(../images/pdf.png);
}

.pdf:before {
  content: "PDF";
}

#template_10 .pdf {
  padding-left: 144px;
  text-indent: -114px;
}

.zip {
  background-image: url(../images/zip.png);
}

.zip:before {
  content: "ZIP";
}

.readmore {
  text-align: right;
  margin-bottom: 0;
}

.readmore a {
  text-transform: uppercase;
}

.readmore a:after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 5px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
}


h1,
#contentNavi .headContentNavi,
.accordionMobile .ui-accordion-header,
.accordion .ui-accordion-header {
  position: relative;
}

h1 .readmore, #contentNavi .headContentNavi .readmore, .accordionMobile .ui-accordion-header .readmore, .accordion .ui-accordion-header .readmore {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
}

@media (min-width: 768px) {
  h1 .readmore, #contentNavi .headContentNavi .readmore, .accordionMobile .ui-accordion-header .readmore, .accordion .ui-accordion-header .readmore {
    position: absolute;
    top: 3px;
    right: 0;
  }
}

.grey {
  background-color: #f0f0f0;
  padding: 20px;
}

.marginBottom {
  margin-bottom: 20px;
}

/* GENERAL PAGELAYOUT */
.wrapper {
  max-width: 1240px;
  margin: auto;
  margin-top: 0px !important;
  background-color: #ffffff;
}

@media only screen and (max-width: 1219px) {
  .leftPadMobile {
    padding-left: 10px !important;
  }
  .rightPadMobile {
    padding-right: 10px !important;
  }
}

/* COLUMNS */
.fourTextColumn {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fourTextColumn {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 449px) {
  .fourTextColumn {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.threeTextColumn {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .threeTextColumn {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 449px) {
  .threeTextColumn {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.twoTextColumn {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 25px;
  column-gap: 25px;
  margin-bottom: 18px;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .twoTextColumn {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 449px) {
  .twoTextColumn {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 1220px) {
  .oneColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .oneColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .oneColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

.oneColumn {
  width: 100%;
}

.oneColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 97%;
  width: -o-calc(100% - 0px);
  width: calc(100% - 0px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .oneColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .oneColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .oneColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .oneColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .oneColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .twoColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .twoColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .twoColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

.twoColumn {
  width: 100%;
}

.twoColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 47%;
  width: -o-calc(50% - 10.05px);
  width: calc(50% - 10.05px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .twoColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .twoColumn .item {
    margin-bottom: 10px;
    width: 47%;
    width: -o-calc(50% - 10.05px);
    width: calc(50% - 10.05px);
  }
  .twoColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .twoColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .twoColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .twoOneColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .twoOneColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .twoOneColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

.twoOneColumn {
  width: 100%;
}

.twoOneColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 47%;
  width: -o-calc(50% - 10.05px);
  width: calc(50% - 10.05px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .twoOneColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .twoOneColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .twoOneColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .twoOneColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .twoOneColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .threeColumn.auto-clear .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .threeColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .threeColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

.threeColumn {
  width: 100%;
}

.threeColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 30.33333%;
  width: -o-calc(33.33333% - 13.4px);
  width: calc(33.33333% - 13.4px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .threeColumn .item:nth-child(3n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .threeColumn .item {
    margin-bottom: 10px;
    width: 47%;
    width: -o-calc(50% - 10.05px);
    width: calc(50% - 10.05px);
  }
  .threeColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .threeColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .threeColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .dreiColumn.auto-clear .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .dreiColumn.auto-clear .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .dreiColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

.dreiColumn {
  width: 100%;
}

.dreiColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 30.33333%;
  width: -o-calc(33.33333% - 13.4px);
  width: calc(33.33333% - 13.4px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .dreiColumn .item:nth-child(3n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .dreiColumn .item {
    margin-bottom: 10px;
    width: 30.33333%;
    width: -o-calc(33.33333% - 13.4px);
    width: calc(33.33333% - 13.4px);
  }
  .dreiColumn .item:nth-child(3n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .dreiColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .dreiColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .fourColumn.auto-clear .item:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fourColumn.auto-clear .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .fourColumn.auto-clear .item:nth-child(1n+1) {
    clear: left;
  }
}

.fourColumn {
  width: 100%;
}

.fourColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 22%;
  width: -o-calc(25% - 15.075px);
  width: calc(25% - 15.075px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .fourColumn .item:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fourColumn .item {
    margin-bottom: 10px;
    width: 30.33333%;
    width: -o-calc(33.33333% - 13.4px);
    width: calc(33.33333% - 13.4px);
  }
  .fourColumn .item:nth-child(3n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .fourColumn .item {
    margin-bottom: 10px;
    width: 97%;
    width: -o-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .fourColumn .item:nth-child(1n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .fourTwoColumn.auto-clear .item:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fourTwoColumn.auto-clear .item:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .fourTwoColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

.fourTwoColumn {
  width: 100%;
}

.fourTwoColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 22%;
  width: -o-calc(25% - 15.075px);
  width: calc(25% - 15.075px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .fourTwoColumn .item:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fourTwoColumn .item {
    margin-bottom: 10px;
    width: 22%;
    width: -o-calc(25% - 15.075px);
    width: calc(25% - 15.075px);
  }
  .fourTwoColumn .item:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .fourTwoColumn .item {
    margin-bottom: 10px;
    width: 47%;
    width: -o-calc(50% - 10.05px);
    width: calc(50% - 10.05px);
  }
  .fourTwoColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .fiveColumn.auto-clear .item:nth-child(5n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fiveColumn.auto-clear .item:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .fiveColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

.fiveColumn {
  width: 100%;
}

.fiveColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 17%;
  width: -o-calc(20% - 16.08px);
  width: calc(20% - 16.08px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .fiveColumn .item:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fiveColumn .item {
    margin-bottom: 10px;
    width: 22%;
    width: -o-calc(25% - 15.075px);
    width: calc(25% - 15.075px);
  }
  .fiveColumn .item:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .fiveColumn .item {
    margin-bottom: 10px;
    width: 47%;
    width: -o-calc(50% - 10.05px);
    width: calc(50% - 10.05px);
  }
  .fiveColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .fiveTwoColumn.auto-clear .item:nth-child(5n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fiveTwoColumn.auto-clear .item:nth-child(4n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .fiveTwoColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

.fiveTwoColumn {
  width: 100%;
}

.fiveTwoColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 17%;
  width: -o-calc(20% - 16.08px);
  width: calc(20% - 16.08px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .fiveTwoColumn .item:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .fiveTwoColumn .item {
    margin-bottom: 10px;
    width: 22%;
    width: -o-calc(25% - 15.075px);
    width: calc(25% - 15.075px);
  }
  .fiveTwoColumn .item:nth-child(4n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .fiveTwoColumn .item {
    margin-bottom: 10px;
    width: 47%;
    width: -o-calc(50% - 10.05px);
    width: calc(50% - 10.05px);
  }
  .fiveTwoColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1220px) {
  .sixColumn.auto-clear .item:nth-child(6n+1) {
    clear: left;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .sixColumn.auto-clear .item:nth-child(5n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 449px) {
  .sixColumn.auto-clear .item:nth-child(2n+1) {
    clear: left;
  }
}

.sixColumn {
  width: 100%;
}

.sixColumn .item {
  margin-right: 20px;
  margin-bottom: 40px;
  width: 13.66667%;
  width: -o-calc(16.66667% - 16.75px);
  width: calc(16.66667% - 16.75px);
  float: left;
}

@media only screen and (min-width: 1220px) {
  .sixColumn .item:nth-child(6n + 0) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .sixColumn .item {
    margin-bottom: 10px;
    width: 17%;
    width: -o-calc(20% - 16.08px);
    width: calc(20% - 16.08px);
  }
  .sixColumn .item:nth-child(5n + 0) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 449px) {
  .sixColumn .item {
    margin-bottom: 10px;
    width: 47%;
    width: -o-calc(50% - 10.05px);
    width: calc(50% - 10.05px);
  }
  .sixColumn .item:nth-child(2n + 0) {
    margin-right: 0;
  }
}

.item p {
  margin-bottom: 2px;
}

.zweispalter {
  margin-bottom: 1em;
}

.zweispalter .haelfte {
  width: 48%;
  width: -o-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}

@media only screen and (max-width: 449px) {
  .zweispalter .haelfte {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

.zweispalter .haelfte:nth-child(2n+1) {
  margin-right: 20px;
}

@media only screen and (max-width: 449px) {
  .zweispalter .haelfte:nth-child(2n+1) {
    margin-bottom: 1em;
  }
}

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

.fullWidthWithContentNavi {
  width: 925px;
  float: right;
}

@media only screen and (max-width: 1219px) {
  .fullWidthWithContentNavi {
    width: 100%;
    float: none;
  }
}

.stopTextColumnBreak {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}

/* HEADER */
#header {
  height: 110px;
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}

@media only screen and (max-width: 1219px) {
  #header {
    height: auto;
  }
}

@media only screen and (max-width: 1219px) {
  #header {
    width: 100%;
  }
}

@media only screen and (max-width: 1219px) {
  #header {
    position: relative;
  }
}

@media only screen and (max-width: 1219px) {
  #header {
    background-color: none;
  }
}

#header a {
  text-decoration: none;
}

#header {
  top: 0;
  z-index: 10;
}

.search {
  display: none;
}

@media (min-width: 1220px) {
  .search {
    display: inline-block;
    position: absolute;
    right: 10px;
    border-bottom: 1px solid #000;
    width: 200px;
    margin-top: 10px;
  }
  .search input[type=text] {
    width: 50px !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    background-color: white;
    background-image: url("../images/searchicon.png");
    background-size: 20px 20px;
    background-position: 3px 3px;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 23px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none !important;
  }
  .search input[type=text]:focus {
    width: 100% !important;
    border-bottom: 1px solid #000 !important;
  }
}

/* ABOVE HEADER AND NAVI */
#home {
  position: absolute;
  left: 100px;
  top: 0;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  border-top: 0;
  padding: 5px 0 3px 0;
  color: #000000;
  font-size: 13px;
  z-index: 1000;
}

#sprachswitch {
  position: absolute;
  left: 200px;
  text-transform: uppercase;
  width: 100px;
  text-align: center;
  top: 0;
  color: #000000;
  padding: 5px 0;
  font-size: 13px;
  z-index: 1000;
}

#mobileHeader {
  font-size: 11px;
  line-height: 19px;
}

@media only screen and (max-width: 1219px) {
  #mobileHeader {
    padding: 10px;
    border-bottom: 1px solid #000000;
    position: relative;
  }
  #mobileHeader {
    height: 50px;
  }
}

/* HEADERIMAGE */
#headerSlider {
  text-align: left;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  background-color: #000;
  height: 415px;
  margin-bottom: 30px;
}

.forceFullScreen #headerSlider {
  width: 100%;
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider {
    height: 432px;
  }
}

@media only screen and (max-width: 449px) {
  #headerSlider {
    height: 432px;
  }
}

@media only screen and (min-width: 1220px) {
  #headerSlider {
    height: 615px;
  }
}

.werkdetail #headerSlider .header-slide {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.werkdetail #headerSlider .header-slide.slick-current {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

#headerSlider .header-slide {
  opacity: 0;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  text-align: center;
  position: relative;
  height: 415px;
  overflow: hidden;
}

#headerSlider .header-slide.show {
  opacity: 1;
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide {
    height: 432px;
  }
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide {
    height: 432px;
  }
}

@media only screen and (min-width: 1220px) {
  #headerSlider .header-slide {
    height: 615px;
  }
}

#headerSlider .header-slide .img {
  overflow: hidden;
  height: 415px;
  position: relative;
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .img {
    height: 432px;
  }
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .img {
    height: 432px;
  }
}

@media only screen and (min-width: 1220px) {
  #headerSlider .header-slide .img {
    height: 615px;
  }
}

.forceFullScreen #headerSlider .header-slide .img {
  width: 100%;
}

.werkdetail #headerSlider .header-slide .img img {
  height: 100%;
  width: auto;
}

.forceFullScreen #headerSlider .header-slide .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 2000px) {
  .forceFullScreen #headerSlider .header-slide .img img {
    width: 100%;
    height: auto;
  }
}

#headerSlider .header-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  #headerSlider .header-slide video {
    min-width: 100%;
    max-width: 100%;
  }
}

#headerSlider .header-slide iframe {
  position: relative;
  max-width: none !important;
}

#headerSlider .header-slide .wrapper {
  padding: 0px 40px 0px 40px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  z-index: 1;
  bottom: 30px;
}

@media only screen and (max-width: 1219px) {
  #headerSlider .header-slide .wrapper {
    width: 95%;
  }
}

@media only screen and (max-width: 432px) {
  #headerSlider .header-slide .wrapper {
    width: 95vw;
  }
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .wrapper {
    bottom: 10px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .wrapper {
    bottom: 10px;
  }
}

#headerSlider .header-slide .wrapper .text,
#headerSlider .header-slide .wrapper .caption {
  text-shadow: 2px 1px 2px #888;
  color: #fff;
}

#headerSlider .header-slide .wrapper .text h1, #headerSlider .header-slide .wrapper .text #contentNavi .headContentNavi, #contentNavi #headerSlider .header-slide .wrapper .text .headContentNavi, #headerSlider .header-slide .wrapper .text .accordionMobile .ui-accordion-header, .accordionMobile #headerSlider .header-slide .wrapper .text .ui-accordion-header,
#headerSlider .header-slide .wrapper .text .accordion .ui-accordion-header, .accordion #headerSlider .header-slide .wrapper .text .ui-accordion-header,
#headerSlider .header-slide .wrapper .caption h1,
#headerSlider .header-slide .wrapper .caption #contentNavi .headContentNavi,
#contentNavi #headerSlider .header-slide .wrapper .caption .headContentNavi,
#headerSlider .header-slide .wrapper .caption .accordionMobile .ui-accordion-header,
.accordionMobile #headerSlider .header-slide .wrapper .caption .ui-accordion-header,
#headerSlider .header-slide .wrapper .caption .accordion .ui-accordion-header,
.accordion #headerSlider .header-slide .wrapper .caption .ui-accordion-header {
  border-bottom: none;
  font-size: 65px !important;
  line-height: 65px !important;
  margin: 0;
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .wrapper .text h1, #headerSlider .header-slide .wrapper .text #contentNavi .headContentNavi, #contentNavi #headerSlider .header-slide .wrapper .text .headContentNavi, #headerSlider .header-slide .wrapper .text .accordionMobile .ui-accordion-header, .accordionMobile #headerSlider .header-slide .wrapper .text .ui-accordion-header,
  #headerSlider .header-slide .wrapper .text .accordion .ui-accordion-header, .accordion #headerSlider .header-slide .wrapper .text .ui-accordion-header,
  #headerSlider .header-slide .wrapper .caption h1,
  #headerSlider .header-slide .wrapper .caption #contentNavi .headContentNavi,
  #contentNavi #headerSlider .header-slide .wrapper .caption .headContentNavi,
  #headerSlider .header-slide .wrapper .caption .accordionMobile .ui-accordion-header,
  .accordionMobile #headerSlider .header-slide .wrapper .caption .ui-accordion-header,
  #headerSlider .header-slide .wrapper .caption .accordion .ui-accordion-header,
  .accordion #headerSlider .header-slide .wrapper .caption .ui-accordion-header {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .wrapper .text h1, #headerSlider .header-slide .wrapper .text #contentNavi .headContentNavi, #contentNavi #headerSlider .header-slide .wrapper .text .headContentNavi, #headerSlider .header-slide .wrapper .text .accordionMobile .ui-accordion-header, .accordionMobile #headerSlider .header-slide .wrapper .text .ui-accordion-header,
  #headerSlider .header-slide .wrapper .text .accordion .ui-accordion-header, .accordion #headerSlider .header-slide .wrapper .text .ui-accordion-header,
  #headerSlider .header-slide .wrapper .caption h1,
  #headerSlider .header-slide .wrapper .caption #contentNavi .headContentNavi,
  #contentNavi #headerSlider .header-slide .wrapper .caption .headContentNavi,
  #headerSlider .header-slide .wrapper .caption .accordionMobile .ui-accordion-header,
  .accordionMobile #headerSlider .header-slide .wrapper .caption .ui-accordion-header,
  #headerSlider .header-slide .wrapper .caption .accordion .ui-accordion-header,
  .accordion #headerSlider .header-slide .wrapper .caption .ui-accordion-header {
    font-size: 40px !important;
    line-height: 40px !important;
  }
}

#headerSlider .header-slide .wrapper .text p,
#headerSlider .header-slide .wrapper .caption p {
  font-weight: 600;
  font-size: 27px;
  line-height: 27px;
  margin: 0;
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .wrapper .text p,
  #headerSlider .header-slide .wrapper .caption p {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .wrapper .text p,
  #headerSlider .header-slide .wrapper .caption p {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}

#headerSlider .header-slide .wrapper .text .inhalt,
#headerSlider .header-slide .wrapper .caption .inhalt {
  position: relative;
}

#headerSlider .header-slide .wrapper .text .inhalt a,
#headerSlider .header-slide .wrapper .caption .inhalt a {
  text-decoration: none;
  color: #fff;
}

#headerSlider .header-slide .wrapper .text .inhalt .titelei,
#headerSlider .header-slide .wrapper .caption .inhalt .titelei {
  width: 80%;
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .wrapper .text .inhalt .titelei,
  #headerSlider .header-slide .wrapper .caption .inhalt .titelei {
    width: 100%;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .wrapper .text .inhalt .titelei,
  #headerSlider .header-slide .wrapper .caption .inhalt .titelei {
    width: 100%;
  }
}

#headerSlider .header-slide .wrapper .text .inhalt .buttons,
#headerSlider .header-slide .wrapper .caption .inhalt .buttons {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .wrapper .text .inhalt .buttons,
  #headerSlider .header-slide .wrapper .caption .inhalt .buttons {
    position: relative;
    width: 100%;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .wrapper .text .inhalt .buttons,
  #headerSlider .header-slide .wrapper .caption .inhalt .buttons {
    position: relative;
    width: 100%;
  }
}

#headerSlider .header-slide .wrapper .text .inhalt .buttons a,
#headerSlider .header-slide .wrapper .caption .inhalt .buttons a {
  font-size: 15px;
  line-height: 24px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  color: #7b7c7e;
  padding: 10px;
  text-transform: uppercase;
  text-shadow: none;
}

@media only screen and (max-width: 449px) {
  #headerSlider .header-slide .wrapper .text .inhalt .buttons a,
  #headerSlider .header-slide .wrapper .caption .inhalt .buttons a {
    padding: 5px 10px;
    margin-top: 10px;
  }
}

@media only screen and (min-width: 450px) and (max-width: 767px) {
  #headerSlider .header-slide .wrapper .text .inhalt .buttons a,
  #headerSlider .header-slide .wrapper .caption .inhalt .buttons a {
    padding: 5px 10px;
    margin-top: 10px;
  }
}

#headerSlider .header-slide .wrapper .text .inhalt .buttons a:hover,
#headerSlider .header-slide .wrapper .caption .inhalt .buttons a:hover {
  background-color: #000;
  color: #fff;
}

#headerSlider .header-slide .wrapper .caption {
  text-align: right;
  padding-right: 10px;
}

#headerSlider .header-slide .caption {
  display: none;
}

#headerSlider .header-slide.slick-current .caption {
  display: block;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto;
}

/* LOGO */
#logo {
  position: absolute;
  top: 0px;
  width: auto;
  height: 70px;
  right: 0;
  float: right;
  text-align: right;
}

@media (min-width: 1220px) {
  #logo {
    width: 275px;
    height: 107px;
  }
}

#logo a {
  display: block;
  height: 70px;
}

@media (min-width: 1220px) {
  #logo a {
    height: auto;
  }
}

#logo a img {
  max-height: 100%;
}

/* NAVGATION */
/* MAIN NAVIGATION */
#menuContainer {
  display: inline-block;
  position: relative;
}

#navi {
  display: none;
  vertical-align: top;
  /* Navbar container */
  /* Links inside the navbar */
  /* Show the dropdown menu on hover */
}

@media only screen and (min-width: 1220px) {
  #navi {
    display: inline-block;
  }
}

#navi ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

#navi ul li:before {
  content: none;
}

#navi a {
  text-decoration: none;
  color: #000;
}

#navi .navbar {
  overflow: hidden;
}

#navi .navbar li {
  color: #000;
  text-decoration: none;
  list-style: none;
  line-height: 100%;
}

#navi .navbar > li {
  float: left;
  height: 110px;
  line-height: 110px;
}

#navi .navbar > li > a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 21px 10px;
}

#navi .navbar > li:first-child.desktopHide + li .dropdown,
#navi .navbar > li:first-child.desktopHide + li a,
#navi .navbar > li:first-child > a {
  padding-left: 0;
}

#navi .dropdown {
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 21px 10px;
  overflow: hidden;
}

#navi .dropdown .dropbtn {
  border: none;
  padding: 0;
  outline: none;
  text-transform: uppercase !important;
  color: #000;
  background-color: #fff;
  font: inherit;
  margin: 0;
}

#navi .dropdown .dropbtn.current span {
  border-bottom: 2px solid #000;
}

#navi .wrapper {
  background-color: transparent !important;
}

#navi .dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
  width: 100vw;
  border-top: 1px solid #bbb;
  left: 0;
  top: 110px;
  z-index: 999;
  padding-bottom: 40px;
}

#navi .dropdown-content ul {
  margin: 0;
  padding: 0;
}

#navi .dropdown-content ul li {
  margin: 0;
  margin-bottom: 15px;
}

#navi .dropdown-content a:hover {
  color: #7b7c7e;
}

#navi .dropdown-content p {
  margin: 0;
}

#navi.invert .dropdown-content {
  background-color: #f0f0f0;
}

/* CONTENT NAVIGATION */
#contentNavi {
  width: 295px;
  float: left;
  /*.grey a {
						font-weight:normal;
						text-decoration:underline;
						color:#7b7c7e;
					}*/
}

#contentNavi .active > a,
#contentNavi a:hover {
  color: #7b7c7e;
}

#contentNavi ul {
  margin-bottom: 0;
}

#contentNavi ul ul {
  margin-left: 20px;
  font-size: 11px;
  line-height: 19px;
}

#contentNavi li {
  list-style: none;
  margin-bottom: 0;
  text-transform: uppercase;
}

#contentNavi li a {
  font-weight: 600;
  margin-left: 20px;
  text-indent: -20px;
  display: inline-block;
}

#contentNavi .headContentNavi {
  border-bottom: none;
  margin-bottom: 11px;
}

@media only screen and (max-width: 1219px) {
  #contentNavi {
    width: 100%;
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* MOBILE NAVIGATION */
a#pull {
  display: none;
}

@media only screen and (max-width: 1219px) {
  a#pull {
    display: inline-block;
    position: relative;
    z-index: 1000;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 15px;
  }
  div#menu a#pull:after {
    content: "";
    background: url("../images/nav-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }
}

#mobileNavi {
  display: none;
}

#mobileNavi.opened {
  display: block;
  clear: both;
}

#mobileNavi.opened > ul {
  padding-left: 0;
  margin-left: 0px;
  width: 100%;
}

#mobileNavi.opened > ul li {
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  padding: 0px 10px;
  font-weight: 600;
}

#mobileNavi.opened > ul li:before {
  content: "";
}

#mobileNavi.opened > ul > li {
  font-size: 40px;
  line-height: 65px;
}

#mobileNavi.opened > ul > li > ul {
  display: none;
}

#mobileNavi.opened > ul > li > ul > li {
  font-size: 25px;
  line-height: 38px;
}

#mobileNavi.opened > ul > li.clicked ul {
  display: block;
}

#mobileNavi.opened p {
  margin: 0;
}

#mobileNavi.opened a {
  color: #000;
}

/* MOBILE CALENDAR */
#kalenderMobile {
  padding-top: 10px;
  display: none;
}

#kalenderMobile .block {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 1219px) {
  div#pullMobileCalendar {
    width: 28px;
    height: 22px;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    margin-top: 15px;
  }
  .calLoading {
    width: 100%;
    height: 100%;
    position: relative;
  }
}

/* MAIN */
@media only screen and (max-width: 1219px) {
  #main {
    margin-top: 0px;
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 1220px) {
  #main {
    margin-top: 110px;
    padding-bottom: 40px;
  }
}

/* TEMPLATES */
/* 00 Startseite */
/* GUTTER */
.item {
  z-index: 1;
}

.item .img {
  position: relative;
}

.item .textBelow {
  background-color: #f0f0f0;
  height: 95%;
  height: -o-calc(100% - 20px);
  height: calc(100% - 20px);
  padding: 10px;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  text-align: left;
  color: #000;
}

.item .textBelow p {
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
  text-align: left;
}

.news .item {
  margin-bottom: 20px;
}

.no_picture > div,
.small_picture > div {
  width: 100%;
}

@media (min-width: 768px) {
  .no_picture,
  .small_picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 200px;
  }
  .no_picture .small_picture_left,
  .no_picture .small_picture_right,
  .small_picture .small_picture_left,
  .small_picture .small_picture_right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .no_picture .small_picture_left .img,
  .no_picture .small_picture_right .img,
  .small_picture .small_picture_left .img,
  .small_picture .small_picture_right .img {
    height: 100%;
    overflow: hidden;
  }
  .no_picture .small_picture_left .img img,
  .no_picture .small_picture_right .img img,
  .small_picture .small_picture_left .img img,
  .small_picture .small_picture_right .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .no_picture,
  .small_picture {
    min-height: 246px;
  }
}

@media (min-width: 768px) and (min-width: 1024px) {
  .no_picture,
  .small_picture {
    min-height: 200px;
  }
}

.no_picture.right,
.small_picture.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#template_00 h1, #template_00 #contentNavi .headContentNavi, #contentNavi #template_00 .headContentNavi, #template_00 .accordionMobile .ui-accordion-header, .accordionMobile #template_00 .ui-accordion-header,
#template_00 .accordion .ui-accordion-header, .accordion #template_00 .ui-accordion-header {
  position: relative;
}

#startseiten_kalender {
  position: relative;
  background-color: #f0f0f0;
  min-height: 200px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  #startseiten_kalender {
    min-height: 246px;
  }
}

@media (min-width: 1024px) {
  #startseiten_kalender {
    min-height: 200px;
  }
}

#startseiten_kalender .mini {
  padding: 10px;
  width: 40%;
  width: -o-calc(50% - 30px);
  width: calc(50% - 30px);
}

#loader {
  background: url(../images/ring.gif) no-repeat center center;
  width: 102px;
  height: 102px;
  position: absolute;
  z-index: 8;
  left: 179px;
  top: 60px;
  display: none;
}

.vorschau .item3 {
  margin-bottom: 20px;
  width: 97%;
  width: -o-calc(100% - 0);
  width: calc(100% - 0);
}

.vorschau .item3:last-child {
  margin-bottom: 5px;
}

.vorschau h3, .vorschau .productionTitle {
  margin-top: 0;
  margin-bottom: 16px;
}

.vorschau p {
  margin: 0;
}

.vorschau .time {
  color: #7b7c7e;
}

.vorschau .location_ticket {
  width: 100%;
}

.vorschau .location_ticket .location {
  color: #7b7c7e;
}

.vorschau .location_ticket .ticketlink a,
.vorschau .location_ticket .noTicketlink a {
  position: relative;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .vorschau .location_ticket .ticketlink a,
  .vorschau .location_ticket .noTicketlink a {
    max-width: 200px;
  }
}

.nextProductions .item {
  position: relative;
}

.nextProductions .item .popup-youtube {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  .nextProductions .item .popup-youtube {
    max-width: 200px;
  }
}

@media only screen and (max-width: 1219px) {
  .nextProductions .item {
    margin-bottom: 25px;
  }
  .nextProductions .item .productionTitle {
    margin-top: 10px;
  }
}

#news {
  margin-top: 20px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #000000;
}

#news .productionTitle {
  margin-bottom: 0;
}

#headlines .teaser {
  display: none;
}

#headlines .item {
  position: relative;
  margin-bottom: 10px;
}

#headlines .item .container {
  padding: 0px 15px;
}

#headlines .item .container h2 {
  text-align: center;
}

.news_toggle {
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}

@media only screen and (min-width: 450px) {
  .news_toggle {
    position: absolute;
    top: auto;
    z-index: 100;
    left: -20px;
    padding: 20px;
  }
}

.news_toggle_button:after {
  text-align: center;
  display: block;
  font-family: 'FontAwesome';
  content: "\f078";
  padding-left: 5px;
  font-style: normal;
  font-weight: normal;
}

.news_toggle_button_close:after {
  text-align: center;
  display: block;
  font-family: 'FontAwesome';
  content: "\f077";
  padding-left: 5px;
  font-style: normal;
  font-weight: normal;
}

.item .mini {
  width: 40%;
  width: -o-calc(50% - 10px);
  width: calc(50% - 10px);
  float: left;
}

.item .mini:first-child {
  margin-right: 20px;
}

.item .mini .caption,
.item .mini h2 {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.item .caption p {
  font-size: 25px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 449px) {
  .item .caption p {
    font-size: 20px;
    line-height: 25px;
  }
}

.item .belowImageText {
  margin-top: 23px;
}

@media only screen and (max-width: 1219px) {
  .item .belowImageText {
    margin-top: 10px;
  }
}

/* 01 Spielplan */
#template_01 h1, #template_01 #contentNavi .headContentNavi, #contentNavi #template_01 .headContentNavi, #template_01 .accordionMobile .ui-accordion-header, .accordionMobile #template_01 .ui-accordion-header,
#template_01 .accordion .ui-accordion-header, .accordion #template_01 .ui-accordion-header {
  position: relative;
}

#template_01 .spielplan_back,
#template_01 .spielplan_forward {
  height: 30px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
  color: #000;
}

#template_01 .spielplan_back:hover,
#template_01 .spielplan_forward:hover {
  color: #7b7c7e;
}

#template_01 .spielplan_headline {
  padding-left: 30px;
}

#template_01 .spielplan_back {
  left: 0;
}

#template_01 .spielplan_back.bottom {
  left: 10px;
}

#template_01 .spielplan_back:before {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f053";
}

#template_01 .spielplan_forward {
  right: 0;
}

#template_01 .spielplan_forward.bottom {
  right: 10px;
}

#template_01 .spielplan_forward:after {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f054";
}

#template_01 .filter {
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}

#template_01 .filter label {
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

#template_01 .filter label span {
  top: -2px;
  position: relative;
}

#spielplanContainer {
  position: relative;
  min-height: 470px;
}

#suchergebnisse #spielplanContainer {
  min-height: 350px;
}

#spielplan, #suchergebnisse {
  width: 820px;
  margin-right: 125px;
}

@media only screen and (max-width: 1219px) {
  #spielplan, #suchergebnisse {
    width: 100%;
    float: none;
    position: relative;
    margin-right: 0;
  }
}

.anchor {
  position: relative;
  top: -125px;
}

@media only screen and (max-width: 1219px) {
  .anchor {
    top: 0px;
  }
}

#spielplan .tag, #suchergebnisse .tag {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: block;
}

#spielplan .day_week, #suchergebnisse .day_week {
  padding-top: 7px;
  width: 80px;
  margin-right: 20px;
  float: left;
  text-align: center;
}

@media only screen and (max-width: 449px) {
  #spielplan .day_week, #suchergebnisse .day_week {
    width: 30px;
    margin-right: 10px;
  }
}

#spielplan .day_week .day, #suchergebnisse .day_week .day {
  font-style: normal;
  font-weight: 600;
  font-size: 4.601227em;
  line-height: 0.6em;
  margin-bottom: 0.138036em;
  text-align: center;
}

@media only screen and (max-width: 449px) {
  #spielplan .day_week .day, #suchergebnisse .day_week .day {
    font-size: 2em;
    line-height: 0.6em;
  }
}

#spielplan .day_week .week, #suchergebnisse .day_week .week {
  font-style: normal;
  font-weight: 600;
  text-align: center;
  display: none;
}

@media (min-width: 768px) {
  #spielplan .day_week .week, #suchergebnisse .day_week .week {
    display: block;
  }
}

#spielplan .day_week .weekmobile, #suchergebnisse .day_week .weekmobile {
  font-style: normal;
  font-weight: 600;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  #spielplan .day_week .weekmobile, #suchergebnisse .day_week .weekmobile {
    display: none;
  }
}

#spielplan .day_week.we, #suchergebnisse .day_week.we {
  color: #7b7c7e;
}

#spielplan .performances, #suchergebnisse .performances {
  width: 720px;
  float: left;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  #spielplan .performances, #suchergebnisse .performances {
    width: 95%;
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 449px) {
  #spielplan .performances, #suchergebnisse .performances {
    width: 95%;
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}

#spielplan .performance + .performance, #suchergebnisse .performance + .performance {
  padding-top: 1.5em;
  margin-top: 1.5em;
  border-top: 1px solid #000;
}

#spielplan .time, #suchergebnisse .time {
  width: 80px;
  margin-right: 20px;
  float: left;
  text-align: center;
  font-style: normal;
  font-weight: 600;
}

@media only screen and (max-width: 449px) {
  #spielplan .time, #suchergebnisse .time {
    width: 40px;
  }
  #spielplan .time, #suchergebnisse .time, #spielplan .time p, #suchergebnisse .time p {
    font-size: 11px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 449px) {
  #spielplan .time, #suchergebnisse .time {
    margin-right: 10px;
  }
}

#spielplan .productionDetails, #suchergebnisse .productionDetails {
  width: 620px;
  float: left;
}

@media only screen and (min-width: 450px) and (max-width: 1219px) {
  #spielplan .productionDetails, #suchergebnisse .productionDetails {
    width: 95%;
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
  }
}

@media only screen and (max-width: 449px) {
  #spielplan .productionDetails, #suchergebnisse .productionDetails {
    width: 95%;
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

#spielplan .productionDetails p, #suchergebnisse .productionDetails p {
  margin: 0;
}

#spielplan .productionDetails h3, #suchergebnisse .productionDetails h3, #spielplan .productionDetails .productionTitle, #suchergebnisse .productionDetails .productionTitle {
  margin-top: 0px;
  margin-bottom: 0;
}

#spielplan .productionDetails .ticketlink, #suchergebnisse .productionDetails .ticketlink,
#spielplan .productionDetails .noTicketlink,
#suchergebnisse .productionDetails .noTicketlink {
  width: 105px;
  float: left;
  display: block;
  text-align: right;
}

#spielplan .productionDetails .pricegroup, #suchergebnisse .productionDetails .pricegroup {
  text-align: right;
}

#spielplan .productionDetails .image, #suchergebnisse .productionDetails .image {
  display: none;
}

@media (min-width: 768px) {
  #spielplan .productionDetails .image, #suchergebnisse .productionDetails .image {
    display: block;
    width: 200px;
    float: left;
    display: block;
    margin-right: 20px;
  }
}

#spielplan .productionDetails .details, #suchergebnisse .productionDetails .details {
  width: 80%;
  width: -o-calc(100% - 125px);
  width: calc(100% - 125px);
  float: left;
}

@media (min-width: 768px) {
  #spielplan .productionDetails .details, #suchergebnisse .productionDetails .details {
    width: 80%;
    width: -o-calc(100% - 325px);
    width: calc(100% - 325px);
  }
}

#spielplan .productionDetails .genre, #suchergebnisse .productionDetails .genre {
  font-style: normal;
  font-weight: 400;
}

#spielplan .productionDetails .genre .genreItem:not(:last-child):after, #suchergebnisse .productionDetails .genre .genreItem:not(:last-child):after {
  content: ", ";
}

#spielplan .productionDetails .productionLocation, #suchergebnisse .productionDetails .productionLocation {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
}

.change {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  color: #ff0000;
}

#kal_filter {
  width: 295px;
  position: absolute;
  top: 0;
  right: 0;
}

#kal_filter .filter_abstand {
  height: 10px;
}

@media only screen and (max-width: 1219px) {
  #kal_filter {
    width: 100%;
    float: none;
    position: relative;
    margin-bottom: 20px;
  }
}

/* KALENDER */
@media only screen and (max-width: 1219px) {
  #kal_filter .small_calendar {
    display: none;
  }
}

#kal_filter .small_calendar p {
  text-align: center;
}

.small_calendar table {
  width: 100%;
  position: relative;
}

.small_calendar a {
  display: block;
  border: 1px solid transparent;
  color: #000000 !important;
  font-weight: bold;
}

.small_calendar a:hover {
  border: 1px solid #000000;
}

.small_calendar th,
.small_calendar td {
  text-align: center;
  font-style: normal;
  padding: 3px 0px;
}

.small_calendar td.active p {
  color: #000000;
}

.small_calendar td.active a {
  color: #ffffff !important;
  background-color: #7b7c7e;
}

.small_calendar .vorbei,
.small_calendar .vorbei a,
.small_calendar p {
  margin: 0;
  color: #7b7c7e;
}

.small_calendar .kalenderTitle {
  position: relative;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (min-width: 450px) {
  .small_calendar .kalenderTitle {
    font-size: 16px;
    line-height: 20px;
  }
}

.small_calendar .kalender_back,
.small_calendar .kalender_forward {
  height: 30px;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
}

.small_calendar .kalender_back:hover,
.small_calendar .kalender_forward:hover {
  border: 1px solid transparent;
}

.small_calendar .kalender_back {
  left: 0;
}

#kalenderMobile .small_calendar .kalender_back {
  left: 10px;
}

.small_calendar .kalender_back:before {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f053";
}

.small_calendar .kalender_forward {
  right: 0;
}

#kalenderMobile .small_calendar .kalender_forward {
  right: 10px;
}

.small_calendar .kalender_forward:after {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f054";
}

.small_calendar .kalender_month {
  text-align: center;
  display: inline-block;
  width: 100%;
}

ul#monatsnavi {
  padding: 0;
  margin: 0;
  width: 100%;
}

ul#monatsnavi li {
  padding: 0;
  width: 24%;
  width: -o-calc(25% - 6px);
  width: calc(25% - 6px);
  margin: 0;
  margin-right: 2px;
  list-style: none;
  display: inline-block;
  text-align: center;
}

ul#monatsnavi li:nth-child(4n) {
  margin-right: 0;
}

ul#monatsnavi li:before {
  content: "";
}

ul#monatsnavi li a {
  text-decoration: none;
  display: block;
  margin-bottom: 2px;
}

ul#monatsnavi li a.active {
  background-color: #7b7c7e;
}

/* 03 Werkdetail */
#werkdetailContainer {
  position: relative;
  min-height: 470px;
}

.headline_werkdetail {
  width: 715px;
}

@media only screen and (max-width: 1219px) {
  .headline_werkdetail {
    width: 100%;
  }
}

#inhalt {
  width: 715px;
  margin-right: 125px;
  float: left;
}

@media only screen and (max-width: 1219px) {
  #inhalt {
    width: 100%;
    float: none;
    position: relative;
    margin-right: 0;
  }
}

#inhalt .titles {
  margin-bottom: 18px;
}

#inhalt .titles p {
  margin-bottom: 0;
}

#inhalt #premiere {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 1em;
}

#inhalt #synopsis {
  margin-top: 2em;
}

@media only screen and (max-width: 1219px) {
  #inhalt #synopsis {
    margin-top: 0;
  }
}

#inhalt #mp3DesktopContainer {
  margin-top: 18px;
}

@media only screen and (max-width: 1219px) {
  #inhalt #mp3DesktopContainer {
    margin-top: 5px;
  }
}

#termine {
  width: 400px;
  float: right;
}

#termine .filter_abstand {
  height: 10px;
}

@media only screen and (max-width: 1219px) {
  #termine {
    width: 100%;
    float: none;
    position: relative;
  }
}

@media only screen and (max-width: 1219px) {
  #termine .terminlist,
  #termine #thisPerformance {
    padding-bottom: 0;
  }
}

#termine .terminlist p,
#termine #thisPerformance p {
  margin-bottom: 0;
  padding-left: 10px;
  margin-left: -10px;
  padding-right: 10px;
  width: 100%;
}

#termine .terminlist .inactive,
#termine #thisPerformance .inactive {
  color: #7b7c7e;
}

#termine .terminlist .week,
#termine #thisPerformance .week {
  width: 30px;
  font-weight: 600;
  display: inline-block;
}

#termine .terminlist .day,
#termine #thisPerformance .day {
  width: 28%;
  font-weight: 600;
  width: 85px;
  width: -o-calc(38% - 30px);
  width: calc(38% - 30px);
  display: inline-block;
}

#termine .terminlist .time,
#termine #thisPerformance .time {
  font-weight: 600;
  width: 25%;
  display: inline-block;
}

#termine .terminlist .tickets,
#termine #thisPerformance .tickets {
  width: 33%;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  text-transform: uppercase;
}

#termine .terminlist .tickets .vorstellungstyp,
#termine #thisPerformance .tickets .vorstellungstyp {
  font-size: 90%;
  text-transform: none;
}

#termine .terminlist .kommentar,
#termine #thisPerformance .kommentar {
  text-style: italic;
}

#termine .terminlist p.current, #termine .terminlist p:hover {
  background-color: #cccccc;
}

.besetzung_am {
  font-size: 70%;
  font-weight: normal;
  text-transform: none;
}

h2#pressestimmen_headline {
  margin-top: 40px;
}

@media only screen and (max-width: 1219px) {
  h2#pressestimmen_headline {
    margin-top: 5px;
  }
}

#kritiken h1, #kritiken #contentNavi .headContentNavi, #contentNavi #kritiken .headContentNavi, #kritiken .accordionMobile .ui-accordion-header, .accordionMobile #kritiken .ui-accordion-header,
#kritiken .accordion .ui-accordion-header, .accordion #kritiken .ui-accordion-header, #kritiken h2, #kritiken h3, #kritiken .productionTitle, #kritiken h4, #kritiken h5, #kritiken h6 {
  margin-top: 0;
}

#kritiken .reviewBy {
  text-align: right;
  font-weight: 600;
}

#regieteam {
  margin-bottom: 1em;
}

#regieteam p {
  margin-bottom: 0;
}

#regieteam .function {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  padding-right: 0;
}

#regieteam .person {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

/* 04 Ensembleliste */
.ensembleliste p {
  margin: 0;
}

.ensembleliste * {
  text-align: left;
}

.personImage {
  display: block;
}

.personName {
  display: block;
  margin-top: 15px;
}

@media only screen and (max-width: 449px) {
  .personName {
    margin-top: 6px;
  }
}

/* 05 Personendetail */
#personProfil {
  width: 925px;
  float: right;
}

@media only screen and (max-width: 1219px) {
  #personProfil {
    width: 100%;
    float: none;
  }
  #personProfil h1, #personProfil #contentNavi .headContentNavi, #contentNavi #personProfil .headContentNavi, #personProfil .accordionMobile .ui-accordion-header, .accordionMobile #personProfil .ui-accordion-header,
  #personProfil .accordion .ui-accordion-header, .accordion #personProfil .ui-accordion-header {
    margin-top: 10px;
  }
}

#personProfil .personImage {
  width: 50%;
  max-width: 200px;
  min-width: 100px;
  margin-right: 20px;
  margin-bottom: 0;
  float: left;
  margin-top: 4px;
}

#personProfil .personTitle {
  font-weight: bold;
  text-transform: uppercase;
}

#personProfil #personProductions {
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
}

#personProfil #personProductions h2 {
  margin-bottom: .5em;
}

#personProfil #personProductions a {
  text-transform: uppercase;
}

/* 08 Abo */
#template_08 .performance {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#template_08 .performance .productionTitle {
  text-transform: none;
}

#template_08 .performance .date,
#template_08 .performance .time,
#template_08 .performance .location {
  float: left;
  padding: 0px 10px;
}

#template_08 .performance .date {
  width: 35%;
  width: -o-calc(35% - 20px);
  width: calc(35% - 20px);
}

@media tablet {
  #template_08 .performance .date {
    width: 35%;
    width: -o-calc(40% - 80px);
    width: calc(40% - 80px);
    padding-left: 70px;
  }
}

#template_08 .performance .time {
  width: 15%;
  width: -o-calc(25% - 20px);
  width: calc(25% - 20px);
}

@media tablet {
  #template_08 .performance .time {
    width: 15%;
    width: -o-calc(20% - 20px);
    width: calc(20% - 20px);
  }
}

#template_08 .performance .location {
  width: 35%;
  width: -o-calc(40% - 20px);
  width: calc(40% - 20px);
}

#template_08 table th,
#template_08 table td {
  text-align: center;
  width: 14.28571%;
  width: -o-calc(16.66667% - 30px);
  width: calc(16.66667% - 30px);
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  vertical-align: middle;
}

@media only screen and (max-width: 449px) {
  #template_08 table th,
  #template_08 table td {
    width: 14.28571%;
    width: -o-calc(16.66667% - 18px);
    width: calc(16.66667% - 18px);
  }
}

#template_08 table {
  width: 100%;
  table-layout: fixed;
}

#template_08 table th:first-child,
#template_08 table td:first-child {
  text-align: left;
  width: 180px;
}

@media only screen and (max-width: 449px) {
  #template_08 table th:first-child,
  #template_08 table td:first-child {
    width: 108px;
  }
}

#template_08 table th span {
  font-weight: 600;
}

h2.headline_preise {
  margin-top: 0;
  margin-bottom: 0;
}

/* 09 Spielplansuche */
#suche_sidebar {
  width: 295px;
  float: right;
}

@media only screen and (max-width: 1219px) {
  #suche_sidebar {
    width: 100%;
    float: none;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
}

#suche_main {
  width: 820px;
  float: left;
  margin-right: 125px;
}

@media only screen and (max-width: 1219px) {
  #suche_main {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}

#suchparameter {
  border-bottom: 1px solid #000000;
  margin-bottom: 8px;
}

input#q_Datum_von,
input#q_Datum_bis {
  width: 85px;
  min-width: 85px;
}

#suchergebnisse {
  width: 100%;
}

#suchergebnisse .blaetternavi:first-child {
  border-bottom: 1px solid #000000;
}

#suchergebnisse .blaetternavi:first-child tr td {
  padding-bottom: 10px;
}

/* 12 Pressedownload */
#pressGalleries p {
  margin: 0;
  line-height: 15px;
}

.pressGalleryTitle {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-top: 15px;
  line-height: 17px;
}

@media only screen and (max-width: 449px) {
  .pressGalleryTitle {
    margin-top: 6px;
  }
}

.fancybox-caption__body .download {
  margin-left: 50px;
}

/* 14 Saalplan Preise */
#template_14 table th,
#template_14 table td {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding: 10px 0px;
  vertical-align: middle;
}

#template_14 table {
  width: 100%;
  margin-bottom: 30px;
}

#template_14 table th:first-child,
#template_14 table td:first-child {
  text-align: left;
  width: auto;
  white-space: nowrap;
  padding: 10px 10px 10px 0px;
}

#template_14 table th span {
  font-weight: 600;
}

#template_14 h2.headline_preise {
  margin-top: 50px;
  margin-bottom: 0;
}

.farbe {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #000000;
}

#template_14 .anschrift p {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 450px) {
  #template_14 .anschrift p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* 16 Premieren */
/* 35 Shop */
iframe#shop {
  width: 705px;
  height: 800px;
}

/* 38 Archiv */
/*#template_38 h3 span {
					display:inline;
					font-size:15px;
					position: relative;
    				top: 6px;
    				@media only screen and (max-width : 449px) {
  						top:3px;
  					}
    				padding-left:5px;
				}*/
/* FOOTER */
footer {
  margin-bottom: 1.5em;
  background-image: linear-gradient(to bottom, #f0f0f0 0%, white 30px);
  padding-top: 60px;
  border-top: 1px solid #f0f0f0;
}

@media only screen and (max-width: 1219px) {
  footer {
    display: none;
  }
}

footer ul a {
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

footer ul a:hover {
  color: #7b7c7e;
}

footer .grid.logos .gridcol {
  padding: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #7b7c7e;
}

footer .grid.logos .gridcol img {
  width: 80%;
  margin-bottom: 20px;
}

#top_button {
  position: fixed;
  bottom: 0;
  right: 10px;
  background-color: rgba(204, 204, 204, 0.5);
  border-radius: 50% 50% 0 0;
}

#top_button:after {
  display: block;
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  content: "\f077";
  text-align: center;
  padding: 20px;
  font-size: 130%;
}

/* DIVERSES */
/* BLAETTERNAVI */
.blaetternavi {
  width: 100%;
  margin: 0;
}

/* SOCIAL NAVIGATION */
li.social_networks {
  float: left;
  margin-right: 10px;
}

li.social_networks span {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
}

.icon.facebook {
  background-image: url(../images/facebook.svg);
}

.icon.twitter {
  background-image: url(../images/twitter.svg);
}

.icon.instagram {
  background-image: url(../images/instagram.svg);
}

.icon.youtube {
  background-image: url(../images/youtube.svg);
}

.icon:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* CONTENT BOXED BLOCKS */
.desktopBlock,
.block {
  border-bottom: 1px solid #000;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  display: block;
}

@media only screen and (max-width: 1219px) {
  .desktopBlock,
  .block {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1219px) {
  .mobileBlock {
    border-bottom: 1px solid #000;
    padding: 0;
    margin: 0;
  }
}

/* MAGNIFIC POPUP */
.mfp-title {
  position: relative;
  padding-right: 120px !important;
}

.mfp-title .download {
  position: absolute;
  right: 0;
  width: 100px;
  background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
}

.mfp-title .download a {
  color: #fff;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.75s ease-out;
  transition: all 0.75s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.white-popup img,
.white-popup iframe {
  margin: 10px 0px;
  max-width: 100%;
}

/* ACCORDION */
.accordionMobile,
.accordion {
  font-family: "myriad-pro", sans-serif !important;
}

.accordionMobile .ui-corner-all,
.accordionMobile .ui-corner-top,
.accordionMobile .ui-corner-bottom,
.accordion .ui-corner-all,
.accordion .ui-corner-top,
.accordion .ui-corner-bottom {
  border-radius: 0;
}

.accordionMobile .ui-accordion-content,
.accordion .ui-accordion-content {
  padding: 0px;
  border: none;
}

@media only screen and (max-width: 1219px) {
  .accordionMobile .ui-accordion-content,
  .accordion .ui-accordion-content {
    padding: 0px 0px 18px 0px;
  }
}

.accordionMobile .ui-accordion-content .image-gutter,
.accordion .ui-accordion-content .image-gutter {
  margin-top: 10px;
}

.accordionMobile .ui-state-default,
.accordion .ui-state-default {
  border: none;
  background-color: #fff;
  padding: 0;
}

.accordionMobile .ui-accordion-header,
.accordion .ui-accordion-header {
  padding: 0px 0px 10px 0px;
  margin: 5px 0px 10px 0px;
  border-bottom: 1px solid #000000;
  color: #000000;
  outline: none;
}

.accordionMobile .ui-accordion-header:after,
.accordion .ui-accordion-header:after {
  display: block;
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: 200;
  font-style: normal;
  font-size: 0.8em;
  line-height: 0.8em;
  float: right;
  padding-right: 10px;
  margin-top: 16px;
  font-size: 50%;
  line-height: 50%;
  content: "\f078";
}

.accordionMobile .ui-accordion-header span,
.accordion .ui-accordion-header span {
  width: 90%;
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  display: inline-block;
}

.accordionMobile .ui-accordion-header .ui-icon,
.accordionMobile .ui-accordion-header span.ui-icon,
.accordion .ui-accordion-header .ui-icon,
.accordion .ui-accordion-header span.ui-icon {
  display: none !important;
}

.accordionMobile .ui-accordion-header.ui-accordion-header-active:after,
.accordion .ui-accordion-header.ui-accordion-header-active:after {
  content: "\f077";
}

/* mobile */
/*@media only screen and (max-width : 1219px) {
				.acc {
					background-image: url(../images/down_w.png);
					background-repeat: no-repeat;
					background-position: 10px 10px;
					background-color: #eee;
					padding: 10px 0 10px 45px;
					border-top: 1px solid #000;
				}
				h2.acc {
					margin-bottom:0;
				}
				.closeAccordion {
					background-image: url(../images/top_w.png);
				}
				.accordionContent {
					padding: 10px;
				}

			}*/
/* TINY NAV */
.tinynav,
.tinynav_label {
  display: none;
}

.tinynav.selectBox {
  display: none;
}

@media only screen and (max-width: 1219px) {
  .tinynav,
  .tinynav_label {
    display: block;
  }
  .tinynav.selectBox {
    display: block;
  }
  #selectNav,
  #monatsnavi {
    display: none !important;
  }
  .rightMarg {
    margin-right: 0px;
  }
}

/* FORMS */
label {
  font-size: 11px;
  line-height: 19px;
  line-height: 11px;
  display: block;
}

input {
  width: 95%;
  width: -o-calc(100% - 10px);
  width: calc(100% - 10px);
  min-width: 190px;
  border: solid 1px #7b7c7e;
  padding: 4px 5px;
}

.checkboxContainer {
  width: auto;
  display: inline-block;
  white-space: nowrap;
  margin-right: 13px;
}

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
  width: auto;
  min-width: 0;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
  float: none;
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  border: 1px solid #000;
  background: white;
  margin-right: 1em;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
  border-radius: 0;
}

input[type='checkbox']:hover + label::before,
input[type='radio']:hover + label::before {
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background: black;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
}

/* Cookie consent */
.cc-link {
  padding: 0 !important;
}

.cc-link:hover {
  color: white !important;
}

.cc-compliance > .cc-btn {
  display: block !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  max-width: 100% !important;
  text-decoration: none !important;
}
