@charset "UTF-8";
#sozialkasten {
  position: absolute;
  top: 30px;
  right: 0px;
  overflow: hidden;
}
.sozialschuber {
  display: table;
  position: relative;
  right: -188px;
  top: 0px;
  width: 220px;
  height: auto;
  z-index: 100;
  padding: 5px 0px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sozialschuber:hover, .sozialschuber.hover {
  right: 0px;
}
.sozialschuber p {
  font-size: 12px;
  display: table-cell;
  background-color: #e5ddcc;
  padding: 5px;
  width: auto;
}
.sozialschuber p a {
  padding-top: 2px;
}
p.fb:before {
  content: url(../socialicons-24/facebook-24.png);
  float: left;
  padding-right: 10px;
}
p.g:before {
  content: url(../socialicons-24/googleplus-24.png);
  float: left;
  padding-right: 10px;
}
p.t:before {
  content: url(../socialicons-24/twitter-24.png);
  float: left;
  padding-right: 10px;
}
p.yt:before {
  content: url(../socialicons-24/youtube-24.png);
  float: left;
  padding-right: 10px;
}
p.fb:before {
  content: url(../socialicons-24/facebook-24.svg);
  float: left;
  padding-right: 12px;
  width: 24px;
  height: 24px;
}
p.g:before {
  content: url(../socialicons-24/googleplus-24.svg);
  float: left;
  padding-right: 12px;
  width: 24px;
  height: 24px;
}
p.t:before {
  content: url(../socialicons-24/twitter-24.svg);
  float: left;
  padding-right: 12px;
  width: 24px;
  height: 24px;
}
p.yt:before {
  content: url(../socialicons-24/youtube-24.svg);
  float: left;
  padding-right: 12px;
  width: 24px;
  height: 24px;
}
.sozialschuber p a {
  display: block;
}
.fb-page {
  /*border: 1px solid #366da6;*/
  width: 300px;
  height: 130px;
}
.fb-likebutton {
  position: absolute;
  top: 660px;
  left: 50px;
  z-index: 9000;
}
