html {
  position:relative;
}

*::selection {
  background: #DE4A30;
  color: #ffffff;
}
*::-moz-selection {
  background: #DE4A30;
  color: #ffffff;
}
*::-webkit-selection {
  background: #DE4A30;
  color: #ffffff;
}
.hc-green, .text-primary  {
  color: #5CB347 !important;
}
.content #mainNav {
  background-color: #373136;
}
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover, a {
  color: #5CB347;
}
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover, a:hover {
  color: #DE4A30;
}
.nav-item.has-sub-menu a:hover .arrow-icon.is-down::after {
  border-color: #5CB347;
}
.portfolio-section .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(222,74,48,0.6);
}
#mainNav .navbar-toggler, .btn-primary, ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #DE4A30 !important;
}
footer .quicklinks a, footer .quicklinks a:hover {
  color: #DE4A30;
}
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  border-color: #DE4A30 !important;
}
.container-light {
  background-color: #CFCDCE;
}
.container-dark {
  background-color: #373136;
  color: #fff;
}
.container .text-muted {
  color: #5CB347 !important;
  margin-bottom: 40px;
}

button[data-klaro-trigger="show"] {
  display: block;
    position: fixed;
    left: 20px;
    bottom: 42px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: none;
    background: transparent;
}
button[data-klaro-trigger="show"]:before {
  content: '';
    position: absolute;
    top: -3px;
    left: -2px;
    /* bottom: 20px; */
    /* margin-bottom: 20px; */
    width: 48px;
    height: 48px;
    background: url(/fileadmin/user_upload/logos/settings-icon.svg) transparent;
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;content: '';
    position: absolute;
    top: -3px;
    left: -2px;
    /* bottom: 20px; */
    /* margin-bottom: 20px; */
    width: 48px;
    height: 48px;
    background: url(/fileadmin/user_upload/logos/settings-icon.svg) transparent;
    background-size: 37px;
    background-repeat: no-repeat;
    background-position: center;
}