/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}
canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

/* ---- SOCIAL ---- */
body {
  margin:0;
  padding:0;
  background:#ccc;
  font-family: 'Roboto Condensed', sans-serif;

}

ul {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  display:flex;
  margin:0;
  padding:0;
}

ul li {
  list-style:none;
  margin:0 5px;
}

ul li a .fa {
  font-size: 40px;
  color: #262626;
  line-height:80px;
  transition: .5s;
  padding-right: 14px;
}

ul li a span {
  padding:0;
  margin:0;
  position:absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  transition: .5s;
}

ul li a {
  text-decoration: none;
  display:absolute;
  display:block;
  width:210px;
  height:80px;
  background: #fff;
  text-align:left;
  padding-left: 20px;
  transform: rotate(-30deg) skew(25deg) translate(0,0);
  transition:.5s;
  box-shadow: -20px 20px 10px rgba(0,0,0,.5);
}
ul li a:before {
  content: '';
  position: absolute;
  top:10px;
  left:-20px;
  height:100%;
  width:20px;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewY(-45deg);
}
ul li a:after {
  content: '';
  position: absolute;
  bottom:-20px;
  left:-10px;
  height:20px;
  width:100%;
  background: #b1b1b1;
  transform: .5s;
  transform: rotate(0deg) skewX(-45deg);
}

ul li a:hover {
  transform: rotate(-30deg) skew(25deg) translate(20px,-15px);
  box-shadow: -50px 50px 50px rgba(0,0,0,.5);
}

ul li:hover .fa {
  color:#fff;
}

ul li:hover span {
  color:#fff;
}

ul li:hover:nth-child(1) a{
  background: #707070;
}
ul li:hover:nth-child(1) a:before{
  background: #707070;
}
ul li:hover:nth-child(1) a:after{
  background: #707070;
}

ul li:hover:nth-child(2) a{
  background: #d11d1d;
}
ul li:hover:nth-child(2) a:before{
  background: #d11d1d;
}
ul li:hover:nth-child(2) a:after{
  background: #d11d1d;
}

ul li:hover:nth-child(3) a{
  background: #707070;
}
ul li:hover:nth-child(3) a:before{
  background: #707070;
}
ul li:hover:nth-child(3) a:after{
  background: #707070;
}

ul li:hover:nth-child(4) a{
  background: #707070;
}
ul li:hover:nth-child(4) a:before{
  background: #707070;
}
ul li:hover:nth-child(4) a:after{
  background: #707070;
}

/* ---- Admin Button ---- 
ul li a.admin-button {
  text-decoration: none;
  display: block;
  width: 210px;
  height: 80px;
  background: #fff;
  color: #262626;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: left;
  padding-left: 20px;
  box-shadow: -20px 20px 10px rgba(0,0,0,.5);  3D shadow 
  border-radius: 10px;
  transition: all 0.3s ease;
  transform: none; /* Keine Rotation oder Schräglage 
}

ul li a.admin-button:hover {
  background: #0077cc;  Hover-Farbe 
  color: #fff;
  box-shadow: 4px 4px 15px rgba(0,0,0,.5), -4px -4px 15px rgba(255,255,255,.1); /* Hover 3D-Effekt 
  transform: translateY(-5px); /* Kleine Bewegung bei Hover, aber keine Schräglage 
}

ul li a.admin-button:active {
  background: #005fa3; 
  box-shadow: inset 4px 4px 10px rgba(0,0,0,.4), inset -4px -4px 10px rgba(255,255,255,.1); /* Klick-3D-Effekt
  transform: translateY(2px); /* Leicht nach unten gedrückt, keine Schräglage
}

ul li a.admin-button span {
  position: absolute;
  top: 30px;
  color: #262626;
  letter-spacing: 4px;
  transition: .5s; */

