/* main page layout */

table#contenttable { margin: 40px 40px; }

td#leftcolumn { width: 266px; vertical-align: top; }
td#spacercolumn { width: 60px; vertical-align: top; }
div#spacerdiv { width: 60px; }
td#rightcolumn { width: 700px; vertical-align: top; }

div#box-menu { padding: 15px 20px 10px; }

div#box-wichtig { padding: 10px; }
div#box-wichtig p, div#box-menu p { font-size: .95em; }

#box-wichtig ol {
  margin: 0;
  padding: 0.3em 1em;
}

 #box-wichtig ol li {
  font-size: 10pt;
  margin: .3em 0 0.8em;
}

#box-wichtig p {
  font-size: 9pt;
  margin: 0;
}

 #box-wichtig p.detail {
  color: #666;
  margin-top: 0.2em;
}

#box-wichtig-content {
	padding: 10px;
	display: none;
}
.toggle-expanded #box-wichtig-content { display: block; }

.toggle-link { cursor: pointer; }

div.plus-item {
	padding: 0;
	font-size: 11px;
	color: #888;
	font-weight: 100;
	margin: .1em;
}

div.plus-item:after { content: "einblenden"; }
.toggle-expanded div.plus-item:after { content: "ausblenden"; }


  div.box, div.box10, div.logo, div.banner, #navigation a, #saal {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.03);
  }
  
  body div.banner { box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1); }
  
  img.banner { width: 700px; height: 134px; }
  
  body {
    background-color: #EEE;
    font-family: "Open Sans", sans-serif;
    font-size: 13.5px;
  }
  body p {
    line-height: 1.6;
    margin: 0.4em 0;
  }
  table {
    border-spacing: 0px;
  }
  table td {
    padding: 0px;
  }
  
  #auswahl div.underlined,
  #box-veranstaltungen div.underlined,
  #box-preisklassen div.underlined,
  #box-wichtig div.underlined {
    font-size: 1.3em;
    padding-bottom: 3px;
  }
  #auswahl div.karte {
    border-bottom: 1px solid #EEE;
    padding: 10px 15px;
  }
  #auswahl table {
    width: 100%;
  }
  #auswahl div.sitz {
    margin: 0 7px 0 7px;
    display: inline-block;
  }
  #auswahl div.options {
    padding-top: 2px;
    font-size: .9em;
  }
  #auswahl td.preis {
    font-size: 1.3em;
    text-align: right;
  }
  #auswahl td.radio {
    width: 27px;
  }
  #auswahl td.versand {
    padding: 4px 0;
  }
  #auswahl td.versand span {
    font-size: .9em;
    display: block;
  }
  #auswahl div.summe {
    padding: 15px 5px 0 10px;
  }
  #auswahl div.summe td.preis {
    width: 90px;
  }
  #auswahl div.summe td.preis div {
    padding-right: 10px;
    border-top: 1px solid #000;
  }
  #auswahl div.hidden {
    position: absolute;
    visibility: hidden;
  }
  
  table.table-rabatt td { color: #888; }
  
  label {
    display: block;
  }
  
  div.logo {
    background: url(../img/logo.png) no-repeat center #000;
    height: 83px;
    margin-bottom: 15px;
  }
  
  img#mclogo
  {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    width: 266px;
    height: 110px;
    margin-bottom: 15px;
  }
  
  div.box, div.box10 {
    background-color: rgba(255, 255, 255, 0.6);
  }
  div.box10 {
    margin-bottom: 15px;
    padding: 10px;
  }
  a {
    color: #116CB6;
    text-decoration: none;
  }
  div.login {
    padding: 15px 20px;
  }
  
div.box-login { line-height: 1.6; font-size: 8pt; margin-bottom: 5px; }
  
  
  
  
  textarea {
    font-family: Verdana, Trebuchet MS;
    font-size: 10pt;
  }
  input[type=text], input[type=email], input[type=password] {
    height: 25px;
    width: 200px;
    font-family: Verdana, Trebuchet MS;
    font-size: 10pt;
  }
  input[type=submit] {
    visibility: hidden;
    position: absolute;
  }
  div.loginfail {
    margin-bottom: 10px;
    color: red;
  }
  div.inputtype {
    margin-bottom: 10px;
    font-size: 1em;
  }
  select {
    font-family: Verdana;
    font-size: 10pt;
    padding: 5px;
    width: 206px;
  }
  ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
  }
  ul.veranstaltungen li {
    padding: 2px 0;
  }
  div.underlined {
    border-bottom: 1px solid #DDD;
    padding: 0 10px;
  }
  
  h1 {
    font-size: 2em;
    color: #A4A4A4;
    font-weight: normal;
  }
  
  h1, h2, h3 { color: #A4A4A4; }
  
  h1, h2, h3, h4 { margin: 0.5em 0 0.3em; }
  
  .big {
    font-size: 1.3em;
  }
  .small {
    font-size: .9em;
  }  :root {
    --main-bg-color: #af0020;
    --accent-color: var(--main-bg-color);
    --seat-color: #f5ebd8;
    --seat-accent-color: var(--accent-color);
    --stage-color: #383a37;
    --rownumber-color: #44314d;
  }


  div.banner {
    background-color: #000; /* url(../img/mc.jpg) no-repeat center hairspray.jpg */
    height: 134px; /* 120px; */
    width: 700px; /* 416px; */
    margin-bottom: 10px;
    /* margin-left: 142px; */ /* 700 - width / 2 */
    text-align: center;
  }
  
  #navigation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; /* space-around */
	margin-bottom: 10px;
	width: 700px;
  }
  
  #navigation a {
    display: inline-block;
    width: 132px; /*3 in a row; 3 = 180px; 4 = 162px/150px, 5 = 132px*/
    margin: 5px 0;
	  padding: 2px 0;
	
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
  }
  #navigation a.fixed, #navigation a.fixed:hover, #navigation a:hover {
    background-color: var(--main-bg-color);
    box-shadow: 0px 0px 3px #888;
  }
  
  #navigation a.fixed div.vtag-name,
  #navigation a:hover div.vtag-name { color: #fff; }
  
  #navigation a.fixed div.vtag-datum, #navigation a.fixed div.vtag-uhrzeit,
  #navigation a:hover div.vtag-datum, #navigation a:hover div.vtag-uhrzeit { color: #fff; }

  #navigation a div.vtag-name { color: #000; }

  div.vtag-name, div.vtag-datum, div.vtag-uhrzeit { margin: 2px; }
  div.vtag-name { font-size: 1.3em; }
  div.vtag-datum { color: #666; }
  div.vtag-uhrzeit { color: #666; font-size: .9em; }
  
  
  div#saal {
    /*background: url(../img/saal.png) no-repeat center #F1FAE2;*/
    margin-bottom: 17px;
	  background-color: rgba(255, 255, 255, 0.6);
  }
  div.sitz, div.belegt,
  div.plan table td div {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 12px;
    text-align: center;
	
	border: 1px solid #888;
    color: #222;
  }

  div.plan[data-typ="schenefeld"] table td[data-col="5"] {
	  padding-left: 30px;
  }

  /* override for row 1 and 2 */
  div.plan[data-typ="schenefeld"] table tr.reihe-1 td[data-col="5"],
  div.plan[data-typ="schenefeld"] table tr.reihe-2 td[data-col="5"] {
	  padding-left: 1px;
  }


  
  /* specific overrides */
  div.sitz, div.plan table td div { cursor: pointer; background-color: var(--seat-color); }
  
  div.plan.nichtbuchbar table td div { cursor: default; background-color: #ccc; color: #888; border-color: #aaa; }
  
  div.belegt, div.plan table td div.belegt {
    cursor: default;
    background-color: #fff;
    border-color: #ccc;
    color: #aaa;
  }
  
  div.plan table td div.belegt { opacity: 1.0; }
  div.plan table td div.belegt:hover { box-shadow: none; }

  div.plan table td div.markiert, div.markiert, div.plan table div:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  div.plan table td div.markiert, div.markiert {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border-color: #000;
    background-color: var(--seat-accent-color);
    color: #fff;
  }

  
  div.plan table td {
    padding: 1px;
  }
  div.plan table td.gang {
    height: 10px;
  }
  
  div#saal div.plan {
  /*height: 475px;*/
  /*width: 380px;*/
  
  padding: 0 60px 60px;
    
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  
  div#saal div.plan > table {
	margin: 0 auto;
	
	left: 16px;
	position: relative;
}
  /*#A9A7A8 grau
    #F1ECE9 wei�graus
  #2D4255 dunkelblau
  #313E4F helleres dunkelblau
  #593D39 dunkelrot
  */
  div.plan div.plan-buehne {
	width: 340px;
	padding: 20px 25px;
	margin: 0 auto 35px;
	
	font-size: 20px;
	background-color: var(--stage-color); /* #ccc */
	text-align: center;
	color: #fff;
	font-weight: normal;
	
	border: 1px solid #aaa;
  }
  
  div.plan table td.reihennummer p { height: 18px; }
    
  div.plan table td.reihennummer p {
    margin: 0 0 0 12px;
    text-align: center;
    width: 20px;
    padding: 0;
    line-height: 1em;
    color: var(--rownumber-color);
    font-weight: bold;
  }

  div.plan table tr.inaktiv {
	display: none;
  }
  
  div.stueckbeschreibung p {
    line-height: 1.6;
    margin: 0.4em 0 0.6em;
  }