:after,
:before,
*{
    box-sizing: border-box;
}
html {
	font-size: 90.5%!important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
container {
  width:1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body {
  margin: 0;
 
}
h2 {
      line-height:1.1;
}
.hero-slider {
  width: 100%;
  min-height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  top: -29px;
  margin-bottom:-29px;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  
}

.hero-slider .slide-inner {
  width: 100%;
  height: 120%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translateX(-100px);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
 
.banner-container {
    width: 100%;
    position: relative;
    margin-top: 17px!important;
    z-index: 0;
}
.pad-container2 {
    padding-top: 10px;
    padding-bottom: 0px;
}
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
  
}

.hero-slider .swiper-button-next:before {
 
 
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 700px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    min-height: 400px!important;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 10px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 750px;
}

.hero-style .slide-title h2 {
  font-size: 74px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase!important;
  padding: 4px 4px 12px 12px;
  background-color:#00000066;
  margin: 0 0 40px;
  text-transform: none;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 46px;
    margin: 0 0 30px;
  }
  .hero-style .mobtitle h1{
    line-height: 1.35!important;
    font-size: 2.55rem!important;
  }
}
@media (max-width: 768px) {
  h2, h3 {
      margin-bottom: 1rem!important; /* Zvýšení mezery */
  }
}

.hero-style .slide-text p {
  opacity: 0.9;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
 text-shadow: 4px 1px 3px rgba(100,100,100,0.76);
  letter-spacing: normal;
  background-color:#0000008c;
   padding: 6px 7px 6px 15px;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    
    background: #f4f6f8;
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    color: #ffffff!important;
    background-color:#e68c3c ;
    text-decoration:none;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}

.top-contact h3 {
    font-size: 15px!important;
    line-height: 10px;
    padding-top: 0px;
    margin-top: 5px!important;
}

.services-box-2 .content h3 {
    ont-size: 23px!important;
    font-weight: 600;
}
.minH-315{
    
    min-height:265px;
    
    }
    
.t-padH{
    padding-top:15px;
    
    }
    
.b-pad-nadpis {
    padding-bottom: 22px;
}

q-form label {
    display: block;
    float: left;
    min-width: 164px!important;
    padding-top: 7px;
    font-size: 16px!important;
    clear: both;
}

.q-form legend {
    position: relative;
    height: auto;
    border: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 25px;
    background: #32373c;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: auto;
    padding:6px 13px 7px 12px;
    color: #fff;

    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
}

.q-form-container {
    position: absolute;
    z-index: 999;
    top: -156px!important;
    float: left;
}



.footer h4  {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 19px!important;
}
.nadpnav{
    margin-bottom:0px!important;
    }
.footer h5  {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 0px!important;
}

.container-foot {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (min-width: 1536px)
{
.container-foot {
    width: 1536px!important;
}
}
@media (min-width: 1280px)
{
.container-foot {
    width: 1280px;
}
}

@media (min-width: 1024px)
{
    
.container-foot {
    width: 1024px;
}
}

@media (min-width: 768px)
{
.container-foot {
    width: 768px;
}
}

@media (min-width: 640px)
{

.container-foot {
    width: 640px;
}
}

.container-foot {
    width: 100%;
}

element.style {
}
@media (min-width: 1200px)
.container {
    /* width: 1170px; */
}
@media (min-width: 992px)
.container {
    /* width: 970px; */
}
@media (min-width: 768px)
.container {
    /* width: 750px; */
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1536px)
{
.container {
    min-width: 1336px!important;
}
}
@media (min-width: 1280px)
.container {
    max-width: 1280px;
}
@media (min-width: 1024px)
.container {
    max-width: 1024px;
}
@media (min-width: 768px)
.container {
    max-width: 768px;
}

.footer .widget .contact .content p {
    font-size: 16px!important;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 0 0 10px 0;
    text-transform: none;
}

}




    
@media only screen and (max-width: 1340px) {
  .subpromobox {
    padding-left:0px!important;
  }
}

@media only screen and (min-width: 1536px) {
.container-custo {
    max-width: 1536px;
}
.container-custo:before, .container-custo:after{
    content: " ";
    display: table;
}
.container-custo:after{
    clear: both;
}
}
@media only screen and (min-width: 1280px) {
.container-custo {
    max-width: 1280px;
}
.container-custo:before, .container-custo:after{
    content: " ";
    display: table;
}
.container-custo:after{
    clear: both;
}
}
@media only screen and (min-width: 1024px) {
.container-custo {
    max-width: 1024px;
}
.container-custo:before, .container-custo:after{
    content: " ";
    display: table;
}
.container-custo:after{
    clear: both;
}
}
@media only screen and (max-width: 1720px) and (min-width: 1536px) {
    
    .subpromobox {
 
  padding-left:4rem!important;
  }
    
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  
  .subpromobox:after {
    content: "";
    display: block;
    background-color: #F07D00;
    border-left: 0;
    width: 370px;
    height: 206px!important;
  }
  .inner-banner h1 {
    line-height: 22px;
    margin-top: -10px;
}
.subpromobox {
 
  padding: 0px 5px!important;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 991px) {
  
  .subpromobox:after {
    content: "";
    display: block;
    background-color: #F07D00;
    border-left: 0;
    width: 370px;
    height: 220px!important;
  }
  .inner-banner h1 {
    line-height: 22px;
    margin-top: -10px;
}
.subpromobox {
 
  padding: 0px 5px!important;
  }
}
@media only screen and (max-width: 990px) and (min-width: 767px) {
  
  .subpromobox:after {
    content: "";
    display: block;
    background-color: #F07D00;
    border-left: 0;
    width: 370px;
    height: 220px!important;
  }
  .inner-banner h1 {
    line-height: 22px;
    margin-top: -10px;
}
.subpromobox {
 
  padding: 20px 5px!important;
  }
}

@media only screen and (max-width: 769px) and (min-width: 0px) {
    
    .subpromobox:after {
    content: "";
    display: block;
    background-color: #F07D00;
    border-left: 0;
    width: 470px;
    height: 160px!important;
  }
  
  .modal-content {
  position: relative;
  background-color: #fefefe;
  margin:auto;
  margin-top:90px!important;
  padding: 0;
  width: 100%!important;
  max-width: 1000px;
}

 .close-modal {
    position: absolute!important;
    top: 5px!important;
    right: 19px!important;
    font-size: 30px!important;
    font-weight: bold;
    line-height: 1;
    color: #f8f4f4!important;
    text-shadow: 0 2px 0px black!important;
    opacity: 1.0;
    filter: alpha(opacity=20);

}


  
  .subpromobox {
  width: 100%!important; 
  height: 100%;
  padding: 20px 5px;
  }
    .inner-banner h1 {
    line-height: 29px;
    margin-top: -20px;
}

.inner-banner {
    
    height: 160px;
   
}
.breadcrumbs {
    padding: 0px 0px 0px 0px!important;
    box-sizing: border-box;
   
    text-transform: uppercase;
   
    font-size: 13px;
}

.breadcrumbs span {
    
}

.bread-cont{
    
    padding-left:2px!important;
    padding-top:90px!important;
    
    }
    
    
}

 .close-modal {
    position: absolute!important;
    top: 5px!important;
    right: 19px!important;
    font-size: 32px!important;
    font-weight: bold;
    line-height: 1;
    color: #f8f4f4!important;
    text-shadow: 0 2px 0px black;
    opacity: 1.0;
    filter: alpha(opacity=20);

}

.close-modal:hover {
    text-shadow: 0 3px 2px #9e9898;
    }


.leading-cust{
line-height: 2.9rem;
}
.subpromobox {
  width: 30%; 
  height: 100%;
  line-height: 35px;
  padding: 0 5px;
  background-color: #F07D00;
  padding-right: 20px;
  border-top:0;
  border-right: 0;  
  position:relative;
  z-index:2;
  padding-left:0px;
}

.subpromobox:after {
  content: "";
  display: block;
  background-color: #F07D00;
  
  border-left: 0;
  width: 370px;
    height: 266px;
  position: absolute;
  z-index: -1;
  top: 0px; /* pull it up because of 1px border */
  right: -134.5px; /* 35px / 2 */
  transform: skew(-22deg);
  -o-transform: skew(-22deg);
  -moz-transform: skew(-22deg);
  -webkit-transform: skew(-22deg);
}

.inner-banner {
   
    padding: 0% 0px 0%!important;
    color: #fff;
}
.tabs-top.tab-container .panel-container .tab-block {
    padding-top: 5px!important;
    padding-bottom: 0;
}

.tab-block select {
    font-size:1.5rem;
    padding-left:7px;
    font-weight:500;
    color: #e68c3d;
    text-shadow: 1px 1px #00000059;
}
.tab-block h2 {
   margin-top:7px!important;
}

@media (min-width: 768px) { 
    
    .font-up{
        
        font-size:3.3rem!important;
        }
    
    }
.tabs-top .tab a {
   
    font-size: 15px;
    
}
@media (max-width: 600px){ 
    
    .font-up{
        
        font-size:3.3rem!important;
        }
        
        .tabs-top .tab a {
   
    font-size: 16px;
    
}
    
    }


/* The Modal */



.column {
  float: left;
  width: 100%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index:12000;
 
}
.tabs-top.tab-container .panel-container {
    
    z-index: 12000;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin:auto;
  
  padding: 0;
  width: 100%!important;
  max-width: 1000px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 40px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
  padding: 15px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
 text-align: center;
    background-color: #fffefe;
    padding: 2px 16px;
    color: #070707;
    font-size: 18px;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.uplodo a:hover {
    color:#e68c3c!important;
    text-decoration:none!important;
}
@media (max-width: 767px) {
.logo img{
    height: 60px!important;
}
.logo.pad {
    padding: 5px 0 0 15px;
}
.iconoff {
    display:none;
    margin-right:8px;
}

.text-orange-5000 {
  
  color: rgb(240 125 0 / 88%)!important;
  
  
}
}


.slider-nav .slick-arrow {
    
    top: 58%;
   
}
.slick-arrow {
    
    top: 54%;
   
}
summary {
    display: list-item!important;
}

@media only screen and (max-width: 2600px) and (min-width: 1700px) {
  .minH-222 {
    height: 200px!important;
} 
}
@media only screen and (max-width: 1275px) and (min-width: 1023px) {
  .minH-260 {
    height: 180px!important;
}
    
}
@media only screen and (max-width: 2500px) and (min-width: 1801px) {
  .minH-315 {
    min-height: 306px;
}  
    
}
@media only screen and (max-width: 1279px) and (min-width: 0px) {
  .poptavkas {
    
    display: none!important;
​

}  
    
}
@media only screen and (max-width: 1023px) and (min-width: 2009px) {
 .navbar-collapse {
 width: auto;
 border-top: 0;
 box-shadow: none;
}
 .navbar-collapse.collapse {
 display: none!important;
 height: auto !important;
 padding-bottom: 0;
 overflow: visible !important;
}
}

.services-box-2 {
    text-align: left;
    margin-bottom: 10px;
    
}
.padcent{
    padding-top:10px;
        max-height: 60px;
    }
    
.services-box-2 .content {
    overflow: hidden!important;
}

.colorize-border{
   border-color:#f07d00!important;
    
    }
    
    .bg-orange-500{
        
        background-color:#f07d00c4;
        }
        
     
        
.odkazvic a {
    color:#191a1bcf;
    
    }
    
    .odkazvic a:hover {
     background-color:#f07d00c4;
     text-decoration:none!important;
    
    }
    
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}


.text-orange-500 {
  
  color: rgb(240 125 0 / 88%)!important;
  
  
}

.border-orange-500 {
  
 border-color: rgb(240 125 0 / 88%);
  
}

.lg-sub-html h4
{margin:0;font-size:20px!important;font-weight:700}

.boxlinkcol {
    color: #f07d00bf!important;
}

.text-body-colr {
    color: #333333bf!important;
}
/* 11 Reference
================================================== */

.filter {
	list-style: none;
	padding: 0;
	
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	
	cursor: default;
	font-weight:600;
	letter-spacing:1px;
}
.filter a {
	display: inline-block;
	
	
	text-decoration: none;
	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	cursor: pointer;
}
.filter a:hover {
	color: #32373c;
	text-decoration: none;
	border-bottom:2px solid #32373c;
}
.filter a.active {
	color: #32373c;
	cursor: default;
	border-bottom:2px solid #000;
}

.from-orangos {
    --tw-gradient-from: #fff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}

.to-orangos {
    --tw-gradient-to: #f07d00;
}
.to-redos {
    --tw-gradient-to: #f05400;
}

.box-dark:hover, .box-dark.color1:hover, .box-dark.color2:hover {
   
    text-decoration: none!important;
}
.box-dark a:hover{
   
    text-decoration: none!important;
}
.form-but{
    
        border-bottom: 1px solid #8080804d;
    }
    
.form-control {
    
    box-shadow:transparent!important;
    -webkit-box-shadow:transparent!important;
    
    }
.alert-danger  {
    
    position: relative;
}
.alert-success {
    
    position: relative;
}

.potav{
        border: 1Px solid #e68c3c;
    border-radius: 5px;
    padding: 4px 9px 4px 9px;
    color: #ffffff!important;
    background-color:#e68c3c ;
    font-weight: 700;
    font-size: 16px;
}
a.potav:hover{
    
   background-color: #d81616; 
}

.modal-header {
    background-color: #F07D00;
}


@media (min-width: 768px){
.modal-dialog {
    width: auto!important;
    margin: 30px auto;
}
}
@media (max-width: 1023px){
 .porto-mob-off{
    display:none;
} 
.porto-mob-on{
    display:block;
}
    
}

@media (min-width: 1025px){
 .porto-mob-off{
    display:block;
} 
.porto-mob-on{
    display:none;
}
    
}


@media (max-width: 768px){
#cookies-bar {
    position: fixed;
    left: auto;
    bottom: 0px!important;
    right: 0px!important;
    max-width: 100%!important;
    background-color: rgb(255 255 255 / 95%)!important;
}
#cookies-bar .buttons {
margin-top: 30px!important;
text-align: center;
}
.porto-mob-off{
    display:none;
}

.box-dark .services-box-3 .content h3 {
    font-size: 28px!important;
    line-height: 30px;
}
}




.modal-header button, h4.modal-title {
    color: #fff !important;
    opacity: 1;
}
.close {
    float: right;
    font-size: 23px!important;
   
}

.modal-header .close {
    margin-top: -22px!important;
}

.modal-body ul li {
    color: #27292c;
    font-size: 18px;
    line-height: 32px;
}
.text-blocko ul li {
    color: #27292c;
    font-size: 18px;
    line-height: 42px;
}
.modal-body ul {
    list-style: disc!important;
}
.text-blocko ul {
    list-style: disc!important;
}

.modal-content {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.modal-body-custom {
    position: relative;
    padding: 23px 70px 16px 70px!important;
}
.modal-body p {
    color: #27292c;
    font-size: 18px;
    line-height: 29px;
}
#cookies-bar {
  position: fixed;
  left: auto;
  bottom: 20px;
  right: 20px;
  max-width: 560px;
  color: black;
background-color: rgb(255 255 255 / 91%);
  z-index: 1000;
  text-align: left;
  padding: 40px;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0 0 10px gray;
}
#cookies-bar .title {
  margin: 0;
}
#cookies-bar .content {
  margin-top: 10px;
}
#cookies-bar .buttons {
  margin-top: 40px;
}
.but-cook{
    color:white!important;
}

.but-cook-next{
    color: #f07d00e0!important;
}

/* Mobilní zařízení - celý slide klikací */
@media (max-width: 768px) {
  .mobile-link {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  .hero-slider.mobile-link a:hover {
   text-decoration: none!important;
  }
  a:hover,a:focus {
    
    text-decoration:none!important;
}
}

/* Větší zařízení - odkaz neaktivní */
@media (min-width: 769px) {
  .mobile-link a{
    display: none!important;
    text-decoration:none!important;
  }
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }
     .theme-btn-s2 {
        display: none!important;
    }
}
@media (min-width: 769px) {
    .mobile-only {
        display: none!important;
    }
}




/* Sekce pro firmení loga */

.partners-section {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* Nadpis sekce */
.partners-section h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

/* Popisek sekce (přístupnost) */
.partners-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

/* Grid rozložení pro loga */
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/* Kontejner pro logo */
.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Přístupnost pro odkazy */
.logo-link {
  display: inline-block;
  text-decoration: none;
  outline: none;
}

/* Zvýraznění při focusu */
.logo-link:focus,
.logo-container:focus {
  outline: 3px solid #007acc;
  border-radius: 5px;
}

/* Loga */
.logo-img {
  width: 160px; /* Přizpůsobit velikost */
  height: auto;
  transition: transform 0.3s ease-in-out;
}

/* Efekt při najetí myší */
.logo-img:hover {
  transform: scale(1.1);
}

/* RESPONSIVITA */

/* Pro tablety (střední obrazovky) */
@media (min-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Pro větší obrazovky (desktop) */
@media (min-width: 1024px) {
  .grid-container {
    grid-template-columns: repeat(5, 1fr);
  }
}

.leading-none    { line-height: 1; }
.leading-snugg    { line-height: 1.2!important; }
.leading-tight   { line-height: 1.25; }
.leading-snug    { line-height: 1.375!important; }

.leading-normal  { line-height: 1.5; }
.leading-relaxed { line-height: 1.625!important; }
.leading-loose   { line-height: 2!important; }
.leading-xl      { line-height: 2.25; }
.leading-2xl     { line-height: 2.5!important; }
.leading-3xl     { line-height: 3!important; }


/* H2 nadpis – spodní mezera */
.heading-main {
  margin-bottom: 1.25rem; /* ~20px => mb-5 */
}

/* H3 box – rámeček */
.h3-subtitle-box {
  margin-top: 0;             /* odstraníme případné nadbytečné mezery */
  margin-bottom: 1rem;       /* ~16px => mb-4 */
}

/* Odstavec – text pod H3 */
.content-paragraph {
  margin-top: 0;             /* bez zbytečné mezery navíc */
}

@media (max-width: 768px) {
  .heading-main {
    margin-bottom: 1.75rem!important; /* ~28px */
  }

  .h3-subtitle-box {
    margin-bottom: 1.98rem!important; /* ~24px */
  }
}

@media (min-width: 769px) {
  .heading-main {
    margin-bottom: 1.75rem!important; /* ~28px */
  }

  .h3-subtitle-box {
    margin-bottom: 1.89rem!important; /* ~24px */
  }
}

