.btn-info, .btn-primary, .btn-success, .uk-button-primary {
  background-color: #e8551e;
}

.btn-info:hover, .btn-primary:hover, .btn-success:hover, .uk-button-primary:hover {
  background-color: #ba4418;
}


.uk-tile, .uk-tile-muted {
  border-radius: 50px;
}

.highlighted {
  color: #e8551e;
}

.uk-card-hover h5 {
  color: #404040;
  transition: all .3s ease-in-out;
}

.uk-card-hover p {
  color: #000000;
  transition: all .3s ease-in-out;
}

.uk-card-hover:hover > * {
  color: #000000 !important;
  transition: all .3s ease-in-out;
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
  background-color: #E8551E;
}

.uk-offcanvas .uk-nav > li > a {
  font-weight: 700;
}

.uk-navbar-dropdown .el-item img {
  filter: invert(0);
  transition: all .2s ease-in-out;
}

.uk-navbar-dropdown .el-item:hover img {
  filter: brightness(0) invert(1);
  transition: all .2s ease-in-out;
}


.uk-navbar-dropdown .el-link {
  font-size: 14px;
  color: #767676;
}

.uk-navbar-dropdown, .uk-link-text a:hover, .uk-link-toggle:hover .uk-link-text, a.uk-link-text:hover {
  color: #1D1D1D !important;
}

video.el-image {
	border-radius: 20px !important;
}




/* List Styles */

li::marker {
  color: #E8551E;
}

ul {
  padding-left: 15px;
}

/*Formular Styles */

.formular_btn {
	background:#e8551e !important;
}

.formular_btn:hover {
	background:#ba4418 !important;
}

.form-check-input[type=checkbox] {
  margin-right: 5px;
}

.form-check-input[type=checkbox]:focus, .form-check-input[type=radio]:focus, .uk-checkbox:focus, .uk-radio:focus {
  background-color: #e8551e;
}

.form-check-input[type=checkbox], .form-check-input[type=radio], .uk-checkbox, .uk-radio {
  background-color: #e8551e;
}

.visforms input {
  border-bottom: 2px solid #f9f9f9 !important;
}

.field10 {
	margin-bottom: 10px;
}

@media (min-width: 1400px) {
  form .col-xxl-9 {
      flex: 0 0 auto;
      width: 80%;
  }
}

@media (min-width: 960px) {
    
  .language-switcher-dropdown {
    position: relative;
    display: inline-block;
  }

  .language-toggle {
    background: transparent;
    border: none;
    font-weight: bold;
    font-size: 1em;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding: 0.25rem 0.5rem;
  }

  .language-dropdown {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.25rem 0.5rem;
    margin: 0;
    list-style: none;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 40px;
  }

  .language-dropdown li {
    margin: 0.25rem 0;
    text-align: right;
  }

  .language-dropdown a {
    color: #333;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    transition: color 0.2s ease;
    font-family: 'Poppins', sans-serif;
  }

  .language-dropdown a:hover {
    color: #E8551E;
    
  }

  .language-switcher-dropdown:hover .language-dropdown {
    display: block;
  }

  .language-switcher-dropdown:hover .language-dropdown {
    padding: 20px;
  }

  .language-dropdown {
    border: 0px;
  }

  .language-toggle {
    font-weight: 600;
    font-size: 1em;
  }
}

/* Menu */

.uk-offcanvas .uk-nav-sub a img {
	display: none !important;
}