/* Algemeen */

html,body {
  /* Space for the navbar */
  padding-top: 0px;
  height: 100%;
}

.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand>img {
  padding: 7px 14px;
}

h5.list-group-item-heading {
  font-weight: bold;
}

.list-group-item-text {
  font-size: 11px;
}

.full-width-row {
  overflow-x: hidden;
}

.page-fullwidth-container {
   max-width: 1170px;
   margin-right: auto;
   margin-left: auto;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.btn:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.badge.cart-count {
  color: #ffffff;
  background-color: #ff0000;
  margin-left: -5px;
  margin-top: -28px;
}

.vacation1 {
  color: #5573f9;
  background-color: transparent;
}

.btn-trash, .btn-trash:hover {
    color: #ff0039;
    background-color: transparent;
    border-color: transparent;
    padding: 0px;
}

/* Header */
.page-header-img {
 /* background-image:url('../gfx/sportvloer.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;  */
  height: 150px;
  width: 100%;
}


.page-header {
 height: 150px;
 padding-bottom: 2px;
 margin: 10px 0 10px;
 border-bottom: 0px;
}


.header_text {
 position: abslolute;
}

.logo {
   height: 150px;
   
   margin-left:20px;
   
   background-image: url(../gfx/LVPlogo-effen-paars-transparant.png);
   background-size: 220px;
   background-repeat: no-repeat;
   background-position: left center;
}

/* Navbar */

@media only screen and (max-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid
.navbar-brand {
 margin-left: 5px;
}
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:999;
}

.navbar-inverse {
    z-index: 999;
}

/* Text-container */

.text-container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    min-height: 595px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    background-color: #ffffff;
}



/* Schema */

#schema-browse #date {
  height: 35px;
}

.legenda_raster {
  background-image:url("../gfx/legenda_beschikbaar.png");
  background-repeat:no-repeat;
  width: 44px;
  height: 26px;
}

.legenda_niet_beschikbaar {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #808080;
}

.legenda_nog_niet_beschikbaar {
   position: relative;
   top: 8px;
   left: 7px;
   width: 21px;
   height: 11px;
   background-color: #808080;
}
		  
.legenda_bezet {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #0000ff;
}

.legenda_optie {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #00ffff;
}

.legenda_blok {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #ff0000;
}

.legenda_schoolvakantie {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #AFBEFA;
}

.legenda_feestdag {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #DDCCD9;
}

.legenda_lock {
   position: relative;
   top: 3px;
   left: 7px;
   width: 21px;
   height: 20px;
   background-color: #000000;
}

.info, .info:hover {
 text-decoration: none;
} 



 
/* Footer */

.footer {
    min-height: 150px;
    background-color: #999999;
    color: #252525;
}


@media (min-width: 767.98px) {
.footer-text {
   padding: 20px;
   text-align: left;
}
}

@media (max-width: 767.98px) {
.footer-text {
   padding: 10px;
   text-align: center;
}
}






