/*2B5EFF*/
/*171c22*/

html
{
  scroll-behavior: smooth;
  background-color: #fff;
}
body
{
    font-family: "Darker Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    line-height: 160%;
    color: #171c22;
    background-color: #e9e9ea;
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
}
button,textarea,input{
    font-family: "Darker Grotesque", sans-serif;
    line-height: 160%;
     color: #171c22;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
}
input::palcehoder{
     font-size: 24px;
}
P{
    margin: 0;
}
a,a:hover,a:focus
{
    color: #171c22;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0;
  line-height: 120%;
  letter-spacing: 0.5px;
}
h1{font-size: 70px;line-height: 100%;}
h2{font-size: 80px;line-height: 100%;}
h3{font-size: 40px}
.page{
    min-height: 100vh;
}
.btn{
    transition: .2s all ease-in-out;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid;
    padding: 3px 10px 6px;
    box-sizing: border-box;
    border: 3px solid #171c22;
    font-weight: bold;
    background-color: white;
    border-radius: 10px;
    line-height: 120%;
}
.btn:hover{

}
.underline{
    text-decoration: underline;
}
/*/////////////////////////////////////////////////////////*/
.cont{
    max-width: 1440px;
    padding: 0 20px;
    margin: auto;
}
.cont_l{
    padding: 0 20px;
    margin: auto;
}
.center{
    text-align: center;
}
/*/////////////////////////////////////////////////////////*/

/*SELECT*/
.select {
    display: none;
}
.select_box
{
  /* margin-top: -20px !important; */
  position: relative;
}
.select_box select
{
  display: none;
  position: relative;
}
.select-selected
{
  background-color: transparent;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 47px;
  right: 20px;
  width: 10px;
  height: 10px;
  /* border-color: #171c22 transparent transparent transparent; */
  transition: 0.4s ease-in-out;
  text-align: center;
  font-size: 20px;
  transform: rotate(
    270deg);
}
.select-selected.select-arrow-active:after {
  /* border-color: transparent transparent #171c22 transparent; */
  top: 38px;
  transform: rotate(90deg);
  right: 10px;
}
.select-items div,.select-selected {
  padding: 6px 20px 8PX;
  border: 4px solid #171c22;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  border-radius: 10px;
  background-color: #fff;
  /* border-color: rgb(0 0 0 / 15%); */
  font-size: 24px;
  /* text-align: center; */
}
.select-items {
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  overflow: hidden;
  opacity: 1;
  display: block;
  padding-bottom: 4px;
}
.select-hide {
  opacity: 0;
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: #e8e8e8;
}
.select-items div
{
  margin-bottom: -4px;
}
.select_helper
{
  height: 1px;
  width: 1px;
  opacity: 0.01;
  padding: 0;
  margin: 0;
  border: none;
}
/*SELECT*/

header{
  position: relative;
  padding: 20px;
  min-height: 60px;
}
header .logo{
  width: 200px;
  display: block;
  position: fixed;
}
header .logo IMG{

  width: 100%;
}
header .menu{
  position: fixed;
  display: flex;
  right: 20px;
  top: 26px;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(100% - 200px);
  z-index: 10;
}
header .menu .btn:hover,
header .menu .btn.active
{
  color: #fff;
  background-color: #171c22;
}
/*/////////////////////////////////////////////////////////*/
.top_box{
  display: block;
  background-color: #171c22;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  font-size: 140px;
  LINE-HEIGHT: 100%;
  padding: 30PX 20PX 50px;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
  border: 4px solid #171c22;
  box-sizing: border-box;
}
.top_box.v2{
    font-size: 70px;
}
.top_box.white{
  color: #171c22;
  background-color: #fff;
  border-color: #fff;
}
a.top_box:hover{
    color: #171c22;
    background-color: #fff;
}
a.top_box.white:hover{
    display: block;
    background-color: #171c22;
}
.top_desc>a:hover{
    color: #171c22;
    background-color: #fff;
}
.top_desc{
    display: flex;
    width: calc(100% - 2px);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0px auto 85px;
    gap: 20px;
}
.top_desc>a{
  background-color: #fff;
  padding: 5px 20px 9px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  line-height: 100%;
  font-size: 40px;
  background-color: #EAE151;
  transition: .2s all linear;
}
.top_desc .l2{
  width: calc(50% - 15px);
}
.top_desc .l1{
  width: calc(25% - 15px);
}
.modul_1{
    display: block;
    width: 100%;
    aspect-ratio: 16/5;
    border: 4px solid;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
}

.modul_1 .btn.cta1{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  margin: auto;
  border: none;
  background-color: #fff;
  padding: 10px 10px;
  font-size: 30px;
}
.modul_2 .bg{
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  bottom: 0;
}
.modul_2 .bg.o_festivalu{}

.modul_2 {
    width: 100%;
    aspect-ratio: 16/5;
    border: 4px solid;
    border-radius: 10px;
    /* box-sizing: border-box; */
    position: relative;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* overflow: hidden; */
    box-sizing: border-box;
}
.modul_2 .cl2{
    width: 50%;
    position: relative;
    min-height: 300px;
    box-sizing: border-box;
}

.modul_2 .bg{
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.modul_2 .bg.o_festivalu{}

.program_text .l2.v2{
    padding: 0;
}
.program_text .l2.v2>.l4{
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.program_text .l2.v2 .hash
{
    display: flex;
    flex-direction: row;
}
.program_text p,
.program_text strong,
.program_text span,
.program_text a,
.program_text u
{
    font-family: "Darker Grotesque", sans-serif !important;
    font-weight: bold  !important;
    line-height: 160% !important;
    color: #171c22  !important;
    margin: 0 !important;
    font-size: 24px  !important;
    color: #fff !important;
    background-color: #171c22  !important;
}
.program_text b,
.program_text strong{
     font-weight: bolder  !important;
}


.modul_2 .cl2 .title{}
.modul_2 .cl2 .bg{}
.modul_2 .cl2 .bg.merch{}
.modul_2 .cl2 .bg.dobrolnici{
    background-image: url(/TEMPLATE/IMG/PICS/KOMA_pics2.jpg);
}
.modul_2 .cl2.black .title{
  color: #fff;
}
.modul_2 .cl2 .btn.cta2{}

.galerie{
    position: relative;
    margin-bottom: 40px;
}
.galerie .info{
  margin-bottom: 10px;
  margin-left: 5px;
}
.galerie .img{
}
.galerie .img .title{
}
.galerie .img .filter{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    background-color: #171c22;
    opacity: 0.3;
}
.galerie .img .bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transition: opacity 0.6s ease, clip-path 0.6s ease;
}
.galerie .img .bg.active{
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.galerie .img .bg.no2{
    background-color: blue;
}



.galerie .progress .bar{
    background-color: #fff;
    width: 50px;
    height: 7px;
    max-width: 25%;
    border-radius: 10px;
}
.galerie .progress .bar.active{
    background-color: #171c22;
}
.modul_2 .cl2 .title{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 140px;
    text-align: center;
    line-height: 100px;
}
.modul_2 .cl2.white{
  background-color: #fff;
}
.modul_2 .cl2.black{
  background-color: #171c22;
}
.modul_2 .cl2 .bg{
   background-color: #171c22;}
   .modul_2 .cl2 .bg.merch{
      background-image: url(/TEMPLATE/IMG/PICS/KOMA_pics.jpg);
  }
  .modul_2 .cl2 .bg.dobrolnici{}
  .modul_2 .cl2 .btn.cta2{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: #EAE151;
    font-size: 30px;
    padding: 5px 20px 10px;
    min-width: 190px;
    text-align: center;
}
.modul_2 .cl2 .btn.cta2.cta3{
    color: #171c22;
    /* border-color: white; */
    background: white;
    white-space: nowrap;
}
.modul_2 .cl2 .btn.cta2:hover{
  color: #fff;
  background-color: #171c22;
}
.galerie .cta:hover{
  color: #171c22;
  background-color: #fff;
}

.galerie .img{
    width: 100%;
    position: relative;
    aspect-ratio: 16/7;
    border: 4px solid;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 600px;
}
.galerie .img .title{
    position: relative;
    z-index: 5;
    font-size: 100px;
    line-height: 100%;
    color: white;
    margin: 30px;
    width: 1000px;
    max-width: calc(100% - 40px);
}

.galerie .img .bg{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.galerie .img .menu{
    position: absolute;
    transform: translateY(-50%);
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 9;
}
.galerie .img .menu .arrow{
    background: #171c22;
    color: white;
    z-index: 5;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
}
.galerie .img .menu .arrow.l{
    left: 20px;
}
.galerie .img .menu .arrow.r{
    right: 20px;
    transform: rotate(
180deg);
}

.galerie .progress{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto;
  gap: 20px;
  margin-bottom: 0;
}
.galerie .progress .bar{
  background-color: #fff;
  width: 50px;
  height: 7px;
  max-width: 25%;
  border-radius: 10px;
}
.galerie .progress .bar.active{
  background-color: #171c22;
}
.galerie .cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 20px;
  z-index: 4;
  background-color: #EAE151;
  font-size: 30px;
  padding: 10px 20px 15px;
}
.galerie .cta.top{
  bottom:60px
}
/***********************************/
.slider_widget::-webkit-scrollbar {
  width: 5px;
    border-radius:10px;
    -webkit-appearance: none;
    
}

/* Track */
.slider_widget::-webkit-scrollbar-track {
  background: #000;border-radius:10px;
}
.certifikaty .slider_widget::-webkit-scrollbar-track {
  background: #fff;border-radius:10px;
}

/* Handle */
.slider_widget::-webkit-scrollbar-thumb {
  background: #fff;
    border-radius:10px;
}

/* Handle on hover */
.slider_widget::-webkit-scrollbar-thumb:hover {
  background: #fee404;
}
.slid
/***********************************/
footer{
  margin-top: 100px;
}
footer .line{
    height: 8px;
    width: 1440px;
    background: #171c22;
    border-radius: 4px;
    max-width: calc(100% - 40px);
    margin: auto;
}

footer .copy{
  text-align: center;
  font-size: 20px;
  width: 370px;
  margin: auto;
  padding: 20px 20px 60px;
  max-width: calc(100% - 40px);
  line-height: 120%;
}
.footer_menu{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 80px auto 20px;
  justify-content: center;
  gap: 50px;
  line-height: 120%;
  align-items: flex-start;
}
.footer_menu .bottom_menu{
  width: calc(25% - 50px);
}
.footer_menu .bottom_menu .btn{background-color: white;display: block;min-width: 200px;text-align: center;margin-bottom: 10px;max-width: 130px;/* font-size: 40px; *//* padding: 4px 10px 6px; */}
.footer_menu .bottom_menu .btn:hover{
    color: white;
    background-color: #171c22;
}
a.btn.planek {
    margin: 100px auto;
    display: block;
    flex-direction: row;
    width: 250px;
    text-align: center;
}

.footer_menu .adresa{
  width: 25%;
}
.footer_menu .adresa .max_len{}

.footer_menu .oteviracka{width: calc(25% - 50px);}
.footer_menu .oteviracka .max_len{}

 .social_btns{
  width: calc(25% - 50px);
}
 .social_btns .social_btns2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
 .social_btns .social_btns2 .social_btn{
    width: 60px;
    display: block;
    position: relative;
    height: 60px;
}
 .social_btns .social_btns2 .social_btn img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    transition: .2s all ease-in-out;
}

 .social_btns .social_btns2 .social_btn img:nth-of-type(2){
  opacity: 0;
}
 .social_btns .social_btns2 .social_btn:hover img:nth-of-type(1){
  opacity: 0;
}
 .social_btns .social_btns2 .social_btn:hover img:nth-of-type(2){
  opacity: 1;
}

.social_btns.in {
    width: 100%;
    margin-top: 40px;
}
.social_btns.in .social_btns2{justify-content: flex-start;}
.social_btns.in .social_btns2 .text{
  line-height: 60px;
}

.o_festivalu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    align-content: center;
    margin-bottom: 20px;
    line-height: 120%;
}
.o_festivalu.flex-start{
  justify-content: flex-start;
}
.o_festivalu.flex-start2{
  align-items: flex-start;
}

.o_festivalu .l1{
    border-radius: 10px;
    width: calc(25% - 15px);
    padding: 20px;
    box-sizing: border-box;
}
.o_festivalu .l2{
    border-radius: 10px;
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 40px;
}
.o_festivalu .white{
    background-color: #fff;
    color: #171c22;
}
.o_festivalu .black{
    background-color: #171c22;
    color: white;
}
.o_festivalu .bigtext{
    font-size: 40px;
    line-height: 100%;
}
.o_festivalu .mediumtext{
    font-size: 30px;
    line-height: 120%;
}
.o_festivalu .mediumtext>div{
    max-width: 100%;
    width: 560px;
    padding-bottom: 40px;
}
video{
  /* display: none; */
  width: 100%;
}
.year_select{
  max-width: 100%;
  width: 180px;
  float: left;
}
.galerie_page{
  position: relative;
  margin-top: 60px;
}
.galerie_page .cta3{
  /* position: absolute; */
  top: 0;
  right: 0;
  color: #fff;
  padding: 11px 20px 7px;
  Background-color: #171c22;
  display: block;
  width: 100px;
  text-align: center;
}
.galerie_page .cta3:hover{
     color: #171c22;
      Background-color: #fff;
}
.galerie_page .poster{
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-color: #171c22;
}
.galerie_page .video{
  margin-top: 30px;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-color: #171c22;
}

.slider_widget {
    display: flex;
    overflow-x: scroll;
    gap: 1rem;
    margin: 50px 0px 200px;
    padding-bottom: 40px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    width: 100%;
    /* width: 500px; */
    flex-wrap: nowrap;
    align-items: flex-start;
}
.slider_widget .item {
    /* flex: 0 0 auto; */
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 0;
    border: 4px solid;
    box-sizing: border-box;
    flex-shrink: 0;
    scroll-snap-align: start;
    width: auto;
    object-fit: cover;
    height: 500px;
    overflow: hidden;
}
.slider_widget .item img{
  height: 100%;
  width: auto;
  display: block;
}
.program_filter{display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 20px;gap: 20px 20px;position: relative;align-content: center;justify-content: flex-start;align-items: center;}

.program_cont{margin-bottom: 200px;}
.program_cont .program_flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}
.program_cont .program_flex h3{
    text-align: center;
    margin: 30px auto 20PX;
    DISPLAY: BLOCK;
    WIDTH: 100%;
}
.program_cont .item{
    width: calc(33.33% - 14px);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.program_cont .item .top{
    width: 100%;
    aspect-ratio: 16/10;
    position: relative;
    /* aspect-ratio: 1891/722; */
}
.program_cont .item .top .hash{
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.program_cont .item .top .hash .tag{
 background-color: #171c22;
 color: white;
 padding: 1px 8px 4px;
 border-radius: 4px;
}
.program_cont .item .top .bg{
    width: 100%;
    height: 100%;
    background-color: #171c22;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.program_cont .item .bottom{
    padding: 20px;
    line-height: 120%;
}
.program_cont .item .bottom .text{
  padding-bottom: 20px;
  min-height: 5rem;
  line-height: 120%;
}
.program_cont .item .bottom .datum{}
.program_cont .day_filter,
.program_cont .akce_filter
{width: 300px;}

.program_cont .ctas{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}
.program_cont .ctas .cta{
  background-color: #171c22;
  color: white;
  padding: 10px 10px 12px;
  margin-left: 10px;
}
.galerie_program{
  margin-bottom: 100px;
}
.menu_bg{
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: white;
  z-index: 10;
  opacity: 1;
}
.hamburger{
  display: none;
  position: fixed;
  right: 0px;
  top: 32px;
  z-index: 20;
  padding: 0 20px;
  box-sizing: border-box;
}
.hamburger img,
.hamburger svg
{
  width: 50px;
  height: 50px;
}
.comic {
  background: radial-gradient(circle, rgb(0 0 0) 20%, #ffffff 21%) repeat;
  background-size: 10px 10px;
}
.comic2 {
  background: radial-gradient(circle, #Fff 20%, #000 21%) repeat;
  background-size: 10px 10px;
}
.hatch {
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0,0,0,0.3) 0,
    rgba(0,0,0,0.3) 2px,
    transparent 2px,
    transparent 6px
);
}
.bg_identity{
  background-image: url(/TEMPLATE/IMG/BUTTONS/IDENTITYY.png);
  background-position: center;
  background-size: cover;
  aspect-ratio: 1269/364;
  padding: initial;
  color: transparent;
   border: 4px solid #171c22;
}
.bg_mainhp{
  background-image: url(/TEMPLATE/IMG/PICS/KOMA_pics4.jpg);
  background-position: bottom;
  background-size: cover;
  /* aspect-ratio: 2/1; */
  padding: initial;
  color: transparent;
  border: 4px solid #171c22;
  width: 100%;
  height: calc(100vh - 220px);
  min-height: 300px;
  max-height: 800px;
  box-sizing: border-box;
}
.bg_poster{
  background-image: url(/TEMPLATE/IMG/PICS/KOMA_pics3.jpg);
  background-position: center;
  background-size: cover;
  aspect-ratio: 1/1;
  padding: initial;
  color: transparent;
  border: 4px solid #171c22;
}
.bg_koma25{
  background-image: url(/TEMPLATE/IMG/BUTTONS/KOMA_25_IDENTITY.png);
  background-position: center;
  background-size: cover;
  aspect-ratio:  1436/641;
  padding: initial;
  color: transparent;
   border: 4px solid #171c22;
}
.poster.bg_koma24{
  background-image: url(/TEMPLATE/IMG/POSTERS/2024.png);
  background-position: center;
  background-size: contain;
  padding: initial;
  color: transparent;
  background-repeat: no-repeat;
   border: 4px solid #171c22;
}

.program_page{
  margin-bottom: 100px;
}
.program_page h1{
  text-align: center;
  margin: 100px auto;
  width: 100%;
  max-width: 1000px;
  line-height: 100%;
}
.program_page .bigtext{
  font-size: 50px;
}
.program_page .bg{
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 4px solid;
  background-image: url(/TEMPLATE/IMG/pudorysy_kaznice.jpg);
}

.program_page .bigtext{
  font-size: 50px;
}
.program_page .hash{
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-wrap: nowrap;
}
.program_page .ticket_div {
     display: flex;
}
.program_page .ticket_div .ticket:hover{
    background-color: #000;
    color: #fff;
}

.program_page .ticket{
  background-color: #EAE151;
  color: #000;
  padding: 10px 20px 12px;
  text-align: center;
  margin: 100px auto 100px;
  border-radius: 10px;
}



.vstupenky{margin-top: 120px;}
.vstupenky H2{
    text-align: center;
    margin-bottom: 40px;
}
.vstupenky .boxs{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}
.vstupenky .boxs .box{
    width: calc(25% - 15px);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 340px;
    padding-bottom: 20px;
}

.vstupenky .boxs .box img{
    width: 100%;
    border: 2px solid;
    /* border-radius: 45px; */
    border: none;
}
.vstupenky .boxs .box .header{
    text-align: center;
    margin: 20px 0;
    font-weight: 900;
    font-size: 30px;
}
.vstupenky .boxs .box .header.v2{max-width: 250px;margin: 20px auto;}
.vstupenky .boxs .box .text{
    margin-bottom: 40px;
    line-height: 120%;
    font-size: 20px;
}
.vstupenky .boxs .box .text.v2{
    min-height: 260px;
}
.vstupenky .boxs .box .cta{
    background-color: #171c22;
    color: white;
    margin: auto;
    display: block;
    /* width: 160px; */
    text-align: center;
    font-size: 30px;
    padding: 5Px 10px 9px;
    border-radius: 4px;
    transition: .2s all linear;
    border: 2px solid #171c22;
}
.vstupenky .boxs .box .cta:hover{
   color: #171c22;
   background-color: #fff;
}
a.btn.planek:hover{
   color: #fff;
   background-color: #171c22;
}
.bottom_nav{
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    font-size: 30px;
}

.bottom_nav>a{
    float: left;
    gap: 20px;
}
.bottom_nav>a>.arrow{
    float: left;
    background: #171c22;
    color: white;
    border-radius: 60px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}
.bottom_nav>a>.text{
    width: 300px;
    line-height: 33px;
}
.bottom_nav .center{
    position: absolute;
    left: calc(50% - 100px);
    top: 4px;
    width: 200px;
    text-align: center;
}
.m_t_40{
    margin-top: 40px;
}
.vstupenky_box{
    margin-top: 40px;
}

.loga{
    background-color: #171c22;
    color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 60px 20px 20px;
    width: calc(100% - 40px);
}
.loga .box{
}
.loga .box .header{
    text-align: center;
    padding-bottom: 40px;
    max-width: calc(100% - 40px);
    width: 500px;
    margin: 0 auto;
    line-height: 120%;
}
.loga .box .line{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    gap: 40px;
    width: 1200px;
    margin: auto;
    max-width: calc(100% - 40px);
}
.loga .box .line a{
display: block;}
.loga .box .line a img{
    display: block;
    width: 200px;
}
footer{
    margin-top: 80px;
}
.kosicek{
    max-width: 10vw;
    position: fixed;
    top: calc(-10% - 10vw);
    left: calc(30% );
    transition: 1s all ease-in-out;
    z-index: 50;
}
.kosicek.bottom{
     left: calc(100% );
     top: calc(110% + 10vw);
}

.program_hp{
    margin-bottom: 0;
}
.hp_video{
    width: 100%;
    aspect-ratio: 1440/632;
    background: black;
    display: block;
    margin-bottom: 20px;
}

.newsletter{
    position: relative;
    width: 500px;
    max-width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 100px;
}
.newsletter .title{text-align: center;margin-bottom: 20px}
.newsletter .email{display: none}
.newsletter .newsletter_input{
    width: 100%;
    padding: 20px;
    border: 3px solid;
    border-radius: 10px;
    padding: 10px;
    line-height: 120%;
    box-sizing: border-box;
    padding-right: 170px;
    margin-bottom: 20px;
}
.newsletter .checkbox{}
.newsletter .box
{
    position: relative;
    overflow: hidden;
}
.newsletter button {
    position: absolute;
    right: 0;
    background-color: black;
    top: 2px;
    bottom: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    color: white;
}
.newsletter .checkbox_line {
    display: flex;
    cursor: pointer;
    align-content: center;
    align-items: center;
    gap: 10px;
}
.newsletter .checkbox_line input[type="checkbox"] {
  box-sizing: border-box;
  appearance: none; 
  width: 40px;
  height: 40px;
  border: 3px solid #171c22;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
  background-color: white;
  position: relative;
}
.newsletter .checkbox_line input[type="checkbox"]:checked {
  background-color: #171c22;
  border-color: #171c22;
}
.newsletter .checkbox_line input[type="checkbox"]:checked::after {
  content: "✓";
  color: white;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 10px;
}

.newsletter .checkbox_line input[type="checkbox"]:hover {
  border-color: #171c22;
}

.newsletter .checkbox_line input[type="checkbox"]:checked {
  transform: scale(1.1);
}

.newsletter .checkbox_line div{
    float: left;
}
.newsletter-message{
    display: none;
    background-color: white;
    padding: 50px 20px;
    position: fixed;
    left: calc(50% - 150px);
    top: 50%;
    width: 300px;
    text-align: center;
}
@media only screen and (max-width: 1480px) {
    .top_desc>a{
        font-size: 35px;
    }
    .top_box.bg_mainhp{
        width: 100%;
    }
}
@media only screen and (max-width: 1440px) {
    .top_box
    {
        font-size: 50px;
        /* aspect-ratio: 2/1; */
        padding: 30px 20px;
        width: calc(100% - 0px);
    }
    .top_box.v2
    {
        font-size: 50px;
    }
    .galerie .img .title
    {
        font-size: 50px;
        margin: 20px;
    }
    .modul_2 .cl2 .btn.cta2{
        font-size: 20px;
        text-align: center;
    }
    .top_desc{
        font-size: 20px;
        margin-bottom: 50px;
    }
    .modul_2 .cl2 .title{
       font-size: 50px;
       line-height: 120%;
    }
    .modul_1 .btn.cta1{
       font-size: 20px;
    }
    .galerie .cta{
       font-size: 20px;
       padding: 10px 20px 10px;
    }
    .program_cont .item{
        width: calc(50% - 10px);
    }
    .select-selected{
       font-size: 20px;
    }
    .program_hp .program_flex .item:nth-of-type(3)
    {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
  header .menu{
    display: none;
    z-index: 11;
    top: 10vh;
    width: 300px;
    margin: auto;
    right: initial;
    text-align: center;
    position: fixed;
    left: calc(50% - 150px);
  }
  header .menu a{
      display: block;
      margin-bottom: 20px;
      background-color: white;
      font-size: 40px;
  }
  .hamburger{
      display: block;
  }
  .o_festivalu .bigtext{
      font-size: 30px;
  }
  .o_festivalu .l1{
      width: calc(50% - 10px);
  }
  .top_desc .l1
  {
      width: 100%;
  }
  .top_desc .l2
  {
      width: 100%;
  }
  .o_festivalu .l2
  {
      width: 100%;
  }
  .program_cont .day_filter, .program_cont .akce_filter {
    width: 210px;
  }
  .modul_2 .cl2 .title{
     /* font-size: 30px; */
  }
  .bg_koma25{
    padding: initial;
  }
  .bg_identity{
    padding: initial;
  }
  .vstupenky .boxs .box
  {
    width: calc(50% - 20px);
  }
  header .logo{
    position: initial;
  }
  header{
    min-height:initial;
  }
  .hp_video{
        aspect-ratio: 1400/800;
    }

}
@media only screen and (max-width: 1024px) {
  .footer_menu {
    text-align: center;
    }
    .footer_menu .bottom_menu,
    .footer_menu .social_btns,
    .footer_menu .oteviracka,
    .footer_menu .adresa
    {
        width: 100%;
    }
    .footer_menu .bottom_menu .btn{
        margin: 10px auto;
    }

    .program_cont .ctas{
        position: initial;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 0;
    }
    .program_cont .ctas .cta{
        margin: initial;
        font-size: 20px;
        padding: 15px;
        margin-top: -1px;
    }

    .modul_2 .cl2 {
        width: calc(100% - 0px);
    }
}
@media only screen and (max-width: 768px) {
  .program_cont .item{
      width: calc(100% - 0px);
  }
  .o_festivalu .l1{
        width: calc(100% - 0px);
    }
  .program_page h1{
    font-size: 50px;
  }
    body{
    font-size: 20px;
  }
  .top_desc>a{
    font-size: 25px;
  }
  .galerie .img .title{
    font-size: 25px;
  }
  .modul_2 .cl2 .title{
    /* font-size: 25px; */
    min-width: 300px;
  }
  .modul_2 .cl2 .btn.cta2{
    font-size: 25px;
  }
  .bottom_nav{
    font-size: 25px;
  }
  
  .bottom_nav .center{
    margin-top: 100px;
    position: initial;
    width: 100%;
    }
    .slider_widget{margin-bottom: 100px;}
    .slider_widget .item{height: initial;width: 80%}
    .slider_widget .item img{
        width: 100%;
        height: initial;
    }
}
@media only screen and (max-width: 425px) {
    .vstupenky H2,
    .program_page h1{
      font-size: 50px;
    }
    .galerie .img .menu{
         top: 60%;
    }
    .top_box{
      /* font-size: 25px; */
    }
    .galerie .img .title{
        font-size: 25px;
    }
    .o_festivalu .bigtext{
        font-size: 25px;
    }
    .footer_menu .bottom_menu .btn{
        font-size: 25px;
    }
    .o_festivalu .mediumtext{
        font-size: 25px;
    }
    .galerie .img{
        aspect-ratio: 1;
        min-height: initial;
    }
    .galerie .cta{
        left: 0;
        bottom: initial;
        padding: 7px 20px;
        font-size: 16px;
        top: calc(85% - 30px);
    }
    .galerie .cta.top{
        top: initial;
        bottom: 50px;
    }
    .modul_2 .cl2 .btn.cta2.cta3{
        white-space: break-spaces;
        text-align: center;
        min-width: 300px;
    }
    .program_cont .day_filter,
    .program_cont .akce_filter,
    .program_cont .ake_filter
    {width: 100%;}

    .newsletter button{
        position: initial;
        margin-bottom: 20px;
        float: right;
    }

}
@media only screen and (max-width: 320px) {
  .vstupenky H2,
  .program_page h1{
    font-size: 30px;
  }
    .modul_2 .cl2 .title,
    .galerie .img .title,
    .o_festivalu .bigtext,
    .top_box,
    .bottom_nav,
    .o_festivalu .bigtext
     {
        font-size: 20px;
    }
    .o_festivalu .mediumtext{
        font-size: 16px;
    }
}

/*cookies*/
.cookiebar{
    background-color: white;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    min-height: 0;
    bottom: -150px;
    transition: 0.3s all ease-in-out;
    letter-spacing: initial;
    line-height: 120%;
    opacity: 0;
}
.cookiebar>.content{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.cookiebar>.content>.left{
    padding-right: 50px;
    max-width: 100%;
    box-sizing: border-box;
    width: 700px;
}
.cookiebar>.content>.left .header{margin-bottom: 10px;font-size: 25px}
.cookiebar>.content>.left .text{
}
.cookiebar>.content>.btns{
    gap: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    font-size: 20px;
}
.cookiebar>.content>.btns .btn{
    display: block;
    color: #191919;
    padding: 15px 20px;
    width: 120px;
    text-align: center;
    float: left;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 0%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 11px 0px;
}
.cookiebar>.content>.btns .btn:hover,
.cookiebar>.content>.btns .btn.ano:hover
{
    background-color: black;
    color: white;
}
.cookiebar>.content>.btns .btn.ano{
    background-color: #EAE151;
}
.cookiebar>.content>.btns .btn.ne{

}
.cookiebar.active{
    bottom: 0;
    opacity: 1;
}
@media only screen and (max-width: 1000px){
    .cookiebar{
        bottom: -300px;
    }
    .cookiebar>.content>.btns
    {
        margin-top: 25px;
        font-size: 16px;
    }
    .cookiebar>.content>.left{
        padding-right: 0;
    }
}
/*cookies*/

