.gallery-container {
  border: 1px solid #c3c3c3;
  background-color: #F6F6F6;
  margin: 20px 0;
  position: relative;
  display: block;
  max-width: 650px;
  width: 100%;
  clear: both;
}

.gallery-caption{
  padding: 20px 30px;
  font-size: 0.8rem;
  line-height: 1.3;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    background: #003c7c;
    border-radius: 0;
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 100%;
    opacity: 0.5;
    padding-top: 40%;
    display: none;
}

.owl-carousel:hover .owl-nav [class*="owl-"]{
  display: inline-block;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
  opacity: 1;
  background: #003c7c;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.gallery-expand {
    position: absolute;
    top: 5px;
    right: 30px;
    padding: 0 7px;
    border-radius: 5px;
    background-color: #003c7c;
    display: none;
    opacity: 0.5;
    color: #fff;
}

.gallery-expand:hover{
  opacity: 1;
  color: #fff;
}

.gallery-container:hover .gallery-expand{
  display: block;
}

.icon-right{
  background-image: url('weiter.png');
  background-image: url('weiter.svg');
}