@media only screen  and (max-width:1000px)
{
  .mobile_logo
  {
    display: block;
    position: absolute;
    left: 10px;
    top: 5px;
  }
  .mobile_logo img
  {
    height: 32px;
  }
  #fejlec
  {
    display: none;
  }
  .desktop
  {
    display: none;
  }
  #menusor
  {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 0px;
    margin-top: 0px;
    height: 20px;
  }
  #menusor::after
  {
        background: linear-gradient(90deg, rgba(254, 219, 55, 1) 0%, rgba(95, 76, 32, 1) 100%);
        content: '';
        position: fixed;
                top: 40px;
        width: 100%;
        height: 4px;
        left:0px;
  }
  .mobile
  {
    display: block;
  }
  .cikk.halfcikk
  {
    display: block;
    width: auto;
    margin-bottom: 50px;
  }
  .kiemelt_blokk
  {
    margin-top: 0px;
  }
  .flex-half
  {
    display: block;
  }
  .lang_div.mobile
  {
    display: inline-block;
    top: auto;
    right: auto;
    margin-top: 25px;
    position: relative;
  }
  .lng_dropdown
  {
    top: 27px;
    width: 166px;
    left: -77px;
  }
  .lang_elem
  {
        margin: 0px 5px;
    display: inline-block;
  }
  #content
  {
    margin-top: -6px;
    padding-top: 40px;
  }
  div.menu:hover div.dropdownlist
  {
      display:none;
  }
  div.menu div.dropdownlist
  {
      position: relative;
      border: none;
      bottom: auto;
  }
  .dropdownlistelem
  {
    border-bottom: none;
  }
  #hamb
  {
    width:30px;
    height:50px;
    position:absolute;
    right:10px;
    margin-top:-2px;
  }
  .hamb_row
  {
    width:30px;
    height:4px;
    border-bottom:3px solid black;
    transition:all 0.4s;
  }
  #menucontainer
  {
    position: absolute;
    width: 100vw;
    right: -100vw;
    top: 44px;
    height: 100vh;
    background: white;
  }
  .menu
  {
    float: none;
    display: block;
        background: white;
        padding: 20px;
        border-bottom: 1px solid black;
        width: 50%;
        margin: 0px auto;
        border-left: 0px;
  }

  .lang_div.mobile img[src="/img/ja.jpg"]
  {
    border:1px solid black;
  }
}
@media (max-width: 880px)
{
  .lablec_right
{
  position: relative;
  right: auto;
  top:auto;
}
}
@media (max-width: 700px)
{
  a.button
  {
    display: inline-block;
  }
  .flx.wrappable
  {
    align-items: center;
  }
  .hero
  {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero h1
  {
    font-size: 35px;
    right: auto;
    bottom: auto;
    position: relative;
    text-align: center!important;
  }
  .cikk
  {
    margin: 50px 20px;
  }
  .cikk img
  {
    float: none!important;
    width: 100%!important;
    height: auto!important;
    margin-left:0px!important;
    margin-right:0px!important;
  }
  .footer_logo
  {
        position: relative;
    width: 100%;
    left: 0px;
  }
  .kiemelt_blokk
  {
    padding: 20px;
  }
  .flx
  {
    flex-direction: column;
  }
  .creator
  {
        position: relative;
    right: auto;
    margin-top: 40px;
  }
  hr
  {
    width: 80%;
  }
  blockquote
  {
    font-size: 40px;
        padding-left: 0px;
    padding-right: 0px;
  }
  blockquote::before
  {
    font-size: 180px;
  }
  .contact
  {
    box-shadow: none;
    padding:0px;
  }
}
@media (max-width: 460px)
{
  .box
  {
    margin: 25px 0px;
  }
}