 
	body {
		background-color: #ffffff;
	}
	header,
	#header .branding {
		background-image: url('/img/1676296781.2365D5ffvk.png');	
	}
	#candidates [type="checkbox"]:not(:checked) + label {
	background: url('/css/img/icons/voting/rounded-corner-unchecked.png') no-repeat;
	background: none,
	url('/css/img/icons/voting/rounded-corner-unchecked.svg') no-repeat;
	}

	#candidates [type="checkbox"]:checked + label {
	background: url('/css/img/icons/voting/rounded-corner-checked.png') no-repeat;
	background: none,
	url('/css/img/icons/voting/rounded-corner-checked.svg') no-repeat;

}header{
    background-size: auto 125px;
}
.kandidaatwerving-overzicht .nominee .btn_nominate {
    background: #008000;
    color: white;
    border-radius: 5px;
    padding: 2px 10px;
    margin-top: 20px;
}
.kandidaatwerving-overzicht .nominee a.pop-up-button {
    background: #f89419;
    color: white;
    border-radius: 5px;
    padding: 2px 10px;
    display: inline-block;
    margin-top: 20px;
}
.kandidaatwerving-overzicht .nominee .btn_nominate:hover {
    cursor: pointer;
}
.kandidaatwerving-overzicht ul.input-list li:hover {
    background-color: #ffffff;
    color: inherit;
    cursor: default;
}
.kandidaatwerving-overzicht li.nominee  br {
display: block;
height: 20px;
background: red;
}
@media screen and (max-width: 869px) {
.nomination .nomination__right {
    margin-top: 40px;
}
}

/* Test V2 */
a {
color: #352171;
}
.custom-select select {
    border: 1px solid #d2cde3;
}
.list-voting-info div.filter {
    position: relative;
    top: 15px;
    width: 100%;
    background-color: #f6f5f9;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
    left: 0;
}
#filter {
  cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #352171;
    order: 2;
    margin-bottom: 40px;
}
#filter:hover {
  background-color: #352171;
  color: #ffffff;
}
.filters {
  border: 0;
  background-color: transparent;
  padding: 10px 0 0 0;
  justify-content: space-evenly;
}
.filters div {
  min-width: 100%;
  padding: 0 0 17px 5px
}
@media only screen and (min-width: 768px) {
  .filters div {
    min-width: 50%;
  }
}
.list-voting-info div.info-content {
  background-color: transparent;
}
.list-voting-info div p, .filters label, b, strong {
   color: #352171;
}
.list-voting-info div p {
   padding: 0;
   border:0 ;
}
.list-voting-info div p:nth-of-type(1) {
   margin-bottom: 16px;
}
.list-voting-info div p:nth-of-type(2) {
   margin-bottom: 16px;   
}

.filters label {
  font-size: 0.9rem;
  margin-bottom: 3px;
  padding-left: 5px;
}
.filters-enabled.open {
  padding: 0;
}
.filters-enabled span {
  color: #352171;
}
.list-voting-info div.filter span {
    background-color: #352171;
    border-radius: 5px;
    background-position: 6px 4px;
}
.list-voting-info span.info {
    border-radius: 5px;
    background-color: #fff8f0;
    border: 1px solid #f1e6da;
    color: #ee9233;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-voting-info span.info:hover {
    background-color: #ee9233;
    color: #ffffff;
}
footer, #wrapper {
  background-color: #f6f5f9;
}
h1.header-title, .candidatelist ul li a:hover {
  background-color: #fff8f0;
   color: #352171;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    accent-color: #352171;
}

input[type="submit"] {
    background-color: #f89419;
}
input[type="submit"]:hover {
    background-color: #352171;
}
.list-voting-info div.info-content:nth-of-type(2)  {
    max-height: 1600px!important;
    order: 2;
   margin-top: 0;
   padding: 0;
}
.list-voting-info div.filter.show + div:nth-of-type(2)  {
    max-height: 0!important;
}
.list-voting-info div.filter.hide + div:nth-of-type(2)  {
    max-height: 1600px!important;
    order: 2;
    margin-top: 0;
 }
#page .list-voting-info div.filter span:after {
    content: 'Filters sluiten'!important;
    animation: none!important;
    left: 41px;
}
#page .list-voting-info div.filter.show span:after {
    content: 'Filters openen'!important;
    animation: none!important;
}
 .list-voting-info div.filter span:after {
    color: inherit;
}
.list-voting-info span.info + div {
    max-height: 0!important;
    display: none;
}
.list-voting-info span.info.show + div {
    display: block;
    max-height: 1600px!important;
    order: 1;
    background-color: #fff8f0;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}