/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /*Margin bottom by footer height*/
  margin-bottom: 340px;
}

.deutschland {
  /*Margin bottom by footer height*/
  margin-bottom: 480px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
height: 340px;
 background:#3B4F43;
  
}

.footer-de {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
height: 480px;
 background:#3B4F43;
  
}

.footer-contact {
  position: absolute;
  bottom: 20;
  width: 100%;
  /* Set the fixed height of the footer here */
height: 280px;
 background:#3B4F43;
  
}

@media (max-width: 768px) {
	
	body {
  /*Margin bottom by footer height*/
  margin-bottom: 780px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
height: 780px;
 background:#3B4F43;
  
}

.footer-contact {
  position: absolute;
  bottom: 20;
  width: 100%;
  /* Set the fixed height of the footer here */
height: 650px;
 background:#3B4F43;
  
}

.deutschland {
  /*Margin bottom by footer height*/
  margin-bottom: 530px;
}

.footer-de {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
height: 530px;
 background:#3B4F43;
  
}

}