/*iHOVER_FX*/

/*MainPart*/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item {
  color: #fff;
}
.ih-item:hover {
  text-decoration: none;
}

  
/*Infofeld*/
.ih-item.square {position: relative;  width: auto;  height: auto;}
.ih-item.square .info {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left; 
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*INDIVIDUELL*/
  
/*ColorFX aus*


.ih-item.square.effect6.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

*/

.ih-item.square.effect6 {overflow: hidden;}
  
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info {
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
  
.ih-item.square.effect6 .info h3 {
  font-size: 37px;
  color: #fff;
  text-align: left;
  padding-left: 40px;
  background: #;
  margin: 0; 
/*vertikale Zentrierung*/
width: 100%;
position: absolute;
top: 45%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ih-item.square.effect6 .info p {
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 0px 0px 10px 40px;
  text-align: left;
  margin: 0; 
/*vertikale Zentrierung*/
width: 100%;
position: absolute;
top: 40%;  
  -webkit-transition: all 0.5s 0.1s linear;
  -moz-transition: all 0.35s 0.1s linear;
  transition: all 0.35s 0.1s linear;
}

.ih-item.square.effect6:hover .info {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);

}

.ih-item.square.effect6.bottom_to_top .info h3 {
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  -o-transform: translateY(-70%);
  transform: translateY(-70%);
}
.ih-item.square.effect6.bottom_to_top .info p {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ih-item.square.effect6.bottom_to_top:hover .info h3,
.ih-item.square.effect6.bottom_to_top:hover .info p{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 641px) {

.ih-item.square.effect6 .info h3 {font-size: 27px; padding-left: 15px;}
.ih-item.square.effect6 .info p {font-size: 10px; padding-left: 15px;;
}
