/*ce001 Galerie Bilder Mouseover*/
.jo-ce001 .jo-item.col-12{
	padding:0;
}
.jo-ce001 .jo-item.col-sm-4:nth-child(3n+0){
    margin-right: 0;
}
.jo-ce001 .jo-item.col-sm-4:nth-child(3n+1){
    margin-left: 0;
}
.jo-ce001 .jo-item.col-sm-4{
    margin-bottom: 30px;
}
.jo-ce001 .jo-item div.jo-img {
    background-color: black;
    overflow: hidden;
}
.jo-ce001.jo-lt-2 .jo-item.col-sm-4 div.jo-img:hover{
    z-index: 9999;
}
.jo-ce001 img,
.jo-ce001 img:hover{
    opacity: 1;
}
.jo-ce001 .jo-img{
	position: relative;
}
.jo-ce001 .jo-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.jo-ce001 .jo-ol-title{
    padding: 15px;
    text-transform: uppercase;
    font-weight: normal;	
    color: white;
}
.jo-ce001 .jo-ol-description{
    padding: 15px;
    color: white;
}
.jo-ce001.row {
    overflow: hidden;
}


/* Effekte */
.jo-ce001.jo-ef-1 .jo-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jo-ce001.jo-ef-1 .jo-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jo-ce001.jo-ef-1 .jo-img .jo-ol {
    position: absolute;
    bottom: 0;
    background-color: rgba(90, 90, 90, 0.75);
    width: 100%;
    height: 0px;
    transition: 1s height;
}
.jo-ce001.jo-ef-1 .jo-img:hover .jo-ol {
    height: 160px;
    transition: 1s height;
}

.jo-ce001.jo-ef-2 .jo-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.jo-ce001.jo-ef-2 .jo-img:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jo-ce001.jo-ef-2 .jo-img .jo-ol {
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    background-color: rgba(90, 90, 90, 0);
    transition: 1s background-color;
}
.jo-ce001.jo-ef-2 .jo-img:hover .jo-ol {
    background-color: rgba(90, 90, 90, 0.75);
}

.jo-ce001.jo-ef-2 .jo-ol-title{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;	
	align-items: center;
}
.jo-ce001.jo-ef-2 .jo-ol-description{
	display: none;
}

/* Layouts */

.jo-ce001.jo-lt-1 .jo-img .jo-ol {
    background-color: rgba(13, 34, 71, 0.75);
}
.jo-ce001.jo-ef-2.jo-lt-1 .jo-img .jo-ol{
	background-color: rgba(13, 34, 71, 0);
}
.jo-ce001.jo-ef-2.jo-lt-1 .jo-img:hover .jo-ol{
	background-color: rgba(13, 34, 71, 0.75);
}
.jo-ce001.jo-lt-1 .jo-ol-title,
.jo-ce001.jo-lt-1 .jo-ol-description{
    color: white;	
}
.jo-ce001.jo-lt-2 .jo-img .jo-ol {
    background-color: rgba(245, 156, 0, 0.75);
}
.jo-ce001.jo-ef-2.jo-lt-2 .jo-img .jo-ol{
	background-color: rgba(245, 156, 0, 0);
}
.jo-ce001.jo-ef-2.jo-lt-2 .jo-img:hover .jo-ol{
	background-color: rgba(245, 156, 0, 0.75);
}
.jo-ce001.jo-lt-2 .jo-ol-title,
.jo-ce001.jo-lt-2 .jo-ol-description{
    color: white;	
}
@media print {
  .jo-item.col-sm-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
}

/*ce001 Galerie Bilder Ende*/