@charset "UTF-8";
/* SOCIAL COLORS */
/* MENÜ */
/* MOBIL MENU */
/* Default colors */
/* Aside menu default color */
/* Default project color - Kiemelésekhez használható az admin felületen */
/* FORM default*/
/* Error message color */
/* Cookie sáv */
/* Breadcrumb */
/* Scrollbar szín*/
/* default variables */
:root {
  --project-color-1: #000000;
  --project-color-2: #ffffff;
  --project-color-3: #60A917;
  --project-color-4: #007bff;
  --project-color-5: #cc181e;
  --project-color-6: #343434; }

/* Placeholder color */
#picture-blend-mode {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-color: #acacac !important;
  transition: background-color 1s; }
  @media (min-width: 992px) {
    #picture-blend-mode {
      background-position: 0 0 !important; } }
  #picture-blend-mode:hover {
    background-blend-mode: multiply; }

#box-shadow {
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2); }

/*overlay*/
.overlay {
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 800;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10));
  filter: alpha(opacity = 10);
  -webkit-transition: opacity 1s;
  /* Safari */
  transition: opacity 1s; }

#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99999;
  border-radius: 5px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: auto;
  padding: 20px; }
  #spinner .fa-spinner {
    font-size: 50px;
    color: #ff6432; }
  #spinner #title {
    margin-top: 20px; }

#adjust-huener {
  z-index: 99999;
  border-radius: 5px;
  padding: 20px;
  background: url("../img/ajax-loader.gif") no-repeat center 15px #FFF; }
  #adjust-huener img {
    display: none; }

/*# sourceMappingURL=common.css.map */