@media (max-width: 1000px) {
  #voortgang div.content {
    display: block;
  }
}

@media (max-width: 950px) {
  header nav a:nth-child(4),
  header nav a:nth-child(5),
  header nav a:nth-child(6),
  header nav a:nth-child(7) {
    padding-inline: 10px;
  }
  
  header .background-map {
    top: 50px;
    margin-left: -460px;
  }
  
  header .street {
    z-index: -1;
    margin-left: 210px;
  }
  
  header #idea {
    margin-right: 0;
  }
  
  header section {
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem;
  }
  
  header section a {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .max-width {
    width: min(1000px, calc(100vw - 5rem))
  }
}

@media (max-width: 800px) {
  header {
    display: flex;
    flex-direction: column;
  }
  
  header nav {
    position: fixed;
    top: 70px;
    right: 0;
    flex-direction: column;
    border-bottom: none;
    padding-block: 5px;
    box-shadow: -5px 10px 30px rgb(0 0 0 / 0.2);
    display: none;
    z-index: 3;
  }
  
  header button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    padding: 17px;
    width: 70px;
    height: 70px;
    appearance: none;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 3;
  }
  
  header button svg path {
    fill: #941651;
  }
  
  header button.active {
    background: #941651;
  }
  
  header button.active svg path {
    fill: white;
  }
  
  header button.active + nav {
    display: flex;
  }
  
  header nav a {
    padding-block: 5px;
    padding-inline: 30px !important;
    font-size: 2rem;
  }
  
  header nav a:nth-child(4) {
    margin-left: 0;
  }
  
  header .background-map {
    top: 0;
    margin-left: -600px;
  }
  
  header .street {
    display: none;
  }
  
  header h1 {
    text-align: center;
    padding: 0;
  }
  
  header h1 img {
    margin-left: 0;
  }
  
  header #idea {
    margin: 0;
    margin-bottom: 2rem;
  }
  
  .columns {
    columns: unset;
  }
  
  .side-by-side {
    display: flex;
    flex-direction: column-reverse;
  }
  
  #hetverhaal figure {
    height: 20rem;
  }
}

@media (max-width: 650px) {
  :root {
    font-size: 14px;
  }
  
  #progress .metric {
    flex-flow: column-reverse;
    align-items: start;
  }
  
  #progress .metric .bar {
    width: 100%;
  }
  
  #progress .metric .value {
    text-align: left;
    margin-bottom: 10px;
  }
  
  p, li {
    font-size: 1.3rem;
  }
}

@media (max-width: 550px) {
  #doneer .big {
    font-size: 1.5rem;
  }
  
  #doneer .call-to-action svg {
    display: none;
  }
}

@media (max-width: 500px) {
  #doneer .call-to-action {
    font-size: 2rem;
  }
}

@media (max-width: 450px) {
  header h1 {
    margin-top: 5rem;
  }
  
  #voortgang p.countdown {
    font-size: 1.8rem;
    text-align: left;
  }
  
  #map-cover svg {
    display: none;
  }
  
  #doneer .big {
    font-size: 1.3rem;
  }
  
  #doneer .call-to-action {
    font-size: 1.8rem;
  }
}