/*-------------------- Footer --------------------*/

.wh_footer{
  height: auto;
  background: var(--siemens-petrol); 
  color: white;
  font-size: .9em;

  padding-left: var(--side-padding);
  padding-right: 14%;
  padding-top: 30px;
  padding-bottom: 50px;
}

.footer-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: start;

  margin: 0px !important;
}

.footer-container div {
  display: flex !important;
  flex-direction: row !important;
  width: 100%;
}

.wh_footer p{
  margin: 0;
  line-height: 30px;
}

.wh_footer a{
  margin-top: 0;
  line-height: 30px;
  color: white !important;
}

.wh_footer a:hover{
  opacity: 0.8;
  text-decoration: underline !important;
}

#main-container {
  flex: 4.5;
  flex-direction: column !important;  
}

.main-container-link {
  margin-right: 20px;
}

#support {
  flex:1;
  margin-left: 50px;
  margin-right: 50px;
  max-width: 200px;
  flex-direction: column !important;
}

#support-icon {
  margin-right:10px;
}

#follow {
  flex: 1.2;
  max-width: 180px;
  flex-direction: row !important;
  flex-wrap: wrap;
}

#follow p {
  min-width: 100% !important;
}

.follow_icon {
  margin-right: 10px;
}
