#top-menu{background:var(--pink);padding:.5rem 0;color:var(--light);font-size:smaller}#top-menu .kontakt svg{width:1rem;height:auto}#top-menu ul{display:flex;justify-content:flex-end;align-items:center;margin:0}#top-menu ul li{display:inline-block;list-style-type:none}#top-menu ul li ul{margin:0}#top-menu ul li a{text-decoration:none;color:var(--light-gold);padding-left:1rem}#top-menu ul li a:hover{text-decoration:underline}.kontakt{display:flex}.kontakt p{margin:0;padding-left:.5rem}#main-menu li{display:inline-block;list-style-type:none}#main-menu ul li{position:relative}#main-menu ul li a{padding:.7rem;color:var(--dark);text-transform:uppercase;text-decoration:none}#nav{padding:1rem 0}#head-menu ul li a:hover,#head-menu ul .current-menu-item>a{color:var(--pink)}.sub-menu{display:none;position:absolute;top:100%;left:0;background-color:#fff;box-shadow:0px 4px 6px rgba(0,0,0,.1);list-style:none;padding:.5rem 0 0;margin:0;width:400px;z-index:1000}.sub-menu li{padding:.7rem 0}#main-menu .sub-menu li:last-of-type a{background:0 0;color:inherit;border:none;box-shadow:none;padding-left:.75rem}#main-menu .sub-menu li:last-of-type a:hover{background:#fff;color:var(--pink);border:none;transform:none}.sub-menu li a{font-size:smaller}.current-menu-item{font-weight:700}.current-menu-item .sub-menu a{font-weight:400}#main-menu ul li.has-submenu:hover .sub-menu{display:block}#main-menu ul li.has-submenu ul.sub-menu li{display:block;padding:.5rem 0}#hamburger{display:none}#hamburger span{display:block;background:var(--pink);width:100%;height:3px;border-radius:2px}@media only screen and (max-width:1120px){#hamburger{display:flex;flex-direction:column;justify-content:space-between;width:3rem;height:2rem;padding:.5rem;transition:all .3s ease-in-out}#hamburger.nyitva{justify-content:center}#hamburger.nyitva span:nth-of-type(2){display:none}#hamburger.nyitva span:nth-of-type(1){transform:rotate(45deg);margin-bottom:-2px}#hamburger.nyitva span:nth-of-type(3){transform:rotate(-45deg);margin-top:-2px}#head-menu{width:100% !important;margin-top:.5rem}#head-menu li{display:block;margin:0;padding:0}#head-menu ul li.has-submenu:hover .sub-menu{display:none}#head-menu ul li{padding:.4rem 0;display:block;border-top:1px solid #ddd}#head-menu ul li:first-of-type,#head-menu ul li:last-of-type{border-top:none}#main-menu,#menu-main-menu{max-height:0}#head-menu{max-height:0;opacity:0;transition:all .8s ease-in-out;pointer-events:none}#head-menu.nyitva,#head-menu.nyitva #main-menu,#head-menu.nyitva #main-menu #menu-main-menu{max-height:1000px;opacity:1}#head-menu.nyitva{pointer-events:auto}#head-menu{width:100%}#head-menu ul li a{font-size:1.25rem}}@media only screen and (max-width:560px){#top-menu{display:none}}