@font-face {
  font-family: 'GT-Flexa-X-Compressed';
  font-style: normal;
  font-weight: medium;
  font-display: swap;
  src: 
  url(/TEMPLATE/css/GT-Flexa-X-Compressed-Medium.otf) format('otf'),
  url(/TEMPLATE/css/GT-Flexa-X-Compressed-Medium.tiff) format('tiff'),
  url(/TEMPLATE/css/GT-Flexa-X-Compressed-Medium.woff) format('woff'),
  url(/TEMPLATE/css/GT-Flexa-X-Compressed-Medium.woff2) format('woff2');
}@font-face {
  font-family: 'GT-Flexa';
  font-style: normal;
  font-weight: medium;
  font-display: swap;
  src: 
  url(/TEMPLATE/css/GT-Flexa-Compressed-Regular.otf) format('otf'),
  url(/TEMPLATE/css/GT-Flexa-Compressed-Regular.tiff) format('tiff'),
  url(/TEMPLATE/css/GT-Flexa-Compressed-Regular.woff) format('woff'),
  url(/TEMPLATE/css/GT-Flexa-Compressed-Regular.woff2) format('woff2');
}

html {
  scroll-behavior: smooth;
}
body
{
  font-family: 'GT-Flexa', sans-serif;
  font-size: 22px;
  line-height: 1.40;
  letter-spacing: .6px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  margin: 0;
}

h1,h2,h3{
   font-family: 'GT-Flexa-X-Compressed', sans-serif;
   margin: 0;
   line-height: 120%;
}
h1{
  font-size: 70px;
  line-height: 100%;
  font-weight: 500;
}
h2{
  font-size: 90px;
  font-size: 140px;
  font-weight: 500;
}
h3{
  font-size: 38px;
  font-weight: 500;
}
a,a:hover{
  color: #131212;
  text-decoration: none;
}

/*//////////////////////////////////////////////////////////////*/
header{
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  min-height: 50px;
  g
  background-color: #ffffffb5;
  z-index: 2;
  backdrop-filter: blur(10px);
}
header>a>.text,
header>.text
{
  text-align: center;
  margin: 8px 0;
  display: none;
}
header>a>.text.v2{display: block;padding-bottom: 2px;}
header>.text.v2{display: block;}
header .logo{
  position: absolute;
  left: 10px;
  top: calc(50% - 35px);
  width: 100px;
  height: 70px;
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
}
 .hamburger,.hamburger_close{
  position: absolute;
  right: 20px;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.hamburger img, .hamburger_close img{
  width: 100%;
}

 .hamburger_close{
  display: none;
  z-index: 5;
  position: fixed;
  top: 20px;
}
.white{
  color: #FFF;
}
.red{
  color: #e12e2a;
}
.pink{
  color: #f286b6;
}
.green{
  color: #4b8071;
}
.blue{
  color: #2682d0;
}
.bg_red{
  background-color: #e12e2a;
}
.bg_pink{
  background-color: #f286b6;
}
.bg_green{
  background-color: #4b8071;
}
.bg_blue{
  background-color: #2682d0;
}
.center{
  text-align: center;
}
/*//////////////////////////////////////////////////////////////*/
.image{
    max-width: 100%;
    min-height: 70vh;
    position: relative;
    margin: 0 20px;
}
.image .claim{
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    color: white;
    font-size: 100px;
}
.image .claim h1{font-size:140px;line-height: 80%;}
.image .bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.image .filter{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: #2682d04f;
}
.image .btn{
  width: 180px;
  font-size: 50px;
  margin: 20px auto;
  text-transform: uppercase;
  backdrop-filter: blur(30px);
}
.image .btn:hover{
 
  background-color:white;
}
.ball{
  position: relative;
  border-radius: 400px;
  aspect-ratio: 1;
  font-size: 24px;
  max-width: 100%;
  width: 450px;
  margin: 80px auto;
}
.ball>.content{
  color: white;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
}
.ball>.content>div{
  line-height: 120%;
  width: 260px;
  margin: auto;
}
.ball.bg_green>.content>div.text{
  width: 240px;
}
.ball>.content>div.text{
    width: 330px;
    max-width: calc(90% - 20px);
}
.ball>.content .btn{
  font-size: 50px;
  display: block;
  line-height: 120%;
  margin: 20px auto;
  padding: 0px 40px;
  box-sizing: border-box;
}
.cont.vstupenky>.btn:hover,
.ball>.content .btn:hover{
  background-color: white;
}
.ball.bg_blue>.content .btn:hover,
.cont.vstupenky>.btn:hover
{
  color: #296edc;
}
.ball.bg_green>.content .btn:hover{
  color: #4b8071;
}
.btn{
  color: white;
  font-family: 'GT-Flexa-X-Compressed', sans-serif;
  font-family: 'GT-Flexa', sans-serif;
  display: block;
  border: 1px solid white;
  border-radius: 60px;
  transition: .2s all linear;
  cursor: pointer;
}
.btn2{
  background-color: white;
}
.cont{
  overflow: hidden;
  max-width: 100%;
  margin: 20px;
}
/*//////////////////////////////////////////////////////////////*/
.cont.vstupenky
{
  color: white;
  margin: initial;
  padding: 50px 0 0;
  margin: 20px auto;
}
.cont.vstupenky>div{
    margin: 10px auto 30px;
    width: 380px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 100%;
}
.cont.vstupenky>.btn{
    font-size: 50px;
    display: block;
    line-height: 120%;
    margin: 20px auto;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 310px;
    text-align: center;
    max-width: 100%;
}
/*//////////////////////////////////////////////////////////////*/
.cont.sportples
{

}
.ball.v2{
  margin-top: 40px;
}
/*//////////////////////////////////////////////////////////////*/
.image>.bg.v1{
  background-image: url(/TEMPLATE/img/fotkaHP.jpg);
}
.image>.bg.v2{
  background-image: url(/IMG/2025/fotka_HP_prani.jpg);
  margin-top: 20px;
}
.image>.bg.v3{
  background-image: url(/IMG/2025/kontakt.jpg);
}
.image .kontakt{
    position: relative;
    top: 10px;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
}
.image .kontakt2{
    position: absolute;
    color: white;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.image .kontakt2 a{
  color: white;
  border-bottom: 1px solid;
}
.sponzor{
    
    width: 100%;
    max-width: 1440px;
    margin: auto ;
    margin-bottom: 50px;
}
.sponzor h3{
  font-size: 70px;
}
.sponzor .title{
  text-align: center;
}
.sponzor .text{
  font-size: 30px;
}
.sponzor .flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.sponzor .flex>img,
.sponzor .flex>a
{
  display: block;
  max-width: 260px;
}
.sponzor .flex>a>img,
.sponzor .flex>img
{
  width: 100%;
}

footer{
    /* margin-bottom: 50px; */
    /* margin-top: 100px; */
    color: white;
    padding: 100px 0 0;
}
footer .info{
  max-width: 100%;
  width: 300px;
  margin: 80px auto;
  text-align: center;
}
footer .info a{
  color: #4b8071;
  text-decoration: underline;
}
/*//////////////////////////////////////////////////////////////*/
.carousel{
  position: relative;
}
.carousel>.imgs .img{
   aspect-ratio: 1;
   background-image: url(/TEMPLATE/img/fotka3.jpg);
   width: 80%;
   background-position: center;
   background-size: cover;
   float: left;
}
.carousel>.imgs .img.v2{
}
.carousel>.imgs{
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
}
.carousel>.nav{
  display: none;
}
.carousel>.texts{
  display: none;
}
.vstupenky iframe{
  max-width: calc(100% - 40px);
  width: 400px;
  height: 200px;
  margin: 50px auto 100px;
  display: block;
}
/*//////////////////////////////////////////////////////////////*/
.main-carousel {
  /* background: #EEE; */
}

.carousel-cell {
  width: 80vw;
  min-width: 600px;
  margin-right: 10px;
  aspect-ratio: 4/3;
  max-height: 80vh;
}
.program_box .carousel-cell {
  width: 35%;
  min-width: 240px;
  max-height: initial;
}

.fotogalerie_box .carousel-cell {
  width: 80vw;
  min-width: 600px;
  /* height: 80vh; */
  margin-right: 10px;
  border-radius: 5px;
  /* aspect-ratio: 1; */
  aspect-ratio: 4/3;
  max-height: 80vh;
  aspect-ratio: 1111/625;
  max-width: 100%;
}
.flickity-button:disabled {
    opacity: 0;
}


.carousel-cell .bg{
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  filter: brightness(0.9);
  border-radius: 10px;
}
.carousel-cell .filter{
  position: absolute;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  filter: brightness(0.9);
  border-radius: 10px;
  background-image: linear-gradient(#ffffff00, #00000000, #000000a6);
  left: 0;
  top: 0;
  z-index: 1;
}
.carousel-cell .cas{
  display: none;
  position: absolute;
  top: 20px;
  width: 200px;
  left: calc(50% - 100px);
  font-size: 60px;
  color: white;
  text-align: center;
  line-height: 100%;
}
.carousel-cell .text{
  position: absolute;
  bottom: 20PX;
  width: 100%;
  left: 0;
  font-size: 30px;
  color: white;
  /* text-align: center; */
  line-height: 120%;
  /* max-width: 360px; */
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 2;
}
.carousel-cell.v1 .bg{background-image: url(/IMG/2025/PROGRAM/program1.jpg);}
.carousel-cell.v2 .bg{background-image: url(/IMG/2025/PROGRAM/program2.jpg);}
.carousel-cell.v3 .bg{background-image: url(/IMG/2025/PROGRAM/program3.jpg);}
.carousel-cell.v4 .bg{background-image: url(/IMG/2025/PROGRAM/program4.jpg);}
.carousel-cell.v5 .bg{background-image: url(/IMG/2025/PROGRAM/program5.jpg);}
.carousel-cell.v6 .bg{background-image: url(/IMG/2025/PROGRAM/program6.jpg);}
.carousel-cell.v7 .bg{background-image: url(/IMG/2025/PROGRAM/program7.jpg);}
.carousel-cell.v8 .bg{background-image: url(/IMG/2025/PROGRAM/program8.jpg);}
.carousel-cell.v9 .bg{background-image: url(/IMG/2025/PROGRAM/program9.jpg);}
.carousel-cell.v10 .bg{background-image: url(/IMG/2025/PROGRAM/program10.jpg);}
.carousel-cell.v11 .bg{background-image: url(/IMG/2025/PROGRAM/program11.jpg);}


.flickity-button{color: white}

.image.flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}
.image .window{
  width: calc(33.33% - 20px);
  height: 80vh;
  position: relative;
}
.image .window .bg{
    background-size: cover;
    background-position: center;
}
.image .window .bg.v1{
  background-image: url(/IMG/2024/hp/fotkahpdesktop1.jpg);
}
.image .window .bg.v2{
  background-image: url(/IMG/2024/hp/fotkahpdesktop2.jpg);
}
.image .window .bg.v3{
  background-image: url(/IMG/2024/hp/fotkahpdesktop3.jpg);
}
.image .window .text{
    color: white;
    position: absolute;
    bottom: 20px;
    font-size: 140px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'GT-Flexa-X-Compressed', sans-serif;
    letter-spacing: 1px;
}
.cont.vstupenky>div.col2 a{color: white;text-decoration: underline;}
.cont.vstupenky>div.col2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  width: 960px;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.cont.vstupenky a{color: white}
.col2>div{
  text-align: center;
  margin: 50px auto;
  width: calc(50% - 50px);
}
.col2>div>div{
  max-width: 100%;
  width: 300px;
  margin: auto;
}
  .mobile{
    display: none;
  }
.two_col{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;color: white;}
.two_col>div{
  width: 50%;
  position: relative;
  height: 70vh;
  text-align: center;
  font-size: 26px;
}
.two_col>div.v2{
  background-position: center;
  background-size: cover;
  background-image: url(/IMG/2025/kontakt.jpg);
  font-size: 50px;
  text-align: center;
  background-position: top;
}
.two_col>div>h2,
.two_col>div>div{
  position: absolute;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.two_col>div>div a{color: white;border-bottom: 1px solid;}
.four_col{
  padding: 20px;
  display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;
}
.four_col>div{
  width: 25%;
  min-width: 200px;
  margin-bottom: 50px;
}
.four_col a{color: #fff;border-bottom: 1px solid}
.social{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.four_col .title{
  margin-bottom: 1rem;
}
.social a{
    display: block;
    border: none;
}
.social a img{width: 60px;}
.anchor{
  margin-top: -120px;
  padding-top: 100px;
}
.fullscreen{
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  background-color: #f286b6;
  background-color: #e12e2a;
}
/*//////////////////////////////////////////////////////////////*/
.menu{
  display: none;
    position: fixed;
    top: calc(50% - 250px);
    width: 300px;
    left: calc(50% - 150px);
    z-index: 3;
}
.menu a{
  font-size: 100px;
  font-family: 'GT-Flexa-X-Compressed', sans-serif;
  color: white;
  text-align: center;
  display: block;
  line-height: 100%;
}
.kosik{
  max-width: 100%;
  width: 920px;
  margin: 50px auto 0;
  display: none;
}

/*FG*/
.fotogalerie{}
.fotogalerie img
{
  width:100%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: -150%;
  z-index: 1;
  /* display: none; */
  transition: 1s all ease-in-out;
}
.fotogalerie img.left{
    right: 50%;
}

.fotogalerie picture img.active
{
    display: block;
    right: -50%;
}
.fotogalerie .line
{
    position: relative;
    aspect-ratio: 16/9;
    aspect-ratio: 1111/625;
    overflow: hidden;
}
.fotogalerie .years{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fotogalerie .years .btn{
    margin: 30px 5px;
}
.fotogalerie .years .btn.grey
{
    color: black;
    background: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.fotogalerie .arrow{
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(80px);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  color: black;
  position: absolute;
  text-align: center;
  top: calc(50% - 25px);
  left: 30px;
  line-height: 49px;
  z-index: 2;
  cursor: pointer;
  display: none;
  background-color: white;
  padding: 8px 10px;
  box-sizing: border-box;
  }
.fotogalerie .arrow.right{
    left: initial;
    right: 30px;
    transform: rotate(180deg);
    display: block;
}
.fotogalerie .foto{
    position: relative;
    /* background-image: url(/TEMPLATE/IMG/bg/main_bg.png); */
/*    min-height: 500px;*/
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}
/*FG*/
.cont h2 {
    /* padding-bottom: 50px; */
    margin: 40px auto;
}
.soupiska{padding-bottom: 50px}

.kontakt_box{
  padding-top: 100px;
  padding-bottom: 50px;
}
/*//////////////////////////////////////////////////////////////*/
.image.pc2{
  min-height: 70vh;
}
.image.pc2>.bg.v1{
  background-image: url(/IMG/2025/Sportples_HP_2.jpg);
  background-image: url(/IMG/2025/HP01.jpg);
}
.image.flex{
  display: none;
}
.progress{
    overflow: hidden;
    margin: 30px auto 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.progress div{
    /* background: rgba(0, 0, 0, 0.1); */
    min-width: calc(100% / 11);
    height: 8px;
    /* margin: 0px 5px; */
    /* cursor: pointer; */
    transition: 0.2s all linear;
    border-radius: 20px;
}
.progress div.active{
     background: #f286b6;
}

.text_whole_page{
  text-align: center;
  color: white;
  font-size: 18vw;
  letter-spacing: 1vh;
  font-family: GT-Flexa-X-Compressed,sans-serif;
  line-height: 100%;
  margin-bottom: -20px;
  padding-bottom: 30px;
  margin-top: -1px;
}

/*//////////////////////////////////////////////////////////////*/
.cta_soupiska {
    color: white;
    text-align: center;
    max-width: 480px;
    width: calc(100% - 40px);
    margin: auto;
    padding: 0 20px 50px;
}
.cta_soupiska a{
  color: white;
  text-decoration: underline;
}
/*//////////////////////////////////////////////////////////////*/
.flickity-prev-next-button{
  height: 50px;
  width: 50px;
  background-color: white;
}
.flickity-prev-next-button svg path{
  fill: black;
}
.flickity-prev-next-button.previous{
  left: 20px;
}
.flickity-prev-next-button.next{
  right: 20px;
}
/*//////////////////////////////////////////////////////////////*/
.div_cta{
  padding: 100px 0;
  color: white;
  text-align: center;
}
.div_cta h2{
  max-width: 100%;
  width: calc(100% - 40px);
  max-width: 800px;
  margin: auto;
  line-height: 100%;
}
.div_cta .btn{
  color: #e12e2a;
  font-size: 25px;
  line-height: 160%;
  font-family: 'GT-Flexa', sans-serif;
  width: 280px;
  margin: 110px auto 20px;
}
.div_cta .fb{
  color: white;
  line-height: 50px;
}
.div_cta .fb img{
  max-width: 40px;
  height: 30px;
  vertical-align: middle;
  margin-top: -4px;
}
.div_cta .btn:hover{
  background-color: #e12e2a;
  color: white;
}
.vstupenky_text{
  max-width: calc(100% - 40px);
  margin: auto;
  padding: 0 20px;
  text-align: center;
  width: 600px;
  margin-bottom: 100px;
}
.vstupenky h2.center {
    margin: 0 auto 60px;
}
/*//////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 1200px)
{
  .image.pc{
    display: none;
  }
  .cont h2 {
      line-height: 100%;
  }
  .text_whole_page{
    font-size: 14vw;
    margin-top: -1px;
  }
  .program_box .carousel-cell{
    width: 55%;
  }
  
}
@media only screen and (max-width: 1000px){
  .image.pc{
    display: none;
  }
  .mobile{
    display: block;
  }
   .image.mobile{
    display: block;
    /* display: none; */
  }
  .pc{
    display: none;
  }
  .image.kontakt_box,
  .kontakt_box{
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 800px)
{  
  
 

  .carousel-cell {
    width: 66%;
    min-width: 300px;
    /* height: 200px; */
    margin-right: 10px;
    border-radius: 5px;
    aspect-ratio: 1;
  }
  .fotogalerie_box .carousel-cell{
    width: 100%;
    min-width: 500px;
  }
  
  header .logo{left: -10px;padding: 10px 20px;top: calc(50% - 36px);}

  .carousel-cell .cas{
    top: 20px;
    font-size: 70px;
  }
  .carousel-cell .text{
    bottom: 20px;
    font-size: 20px;
  }
  h1{
    font-size: 70px;
  }
  .image .claim h1{
    font-size: 70px;
  }
  h2{
    font-size: 70px;

  }
  .cont h2 {
      padding-bottom: 25px;
      line-height: 100%;
  }
/*  .anchor{display: none;}*/
  .soupiska{padding-bottom: 20px}
  .progress{
    margin: 10px auto;
  }
  .progress div {
      min-width: 20px;
  }
  .text_whole_page{
    font-size: 12vw;
  }
  
}

@media only screen and (max-width: 600px)
{
  .image .claim
  {
    font-size: 80px;
  }
  .fotogalerie .foto
    {min-height: calc(100vw / 16 * 9);border-radius: 5px;}
  .image.mobile.kontakt_box {
      min-height: 30vh;
  }
}
@media only screen and (max-width: 500px)
{
  .image .claim
  {
    font-size: 60px;
  }
  h1{
    font-size: 50px;
  }
  h2{
    /* font-size: 40px; */
  }
  .sponzor h3{
    font-size: 40px;
  }
  .sponzor .text{
    font-size: 20px;
  }
  .cont.vstupenky>.btn{
    font-size: 40px;
    width: 240px;
    display: none;
  }
  .ball>.content .btn{
    font-size: 40px;
    width: 190px;
  }
  .ball{
    margin: 50px auto;
  }
  .image
  {
    max-height: 60vh;
  } 
  .four_col>div
  {
    text-align: center;
    width: 100%;
  }
  .four_col .title{
    margin-bottom: initial;
  }
  .image,
  .cont
  {
    margin: 10px 10px;
  }
  .flickity-prev-next-button
  {
    height: 30px;
    width: 30px;
  }
  
  
}
@media only screen and (max-width: 420px)     
{ 
  /*h1{
    font-size: 60px;
  }
  .image .claim h1{
    font-size: 60px;
  }
  .image .btn{
    font-size:60px;
  }
  h2{
     font-size: 50px; 
  }
  .ball,
  body{
    font-size: 20px;
  }*/
  
}
@media only screen and (max-height: 1000px)     
{
  .div_cta{
    padding: 50px 0;
  }
  .div_cta .btn{
    margin: 20px auto;
  }

}
@media only screen and (max-width: 320px)     
{ 
  h1{
    font-size: 50px;
  }
  .image .claim h1{
    font-size: 50px;
  }
  .image .btn{
    font-size:50px;
  }
  h2{
     font-size: 40px; 
  }
  .ball,
  body{
    font-size: 20px;
  }
  .image
  {
    max-height: 50vh;
  }
   header>.text,
  header>a>.text{
    display: block;
    /* margin: 4px auto 11px; */
    padding-bottom: 6px;
  }
  header>.text.v2,
  header>a>.text.v2
  {
    display: none;
  }
}

@supports (background-image: -webkit-image-set(url('/IMG/2024/fotkahp.webp') 1x)){



}

/*//////////////////////////////////////////////////////////////*/

/*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: -200px;
    transition: 0.2s all linear;
    line-height: 120%;
}
.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}
.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: 30px;
}
.cookiebar>.content>.btns .btn{
    display: block;
    background-color: black;
    color: white;
    padding: 15px 20px;
    border: initial;
    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;
    background-color: #e12e2a;
}
.cookiebar>.content>.btns .btn:hover{
    background-color: black;
    color: white;
}
.cookiebar>.content>.btns .btn.ne{
    /* margin-left: 10px; */
}
.cookiebar.active{
    bottom: 0;
}
@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*/

