/* Variables
================================== */
/* Tables
================================== */
.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .Rtable-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;
  }

  .Rtable-cell0::after {
    position: absolute;
    font-size: 15px;
    /* top: 10px; */
    bottom: 0px;
    right: 15px;
    /* font-weight: bold; */
  }
  .Rtable-cell0::after {
    content: 'drucken';
  }

  .Rtable-cell--head > h3 {    
    word-wrap: break-word;
  }
  .Rtable-cell > h1,
  .Rtable-cell > h2,
  .Rtable-cell > h3,
  .Rtable-cell > h4,
  .Rtable-cell > h5,
  .Rtable-cell > h6 {
    margin: 0;
  }
  /* Table column sizing
  ================================== */
  .Rtable--2cols > .Rtable-cell {
    width: 87%;
  }
  .Rtable--2cols > .Rtable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }

  .Rtable--3cols > .Rtable-cell {
    width: 43.5%;
  }
  .Rtable--3cols > .Rtable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
    line-height: 1.2em;
  }
  
  .Rtable--4cols > .Rtable-cell {
    width: 29%;
  }
  .Rtable--4cols > .Rtable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  
  .Rtable--5cols > .Rtable-cell {
    width: 21.75%;
  }
  .Rtable--5cols > .Rtable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  .Rtable--6cols > .Rtable-cell {
    width: 17.4%;
  }
  .Rtable--6cols > .Rtable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  .Rtable--7cols > .Rtable-cell {
    width: 14.5%;
  }
  .Rtable--7cols > .Rtable-first-col  {
    width: 13%; /* andere Spalten auf (100% - width)/(Colls-1) stellen*/
  }
  /* Page styling
  ================================== */
  .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
  ================================== */
  .Rtable {
    position: relative;
    top: 3px;
    left: 3px;
  }
  .Rtable-cell {
    margin: -3px 0 0 -3px;
    background-color: white;
    border-color: #e2e6e9;
    position: relative;
  }
  .Rtable-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;
  }

  .Rtable-cell-disabled {
     text-decoration: line-through;
  }

  .Rtable-wochentag-container {
    display: flex; 
    flex-direction: column;
    align-content : space-between; 
    justify-content: space-between;
    height: 100%;
    
 }

  /* .Rtable-wochentag-summe-img { */
    /* color: rgb(240, 58, 2);  */
    /* margin-bottom: 50px !important; */
 /* } */

 .Rtable-wochentag-summe {
  /* color: rgb(240, 58, 2);  */
  margin-bottom: 1px;
  /* border-bottom: 1px solid #ccc; */
  
  /* animation-name: blink;
  animation-duration: 2s;
  animation-iteration-count: infinite; */
}
.Rtable-wochentag-summe-text {
  font-size: 0.7em;
}

.Rtable-wochentag-datum:after,
.Rtable-wochentag-summe:after {
  content: ""; /* This is necessary for the pseudo element to work. */ 
  display: block; /* This will put the pseudo element on its own line. */
  margin: 0 auto; /* This will center the border. */
  width: 70%; /* Change this to whatever width you want. */
  border-bottom: 1px solid #ccc; /* This creates the border. Replace black with whatever color you want. */
}



@keyframes blink {
  0% {
     opacity: 0; 
    /* background-color:black;  */
  }
  50% {
    opacity: 1; 
   /* background-color:black;  */
 }
 100% {
     opacity: 0; 
    /* background-color:white; */
  }
}

  .Rtable-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)";  */
  }
  .Rtable-cell-disabled-over .rotate{
    transform-origin: 0 0;
    transform: rotate(10deg);

  }


.button-container {
    display: flex;
 }

 .tabBis {
   display: none;
  font-size: 0.75rem;
  color: red;
}

.button-container input{
  width: 200px; 
  margin: 0px auto 0px; 
  font-weight: bold;
  /* padding-top: 1.1em; */
   /* font-size: 0.75rem;	  */
}

  
  /* Cell styles
  ================================== */
  .Rtable-cell--dark {
    background-color: slategrey;
    border-color: #5a6673;
    color: white;
  }
  .Rtable-cell--dark > h1,
  .Rtable-cell--dark > h2,
  .Rtable-cell--dark > h3,
  .Rtable-cell--dark > h4,
  .Rtable-cell--dark > h5,
  .Rtable-cell--dark > h6 {
    color: white;
  }
  .Rtable-cell--medium {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
  }
  .Rtable-cell--light {
    background-color: white;
    border-color: #e2e6e9;
  }
  .Rtable-cell--highlight {
    background-color: lightgreen;
    border-color: #64e764;
  }
  .Rtable-cell--alert {
    background-color: darkorange;
    border-color: #cc7000;
    color: white;
  }
  .Rtable-cell--alert > h1,
  .Rtable-cell--alert > h2,
  .Rtable-cell--alert > h3,
  .Rtable-cell--alert > h4,
  .Rtable-cell--alert > h5,
  .Rtable-cell--alert > h6 {
    color: white;
  }
  .Rtable-cell--head {
    background-color: slategrey;
    border-color: #5a6673;
    color: white;
  }
  .Rtable-cell--head > h1,
  .Rtable-cell--head > h2,
  .Rtable-cell--head > h3,
  .Rtable-cell--head > h4,
  .Rtable-cell--head > h5,
  .Rtable-cell--head > h6 {
    color: white;
  }
  .Rtable-cell--foot {
    background-color: #b8c0c8;
    border-color: #a9b3bc;
  }

  .quality-seal {
    display: flex;
    justify-content: space-between; 
    flex-direction: row-reverse;
    margin-top: auto;
    text-decoration: none !important;
    /* background-color: #b8c0c8;  */
  }
  .quality-seal img {
    height: 40px;
    width: auto;   

  }
  .quality-seal-drucken {
    display: flex;
    text-decoration: none !important;
     width: auto; 
     margin-right: 5px;
  }
  .quality-seal-drucken input {
    margin-top: auto;
    margin-bottom: 2px;
    margin-left: 2px;
    z-index: 100;
    width: auto;
  }

  .quality-seal-drucken label {
    text-decoration: none !important;
    /* position: absolute; 
    bottom: 0px; */
    /* margin-top: auto; */
    z-index: 100;
  }
  .quality-seal span {
    text-decoration: none !important;
    /* position: absolute; 
    bottom: 0px; */
    margin-top: auto;
    margin-right: 2px;
  }

  .Rtable-cell-container {
    display: flex;
    flex-direction: column;
    align-content : space-between; 
    justify-content: space-between;
    height: 100%;
    /* word-wrap: break-word; */
  }
  /* Responsive
  ==================================== */
  
  
  @media all and (max-width: 959px) {
    .tabBis {
      display: block;
    }

    .tabBisHidden {
      display: none;
    }

    .Rtable--collapse {
      display: flex;
   /*   flex-direction: column;*/
    /*  width: 50% !important;*/
    }
    .Rtable--collapse > .Rtable-cell {
      width: 80% ;
    }
    .Rtable--collapse > .Rtable-cell--foot {
      margin-bottom: 1em;
    }
  }
  .no-flexbox .Rtable {
    display: block;
  }
  .no-flexbox .Rtable > .Rtable-cell {
    width: 100%;
  }
  .no-flexbox .Rtable > .Rtable-cell--foot {
    margin-bottom: 1em;
  }
  @media all and (max-width: 959px) {
    .hiddenSmall, .hiddenEmpty {
      display: none;
    }
    
  }
  @media all and (max-width: 959px) {
    .order0Collapse {
      order:0;
    }
    .order1Collapse {
      order:1;
    }
    .order2Collapse {
      order:2;
    }
    .Rtable-first-collapse-col  {
      width: 20% !important;

    }

    .Rtable-first-collapse-col h3 {
 /*     transform-origin: 0 2;*/
 /*   transform: rotate(90deg);*/
    }
    
  }
  
  /* Tab Styling
  ==================================== */
  .Tablist {
    display: flex;
    flex-direction: row;
    margin-left: -3px;
    width: 100%;
  }

  .Tablist.Dropdown {
    display: flex;
    flex-direction: column;
    margin-left: -3px;
    width: 100%;
  }

  @media all and (min-width: 959px) {
    .TabSelect,
    .Tablist,
    .TabBemerkung {
      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;
  }

  @media all and (max-width: 413px) {
    .tabSmall6 {
      font-size: 72% !important;
    }
  }
  @media all and (max-width: 474px) {
    .tabSmall7 {
      font-size: 63% !important;
    }
  }


  .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: 959px) {
    .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-RtableTabs,
  .js-RtableAccordions {
    min-width: 200px;
  }




