/* 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;
  }
.bestellungen-jahr {
  margin: 3em 0 6em;
}

.b-jahr {
  font-size: 1.8em;
  padding: 0 12px 2px;
  
  border-bottom: 4px solid #333;
}

.bestellung {
  margin: 1.5em 0;
  padding: 18px 20px 14px;
  
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 1px 2px 3px 0 #c9c9c9;
  
  display: flex;
  justify-content: space-between;
}

.bestellung-l { width: 400px; }
.bestellung-r {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b-name {
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 2px;
}

.b-tag { margin-bottom: 8px; }

.b-versandinfo { margin-top: 2px; }

.b-bestellnummer {
  color: #888;
  font-size: 0.9em;
  text-align: right;
}
.b-bestellnummer-value { color: #000; }

.b-preis { text-align: right; line-height: 2.4em; }
.b-tarife { font-size: .9em; color: #888; margin-bottom: 3px; }
.b-plaetze { color: #888; }

.b-versandart { font-size: .9em; color: #888; text-align: right; }
.b-status { color: #888; text-align: right; margin-top: 2px; }
.b-status-value { color: #000; }