header .nav-item, header .hamburger-selects-wrapper, header .hamburger-contacts-wrapper,header .mm-listitem__btn, header .hamburger-wishlist {
	display:none !important;
}

#menu {
	display:block;
	text-align:center;
}

#menu li, #menu .mm-listitem {
	display:inline-block;
}

#szechenyi {position:fixed;right:0;bottom:0;z-index:1000}

#szechenyi img {height:150px;width:auto}

#szechenyi #x {
	    position: absolute;
    left: 10px;
    top: 0px;
    color: white;
    background-color: #005ba2;
    border-radius: 50%;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer;
}

    .footer-rows .col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }


.kickerimage-section-body .kickerimage-title,
.kickerimage-section-body .kickerimage-title a,
.kickerimage-section-body .kickerimage-title * {
  color: transparent !important;          /* szöveg eltűnik, kattintható marad */
  -webkit-text-fill-color: transparent !important; /* WebKit biztosítás */
  text-shadow: none !important;           /* ne derüljön ki árnyékból */
  box-shadow: none !important;
  background-image: none !important;      /* ha gradienttel “írják” a szöveget */
  background-clip: border-box !important; /* átvágás trükkök ellen */
}


.worker {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 20px);
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 10px;
    background-color: #ffffff;
    box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

.worker span {
    font-size: 18px;
}

.worker img {border-radius: 8px;margin-right: 15px !important;}

div#contact-info {
    margin: 30px 0 80px;
}


@media screen and (max-width: 1200px) {
	#menu {
	display:none !important;
}
}