/* footer {
  position: absolute;
  bottom: 0px;
  margin-top: auto;
  padding-bottom: .5%;
  padding-top: .5%;
  width: 100%;
  height: fit-content;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
} 
*/

.footer-vlak {
  /* padding: 2%; */
  width: 100%;
  height: 10%;
  /* margin-left: 250px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.vlak-in-footer {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  color:white;
}

/* .vlak-in-footer a{
  color: rgb(48,64,236);
}

.vlak-in-footer a:hover{
  color: rgb(36,48,180);
} */

.footer-container{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.vlak-info {
  width: 290px;
  height: 62px;
}

.copyright-vlak {
  /* width: 400px;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: end; */
  text-align: center;
}

.copyright-vlak h1 {
  color: #ffffff;
  /* padding-bottom: .5%; */
}

a {
  text-decoration: none;
}