#footer {
  clear: both;
  position: relative;
  min-height: 60px;
  margin-top: 0px;
  width: 100%;

  font-family: "Montserrat", Helvetica, Arial, serif;
  font-style: normal;
  font-size: 14.0px;
  color: rgba(0, 0, 0, 1.0);
  line-height: 20.0px;

  background-color: rgba(240, 240, 240, 1.0);
}

.mobile-container #footer {

}

#footer a {
  color: #3D3D3D;
}

#footer a:not(.phone) {
  text-decoration: underline;
}

#footer ul {
  margin: 0px;
}

.desktop-container #footer {
  width: 100%;
  min-width: 983px;
}

.desktop-container #footer-part-1 {
  background-color: #E9E9E9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile-container #footer-part-1 {
  padding-top: 17px;
  padding-left: 17px;
  padding-bottom: 17px;
  background-color: #F0F0F0;
}

.desktop-container #footer-part-2 {
  background-color: #F0F0F0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.mobile-container #footer-part-2 {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 17px;
  background-color: #E9E9E9;
}

.desktop-container #footer-part-1 {
  float:left;
  padding-left: calc((100vw - 983px) / 2);
  width: calc((100vw - 983px) / 2 + (983px * 0.33));
  min-width: calc(983px * 0.33);
}

.desktop-container #footer-part-2 {
  float: left;
  width: calc((100vw - 983) / 2 + (983 * 0.66));
  min-width: calc(983px * 0.66);
}

.desktop-container #footer-part-1-content {
  float: right;
  padding-right: 35px;
}

.desktop-container #footer-part-2-content {
  position: relative;
  padding-left: 35px;
}

.mobile-container #footer-part-1-content {
  /*margin-left: calc(100vw / 2 - 160px);*/
  margin-left: 0px;
}
.mobile-container #footer-part-2-content {
  /* margin-left: calc(100vw / 2 - 160px); */
  margin-left: 0px;
}

#footer-contact,
#footer-media {
  display: block;
  list-style-type: none;
  padding-left: 0px;
}

#footer-contact li,
#footer-media li {

}

#footer-part-2 .volg-ons-1 {
  font-weight: 700;
}

#footer-part-2 img {
  height: 24px;
  width: 26px;
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 7px;

  display: inline-block;
}

#footer-part-2 a {
  font-weight: normal;
}
