@media only screen and (min-width: 992px) {

.logo img {max-height: 70px;margin-top:-20px;}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.logo img {max-height: 70px;margin-top:-20px;}

}

@media only screen and (max-width: 767px) {
.our-mission-content ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
}

.section-title h2 {
  text-transform: none;
}

.breadcrumbs h2 {
  text-transform: none;
}

.breadcrumbs ul li a {
  text-transform: none;
}


.portfolio .single-pf .btn {
  min-height:48px;
  height: auto;
  min-width:150px;
  width: auto;
  padding: 0px 5px;
  text-transform: none;
  margin-left: -85px;
  top: 70%;
}

/* Buttons dauerhaft anzeigen*/
.portfolio .single-pf .btn {
  opacity: 1;
  visibility: visible;
}

.call-action {
  background-image: none;
}

.our-mission-content {
  max-width: none;
}


.service-details-area .choose-left .list li {
  color: #868686;
  margin-bottom: 12px;
  
}

.service-details-area .list li i {
  height: 15px;
  width: 15px;
  line-height: 15px;
  text-align: center;
  background: #1a76d1;
  color: #fff;
  font-size: 14px;
  border-radius: 100%;
  padding-left: 2px;
  margin-right: 16px;
}


.service-details-area li i {
  background: #1A76D1;
}

.service-details-area ul li i {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #1A76D12B;
  color: #1A76D1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  font-size: 11px;
  position: absolute;
  left: 0;
  top: -2px;
}


.team {
  background-image: none;
}

.service-details-area p a {color:#85BA46;font-weight:bold;}
.service-details-area p a:hover {color:#85BA46;font-weight:bold;}

.modal-dialog-centered.modal-dialog-scrollable a:visited {
  color: #ffffff;
}

.btn {
  text-transform: none;
}

.header .ahaus-notification p {color:#000000;}
.header .ahaus-notification h4 > i,.header .ahaus-notification p > i {color: rgb(133, 186, 70);}  

