footer {
  background-color: #E94252;
  padding: 50px 20px 30px 20px;
  font-family: Reso;
  color: white;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  /* Verdeelt de ruimte tussen de secties */
  align-items: flex-start;
  /* Lijnt de items aan de bovenkant uit */
  max-width: 960px;
  margin: 0 auto;
}
.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Verdeelt de ruimte verticaal binnen de linkerkant */
  min-width: 200px;
  max-width: 600px;
}
.footer-left img {
  width: 50%;
}
.logo-part {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  /* Ruimte tussen de logo-onderdelen */
}
.lieve {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
}
.amsterdam-box {
  background-color: #f08080;
  /* Roze kleur voor de box */
  color: white;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px 8px;
  margin-left: 10px;
  border-radius: 5px;
  /* Optioneel: afgeronde hoeken */
}
.stad {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
}
.powered-by {
  font-size: 0.8em;
  margin-top: 20px;
}
.footer-middle {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle li {
  margin-bottom: 8px;
}
.footer-middle li a {
  color: #fff;
  text-decoration: none;
}
.footer-right {
  /* Optioneel: style voor de rechterkant als er content is */
}
/* Responsive aanpassingen voor kleinere schermen */
@media (max-width: 767px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    /* Centreer de items op mobiel */
    text-align: center;
    /* Centreer de tekst op mobiel */
  }
  .footer-left {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .powered-by {
    margin-top: 10px;
  }
  .footer-middle {
    margin-bottom: 20px;
  }
}
.nodec {
  text-decoration: none;
  color: white;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:footer] [11.1546] DESIGN*/
/*******************************************************************/
/* 0.7 P>P */
/* db 108 */
/* packed 04/06/2025 13:06:42 **/