body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;   /* místo 100vw */
    height: 100vh;
}


.marquee {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgb(255, 0, 0);
    color: rgb(255, 184, 184);
    text-align: center;
    padding: 8px 0;
    z-index: 10000;
    white-space: nowrap;
    overflow: hidden;
  }

  .marqtxt{
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 400;
    


  }
  
  .marquee span {
    display: inline-block;
    padding-left: 2%; /* Malá mezera mezi texty */
    animation: scroll 6s linear infinite;
  }
  
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }


.content {
    width: 100%;
    border-top: solid;
    border-color: #cecece;
    border-width: 1px;
    
}

.middle {
    transition: opacity 0.3s ease;
    width: 100%;

}

.work{
    z-index: 1000;
    position: fixed;
    top: 50%; /* Vertikální vycentrování */
    left: 50%; /* Horizontální vycentrování */
    transform: translate(-50%, -50%); /* Posune element do středu */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vh;
    height: 22vh;
    overflow: hidden;
}


.work img{width: 100%;}

img.folderimg {
    opacity:0.8;
    filter:alpha(opacity=80); 
  }
  img.folderimg:hover {
    opacity:1.0;
    filter:alpha(opacity=100); 
    cursor: pointer;
    transition: opacity 0.2s ease
    
  }

.ring {
    z-index: 900;
    left: 50%;
    top: 50%;
    position: fixed;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40vh;
    width: 40vh;
    border-radius:100%;
    border: solid;
    border-color: #cecece;
    border-width: 0.1vh;
    transform: translate3d(-50%, -50%, 0)
}

.line {
    z-index: 100;
    position: fixed;
    height: 0.1vh;
    background-color: #cecece;
    width: 100%;
    top: 50%;
}

.lineA {
    z-index: 100;
    position: fixed;
    width: 0.1vh;
    left: 20%;
    height: 100%;
    background-color: #cecece;
}

.line2 {
    z-index: 100;
    position: fixed;
    width: 0.1vh;
    left: 50%;
    height: 100%;
    background-color: #cecece;
}


.container {
    display: flex;
    width: 100%;
    height: 400px;    
}

#container-0 {
    height: 85vh;
    background-color: rgb(220, 220, 220);     
      

}

#container-0 video{
    height: 100%;
}

#container-1 {
    height: 80vh;  
    background-color: #eaeef3a9;     
}


#container-2 {
    height: 60vh;
}

#container-3 {
    height: 70vh;
    background-color: rgba(234, 238, 243, 0.663);
}


#container-4 {
    height: 80vh;
}

#container-5 {
    height: 75vh;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: row-reverse;
    background-color: #eaeef3a9;

}

#container-6{
    padding-top: 5vh;
    height: 35vh;
    background-color: #ffffffa9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-top: solid;
    border-color: #cecece;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.thtsall {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vh;  
}

.thtsall img{
    margin-top: 30px;
    height: 100%;
    margin: 0%;
    filter: brightness(190%);
}

.credits {
    margin-top: 20px;
    font-size: 0.8vw;
    font-family: "Fragment Mono", monospace;
    color: #cecece;

}



.main-div {
    position: relative;
    width: 100%;
    height: 100%;
    transition: width 0.5s ease;
}



.morecontent{
    display: flex;
    flex-direction: column;
    justify-content: top;
    text-align: start;
    align-items: center;
    border-left: dashed;
    border-color: #cecece;
    border-width: 1px;
    width: 30%;
    z-index: 500;
    padding-top: 30px;
    
}

.Textcontent{
    
    font-family: 'Helvetica Neue', sans-serif;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1; 
    font-size: 3vw; 
    color: rgb(20, 20, 20);
    margin-bottom: 150px;
    align-items: center;
    border-bottom: dashed;
    border-color: #cecece;
    border-width: 1px;
    width: 100%;
    text-align: start;
    padding-bottom: 30px;
    margin-left: 10px;
}

.buttoncirclecontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

#arrowcontent{
    height: 50px;
    position: absolute;
    z-index: 1;
}

.circle {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: dashed;
    border-width: 2px;
    border-color: #cecece;
    background-color: transparent;
    position: absolute;
    z-index: 0;

}


.main-image { /* nešahej */
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle-button {
    position: absolute;
    bottom: 50%;
    right: 20px;
    font-size: 4rem;
    width: 70px;
    height: 70px;
    border: none;
    background-color: #111111;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease; 
}





button[type="btt1"] {
 background-color: transparent;
 color: #111111;
}

button[type="btt1"]:hover {
    color: rgb(255, 208, 0);
   }

button[type="btt2"] {
    background-color: #ffffff;
    color: rgb(14, 14, 14);
}

button[type="btt2"]:hover {
   color: rgb(255, 48, 176);
}

button[type="btt3"] {
    background-color: #ffffff;
    color: rgb(14, 14, 14);
}

button[type="btt3"]:hover {
    color: rgb(48, 114, 255);
}

button[type="btt5"] {
    right: 100px;
    border-radius: 100%;
    
}

button[type="btt4"] {
    right: 100px;
    
}


.toggle-button:focus {
    outline: none;
}

.toggle-button.active {
    transform: rotate(180deg);
}



.sidebar {
    border-left: dashed;
    border-color: #cecece;
    border-width: 1px;
    width: 0;
    height: 100%;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    transition: width 0.5s ease;
    align-items: flex-start; 
}






.SBheader {
    font-family: 'Merchant Copy Doublesize', sans-serif;    
    font-weight: initial;
    line-height: 1; 
    font-size: 1.4vw; 
    color: rgb(255, 114, 168);
    margin-top: 1vw;
    padding-bottom: 1vw;
    margin-bottom: vw;
    padding: 10px;
    border-bottom: dashed;
    border-color: #cecece;
    border-width: 1px;
    margin-right:200 ;
    text-align: start;
    width: 100%;
    
}

#SBheader-languages {
    color: rgb(24, 24, 24);
}

#SBtitle-languages {
    color: rgb(255, 208, 0);
}

#SBheader-education {
    color: rgb(24, 24, 24);
}

#SBtitle-education {
    color: rgb(255, 48, 176);
}

#SBheader-contact {
    color: rgb(24, 24, 24);
    
}

#SBtitle-contact {
    color: rgb(48, 114, 255);
    
}



.SBbar {
    border-bottom: dashed;
    border-color: #cecece;
    border-width: 1px;
    padding-left: 10px;
    margin-bottom: 0px;
    text-align: start;
    width: 100%;
    padding-bottom: 10px;
    

}

.SBtitle {
    font-family: "HelvMono";
    font-weight: 600;
    white-space: nowrap;
    font-size: 0.7vw; 
    color: rgb(255, 114, 168);
    margin: 0;
    margin-top: 0.3vw;
    margin-left: 0px;
    margin-bottom: 0.2vw;
    
    
}

.SBtext {
    font-family: "HelvMono";    
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.2vw;
    font-size: 1vw; 
    color: rgb(65, 65, 65);
    margin-bottom: p;
    text-align: start;
    font-style: normal;
    margin-bottom: 0.5vw;
}


.header-container {
    align-items: center;
    background-color: eaeef3a9;
    color: black;
    height: 3vh;
    left: 0;
    line-height: 15vh;
    display: grid;
    grid-template-columns: 3vh calc(70% - 3vh) 30% ;
    z-index: 800;
    border-bottom: dashed;
    border-color: #cecece;
    border-width: 1px;
  
}
  
.header-icon{
    display: block;
    box-sizing: border-box;
    width: 2vh;
    height: 2vh;
    margin: auto;
    
  
}
  
.header-icon img{
   height: 100%;
   object-fit: contain;
   width: 100%;
   display: flex;
    justify-content: center;
    align-items: center;
  
}
  
.header-title{
    box-sizing: border-box;    
    color: rgb(0, 0, 0);

    display: flex;
    overflow: hidden;
    align-items: center;
    text-transform: uppercase;
    padding-left: 0.5vw;
    z-index: 8000;
    font-size: 1vh;
    font-family: "Fragment Mono", monospace;
    padding-top: 0.5vh;
  
}


.svg-container {
    position: relative;
    width: 100px; /* Adjust based on the actual size of your SVG */
    height: 350px; /* Adjust based on the actual size of your SVG */
}

.disk {
    position: absolute;
    top: 0;
    left: 75%;
    transform: translateX(-50%);
    z-index: 1;
    height: 190px;
}

.body {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 450px;
}


#main-content {
    text-align: center;
}


.lista{
    cursor: pointer;
    display: flex;
    align-items: center;
    bottom: 0;
    justify-content: flex-start;
    background-color: #ff0000;
    
    position: fixed;
    height: 40px;
    left: 0;
    width: 100vw;
    z-index: 10000;
    white-space: nowrap;
  
  }
  
  h1 {
   color: #ffffff;
   font-family: 'Courier Prime', sans-serif;
   font-size: 15px;
   font-weight: 700;
   text-transform: uppercase;
   white-space: nowrap;
   text-size-adjust: 100%;
   white-space-collapse: collapse;
   animation-direction: normal;
   padding: 5px;
   animation: move-rtl 35s linear infinite
  }

  #cursor-click  {
    height: 40px;
    padding-top:10px ;
    filter: #ff0000;
  }


.clickonme{
    position: absolute;
    margin-top: 3vh;
    left: 2vh;
    font-family: "Fragment Mono", monospace;
    font-size: 1.5vh;
    color: #828282;
    z-index: 10000;
    display: flex;
    text-align: start;

}

.cont_info{
    position: absolute;
    left: 0;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    left: 20px;
    font-family: "Fragment Mono", monospace;
    font-weight: 700;
    align-items: center;
    font-size: 1vh;
    text-transform: uppercase;


}

.infopic img{
    height: 6vh;
    margin-bottom: 10px;
}

#Exp img {
    height: 20vh;
}

#cntpng  {
    height: 5vh;
}

#edu  {
    height: 2vh;
}

.hidden {
    display: none;
}

#overlay-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255); /* Optional, for background color during video */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000; /* Ensure it overlays everything */
}

#overlay-video video {
    height: 40%;
}

#lng  {
    height: 4vh;
}

#prsn  {
    height: 20vh;
}

.tlacitko{
    height: 80%;
    position: absolute;
    z-index: 50000;
    right: 0;
    bottom: 50%;
    display: none;
    
    transform: translate(-50%,+50%);
    cursor: pointer;

}

#container-0 {
    overflow: clip;
}




#container-1 {
    overflow: clip;
}



#container-2 {
    overflow: clip;
    
}


#container-4 {
    overflow: clip;
}

#container-5 {
    overflow: clip;
}

#container-6 {
    overflow: clip;
}



.credits{
    font-size: 1vw;
    margin-top: 0;
    margin-bottom: 2vh;
    color: #dfdfdf;
}





@import url(https://db.onlinewebfonts.com/c/2bd900c4d90d79d36422c8b8721cb4cf?family=HelvMono);

@keyframes move-rtl{
    0%{
      transform: translateX(0);
  }
  100%{
    transform: translateX(-100%);
  }
  }


  @media only screen and (max-width: 600px){

    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        height: 100vh; /* Zajišťuje, že tělo bude mít vždy plnou výšku okna */
     
    }

    .work{ 
        z-index: 10001;
        height: 20vh;
        width: 20vh;
    }

    .lineA{
        display: none;
    }

    img.folderimg {
        opacity:0.75;
        filter:alpha(opacity=80); 
      }
      img.folderimg:hover {
        opacity:1.0;
        filter:alpha(opacity=100); 
        cursor: pointer;
        transition: opacity 0.2s ease
        
      }
    
    .ring {
        z-index: 900;
        left: 50%;
        top: 50%;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 80vw;
        width: 80vw;
        border-radius:100%;
        border: solid;
        border-color: #cecece;
        border-width: 1px;
        transform: translate3d(-50%, -50%, 0)
    }


@media only screen and (max-width: 600px) {
    #container-animal {
        position: relative;
        overflow: hidden;
        height: 60vh;   /* nastavíš si výšku boxu */
    }

    #container-animal video {
        width: 100%;
        height: 100%;
        object-fit: cover;  /* nebo "contain", podle toho jestli chceš oříznutí nebo celé video */
    }
}

    
    
    #container-0 {
        overflow: clip;
    }
    
    #container-0 video{
        width: 70%;
    }


    #container-1 {
        overflow: clip;
    }
    
    #container-1 video{
        width: 110%;
    }

    #container-2 {
        overflow: clip;
        
    }

    #container-2 video{
        width: 160%;
    }

    #container-3 video{
        width: 85%;
    }

    #container-4 {
        overflow: clip;
    }

    #container-4 video{
        width: 170%;
    }

    #container-6 {
        height: auto;
    }

    #container-6 img{
        width: 70%;
        height: auto;
    }

    .credits{
        font-size: 3vw;
        margin-top: 0;
        margin-bottom: 10vh;
    }

    

    #treepicture{
        margin-top: 0;
        width: 100% ;
        height: auto;
    }

    #overlay-video video {
        height: 35%;
    }

    #overlay-video{
        z-index: 9000000000000;
    }
  }

  @media only screen and (max-width: 1024px){

    body{
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        width: 100%;
        height: 100vh; /* Zajišťuje, že tělo bude mít vždy plnou výšku okna */
     
    }

    .work{ 
        z-index: 10001;
        height: 20vh;
        width: 20vh;
    }

    .lineA{
        display: none;
    }

    img.folderimg {
        opacity:0.75;
        filter:alpha(opacity=80); 
      }
      img.folderimg:hover {
        opacity:1.0;
        filter:alpha(opacity=100); 
        cursor: pointer;
        transition: opacity 0.2s ease
        
      }
    
    .ring {
        z-index: 900;
        left: 50%;
        top: 50%;
        position: fixed;
        justify-content: center;
        align-items: center;
        display: flex;
        height: 62vw;
        width: 62vw;
        border-radius:100%;
        border: solid;
        border-color: #cecece;
        border-width: 1px;
        transform: translate3d(-50%, -50%, 0)
    }
    
    #container-0 {
        overflow: clip;
    }
    
    #container-0 video{
        width: 70%;
    }

    .main-image { /* nešahej */
        height: 70%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    #container-0 video{
        width: 70%;
    }


    #container-1 {
        overflow: clip;
    }
    
    #container-1 video{
        width: 90%;
    }

    #container-2 {
        overflow: clip;
        
    }

    #container-2 video{
        width: 120%;
    }

    #container-3 video{
        width: 70%;
    }

    #container-4 {
        overflow: clip;
    }

    #container-4 video{
        width: 130%;
    }

    #container-6 {
        height: 90%;
    }

    #container-6 img{
        width: 40%;
        height: 80%;
    }

    .credits{
        font-size: 3vw;
        margin-top: 0;
        margin-bottom: 10vh;
    }

    

    #treepicture{
        margin-top: 0;
        width: 80% ;
        height: auto;
    }

    #overlay-video video {
        height: 35%;
    }

    #overlay-video{
        z-index: 9000000000000;
    }
  }
