@charset "UTF-8";

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

  @media (min-width: 768px) {
    body {
      margin-bottom: 100px;
      font-size: 14px;
      background-color: #f3faf5; } }
  @media only screen and (max-width: 767px) {
    body {
      background: #404347; } }
  body .main-container {
    background: white; }
    @media (min-width: 768px) {
      body .main-container {
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
        min-height: 600px;
        position: relative;
        z-index: 20;
        padding-bottom: 40px; } }
    @media only screen and (max-width: 767px) {
      body .main-container {
        padding-bottom: 20px; } }
  body section {
    margin: 0; }
  @media print {
    body a[href]:after {
      display: none; } }
  body hr {
    border-color: #D0D0D0; }

h1 {
  color: #14943c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px; }

h2 {
  color: #14943c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

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; }

/* Tabellenkoepfe */
th {
  text-align: left;
  font-size: 16px;
}

.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: 12px; }

