img.steckbrief
{
	max-height:140px;
	max-width:180px;
	z-index:0;
	display: inline-block;
  position: relative;
	
}


.crop {
    float: left;
    margin: .1em .1em .5em .1em;
    overflow: hidden; /* this is important */
    position: relative; /* this is important too */
    width: 180px;
    height: 130px;
}
.crop img.steckbrief {
    position: absolute;
    top: -5px;
    left: 15px;
}

.row:nth-child(3)
{background-color:#E6E6E6;}


p, h4{
  font-size:12px;
  font-weight:normal;
  text-align:center;
}
ul#sticky,li{
  list-style:none;
}
ul#sticky{
  overflow:hidden;
  padding:3em;
}
ul#sticky li a{
  text-decoration:none;
background: rgb(221,221,221); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  rgba(221,221,221,1) 8%, rgba(247,247,247,1) 58%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 98%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(8%,rgba(221,221,221,1)), color-stop(58%,rgba(247,247,247,1)), color-stop(98%,rgba(255,255,255,1)), color-stop(98%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(221,221,221,1) 8%,rgba(247,247,247,1) 58%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 98%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(221,221,221,1) 8%,rgba(247,247,247,1) 58%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 98%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(221,221,221,1) 8%,rgba(247,247,247,1) 58%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 98%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(221,221,221,1) 8%,rgba(247,247,247,1) 58%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
-webkit-backface-visibility: hidden;
-webkit-font-smoothing: antialiased;

  display:block;
  height:16em;
  width:14.5em;
  padding:1em;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
}
ul#sticky li{
  margin:1em;
  float:left;
}
ul#sticky li h4{
  font-size:168%;
  font-weight:bold;
  padding-bottom:10px;
  font-family:"Reenie Beanie",arial,sans-serif;
}
ul#sticky li p{
  font-size:180%;
  font-family:"Reenie Beanie",arial,sans-serif;
}
ul#sticky li a{
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform:rotate(-6deg);
}
ul#sticky li:nth-child(even) a{
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  position:relative;
  top:5px;
}
ul#sticky li:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
}
ul#sticky li:nth-child(5n) a{
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  position:relative;
  top:-10px;
}
ul#sticky li a.steckilink:hover,ul li a.steckilink:focus{
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
  opacity:1;
}