@import "clearless";
.icon {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
.shadowPublikation {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.5);
  box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.5);
}
.clear {
  clear: both;
}
.bold {
  font-weight: 700;
}
.ultra-bold {
  font-weight: 900;
}
#footer {
  background-color: #fff;
}
#footer h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 700;
}
#footer-links div#quicklinks,
#footer-links div#allgemein {
  width: 185px;
  height: 160px;
  float: left;
  padding: 10px 20px;
}
#footer-links div#quicklinks ul,
#footer-links div#allgemein ul {
  color: #5a5951;
  list-style: none;
}
#footer-links div#quicklinks ul li,
#footer-links div#allgemein ul li {
  background: url("../../../img/layout/liststyle.png") no-repeat scroll 0 7px;
  padding: 0 0 0 13px;
}
#footer-links div#quicklinks ul li a,
#footer-links div#allgemein ul li a {
  text-decoration: none;
  color: #5a5951;
  font-size: 14px;
}
#footer-links div#social {
  width: 410px;
}
#footer-left {
  float: left;
  border-bottom: 1px solid #bebcc2;
  background: #ebebeb;
  height: 242px;
}
#newsletter {
  display: none;
  background: url("../../../img/layout/footer/icon_newsletter.png") #d40028 top left no-repeat;
  width: 595px;
  height: 50px;
  padding-left: 70px;
  padding-top: 10px;
}
#newsletter h2 {
  color: #fff;
}
#newsletter span.icon-newsletter {
  width: 53px;
  height: 54px;
}
#so_co {
  background: url("../../../img/layout/footer/bg-so-co.png") no-repeat 0 0;
  width: 986px;
  height: 133px;
  *margin-top: -20px;
}
#footer-links #social {
  padding: 10px 20px;
  width: 410px;
}
#footer-links #social #facebook {
  float: left;
  padding: 0 5px 0 0;
}
#footer-links #social #facebook img {
  border: 1px solid #3b579d;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer-links #social #youtube {
  float: left;
  margin: 1px 0 0 0;
}
#footer-links #social #twitter {
  float: left;
  padding: 0 5px 0 0;
}
#footer-links #social #twitter img {
  border: 1px solid #1da1f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#footer-links #social #so_icons {
  float: right;
  *padding: 10px 20px;
}
#footer-links #social .txt_share {
  padding: 0 10px;
  float: right;
  text-transform: uppercase;
  margin-top: 5px;
  color: #5a5951;
  font-weight: bold;
  font-size: 12px;
}
#footer-links #social .share_addthis {
  float: right;
  margin-top: 6px;
}
#footer-links #social .share_addthis span {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px #aaa;
  -moz-box-shadow: 0px 0px 4px #aaa;
  box-shadow: 0px 0px 4px #aaa;
}
#copyright {
  float: left;
  font-size: 11px;
  padding: 10px 20px;
  color: #5a5951;
}
