#header .logo a {
  color: #cc1616;
}

.btn-outline-dark {
  color: #444444;
  border: 2px solid #444444;
  border-radius: 0;
}

.btn-outline-dark:hover {
  color: #fff;
  border: 2px solid #fff;
  background-color: #cc1616;
}

.services .icon-box:hover .btn-outline-dark {
  color: #fff;
  border: 2px solid #fff;
}

#gdprModal .modal-dialog {
  z-index: 2000;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0 !important;
}

#acceptGdprBtn {
 border-radius: 0 !important;
  background-color: #CC1616;
}

@media (min-width: 768px) {
  #gdprModal .modal-dialog {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  #gdprModal .modal-content {
    border-radius: 0;
    border: none;
  }
}




