/* Füge hier Dein eigenes CSS ein */
.wrapper-feature-portfolio {
  margin-top: -30px;
  margin-bottom: -30px;
}

.wrapper-feature-portfolio .da-thumbs li a div.content {
    background-color: #3F51B5 !important;
  	opacity: 0.9 !important;
}

.button:hover {
  background: #3F51B5 !important;
  color: white !important;
}

.evision-back-to-top {
  background-color: #3F51B5 !important;
}

#menu-toggle:hover {
  background: #3F51B5 !important;
}

.grid-item {
  margin: 10px !important;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}