.navbar {
    background-color: #939da0;
}
body{
    font-family: myriad-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}
*:focus {
    outline-style:none!important;
    box-shadow:none!important;
    border-color:transparent!important;
}
.content-wrap h1 {
    text-align: center;
    font-weight: 300;
}
h1{
    text-align:center!important;
}
.content-wrap h1 span {
    padding: 0 60px!important;
    font-weight:700!important;
}
h2 {
    margin-top:50px;
    word-break: break-word;
}
.navbar
{
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
.navbar a
{
    color: #FFF!important;
}
.navbar li
{
    padding:0 5px;
}
h3 {
    font-size: 20px;
}
.intro, .intro .col-6 {
    height:100vh;
}
.bol {
    height: 450px;
    width: 450px;
    border-radius: 500px;
    position: absolute;
    margin-top: calc( (100vh / 2) - 250px );
    margin-left: -120px;
    background-color: rgba(0, 112, 185, .7);
}
.bol-top {
    height:200px;
    width: 100%;
}
.bol-bottom {
    height:250px;
    width: 100%;
}
.bol-top .logo {
    height: 45px;
    margin-left: 190px;
    position: absolute;
    top: 150px;
}
.bol-bottom h1 {
    font-family: myriad-pro, sans-serif;
    margin-left: 160px;
    text-align: left!important;
    color: #FFF;
    font-weight: 300;
}
.bol-bottom h1 span {
    font-family: myriad-pro, sans-serif;
    padding: unset!important;
    border-bottom: #FFF 2px solid;
}
.intro-item{
    width:95%;
}
.intro-number{
    width:120px;
    font-size: 40px;
    font-weight: 700;
}
.intro-description{
    width:100%;
    font-size: 20px;
    font-weight: 300;
}
.borderBottom{
    width:120px;
    border-bottom: #0071b9 2px solid;
}
.intro-items {
    padding-top: 20vh;
    padding-bottom: 10vh;
}
.intro-items2 {
    padding-top: 20vh;
    padding-bottom: 10vh;
}
.content-wrap {
    padding-top:100px;
}
.h1intro {
    text-align:center;
    text-decoration: underline;
    text-underline-position: under;
    font-weight: 600;
}
h2 span{
    color: #0071b9;
    font-weight: 700;
}
.topborder {
    border-top: 1px solid;
}
.green {
    border-color: #1f8c30!important;
}
.blue {
    border-color: #0071b9!important;
}
.background.green {
    background-color: #1f8c30;
    color:#FFF;
}
.background.blue {
    background-color: #0071b9;
    color:#FFF;
    text-align: center;
}
.content .row div {
    padding: 15px 40px;
}
table{
    width:100%
}
td {
    border: 1px solid rgb(31, 140, 48, 0.3);
    padding:5px;
    height: 60px!important;
}
th {
    background: rgb(31, 140, 48, 0.3);
    border: 1px solid rgb(31, 140, 48, 0.3);
    padding:5px;
}
tr:nth-child(even) {
    background: rgb(31, 140, 48, 0.2);
}
tr:nth-child(odd) {
    background: rgb(31, 140, 48, 0.1);
}

.background.green td {
    border: 1px solid rgb(255, 255, 255, 0.3);
    padding:5px;
}
.background.green th {
    background: rgb(255, 255, 255, 0.3);
    border: 1px solid rgb(255, 255, 255, 0.3);
    padding:5px;
    color:#212529;
}
.background.green tr:nth-child(even) {
    background: rgb(255, 255, 255, 0.2);
}
.background.green tr:nth-child(odd) {
    background: rgb(255, 255, 255, 0.1);
}

.parallax {
    /* Set a specific height */
    height: 250px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    margin:50px 0;
    z-index:999;
  }
  
  .parallax.footer {
    margin-bottom:0!important;
  }

.prev, .next {
    position: fixed;
    bottom: 25px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
}
.next {
    right: 25px;
}
.prev {
    left: 25px;
}
.background a {
    color:#FFF;
}
.background a:hover {
    text-decoration: none;;
}
li.nav-item.active {
    /*background-color: rgb(0, 113, 185, 1);*/
}
.nopadding {
    padding:0!important;
}
.profile-picture {
    width: 100%;
    border-radius:100%;
}
blockquote {
    font-family: myriad-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #1f8c30;
    text-align:center;
}
small.quote {
    text-align:center;
    font-weight:300;
}
p.counter {
    margin:0;
    margin-top:-20px!important;
    font-size:32px;
    font-weight: 600;
}
span.counter2, span.counter3, span.counter4 {
    font-weight: 600;
}
p.counter+p {
    padding-bottom:20px;
    margin-top:-15px;
}
p.conclusion {
    font-size: 18px;
    font-weight: 500;
}
p.conclusion span {
    font-weight: 900;
}
.highlight {
    min-height:150px;
}
.highlight .row, .highlight .row div {
    height: auto;
}
.highlight-desc {
    background-color: rgb(31, 140, 48, 0.7);
    padding:0;
    height: 100%!important;
    color: #FFF;
    display: flex;
    font-size: 16px;
}
.highlight-title, .highlight-title-down {
    display: flex;
    font-weight: 600;
}
.highlight-title:after, .highlight-title-down:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 113, 185, 0);
	border-left-color: #0071b9;
	border-width: 30px;
    margin-top: -30px;
    z-index: 999;
}
.highlight-title-down {
    height:100%!important;
}
.highlight-title-down:after {
    left: calc( 50% - 15px );
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 113, 185, 0);
    border-left-color: #0071b9;
    border-width: 30px;
    margin-top: 0px!important;
    z-index: 999;
    transform: rotate(90deg);
}
.highlight p {
    padding:0;
}
div {
    background-position:center;
    background-size: cover;
}
.bluecard {
    display: flex;
    height: 33%;
}
.bluecard:nth-child(even) img {
    position: absolute;
    height:80%;
    right:15px;
}
.bluecard:nth-child(odd) img {
    position: absolute;
    height: 50%;
    left: 30px;
    margin-top: auto;
    margin-bottom: auto;
    top: 35px;
}
.country:nth-child(odd) img {
position: absolute;
    height: 40%;
    right: 12%;
    top: 50px;
}
ul {
    text-align: left;
}
.arrow::before {
    content:url('assets/pijl.png'); /* with class ModalCarrot ??*/
    position:absolute; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left:50%;
    transform: rotate(25deg) scaleX(0.7) scaleY(0.7);
}
img.sublogo {
    height: 75px;
    display: inline-flex;
    padding: 10px;
    background: white;
}
.preventieplannen h4 {
    margin:25px 0;
    font-weight:700;
}
.preventieplannen i {
    font-size:32px;
}
.preventieplannen .counter {
    font-size:55px;
    font-weight:300;
    margin:0;
}
.timeline hr::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid white;
    position: absolute;
    margin-top: -8px;
    margin-left: -15px;
}
.timeline hr::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid white;
    position: absolute;
    right:0;
    margin-top: -8px;
    margin-right: 25px;
}
.afvalstromen {
    padding:0!important;
}
.afvalstromen>div {
    padding:0;
}
.afval-card {
    padding:1px!important;
    height:175px;
    text-align: center;
}
.afval-card img {
   max-height:100%;
   max-width:100%;
   padding:25px;
}
p.tl-right {
    position: absolute;
    right: 25px;
    text-align: right;
    font-size:25px;
}
p.tl-left {
    position: absolute;
    margin-left: -20px;
    font-size:25px;
}
p.tl-right small {
    font-size:15px;
}
p.tl-left small {
    font-size:15px;
}
.flexdiv {
    display:flex;
}
img.regio {
    margin-top: -65px;
    height: 100px;
    margin-bottom:25px;
}
img.icon {
    height: 95px;
    width: auto;
    max-width: 95%;
    margin-bottom: 15px;
}
.result-icon {
    padding: 5px!important;
}
p.recyclage {
    font-size:20px;
    font-weight:600;
    margin-bottom: -6px!important;
}
p.recyclage-titel {
    margin-top: 200px!important;
}
.result-icon .counter {
    font-weight:600;
}
.result-icon.circle {
    color:#1f8c30;
    background-color:#e5e5e5;
    border-radius:100%;
    border:3px solid #FFF;
    height:200px;
    width:200px;
}
.totals {
    font-size:22px;
    margin-bottom:-6px;
}
.result-icon .title {
    font-size: 25px;
    font-weight: 600;
    margin-top: -5px;
}
.print {
    position:fixed;
    right:25px;
    bottom:25px;
}
.print img {
    height:50px;
    width:auto;
}
.country:hover img {
    transform: scale(1.3);
    
}
.country img { transition: all 1s ease-in-out; }

.navbar {
    background-color: #FFF;
    z-index: 999999;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.navbar-collapse.collapse.show{
    background-color: #FFF;
}
.navbar-collapse.collapse.show a {
    color: #212529!important;
    font-weight:700;
}
.dropdown-menu a {
    font-weight: 100!important;
}
.navbar-collapse.collapse.show .active a{
    color: #218C32!important;
}
li.nav-item:hover {
    /*background-color: rgb(0, 113, 185, 1);*/
}
.navbar-collapse.collapse.show li.nav-item:hover a {
    color: #218C32!important;
}
.custom-toggler.navbar-toggler {
    border: 0;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar {
    padding: 0;
}
big {
    font-size: 40px;
}
.blauweZak {
    text-align:center;
}
.languageSwitch {
    list-style-type:none;
    height:20px;
    display:flex;
}
.languageSwitch li {
    height:100%;
    flex-direction:column;
}
.languageSwitch img {
    height:100%;
    margin-bottom: 10px;
}

a.nav-link {
    margin-left: 35px;
}
.nav-item:nth-child(1) a.nav-link {
    margin-left: 47px;
}
div#navbarNavDropdown {
    width: 400px;
    position: fixed;
    top: 0;
    left: 150px;
    z-index: 999999;
    background: rgba(266,266,266,.9);
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
}
.block-highlight {
    padding-top:25px;
    padding-bottom:25px;
    background-color:#218C32; 
    color:#FFF;
}
.block-highlight p {
    font-weight:400;
}
.container-fluid p {
    margin:25px 0;
}
.footer a {
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
}
.recyclage+small+p {
    margin-top: 25px;
}
.highlight-desc p {
    font-size: 17px;
}
img.sign {
    max-width: 150px;
}
i.fas.fa-long-arrow-alt-left, i.fas.fa-long-arrow-alt-right  {
    font-size: 16px;
}
li.nav-item {
    position: relative;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 30px;
    left: 50px;
}
.navbar-collapse.collapse.show li.nav-item:hover .dropdown-menu a {
    color: #212529!important;
    font-size:14px;
    font-weight: 700;
}
.dropdown-menu li {
    width: 98%;
}
.finalResult {
    padding:10px!important;
}
.werkgroepen {
    padding:25px!important;
    text-align:left!important;
    height:100%;
}
.werkgroepen h3 {
    padding:0;
}
.partijen, .partij, .partij-icon, .partij-text {
    padding:0!important;
}
.partij {
    display: flex;
    flex-direction: row;
    min-height: 60px;
    background-color: #FFF;
    color: #0071b9;
    padding: 15px!important;
    margin-bottom: 5px;
}
.partij-icon {
    min-width:50px;
}
.partij i {
    font-size:30px;
}
.partij-text {
    padding-left:20px!important;
}
.werkgroep-wrap:nth-child(odd) {
    padding-right:5px!important;
    padding-bottom:10px!important;
}
.werkgroep-wrap:nth-child(even) {
    padding-left:5px!important;
    padding-bottom:10px!important;
}
.werkgroep-logos {
    display:flex;
    flex-direction:row;
    padding:0!important;
}
.werkgroep-logos img {
    width:14.2%;
    padding:12px;
}
.kern-logo {
    max-width:100%;
}
.titels p {
    font-size: small;
    white-space: nowrap;
}
.canvas-legend li {
    display: inline-block;
    margin-right:10px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
.highlight-desc {
         background-color: #1f8c30!important;
         display:block;
    }
    .highlight-title {
         display:block;
    }
}

@media print
{    
    .no-print
    {
        display: none !important;
    }
} 

@media only screen and (max-width:1399px)
{    
.nopadding .row {
    margin:0;
}
img.icon {
    height:75px;
    margin-top:10px;
    margin-bottom:25px;
    width:auto;
    max-width:100%;
}
}
@media only screen and (max-width:1000px)
{   
    .bluecard img {
    height: 20%!important;
    left: 15px!important;
}
img.sublogo {
    height: unset;
    width:60%;
    margin-top:15px;
}
.arrow::before {
    content: url(assets/pijl.png);
    position: absolute;
    z-index: 100000;
    left: 47%;
    transform: rotate(25deg) scaleX(0.5) scaleY(0.5);
    margin-top: -35px;
}
}
@media only screen and (max-width:767px)
{ 
.background.blue.mt-1.timeline{
    padding-bottom: 140px!important;
}
.tl-right small {
    padding: 25px!important;
}
.background.blue.mt-1.timeline {
    padding-bottom: 110px!important;
}
.werkgroep-wrap:nth-child(odd) {
    padding-right:0px!important;
    padding-bottom:10px!important;
}
.werkgroep-wrap:nth-child(even) {
    padding-left:0px!important;
    padding-bottom:10px!important;
}
.arrow::before {
    content: url(assets/pijl.png);
    position: absolute;
    z-index: 100000;
    left: 44%;
    transform: rotate(25deg) scaleX(0.4) scaleY(0.4);
    margin-top: -35px;
}
.content .row div {
    padding: 15px;
}
.bluecard img {
    height: 20%!important;
    left: 15px!important;
}
p.tl-left {
    margin-left: 0;
}
.timeline hr::before {
    background-color:#0071b9;
    margin-left: 0;
}
.timeline hr::after {
    margin-right: 15px;
    background-color:#0071b9;
}
p.tl-right {
        right: 15px;
}
.nopadding.ml-3, .afvalstromen.ml-3 {
    margin:0!important;
}
.nopadding.ml-3 {
    margin-top:.5rem!important;
}
.bol {
    height: 300px;
    width: 300px;
    border-radius: 500px;
    position: absolute;
    left: 25px;
    right: auto;
}
.bol-top {
    height: 150px;
    width: 100%;
}
.bol-bottom {
    height: 150px;
    width: 100%;
}
.bol-top .logo {
    height: 40px;
    margin-left: 150px;
    position: absolute;
    top: 80px;
}
.bol-bottom h1 {
    font-family: myriad-pro, sans-serif;
    margin-left: 150px;
    color: #FFF;
    font-size:18px;
    font-weight: 300;
}
.intro-items {
    padding-top: 10vh;
    padding-bottom: 5vh;
}
.intro-number {
    width: 120px;
    border-bottom: #0071b9 2px solid;
    font-size: 25px;
    font-weight: 300;
}
.intro-description {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}
img.regio {
    margin-top: 0px;
}
.languageSwitch {
    padding-inline-start: 0!important;
}
.fixed-top p:nth-child(even) {
    margin-left: 20px!important;
}
.fixed-top p:nth-child(odd) {
    display: none;
}
div#navbarNavDropdown {
    width: 100%;
    left: 0;
}
h1 {
    font-size: 2rem;
}
ul ul .leaf p {
    height: 165px!important;
}
.arrow::before {
    content: ''
}
.werkgroep-logos img {
    max-height: 50px;
}
}
