body {
    margin-top: 0;
    padding-top: 0;
    margin: 0;
   
}

.everithing {
    display: grid;
    grid-template-columns: 5fr 1fr;
}

.whole-page {
    display: flex;
    flex-direction: column;
    

}

.banner {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr 4fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    height: 50px;
    background-color: #fae138;
    align-items: center;
    margin-bottom: 0px;
    border: none;
    border-color: #000000;
    border-width: 1px;
}

.pic {
    display: flex;
    justify-content: center;
    height: 40px;

}


.nameb {
    display: flex;
    align-items: center;
    align-content: center;
    border-right: solid;
    border-left: solid;
    border-color: #000000;
    border-width: 1px;
    justify-content: center;
    height: 50px;
    margin-right: -1px;
    background-color: #fae138;
}

#nameb :hover {
    display: flex;
    align-items: center;
    align-content: center;
    border-right: solid;
    border-left: solid;
    border-color: #000000;
    border-width: 1px;
    justify-content: center;
    height: 50px;
    margin-right: -1px;
    background-color: #000000;
    width: 100%;
    text-decoration: none;
}

#text:hover {
    color:white;


}

a {text-decoration: none;}

.text {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 000;
    line-height: 1; 
    color: rgb(20, 20, 20);
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;

}


#bannerS {
    height: 100%;
}

#banner2{
    display: none;
}


.page {
    
}

.info {
    position: fixed;
    border-left: solid;
    border-top: none;
    border-width: 1px;
    border-color: rgb(24, 24, 24);
    display: flex;
    width: calc(100% / 6);
    height: 100%;
    right: 0;
    flex-direction: column;

}

.headerright {
    display: flex;
    min-height: 50px;
    background-color: #fae138;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(24, 24, 24);
    width: 100%;
    justify-content: center;
    align-items: center;
}

.headerinfo {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    align-items: center;
    color: rgb(20, 20, 20);
    font-size: 15px;
    text-transform: uppercase;
}

.pictureinfo {
    background-color: transparent;
    display: flex;
    justify-content: center;
    
    
}


.pictureinfo {
    width: 100%;
    
    display: none; /* Skrýt obrázky, dokud nejsou aktivní */
}

.info-image {
    width: 100%;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(24, 24, 24);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(238, 238, 238);
    
}

.info-image img{
    margin: 20px;
    width: 85%;
    padding-bottom: 10px;
    
}

.textt {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    align-items: center;
    color: rgb(20, 20, 20);
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(24, 24, 24);
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;

}

.pokus {
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(24, 24, 24);
    background-color: rgb(255, 255, 255);
    border-right: none;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
}

#noborderbottom {
    border-bottom: none;
}

#borderright {
    border-right: solid ;
    border-width: 1px;
}

.information-tree {

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background-color: #ffffff;
}

.text-information-tree {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    
    margin-left: 20px;
    margin-right: 20px;

    text-transform: uppercase;
}



.name {
    background-color: transparent;
    height: 25px;
    width: 250px;
    display: grid;
    grid-template-columns: 1fr 3fr;
}

video {
    width: 100%;
}


#trees {

    margin-bottom: 20px;

}

.banner_trees_all {

    border-bottom: solid;
    border-width: 1px;
    border-color: rgb(24, 24, 24);
    margin-bottom: 40px;

}

@media (min-width:300px) and (max-width: 660px){

    body {
        margin-top: 0;
        padding-top: 0;
        margin: 0;
       
    }
    
    .everithing {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .whole-page {
        display: flex;
        flex-direction: column;
        
    
    }
    .banner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: center;
        height: 50px;
        background-color: #fae138;
        align-items: center;
        margin-bottom: 0px;
        border: none;
        border-color: #000000;
        border-width: 1px;
        display: nsone;
    }
    
    .pic {
        display: flex;
        justify-content: center;
        height: 7vw;

        
    
    }

    .backpage{
        display: flex;
        width: 100%;
    }
    
    #nameb{
        display: flex;
    }

    a {
        display: none;
    }
    .nameb {
        display: none;
        align-items: center;
        align-content: center;
        border-right: solid;
        border-left: solid;
        border-color: #000000;
        border-width: 1px;
        justify-content: center;
        height: 50px;
        margin-right: -1px;
        background-color: #fae138;
        width: 100%;

    }
    
    #nameb :hover {
        display: flex;
        align-items: center;
        align-content: center;
        border-right: solid;
        border-left: solid;
        border-color: #000000;
        border-width: 1px;
        justify-content: center;
        height: 50px;
        margin-right: -1px;
        background-color: #000000;
        width: 100%;
        text-decoration: none;
    }
    
    #text:hover {
        color:white;
    
    
    }
    
    a {text-decoration: none;}
    
    .text {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 000;
        line-height: 1; 
        color: rgb(20, 20, 20);
        font-size: 12px;
        text-transform: uppercase;
        text-decoration: none;
    
    }
    
    
    #bannerS {
        height: 100%;
        display: none;
    }
    
    #banner2{
        display: flex;
    }
    
    
    
    .page {
        
    }
    
    .info {
        position: fixed;
        border-left: solid;
        border-top: none;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        display: flex;
        width: calc(100% / 2);
        height: 100%;
        right: 0;
        flex-direction: column;
    
    }
    
    .headerright {
        display: flex;
        min-height: 50px;
        background-color: #fae138;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .headerinfo {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 400;
        align-items: center;
        color: rgb(20, 20, 20);
        font-size: 15px;
        text-transform: uppercase;
    }
    
    .pictureinfo {
        background-color: transparent;
        display: flex;
        justify-content: center;
        
        
    }
    
    
    .pictureinfo {
        width: 100%;
        max-height: 100vh;
        display: none; /* Skrýt obrázky, dokud nejsou aktivní */
    }

    
    
    .info-image {
        width: 100%;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(238, 238, 238);
        padding-bottom: 0px;
    }
    
    .info-image img{
        margin-top: 10px;
        width: 50%;
        padding-bottom: 0px;
        margin-bottom: 10px;


        
    }
    
    .textt {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 400;
        align-items: center;
        color: rgb(20, 20, 20);
        font-size: 11px;
        text-transform: uppercase;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    
    }
    
    .pokus {
        display: flex;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        background-color: rgb(255, 255, 255);
        flex-direction: column;
        cursor: pointer;
        align-items: center;
        border-bottom: none;
        border-left: none;

       
    }
    
    #noborderbottom {
        border-bottom: none;

    }
    
    #borderright {
        border-right: none ;
        border-width: 1px;
    }
    
    .information-tree {
    
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        width: 80%;
        background-color: #ffffff;
    }
    
    .text-information-tree {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    
        margin-left: 0px;
        margin-right: 0px;
    
        text-transform: uppercase;
    }
    
    
    
    .name {
        background-color: transparent;
        height: 25px;
        width: 250px;
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
    
    video {
        width: 90%;
    }
    
    
    #trees {
    
        margin-bottom: 20px;
    
    }
    
    .banner_trees_all {
        display: none;
    
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        margin-bottom: 40px;
    
    }


    #infocard .pictureinfo {
        display: none;
        max-height: 99vh; /* Adjust the height as needed */
        overflow-y: auto;
    }
    
}

@media (min-width:768px) and (max-width:1024px){

    body {
        margin-top: 0;
        padding-top: 0;
        margin: 0;
       
    }
    
    .everithing {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }
    
    .whole-page {
        display: flex;
        flex-direction: column;
        
    
    }

    #portfolio{
        display: none;
    }
    
    .banner {
        
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: center;
        height: 50px;
        background-color: #fae138;
        align-items: center;
        margin-bottom: 0px;
        border-right: solid;
        border-color: #000000;
        border-width: 1px;
        display: fldex;
        z-index: 10;
    }
    
    .pic {
        display: flex;
        justify-content: center;
        height: 3vh;
        
    
    }
    
    a {
        display: flex;
    }
    .nameb {
        display: flex;
        align-items: center;
        align-content: center;
        border-right: solid;
        border-left: solid;
        border-color: #000000;
        border-width: 1px;
        justify-content: center;
        height: 50px;
        margin-right: -1px;
        background-color: #fae138;
        width: 100%;
    }
    
    #nameb :hover {
        display: flex;
        align-items: center;
        align-content: center;
        border-right: solid;
        border-left: solid;
        border-color: #000000;
        border-width: 1px;
        justify-content: center;
        height: 50px;
        margin-right: -1px;
        background-color: #000000;
        width: 150%;
        text-decoration: none;
    }
    
    #text:hover {
        color:white;
    
    
    }

    .backpage{
        width: 100%;
        display: flex;
        margin-left: 0px;
    }
    
    a {text-decoration: none;
        width: 100%;

    
    }
    
    .text {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 000;
        line-height: 1; 
        color: rgb(20, 20, 20);
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
    
    }

    #text{
        display: flex;
        
        
    }
    
    
    #bannerS {
        height: 100%;
    }
    
    
    .page {
        
    }
    
    .info {
        position: fixed;
        border-left: solid;
        border-top: none;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        display: flex;
        width: calc(100% / 3);
        height: 100%;
        right: 0;
        flex-direction: column;
    
    }
    
    .headerright {
        display: flex;
        min-height: 50px;
        background-color: #fae138;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .headerinfo {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 400;
        align-items: center;
        color: rgb(20, 20, 20);
        font-size: 15px;
        text-transform: uppercase;
    }
    
    .pictureinfo {
        background-color: transparent;
        display: flex;
        justify-content: center;
        
        
    }
    
    
    .pictureinfo {
        width: 100%;
        max-height: 100vh;
        display: none; /* Skrýt obrázky, dokud nejsou aktivní */
    }

    
    
    .info-image {
        width: 100%;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(238, 238, 238);
    }
    
    .info-image img{
        margin: 20px;
        width: 80%;
        
    }
    
  
    
    .main {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    
    }
    
    .pokus {
        display: flex;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        background-color: rgb(255, 255, 255);
        flex-direction: column;
        cursor: pointer;
        align-items: center;
        border-bottom: none;
        border-left: solid;
        border-left-width: 1px;

       
    }
    
    #noborderbottom {
        border-bottom: none;

    }
    
    #borderright {
        border-right: solid ;
        border-width: 1px;
    }
    
    .information-tree {
    
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        width: 80%;
        background-color: #ffffff;
    }
    
    .text-information-tree {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    
        margin-left: 0px;
        margin-right: 0px;
    
        text-transform: uppercase;
    }
    
    
    
    .name {
        background-color: transparent;
        height: 25px;
        width: 250px;
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
    
    video {
        width: 90%;
        z-index: 0;
        padding-top: 2px;
        
    }
    
    
    #trees {
    
        margin-bottom: 20px;
    
    }
    
    .banner_trees_all {
        display: none;
    
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        margin-bottom: 40px;
    
    }


    #infocard .pictureinfo {
        display: none;
        max-height: 99vh; /* Adjust the height as needed */
        overflow-y: auto;
    }
    
}

@media (min-width:1025px) and (max-width:1366px){

    body {
        margin-top: 0;
        padding-top: 0;
        margin: 0;
       
    }
    
    .everithing {
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
    
    .whole-page {
        display: flex;
        flex-direction: column;
        
    
    }

    #portfolio{
        display: none;
    }
    
    .banner {
        
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 2fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        justify-content: center;
        height: 50px;
        background-color: #fae138;
        align-items: center;
        margin-bottom: 0px;
        border-right: solid;
        border-color: #000000;
        border-width: 1px;
        display: fldex;
        z-index: 10;
    }
    
    .pic {
        display: flex;
        justify-content: center;
        height: 3vh;
        
    
    }
    
    a {
        display: flex;
    }
    .nameb {
        display: flex;
        align-items: center;
        align-content: center;
        border-right: solid;
        border-left: solid;
        border-color: #000000;
        border-width: 1px;
        justify-content: center;
        height: 50px;
        margin-right: -1px;
        background-color: #fae138;
        width: 100%;
    }
    
    #nameb :hover {
        display: flex;
        align-items: center;
        align-content: center;
        border-right: solid;
        border-left: solid;
        border-color: #000000;
        border-width: 1px;
        justify-content: center;
        height: 50px;
        margin-right: -1px;
        background-color: #000000;
        width: 150%;
        text-decoration: none;
    }
    
    #text:hover {
        color:white;
    
    
    }

    .backpage{
        width: 100%;
        display: flex;
        margin-left: 0px;
    }
    
    a {text-decoration: none;
        width: 100%;

    
    }
    
    .text {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 000;
        line-height: 1; 
        color: rgb(20, 20, 20);
        font-size: 15px;
        text-transform: uppercase;
        text-decoration: none;
    
    }

    #text{
        display: flex;
        
        
    }
    
    
    #bannerS {
        height: 100%;
    }
    
    
    .page {
        
    }
    
    .info {
        position: fixed;
        border-left: solid;
        border-top: none;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        display: flex;
        width: calc(100% / 4);
        height: 100%;
        right: 0;
        flex-direction: column;
    
    }
    
    .headerright {
        display: flex;
        min-height: 50px;
        background-color: #fae138;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .headerinfo {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: 400;
        align-items: center;
        color: rgb(20, 20, 20);
        font-size: 15px;
        text-transform: uppercase;
    }
    
    .pictureinfo {
        background-color: transparent;
        display: flex;
        justify-content: center;
        
        
    }
    
    
    .pictureinfo {
        width: 100%;
        min-height: 99vh;
        display: none; /* Skrýt obrázky, dokud nejsou aktivní */
        margin-bottom: 20vh;
    }

    
    
    .info-image {
        width: 100%;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(238, 238, 238);
    }
    
    .info-image img{
        margin: 20px;
        width: 50%;
        
    }
    
  
    
    .main {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    
    }
    
    .pokus {
        display: flex;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        background-color: rgb(255, 255, 255);
        flex-direction: column;
        cursor: pointer;
        align-items: center;
        border-bottom: none;
        border-left: solid;
        border-left-width: 1px;

       
    }
    
    #noborderbottom {
        border-bottom: none;

    }
    
    #borderright {
        border-right: solid ;
        border-width: 1px;
    }

    #ipad{
        border-bottom: solid;
        border-width: 1px;
    }
    
    .information-tree {
    
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        width: 80%;
        background-color: #ffffff;
    }
    
    .text-information-tree {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    
        margin-left: 0px;
        margin-right: 0px;
    
        text-transform: uppercase;
    }
    
    
    
    .name {
        background-color: transparent;
        height: 25px;
        width: 250px;
        display: grid;
        grid-template-columns: 1fr 3fr;
    }
    
    video {
        width: 90%;
        z-index: 0;
        padding-top: 2px;
        
    }
    
    
    #trees {
    
        margin-bottom: 20px;
        margin-left: 35px;
    
    }
    
    .banner_trees_all {
        w
        display: flex;
        align-items: center;
        flex-direction: column;
        border-top: solid;
        border-bottom: solid;
        border-width: 1px;
        border-color: rgb(24, 24, 24);
        margin-bottom: 40px;
    
    }

    .banner_trees_all video {

        width: 100%;

    }


    #infocard .pictureinfo {
        display: none;
        max-height: 99vh; /* Adjust the height as needed */
        overflow-y: auto;
    }
    
}