@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*/
/* 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 {
  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: #60A917; }
  #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; }

.acceptCookie {
  position: fixed;
  min-height: 40px;
  width: 100%;
  background-color: #fff;
  color: #999;
  border-top: 1px solid #999;
  bottom: -120px;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  z-index: 9999; }
  .acceptCookie p {
    margin: 0 0 5px 0;
    display: block; }
    @media (min-width: 992px) {
      .acceptCookie p {
        margin: 0 10px 5px 0;
        display: inline-block; } }
  .acceptCookie .button {
    display: inline-block;
    background-color: #60A917;
    color: #fff;
    border: 1px solid #2F7800;
    border-radius: 2px;
    cursor: pointer;
    font-size: 13px;
    padding: 4px 12px;
    line-height: 1.2em;
    margin: auto;
    outline: medium none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none; }

.promotion-row {
  background-color: #2F4E9C;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 200px; }

.promotion-a {
  color: white !important;
  text-decoration: none;
  text-underline: none; }

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