body
{
  font-size: 17px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  background-color:#FFF;
}

.logo-img {
  background: url("LogoZaanstad.png") no-repeat;
  background-size: contain;
  width: 120px;
}


.btn-sigmax {
  background-color: #A8A9A3;
  color: white !important; 
  font-size: 20.012544631958px !important;
  height:66px;
  line-height:66px;
  margin-bottom:5px;
  box-sizing:border-box;
  padding-left: 15px;
  padding-top: 0px !important;
}

.btn-sigmax:first-child
{
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
}

.btn-sigmax:last-child
{
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
}

.btn-sigmax:only-child
{
  background-color:#0082A4;
}

.btn-sigmax:active, .btn-sigmax.active {
  background-color: #01A5C8;
  color: white !important;
  display: block;
  padding-top: 0px !important;
}

.btn-sigmax:hover, .btn-sigmax.hover {
  background-color: #0082A4;
  color: white !important;
  display: block;
  padding-top: 0px !important;
}
    
.list-heading {
  background-color: #01A5C8;
  color: #ffffff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.list-item
{
  background-color:white;
}

.main-content
{
 background-color:#E9E9E9; 
}

.logo-img {
  width: 230px;
  height: 70px;
}

.triptych {
    height:86px;
}

@media screen and (max-width: 519px)
{
 body
{
  font-size: 11px !important;
  }
  
  .btn-sigmax {
    font-size: 12px !important;
  }

.logo-img {
  width: 115px;
  height: 35px;
}

}