body {
    --primary: #31505f;
    --primary-lighter:#31505f;
    --primary-darker: #31505f;
    --secondary: #e97572;
    background-color: white;
    font-family:Roboto, Helvetica, Arial, Lucida, sans-serif;
    min-height: 0;
    height: initial;
}

.primary, .btn-primary{
    background-color:  var(--primary);
    color: white;
}

.secondary, .btn-secondary{
    background-color:  var(--secondary);
    color: white;
}

.btn-primary-outline {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-primary-outline:active, .btn-primary-outline:focus , .btn-primary-outline:hover {
    color: white;
    background-color: var(--primary);
}

.text-primary{
    color:  var(--primary);
}

.text-secondary{
    color:  var(--secondary);
}

.licht{
    background: #31505f10;
    color: black;
}

.donker{
    background-color:  var(--primary);
    color: white;
}

.extradonker{
    background-color: #1B9B93;
    color: white;
}

a{
    color:  var(--primary);
}


.background{
    background-image: url("app/images/fietsfile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    margin-top: 50px;
    margin-bottom: -50px;
}


.visible-xs { display: none !important; }
.visible-sm { display: none !important; }
.visible-md { display: none !important; }
.visible-lg { display: none !important; }
.visible-xl { display: none !important; }

@media (max-width: 543px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg {
        display: block !important;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .visible-xl {
        display: block !important;
    }
}
@media (min-width: 1600px) {
    .visible-xxl {
        display: block !important;
    }
}

/* Paars
.licht{  background: #efedf5; color: #756bb1}
.lichttekst {color:  #efedf5;}
.middel{ background: #bcbddc;}
.middeltekst {color:  #bcbddc;}
.donker{ background: #756bb1; color: white;}
.donkertekst {color:  #756bb1;}
*/

/* Blauw*/
.lichtgrijs{  background: #ebebeb; color: #484848}
.lichtblauw{  background: #e2eeee;}
.middelblauw{ background: #d5e0e0;}
.lichttekst {color:  #deebf7;}
.middel{ background: #9ecae1;}
.middeltekst {color:  #9ecae1;}
.donkertekst {color:  #3182bd;}
.groen{ background: #44FF44;}
.oranje{ background: orange;}
.rood{ background: red;}
.grijs{ background: silver;}
.groentekst{ color: #44FF44;}
.oranjetekst{ color: orange;}
.roodtekst{ color: red;}
.grijstekst{ color: silver;}
.tekstl { font-size: 1.5em; font-weight: bold}
.tekstxl { font-size: 2em; font-weight: bold}
.tekst50 {font-size: 0.5em;}
.scroll200{
    max-height: 200px;
    overflow: auto;
}

.nomargin{
    margin: 0px;
}

iframe{
    border: none;
}

#topmessage{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px;
    height: 12px;
    font-size: 12px;
    background: red;
    color: white;
    border-bottom: 1px solid white;
    z-index: 1001;
}

#header{
    position: fixed;
    top: 33px;
    left: 0px;
    right: 0px;
    height: 27px;
    padding: 10px;
    margin-bottom: 20px;
    z-index: 1002;
}

#footer{
}

#container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #container {
    width: 750px;
  }
  .extra{
      display: none;
  }
}            
@media (min-width: 992px) {
  #container {
    width: 970px;
  }
  .extra{
      display: block;
  }
}
@media (min-width: 1200px) {
  #container {
    width: 1170px;
  }
  .extra{
      display: block;
  }
}


.list-item a{
    color: black;
}

.list-item a .light i{
    color: silver;
}

.donker a, .donker .itemcontent a{
    color: white;
}

.info a, .extradonker a{
    color: white;
    font-weight: bold;
}


a:hover {
}

td{
    vertical-align: top;
}

.logo{
    font-weight: bold;
    font-family: Arial;
}
.logo .top{
}
.logo .bottom{
    font-size: 146%;    
}

p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

ul.no-style{
    list-style: none;
}

ul.no-style li{
    list-style: none;
}


#header ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#header ul li{
    list-style: none;
    display: inline-block;
    padding-right: 2em;
    font-size: 1.5em;
}

#header ul li a{
    color: white;
    font-weight: bold;    
}

.m-y{
    padding: 10px 0px;
}

.search-query{
    padding: 10px;
    font-size: 18px;
    margin: 10px 0px;
    width: 50%;
}

.button{
    width: 20%;
    font-size: 18px;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    padding: 12px;
    display: inline-block;
}

.right{
    float: right;
}

.fa.big{
    font-size: 18px;
    margin: 10px;
    color: #756bb1;
}

.content{
    margin-left: 80px;
    margin-right: 180px;
    height: 70px;
    overflow: hidden;
}

.content .thema{
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

.content .titel{
    font-size: 18px;
    padding-top: 5px;
}

.content .titel a{
    color: black;
    font-weight: 500;
}

.content .extra, span.extra{
    font-size: 12px;
    color: #777777;
    padding-top: 3px;
}

            
@media (max-width: 768px) {
    .content .extra, span.extra{
        display: none;
    }
}

table{
    width: 100%;
}

th{
    text-align: left;
    vertical-align:bottom;
}

th.gemeente{
    height: 100px;
}

th.gemeente span{
    writing-mode: tb-rl;    
    display: block;
    text-align: right;
    padding: 0px 5px 5px 5px;
}

td.score{
    text-align:center;
    vertical-align: middle;
    color: silver;  
    width: 2.5em;
    position: relative;
}

td.score a{
    display: block;
    position: absolute;
    bottom: 0px;
    top: 0px;
    right: 0px;
    left: 0px;
    color: white;
    padding-top: 1.75em;
}

td.score span{
}

td.score span.active {display: none;}
td.score span.passive {display: inline;}
td.score:hover span.active {display: inline;}
td.score:hover span.passive {display: none;}


div.score{
    float: right;
    width: 100px;
    height: 100px;

    border: 1px solid black;
}
div.score div{
    padding: 38px 0px;
    line-height: 24px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
}
div.score div.rood{ background: red; color: white;}
div.score div.oranje{ background: orange; color: white;}
div.score div.groen{ background: #44FF44; color: white;}
div.score div.blauw{ background: #9ecae1; color: white;}

form table{
    width: 100%;
}

form table tr{
    margin-bottom: 10px;
}

form table td:first-child{
    width: 30%
}

form table td, form.new-dataset table td input, form table td select{
    font-size: 16px;
    padding: 10px;
}

form.score table td input{
    font-size: 16px;
    padding: 5px;
    margin: 5px 0px;
}

form table td input[type="radio"]{
    margin-right: 10px;
}

form table td input[type="text"]{
    width: 480px;   
}

form.score table td input[type="text"]{
    width: 100%;   
}

.subheader{
    background: #deebf7; 
    color: #3182bd;   
    padding: 10px;
    margin: 10px 0px;   
    font-weight: bold;
}

div.scoredetail table td{
    font-size: 16px;
    padding: 10px;
}

div.editscorefooter{
    margin: 100px 0px 20px 0px;
    padding-top: 10px;
    border-top: 1px solid silver;
}

form table td select{
    width: 500px;
}

<!-- ImageUpload Directive -->
.clearfix{
    overflow: auto;
}
.dropzone {
    position: relative;
    padding: 10px;
    border: 1px dashed #b3b3b3;
    border-radius: 4px;
    background-color: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dropzone .msg{
    color: silver;
}
input.fileUpload{
    display: none;
}
.preview{
    margin: 10px 0;
    padding: 5px;
}
.previewData img{
    width: 100%;
}
.previewDetails{
    display: inline-block;
    float: left;
    margin: 5px;
    padding: 8px;
}
.detail{
    font-family: arial;
    padding: 5px;
    overflow: hidden;
    max-width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.previewControls{
    display: inline-block;
    float: left;
    margin: 40px 30px;
}
.circle{
    border: 2px solid #5B93F5;
    border-radius: 20px;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin: 5px;
    cursor: pointer;
    color: #5B93F5;
}
.circle.upload:hover{
    border: 2px solid green;
}
.circle.upload:hover i.fa-check{
    color: green;
}
.circle.remove:hover{
    border: 2px solid red;
}
.circle.remove:hover i.fa-close{
    color: red;
}
.circle i{
    position: relative;
    font-size: 14px;
}
.circle i.fa-check{
    top: 3px;
    left: 5px;
}
.circle i.fa-close{
    top: 2px;
    left: 7px;
}
<!-- end ImageUpload directive -->

ul.treeview{
    padding-left: 0px;
}

ul.treeview li{
    list-style: none;
}


.columns3{
}
@media (min-width: 768px) {
    .columns3{
        column-count: 2;
        column-gap: 20px;
    }
}
@media (min-width: 1140px) {
    .columns3{
        column-count: 3;
        column-gap: 20px;
    }
}

.main-title {
    color: black;
    background-color: rgba(226, 238, 238, .85);
    text-align: left;
}

input[type="checkbox"],input[type="radio"]{
    margin-right: 10px;
}

.linebreaks{
    white-space: pre-wrap;
}

.strong{
    font-weight: bold;
}

ul.tree.accordion{
    padding: 0px;
    margin: 0px 0px 0px 10px;
}

.diff0{
}

.diff1{
    color: green;
    text-decoration: underline;
}

.diff-1{
    color: indianred;
    text-decoration: line-through;
}

footer{
    margin-top: 100px;
    padding: 100px 50px;
    padding-top: 100px;
    border-top: 3px solid #e2eeee;
    background: #f5f5f5;
}

#main-footer .footer-widget h4 {
    font-size: 18px;
    color: #e04952;
}

a.link{
    color: var(--primary);
}

#modulebackground{
    display: none;
}


#svgpanzoom{
    width: 100%;
    height: 100%;
    display: block;
}

#search{
    background-color: white;
    padding: 20px;
}

#svgcontainer{
    background-color: #fefefe;
}

@media (max-width: 420px) {
    #search {
        position: relative;
        width: 100%;
    }

    #svgcontainer {
        position: relative;
        width: 100%;
        height: 60vh;
    }
}

@media (min-width: 420px) {
    #search {
        position: fixed;
        left: 20px;
        width: 24rem;
        background-color: white;
        top: 96px;
        padding: 20px;
        box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.3);
        z-index: 99;
    }

    #svgcontainer{
        position: fixed;
        left: 0;
        right: 0;
        top: 76px;
        bottom: 0;
        z-index: 1;
    }
}

#explainer{
}

#explainer #explainer-header{
    background-color: var(--secondary);
    padding: 5px;
    margin-bottom: 1rem;
    color: white;
    font-size: 110%;
    font-weight: bold;
}

#search h1, #explainer h1{
    font-size: 1.5rem;
}

aside{
    position: fixed;
    right: 0px;
    background: white;
    width: 408px;
    max-width:100vw;
    top: 76px;
    bottom: 0px;
    box-shadow: -10px 0 10px -5px rgba(0, 0, 0, 0.3);
    z-index: 98;
}

aside h1{
    font-size: 2rem;
}
aside h2{
    font-size: 1.5rem;
}
aside h3{
    font-size: 1.25rem;
}

aside .scrolly{
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 4rem;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

aside ul.kansen{
    list-style: none;
    padding: 0;
}

aside ul.kansen li{
    list-style: none;
    margin-bottom: 1rem;
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 1.6;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

#view{
    padding-top: 76px;
}

#list-group h3{
    font-size: 1.2rem;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

#list-group h3 div.open{
    display: none;
}

#list-group h3.collapsed div.open{
    display: block;
}

#list-group h3 div.close{
    display: block;
}

#list-group h3.collapsed div.close{
    display: none;
}

div.dummy{
    display: none;
}

ul.simple{
    list-style: none;
    padding-left: 1.7rem;
}

ul.simple li{
    list-style: none;
}

.box.frontpage {
    min-height: 15rem;
}

.row-eq-height {
    display: flex;
}

ul.programmapunten, ul.partijen{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.programmapunten li, ul.partijen li{
    list-style: none;
}

img.partijlogo{
    width: 50px;
    margin-right: 10px;
}

div.partijblokje{
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    border-radius: 0.2rem;
}

div.kansquote{
    background: #fcfcfc;
    border-left: 10px solid #f9f9f9;
    margin: 1.5em 0;
    padding: 0.5em 10px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    min-height: 8em;
}
div.kansquote i.fa{
    font-size: 8em;
    position: absolute;
    color: #f3f3f3;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}
div.kansquote strong{
    font-size: 1.2rem;
    z-index: 3;
}
div.kansquote p{
    margin-top: 0;
    z-index: 3;
}