/* Variables
================================== */
/* Tables
================================== */
.Btable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .Btable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    /* padding: 0.8em 0em; */
    padding-top: 0.8em;
    overflow: hidden;
    list-style: none;
    border: solid 3px white;
    background: rgba(112, 128, 144, 0.2);
    text-align: center;
  }
  .Btable-cell > h1,
  .Btable-cell > h2,
  .Btable-cell > h3,
  .Btable-cell > h4,
  .Btable-cell > h5,
  .Btable-cell > h6 {
    margin: 0;
  }
  /* Table column sizing
  ================================== */
  .Btable--2cols > .Btable-cell {
    width: 87%;
  }
  .Btable--2cols > .Btable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }

  .bestellTabelle > .Btable--2cols > .Btable-cell {
    width: 66%;
  }
  .bestellTabelle > .Btable--2cols > .Btable-first-col  {
    width: 33%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }

  .Btable--3cols > .Btable-cell {
    width: 30%;
  }
  .Btable--3cols > .Btable-first-col  {
    width: 30%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
    line-height: 1.2em;
  }
  
  .Btable--4cols > .Btable-cell {
    width: 28%;
  }
  .Btable--4cols > .Btable-first-col  {
    width: 16%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  
  .Btable--5cols > .Btable-cell {
    width: 21,75%;
  }
  .Btable--5cols > .Btable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  .Btable--6cols > .Btable-cell {
    width: 17.4%;
  }
  .Btable--6cols > .Btable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  .Btable--7cols > .Btable-cell {
    width: 14.5%;
  }
  .Btable--7cols > .Btable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  /* Page styling
  ================================== */
  .bestellTabelle {
    font-size: 1.4em; 
    margin: auto;
  }

  .bestellTabelle--2cols {
    max-width: 400px;
  }
  .bestellTabelle--3cols {
    max-width: 500px;
  }
  .bestellTabelle--4cols {
    max-width: 600px;
  }
  .bestellTabelle--5cols {
    max-width: 700px;
  }
  .bestellTabelle--6cols {
    max-width: 800px;
  }
  .bestellTabelle--1000cols {
    max-width: 900px;
  }

  /* .speiseplanTabelle {
     font-size: 1.2em; 
  } */
/*  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Josefin Sans Regular'), local('JosefinSans-Regular'), url(https://fonts.gstatic.com/s/josefinsans/v14/Qw3aZQNVED7rKGKxtqIqX5EUDXx9.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url(https://fonts.gstatic.com/s/josefinsans/v14/Qw3FZQNVED7rKGKxtqIqX5Ectllte10k.ttf) format('truetype');
  }
  html {
    height: 100%;
    background-color: #EEE;
  }
  body {
    box-sizing: border-box;
    min-height: 100%;
    margin: 0 auto;
    padding: 2em;
    max-width: 1600px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    background-color: white;
    border: double 3px #DDD;
    border-top: none;
    border-bottom: none;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-top: 0;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1em;
  }
  strong {
    color: #434d57;
  }
  */
  /* Apply styles Speiseplan
  ================================== */
  .Btable {
    position: relative;
    top: 3px;
    left: 3px;
  }
  .Btable-cell {
    margin: -3px 0 0 -3px;
    background-color: white;
    border-color: #e2e6e9;
    position: relative;
  }
  .Btable-cell-disabled-day {
    background-color: rgb(243, 243, 166);
     opacity: 0.25; 
     /* position: relative;  */
     /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"; */
     text-decoration: line-through;
  }

  .Btable-cell-disabled {
     text-decoration: line-through;
  }

  .Btable-wochentag-container {
    display: flex; 
    flex-direction: column;
    align-content : space-between; 
    justify-content: space-between;
    height: 100%
 }
 .Btable-wochentag-bemerkung {
  color: red;
  font-size: 0.8em;
}

  .Btable-wochentag-summe-img {
    /* color: rgb(240, 58, 2);  */
    margin-bottom: 50px !important;
 }

 .Btable-wochentag-summe {
  /* color: rgb(240, 58, 2);  */
  margin-bottom: 10px;
  
  /* animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite; */
}

@keyframes blink {
  0% {
     opacity: 0; 
    /* background-color:black;  */
  }
  50% {
    opacity: 1; 
   /* background-color:black;  */
 }
 100% {
     opacity: 0; 
    /* background-color:white; */
  }
}

  .Btable-cell-disabled-over {
    /* background-color: rgb(240, 58, 2); */
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* filter: alpha(opacity=15); */
    opacity: 0.25;
/*    z-index: 1;*/
    justify-content:center;
    text-align: center;
    vertical-align: middle;
    font-size: 200%;
    line-height: normal;
    
      /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";  */
  }
  .Btable-cell-disabled-over .rotate{
    transform-origin: 0 0;
    transform: rotate(10deg);

  }



  
  /* Cell styles
  ================================== */
  .Btable-cell--dark {
    background-color: slategrey;
    border-color: #5a6673;
    color: white;
  }
  .Btable-cell--dark > h1,
  .Btable-cell--dark > h2,
  .Btable-cell--dark > h3,
  .Btable-cell--dark > h4,
  .Btable-cell--dark > h5,
  .Btable-cell--dark > h6 {
    color: white;
  }
  .Btable-cell--medium {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
  }
  .Btable-cell--light {
    background-color: white;
    border-color: #e2e6e9;
  }
  .Btable-cell--highlight {
    background-color: lightgreen;
    border-color: #64e764;
  }
  .Btable-cell--alert {
    background-color: darkorange;
    border-color: #cc7000;
    color: white;
  }
  .Btable-cell--alert > h1,
  .Btable-cell--alert > h2,
  .Btable-cell--alert > h3,
  .Btable-cell--alert > h4,
  .Btable-cell--alert > h5,
  .Btable-cell--alert > h6 {
    color: white;
  }
  .Btable-cell--head {
    background-color: slategrey;
    border-color: #5a6673;
    color: white;
    word-wrap: break-word;
  }
  .Btable-cell--head > h1,
  .Btable-cell--head > h2,
  .Btable-cell--head > h3,
  .Btable-cell--head > h4,
  .Btable-cell--head > h5,
  .Btable-cell--head > h6 {
    color: white;
  }
  .Btable-cell--foot {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
  }
/* 
  .quality-seal {
    display: flex;
    margin-top: auto;
    // background-color: #b8c0c8;  
  }*/
 /* .quality-seal img {
    height: 40px;
    width: auto;   

  } */
  .Btable-cell-container {
    display: flex;
    flex-direction: column;
    align-content : space-between; 
    justify-content: space-between;
    height: 100%
  }
  /* Responsive
  ==================================== */
  
  @media (max-width:810px){
    .Btable-cell {    
      font-size: 5.2vw;
    }
    .Btable-cell--head h3 {    
      font-size: 4.4vw;
    }
      }
  
  @media all and (max-width: 100px) {
    .Btable--collapse {
      display: flex;
   /*   flex-direction: column;*/
    /*  width: 50% !important;*/
    }
    .Btable--collapse > .Btable-cell {
      width: 80% ;
    }
    .Btable--collapse > .Btable-cell--foot {
      margin-bottom: 1em;
    }
  }
  .Bno-flexbox .Btable {
    display: block;
  }
  .Bno-flexbox .Btable > .Btable-cell {
    width: 100%;
  }
  .Bno-flexbox .Btable > .Btable-cell--foot {
    margin-bottom: 1em;
  }
  @media all and (max-width: 100px) {
    .BhiddenSmall {
      display: none;
    }
    
  }
  @media all and (max-width: 100px) {
    .Border0Collapse {
      order:0;
    }
    .Border1Collapse {
      order:1;
    }
    .Border2Collapse {
      order:2;
    }
    .Btable-first-collapse-col  {
      width: 20% !important;

    }

    /* .Btable-first-collapse-col h3 {
     transform-origin: 0 2;
   transform: rotate(90deg);
    }
     */
  }
  
  /* Tab Styling
  ==================================== */
  /* .Tablist {
    display: flex;
    flex-direction: row;
    margin-left: -3px;
    width: 100%;
  }
  @media all and (min-width: 100px) {
    .Tablist {
      display: none;
    }
  }
  .Tab {
    padding: 0.6em 0.5em;
    margin: 0 3px 3px 0;
    text-align: center;
    background-color: darkcyan;
    border: solid 3px darkcyan;
    border-bottom-width: 0;
    border-radius: 0.5em 0.5em 0 0;
    font-weight: bold;
    font-size: 90%;
    color: #002525;
    text-decoration: none;
    transition: background-color 0.1s;
    cursor: pointer;
  }
  .Tab:hover,
  .Tab:focus {
    background-color: #199797;
    border-color: #199797;
    outline: none;
  }
  .Tab[aria-selected="false"]:active {
    margin-top: 0.2em;
    padding-bottom: 0.4em;
  }
  .Tab[aria-selected="true"] {
    background: #e6f3f3;
    cursor: default;
  }*/
  /* Accordion Styling */
  /*==================================== */
  /* .Accordion {
    position: relative;
    top: -3px;
    left: -3px;
    width: 100%;
    margin: 0 0 0.5em 0;
    padding: 0.6em 0.6em 0.6em 2em;
    border-radius: 0.5em;
    text-align: left;
    border: solid 3px #007676;
    background-color: darkcyan;
    font-weight: bold;
    color: #002525;
    text-decoration: none;
    transition: background-color 0.1s;
    cursor: pointer;
  }
  @media all and (min-width: 100px) {
    .Accordion {
      display: none;
    }
  }
  .Accordion:hover,
  .Accordion:focus {
    outline: none;
    -webkit-filter: contrast(150%);
            filter: contrast(150%);
  }
  .Accordion[aria-selected="true"] {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-width: 0;
    background: #b3dcdc;
  }
  .Accordion:before {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0.3em;
    margin-top: -1.14285714em;
    font-weight: normal;
    font-size: 2em;
    line-height: 2em;
    background-size: 2em 2em;
  }
  .Accordion[aria-selected="true"]:before {
    content: "-";
  }
  .js-BtableTabs,
  .js-BtableAccordions {
    min-width: 200px;
  }
 */



