﻿
@font-face {
    font-family: 'body';
    src: url('../fonts/IBMPlexSans-Text.woff') format('woff');
}

@font-face {
    font-family: 'body';
    font-style: italic;
    src: url('../fonts/IBMPlexSans-TextItalic.woff') format('woff');
}

@font-face {
    font-family: 'body';
    font-weight: 800;
    src: url('../fonts/IBMPlexSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'mono';    
    src: url('../fonts/IBMPlexMono-Text-Latin1.woff') format('woff');
}

/*@font-face {
    font-family: 'symbols';
    src: url('../fonts/Symbola.otf.ttf') format('otf');
}*/

/*body {
    BACKGROUND-COLOR: #444444;*/
/*BACKGROUND-COLOR: #03dac6;*/
/*FONT-FAMILY: body, Arial, Helvetica, sans-serif;
    COLOR: #ffffff;
    min-width: 340px;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 1.5em;*/
/*min-width: 422px;*/
/*height: 100%;*/
/*min-height: 100vh;*/
/*}*/

body {
    BACKGROUND-COLOR: #444444;
    /*BACKGROUND-COLOR: #03dac6;*/
    FONT-FAMILY: body, Arial, Helvetica, sans-serif;
    COLOR: #ffffff;
    min-width: 340px;
    margin-left: 2vw;
    margin-right: 2vw;
    margin-top: 1.5em;
    /*min-width: 422px;*/
    height: 100%;
    /*min-height: 100vh;*/
    background-image: url("../Pictures/BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;

    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*height: 100%;*/
/*    overflow: scroll;
    -webkit-overflow-scrolling: touch;*/
}

/*.content {
    min-height: 100vh;
}*/

.footer {
    clear: both;
    height: 22px;
    /*margin-top: -24px;*/
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.footer a:hover {
    color: #ffffff;
    /*border-bottom-width: 2px;
        padding-bottom: 3px;*/
    border-bottom-style: solid;
    text-decoration: none;
}

.footer p {   /* DB pridal 7.12.21 */
    font-variant: normal;
}


.page {
    /*min-height: 93vh;*/
    /*BACKGROUND-COLOR: rgba(68, 68, 68, 0.8);*/
}


i.page {
    width: 1200px;
    /*margin: 0 auto;*/
}

div.icon {
    width: 5vw; /* DB zmenil 7.12.21, predtym: 6.5em; */
    height: 5vw; /* DB zmenil 7.12.21, predtym: 5.1em; potom 14vh */
    min-width: 1.5em; /* DB pridal 11.12.21 */
    min-height: 1.5em; /* DB pridal 11.12.21 */
    /*margin-right: 1vw;*/ /* DB zmenil 7.12.21, predtym: 9px; */ /* PS v kontejneru nastavn GAP */
    /*margin-top: .5vw;*/ /* DB zmenil 11.12.21, predtym: 13px;, potom: 2vh */ /* PS v kontejneru nastavn GAP */
    /*margin-bottom: .5vw;*/ /* DB zmenil 11.12.21, predtym: 1vh;  */ /* PS v kontejneru nastavn GAP */
    /*filter: opacity(0.3) contrast(100);*/ /* PS smazal 25.4.22 */
    display: block; /* DB zmenil 7.12.21, predtym: table */
    color: black;
}

.tagPercentage {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*width: 2.2em;*/
    /*width: 1.6vw;*/
    width: calc((100% / 3) - 1px);
    height: calc((100% / 3) - 1px);
    cursor: pointer;
    /*top: -6px;*/
    position: relative;
    filter: opacity(1.0);
    margin-right: -4px;
}
    .tagPercentage.first {
        background-color: black;
        margin-left: 2px;
    }
    .tagPercentage.second {
        background-color: grey;
    }
    .tagPercentage.third {
        background-color: white;
    }
    .tagPercentage.marked {
        border: 2px solid green;
    }


.iconPercentage-small {
    width: 78px;
    height: 25px;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 15px;
}

.icon-small {
    filter: opacity(0.4) contrast(2) ;
    background-color: #aaa;
    color: black;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 5px;
}
button.marked {
    filter: opacity(1.0) contrast(1);
}
button.icon {
    width: 100%;
    height: 100%;
    border-radius: 8px / 5px;
}

pre, code {
    font-family: mono, monospace;
}

p {
    FONT-VARIANT: small-caps;
}

.content {
    width: 100%;
    margin: auto;   
    padding: 10px;
}

.symbols {
    font-family: symbols;
}


.bgwhite {
    BACKGROUND-COLOR: #c0c0c0;
    color: #444444;
}
u
.lgEdit {
    font-size: clamp(1rem, 2.5vw, 5rem);
    /*letter-spacing: 1vw;*/
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    border-bottom: 3px solid rgba(239, 239, 239, 0.5);
}

.lg1 {
    font-size: 4.8vw;
    letter-spacing: 2vw;
    text-align: center;
    white-space: nowrap;
}
/*
    .lg1 {
        font-size: 30px;
        margin-top: 30px;
    }

        .lg1.active {
            transition: transform 0.5s;
            margin-top: 222px;
        }
*/

.markedSearchText {
    color: grey;
    background-color: white; 
}

.lg2 {
    font-weight: bold;
    font-size: 1.8em;
    letter-spacing: 0.2em;
    margin-top: 0.5em; /*PS pridal 31.1.22*/
    margin-bottom: 0.3em; /*PS pridal 31.1.22*/
}

.lg3, .lg4 {        /* DB pridal lg4 12.2.22 */
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    margin-top: 0.5em; /*PS pridal 31.1.22*/
    margin-bottom: 0.3em; /*PS pridal 31.1.22*/
}

.lg2stretch {
    font-size: 1.8em;
    letter-spacing: 0.2em;
}

.lg2underline {
    border-bottom-width: 2px;
    padding-bottom: 3px;
    border-bottom-style: solid;
}

.lg3stretch {
    font-size: 1.8em;
    letter-spacing: 0.2em;
    margin-top: 0.6em;
    display:inline-block;
}

img.addright {
    margin-right: 3px;
}

img.addright2 {
    margin-right: 15px;
}

div.tag {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

div.tagactive {
    width: 160px;
    height: 120px;
    background-color: black;
    justify-content: center;
    align-items: center;
    display: flex;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.tag {
    -webkit-filter: opacity(0.4);
    filter: opacity(0.4);
    width: 70px;
    border-radius: 5px / 3px;
}

img.tagactive {
    -webkit-filter: inverse(1);
    filter: inverse(1);
    width: 70px;
    border-radius: 5px / 3px;
}

div.resultsbox {
    /*position: relative;*/
    display: flex;
    /*padding: 5px;*/
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

/* float items in last line to left, doesnt work 100% though.. */
div.resultsbox::after {
  display: block;
  content: "";
  flex: 0 0 50%;
/*  flex: auto;*/
}

div.results {
    width: 420px;
    display: block;
    float: left;
    /*margin-right: 10px;*/
    margin-bottom: 15px;
    font-size: 1em;
    color: #eee;
    flex: 0 0 auto;
}

img.results {
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
    width: 360px;
    /*height: 270px;*/
    margin-top: 10px;
    border-radius: 15px / 9px;
    border: 30px solid rgba(170, 170, 170, .4);  /* #aaa */
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */    
}

div.resultstitle {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 7px;
    text-align: center;
}

#tagTextWithPlayer {
    position:relative;
    /*display: flex;
    flex-direction: column;*/
    float: right;
    width: 42%;
    min-width: 540px;
    flex: 1 0 auto;
    margin-left: 20px;
}

#tagText {
    float: right;
    width: 100%;
    /*display: inline-block;*/  
}

.tagPlayer {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 88%;    
}

.tagElement {
    flex-direction: row;
}

.tagBar {
    display: inline-block;
    width: 88%;
    height: 20px;    
    color: white;
    vertical-align: middle;
    margin-bottom: 4px;
    float: right;
}

.tagBarItem {
    display: inline-block;    
    background-color: black;
    color: white;
}

.tagIconPlay {
    display: inline-block;
    /*margin-left: 5px;*/
   
    filter: opacity(0.8) contrast(2);
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background-color: #999;
    /*display: inline-block;*/
    text-align: center;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.actualPercentage{
    display: inline-block;
    padding-right: 5px;
    /*width: 55px;*/
    /*min-width: 55px;*/
}


.videoAndTags {
    width: 99%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2em; /*  DB pridane 1.12.21 */
}

.videoImg:hover .videoLoginText {
    color: rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .1);
}

.videoLoginText {
    /*position: absolute;
    display: block;
    width: 100%;*/
    /*min-height: 100px;*/
    /*display: grid;
    align-items: center;
    z-index: 2;
    height: 100%;
    text-align: center;
    font-variant: normal;*/
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    -webkit-transition: color 0.5s, background-color 0.5s; /* For Safari 3.0 to 6.0 */
    transition: color 0.5s, background-color 0.5s; /* For modern browsers */
    background-color: rgba(0, 0, 0, .3);
    /*width: 42%;
    display: block;
    float: left;*/
    /*margin-bottom: 15px;*/
    /*font-size: 70%;*/
    /*color: #eee;*/
    /*flex: 1 0 auto;*/
    /*text-align: center;
    margin: auto;
    height: 100%;
    font-variant: normal;
    font-size: 1.2em;
    margin-top: 0;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.videoSample{
    width:100%;
    position: relative;
    display: block;
}

.videoContent {
    width: 42%;    
    display: inline-block;
    float: left;    
    margin-bottom: 15px;    
    font-size: 70%;
    color: #eee;
    flex: 1 0 auto;
}

video#loadedVideo {
    width: 95%;
    min-width: 300px;
    border: 20px solid #999;
    /*margin-top: 10px;*/
    border-radius: 10px / 6px;
    display: inline;
}

.videoImg {
    width: 87%;
    min-width: 300px;
    border: 20px solid #999;
    /*margin-top: 10px;*/
    border-radius: 10px / 6px;
    display: inline;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 1em;
    -webkit-filter: opacity(0.9);
    filter: opacity(0.9);
    /*height: 270px;*/
    /*margin-top: 10px;*/
    border-radius: 15px / 9px;
    border: 30px solid rgba(170, 170, 170, .4); /* #aaa */
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.logInToPlay {
    width: 100%;
    /* height: 50%; */
    position: absolute;
    left: 0px;
    text-align: center;
}

.imgWithText {
    position: relative;
}

div.video-inline {
    display: inline;
}

#similarVideos {
    /*position: relative;*/
    display: flex;
    /*padding: 5px;*/
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
}


div.video-square video {
    width: 280px;
    height: 180px;
    border: 20px solid #999;
    border-radius: 10px / 6px;
}

div.bodytext {
    /*column-count: 2;*/
    font-size: 1.3em;    /*  DB upravil 1.12.21, predtym: 1.1em */
    line-height: 1.7em;  /*  DB upravil 1.12.21, predtym: 1.6em */
}

    div.bodytext a:hover {
        text-decoration: underline;
    }

.staticText {
    /*text-align: justify;*/
    font-size: 1.3em; /*  DB upravil 1.12.21, predtym: 1.1em */
    line-height: 1.7em; /*  DB upravil 1.12.21, predtym: 1.6em */
}

.staticText a:hover {
    text-decoration: underline;
}

.videoName {            /*  DB pridane 11.12.21 */
    font-weight: bold;
}        
.videoYear {            /*  DB pridane 11.12.21 */
    padding-left: 1em;
    padding-right: 1em;
}    
p.videoColumn {        /*  DB pridane 1.12.21 */
    margin-top: 0;
    margin-bottom: .75em;
}    
p .videoColumnText {   /*  DB pridane 1.12.21 */
    font-variant: normal;
}
p.videoAnnotationColumn {   /*  DB pridane 11.12.21 */
    font-variant: normal;
    font-size: 1.2em;
    margin-top: 0;
}
.videoReferencesColumnText {   /*  DB pridane 11.12.21 */
    display: block;
    font-size: 0.8em;
    line-height: 1.6em;
}

.block {
    FONT-VARIANT: small-caps;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

img.resultstag {
    -webkit-filter: opacity(0.3) contrast(2);
    filter: opacity(0.3) contrast(2);
    width: 20px;
    margin-left: 6px;
    margin-top: 4px;
    margin-bottom: 3px;
    vertical-align: middle;
}


/*###########################ANIMACE###########################*/
/*.css-selectorbg {
    background: linear-gradient(180deg, #989898, #7e7b7b, #606060, #424242, #bb3232, #32be39, #1e96e4);
    background-size: 2100% 2100%;
    -webkit-animation: AnimationNamebg 60s ease infinite;
    -moz-animation: AnimationNamebg 60s ease infinite;
    -o-animation: AnimationNamebg 60s ease infinite;
    animation: AnimationNamebg 60s ease infinite;
}

@-webkit-keyframes AnimationNamebg {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 51% 100%
    }
    100% {
        background-position: 50% 0%
    }
}

@-moz-keyframes AnimationNamebg {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 51% 100%
    }
    100% {
        background-position: 50% 0%
    }
}

@-o-keyframes AnimationNamebg {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 51% 100%
    }
    100% {
        background-position: 50% 0%
    }
}

@keyframes AnimationNamebg {
    0% {
        background-position: 50% 0%
    }
    50% {
        background-position: 51% 100%
    }
    100% {
        background-position: 50% 0%
    }
}*/


a {
    text-decoration: none;
    color: white;
}

.adminCircleButton {
    /*display: none;*/
    position: fixed;
    bottom: 10px;
    left: calc(50% - 25px);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    /*left: calc(50% - 25px);*/
    background-color: rgba(238, 238, 238, 0.8);
    z-index: 2;
    cursor: pointer;
/*    margin-left: calc(50% - 25px);
    margin-right: 0;
    margin-top: 10px;*/
}

.cookieCircleButton {
    /*display: none;*/
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    /*left: calc(50% - 25px);*/
    left: 10px;
    background-color: rgba(238, 238, 238, 0.8);
    z-index: 1;
    cursor: pointer;
}

.cookieIcon {
    color: rgba(0, 0, 0, 0.5);
    display: grid;
    place-items: center;
    height: 100%;
    width: 100%;
    font-size: 25px;
}

.cookieBanner {
    display: none;
    width: 90%;
    margin-left: 2.5%;
    color: rgba(0,0,0,0.5);
    position: fixed;
    background-color: rgba(238, 238, 238, 0.9);
    border-radius: 8px/5px;
    bottom: 60px;
    font-size: 4vw;
    letter-spacing: 1.5vw;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 0.5vw;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

.cookieBannerText {
    font-size: clamp(17px, 0.5em, 25px);
    margin: 15px;
    margin-top: 0;
    letter-spacing: initial;
}

.cookieBanner img {
    display: block;
    /*margin: auto;*/
    /*width: 50px;*/
    /*margin-bottom: 10px;*/
    float: left;
    width: 20%;
    margin: 10px;
    max-width: 150px;
}

.menu .crossIcon {
    display: none;
}

.crossIcon {
    font-size: clamp(17px, 0.5em, 25px);
    z-index: 3;
    /*position: absolute;*/
    right: 3px;
    cursor: pointer;
}

.functionalCookieText {
    /*padding-top: 15px;*/
    font-size: clamp(15px, 0.8em, 20px);
    position: absolute;
    bottom: 10px;
}

.menuCircleButton {
    display: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(238, 238, 238, 0.8);
    z-index: 1;
    cursor: pointer;
}


.menuCircleLine {
    position: relative;
    top: 11px;
    width: 50%;
    height: 3px;
    margin: auto;
    margin-top: 5px;
    background-color: rgba(0,0,0,0.5);
}


.menu {
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 1.2vw;
    letter-spacing: 0.5vw;
    padding-bottom: 15px;
    padding-left: 0.1vw;
    padding-right: 0.5vw;
    /*text-decoration: underline;*/
}


    .menu ul {
        display: flex;
        align-items: stretch; /* Default */
        justify-content: space-between;
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom-width: 2px;
        padding-bottom: 3px;

    }

        .menu ul li {
            display: block;
            flex: 0 0 auto; /* Default */
            list-style-type: none;
            /* padding-right: 1vw; */                /* DB odstranil 7.12.21 */
        }

            .menu ul li a {
                text-align: center;
                position: relative;
                /*display: inline-block;*/
                text-decoration: none;
                color: #ffffff;
              /*  border-bottom-width: 2px;  */   /* DB odstranil 1.12.21 */
                padding-bottom: 3px;
            }

    .menu li a:hover {
        color: #ffffff;
        /*border-bottom-width: 2px;
        padding-bottom: 3px;*/
        border-bottom-style: solid;
        text-decoration: none;
    }
    .menu .active {
        color: #ffffff;
        /* border-bottom-width: 2px;
        padding-bottom: 3px;*/
        border-bottom-style: solid;
        text-decoration: none;
    }



/*    .menu ul {
        color: #ffffff;
        text-decoration: underline;
        border-bottom-width: 2px;
        padding-bottom: 3px;
        border-bottom-style: solid;
    }*/

.userMenu {
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-size: 1.2vw;
    letter-spacing: 0.5vw;
    font-weight: bold;
}

.userMenu a:hover {
        color: #ffffff;
        /*border-bottom-width: 2px;
        padding-bottom: 3px;*/
        border-bottom-style: solid;
        text-decoration: none;
    }


.search {
    display: none;
    opacity: 0;
    FONT-VARIANT: small-caps;
    font-weight: bold;
    margin-bottom: 3em;
    /*white-space: nowrap;*/
    /*align-items: center;*/
    text-transform: uppercase;
    font-size: clamp(10px, 1.2vw, 13px);
    letter-spacing: 0.5vw;
    height: auto;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}

    .search.show {
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        opacity: 1;
    }

.advancedPart {
    display: none;
    opacity: 0;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
}
    .advancedPart.show {
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s;
        opacity: 1;
    }


.search-menu {
    /*display: inline-flex;*/
    margin-right: 5px;
    position: relative;
    text-align: right;
    /*white-space: nowrap;*/
    float: right;
    /*margin-left: 50%;*/
}


    .search-menu ul {
        display: flex;
        align-items: center;
        list-style-type: none;
    }

        .search-menu ul li {
            padding-top: 15px;
            margin-left: 20px;
            text-align: center;
        }

            .search-menu ul li a {
                text-align: center;
                position: relative;
                display: inline-block;
                text-decoration: none;                
                color: #ffffff;
                padding: 4px 0;
                transition: 0.0s;
            }

    .search-menu li a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        top: 100%;
        background: #ff7000;
        transition: transform 0.5s;
        transform: scaleX(0);
        transform-origin: right;
    }

    .search-menu li a:hover {
        color: #ffffff;
    }

        .search-menu li a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }

    .search-menu ul li.active a {
        color: blue;
        text-decoration: underline;
    }



.menu1 {
    /*    display: inline-flex;
    position: relative;
    max-width: 100%;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.3em;
    margin-left: 0px;*/
    display: flex;
    align-items: stretch;
    position: relative;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    justify-content: space-between;   /* DB zmenil 7.12.21, predtym: space-evenly; */
    align-items: center;
    text-transform: uppercase;        /* DB zmenil 7.12.21, predtym: FONT-VARIANT: small-caps */
    font-size: 1vw;                 /* DB zmenil 7.12.21, predtym: 1.2em */
    letter-spacing: 0.3vw;            /* DB zmenil 7.12.21, predtym: 0.34em */
    padding-left: 0.1vw;              /* DB pridal 7.12.21 */
    padding-right: 0.5vw;             /* DB pridal 7.12.21 */
    /*padding-bottom: 50px;*/       /* PS zakomentoval 8.2.2022*/
    font-weight: bold;                /* PS pridal 8.2.2022*/
}

    .menu1 ul {
        /* text-align: center;
        display: flex;
        align-items: center;
        list-style-type: none;
        margin-left: 0px;*/
        display: flex;
        align-items: stretch; /* Default */
        justify-content: space-between;  /* DB zmenil 7.12.21, predtym: space-evenly; */
        width: 100%;
        margin: 0;
        padding: 0;
        border-bottom-width: 2px;   /* DB pridal 7.12.21 */
        padding-bottom: 3px;        /* DB pridal 7.12.21 */
    }

        .menu1 ul li {
            /*padding: 6px 0;
            margin-right: 60px;
            margin-top: -100px;
            margin-left: 0px;*/
            display: block;
            flex: 0 0 auto; /* Default */
            list-style-type: none;
        }

            .menu1 ul li a {
                text-align: center;
                position: relative;
                /*display: inline-block;*/        /* DB odstranil 7.12.21 */
                text-decoration: none;
                color: #ffffff;
              /*  transition: 0.0s; */            /* DB odstranil 7.12.21 */
              /*  margin-left: 0px; */            /* DB odstranil 7.12.21 */
                padding-bottom: 3px;              /* DB pridal 7.12.21 */
            }

    /* .menu1 li a::after {                       DB odstranil 7.12.21
        position: relative;
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        top: 100%;
        background: #ff7000;
        transition: transform 0.5s;
        transform: scaleX(0);
        transform-origin: right;
        margin-left: 0px;
    } */

    .menu1 li a:hover {
        color: #ffffff;
        border-bottom-style: solid;              /* DB pridal 7.12.21 */
        text-decoration: none;                   /* DB pridal 7.12.21 */
    }  

    /*    .menu1 li a:hover::after {             DB odstranil 7.12.21
            transform: scaleX(1);
            transform-origin: left;
        } */

    .menu1 ul li.active a { 
        color: white;                           /* DB zmenil 7.12.21, predtym: blue */
        border-bottom-style: solid;    
        text-decoration: none;                  /* DB zmenil 7.12.21, predtym: underline */
    }

.mobileSubMenu {
    display: none !important;
    font-size: 2.2vw;
    letter-spacing: 0.5vw;
}

.video-title {
    text-align: left;
    font-size: 20px;
    color: white;
}

.video-frame {
    text-align: center;
}

.video-table {
    text-align: center;
    border: 20px solid transparent;
}


input [type=text] {
    height: 35px;
    border: solid 1px;
    width: 201px;
    background-color: pink;
}

.lang-menu {
    margin-left: 95%;
    display: inline-flex;
    position: relative;
    max-width: 100%;
    text-align: right;
}


    .lang-menu ul {
        display: flex;
        list-style-type: none;
        text-align: right;
    }

        .lang-menu ul li {
            padding: 6px 0;
            margin-right: 10px;
            font-size: 20px;
            text-align: right;
        }

            .lang-menu ul li a {
                position: relative;
                display: inline-block;
                text-decoration: none;
                color: #ffffff;
                padding: 4px 0;
                transition: 0.0s;
            }

    .lang-menu li a::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        left: 0;
        top: 100%;
        background: #ff7000;
        transition: transform 0.5s;
        transform: scaleX(0);
        transform-origin: right;
    }

    .lang-menu li a:hover {
        color: #ffffff;
    }

        .lang-menu li a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }

    .lang-menu ul li.active a {
        color: blue;
        text-decoration: underline;
    }

.user-table {
    border-collapse: collapse;
    width: 70%;
    text-align: center;
    margin-left: 15%;
}

    .user-table td, th {
        border: 1px solid #FFFFFF;
        padding: 8px;
    }

    .user-table th.button {
        border: 1px solid #FFFFFF;
        padding: 8px;
        width: 15%;
    }

    .user-table tr:nth-child(even) {
        background-color: #c6c6c6;
    }

.button-action {
    background-color: #4CAF50;
    border: none;
    color: black;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.2s;
    cursor: pointer;
}

#changePasswordForm {
    position: relative;
    margin-top: 100px;
    text-align: center;
}

.newLoginRequest {
    position:relative;
    margin-top: 50px;
    text-align: center;
}

    .newLoginRequest a:hover {
        text-decoration: underline;
        font-weight: bold;
    }

table.newLoginRequest
{
    text-align: center;
    margin: auto;
}

.newLoginRequest .lg3 {
    padding-top: 30px;
}

.newLoginRequest input {
    border: 0;
    background: none;
    display: block;
    /*margin: 20px auto;*/
    text-align: center;
    border: 1px solid white;
    padding: 6px;
    width: 30vw;
    max-width: 400px;
    min-width: 250px;
    outline: none;
    color: white;
    transition: 0.25s;
    display: block;
    margin: 0 auto;
    /*margin-top: 0px;*/
    /*border: 0;*/
    /*background: rgba(239, 239, 239, 0.5);*/
    background: rgba(128, 128, 128, 0.9);
    text-align: center;
    /*border: 1px solid white;*/
    outline: none;
    color: white;
    /*width: 90%;*/
    /*height: 32px;*/
    border-radius: 8px/5px;
    /*font-size: clamp(10px, 1.2vw, 13px);*/
    /*FONT-VARIANT: small-caps;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.5vw;*/
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    /*margin-top: 1em;*/
}

.newLoginRequest textarea {
    border: 0;
    background: none;
    display: block;
    /*margin: 20px auto;*/
    text-align: center;
    border: 1px solid white;
    padding: 6px;
    width: 30vw;
    max-width: 400px;
    min-width: 250px;
    outline: none;
    color: white;
    transition: 0.25s;
    display: block;
    margin: 0 auto;
    /*margin-top: 0px;*/
    /*border: 0;*/
    /*background: rgba(239, 239, 239, 0.5);*/
    background: rgba(128, 128, 128, 0.9);
    text-align: center;
    /*border: 1px solid white;*/
    outline: none;
    color: white;
    /*width: 90%;*/
    /*height: 32px;*/
    border-radius: 8px/5px;
    /*font-size: clamp(10px, 1.2vw, 13px);*/
    /*FONT-VARIANT: small-caps;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.5vw;*/
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    /*margin-top: 1em;*/
}

    .newLoginRequest input:hover, textarea:hover {
        /*width: 280px;*/
        border: 1px solid rgba(128, 128, 128, 0.9);
    }

    .newLoginRequest input::placeholder, textarea::placeholder {
        color: white;
        opacity: 0.8; /* Firefox */
    }

    .newLoginRequest input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
        opacity: 0.8; /* Firefox */
    }

    .newLoginRequest submit {
        background-color: grey;
    }

.newLoginRequest textarea {
    /*width: 300px;*/
    height: 150px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.dataConfirm {
    font-weight: bold;
    font-size: 1.0em;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    padding-top: 60px;
    padding-bottom: 10px;
}



.button-action-submit {
    background-color: white;
    color: black;
    border: 1px solid white;
    outline: none;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .button-action-submit:hover {
        background-color: grey;
        border: 1px solid grey;
        color: white;
    }

.button-action-edit {
    background-color: #80b3ff;
    color: black;
}

    .button-action-edit:hover {
        background-color: #0066ff;
        color: white;
    }


.button-action-delete {
    background-color: #ff8080;
    color: black;
}

    .button-action-delete:hover {
        background-color: #ff0000;
        color: white;
    }

.find-button {
    background-color: #4CAF50;
    border: none;
    color: black;
    padding: 4px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.find-button-action {
    background-color: #d6d6c2;
    color: black;
}

    .find-button-action:hover {
        background-color: #808080;
        color: white;
    }
.tag-button {
    border: none;
    color: black;
    /* padding: 4px 12px; */ /* DB odstranil 7.12.21 */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-align: center !important;
    text-align: -moz-center !important;
    text-align: -webkit-center !important;
    font-size: 2vw; /* DB zmenil 30.1.22, predtym: 12px; potom: .6vw */
    /* margin: 4px 2px; */ /* DB odstranil 7.12.21 */
    /*    transition-duration: 0.4s;*/
    cursor: pointer;
}
.tag-button-action {
    /*background-color: #d6d6c2;*/ /* PS smazal 25.4.22 */
    background-color: rgba(255,255,255,0.3); /* PS pridal 25.4.22 */
    /*background-color: rgba(93, 93, 93, 1);*/
    color: black;
}

    .tag-button-action:hover {
        /*background-color: #808080;*/ /* PS smazal 25.4.22 */
        background-color: rgba(255,255,255,0.2); /* PS pridal 25.4.22 */
        /*color: white;*/ /* PS smazal 25.4.22 */
        color: rgba(255,255,255,0.4); /* PS pridal 25.4.22 */
    }

.login-formular {
/*    width: 300px;
    padding: 35px;
    position: absolute;
    margin-top: 20%;
    left: 50%;
    width: 300px;
    padding: 35px;
    transform: translate(-50%,-50%);  */  
    text-align: center;
}


    .login-formular input {
        border: 0;
        background: none;
        display: block;
        margin: 20px auto;
        text-align: center;
        border: 2px solid #b3b3b3;
        padding: 15px 10px;
        width: 250px;
        outline: none;
        color: white;
        transition: 0.25s;
    }

        .login-formular input:hover {
            width: 280px;
            border-color: #ff7000;
        }

.upload-box {
    /*align-content: center;*/
    margin: auto;
    margin-top: 20px;

    /*padding-top: 20px;*/
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    outline: none;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*text-align: left;*/
    width: 90%;
    /*transform: translate(20%,0%);*/
    /*border-collapse: collapse;*/
}
    .upload-box td {
        /*border: 3px solid #adadad;*/
        /*padding-bottom: 5px;*/
        padding-top: 10px;
        height: 10px;
    }
    .upload-box tr {
        height: 60px;
    }

.collumnName {
    text-align: right;
    width: 200px;
}

.collumnText {
    /*height: 10px;*/
}

.authorEditBox {
    /*align-content: center;*/
    margin-top: 20px;
    margin: auto;
    /*padding-top: 20px;*/
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    outline: none;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    max-width: 1000px;
    /*transform: translate(20%,0%);*/
    white-space: nowrap;
    /*border-collapse: collapse;*/
    /*font-size: 1.5vw;*/
    font-size: 1.2vw;
}

    .authorEditBox input {
        width: 85%;
        height: 100%;
        font-size: clamp(1rem, 1.2vw, 1.8rem);
    }

/*    .authorEditBox td:nth-child(1) {
        width: 80%;
    }

    .authorEditBox td:nth-child(2) {
        width: 100px !important;
    }*/

.userEditBox {
    /*align-content: center;*/
    position: relative;
    top: 20px;
    margin: auto;
    /*padding-top: 20px;*/
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    outline: none;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    /*width: 80%;*/
    /*max-width: 1000px;*/
    /*transform: translate(20%,0%);*/
    white-space: nowrap;
    /*border-collapse: collapse;*/
    /*font-size: 1.5vw;*/
    font-size: 1.2vw;
}

    .userEditBox textarea {
        width: 100%;
        height: 18px;
        font-size: clamp(1rem, 1.2vw, 1.8rem);
    }

    .userEditBox input {
        width: 85%;
        height: 100%;
        font-size: clamp(1rem, 1.2vw, 1.8rem);
    }

        .userEditBox input[type="checkbox"] {
            width: auto;
            height: auto;
            font-size: clamp(1rem, 1.2vw, 1.8rem);
        }

.authorAddBox {
    /*align-content: center;*/
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 20px;*/
    background: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    outline: none;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    max-width: 1000px;
    /*transform: translate(20%,0%);*/
    /*white-space: nowrap;*/
    /*border-collapse: collapse;*/
    /*font-size: 1.5vw;*/
    /*font-size: clamp(1rem, 1.5vw, 1.8rem);*/
}

    .authorAddBox input {
        display: block;
        margin: auto;
        width: 85%;
        height: 100%;
        /*font-size: clamp(1rem, 1.5vw, 1.8rem);*/
        }

        .authorAddBox input[type=submit] {
            width: 85%;
            height: 100%;
            font-size: clamp(1rem, 1.5vw, 1.2rem);
        }

.authorAddBox td:nth-child(2) {
    width: 80%;
}

    .authorAddBox td:nth-child(1) {
            width: 100px !important;
        }


.text-area-upload {
    height: 90%;
    width: 90%;
    border: 1px solid white;
    outline: none;
    resize: vertical;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.input-upload {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
    

table.data-results {
    margin-top: 5%;
    margin-left: 10%;    
    text-align: left;
    max-width: 80%;
    border-collapse: collapse;
}

    table.data-results td {
        padding: 10px;
        padding-bottom: 20px;
        vertical-align: top;
    }

.add-user-formular {
    width: 300px;
    padding: 35px;
    /*position: absolute;*/
    margin-top: 20%;
    left: 50%;
    width: 300px;
    padding: 35px;
    /*transform: translate(-50%,-50%);*/
    /*background: rgba(0,0,0,0.2);*/
    text-align: center;
}

    .add-user-formular td {
        border: 0;
        background: none;
        display: block;
        text-align: center;
        width: 250px;
        outline: none;
        color: white;
        transition: 0.25s;
        padding: 5px 10px;
    }

form.chapter-pictures button p {
    color: white;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 7px;
    text-align: center;
    font-variant: normal;
}

form.chapter-pictures button {
    background: rgba(0,0,0,0);
    display: inline-block;
    border: 0px;
    margin: 4px 2px;
    text-align: center;
    text-decoration: none;
}

div.website-text {
    /*margin: auto;
    padding: 50px;
    width: 60%;
    text-align: left;*/
    /*background: rgba(0,0,0,0.2);*/
    /*column-count: 2;*/
    font-size: 1.1em;
    line-height: 1.6em;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
    margin-top: 2.5em; /* DB pridal 7.12.21 */
   
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

    div.website-text p {  /*DB pridal 7.12.21   PS ostranil 31.1.22 ---> preco? telo textu nemoze byt v kapitalkach..  DB vratil 12.2.22 */
        font-variant: normal;
        font-size: 1.3em;
    }

    div.website-text li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        list-style-type: none;
    }

    div.website-text h1 {
        font-size: 20px;
        letter-spacing: 0.14em;
    }

    div.website-text a {
        text-decoration: underline;
    }

    div.website-text table {
        text-align: center;
        border-collapse: collapse;
    }

.website-text-block 
{
    -webkit-column-break-inside: avoid;
}


.websiteImgBig {
    width: 100%;
    max-width: 600px;
    margin: auto;
    display: block;
}


table.team-members {
    text-align: left;
    width: 80%;
    margin: auto;
    table-layout: fixed;
    padding-left: 15%;
}

    table.team-members td {
        padding-top: 8px;
        padding-bottom: 8px;
    }

.captionBottom {
    position: relative;
/*    width: 90%;
    font-size: 0.8em;
    left: 5%;  */        /* DB odstranil 12.2.22 */
    padding-left: 5%;    /* DB 12.2.22 */
    padding-right: 5%;   /* DB 12.2.22 */
    text-align: center;  /* DB upravil 12.2.22, predtym: left: 5%; */
    font-size: 1em;
}

figcaption {
    position: relative;
    /* width: 90%;   
    left: 5%   */        /* DB odstranil 12.2.22 */
    padding-left: 5%;    /* DB 12.2.22 */
    padding-right: 5%;   /* DB 12.2.22 */
    text-align: center;  /* DB upravil 12.2.22, predtym: left: 5%; */
    font-size: 1em;
}

table.tag-table {
    /*border-collapse: collapse;*/
    max-width: 50%;
    display: inline-block;
}

    table.tag-table td, th {
        border: 1px solid white;
        text-align: left;
        padding: 8px;
    }

table.stataicTextTable {
    width: 100%;
    font-size: 1.2em;
    border: 2px solid rgba(238, 238, 238, 0.8)
}

table.stataicTextTable tr {
    border: 2px solid rgba(238, 238, 238, 0.8)
}

    table.stataicTextTable td:nth-of-type(3n) {
        border-left: 2px solid rgba(238, 238, 238, 0.8);        
    }

table.columnBorder td {
    border: 2px solid rgba(238, 238, 238, 0.8)
}

/*table.stataicTextTable tbody tr {
    border-bottom: 1px solid #dddddd;
}*/

    table.stataicTextTable tbody tr:nth-of-type(even) {
        background-color: rgba(238, 238, 238, 0.8);
        color: rgba(0,0,0,0.5);
    }




.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #101010;
}

.search-input {
    border: 0;
    /*background: rgba(0,0,0,0.2);*/
    text-align: center;
    border: 1px solid white;
    outline: none;
    color: white;
    width: 200px;
    height: 20px;
}

.combobox div form select {
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}
.cultureButton {
    border: 0;
    background: transparent;
    
}

.search-button {
    float: right;
    font-size: clamp(10px, 1.2vw, 13px);
    margin: 0px 0px;
}


.upload-input {
    display: block;
    margin: 0 auto;
    border: 0;
    background: rgba(239, 239, 239, 0.5);
    text-align: center;
    /*border: 1px solid white;*/
    outline: none;
    color: white;
    width: clamp(340px, 36vw, 670px);
    height: 32px;
    border-radius: 8px/5px;
    font-size: clamp(10px, 1.2vw, 13px);
    FONT-VARIANT: small-caps;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    /*margin-top: 3em;*/
}
    .upload-input::placeholder {
            color: white;
            opacity: 0.5; /* Firefox */
        }

    .upload-input::-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: white;
            opacity: 0.5; /* Firefox */
        }

    .upload-input::-ms-input-placeholder { /* Microsoft Edge */
            color: white;
            opacity: 0.5; /* Firefox */
        }

.userNameInput {
    display: block;
    margin: 0 auto;
    border: 0;
    background: rgba(239, 239, 239, 0.5);
    text-align: center;
    /*border: 1px solid white;*/
    outline: none;
    color: white;
    /*width: 90%;*/
    /*height: 32px;*/
    border-radius: 8px/5px;
    /*font-size: clamp(10px, 1.2vw, 13px);*/
    /*FONT-VARIANT: small-caps;*/
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 0.5vw;*/
    font-size: clamp(1rem, 1.2vw, 1.8rem);
    /*margin-top: 1em;*/
}

    .userNameInput::placeholder {
        color: white;
        opacity: 0.5; /* Firefox */
    }

    .userNameInput::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: white;
        opacity: 0.5; /* Firefox */
    }

    .userNameInput::-ms-input-placeholder { /* Microsoft Edge */
        color: white;
        opacity: 0.5; /* Firefox */
    }

.intelligent-atlas {
    width: 100%;
    min-width: 2000px;
}

.loader {
    display: none;
    position: fixed;
    /*transform: translate(45%, 50%);*/
    bottom: 10px;
    left: calc(50% - 15px);
}

.loading {
    border: 8px solid white;
    border-radius: 50%;
    border-top: 8px solid #999;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/*.loader1 {
    position: absolute;
    width: 100%;
    transform: translate(50%, 50%);
}*/

.load-message div h1 {
    display: inline-block;
    display: inline-block;
    margin-right: 20px;
    color: #ff7000;
}


.load-message div h2 {
    display: inline-block;
    position: fixed;
    top: 8px;
}

.tags-buttons {
    position: relative;
    display: flex; /* DB zmenil 7.12.21, predtym: flex-start */
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start; /* DB pridal 7.12.21 */
    align-items: stretch; /* DB pridal 7.12.21 */
    margin-top: 1em;
    margin-bottom: 3em;
    gap: 1.1vw; /* PS */
    row-gap: 2.4vw; /* PS */
}
.tags-buttons div{
    display: inline-block;
}
    .tags-buttons div button a {
        color:black;
    }

#yearFilter {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 1);
    /*filter: opacity(0.7) contrast(100);*/
    filter: contrast(100);
    -webkit-filter: contrast(400%);
    padding: 5px;
    border-radius: 8px / 5px;
    FONT-VARIANT: small-caps;
    margin-bottom: 1em;
}

#floatingYearBar {
    display: none;
    position: fixed;
    /*width: 100px;
    height: 20px;*/
    background-color: #d6d6c2;
    color: black;
    filter: opacity(0.7) contrast(100);
    padding: 5px;
    border-radius: 8px / 5px;
    FONT-VARIANT: small-caps;
}

.filterName {

}

.filterAttributes {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 1em;
    margin-bottom: 1em;
    flex-wrap: wrap;
    text-decoration: none;
    text-align: center;
    FONT-VARIANT: small-caps;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(10px, 1.2vw, 13px);
    letter-spacing: 0.5vw;
    gap: 10px;
}


.filterAttribute {
    display: grid;
    align-items: center;
    width: clamp(120px, 13vw, 200px);
    height: clamp(25px, 3vw, 35px);
    /*height: 3vw;*/
    /*display: flex;*/
    background-color: rgba(255, 255, 255, 0.3);
    /*color: rgba(255, 255, 255, 1);*/
    color: rgba(0, 0, 0, 0.5);
    /*filter: opacity(0.7) contrast(100);*/
    /*filter: contrast(100);*/
    padding: 5px;
    border-radius: 8px / 5px;
    cursor: pointer;
    margin-left: 0px;
}

    .filterAttribute:hover {
        background-color: rgba(192, 192, 192, 0.3);
        color: rgba(255, 255, 255, 0.5);
    }
    .marked {
        background-color: rgba(192, 192, 192, 0.3);
        color: rgba(255, 255, 255, 0.5);
    }
    .marked:hover {
        background-color: rgba(255, 255, 255, 0.3);
        color: rgba(0, 0, 0, 0.5);
    }

.filterAttributeItem
{
    margin: auto;
}

.filterAttributeCenter {
    position: relative;
    top: clamp(-34px, 0.9vw, 11px);
}

.advancedFilterButton {
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-bottom: 3em;
    FONT-VARIANT: small-caps;
    font-weight: bold;
    text-transform: uppercase;
    font-size: clamp(10px, 1.2vw, 13px);
    letter-spacing: 0.5vw;
}

.creditsLogoItem {
    flex-grow: 1;
    width: auto;
    max-height: 200px;
    max-width: 200px;
    margin: 10px;
}


.creditsLogosContainer {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    column-count: 2;
    margin-top: 5em;  /* DB pridal 12.2.22 */
}

.loginMenu {
    /*width: 90%;*/
    width: clamp(300px, 90%, 400px);
    margin-left: calc(calc(calc(100% - clamp(300px, 90%, 400px)) / 2) - 10px);
    color: rgba(0,0,0,0.5);
    position: fixed;
    background-color: rgba(238, 238, 238, 0.9);
    border-radius: 8px/5px;
    bottom: 60px;
    /*right: 10px;*/
    font-size: 4vw;
    letter-spacing: 1.5vw;
    padding-bottom: 15px;
    padding-top: 15px;
    /*padding-left: 0.1vw;*/
    padding-right: 0.5vw;
    z-index: 1;
    display: none;
    /*text-decoration: underline;*/
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    padding-bottom: 15px;
    padding-left: 0.1vw;
    padding-right: 0.5vw;
    font-size: clamp(0.5em, 4vw, 1.3em);
    letter-spacing: clamp(0.1em, 1.3vw, 0.5em);
    
    font-weight: bold;
    text-align: center;
}


    .loginMenu ul {
        color: rgba(0,0,0,0.5);
        display: flex;
        /*align-items: stretch;*/ /* Default */
        justify-content: space-between;
        flex-direction: column;
        /*width: 100px;*/
        margin: 0;
        padding: 0;
        border-bottom-width: 2px;
        padding-bottom: 3px;
        width: 100%;
        list-style: none;
    }

        .loginMenu ul li {
            color: rgba(0,0,0,0.5);
            padding-bottom: 0.5em;
        }

            .loginMenu ul li a {
                color: rgba(0,0,0,0.5);
                text-align: center;
                position: relative;
                /*display: inline-block;*/
                text-decoration: none;
                /*color: #ffffff;*/
                border-bottom-width: 2px;
                padding-bottom: 3px;
            }
        .loginMenu ul li:last-child {
            padding-bottom: 0;
        }


    .loginMenu li a:hover {
        color: rgba(0,0,0,0.5);
        /*color: #ffffff;*/
        /*border-bottom-width: 2px;
        padding-bottom: 3px;*/
        border-bottom-style: solid;
        text-decoration: none;
    }

    .loginMenu .active {
        color: rgba(0,0,0,0.5);
        /*color: #ffffff;*/
        /* border-bottom-width: 2px;
        padding-bottom: 3px;*/
        border-bottom-style: solid;
        text-decoration: none;
    }

    .loginMenu .crossIcon {
        font-size: 1em;
        display: block;
        top: 10px;
        right: 0px;
        font-size: clamp(17px, 0.5em, 25px);
        z-index: 3;
        position: absolute;
        right: 3px;
        cursor: pointer;
    }


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

div.tag-text {
    margin-left : 80%;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

@media only screen and (max-width: 2205px) {
    .tagBar {
        width: 77%;        
    }
    .tagPlayer {
        width: 77%;
    }
}
@media only screen and (max-width: 976px)
{
    #tagTextWithPlayer{
        width: 100%;
        margin-left: 0px;
    }

/*    .videoLoginText {
        width: 100%;
    }*/
}

@media only screen and (max-width: 600px) 
{
    video#loadedVideo {
        width: 90%;        
    }
    #tagTextWithPlayer {
        width: 90%;
        min-width: 250px;
    }
/*    .videoLoginText {
        width: 90%;
    }*/
    .tagBar {
        width: 72%;
    }
    .tagPlayer {
        width: 72%;
    }

}

@media only screen and (max-width: 400px) {
    img.results {
         width: 300px;
    }
    div.results {
        width: 340px;
    }
}


@media only screen and (max-width: 900px) {

    div.resultsbox {
        justify-content: space-evenly;
    }

    div.website-text {
        columns: 1;
    }

    .menuCircleButton {
        display: block;
    }

    .menu {
        width: 90%;
        margin-left: 2.5%;
        color: rgba(0,0,0,0.5);
        position: fixed;
        background-color: rgba(238, 238, 238, 0.9);
        border-radius: 8px/5px;
        bottom: 60px;
        /*right: 10px;*/
        font-size: clamp(0.5em, 4vw, 1.3em);
        letter-spacing: clamp(0.1em, 1.3vw, 0.5em);
        padding-bottom: 15px;
        padding-top: 15px;
        /*padding-left: 0.1vw;*/
        padding-right: 0.5vw;
        z-index: 1;
        display: none;
        /*text-decoration: underline;*/
        opacity: 0;
        transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
    }


        .menu ul {
            color: rgba(0,0,0,0.5);
            display: flex;
            /*align-items: stretch;*/ /* Default */
            justify-content: space-between;
            flex-direction: column;
            /*width: 100px;*/
            margin: 0;
            padding: 0;
            border-bottom-width: 2px;
            padding-bottom: 3px;
        }

            .menu ul li {
                color: rgba(0,0,0,0.5);
                padding-bottom: 3vw;
            }

                .menu ul li a {
                    color: rgba(0,0,0,0.5);
                    text-align: center;
                    position: relative;
                    /*display: inline-block;*/
                    text-decoration: none;
                    /*color: #ffffff;*/
                    border-bottom-width: 2px;
                    padding-bottom: 3px;
                }

            .menu ul li:last-child {
                padding-bottom: 0;
            }

        .menu li a:hover {
            color: rgba(0,0,0,0.5);
            /*color: #ffffff;*/
            /*border-bottom-width: 2px;
        padding-bottom: 3px;*/
            border-bottom-style: solid;
            text-decoration: none;
        }

        .menu .active {
            color: rgba(0,0,0,0.5);
            /*color: #ffffff;*/
            /* border-bottom-width: 2px;
        padding-bottom: 3px;*/
            border-bottom-style: solid;
            text-decoration: none;
        }
    .menu1 {
        display: none;
    }

    .mobileSubMenu {
        display: block !important;
    }

    .menu .crossIcon {
        font-size: 1em;
        display: block;
        top: 10px;
        right: 0px;
        font-size: clamp(17px, 0.5em, 25px);
        z-index: 3;
        position: absolute;
        right: 3px;
        cursor: pointer;
    }

    .enCulture {
        width: 78px;
        height: 40px;
    }

    .csCulture {
        width: 60px;
        height: 40px;
    }

    div.icon {
        /*width: 5vw;*/ /* DB zmenil 7.12.21, predtym: 6.5em; */
        /*height: 5vw;*/ /* DB zmenil 7.12.21, predtym: 5.1em; potom 14vh */
        /*min-width: 1.5em;*/ /* DB pridal 11.12.21 */
        /*min-height: 1.5em;*/ /* DB pridal 11.12.21 */
        min-width: 3em; /* PS upravil 16.2.22 */
        min-height: 3em; /* PS upravil 16.2.22 */
        /*margin-right: 1vw;*/ /* DB zmenil 7.12.21, predtym: 9px; */ /* PS v kontejneru nastavn GAP */
        /*margin-top: .5vw;*/ /* DB zmenil 11.12.21, predtym: 13px;, potom: 2vh */ /* PS v kontejneru nastavn GAP */
        /*margin-bottom: .5vw;*/ /* DB zmenil 11.12.21, predtym: 1vh;  */ /* PS v kontejneru nastavn GAP */
        /*filter: opacity(0.3) contrast(100);
        display: block;*/ /* DB zmenil 7.12.21, predtym: table */
        /*color: black;*/
    }

    .tag-button {
        /*border: none;
        color: black;*/
        /* padding: 4px 12px; */ /* DB odstranil 7.12.21 */
        /*text-align: center;
        text-decoration: none;
        display: inline-block;*/
        /*font-size: calc(3.5vw);*/ /* DB zmenil 30.1.22, predtym: 12px; potom: .6vw */
        /* margin: 4px 2px; */ /* DB odstranil 7.12.21 */
        /*    transition-duration: 0.4s;*/
        /*cursor: pointer;*/
        font-size: 1.3em; /* PS zmenil 27.04.22 */
    }

    .tags-buttons {
        row-gap: 5vw; /* PS */
    }

    .tagPercentage {
        top: -2px;
    }
l}

table.breaking-words {
        max-width: 100%;
        word-break: break-all;
        border: 1px solid white;
        text-align: left;
        border-collapse: collapse;
    }

        table.breaking-words th, td {
            border: 1px solid white;
        }

    p.breaking-words {
        max-width: 100%;
        word-break: break-all;
    }

    div.video-square video {
        width: 210px;
        height: 165px;
    }

    table.data-results {
        margin-left: 0%;
        max-width: 100%;
    }

    table.team-members th, td {
        border: none;
    }


.add-user-formular {
        top: 600px;
    }
/*
    .login-formular {
        top: 500px;
    }*/


.intelligent-atlas {
        min-width: 300px;
    }    
}

@supports (-webkit-touch-callout: none) {
    /* iOS devices */
    .lnr{
        position: relative;
        left: -6px;
    }
}


@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
