.top-header a {
  color: #fff;
}
a {
  color: #e3722e;
}
a:hover {
  color: #777;
}
.main-header .menu ul li {
  margin-left: 0px;
}
.main-header .menu ul li a {
  padding: 6px 8px;
}
.flex-caption span {
    background: none;
}
#therapie {
  padding-top: 120px;
  padding-bottom: 80px;
  margin-top: 100px;
  background: #D3CDB5;
}
#therapie .title-section h2 {
  color: white;
}
#therapie .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#therapie .portfolio-thumb img  {
  width: 100%;
  height: auto;
}
#therapie .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#therapie .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#therapie .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#therapie .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#therapie .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#therapie .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.responsive-menu {
    top: -25px;
}
@media (max-width: 567px) {
  .main-header .logo h1 {
    font-size: 18px;
    margin-top: 10px;
  }
  .col-xs-6 {
    width: 80%;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .main-header .logo h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .col-xs-6 {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-header .logo h1 {
        font-size: 26px;
    }
  .col-sm-4 {
    width: 70%;
  }
  .col-sm-8 {
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .logo h1 {
      font-size: 18px;
      margin-top: 10px;
  }
  .main-header .menu {
  }
  .col-md-4 {
    width: 27%;
  }
  .col-md-8 {
    width: 73%;
  }
}
