@charset "UTF-8";
/* FONT EMBED */
@font-face {
  font-family: 'PlakCom-BlackCondensed';
  src: url("../font/24F32B_0_0.eot");
  src: url("../font/24F32B_0_0.eot?#iefix") format("embedded-opentype"), url("../font/24F32B_0_0.woff") format("woff"), url("../font/24F32B_0_0.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothic';
  src: url("../font/TradeGothicLTStd.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothic';
  src: url("../font/TradeGothicLTStd-Obl.otf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'TradeGothic';
  src: url("../font/TradeGothicLTStd-Bd2.otf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'TradeGothic';
  src: url("../font/TradeGothicLTStd-Bd2Obl.otf");
  font-weight: bold;
  font-style: italic; }

/* BASIC RESET */
* {
  color: #000;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-text-size-adjust: none; }

/* BASIC ITEMS */
p {
  font-family: 'TradeGothic';
  line-height: 22px;
  margin-bottom: 18px;
  letter-spacing: 0.4px; }

strong {
  color: inherit; }

p strong {
  /*text-transform: uppercase;*/
  font-weight: bold;
  display: inline; }

.soft {
  color: #666; }

.notrans {
  transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -webkit-transition-duration: 0s !important; }

hr {
  height: 1px;
  display: block;
  background: #e5e5e5;
  font-size: 0;
  margin: 25px 0;
  clear: both; }

.floatright {
  float: right;
  margin: 0 0 25px 25px; }

.high > * {
  color: #fff;
  background: #ff009c !important;
  box-shadow: #ff009c !important; }

ul.basic {
  margin-left: 15px;
  line-height: 18px;
  margin-bottom: 20px; }

input[type='checkbox'] {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer; }

input[type='text'],
select {
  font-family: 'TradeGothic';
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  border: #b7b7b7 1px solid;
  padding: 0 10px;
  vertical-align: top; }

input[type='text']:disabled,
select:disabled {
  background: #b7b7b7; }

label {
  display: inline-block;
  vertical-align: top;
  width: 95%;
  margin-bottom: 10px;
  cursor: pointer; }

/* BASIC LINK */
a {
  text-decoration: none;
  letter-spacing: normal;
  font-family: 'TradeGothic';
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

a[name] {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden; }

a[href^='mailto:'] {
  font-style: italic;
  border: none; }

a[href^='mailto:']:hover {
  background-color: #f0ff00; }

a[href^='javascript:'] {
  font-style: italic;
  border: none; }

a[href^='javascript:']:hover {
  background-color: #f0ff00; }

.tablelist a[href^='javascript:']:hover {
  background-color: transparent; }

p a {
  border-bottom: #000 1px dotted; }

p a:hover {
  background-color: #f0ff00; }

p.error {
  background: #f0ff00;
  font-weight: bold; }

/* BASICS LAYOUT */
html {
  overflow-y: scroll; }

body {
  background: #000;
  overflow-x: hidden; }

.body {
  font-family: 'TradeGothic';
  font-size: 0;
  position: relative;
  background: #fff;
  padding-bottom: 100px; }

.newsticker > div,
.head > div,
.content > div,
.space > div,
.teaser li > a > div,
.teaser li > div,
.calendar > div,
.breadcrumb > div,
.foot > div {
  width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px; }

.content > div {
  padding-right: 0;
  width: 960px; }

.col720 {
  width: 720px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  position: relative;
  padding-bottom: 20px; }

.col460 {
  width: 460px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-right: 20px; }

/* LOGO */
.logo {
  background: url(../../media/icon/logo.png) no-repeat 0 0;
  width: 380px;
  height: 130px;
  position: absolute;
  left: 0;
  z-index: 12;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.logo img {
  display: none; }

h1 {
  display: none; }

/* TDW Logo */
.tdw {
  position: absolute;
  top: 70px;
  left: 400px;
  z-index: 12; }

.tdw img {
  height: 100px;
  width: 100px; }

/* HEADLINES */
h2 {
  margin-bottom: 40px; }

h2 > * {
  background: #f0ff00;
  display: inline;
  letter-spacing: 2px;
  line-height: 30px;
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 29px;
  font-family: 'PlakCom-BlackCondensed'; }

h2 strong {
  font-weight: normal;
  line-height: 36px;
  box-shadow: 0 -2px 0 3px #f0ff00, -3px -2px 0 3px #f0ff00, 3px -2px 0 3px #f0ff00;
  box-decoration-break: clone; }

h2 span {
  line-height: 31px;
  font-size: 22px;
  box-shadow: 0 -2px 0 4px #f0ff00, -2px -2px 0 4px #f0ff00, 2px -2px 0 4px #f0ff00;
  box-decoration-break: clone; }

.summerfestival h2 span {
  box-shadow: 0 -2px 0 4px #e83e87, -2px -2px 0 4px #e83e87, 2px -2px 0 4px #e83e87;
}

h3 {
  color: #000;
  font-size: 22px;
  line-height: 22px;
  font-family: 'PlakCom-BlackCondensed';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 15px; }

h3:not(:first-child) {
  margin-top: 40px; }

h3 span {
  background: #f0ff00; }

h3 * {
  font-family: inherit;
  letter-spacing: inherit; }

h4 {
  text-transform: uppercase;
  line-height: 23px;
  font-size: 18px;
  font-family: 'PlakCom-BlackCondensed';
  color: #000;
  letter-spacing: 1.1px;
  padding: 0 0 8px 0;
  font-weight: normal; }

/* NEWSTICKER */
.newsticker {
  background: #fff;
  color: #231f20;
  font-size: 0;
  font-style: italic;
  position: fixed;
  top: 0;
  z-index: 14;
  height: 40px;
  width: 100%; }

.newsticker > div {
  overflow: hidden;
  padding: 0;
  height: 100%; }

.newsticker > div > div {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 30s linear;
  -moz-transition: all 30s linear;
  -webkit-transition: all 30s linear;
  -o-transition: all 30s linear; }

.newsticker p {
  padding-top: 14px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px; }

.newsticker p:after {
  content: '+++';
  display: inline-block;
  padding: 0 15px; }

.newsticker p.nospace:after {
  content: ''; }

/* HEAD begin */
.head {
  background: #000;
  height: 50px;
  position: fixed;
  width: 100%;
  z-index: 13; }

/* -    main navigation */
.nav_main {
  list-style: none;
  padding-top: 14px;
  display: inline-block;
  vertical-align: top; }

.nav_main li {
  display: inline-block;
  vertical-align: top; }

.nav_main a {
  display: block;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-right: 30px;
  letter-spacing: 1px;
  font-family: 'PlakCom-BlackCondensed';
  -webkit-font-smoothing: antialiased;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s; }

.nav_main a.on,
.nav_main a:hover {
  color: #f0ff00; }

.nav_main a.on.summerfestival,
.nav_main a:hover.summerfestival {
  color: #e83e87;
}

/* -    meta nav */
.nav_meta {
  position: absolute;
  right: 80px;
  top: 18px;
  font-size: 0; }

.nav_meta a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-style: italic;
  font-size: 14px;
  padding-right: 8px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.nav_meta a:before {
  content: ' ';
  display: inline-block;
  color: #ccc;
  margin: 1px 8px 0 0;
  font-size: 9px;
  vertical-align: top; }

.nav_meta a:first-child:before {
  content: none; }

.nav_meta a:hover,
.nav_meta a.on {
  color: #f0ff00; }

/* -    language switch */
.language {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 0; }

.language a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  background: #999;
  font-family: 'PlakCom-BlackCondensed';
  font-size: 16px;
  padding: 2px 4px 0;
  margin-right: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.language a.on,
.language a:hover {
  background: #fff; }

/* HEAD end */
/* BREADCRUMB */
body > .breadcrumb {
  background: url(../../media/icon/black_lines.png) repeat 0 0;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 11;
  font-family: 'TradeGothic'; }

.breadcrumb ul {
  background: #fff;
  position: absolute;
  right: 20px;
  top: 30px;
  padding: 0 9px;
  font-size: 0; }

.breadcrumb li {
  display: inline-block;
  color: #666;
  font-style: italic;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
  line-height: 22px;
  vertical-align: top; }

.breadcrumb li:after {
  content: '>';
  top: 0;
  right: 6px;
  position: absolute; }

.breadcrumb li:last-child {
  padding: 0; }

.breadcrumb li:last-child:after {
  content: none; }

.breadcrumb a {
  color: inherit;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  font-size: inherit;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.breadcrumb a.on {
  color: #000; }

.breadcrumb a:hover {
  color: #000;
  background: #f0ff00; }

body > .breadcrumb a:hover {
  background: none; }

.one_col .breadcrumb {
  margin-bottom: -10px;
  font-size: 0; }

.one_col .breadcrumb li:first-child {
  padding-right: 5px; }

.one_col .breadcrumb li:first-child:after {
  content: none; }

/* TEASER IMAGE (home) */
.teaser {
  height: 580px;
  position: relative;
  margin: -130px 0 0;
  background: #000; }

.teaser li {
  opacity: 0;
  height: inherit;
  overflow: hidden;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.9s;
  -moz-transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s; }

.teaser li.on {
  opacity: 1;
  z-index: 1; }

.teaser li > a > img,
.teaser li > img {
  position: absolute;
  top: 0; }

.teaser li > a > div,
.teaser li > div {
  height: inherit; }

.teaser a {
  height: inherit; }

.teaser a video,
.teaser video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* SEARCH FIELDS */
.search {
  display: inline-block;
  padding: 15px 0 0 40px;
  vertical-align: top;
  font-size: 0; }

.search input[type='text'] {
  border: none;
  line-height: 16px;
  padding: 2px 10px;
  margin-right: 2px;
  width: 130px;
  font-family: 'TradeGothic';
  font-size: 14px;
  color: #000;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background: #e8e8e8;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s; }

.search input[type='text']::-webkit-input-placeholder {
  font-style: italic;
  color: #000; }

.search input[type='text']:-moz-placeholder {
  font-style: italic;
  color: #000; }

.search input[type='text']:focus::-webkit-input-placeholder {
  font-style: italic;
  color: #aaa; }

.search input[type='text']:focus:-moz-placeholder {
  font-style: italic;
  color: #aaa; }

.search input[type='text']:focus {
  background: #fff; }

.search input[type='submit'] {
  cursor: pointer;
  background: #808080 url(../../media/icon/search.png) no-repeat 50% 50%;
  width: 25px;
  height: 20px;
  overflow: hidden;
  color: transparent;
  display: inline-block;
  vertical-align: top;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s; }

.search input[type='submit']:hover {
  background-color: #fff; }

.search label {
  color: #666;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer; }

.search input[type='checkbox'] {
  width: 15px;
  height: 15px;
  position: absolute;
  float: right;
  margin-left: 10px; }

/*vorher(wird aber nicht verwendet) :{margin:5px 5px 0 30px; vertical-align:top; display:inline-block;}*/
.search div {
  width: 110px; }

.search label[for='checkbox'] {
  cursor: default;
  width: 50px;
  display: inline; }

.col720 .search {
  padding: 0 0 35px 0; }

.col720 .search input[type='text'] {
  border: #cdcdcd 1px solid;
  background: #fff;
  padding: 4px 10px;
  width: 220px; }

.col720 .search input[type='submit'] {
  background-color: #ccc;
  height: 26px;
  width: 30px; }

.col720 .search input[type='submit']:hover {
  background-color: #ddd; }

.col720 .search.nl {
  display: block;
  padding: 20px;
  background: #000 url(../../media/icon/mehr.png) no-repeat 100% 100%;
  height: 320px;
  margin-bottom: 20px; }

.col720 .search.nl input[type='text'] {
  padding: 6px 10px; }

.col720 .search.nl input[type='submit'] {
  background: #fff url(../../media/icon/arrow_xlarge_left.png) no-repeat 11px 5px;
  width: 40px;
  height: 30px; }

.col720 .search.nl input[type='submit']:hover {
  background-color: #ddd; }

.col720 .search.nl label {
  color: #fff;
  padding: 4px 0 5px;
  width: 180px; }

/* CALENDAR */
.calendar {
  box-shadow: 0 0 6px 0 #a7a7a7;
  list-style: none;
  height: 55px;
  padding: 32px 0 26px;
  background: #fff;
  margin-bottom: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.calendar > div {
  height: inherit;
  position: relative; }

.calendar > div > div {
  width: 710px;
  margin: 0 30px;
  overflow: hidden;
  height: inherit;
  position: relative; }

.calendar > div > div > div {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.calendar > div > a {
  font-style: italic;
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.calendar > div > a:hover {
  background: #f0ff00; }

.calendar > div > a:before {
  content: '';
  background: url(../../media/icon/arrow_medium_left.png) no-repeat 0 0;
  width: 7px;
  height: 12px;
  position: absolute;
  left: -13px;
  top: 1px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.calendar > div > a:hover:before {
  left: -11px; }

.calendar > div > a:after {
  content: '';
  width: 3px;
  height: 42px;
  background: #000;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: -45px;
  top: -4px; }

.calendar .prev {
  opacity: 0.2;
  background: url(../../media/icon/arrow_calendar.png) no-repeat -16px 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 16px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.calendar .prev.on {
  opacity: 1; }

.calendar .next {
  opacity: 0.2;
  background: url(../../media/icon/arrow_calendar.png) no-repeat 0 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 6px;
  left: 774px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.calendar .next.on {
  opacity: 1; }

.calendar .monthname {
  top: 0;
  position: absolute;
  display: block; }

.calendar .topic {
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 6px 0 #a7a7a7;
  line-height: 22px;
  width: 250px;
  padding: 8px;
  margin: 0;
  font-size: 14px;
  height: auto;
  overflow: visible;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.calendar .topic:after {
  content: '';
  top: -6px;
  width: 15px;
  height: 15px;
  font-size: 0;
  background: #fff;
  left: 26px;
  line-height: 0;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: -3px -3px 3px 0 #ddd; }

.calendar .topic div {
  position: static;
  background: #fff; }

.calendar .topic a {
  display: block;
  min-height: 25px;
  font-size: 14px;
  z-index: 3;
  font-style: italic;
  font-weight: normal;
  line-height: 22px;
  padding: 7px 24px 7px 12px;
  margin-top: 14px;
  position: relative; }

.calendar .topic a:hover {
  background: url(../../media/icon/grey_lines_ani.gif) repeat 0 0; }

.calendar .topic a:first-child {
  margin-top: 0; }

.calendar .topic a:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  position: absolute;
  top: -8px;
  left: 0; }

.calendar .topic a:first-child:before {
  content: none; }

.calendar .topic a:after {
  content: '';
  background: url(../../media/icon/arrow_large_left.png) no-repeat 0 0;
  width: 11px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 9px; }

.calendar .topic a strong {
  font-weight: bold;
  display: block;
  font-style: normal; }

.calendar .topic a span {
  font-weight: bold;
  font-style: normal;
  display: block; }

/* -    calendar month detail */
.month {
  display: inline-block;
  vertical-align: top; }

.month:before {
  content: '';
  height: 15px;
  width: 1px;
  background: #000;
  margin: 8px 25px 0 14px;
  display: inline-block;
  vertical-align: top; }

.month:first-child:before {
  content: none; }

.month li,
.calendar .monthname {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  padding-right: 10px; }

.month a,
.month p,
.calendar .monthname a,
.calendar .monthname p {
  font-family: 'TradeGothic';
  font-size: 11px;
  line-height: 14px;
  background: #fff;
  text-align: center;
  /*padding-left:7px;*/
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.month a span,
.month p span,
.calendar .monthname a span,
.calendar .monthname p span {
  font-size: 22px;
  font-family: 'PlakCom-BlackCondensed';
  line-height: 26px;
  padding: 4px 0px 1px 0;
  display: block;
  letter-spacing: 1px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  color: inherit;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.month .today span {
  background: #f0ff00; }

.month p {
  color: #ccc; }

.month a,
.month li:first-child p {
  color: #000; }

.month a.on span,
.month a:hover span {
  background: #000;
  color: #fff; }

.month div {
  display: none; }

/* TRIPPLE COL (home main) */
.three_col {
  font-size: 0;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s; }

.three_col li {
  width: 300px;
  height: 390px;
  vertical-align: top;
  display: inline-block;
  border-top: #e5e5e5 2px solid;
  margin-right: 20px;
  color: #000;
  position: relative; }

.three_col li > span {
  font-size: 14px;
  font-style: italic;
  display: block;
  padding: 16px 0 7px 0; }

.three_col li > div {
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
  max-height: 128px; }

.three_col li > div > a > p {
  position: absolute;
  top: 80px;
  left: 8px;
  line-height: 36px;
  background: #f0ff00;
  letter-spacing: 2px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 29px;
  font-family: 'PlakCom-BlackCondensed';
  padding: 4px 9px 0px; }

.three_col li > div > a > span {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0 14px 0 10px;
  height: 20px;
  background: #f0ff00;
  font-family: 'PlakCom-BlackCondensed';
  letter-spacing: 2px;
  position: absolute;
  right: -5px;
  top: 20px; }

.three_col li > div > a > span:before {
  content: '';
  position: absolute;
  left: -7px;
  background: url(../../media/icon/flag_corner.png) no-repeat 0 0;
  width: 7px;
  height: 20px; }

.summerfestival .three_col li > div > a > span {
  background: #e83e87;
  color: #fff;
}

.summerfestival .three_col li > div > a > span:before {
  background: url(../../media/icon/flag_corner_pink.png) no-repeat 0 0;
}

.three_col li > div > a > div {
  background: #000;
  overflow: hidden;
  width: 300px;
  height: 175px;
  position: relative;
  white-space: nowrap; }

.three_col li > div > a > div p {
  color: #f0ff00;
  font-family: 'PlakCom-BlackCondensed';
  font-size: 140px;
  top: 160px;
  left: -10px;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 10px;
  width: 400px;
  -moz-transform: rotate(-12deg);
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg); }

.three_col li > div > a > div p:first-child {
  font-size: 22px;
  width: 400px;
  top: 73px;
  left: 43px;
  letter-spacing: 1px; }

.three_col li > strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 7px; }

.three_col li > strong a {
  font-weight: normal; }

.three_col li > strong a:hover {
  /*color:#ff009c;*/ }

.three_col li > h5 {
  font-size: 14px;
  font-style: italic;
  font-weight: normal;
  line-height: 22px; }

.three_col li > h5 strong {
  font-weight: bold;
  display: block;
  font-style: normal; }

.three_col li > h5 span {
  color: #000;
  font-weight: bold;
  font-style: normal; }

/*highlights on home page*/
.highlights p {
  font-size: 13px;
  font-family: 'TradeGothic';
  letter-spacing: 0.4px;
  margin-bottom: 0;
  margin-top: 0.8em;
  margin-bottom: 15px; }

/* IMPORTANT INFO EXCLAMATION */
pre {
  font-family: inherit;
  font-size: 0 !important;
  white-space: inherit;
  position: absolute;
  top: 265px;
  background: #fff;
  right: -10px;
  z-index: 1;
  box-shadow: 0 0 6px 0 #a7a7a7;
  line-height: 22px;
  letter-spacing: 0; }

pre:after {
  content: '';
  display: none;
  top: -6px;
  width: 15px;
  height: 15px;
  font-size: 0;
  background: #fff;
  left: 206px;
  line-height: 0;
  position: absolute;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  box-shadow: -3px -3px 3px 0 #ddd; }

pre:before {
  content: '';
  cursor: default;
  display: block;
  width: 21px;
  height: 20px;
  background: #f0ff00 url(../../media/icon/exclam.png) no-repeat 9px 4px;
  position: absolute;
  right: 10px;
  top: -40px; }

pre strong {
  display: block;
  padding-bottom: 6px; }

.tablelist ul li > pre {
  top: 60px;
  right: 100px; }

.tablelist > pre {
  right: 100px;
  z-index: 2; }

.tablelist > pre:before {
  content: none; }

.three_col pre:hover,
.tablelist > pre {
  width: 200px;
  padding: 17px;
  font-size: 14px !important;
  letter-spacing: 0.4px !important; }

.three_col pre:hover:after,
.tablelist > pre:after {
  display: block; }

.three_col li > a.arrow {
  position: absolute;
  left: 0;
  bottom: 21px;
  width: auto;
  padding-right: 2px;
  color: #000; }

.three_col li > a.ticket {
  bottom: 20px;
  left: auto; }

/* DOUBLE COL (partner, team) */
.two_col {
  list-style: none;
  font-size: 0;
  margin-right: -20px;
  margin-bottom: 30px; }

.two_col li {
  font-size: 0;
  line-height: 22px;
  width: 350px;
  margin-right: 20px;
  margin-bottom: -1px;
  padding-top: 20px;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 100%;
  position: relative; }

.two_col li:before {
  content: '';
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 0;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0; }

.two_col img {
  display: inline-block;
  margin-right: 20px; }

.two_col div {
  line-height: 22px;
  font-size: 14px;
  position: absolute;
  left: 140px;
  top: 20px; }

.two_col span {
  background: url(../../media/icon/black_lines_tiny.gif) repeat 0 0;
  width: 120px;
  height: 120px;
  display: block; }

.two_col a {
  display: inline-block;
  font-style: italic; }

.two_col a:hover {
  background-color: #f0ff00; }

/* SINGLE COL (news) */
.one_col {
  list-style: none;
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 100%;
  padding-bottom: 5px; }

.one_col > li {
  display: block;
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 0;
  position: relative;
  padding: 20px 0 1px;
  margin-bottom: 25px; }

.one_col li > span {
  display: block;
  color: #666;
  padding-bottom: 14px; }

.one_col p {
  width: 650px; }

.one_col p > span {
  background: #f0ff00; }

.one_col div {
  position: absolute;
  right: 5px;
  top: 22px;
  color: #666; }

.one_col > li > a {
  position: absolute;
  right: 0;
  bottom: 0; }

/* TEASER FIELDS (home bottom) */
.tease_full {
  position: relative;
  height: 500px;
  border-top: #e5e5e5 2px solid;
  padding-top: 20px; }

.tease_full h4 {
  position: absolute;
  top: 45px;
  left: 37px;
  width: 390px; }

.tease_full h4 span {
  box-decoration-break: clone;
  background: #f0ff00;
  letter-spacing: 2px;
  line-height: 37px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 29px;
  font-family: 'PlakCom-BlackCondensed';
  box-shadow: 0 -2px 0 6px #f0ff00, -11px -2px 0 6px #f0ff00, 11px -2px 0 6px #f0ff00; }

.tease_full h4.high span {
  box-decoration-break: clone;
  color: #fff;
  background: #ff009c;
  box-shadow: 0 -2px 0 6px #ff009c, -11px -2px 0 6px #ff009c, 11px -2px 0 6px #ff009c; }

.tease_full p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  width: 384px;
  padding: 20px 18px 55px 18px;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }

.tease_half {
  position: relative;
  height: 240px; }

.tease_half:first-child {
  border-top: #e5e5e5 2px solid;
  padding-top: 20px;
  margin-bottom: 20px; }

.tease_half h4 {
  position: absolute;
  top: 25px;
  left: 241px;
  width: 190px; }

.tease_half:first-child h4 {
  top: 45px; }

.tease_half h4 span {
  box-decoration-break: clone;
  background: #f0ff00;
  line-height: 27px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'PlakCom-BlackCondensed';
  box-shadow: 0 -2px 0 5px #f0ff00, -6px -2px 0 5px #f0ff00, 6px -2px 0 5px #f0ff00; }

.tease_half h4.high span {
  box-decoration-break: clone;
  color: #fff;
  background: #ff009c;
  box-shadow: 0 -2px 0 6px #ff009c, -11px -2px 0 6px #ff009c, 11px -2px 0 6px #ff009c; }

.tease_half p {
  position: absolute;
  bottom: 20px;
  left: 230px;
  background: #fff;
  width: 184px;
  padding: 15px 13px 55px 13px;
  font-size: 14px;
  line-height: 22px;
  margin: 0; }

.tease_full a,
.tease_half a {
  border: 0;
  position: absolute;
  right: 20px;
  bottom: 20px; }

/* LEFT NAVIGATION */
.nav_left {
  width: 170px;
  margin-right: 50px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-family: 'PlakCom-BlackCondensed';
  font-size: 18px; }

.nav_left li {
  border-bottom: #ccc 1px solid; }

.nav_left li:first-child {
  border-top: #ccc 1px solid; }

.nav_left li a {
  line-height: 20px;
  display: block;
  font-size: inherit;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 0 9px 20px;
  color: #666;
  background: url(../../media/icon/arrow_nav_left.png) no-repeat 0 13px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.nav_left > li > a.on,
.nav_left > li > a:hover {
  color: #000;
  background: url(../../media/icon/arrow_nav_left_on.png) no-repeat 0 13px; }

.nav_left > li > a:hover {
  background-position: 4px 13px; }

.nav_left li ul {
  list-style: none;
  margin: -4px 0 4px 0; }

.nav_left li ul li {
  border: 0 !important; }

.nav_left li ul li a {
  font-size: 16px;
  background: url(../../media/icon/arrow_small_left_grey.png) no-repeat 0 10px;
  margin-left: 20px;
  padding: 5px 0 5px 15px;
  line-height: 20px; }

.nav_left li ul li a.on,
.nav_left li ul li a:hover {
  color: #000;
  background: url(../../media/icon/arrow_small_left.png) no-repeat 2px 10px; }

.nav_left li ul li ul {
  margin: -4px 0 -4px 0; }

.nav_left li ul li ul li a {
  font-size: 14px;
  margin-left: 33px;
  display: none; }

.nav_left li ul li a.on + ul li a {
  display: block; }

/* FOOT */
.foot {
  background: #000;
  font-size: 14px;
  font-style: italic;
  padding: 20px 0 50px;
  position: relative;
  z-index: 1000; }

.foot p {
  color: #fff;
  background: url(../../media/icon/tickets.png) no-repeat 0 5px;
  padding-left: 30px;
  padding-bottom: 0;
  line-height: 22px; }

.foot p a {
  display: inline-block;
  color: inherit;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.foot p a:hover {
  color: #f0ff00;
  background: none; }

.foot ul {
  position: absolute;
  right: 20px;
  bottom: 0; }

.foot ul li {
  display: inline-block;
  vertical-align: top; }

.foot ul a {
  display: block;
  vertical-align: top;
  color: #fff;
  font-style: italic;
  padding: 0 6px 0 12px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative; }

.foot ul a:before {
  content: '/';
  left: 0;
  position: absolute;
  color: #fff;
  margin-top: 1px;
  font-size: 9px;
  vertical-align: top; }

.foot ul li:first-child a:before {
  content: none; }

.foot ul a:hover,
.foot ul a.on {
  color: #f0ff00;
  /* padding:0 10px 0 16px;*/ }

.foot ul a.print {
  padding-right: 0; }

.foot ul a.print:after {
  content: '';
  background: url(../../media/icon/print.png) no-repeat 0 0;
  display: inline-block;
  width: 13px;
  height: 12px;
  margin-left: 5px; }

.foot ul a.print:hover:after {
  background-position: 0 -18px; }

/*              VARIABLE CONTENT ELEMENTS           */
/* MAIN IMAGE */
.headimage {
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
  width: 100%; }

.headimage h2 {
  position: absolute;
  top: 22px;
  left: 25px;
  padding-right: 25px;
  z-index: 1; }

.headimage > img {
  width: 720px;
  height: 420px; }

/*.headimage div{position:relative; height:90px; padding-top:10px;}*/
.headimage ul {
  padding-top: 10px;
  font-size: 0;
  position: absolute;
  left: 0;
  transition: left 0.2s;
  -moz-transition: left 0.2s;
  -webkit-transition: left 0.2s; }

.headimage li {
  display: inline-block;
  width: 154px;
  height: 90px;
  margin-left: 10px;
  background: url(../../media/icon/black_lines.png) repeat 0 0; }

.headimage li:first-child {
  margin: 0; }

.headimage li .image_info {
  display: none; }

/* MAIN IMAGE INFO TEXT */
.image_info {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
  font-size: 14px !important;
  text-align: right;
  padding-left: 20px;
  z-index: 1; }

.image_info h5 {
  font-weight: normal;
  font-size: inherit;
  text-align: left; }

.image_info h5 > * {
  background: #fff;
  padding: 7px 15px 8px;
  margin-left: 50px;
  display: inline-block; }

.image_info h5 span {
  font-style: italic;
  margin-top: -9px; }

.image_info h5 strong {
  position: relative; }

.image_info > span {
  color: #fff;
  font-size: inherit;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 6px 12px;
  margin: 10px 0 -20px; }

.image_info > li {
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  font-size: inherit;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s; }

.image_info > li.on {
  opacity: 1; }

/* MAIN IMAGE AUTOSLIDER */
.largeslide {
  position: relative;
  width: 100%;
  height: 420px;
  overflow: hidden; }

.largeslide ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; }

.largeslide ul li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0; }

.largeslide img {
  display: block; }

/* TABLE LIST (function via js) */
.tablelist {
  background-image: url(../../media/icon/table_dotted_border.gif);
  padding-top: 1px;
  background-repeat: repeat-x;
  background-position: 0 0;
  margin-bottom: 35px;
  visibility: hidden; }

.tablelist div {
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.tablelist div.off {
  height: 0 !important;
  padding-top: 0; }

.tablelist > p,
.tablelist > div > p {
  overflow: hidden;
  margin: 0;
  line-height: 23px;
  height: 22px;
  background: #f0ff00;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'PlakCom-BlackCondensed';
  color: #000;
  letter-spacing: 1px;
  padding: 4px 0 3px 10px;
  transition: background-color 0.3s, color 0.3s, height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, height 0.3s, padding-top 0.3s, padding-bottom 0.3s;
  -webkit-transition: background-color 0.3s, color 0.3s, height 0.3s, padding-top 0.3s, padding-bottom 0.3s; }

.tablelist > p.bar,
.tablelist > div > p.bar {
  background: #f0ff00 url(../../media/icon/arrow_down_open.png) no-repeat 10px 12px;
  padding-left: 30px;
  cursor: pointer; }

.tablelist > p.off,
.tablelist > div > p.off {
  background: #e7e7e7 url(../../media/icon/arrow_right_close.png) no-repeat 13px 10px; }

.tablelist > p.off:hover,
.tablelist > div > p.off:hover {
  background-color: #f0ff00; }

.tablelist > p.empty,
.tablelist > div > p.empty {
  background: #e7e7e7;
  color: #fff;
  height: 0;
  padding-top: 0;
  padding-bottom: 0; }

.tablelist > ul,
.tablelist > div > ul {
  background: url(../../media/icon/table_dotted_border.png) repeat-x 0 0;
  list-style: none;
  padding-top: 1px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.tablelist > ul.empty,
.tablelist > div > ul.empty {
  opacity: 0;
  padding-top: 0; }

.tablelist > ul > li,
.tablelist > div > ul > li {
  padding: 10px 0 12px;
  position: relative;
  font-size: 0;
  overflow: hidden;
  min-height: 40px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.tablelist > ul > li.off,
.tablelist > div > ul > li.off {
  height: 0 !important;
  padding: 0;
  min-height: 0; }

.tablelist > ul > li.on,
.tablelist > div > ul > li.on {
  background: url(../../media/icon/grey_lines_ani.gif) repeat 0 0; }

.tablelist > ul > li:after,
.tablelist > div > ul > li:after {
  content: '';
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 0;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.tablelist > ul > li.off:after,
.tablelist > div > ul > li.off:after {
  opacity: 0; }

.tablelist > ul > li.selected {
  background: #f5f5f5; }

.tablelist ul li > * {
  font-size: 14px; }

.tablelist ul li > span {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
  font-weight: bold; }

.tablelist ul li > a {
  padding-left: 10px;
  width: 380px;
  display: inline-block;
  vertical-align: top;
  font-style: italic; }

.tablelist ul li > p {
  font-weight: normal;
  display: inline-block;
  padding-left: 60px;
  vertical-align: top;
  margin: 0;
  position: absolute;
  left: 390px;
  bottom: 14px; }

.tablelist ul li > p.bar {
  background: url(../../media/icon/arrow_down_open.png) no-repeat 10px 5px;
  cursor: pointer;
  padding: 0 0 0 30px;
  position: static; }

.tablelist ul li > p.bar.off {
  background: url(../../media/icon/arrow_right_close.png) no-repeat 10px 3px; }

.tablelist ul li > p.bar strong {
  display: inline; }

.tablelist ul li.off > p {
  background: url(../../media/icon/arrow_right_close.png) no-repeat 13px 3px; }

.tablelist ul li strong {
  display: block;
  font-style: normal; }

.tablelist ul li .ticket {
  top: 20px; }

.tablelist ul li > input[type='checkbox'] {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer; }

.tablelist ul li > img {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  padding: 10px 0 5px; }

.tablelist ul li > div {
  display: inline-block;
  vertical-align: top;
  width: 570px;
  padding: 15px 0 5px; }

.tablelist ul li > div p {
  padding-bottom: 5px; }

.tablelist ul li > div ul li {
  color: #666;
  list-style: none; }

.tablelist ul li > div > a {
  position: absolute;
  right: 0;
  bottom: 25px; }

.tablelist ul li > ul {
  display: block;
  padding-left: 30px;
  list-style: none;
  overflow: hidden;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.tablelist ul li > ul li {
  margin: 6px 0; }

.tablelist ul li > ul li:first-child {
  padding-top: 10px; }

.tablelist ul li > ul a {
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
  padding: 0; }

.tablelist ul li > strong {
  background: #f1f1f1 url(../../media/icon/table_dotted_border.png) repeat-x bottom left;
  font-family: 'PlakCom-BlackCondensed';
  font-size: 18px;
  font-weight: normal;
  height: 22px;
  letter-spacing: 1px;
  line-height: 23px;
  margin: -10px 0 10px;
  overflow: hidden;
  padding: 4px 0 3px 10px;
  text-transform: uppercase; }

.tablelist ul li.installation {
  background: #f1f1f1; }

.tablelist ul li.installation.on {
  background: #f1f1f1 url(../../media/icon/grey_lines_ani.gif) repeat 0 0; }

/* ARROW BUTTON */
.arrow {
  font-style: italic;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  margin-left: 13px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.arrow:before {
  content: '';
  background: url(../../media/icon/arrow_small_left.png) no-repeat 0 0;
  width: 6px;
  height: 9px;
  position: absolute;
  left: -13px;
  top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.arrow:hover {
  background-color: #f0ff00; }

.arrow:hover:before {
  left: -11px; }

/* EXTERN BUTTON */
.ext {
  font-style: italic;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  margin-left: 13px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.ext:before {
  content: '';
  background: url(../../media/icon/extern.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -17px;
  top: 3px; }

.ext:hover {
  background-color: #f0ff00; }

/* RETURN BUTTON */
.return {
  font-style: italic;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  margin-left: 13px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.return:before {
  content: '';
  background: url(../../media/icon/arrow_small_right.png) no-repeat 0 0;
  width: 6px;
  height: 9px;
  position: absolute;
  left: -13px;
  top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.return:hover {
  background-color: #f0ff00; }

.return:hover:before {
  left: -15px; }

.return:first-child {
  position: absolute;
  top: -40px; }

/* TOP BUTTON */
.top {
  font-style: italic;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-left: 17px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.top:before {
  content: '';
  background: url(../../media/icon/arrow_up.png) no-repeat 0 0;
  width: 11px;
  height: 6px;
  position: absolute;
  left: -17px;
  top: 7px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.top:hover {
  background-color: #f0ff00; }

.top:hover:before {
  top: 4px; }

/* FACEBOOK BUTTON */
.face {
  padding: 5px 0 5px 35px;
  font-style: italic;
  background: url(../../media/icon/face.png) no-repeat 0 0;
  display: inline-block;
  line-height: 22px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none; }

.face:hover {
  background: url(../../media/icon/face.png) no-repeat 0 -30px; }

/* TICKET BUTTON */
span.ticket {
  text-transform: uppercase;
  font-style: normal !important;
  font-weight: normal !important;
  width: auto !important;
  height: 20px;
  background: #cccccc;
  font-family: 'PlakCom-BlackCondensed';
  font-size: 16px !important;
  color: #fff;
  padding: 0 10px 0 8px !important;
  line-height: 22px;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  bottom: 20px; }

a.ticket {
  text-transform: uppercase;
  font-style: normal !important;
  height: 20px;
  background: #000 !important;
  width: auto !important;
  font-family: 'PlakCom-BlackCondensed';
  font-size: 16px !important;
  color: #fff !important;
  padding: 0 10px 0 8px !important;
  line-height: 22px;
  letter-spacing: 1px;
  position: absolute !important;
  right: 0; }

a.ticket:after {
  content: '';
  width: 1px;
  height: 20px;
  background: url(../../media/icon/ticket_dottet_border.png) repeat-y 0 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px; }

a.ticket:hover {
  color: #f0ff00 !important; }

/* TYPE TEXT */
.type {
  font-style: italic;
  margin: -20px 0 40px;
  display: block; }

/*QUOTES */
blockquote {
  color: #676d06;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 1.1px;
  line-height: 26px;
  margin: 22px 0;
  padding: 0; }

/* backend is keeping the "p" tags inside: remove all visual effects of this */
blockquote p {
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: inherit;
  display: inline; }

/* PAGE SPACE (span button has js function) */
.space {
  background: url(../../media/icon/black_lines.png) repeat 0 0;
  height: 30px;
  display: block;
  margin-bottom: 35px;
  box-shadow: 0 3px 3px 0 #ddd; }

.space span {
  height: 22px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  background: #000;
  font-family: 'PlakCom-BlackCondensed';
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 20px 3px 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.space span:after {
  content: '';
  background: url(../../media/icon/arrow_down.png) no-repeat 0 6px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top; }

.space span.whole:after {
  content: '';
  background: url(../../media/icon/arrow_down.png) no-repeat 2px 6px;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
  transform: rotate(270deg); }

.space span.on:after {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-left: 15px;
  margin-right: 5px; }

.space span:hover {
  color: #f0ff00; }

.space span:hover:after {
  background-position: 0 -12px; }

.space span.whole:hover:after {
  background-position: 2px -12px; }

/* SELECT NAVIAGATION */
.select_global {
  font-size: 14px;
  padding-bottom: 20px; }

.select_global li {
  display: inline-block; }

.select_global a {
  display: inline-block;
  color: #666;
  margin: 0 5px 0 8px;
  padding: 5px 7px 4px;
  position: relative;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.select_global a:before {
  content: '/';
  color: #666;
  position: absolute;
  left: -10px; }

.select_global li:first-child a {
  margin-left: 0; }

.select_global li:first-child a:before {
  content: none; }

.select_global a.on {
  font-weight: bold;
  color: #000;
  background: #f0ff00; }

.select_global a:hover {
  color: #000;
  background: #f0ff00; }

/* SELECT DETAIL NAVIAGTION */
.select_detail {
  font-size: 0;
  text-transform: uppercase;
  padding-bottom: 30px; }

.select_detail li {
  display: inline-block;
  vertical-align: top; }

.select_detail a {
  font-size: 18px;
  font-family: 'PlakCom-BlackCondensed';
  color: #000;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: top;
  padding: 4px 10px 2px;
  margin-right: 12px;
  position: relative;
  transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s; }

.select_detail a:before {
  content: ' ';
  vertical-align: top;
  display: inline-block;
  position: absolute;
  top: 6px;
  width: 2px;
  background: #b2b2b2;
  height: 16px;
  border: 4px solid white;
  border-top-width: 6px;
  border-bottom-width: 6px;
  margin-top: -4px;
  left: -10px; }

.select_detail li:first-child a:before {
  content: none; }

.select_detail a.on,
.select_detail a:hover {
  background: #f0ff00; }

/* PAGING */
.paging {
  text-align: right;
  padding: 15px 0;
  font-size: 0; }

.paging:first-child {
  margin-top: -50px; }

.paging li {
  display: inline-block;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  padding-left: 4px;
  line-height: 20px; }

.paging li.on {
  color: #000;
  font-weight: bold; }

.paging li a {
  color: inherit;
  line-height: 25px;
  padding: 0 2px;
  display: inline-block;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s; }

.paging li a:hover {
  background-color: #f0ff00; }

.paging li:last-child a {
  color: #000;
  margin-left: 20px;
  position: relative;
  padding: 0;
  font-style: italic; }

.paging li:last-child a:before {
  content: '';
  background: url(../../media/icon/arrow_small_left.png) no-repeat 0 0;
  width: 6px;
  height: 9px;
  position: absolute;
  left: -13px;
  top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.paging li:last-child a:hover:before {
  left: -11px; }

.paging li:first-child a {
  color: #000;
  margin-right: 20px;
  position: relative;
  padding: 0;
  font-style: italic; }

.paging li:first-child a:before {
  content: '';
  background: url(../../media/icon/arrow_small_right.png) no-repeat 0 0;
  width: 6px;
  height: 9px;
  position: absolute;
  right: -13px;
  top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.paging li:first-child a:hover:before {
  right: -11px; }

/* TOPLAYER (right floating content layer) */
.toplayer {
  width: 360px;
  padding: 0 10px 0 20px;
  background: #fff;
  float: right;
  box-shadow: -2px 2px 2px 0 #dcdcdc;
  margin: 0 0 30px 15px;
  line-height: 22px; }

.toplayer ul {
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 0; }

.toplayer ul:first-child {
  background: none; }

.toplayer .basics {
  padding-bottom: 20px; }

.toplayer .basics li,
.toplayer .basics li p {
  color: #666;
  background: none;
  padding: 0;
  margin: 0; }

.toplayer li {
  display: block;
  background: url(../../media/icon/table_dotted_border.gif) repeat-x 0 0;
  padding: 10px 80px 20px 0;
  position: relative; }

.toplayer li:first-child {
  background: none; }

.toplayer .ticket {
  top: 20px; }

/* LIST (artist list) */
.list {
  list-style: none;
  line-height: 24px;
  margin-bottom: 25px; }

.list li {
  display: inline;
  vertical-align: top;
  padding-right: 6px; }

.list li:first-child:before {
  content: none; }

.list li:before {
  content: '//';
  font-style: italic;
  display: inline;
  vertical-align: top;
  margin-right: 10px;
  letter-spacing: -3px; }

.list a {
  border-bottom: #000 1px dotted;
  font-style: italic;
  margin-right: 6px;
  display: inline;
  vertical-align: top; }

.list a:hover {
  background-color: #f0ff00; }

.list span {
  font-style: italic;
  display: inline;
  vertical-align: top; }

.list strong {
  display: inline;
  vertical-align: top;
  margin-right: 10px; }

/* SIDE LIST (left) */
.sidelist {
  position: absolute;
  list-style: none;
  right: 785px;
  text-align: right;
  margin-top: 3px; }

.sidelist li {
  margin-bottom: 12px;
  width: 155px; }

.sidelist a {
  font-style: italic;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  position: relative;
  max-width: inherit;
  word-wrap: break-word;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 155px; }

.sidelist a:before {
  content: '';
  background: url(../../media/icon/arrow_small_right.png) no-repeat 0 0;
  width: 6px;
  height: 9px;
  position: absolute;
  right: -15px;
  top: 5px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

.sidelist a:hover {
  background-color: #f0ff00; }

.sidelist a:hover:before {
  right: -13px; }

/* TEXT IMAGE */
.textimage {
  float: left;
  padding-right: 20px;
  padding-top: 4px; }

.textimage p {
  padding-top: 5px;
  font-size: 12px;
  font-style: italic; }

/* FORMS */
div.error {
  border: 3px solid #ff0000;
  font-size: 16px;
  padding: 15px;
  margin-bottom: 30px; }

div.error p {
  color: #f00; }

div.error li {
  font-size: 12px;
  color: #f00;
  line-height: 18px;
  margin-left: 15px; }

.form_list {
  list-style: none;
  font-size: 0; }

.form_list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 60px; }

.form_list li.single {
  margin-right: 200px; }

.form_list label {
  line-height: 20px;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
  margin: 0; }

.form_list span {
  line-height: 20px;
  font-size: 16px;
  display: block;
  letter-spacing: 1px;
  margin: 20px 0 0; }

.form_list input[type='text'],
.form_list select {
  font-size: 16px;
  width: 240px;
  margin-bottom: 30px;
  letter-spacing: 1px; }

.form_list select {
  width: 262px; }

p.warning {
  border: 3px solid #000;
  padding: 15px;
  margin-bottom: 30px;
  font-size: 14px; }

input.captcha {
  width: 140px;
  margin-left: 20px;
  margin-bottom: 30px;
  font-size: 14px; }

button {
  color: #fff;
  cursor: pointer;
  background: #000;
  font-size: 20px;
  font-family: 'PlakCom-BlackCondensed';
  text-transform: uppercase;
  padding: 10px 15px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-left: auto;
  display: block;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; }

button:hover {
  color: #f0ff00; }

/* ACCESSIBILITY ICONS */
.accessibility-icons {
  display: flex;
  list-style-type: none;
  font-size: 1.25em; }
  .accessibility-icons li:not(:last-child) {
    margin-right: 10px; }

/* READ MORE LINK */
.read-more-link {
  cursor: pointer;
  border-bottom: 0; }

/* PRINT STYLE CHANGES */
@media print {
  .newsticker,
  .head,
  .foot,
  .space,
  .calendar,
  .nav_left,
  .return,
  .top {
    display: none !important; }
  .breadcrumb {
    position: absolute;
    top: 0; }
  .logo {
    background: none;
    top: 0 !important; }
  .logo img {
    display: block; }
  .body {
    padding-top: 150px !important; }
  .teaser {
    margin-bottom: 25px; }
  .col720 {
    display: block;
    position: static; }
  h2 > * {
    float: none; }
  h2,
  h2 p {
    margin: 0; }
  .three_col,
  .tablelist > ul {
    height: auto !important; }
  .tease_full h4 span,
  .tease_half h4 span {
    background: #fff !important;
    box-shadow: 0 -2px 0 6px #fff, -11px -2px 0 6px #fff, 11px -2px 0 6px #fff !important; } }

.suche h3 > a > div {
  position: initial !important;
  font-size: 18px;
  letter-spacing: 1px;
  color: black !important; }

.popup-container {
  position: fixed;
  z-index: 12;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: background 0.3s; }

.popup {
  max-width: 770px;
  position: fixed;
  z-index: 1000;
  background: #fff;
  padding: 25px;
  top: 170px;
  bottom: 50px;
  bottom: 50px;
  margin-right: 200px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 160px;
  overflow: hidden;
  width: 100%;
  display: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }

.popup .popup__close {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0; }

.popup__content-container {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.popup .popup__content {
  height: calc(100% + 40px);
  width: 100%;
  margin-top: -95px;
  padding-bottom: 95px; }

.popup .popup__close:before {
  content: '✖';
  font-size: 20px;
  line-height: 20px; }

.popup .popup__head img {
  float: left;
  height: 40px;
  margin-top: -2px;
  width: 40px; }

@keyframes sprite-animation {
  from {
    background-position: 0 0; }
  to {
    background-position: 100% 0; } }

.isms-list {
  width: 100%;
  height: 152px;
  line-height: 150px;
  vertical-align: middle;
  padding: 0 10px;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-image: url("../../media/kosmos/kosmos_background_anim_720-150_51.png");
  background-size: cover;
  background-repeat: no-repeat;
  animation: sprite-animation 3s steps(50) infinite alternate-reverse; }

.isms-list a {
  padding: 0 20px;
  font-size: 20px;
  font-family: 'PlakCom-BlackCondensed', Sans-Serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase; }

#kosmos-animation {
  position: fixed;
  right: 50px;
  top: 100px;
  width: 90px;
  height: 90px;
  z-index: 1000;
  text-indent: -100000px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 90px; }

#kosmos-animation:after {
  content: ' ';
  height: 175px;
  width: 175px;
  top: 42.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: block;
  background-image: url("../../media/kosmos/kosmos_logo_anim_175px.png");
  background-size: cover;
  animation: sprite-animation 1.5s steps(19) infinite alternate-reverse;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s; }

/* added 2017-10-11 */
.mejs-medialement video {
  max-width: 100% !important; }

/* added 2017-01-05 */
video {
  cursor: pointer; }

.sommerfestival-menu {
  color: #e83e87 !important; }

.content .select_detail {
  position: relative; }
  .content .select_detail:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    width: 10px;
    height: 100%;
    z-index: 1;
    background-color: #fff; }
  .content .select_detail li {
    height: 30px;
    margin-bottom: 5px; }
    .content .select_detail li a {
      transition: all 0.2s ease-in-out; }
    .content .select_detail li.disabled a {
      color: #ccc;
      pointer-events: none; }

.content .three_col li {
  width: 220px;
  transition: all 0.5s; }

.content .three_col li > * {
  width: 220px; }

.content .three_col li.off {
  width: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0; }

.content .three_col img {
  max-width: 100%; }

.content .mosaik-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.content .mosaik-item {
  display: inline-block;
  width: 225px;
  margin-bottom: 30px;
  vertical-align: top; }
  .content .mosaik-item .mosaik-item__image img {
    max-width: 100%; }
  .content .mosaik-item .mosaik-item__footer {
    position: relative; }
  .content .mosaik-item .mosaik-item__header strong {
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 7px; }

.content .spoiler {
  overflow: hidden;
  padding: 15px;
  position: relative;
  background: repeating-linear-gradient(-45deg, #cecece, #cecece 1px, #fff 1px, #fff 5px);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
  transition: max-height 0.5s 0.1s;
  max-height: 30px; }
  .content .spoiler.js-open {
    max-height: 350px; }
  .content .spoiler header {
    padding-bottom: 10px;
    transition: opacity 0.25s, transform 0.55s, height 0.55s; }
  .content .spoiler.js-open header {
    opacity: 0;
    pointer-events: none;
    position: relative;
    transform: translateY(-105%); }
  .content .spoiler .spoiler_content {
    width: 100%;
    opacity: 0;
    transition: transform 0.5s, opacity 0.25s; }
  .content .spoiler.js-open .spoiler_content {
    opacity: 1;
    transform: translateY(-45px); }
  .content .spoiler .spoiler_button-open {
    padding: 5px 10px;
    display: inline;
    background: transparent;
    margin-top: 0;
    color: #000; }
    .content .spoiler .spoiler_button-open:hover {
      background-color: #e83e87 !important;
      color: white !important; }
  .content .spoiler .spoiler_button-close {
    background: transparent;
    padding: 0;
    margin: 0;
    color: #000;
    font-family: bold;
    float: right; }
    .content .spoiler .spoiler_button-close:hover {
      background-color: #e83e87 !important;
      color: white !important; }
  .content .spoiler .spoiler_label {
    font-weight: bold;
    text-transform: uppercase; }

.content .spoiler .select_container {
  width: 100%; }
  .content .spoiler .select_container .select_detail {
    margin-left: -10px;
    padding-bottom: 15px; }
  .content .spoiler .select_container:last-child .select_detail {
    padding-bottom: 0; }
  .content .spoiler .select_container.select_container--inline {
    display: inline-block;
    margin-right: 30px; }

.content .spoiler .select_detail:before {
  display: none; }

.content .spoiler .select_detail a {
  margin-right: 20px;
  padding: 4px 10px; }
  .content .spoiler .select_detail a:before {
    left: -15px; }

.content.summerfestival h2 strong {
  box-shadow: 0 -2px 0 3px #e83e87, -3px -2px 0 3px #e83e87, 3px -2px 0 3px #e83e87; }

.content.summerfestival h2 > *,
.content.summerfestival .select_detail a.on,
.content.summerfestival .select_detail a:hover {
  background-color: #e83e87 !important;
  color: white !important; }

.content.summerfestival p a:hover,
.content.summerfestival .select_global a:hover,
.content.summerfestival a.ticket:hover,
.content.summerfestival .arrow:hover,
.content.summerfestival .top:hover {
  background-color: #e83e87 !important;
  color: white !important; }

.content.summerfestival .select_global a.on {
  background-color: #e83e87 !important;
  color: white !important; }

.content.summerfestival ul.archive-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none; }
  .content.summerfestival ul.archive-item-list li.archive-item {
    margin-bottom: 30px; }
    .content.summerfestival ul.archive-item-list li.archive-item a {
      display: inline-block;
      width: 220px;
      height: 120px;
      background-color: #e83e87;
      color: #000;
      font-size: 18px;
      font-weight: 600; }
      .content.summerfestival ul.archive-item-list li.archive-item a div.default {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #000;
        color: #e83e87;
        text-transform: uppercase; }
        .content.summerfestival ul.archive-item-list li.archive-item a div.default span {
          display: inline-block;
          width: 100%;
          transform: rotate(-5deg);
          text-align: center; }
      .content.summerfestival ul.archive-item-list li.archive-item a img {
        width: 100%;
        height: auto;
        max-height: 120px;
        margin-bottom: 5px;
        object-fit: cover;
        transition: all 0.2s ease-in-out; }
      .content.summerfestival ul.archive-item-list li.archive-item a span {
        color: inherit;
        font-size: inherit;
        font-weight: inherit; }
      .content.summerfestival ul.archive-item-list li.archive-item a:hover {
        color: #e83e87; }

.content.summerfestival .select_detail:before {
  z-index: 1; }
