@media only screen
and (max-width: 1200px)
{
  .mainFrame {width: 100%; padding: 0 10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

  #bannerContainer {height: 500px;}
  #banner .inner .bannerList .cover .photo .text {margin-left: 100px;}

  .filter {background: linear-gradient(rgba(40,45,32,.10), rgba(40,45,32,.10)), linear-gradient( to right, rgba(0,0,0,.75) 0%, rgba(8,10,6,.35) 45%, rgba(27,31,23,.18) 55%, rgba(27,31,23,.05) calc(100% - 250px), rgba(27,31,23,0) calc(100% - 200px) );}
}



@media only screen
and (max-width: 900px)
{
  #header {padding: 0 20px;}

  #bannerContainer {height: 400px;}
  #banner .inner .bannerList .cover .photo .text {width: 60%; margin-left: 50px;}
  #banner .inner .bannerList .cover .photo .text h2 {font-size: 40px;}
  #banner .inner .bannerList .cover .photo .text p.perex {font-size: 17px;}


  #burgerLine {display: flex; justify-content: flex-end;}

  /* Burger jako křížek */
  .burger {position: relative; width: 30px; height: 36px; padding: 0 10px 0 50px; cursor: pointer; z-index: 555; border-radius: 20px; display: flex; flex-direction: column; justify-content: center;}
  .burger span {height: 4px; width: 30px; margin: 2px 0; background: #d3c4a1; border-radius: 1px; transition: 0.3s ease; transform-origin: center;}
  .burger.active span:nth-child(1) {transform: rotate(45deg) translate(5px, 5px);}
  .burger.active span:nth-child(2) {opacity: 0;}
  .burger.active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}

  .burger div.name {font-family:"Bitter", serif; position: absolute; left: 0; top: 0; height: 100%; display: flex; align-items: center; text-transform: uppercase;}

  #menu {position: fixed; top: 0; right: 0; width: 260px; height: 100%; margin: 0; background: #222; color: white; transform: translateX(100%); transition: transform 0.3s ease; z-index: 1000;}
  #menu.active {transform: translateX(0);}

  #menu ul {flex-direction: column; width: 100%; overflow-y: auto; text-align: right; padding-top: 25px;}
  #menu ul li a:hover {border-bottom-color: transparent; color: #d3c4a1;}
  #menu ul li.active a {border-bottom-color: transparent; color: #d3c4a1;}

  #menu .mobileMenuClose {display: flex; position: absolute; left: 10px; top: 10px;}
  #menu .mobileMenuClose svg {width: 20px !important; height: 20px !important; fill: #ffffff;}

  /* Menu Overlay */
  .menuOverlay {position: fixed; inset: 0; background: rgba(0,0,0,0.4); opacity: 0; pointer-events: none; transition: opacity 0.3s ease; z-index: 999;}
  .menuOverlay.show {opacity: 1; pointer-events: auto;}


  .tinymceCont h1 {font-size: 30px;}
  #homeText .co h2 {font-size: 30px;}
  #news .title h2 {font-size: 30px;}


  #homeText .inner {padding: 40px 0;}
  #homeText .inner .left {width: 65%;}
  #homeText .inner .right {width: 35%;}
  #homeText .inner .right .photo.photo1 {width: 200px; top: 5%;}
  #homeText .inner .right .photo.photo2 {width: 180px; bottom: 5%;}
}


@media only screen
and (max-width: 800px)
{
  #bannerContainer {height: 300px;}
  #banner .inner .bannerList .cover .photo .text h2 {font-size: 30px;}
  #banner .inner .bannerList .cover .photo .text p.perex {font-size: 15px; font-weight: 400;}

  #header {flex-wrap: wrap; padding: 0 10px;}
  #header .logo {width: 100%; justify-content: center;}
  #header .kontakt {width: 100%; padding-bottom: 10px; justify-content: space-between;}
  #header .kontakt .left {flex-direction: row; gap: 30px;}
}


@media only screen
and (max-width: 700px)
{
  #homeKontakt .inner {flex-wrap: wrap; gap: 40px;}
  #homeKontakt .inner .col {width: calc(50% - 20px); flex: unset;}
  #homeKontakt .inner .col.openHours {width: 100%;}
  #homeKontakt .inner .col:not(:last-child)::after {display: none;}


  #footer .inner {flex-wrap: wrap; justify-content: center;}
  #footer .inner .text {margin: 0;}
  #footer .inner .links {width: 100%; align-items: center;}
  #footer .inner .links a {margin: 3px 0;}
  #footer .inner .site {width: 100%; align-items: center;}


  #news .title h2 {text-align: left;}
}


@media only screen
and (max-width: 600px)
{
  .filter {background: linear-gradient(rgba(40,45,32,.10), rgba(40,45,32,.10)), linear-gradient( to right, rgba(0,0,0,.75) 0%, rgba(8,10,6,.35) 45%, rgba(27,31,23,.18) 55%, rgba(27,31,23,.05) calc(100%), rgba(27,31,23,0) calc(100%) );}

  #bannerContainer {height: 200px;}
  #banner .inner .bannerList .cover .photo .text {width: calc(100% - 120px); margin: 0 80px 0 40px;}
  #banner .inner .bannerList .cover .photo .text h2 {font-size: 20px;}
  #banner .inner .bannerList .cover .photo .text p.perex {font-size: 14px;}

  #news .inner .item {width: calc(50% - 11px);}

  #homeText .inner {flex-direction: column; gap: 20px;}
  #homeText .inner .left {width: 100%;}
  #homeText .inner .right {width: 80%; margin: 0 auto; height: 150px;}

  #homeText .co .items .item {width: 160px;}
}


@media only screen
and (max-width: 500px)
{
  #homeKontakt .inner {flex-direction: column; gap: 40px;}
  #homeKontakt .inner .col:not(:last-child)::after {display: none;}
  #homeKontakt .inner .col {width: 100%;}

  #header .kontakt .left {flex-direction: column; gap: 10px;}

  #header .logo .title .r1 {font-size: 34px;}
  #header .logo .title .r2 {font-size: 13px;}

  #homeText .podkres {display: none;}
  #homeText .inner {padding: 20px 0 40px 0;}

  #news .title {display: flex; flex-direction: column; align-items: center;}
  #news .title .btn {position: relative; margin-bottom: 20px;}

  #banner .inner .bannerList .cover .photo .text p.perex {display: none;}
  #banner .inner .bannerList .cover .photo .text p.btn {display: none;}

  .swiper-button-prev::after, .swiper-button-next::after {display: none;}
  #banner .swiper-button-next {right: 0;}
  #banner .swiper-button-prev {left: 0;}
}


@media only screen
and (max-width: 450px)
{
  #news .inner {gap: 20px;}
  #news .inner .item {width: 100%;}
}


@media only screen
and (max-width: 400px)
{
  #header .logo img {padding: 7px 0;}
  #header .logo .title .r1 {font-size: 26px;}
  #header .logo .title .r2 {font-size: 12px;}
}