
@media print 
{
  header, nav.menu, aside {
    display: none;
  }

  video {
    display: none !important;
  }

  
  video.kozepre {
    display: none !important;
  }


  
  .carousel, .carousel-item{
    display: none;
  }

img {
  max-width: 100mm !important;
  height: auto;
  display: block;
  margin: 5mm auto;
}


  body {
    font-size: 12pt;
    line-height: 1.2;
    margin: 0;
    padding: 0;
  }

  form {
    font-size: 12pt;
  }

  label, input, select, textarea {
    font-size: 12pt;
  }

  button[type="submit"], button[type="reset"] {
    display: none;
  }

 
  @page {
    margin: 10mm;
  }


  .fejlec, .menu {
    display: none;
  }

  * {
  color: black !important;
  background: none !important;
}

.footer, .urlap-hatter {
  display: none !important;
}


}
