footer {
  /*width: 1520px;
  height: 178px;*/
  background-color: #262626;
  /*margin-top: 8px;*/
}
.newsletter-anmelden-container,
.feed-datenschutz-container,
.footer-social-container {
  padding: 15px 15px 15px 15px;
}
.newsletter-anmelden {
  /*width: 165px;
  height: 23px;
  font-family: FiraSans;*/
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  color: #ffffff;

  margin-top: 7px;
  margin-right: 102px;
  max-width: 210px;
  display: inline-block;
}
.newsletter-anmelden.last {
  margin-right: 0;
}
.newsletter-anmelden img {
  padding: 3px 8px 6px 0;
}
.footer-social-container a {
  padding-right: 24px;
  padding-top: 17px;
  display: inline-block;
}
.newsletter-anmelden a,
.feed-datenschutz a,
.abonn a {
  text-decoration: none;
  color: #ffffff;
}
.feed-datenschutz a {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.35px;
}
.abonn a {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.71;
  letter-spacing: 0.53px;
  text-align: center;
}
.footer-seperator {
  /*width: 1072px;*/
  height: 1px;
  background-color: #434343;
  margin: 15px;
}
.feed-datenschutz {
  /*width: 82px;
  height: 17px;
  font-family: FiraSans;
  */
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #ffffff;

  margin: 0 22px 16px 0;
  display: inline-block;
}
.abonn-container {
  width: 193px;
  height: 36px;
  border-radius: 4px;
  background-color: #bf0e2e;

  display: block;
  margin-left: 0;
  margin-top: 12px;
}
.abonn {
  /*width: 169px;
  height: 24px;
  font-family: FiraSans;*/
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: 0.53px;
  text-align: center;
  color: #ffffff;

  padding: 6px 12px;
}


/*============= Media Queries =============*/
/*========== Mobile First Method ==========*/
/* Custom, iPhone Retina */
 @media only screen and (min-width : 320px) {
   
 }
/* Extra Small Devices, Phones */
/*
 @media only screen and (max-width : 480px) {
  .abonn-container {
     display: block;
	 margin-left: 0;
	 margin-top: 12px;
   }

}
*/
/* Small Devices, Tablets */
 @media only screen and (min-width : 768px) {
 
 }
/* Medium Devices, Desktops */
 @media only screen and (min-width : 1024px) {
   .abonn-container {
     margin: 0 0 22px 10%;
     display: inline-block;
	 text-align: right;
	 float: right;
  }
  

}
/* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {

}