.kenteken {
  position: relative;
  display: flex;
  width: 6.471em;
  color: #111111;
  background-color: #f4be04;
  border: pxToRems(1) solid #111111;
  border-radius: 0.0882em;
  font-family: "Kenteken", monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 2.125rem;
  line-height: 1.2;
  height: calc(1.2em - pxToRems(2));
}
.kenteken:before {
  content: "";
  position: relative;
  z-index: 1;
  width: 9%;
  flex-shrink: 0;
  background: #2662a2 50% 40% no-repeat url("../images/svg/images/kenteken-eu-nl.svg");
  background-size: 75% auto;
  border-radius: 0.0587412em 0 0 0.0587412em;
}
.kenteken > .kenteken__code {
  align-self: stretch;
  flex-grow: 1;
  flex-shrink: 1;
  width: 1px;
  position: relative;
  display: block;
  top: 0.1em;
  z-index: 3;
  border: 0;
  appearance: none;
  box-sizing: border-box;
  outline: 0;
  text-align: center;
  font: inherit;
  color: inherit;
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-shadow: pxToRems(-1) pxToRems(-1) pxToRems(1) rgba(255, 255, 255, 0.75);
  letter-spacing: -0.05em;
  white-space: nowrap;
}
.kenteken > .kenteken__code::placeholder {
  color: #111111;
  font-style: normal;
  transition: opacity;
}
.kenteken > .kenteken__code::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.kenteken > .kenteken__code::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.kenteken > .kenteken__code:focus::placeholder {
  opacity: 0.25;
}
.kenteken > input.kenteken__code {
  top: 0.12em;
}
.kenteken.kenteken--auto, .kenteken.kenteken--bedrijfsauto {
  background-color: #f4be04;
}
.kenteken.kenteken--motor {
  background-color: #e0bf2d;
  height: calc(2.4em - pxToRems(2));
  width: 4.17644811em;
}
.kenteken.kenteken--motor:before {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 17.226%;
  height: 50%;
  border-radius: 0.0882em 0 0 0;
  background-size: 60% auto;
}
.kenteken.kenteken--motor > .kenteken__code {
  white-space: normal;
  text-indent: 17.226%;
}

.list-group {
    margin: 20px 0;
}

.sidebar-filter{
max-height: 180px;
overflow-y: auto;
overflow-x: hidden;	
}

.multicol{
	overflow:hidden;
}

.multicol li{
  line-height:1.5em;
  border-bottom:1px solid #ccc;
  float:left;
  display:inline;
  width:25%;
  margin:0 !important;
}