/**
 * Resets
 * --------------------------------------------------
 */

html, body, div, span, h1, h3, p, a, img, ul, li, canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
  /*font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;*/
}

@font-face { 
  font-family: 'bmwFont';
  src: url('font/BMWGroup_Cond_Regular.ttf') format('truetype'); 
  font-weight: normal ;
}
@font-face { 
  font-family: 'bmwFont';
  src: url('font/BMWGroup_Cond_Bold.ttf') format('truetype'); 
  font-weight: bold ;
}

.bmwBold {
  font-family: 'bmwFont' !important;
  font-weight: bold;
  line-height: 22px;
  font-size:15px ;

}

.bmwBoldHead {
  font-family: 'bmwFont' !important;
  font-weight: bold;
  line-height: 20px;
  font-size:18px ;

}

.bmwReg {
  font-family: 'bmwFont' !important;
  font-weight: normal;
  line-height: 22px;
  font-size:15px ;

}

  @font-face { font-family: 'bmwFontBold';
    src: url('font/BMWCdRgBd.ttf') format('truetype'); }
  

ul {
  list-style: none;
}
hr{
    margin: 2rem 0 1rem;
    padding: 0;
    border: 0;
    border-top: 1px solid #ececec;
}
script {
  display: none !important;
}
html {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
a, button, a:focus, button:focus, a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Code
   ==========================================================================
*/

.Snoep{display: none;}

.menudemoBasicUsage .md-menu-demo {
  padding: 24px; }

.menudemoBasicUsage .menu-demo-container {
  min-height: 200px; }

.langMenu{position: relative;}

.footerLang{
  position:relative;
  top:-1px;
}

#dayButton{display:inline-block;position:relative;color:#D4B48C;cursor: pointer;}

.langSelect li{padding:14px 22px;min-width:200px;}

.langSelect li:hover{cursor: pointer;background:#899098;color:#fff;}

.langSelect{
  position:absolute;
  bottom: 20px;
  background: #ffffff;
  padding: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left:-20px;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.12);
  border: 1px solid #E9EAEC;
}

.daySelect{
  position: absolute;
  top: 8px;
  background: #ffffff;
  color: #263444;
  padding: 10% 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  left: -22px;
  -webkit-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 6px 8px -6px rgba(0, 0, 0, 0.12);
  border: 1px solid #E9EAEC;
}

.daySelect li{cursor: pointer; padding:14px 22px;min-width:200px;border-bottom:1px solid rgba(0, 0, 0, 0.1);}

.daySelect li:last-child{border-bottom:0px}

.language{display:inline-block;}

.lang img{
  padding-right: 15px;
/*  -webkit-filter: grayscale();
  filter: grayscale();*/
}
.lang img.current{
  -webkit-filter: none!important;
  filter: none!important;
}

.appBody {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
html {
  padding: 0;
  margin: 0;
  height: 100%;
}
h1 {
  font-size: 1.9rem;
  margin: 0px!important;
}
h4{
  font-size: 17px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

h5 {
  margin: 6px 0 0;
  font-weight: 400;
  line-height: 1.4;
}
canvas {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
a:hover {
  text-decoration: none!important;
}
.iconSmall {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-top: -2px;
}
.logoMahlzeit {
  height: 20px;
  margin: 4px 10px 6px 0;
}
.logoapeldoorn{position:relative;top:-5px;}

.logo {
  float: right;
  height: 30px;
  display: inline-block;
  width: auto;
}
.title{
  position: relative;
  z-index: 9999;
  float: left;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 0;
}
.paddingLeft {
  padding-left: 1%;
}
.speiseplanTitle {
  background-color: #174b99;
  color: white;
  padding: 10px 15px;
}
.speiseplanDescription {
  padding: 10px 20px 30px 15px;
}
.bold {
  font-weight: 600;
}
.outage{
/*  display: none!important;*/
  display: block;
  padding: 1rem;
  z-index:10;
  position:  absolute;
  top: 0;
  left: 0;
  bottom:  0;
  right: 0;
}
.outageInner{
  text-align: center;
  padding:5%;
  background:#fff;
  width: 100%;
  border: 1px solid #79cc3f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color:#79cc3f;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.04);
}
.oneThird{color:#8A9199;width:50%;display:block;float: left;height: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;
}

.weatherDay{font-weight:500;padding: 7% 5%;-webkit-box-sizing: border-box;box-sizing: border-box;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.weather h1{font-size: 4rem;font-weight: 400;margin-bottom: 3%!important;}
.weather .oneThird{border-right: 1px solid #E9EAEC;}
.today{color:#273443;}
.tiny{font-size: 0.65em;position:relative;top:-0.4em;}
.weatherDesc{padding:3% 0 7% 0;text-transform: capitalize;-webkit-box-sizing: border-box;box-sizing: border-box;}

.innerBox.weather{
-ms-flex-flow: row;
  flex-flow: row;
}
.weather{text-align: center;}
.weather .oneThird:last-child{border-right:none;}

.weather img{
  width:100px;height:100px;
  padding: 20px;
  margin-bottom:7%;
  border:1px solid #E9EAEC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
    -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.oneThird.today img{
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.04);
  -webkit-filter: grayscale(0)!important;
  filter: grayscale(0)!important;
}


/*.progress-arc svg {
  stroke-linecap: round;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}*/
.aligncenterbox {
  width: 100%;
  text-align: center;
  clear: both;
  line-height: 0;
}
.wrapper {
  position: relative;
  display: inline-block;
}
.number {
  position: absolute!important;
  width: 100%;
  line-height: 200px;
}
h1.number{
  font-size:4rem;
  font-weight:400;
  position: relative;
  top:-5px;
}
#canvasWrapper-schiphol {
  position: absolute;
  bottom: 3%;
  width: 33%;
}
.playstoreWrapper .right {
  display: none!important;
}

.bar-schiphol {
  height: 100vh;
  min-height: 100%;
  display: block;
}

img.centerSchipholImage {
  max-width: 100%;
  height: auto;
}

img.mealImage {
  width: 100%;
  max-width: 50%;
  height: auto;
  float: right;
}
.innerImg{width: 50%!important;float: right;}

/* SONSTIGES */

#circleWrapper {
  /*background-color: #25aae1;*/
  padding-top: 20px;
  padding-bottom: 10px;
  color: white;
}
/*  Chart Stuff */

#liveWrapper {
  margin-left: 15px;
  font-size: 1.2em;
  margin-bottom: 20px;
}
.full {
  top: 30px;
  color: #8a8a8a;
}
header {
  line-height: 30px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1% 3%;
  color: #fff;
  background: #273443;
}
footer {
    color: grey;
    background: #f9f9f9;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30px;
    flex: 0 1 30px;
    padding: 0.5% 2%;
    line-height: 20px;
    display: block;
    /* width: auto; */
    border-radius: 5px;
    /* position: absolute; */
    /* bottom: 1%;
    right: 1%; */
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.innerFooter {
  float: right;
}

.iconVeg{
    width: 1.8rem;
    height: 1.8rem;
    display: inline-block;
    position: relative;
    top: -1px;
}


.icon-language{
    position: relative;
    vertical-align: middle;
    top:-1px;
}

.contact, .lang{
  display: inline-block;
  float: right;
  color: #899098;
  margin-left:1rem;
}
.r-separator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  z-index: 999;
}
.contentWrapper {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.barChart {
  margin: 4% 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.weatherIcon {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=56)";
  filter: alpha(opacity=56);
  opacity: 0.56;
  height: 30px;
  margin-top: -4px;
      background: #fff;
    border-radius: 40px;
}
.dateTime {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.dateTime h4{display: inline-block;}
.marginLeft {
  margin:0 10px;
}
.custom-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%!important;
  min-height: 100%!important;
  width: 33.333%;
  padding: 1%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.object {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
/*  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);*/
  background: #fff;
  border:1px solid #E9EAEC;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;*/
  margin-top: 6%;
}
.object:first-child {
  margin-top: 0;
}
#chartTitle {
  color: #b0aac0;
  border-top: 1px solid #b0aac0;
  margin: 30px auto 0px auto;
  font-size: 1.2em;
  padding-top: 15px;
  margin-bottom: 6%;
  padding-left: 5%;
}
#chartTitle p {
  margin: 0;
}
.topBar {
  z-index: 99;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 3% 5%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #273443;
  border-bottom:1px solid #E9EAEC;
/*  border-top: 1px solid rgba(255, 255, 255, 0.7);*/
  border-radius: 4px 4px 0 0;
}

.topBar svg {
  width: 3rem;
  height: 3rem;
  float: right;
}
.topBar h1 {
  margin: 0!important;
  display: inline-block;
  font-weight: 600;
}
.hide {
  display: none;
}
.show{display: inline-block;text-transform: capitalize;}
/*  Chart Stuff */

.status {
  display:block;
  vertical-align: middle;
}
/* COUNTER */

#canvasWrapper {
  /*margin-top: 10px;*/
  position: absolute;
  bottom: 3%;
  width: 26%;
}
div#subtitleWrapper {
  margin: 5% 0 2% 5%;
}
.halfcolSpan {
  color: #0302c0;
}
.right {
  float: right;
}
.shadow{
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.statusBlack {
  background: #273443;
}


.statusGreen{
  color:#8cc63f;
}
.statusGreen .beacon{
  background: #8cc63f;
}
.statusGreen .beacon:before{
  border-color: #8cc63f;
}
.statusOrange{
  color:#ffbd2e;
}
.statusOrange .beacon{
  background:#ffbd2e;
}
.statusOrange .beacon:before{
  border-color:#ffbd2e;
}
.statusRed{
 color:#ff3434;
}
.statusRed .beacon{
  background:#ff3434;
}
.statusRed .beacon:before{
  border-color:#ff3434;
}


/*.statusGreen {
  background: -webkit-gradient(linear, left top, right top, from(#8cc63f), color-stop(#9fe149), to(#8cc63f));
  background: -webkit-linear-gradient(left, #8cc63f, #9fe149, #8cc63f);
  background: -o-linear-gradient(left, #8cc63f, #9fe149, #8cc63f);
  background: linear-gradient(90deg, #8cc63f, #9fe149, #8cc63f);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 8s ease infinite;
  animation: AnimationName 8s ease infinite;
}
.statusOrange {
  background: -webkit-gradient(linear, left top, right top, from(#ffbd2e), color-stop(#ff9800), to(#ffbd2e));
  background: -webkit-linear-gradient(left, #ffbd2e, #ff9800, #ffbd2e);
  background: -o-linear-gradient(left, #ffbd2e, #ff9800, #ffbd2e);
  background: linear-gradient(90deg, #ffbd2e, #ff9800, #ffbd2e);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 5s ease infinite;
  animation: AnimationName 5s ease infinite;
}
.statusRed {
  background: -webkit-gradient(linear, left top, right top, from(#ff3434), color-stop(#e81e1e), to(#ff3434));
  background: -webkit-linear-gradient(left, #ff3434, #e81e1e, #ff3434);
  background: -o-linear-gradient(left, #ff3434, #e81e1e, #ff3434);
  background: linear-gradient(90deg, #ff3434, #e81e1e, #ff3434);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: AnimationName 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}*/

.button{
  cursor:pointer;
  display: inline-block;
  border: 1px solid rgb(218, 220, 224);
  border-radius: 4px;
  padding: 12px 16px;
  height: 37px;
  align-items: flex-end;
  line-height: 11px;
  flex-shrink: 0;
  font-weight: 500;
  margin: 0;
  text-decoration: none;
  text-transform: none;
  min-width: 5.14em;
  font-size: 16px;
  background: #f9f9f9;
}

.liveBeacon{
  display: inline-block;
  font-weight: 500;
  padding: 0 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  /* min-width: 5.14em; */
  font-size: 16px;
  line-height: 30px;
}
.beacon{
  position: relative;
  top:-2px;
  height: 8px;
  display: inline-block;
  width: 8px;
  background: #fff;
  border-radius: 50%;
}
.beacon:before{
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -6px;
  top: -6px;
  background-color: transparent;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-animation: active 2s infinite linear;
  animation: active 2s infinite linear;
}

@-webkit-keyframes active{
  0%{
    -webkit-transform:scale(.1);
    opacity:1;
  }
  70%{
    -webkit-transform:scale(2);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}

@keyframes active{
  0%{
    transform:scale(.1);
    opacity:1;
  }
  70%{
    transform:scale(2);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}

.searchIcon{
  width:30px;height:30px;display: inline-block;
}
.innerBox {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.innerBox::-webkit-scrollbar-track
{
  
  background-color: #F5F5F5;
}

.innerBox::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
}

.innerBox::-webkit-scrollbar-thumb
{
  background-color: #8b929a;
}



.module {
  clear: both;
  padding: 5%;
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.shg .downloadApp{color:#fff;background:url("../img/images/schiphol_bg.jpg");background-size: cover;background-position: center;}
.apeldoorn .downloadApp{color:#fff;background:url("../img/images/wood.png");background-size: cover;background-position: center;}
.eon .downloadApp{color:#fff;background: #2aa2b0;background:url("../img/images/eon_bg2.jpg");background-size: cover;background-position: center;}

.downloadApp .playstoreWrapper{
  max-width:300px;
}

.module img {
  max-width: 100%;
}
.module:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  margin-top: -1px;
}
.module:last-child {
  border-bottom: 0;
}
.DecimalList li:before {
  display: none!important;
}
.speiseplanItemWrapper p {
  margin: 0;
  padding: 0;
  display: block;
}
.speiseplanItemWrapper{
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
.speiseplanItemWrapper:first-child{border-top: 0;}
.speiseplanItemWrapper:last-child{border-bottom: 0;}
.speiseplanItemWrapper:last-child .itemInner {
    padding: 3% 5% 5% 5%;
  }


.itemInner{
  width: 100%;
  padding: 3% 5% 3% 5%;
  
}

.itemDescription {
  clear:both;
  display: block;
  color:#8A9199;
  margin-top:1%!important;
  font-size: 1.5rem;
  line-height: initial;
}
.itemRight {
  float: right;
  margin-top: 3px;
  margin-left: 20px;
  color: #8A9199;
  font-weight: 400;
}
.iphone img{max-width:150px;margin:0 auto;display: block;}
/* RIGHT COLUMN */
.custom-row {
  height: 23%;
  min-height: 23%;
}
.transportItemWrapper {
  height: 50%;
  min-height: 50%;
  border-bottom: 1px solid grey;
  padding-top: 7%;
}
img.transportImg {
  width: 5%;
}
.subtitle {
  font-size: 2rem;
  color: #8a8a8a;
  line-height: normal;
  display: inline-block;
  margin-bottom: 10px;
}
/* SOCIAL NEWS FEED */

.newsFeedWrapper {
  overflow-y: auto;
  height: 100%;
}

.newsFeedWrapper:after{
  content: "-";
  font-size: 0;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  -webkit-box-shadow: inset 0px -48px 29px -22px rgba(255,255,255,1);
  box-shadow: inset 0px -48px 29px -22px rgba(255,255,255,1);
}

.tw-feed {
  width: 100%;
  padding:0 3%;
  top: -40px;
  position: relative;
}
.tw-feed a {
  color: #fff;
  text-decoration: none;
}
.tw-feed a:hover {
  color: #ccc;
  text-decoration: none;
}
.twitter-timeline {
  position: relative;
  width: 100%!important;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img {
  -webkit-user-drag: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow: hidden;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
body {
  -webkit-touch-callout: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-size: 14px;
  font-family: -apple-system;
  font-family: "Roboto", "-apple-system", "Helvetica Neue", "Segoe UI", sans-serif;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #f9f9f9;
  margin: 0;
  line-height: 1;
  color: #273443;
  font-size: 1.7rem !important;
}
/**
 * Typography
 * --------------------------------------------------
 */

p {
  margin: 0 0 10px;
  line-height: normal;
}
h1, h3 {
  color: #273443;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 10px;
  color: inherit;
}

h1:first-child, h3:first-child {
  margin-top: 0;
}
h1+h1, h3+h3 {
  margin-top: 10px;
}
h3 {
  font-size: 1.5em;
}
a {
  color: #387ef5;
}
button {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.42857;
}
button {
  font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}
.row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding:1%;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
canvas {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
h1 {
  margin: .67em 0;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
p {
  margin: 0 0 10px;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.half {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
  padding: 5%;
}
.half:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.half h1 {
  display: block;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}

/* ==========================================================================
   Loader
   ==========================================================================
*/

.lds-ellipsis {
  display: inline-block;
  width: 64px;
  height: 1rem;
  position: absolute;
  left: 50%;
  margin-left:-32px;
  margin-top: 7px;
}
.lds-ellipsis div {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #dcdcdc;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 1s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 1s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 1s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 1s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

/* RESPONSIVE ----------- */


@media only screen and (max-width:1200px) {
  .grid-sizer, .grid-item{
    width:33.333%!important;
  }

  .custom-col {
      width: 50%;
      display: inline-block;
      float: left;
      height: unset!important;
      min-height: unset!important;
  }
  .innerBox.weather{overflow: hidden;}

  .row{display: inline-block;}

  .body{overflow:visible;}
    html{overflow: scroll;}
}

@media only screen and (max-width:900px) {
  
  .grid-sizer, .grid-item{
    width:50%!important;
  }
  .dateTime {
    display: none;
  }
}

@media only screen and (max-width:600px) {

.fullscreenWrapper{
    padding: 5% 0!important;
    margin-bottom: 0!important;
  }
  .grid-sizer, .grid-item{
    width:100%!important;
    padding:0!important;
  }
  .contentWrapper {
    display: block;
  }
  .subtitle{font-size:1.8rem;}
  .appBody{position:relative;display:block;}
  .row {
    display: inline-block;
    height: auto;
    padding: 4% 0!important;
  }
  
  .custom-col {
    margin: 0;
    width: 100%!important;
    padding: 0px!important;
  }
  footer{
    padding: 0 5% 5%;
    position:inherit;
    bottom:10px;
    left:10px;
  }
  .object {
    margin-top:0;
    margin-bottom: 15px!important;
    border-left: 0;border-right:0;
    border-radius: 0;
  }
  header{
    padding: 3%;
  }
  .r-separator {
    position: absolute;
    top: 0;
  }
  .logo{display:block;position: relative;text-align: left;}
  .newsFeedWrapper:after{display: none;}

  /* .bmw-footer{
    padding: 0 2rem;
    margin-top: 20px;
  } */
  .bmwMeal{min-height: 155px;}
}



@media only screen and (min-width:1800px) {
  body {
    font-size: 2.2rem !important;
  }

  h1 {
    font-size: 2.4rem;
  }

  h1.number{font-size: 7rem;
    font-weight: 400;
  }

  h4{
    font-size: 2.2rem;
  }
  .itemDescription{
    font-size: 1.9rem;
  }
  .subtitle{font-size:2.8rem;}
  .weatherIcon, .logo {
    height: 32px;
  }
  .logoMahlzeit {
    height: 2.3rem;
  }
  footer{font-size:2rem;}
  .full{top:55px;}
  .schiphol .playstoreWrapper{
  max-width:405px;
  }
  .lang{display:none;}
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *, *:before, *:after {
    color: #273443 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p, h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
}

/* FULLSCREEN STYLES */
.fullscreenWrapper {
  padding: 2%;
  width: 100%;
/*  columns: 4;*/
  display: block;
  overflow: scroll;
  column-gap: 1%;
  margin-bottom: 3em;
}

.grid-sizer,
.grid-item { 
  width: 25%; 
  padding:0.5%;
}

.fullscreenCategory {
  background: white;
  display: inline-block!important;
  height: auto;
  margin-bottom: 5px;
}

.boxHeader {
  width: 100%;
  border-left: 2px solid;
}

.boxHeader h4{padding:5% 5%;border-bottom: 1px solid rgba(0, 0, 0, 0.1)}

.meal {
  border-bottom: 1px solid #d2d2d2;
}


/* BMW STYLE */
.redAmpel {
  color: #E81E1E;
}

.greenAmpel {
  color: #5BB030;
}

.yellowAmpel {
  color: #FFBD2E;
}

/* .bmw-footer{color:#8A9199;} */

.mealLeft{
  background-size:cover;
  width:26%;
  background-position: center;
}


/* .Salat .boxHeader{color:#7ACC3F;}
.Mediterran .boxHeader{color:#5BB030;}
.Pasta .boxHeader{color:#009688;}
.Asia .boxHeader{color:#FF9800;}
.Schnitzel .boxHeader{color:#936B58;}
.Mare .boxHeader{color:#396EC3;}
.Bavaria .boxHeader{color:#D4B48C;}
.Steak .boxHeader{color:#D0416D;}
.Pizza .boxHeader{color:#9B3252;}
.NAHt .boxHeader{color:#FFBD2E;} */

/* Apeldoorn */
@media (min-width: 320px) and (max-width: 1024px) {
  .myGridItem {
    width: 100%; 
    /* padding:0.5% 0; */
  }

  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
  }

  .customRow {
    margin: 0;
    padding: 0;
  }
  
}

/* BMW Style */
.bmwContent {
  font-family: 'bmwFont' !important;
  font-size:15px ;
  /*letter-spacing: 1px;*/
}

.bmwFullScreenWrapper {
  width: 100%;
  overflow: scroll;
}

.bmwHeader {
  background-color: #eeefea;
  color: #444444;
  display: flex;
  align-items: center;
  padding: 10px 5px;
}

.pavillon-clicker {
  position: relative;
  z-index: 10002;
}

.pavillon-chooser-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #444;
  z-index: 1000;
  visibility: hidden;
}

.pavillon-chooser {
  position: absolute;
  width: 80%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  z-index: 1001;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  opacity: 0;
  top: 10%;
}

.pavillon-chooser-title {
  padding: 10px 0;
  margin-bottom: 15px;
}

.pavillon-chooser-wrapper {
  margin: 10px 0;
  padding: 0 5px;
}

.pavillon-button {
  background: #eeefea;
  text-align: center;
  padding: 10px 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #444;
}

.pavillon-button-margin {
  margin-bottom: 10px;
}

.my-tabs {
  background: #eeefea;
}

.my-tabs-content {
  overflow: hidden;
}

.my-tabs ul {
  width: 100%;
  display: table;
  text-align: center;
  
}

.my-tabs li {
  display: table-cell;
  padding: 10px 0;
}

.my-tabs a {
  color: #444;
  display: block;
}

.itemSelected {
  border-bottom: 1px solid #444;
}

.titleBMW {
  margin: 0;
  display: inline-block;
  font-size: 28px;
  line-height: 30px;
}

.mealDescriptionTitle {
  color: #444;
}


.boxHeaderBMW {
  color: #444444;
  border-left: 0;
  padding-left: 5px;
}

.openingDays, .openingHours {
  width: 50%;
  float: left;
}

.openingHoursHeader {
  border-bottom: 1px solid #92a2bd;
  padding-bottom: 10px;
}

.openingHoursRow {
  overflow: auto;
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #92a2bd;
}

.openingHoursTime {
  margin-bottom: 10px;
  float: right;
  clear: both;
}

.mealImageWrapper img {
  max-width: 100%;
}

.bmw-footer {
  margin-top: 20px;
  padding: 0 20px;
}


@media (min-width: 320px) and (max-width: 1024px) {
  .mealWrapper {
    width: 100%;
    float: left;
  } 
  
  .mealImageWrapper, .mealDescriptionWrapper {
    width: 50%;
    float: left;
    padding: 5px 5px 0 5px;
  } 
}

@media (min-width: 1024px) {
  .mealFullWrapper {
    width: 100%;
  }
  
  .mealCategoryWrapper {
    /* width: 20%; */
    float: left;
  }

  .mealWrapper {
    display: inline-block;
  } 
  
  .mealImageWrapper, .mealDescriptionWrapper {
    width: 50%;
    float: left;
    padding: 5px 5px 0 5px;
  } 

  .bmwHeader {
    padding: 20px 10px;
  }

  .openingHoursRow, .openingHoursHeader {
    width: 50%;
  }
  
  .openingHoursTime {
    width: 100%;
  }
}

.chooserAnimation {
  animation: fadeInFromNone 0.15s linear;
  animation-fill-mode:forwards;
}

.overlayAnimation {
  animation: fadeInFromNoneOverlay 0.15s linear;
  animation-fill-mode:forwards;
}

/* Animation */
@-webkit-keyframes fadeInFromNone {
  0% {
      opacity: 0;
  }

  1% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeInFromNoneOverlay {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  1% {
    visibility: visible;
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 0.4;
  }
}