.gray-gradient-top-to-bottom {
  background: -moz-linear-gradient(top, #d6d8d8 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d8d8), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #d6d8d8 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #d6d8d8 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #d6d8d8 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #d6d8d8 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d8d8', endColorstr='#00ffffff', GradientType=0);
}

.cntr_50_50 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.col-50-50-cnt {
  background-image: url('../resourcen/klick-finger.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80%;
  min-height: 600px;
  padding-left: 30px;
  padding-right: 30px;
}

.col-50-50-cnt .preview_title {
  font-size: 28px;
  padding-top: 50px;
  margin-bottom: 60px;
}

.col-50-50-cnt h1 {
  font-size: 42px;
  padding-bottom: 30px;
}

.col-50-50-cnt .preview_text {
  font-size: 17px;
  padding-bottom: 80px;
}

.cntr_50_50 a {
  color: #666666;
  padding-bottom: 50px;
}

.cntr_50_50 a:hover {
  color: #666666;
  text-decoration: none;
}


.cntr_50_50_top {
  padding: 0;
}

.col-50-50-img {
  padding: 0;
}