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

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

}/* Moties stemmingen */

@media  screen and (max-width: 767px) { 
  .list-voting-list {
        grid-column: 1 / 3!important;
  }
}


.template-stembiljet .screen-container {
  padding-top: 30px;
}
.template-stembiljet header {
  height: 215px;
}
.bedankt h1.header-title, .preview-bedankt h1.header-title, .template-stembiljet h1.header-title {
  color: #0a2cca;
  font-size: 1.375rem;
  font-weight: bold;
  text-transform: uppercase;
}
.bedankt .screen, .preview-bedankt .screen {
  margin-top: 60px;
}
.list-voting-text, .list-voting-list {
  margin: 0 15px!important;
}
.candidatelist h3.open {
    background-color: #0526ce0d;
}
.candidatelist ul {
   height: 60px !important;
   display: block;
}
@media  screen and (min-width: 768px) { 
.candidatelist ul {
   height: 60px !important;
   display: flex;
}
}
.candidatelist ul li {
    position: relative !important;
    display: inline-flex;
    top: inherit !important;
    left: inherit !important;
    height: 36px !important;
}
.candidate-group-info ul {
   height: auto!important;
   display: initial!important;
}
.candidate-group-info ul li {
   height: auto!important;
   display: block!important;
}

/* Moties */
.screen {
  border: 0;
  border-radius: 5px;
  margin: 0 auto;
  background-color: #f0f0f0;
  width: 100%;
  max-width: 880px;
}
.heading-wrapper {
  text-align: center;
}
.heading-wrapper h1 {
  color: #0a2cca;
}
.list-voting-open {
    border: 1px solid #fe6203;
    border-color: #fd6a0d;
}
.list-voting-open .list-voting-name span {
  visibility: hidden;
}
.list-voting-open .list-voting-name span:before {
  visibility: visible;
  content: "Nog geen motie geselecteerd ...";
}
.description ol, ul {
    padding: 0 0 0 20px;
}
.pop-up-content {
  background-color: #f0f0f0;
}
#candidate-slider .message {
        border: 0;
        border-radius: 5px;
}
#candidate-slider .message .info {
  width: 100%;
  max-width: 100%;
}
#candidate-slider .message th {
  font-weight: bold;
}
#candidate-slider nav span {
    color: #fc6403;
}
header {
  height: 200px;
}
footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#link-privacy {
  width: 160px;
  border-right: 0;
}
@media  screen and (min-width: 36.875em) {
    header {
        height: 150px;
    }
}
@media screen and (min-width: 36.875em) {
    .screen {
        width: 100%;
    }
}
/* Einde moties */

.heading-wrapper {
    max-width: 830px;
}
.heading-wrapper p {
    color: #000000;
    font-size: 16px;
    text-align: left;
}
.list-voting-info div p {
    color: #000000;
    text-align: left;
}

/* Alternative vote styling */
.template-alternative-vote h3.empty-info {
  display: none;
}
.template-alternative-vote .candidate-pamflet figure img {
    width: 100%;
    max-width: 400px;
}
.template-alternative-vote .pop-up-candidates-close {
    background-color: #dc6417;
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
}
@media  screen and (max-width: 767px) { 

.template-alternative-vote .candidate-pamflet figure img {
    width: 100%;
    max-width: 600px;
}
.template-alternative-vote #candidate-slider nav {
  padding-top: 30px;
}
.template-alternative-vote .pop-up-candidates-close  {
    top: -40px;
    right: 25px;
}

}
.template-alternative-vote header {
  justify-content: space-around;
}
.template-alternative-vote #candidate-slider .message figure {
  width: 100%;
}
.template-alternative-vote .info h2.name {
  text-align: center;
}
.template-alternative-vote .img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}