body#footerContent {
  background-color: #5b6f73 !important;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}

#footerContent a.blank {
  width: 80%;
}

#footerContent a {
  color: #fff;
}

#footerContent .grossbuchstaben {
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

a.button {
  color: white;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 0px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}

#footerContent a.button:hover {
  color: #5b6f73 !important;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
}

#footerContent p.socials {
  text-align: right;
}

#footerContent p.socials img {
  width: 35px;
  margin-left: 10px;
  margin-top: 10px;
}
#footerContent div{
  flex: 0 0 66px;
  width: 66px;
  height: 67px;
}

#footerContent div:first-child{
  padding-right: 21px;
}
#footerContent div:last-child{
  padding-left: 21px;
}
#footerContent a.googleplusIcon:after{
  content: url('/_local/images/googleplus.svg');
}
#footerContent a.youtubeIcon:after{
  content: url('/_local/images/youtube.svg');
}

#footerContent a.googleplus:after,
#footerContent a.youtube:after{

}

#footerContent .facebook {
	font-size: 77px;
	margin-top: -5px;
}

@media screen and (max-width: 1024px) {
  #footerContent .cmsCell {
    min-height: 150px;
  }
}
