@charset "UTF-8";
body {
  background: #000;
  margin: 0 auto;
  width: 1000px; }

a, .link-alike {
  color: #c00;
  text-decoration: none; }

a:link:hover, a.jslink:hover, .link-alike:hover, a:link:active, a.jslink:active, .link-alike:active {
  color: #f00;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand; }

img {
  border: 0px; }

.clear {
  clear: both; }

header ul.menu {
  background: url(/img/menu.png) no-repeat center top #363636;
  list-style: none;
  height: 40px;
  padding: 0px; }
  header ul.menu li {
    display: inline-block;
    margin: 0px 12px;
    height: 40px;
    vertical-align: middle;
    font: normal 12px/40px Georgia, "Times New Roman", Times, serif;
    background: url(/img/menu.sprite.png) no-repeat;
    text-indent: -200px;
    overflow: hidden; }
    header ul.menu li:first-child {
      margin: 0px 10px 0px 20px;
      background: url(/img/menu.home.png) no-repeat center;
      width: 36px; }
    header ul.menu li a {
      display: block;
      color: #fff;
      text-decoration: none; }
      header ul.menu li a:hover {
        color: #f00; }

footer {
  clear: both;
  background: transparent url("/img/footer.png") no-repeat center top;
  height: 40px;
  margin: 20px auto 0px auto;
  padding: 16px 50px 0px 50px;
  text-align: center;
  font: normal 9px/100% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #666; }

div#leftCol {
  float: left;
  width: 170px;
  min-height: 20px; }

div#rightCol {
  float: right;
  width: 230px;
  min-height: 20px; }

div#mainCol {
  width: 580px;
  margin: 0px 240px 0px 180px;
  overflow: hidden; }

div.mainContent {
  background: url(/img/maincontent.png) repeat-y #999999;
  color: #333;
  font: normal 12px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif; }
  div.mainContent:after {
    clear: both;
    display: block;
    content: "\a";
    min-height: 25px;
    background: url(/img/maincontent.after.png) no-repeat top; }
  div.mainContent:before {
    display: block;
    content: "\a";
    min-height: 19px;
    background: url(/img/maincontent.before.png) no-repeat bottom; }
  div.mainContent .single {
    padding: 0px 20px;
    width: 540px !important; }
  div.mainContent .article {
    margin-bottom: 10px;
    padding: 0px 20px 15px 20px; }
    div.mainContent .article p.first {
      font-weight: bold; }
    div.mainContent .article img {
      max-width: 100%; }
  div.mainContent .element, div.mainContent .shopCategory {
    margin-bottom: 10px;
    padding: 0px 20px 15px 20px; }
  div.mainContent .intended {
    margin: 0px 20px; }
  div.mainContent hr {
    color: #333;
    background-color: #333;
    height: 1px;
    border: none; }
  div.mainContent a {
    color: #700;
    text-decoration: none; }
    div.mainContent a:hover {
      color: #900;
      text-decoration: underline; }
  div.mainContent ol.footnotes {
    font: normal 11px Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif; }
    div.mainContent ol.footnotes li {
      margin-top: 2px; }
  div.mainContent h1 {
    /* artikeltitel */
    font: normal 20px/22px Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px; }
  div.mainContent h3 {
    /* rote leiste, kategorie */
    background: url(/img/maincontent.h3.png) repeat-y top left #440000;
    background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 0, 0.5)), color-stop(0.4, rgba(68, 0, 0, 0.4)), to(rgba(68, 0, 0, 0))) transparent;
    background: -moz-linear-gradient(left, rgba(68, 0, 0, 0.5), rgba(68, 0, 0, 0.4) 40%, rgba(68, 0, 0, 0)) transparent;
    color: #ccc;
    font: normal 11px/100% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 5px 5px 7px;
    clear: both; }
    div.mainContent h3 a {
      text-decoration: none;
      color: #ccc; }
      div.mainContent h3 a:hover {
        color: #fff; }
  div.mainContent h2 {
    /* schwarze leiste, aktuelle seite */
    font: normal 11px/100% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    background: url(/img/maincontent.h2.png) repeat-y top left #111;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.83)), color-stop(0.2, rgba(0, 0, 0, 0.83)), to(rgba(0, 0, 0, 0))) transparent;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0)) transparent;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #CCC;
    margin: 0px;
    padding: 5px 5px 5px 7px;
    clear: both; }
  div.mainContent h4 {
    /* graue leiste, datumsfeld */
    color: #111;
    background: url(/img/maincontent.h4.png) repeat-y top left #666;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(rgba(0, 0, 0, 0))) transparent;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)) transparent;
    font: italic 10px/100% Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 4px 5px 5px 7px;
    clear: both; }
    div.mainContent h4 a {
      text-decoration: none;
      color: #111; }
      div.mainContent h4 a:hover {
        text-decoration: underline; }
  div.mainContent h5 {
    color: #400;
    font: italic bold 14px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif; }
  div.mainContent h6 {
    font: normal 12px/11px Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0px 0px 10px 0px;
    padding: 0px; }
  div.mainContent .floatLeft, div.mainContent .floatRight, div.mainContent .imgLeft, div.mainContent .imgRight, div.mainContent .imgCenter {
    margin: 0 0 5px 0;
    font-size: 0.7em; }
    div.mainContent .floatLeft img, div.mainContent .floatRight img, div.mainContent .imgLeft img, div.mainContent .imgRight img, div.mainContent .imgCenter img {
      max-width: 300px; }
  div.mainContent .floatRight, div.mainContent .imgRight {
    float: right;
    margin: 0px 0px 5px 5px;
    font-size: 0.7em; }
  div.mainContent .floatLeft, div.mainContent .imgLeft {
    float: left;
    margin: 0px 5px 5px 0px;
    font-size: 0.7em; }
  div.mainContent .imgCenter img {
    display: block;
    margin: 0 auto; }
  div.mainContent p.footer {
    text-align: center;
    clear: both;
    font: normal 9px/120% Georgia, "Times New Roman", Times, serif;
    margin: 5px 0px 3px 0px;
    padding: 5px 0px 5px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
    color: #000; }
  div.mainContent p strong {
    color: #700;
    font-weight: bold; }
  div.mainContent ul.navBar {
    list-style: none; }
    div.mainContent ul.navBar li {
      display: inline; }
  div.mainContent .media-tracklist {
    max-width: 310px;
    min-width: 280px;
    margin-right: 10px; }
    div.mainContent .media-tracklist table {
      width: 100%;
      border-spacing: 0px; }
      div.mainContent .media-tracklist table tr td {
        font-size: 11px;
        padding: 2px;
        vertical-align: top; }
        div.mainContent .media-tracklist table tr td:first-child, div.mainContent .media-tracklist table tr td:last-child {
          font-style: italic;
          text-align: right;
          width: 2em; }
        div.mainContent .media-tracklist table tr td:last-child {
          padding-left: 4px; }
        div.mainContent .media-tracklist table tr td.lyricLink {
          text-align: right;
          width: 5em; }
      div.mainContent .media-tracklist table tr:nth-child(even) td {
        background-color: rgba(0, 0, 0, 0.15); }
      div.mainContent .media-tracklist table tr.header td {
        margin-top: 5px;
        font-style: normal;
        text-align: left;
        font-weight: bold;
        background-color: none; }
  div.mainContent .media-links {
    clear: both;
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
    div.mainContent .media-links > span {
      display: inline-block;
      width: 49%;
      text-align: center; }

div.homeContent:before {
  background: url(/img/maincontent.home.before.png) no-repeat bottom;
  min-height: 50px; }

div.journal-content:before {
  background: url(/img/journal.header.png) no-repeat bottom;
  min-height: 50px; }

#leftCol div h1.catName, #rightCol div h1.catName {
  display: none; }

#leftCol .box {
  background: url(/img/leftcol.box.png) no-repeat top center;
  padding: 15px;
  min-height: 500px;
  font: normal 8pt/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #777; }

.box h2 {
  color: #999;
  font-weight: bold;
  font-size: 15px;
  line-height: 105%;
  letter-spacing: 2px;
  margin: 10px 0;
  padding: 6px 0 4px 0;
  border-bottom: 1px dotted #444;
  text-transform: uppercase;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  .box h2:first-child {
    margin: 0; }
.box ul {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  list-style: none; }
.box p {
  padding: 4px 0px;
  margin: 0; }
.box hr {
  color: transparent;
  background: none;
  border: 0px dotted #444;
  border-bottom-width: 1px; }
.box li {
  padding: 4px 0px;
  border-bottom: 1px dotted #444; }
  .box li h4 {
    display: block;
    font: normal 10px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px; }
  .box li h3 {
    color: #777;
    display: block;
    font: bold 12px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px; }
  .box li a {
    display: block;
    font: normal 10px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase; }
    .box li a.strong {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 2px; }
    .box li a.inline {
      display: inline; }
    .box li a.muted {
      color: #aaa; }
    .box li a.disabled {
      color: #777;
      text-decoration: line-through; }

.live li a {
  text-transform: none; }

#leftCol #live-events.box {
  background: url(/img/live.sidebar.events.png) no-repeat top center;
  padding: 50px 15px 15px 15px;
  margin-bottom: 15px; }

/** YOUTUBE **/
div#leftCol div#youtube li img {
  margin-bottom: 3px; }

div#leftCol div#youtube li.ext {
  text-transform: uppercase; }

/** LIVE **/
#sidebar-live-dates {
  background: url(/img/live.sidebar.dates.png) no-repeat top center;
  padding: 40px 15px 15px 15px;
  min-height: 75px; }

/** RIGHT ROW **/
div#rightCol h2.catName {
  display: none; }

div#rightCol .box {
  margin-bottom: 10px; }

div#sidebar-live-fragen {
  background: url(/img/live.sidebar.faq.png) top center no-repeat;
  padding: 40px 15px 15px 15px; }

div#sidebar-archive {
  background: url(/img/sidebar.archive.png) top center no-repeat;
  padding: 40px 15px 15px 15px; }

div#sidebar-newsletter {
  background: url(/img/sidebar.newsletter.png) top center no-repeat;
  padding: 40px 15px 15px 15px; }

div#sidebar-newsletter input[type="text"], div#sidebar-newsletter input[type="email"] {
  width: 100%; }

div#sidebar-newsletter input[type="submit"] {
  display: block;
  background: url(/img/sidebar.newsletter.subscribe.png) transparent;
  border: none;
  height: 22px;
  width: 200px;
  text-indent: -9999px; }

div#sidebar-youtube {
  background: url(/img/sidebar.youtube.png) top center no-repeat;
  min-height: 100px;
  padding: 35px 15px 15px 15px; }

div#sidebar-facebook {
  background: url(/img/sidebar.facebook.png) top center no-repeat;
  min-height: 100px;
  padding: 25px 5px 15px 5px; }

div#sidebar-instagram {
  background: url(/img/sidebar.instagram.png) top center no-repeat;
  min-height: 100px;
  padding: 75px 15px 15px 15px; }
  div#sidebar-instagram ul li img {
    display: block;
    margin-bottom: 5px; }
  div#sidebar-instagram ul li:last-child {
    border-bottom: none; }

div#sidebar-shop {
  background: url(/img/sidebar.shop.png) top center no-repeat;
  min-height: 45px;
  padding: 40px 15px 15px 15px; }

#sidebar-supporters {
  background: url(/img/sidebar.supporters.png) top center no-repeat;
  min-height: 65px;
  padding: 85px 15px 15px 15px; }

div#rightCol .box h3 {
  color: #ddd;
  font: bold 11px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 3px 0px;
  padding: 0px; }

div#rightCol .box p, div#rightCol .box li {
  color: #aaa;
  font: normal 11px/120%  Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  margin: 0px 0px 3px 0px; }

div.conversation {
  margin-bottom: 1em; }

div.conversation p {
  margin-left: 5em;
  text-indent: -5em;
  margin-bottom: -0.8em; }

div.conversation p span.name {
  width: 5em;
  display: inline-block;
  margin-left: 0em;
  text-indent: 0em; }

div#lyrics-overlay {
  position: fixed;
  display: none;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5); }
  div#lyrics-overlay.active {
    display: block; }
  div#lyrics-overlay .inner {
    position: relative;
    margin: 200px auto;
    width: 440px;
    background: url(/img/maincontent.png) repeat-y #999999;
    background-size: 100%; }
    div#lyrics-overlay .inner:after {
      clear: both;
      display: block;
      content: "\a";
      min-height: 19px;
      background: url(/img/maincontent.after.png) no-repeat bottom;
      background-size: 100%; }
    div#lyrics-overlay .inner:before {
      display: block;
      content: "\a";
      min-height: 14px;
      background: url(/img/maincontent.before.png) no-repeat top;
      background-size: 100%; }
    div#lyrics-overlay .inner h3, div#lyrics-overlay .inner img {
      margin: 0 15px; }
    div#lyrics-overlay .inner .close {
      position: absolute;
      top: 15px;
      right: 15px;
      font-size: 40px;
      color: #ccc; }
      div#lyrics-overlay .inner .close:hover {
        color: #eee;
        text-decoration: none;
        cursor: pointer; }

body.locked {
  overflow: hidden; }

#flip-container .face.back {
  display: none; }

#flip-container:hover .face.front {
  display: none; }

#flip-container:hover .face.back {
  display: block; }

div.shopCategory div.line {
  clear: both;
  width: 100%;
  margin-top: 15px; }

div.shopCategory .items div.line:after {
  clear: both;
  content: "\A";
  display: block;
  height: 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
  margin: 15px 0px 3px 0px; }

div.shopCategory .items div.line:last-child:after {
  display: none; }

div.shopCategory div.footer {
  margin: 15px 0px 3px 0px; }

div.shopCategory div.lastline:after {
  content: none; }

div.shopCategory div.line div.articlegroup {
  display: inline-block;
  width: 170px;
  font: normal 11px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #333;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  padding-right: 7px;
  padding-left: 6px;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  div.shopCategory div.line div.articlegroup:nth-child(3n+1) {
    border-left: none;
    padding-left: 0; }
  div.shopCategory div.line div.articlegroup:nth-child(3n+3), div.shopCategory div.line div.articlegroup:last-child {
    border-right: none;
    padding-right: 0; }
  div.shopCategory div.line div.articlegroup a.img {
    display: block;
    height: 170px;
    line-height: 170px;
    text-align: center;
    margin-bottom: 5px; }
    div.shopCategory div.line div.articlegroup a.img img {
      max-width: 100%;
      max-height: 100%;
      vertical-align: middle; }
  div.shopCategory div.line div.articlegroup.disabled img {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  div.shopCategory div.line div.articlegroup.disabled:hover img {
    opacity: 1; }
  div.shopCategory div.line div.articlegroup strong {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

div.shopArticle .size-container {
  margin-top: 2em; }

div.shopArticle table.sizes {
  width: 100%;
  border-spacing: 0; }
  div.shopArticle table.sizes td {
    border: 1px solid #333;
    border-width: 0 1px 0 0;
    padding: 5px 2px;
    text-align: center; }
  div.shopArticle table.sizes tr td:first-child {
    width: 3em;
    font-weight: bold; }
  div.shopArticle table.sizes tr td:last-child {
    border-width: 0; }

div.shopArticle p.productImg {
  text-align: center; }

div.shopArticle div.orderform {
  clear: both; }

div.shopArticle div.orderform select {
  width: 170px;
  background: #865;
  color: #fff;
  border: 1px solid #666; }

div.shopArticle div.orderform select[disabled] {
  background: rgba(136, 102, 85, 0.5);
  border: 1px solid #aaa;
  color: #ccc; }

div.shopArticle div.orderform span.articleSelectorSingle {
  display: inline-block;
  width: 170px;
  font-weight: bold; }

input#articleQty, div.shopBasket table.list tr td input[type="text"] {
  width: 2em;
  text-align: center; }

span#priceTotal {
  display: none; }

#priceTotal:before {
  content: "Gesamt: "; }

#priceTotal:after {
  content: " €"; }

#shopFaq {
  background: url(/img/shop.sidebar.faq.png) top center no-repeat;
  min-height: 45px;
  padding: 40px 15px 15px 15px; }

#shopAgb {
  background: url(/img/shop.sidebar.agb.png) top center no-repeat;
  min-height: 20px;
  padding: 50px 15px 15px 15px; }

#shopHoliday {
  background: url(/img/shop.sidebar.holiday.png) top center no-repeat;
  min-height: 45px;
  padding: 50px 15px 15px 15px; }

#shopBasket {
  background: url(/img/shop.sidebar.basket.png) top center no-repeat;
  min-height: 45px;
  padding: 40px 15px 15px 15px; }
  #shopBasket ul {
    list-style: none;
    padding: 0px;
    margin: 0px; }
    #shopBasket ul li {
      margin: 0px 0px 15px 0px; }
      #shopBasket ul li a {
        display: block;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0px 0px 3px 0px;
        padding: 0px; }

#shopLogin {
  background: url(/img/shop.sidebar.login.png) top center no-repeat;
  min-height: 115px;
  padding: 40px 15px 15px 15px; }

div#rightCol .box div#shopLogin input[type="text"], div#rightCol .box div#shopLogin input[type="email"], div#rightCol .box div#shopLogin input[type="password"] {
  width: 100%; }

div#rightCol .box div#shopLogin p {
  font-weight: bold; }

div#rightCol .box div#shopLogin p.button {
  text-align: center;
  margin: 5px auto 15px auto; }

div#rightCol .box div#shopAccount {
  background: url(/img/shop.sidebar.account.png) top center no-repeat;
  min-height: 70px;
  padding: 40px 15px 15px 15px; }

div#rightCol .box div#shopAccount img, div#rightCol .box div#shopBasket img {
  display: block;
  width: 200px;
  height: 22px;
  margin-top: 5px; }

div#rightCol .box div#shopLogout {
  background: url(/img/shop.sidebar.logout.png) top center no-repeat;
  min-height: 20px;
  padding: 40px 15px 15px 15px; }

div#rightCol .box div#shopLogin p.button button[type="submit"] {
  display: block;
  background: url(/img/shop.sidebar.login.button.png) transparent;
  border: none;
  height: 22px;
  width: 200px;
  text-indent: -9999px;
  cursor: pointer;
  cursor: hand; }

div#rightCol .custom-teaser-box {
  display: block;
  width: 100%; }
  div#rightCol .custom-teaser-box.mt, div#rightCol .custom-teaser-box.my {
    margin-top: 15px; }
  div#rightCol .custom-teaser-box.mb, div#rightCol .custom-teaser-box.my {
    margin-bottom: 15px; }

div.shopBasket table.list {
  margin: 15px 0px;
  width: 100%;
  border-spacing: 0px; }

div.shopBasket table.list tr td {
  margin: 0px;
  padding: 2px 3px;
  font: normal 11px/140% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #111; }

div.shopBasket table.list tr td a {
  font-weight: bold; }

div.shopBasket table.list tr td:first-child {
  max-width: 200px; }

div.shopBasket table.list tr.transparent {
  background: none !important;
  text-align: right; }

div.shopBasket table.list tr:nth-child(odd), div.shopBasket table.list tr.sum {
  background: rgba(0, 0, 0, 0.15); }

div.shopBasket table.list tr.highlight:nth-child(odd) {
  background: rgba(136, 102, 85, 0.5); }

div.shopBasket table.list tr.highlight:nth-child(even) {
  background: rgba(136, 102, 85, 0.25); }

div.shopBasket table.list tr td:nth-child(2n+2), div.shopBasket table.list tr.sum td, div.shopBasket table.list tr.transparent td {
  text-align: right; }

div.shopBasket table.list tr td:nth-child(3) {
  text-align: center; }

div.shopBasket table.list tr.sum td {
  font-weight: bold;
  font-size: 13px; }

form#shopRegistration div.errors, div.shopAccount div.errors, div.shopAccount p.errors, .errorlist {
  background: #9e5825;
  background: rgba(255, 103, 0, 0.5);
  padding: 20px 40px 25px 40px;
  font: normal 16px/120% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 1px; }

.hints {
  background: rgba(255, 103, 0, 0.5);
  padding: 20px 40px 25px 40px;
  font: normal 12px/110% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 1px; }

form#shopRegistration div.errors p, div.shopAccount div.errors p {
  font: normal 16px/120% "Trebuchet MS", Verdana, Helvetica, sans-serif; }

form#shopRegistration p, div.shopAccount form p {
  font: normal 13px/100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #111; }

p.control-group:not(.no-label) > label {
  display: inline-block;
  width: 155px;
  text-align: right;
  margin-right: 5px; }
p.control-group > label {
  margin-right: 1px; }
p.control-group.no-label {
  margin-left: 161px; }
p.control-group span + input[type="text"],
p.control-group label + input[type="text"],
p.control-group span + input[type="password"],
p.control-group label + input[type="password"],
p.control-group span + input[type="email"],
p.control-group label + input[type="email"],
p.control-group span + select,
p.control-group label + select {
  width: 340px; }

div.shopAccount form p:last-child {
  text-align: right; }

div.main-feature,
div.article-selector input[type="radio"] + label,
div.article-selector input[type="checkbox"] + label {
  display: block;
  min-height: 30px;
  padding: 5px 10px;
  position: relative;
  background: #938883;
  background: rgba(136, 102, 85, 0.3);
  font-size: 0.9em;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 11px; }
  div.main-feature em,
  div.article-selector input[type="radio"] + label em,
  div.article-selector input[type="checkbox"] + label em {
    /* float: left; */
    display: block;
    font-style: normal;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 30px;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    min-width: 130px; }
  div.main-feature strong,
  div.main-feature span,
  div.article-selector input[type="radio"] + label strong,
  div.article-selector input[type="radio"] + label span,
  div.article-selector input[type="checkbox"] + label strong,
  div.article-selector input[type="checkbox"] + label span {
    display: block;
    clear: left; }
  div.main-feature .price,
  div.article-selector input[type="radio"] + label .price,
  div.article-selector input[type="checkbox"] + label .price {
    display: block;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #b72f00;
    color: #fff;
    padding: 0 5px;
    border-radius: 0 11px 11px 0;
    line-height: 40px;
    min-width: 0; }
    div.main-feature .price.bargain,
    div.article-selector input[type="radio"] + label .price.bargain,
    div.article-selector input[type="checkbox"] + label .price.bargain {
      background: #e77f00;
      line-height: 25px; }
      div.main-feature .price.bargain:after,
      div.article-selector input[type="radio"] + label .price.bargain:after,
      div.article-selector input[type="checkbox"] + label .price.bargain:after {
        display: none; }
      div.main-feature .price.bargain small,
      div.article-selector input[type="radio"] + label .price.bargain small,
      div.article-selector input[type="checkbox"] + label .price.bargain small {
        display: block;
        line-height: 5px;
        font-size: 9px;
        text-transform: uppercase;
        text-align: center;
        margin-top: 1px; }
    div.main-feature .price:after, div.main-feature .price.bargain strong:after, div.main-feature .price.bargain .base-price:after,
    div.article-selector input[type="radio"] + label .price:after,
    div.article-selector input[type="radio"] + label .price.bargain strong:after,
    div.article-selector input[type="radio"] + label .price.bargain .base-price:after,
    div.article-selector input[type="checkbox"] + label .price:after,
    div.article-selector input[type="checkbox"] + label .price.bargain strong:after,
    div.article-selector input[type="checkbox"] + label .price.bargain .base-price:after {
      content: "€";
      margin-left: 3px; }

div.main-feature {
  background: none;
  border: 1px solid #333;
  cursor: default; }

div.mainContent h4.feature-selector-header {
  margin-top: 1em;
  margin-bottom: 0.5em; }

div.article-selector input[type="radio"],
div.article-selector input[type="checkbox"] {
  display: none; }
  div.article-selector input[type="radio"] + label + .handler-selector,
  div.article-selector input[type="checkbox"] + label + .handler-selector {
    display: none;
    margin-bottom: 1em;
    margin-left: 5em;
    margin-right: 1em;
    line-height: 100%; }
  div.article-selector input[type="radio"]:checked + label.feature:before,
  div.article-selector input[type="checkbox"]:checked + label.feature:before {
    content: "\2713";
    float: left;
    font-size: 30px;
    position: absolute;
    top: 15px;
    left: 10px; }
  div.article-selector input[type="radio"] + label.feature,
  div.article-selector input[type="checkbox"] + label.feature {
    padding-left: 40px; }
    div.article-selector input[type="radio"] + label.feature .price:before, div.article-selector input[type="radio"] + label.feature .price.bargain strong:before, div.article-selector input[type="radio"] + label.feature .price.bargain .base-price:before,
    div.article-selector input[type="checkbox"] + label.feature .price:before,
    div.article-selector input[type="checkbox"] + label.feature .price.bargain strong:before,
    div.article-selector input[type="checkbox"] + label.feature .price.bargain .base-price:before {
      content: "+";
      margin-right: 3px; }
  div.article-selector input[type="radio"] + label:hover,
  div.article-selector input[type="checkbox"] + label:hover {
    background: #907f76;
    background: rgba(136, 102, 85, 0.5); }
  div.article-selector input[type="radio"]:disabled + label,
  div.article-selector input[type="checkbox"]:disabled + label {
    background: rgba(120, 120, 120, 0.3); }
  div.article-selector input[type="radio"]:checked + label,
  div.article-selector input[type="checkbox"]:checked + label {
    background: #8b7062;
    background: rgba(136, 102, 85, 0.8); }
    div.article-selector input[type="radio"]:checked + label + .handler-selector,
    div.article-selector input[type="checkbox"]:checked + label + .handler-selector {
      display: block; }

div.scrollarea {
  overflow: auto; }

div.scrollarea.plaintext {
  padding: 5px;
  white-space: pre-line; }

div.scrollarea.plaintext h6 {
  font: bold 11px/100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  letter-spacing: normal;
  text-rendering: optimizelegibility;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px; }

div.scrollarea.fixed-height {
  height: 100%; }

div.scrollarea.h250 {
  max-height: 250px; }

button.imgbtn, input[type="submit"].imgbtn, a.imgbtn {
  color: transparent !important;
  display: inline-block;
  height: 22px;
  width: 182px;
  border: none;
  cursor: pointer;
  cursor: hand;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top left; }

button.imgbtn[disabled], input[type="submit"].imgbtn[disabled] {
  cursor: default;
  opacity: 0.6; }

.imgbtn.save {
  background-image: url("/img/shop.savebtn.png"); }
.imgbtn.save {
  background-image: url("/img/shop.savebtn.png"); }
.imgbtn.next {
  background-image: url("/img/nextbtn.png"); }
.imgbtn.change {
  background-image: url("/img/shop.changebtn.png"); }
.imgbtn.checkout {
  background-image: url("/img/shop.checkoutbtn.png"); }
.imgbtn.paypal {
  background-image: url("/img/shop.paypalbtn.png"); }
.imgbtn.to-basket {
  background-image: url("/img/shop.tobasket.png");
  float: right; }
.imgbtn.to-checkout {
  background-image: url("/img/shop.tocheckoutbtn.png");
  float: right; }
.imgbtn.cancel {
  background-image: url("/img/shop.cancel3btn.png"); }
.imgbtn.cancel-revert {
  background-image: url("/img/shop.cancelbtn.png");
  float: right; }
.imgbtn.cancel-confirm {
  background-image: url("/img/shop.cancel2btn.png"); }
.imgbtn.confirm {
  background-image: url("/img/shop.confirmbtn.png"); }
.imgbtn.reset {
  background-image: url("/img/shop.resetbtn.png"); }
.imgbtn.redeem {
  background-image: url("/img/shop.redeembtn.png");
  float: right; }
.imgbtn.tracking {
  background-image: url("/img/shop.trackingbtn.png");
  float: right; }
.imgbtn.login {
  background-image: url("/img/shop.login.button.png"); }
.imgbtn.download {
  background-image: url("/img/downloadbtn.png"); }
.imgbtn.banner {
  background-image: url("/img/bannerbtn.png"); }

/** BASE FORMS **/
form.twocol label {
  font: normal 13px/100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  display: inline-block;
  text-align: right;
  width: 150px;
  margin-right: 5px; }

form.twocol label.normal, form.twocol label.checkbox {
  display: inline;
  text-align: inherit;
  margin-left: 5px; }

form.twocol label.checkbox {
  display: block;
  cursor: pointer; }

form.twocol label + input[type="text"] {
  width: 340px;
  margin: 2px 0px 12px 0px; }

form p.errors {
  background: rgba(200, 75, 0, 0.7);
  padding: 20px 40px 25px 40px;
  font: normal 16px/120% "Trebuchet MS", Verdana, Helvetica, sans-serif;
  color: #fff;
  letter-spacing: 1px; }

p.buttons {
  text-align: right; }

form p.buttons input[type="submit"] {
  border: none;
  display: inline-block;
  height: 22px;
  width: 182px;
  text-indent: -999px;
  cursor: pointer; }

input[type="number"].mini {
  width: 3em; }

/** WEBKIT FLIP CONTAINER **/
@media all and (-webkit-transform-3d) {
  #flip-container {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }

  #flip-container:hover .face.front {
    display: block; }

  #flip-card {
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    transition: transform 1s; }

  #flip-container:hover #flip-card {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg); }

  #flip-container .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

  #flip-container .face.back {
    display: block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; } }
.seat-selector {
  font-size: 9px;
  overflow-x: scroll; }
  .seat-selector div {
    display: inline-block;
    margin-right: 7px; }
    .seat-selector div:last-child {
      margin-right: 0; }
  .seat-selector input[type="radio"] {
    display: none; }
    .seat-selector input[type="radio"] + label {
      text-align: center;
      background: rgba(136, 102, 85, 0.8);
      color: #000;
      display: inline-block;
      height: 13px;
      width: 13px;
      line-height: 13px;
      border-radius: 7px;
      cursor: pointer; }
    .seat-selector input[type="radio"]:checked + label, .seat-selector input[type="radio"] + label.checked {
      background: rgba(255, 103, 0, 0.5);
      color: #fff; }
    .seat-selector input[type="radio"]:disabled + label {
      background: rgba(120, 120, 120, 0.9);
      color: #333;
      cursor: not-allowed; }
      .seat-selector input[type="radio"]:disabled + label.highlight {
        background: #b72f00;
        color: #fff; }
      .seat-selector input[type="radio"]:disabled + label.dim {
        background: #333;
        color: #fff; }

dl.seat-legend dt {
  display: inline-block;
  height: 13px;
  width: 13px;
  border-radius: 7px; }
  dl.seat-legend dt.normal {
    background: rgba(136, 102, 85, 0.8); }
  dl.seat-legend dt.highlight {
    background: #b72f00; }
  dl.seat-legend dt.selected {
    background: rgba(255, 103, 0, 0.5); }
  dl.seat-legend dt.dim {
    background: #333; }
  dl.seat-legend dt.disabled {
    background: rgba(120, 120, 120, 0.9); }
dl.seat-legend dd {
  display: inline-block;
  font-size: 8pt;
  margin: 0 20px 0 0;
  position: relative;
  top: -2px; }

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