@charset "UTF-8";

html {
  position: relative;
  min-height: 100%; }

body {
      margin-bottom: 0px;
      font-size: 12px;
      background-color: white; } 

body .main-container {
    background: white; 
    font-size: 12px;
    }

body section {
    margin: 0; }

body hr {
    border-color: #D0D0D0; }

h1 {
  color: #14943c;
  font-size: 26px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px; }

h2 {
  color: #14943c;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px; }

p {
  color: #404347;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 15px; }

  body.food h1,
  body.food h2,
  body.food h3,
  body.food section a:link,
  body.food section a:hover,
  body.food section a:visited,
  body.food p a,
  body.food p a:hover,
  body.food p a:visited {
    color: #63c0eb; }

table {
  background-color: transparent;
}

/* Tabellenkoepfe */
th {
  text-align: left;
  font-size: 14px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.module-food-table .price {
  font-size: 11px;
  margin-top: 5px; }
  .module-food-table .price span {
    display: inline-block;
    margin-right: 10px; }
    .module-food-table .price span:after {
      content: "•";
      margin-left: 10px; }
    .module-food-table .price span:last-child:after {
      content: ""; }

/* Schriftgrad Kennzeichnungen */
.csc-textpic-text {
  font-size: 10px; }
    
/* verwende beim Drucken nicht das Bootstrap xs-Layout */
@media print {
.visible-xs {
display: none !important;
}
.hidden-xs {
display: block !important;
}
table.hidden-xs {
display: table;
}
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
.hidden-xs.hidden-print {
display: none !important;
}
.hidden-sm {
display: none !important;
}
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
} 