
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}





/* Start Tabor design */

#main-wrapper {
    padding:50px;
    margin:0 auto;
    max-width: 1250px;
}

#header {
    /*margin-bottom:100px;*/
}

#search-box, .search-field, .select-field option {
    /* TABOR font */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.011em;
    line-height: 150%;
    margin-top:50px;
}

.search-field {
    box-sizing: border-box;
    border: 2px solid #0076CE;
    border-radius: 5px;
    height:48px;
    width:370px;

    font-size: 16px;
    color: #0076CE;
    
    padding-left:15px;
}

.select-field {
    box-sizing: border-box;
    border: 2px solid #0076CE;
    border-radius: 5px;
    height: 48px;
    width: 120px;
    
    font-size: 16px;
    color: #0076CE;
    background-color:white;
    
    padding-left:15px;
}

#search-button {
    background: #0076CE;
    border-radius: 5px;
    border: 2px solid #0076CE;
    height: 48px;
    width: 120px;
    font-size: 16px;
    color:#fff;
    text-align:center;
    cursor:pointer;
    transition: font-size 1s;
}

#search-button:hover {
    font-size:18px;
}


#search-explain {
    max-width:560px;
    margin-top:30px;
    font-size: 14px;
    color: #0076CE;
    
    margin-bottom:80px;
}

#main-content {
    width:100%;

    /* TABOR font */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.011em;
    line-height: 150%;
}
#main-content::after {
  content:"";
  clear:both;
  display:table;
}


#toggle-view-links {
    width:100%;
    height:25px;
    text-align:right;
    color: #0076CE;
    margin-bottom:15px;
    padding-right: 15px;
}

#toggle-view-links-container {
    width: calc(75% - 15px);
    float: right;
}

#toggle-view-links-left {
    float: left;
    width: 45%;
    text-align:left !important;
}

#toggle-view-links-right {
    float: right;
    width: 45%;
    text-align:right;
}

#toggle-view-links a {
    color: #0076CE;
    text-transform: uppercase;
}

.underline {
    text-decoration:underline !important;
}

#toggle-view-links a {
    text-decoration:none;
}


/* Kategorije */

#left-menu {
    width:25%;
    float:left;

    position: sticky;
    position: -webkit-sticky;
    left:0;
    top:25px;
    
    font-size: 16px;
    color: #0076CE;
}

#left-spacer {
    height:30px;
}

#left-menu a:not(:last-child) {
    display:block;
    border-radius: 5px;
    border: 2px solid #0076CE;
    height: 48px;
    width:100%;
    min-width:120px;
    font-size:16px;
    
    padding-left:15px;
    padding-top:10px;
    text-decoration:none;
    color: #0076CE;
    
    margin-bottom:10px;
}

#left-menu a:not(:last-child):hover {
    background-color:#0076CE;
    color:#fff;
}


#go-up {
    margin-top:20px;
    cursor:pointer;
}


/* Ploščice revij na prvi strani */
#pub-tiles {
    float:left;
    margin-left:15px;
    width:calc(75% - 15px);
}


/* Velike tabor ploščice */

.pub-tile {
    display:block;
    border-radius: 5px;
    border: 2px solid #0076CE;
    
    width:calc(50% - 15px);
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.pub-tile-title {
    height: 48px;
    padding-top: 12px;
    border-bottom: 2px solid #0076CE;
    padding-left: 15px;
    
    font-size:22px;
    color: #0076CE;
}

.pub-tile-title-small {
    height: 48px;
    padding-top: 12px;
    border-bottom: 2px solid #0076CE;
    padding-left: 15px;
    
    font-size:20px;
    color: #0076CE;
}


.pub-tile-title a, .pub-tile-title-small a {
    text-decoration:none;
}

.pub-tile-description {
    height: 48px;
    padding-top: 12px;
    border-bottom: 2px solid #0076CE;
    padding-left: 15px;
    
    font-size:16px;
    color: #0076CE;
}

.pub-tile-description-search {
    height: 120px;
    padding-top: 12px;
    border-bottom: 2px solid #0076CE;
    padding-left: 15px;

    font-size: 16px;
    color: #0076CE;
}

.pub-tile-description-search-small {
    height: 185px;
    padding-top: 12px;
    border-bottom: 2px solid #0076CE;
    padding-left: 15px;

    font-size: 16px;
    color: #0076CE;
}

.pub-tile-img {
    width:100%;
    text-align:center;
    background-color:#0076CE;
    
    padding-top:50px;
    padding-bottom:50px;
}

.pub-tile-img img {
    width:75%;
    aspect-ratio: 0.697674;
    margin:0 auto;
    
    transition: transform 1s;
}


/* Animacije na (velikih) ploščicah */

.pub-tile:hover img, .pub-tile-pregledovalnik:hover img {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


/* Majhne tabor ploščice */

.pub-tile-small {
    display:block;
    border-radius: 5px;
    border: 2px solid #0076CE;
    
    width:calc(33.33% - 15px);
    float:left;
    margin-right:15px;
    margin-bottom:15px;
}

.pub-tile-img-small {
    width:100%;
    text-align:center;
    background-color:#0076CE;
    
    padding-top:25px;
    padding-bottom:25px;
}

.pub-tile-img-small img {
    width:75%;
    aspect-ratio: 0.697674;
    margin:0 auto;
    
    transition: transform 1s;
}

.pub-tile-small:hover img {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



/* Seznam revij */

#pub-list {
    float:left;
    margin-left:15px;
    width: calc(75% - 15px);
}

.pub-list-row {
    border-bottom:2px solid #0076CE;
    margin-bottom:15px;
    padding:10px;
    padding-bottom:15px;
    
    font-size:16px;
    color: #0076CE;
}

.pub-list-row a {
    display:block;
    width:45%;
    float:left;
    color: #0076CE;
    font-size:22px;
    text-decoration:none;
}

.pub-list-row-search-result {
    margin-bottom: 15px;
    padding-left: 45% !important;
    padding: 10px;
    padding-bottom: 15px;
    font-size: 16px;
    color: #0076CE;
}





/* Footer */

footer {
    height:340px;
    background-color:#0076CE; 
    
    margin-top:100px;
    margin-left:-10px;
    
    padding-top:85px;
    padding-bottom:85px;
    padding-left:50px; 
}

#footer-main {
    margin:0 auto;
    max-width:1250px;
    
    color:#fff;
    font-size:16px;
    
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.011em;
    line-height: 150%;
}

#copyright {
    color:#fff;
    font-size:14px !important;
}

#footer-left {
    float:left;
    width:250px;
}

#footer-right {
    float:right;
}

.footer-block {
    float:right;
    width:150px;
    margin-left:25px;
}

.footer-block h4 {
    margin-bottom:20px;
}

.footer-block a {
    display:block;
    width:100%;
    font-size:16px;
    text-decoration:none;
    margin-bottom:10px;
}

.footer-block a:hover {
    text-decoration:underline;
}


/* Pregledovalnik strani */

.naslov-pub {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    letter-spacing: -0.011em;
    margin-bottom:-10px;

    /* Zveza tabornikov Slovenije/modra */
    color: #0076CE;
}

.podnaslov-pub {
    /* TABOR – body big */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.011em;
    margin-left:3px;

    /* Zveza tabornikov Slovenije/modra */
    color: #0076CE;

    cursor:pointer;
}

.rotated {
    transform: rotate(180deg);
}

#uvodnik {
    width:50%;
    margin-top:20px;
    margin-left:3px;

    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.011em;

    /* Zveza tabornikov Slovenije/modra */
    color: #0076CE;
}

/* The pregledovalnik vsebine */

#pregledovalnik-wrapper {
    width:85%;
    margin:0 auto;
}

#pregledovalnik-tools {
    margin-top:20px;
    margin-bottom:10px;
    height:45px;

    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -1.1%;

    /* Zveza tabornikov Slovenije/modra */
    color: #0076CE;
}

#pregledovalnik-tools img, #pregledovalnik-tools svg {
    display:inline;
    margin-left:5px;
    cursor: pointer;
}

#pregledovalnik-tools-left {
    float:left;
    width: 40%;
    margin-top: 15px;
    font-size: 22px;
}

#pregledovalnik-tools-center {
    float: left;
    width: 20%;
    margin-top: 15px;
    text-align:center;
}

#pregledovalnik-tools-right {
    float: left;
    width: 40%;
    text-align:right;
    font-size: 16px;
}

#pregledovalnik-tools a {
    color:#0076CE;
    text-decoration: none;
}

#pregledovalnik-okvir {
    width: 100%;
    border: 2px solid #0076CE;
    padding:0;
    text-align: center;
    position: relative;
    background-color:#0076CE;

    overflow: hidden;
    aspect-ratio:1.395348;

    cursor:grab;
}

/* prepreči height collapse */
#pregledovalnik-okvir::after {
    content: "";
    clear: both;
    display: table;
}

#pregledovalnik-notranji-okvir {
    margin:0 auto;
}

.pregledovalnik-stran {
    float:left;
    width: 50%;
    aspect-ratio:0.69767;

    /* Za razmik med večstranskim pogledom */
    border-bottom: 2px solid #fff;
}


#pregledovalnik-namig {
    margin-top:50px;

    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.011em;
    margin-top: 20px;
    margin-left: 3px;

    /* Zveza tabornikov Slovenije/modra */
    color: #0076CE;
}

#prepis-naslov {
    margin-top:50px;
}
#prepis-besedila {
    padding-left: 5px;
    color: #0076CE;
    display:none;
}

/* Sorodne revije */

#sorodne-revije {
    /* TABOR font */
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.011em;
    line-height: 150%;
}

.pub-tile-pregledovalnik {
    display: block;
    border-radius: 5px;
    border: 2px solid #0076CE;

    width: calc(25% - 15px);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

#sorodne-revije h2 {
    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -1.1%;

    text-transform: uppercase;
    color: #0076CE;
    margin-bottom: 20px;
    margin-top: 100px;
}

/* Trak vseh strani */

#trak-strani {
    width: 100%;
    height:188px;
    border: 2px solid #0076CE;
    padding: 2px;
    text-align: center;
    white-space: nowrap;
    overflow:hidden;
    margin-top: 5px;
}

.slika-trak {
    opacity: 0.4;
    display:inline;
}

.slika-trak:hover {
    opacity: 1;
}

/* Spodnji slider za trak */ 

#trak-slider{
    margin-top:5px;
    position:relative;
    left:-2px;

    -webkit-appearance: none;
    width: 100%;
    height: 18px;
    background: #fff;
    outline: none;
    border:2px solid #0076CE;
    border-radius: 5px;
}
#trak-slider:hover {
  opacity:1;
}
#trak-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 48px;
  height: 18px;
  background: #0076CE;
  cursor: pointer;
  border-radius: 5px;
}
#trak-slider::-moz-range-thumb {
  width: 48px;
  height: 18x;
  border: 0;
  border-radius: 5px;
  background: #0076CE;
  cursor: pointer;
}

/* Stranski slider za listanje po straneh */

#pregledovalnik-slider {
    display:none;
    
    transform: rotate(90deg);
    position: absolute;
    left:5px;
    top:5px;
    -webkit-appearance: none;
    width: 500px;
    height: 18px;
    background: #fff;
    outline: none;
    border: 2px solid #0076CE;
    border-radius: 5px;
}

#pregledovalnik-slider:hover {
    opacity: 1;
}

#pregledovalnik-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 48px;
    height: 18px;
    background: #0076CE;
    cursor: pointer;
    border-radius: 5px;
}

#pregledovalnik-slider::-moz-range-thumb {
    width: 48px;
    height: 18x;
    border: 0;
    border-radius: 5px;
    background: #0076CE;
    cursor: pointer;
}



/* Puščice za premik levo/desno */

#arrow-left {
    position: absolute;
    width: 5%;
    height: 98%;
    cursor: pointer;
    text-align: left;
}

#arrow-left div {
    display: inline-block;
    position: relative;
    top: 50%;
    width: 25px;
    height: 25px;
    left: 10px;
}

#arrow-right {
    position: absolute;
    left: 95%;
    width: 5%;
    height: 98%;
    cursor: pointer;
    text-align: right;
}

#arrow-right div {
    display: inline-block;
    position: relative;
    top: 50%;
    width: 25px;
    height: 25px;
    left: -20px;
}

#puscica-levo {
    display:none;
    position: absolute;
    width:23px;
    height:41px;
    cursor: pointer;
}

#puscica-desno {
    display: none;
    position: absolute;
    width: 23px;
    height: 41px;
    cursor: pointer;
}



/* Kazalo - Indeks */

#kazalo-info {
    margin-top: 40px;

    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -1.1%;
    color: #0076CE;
}

#kazalo-wrapper {
    width:100%;
    margin-top:25px;

    font-family: Work Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: -1.1%;

    /* Zveza tabornikov Slovenije/modra */
    color: #0076CE;
}

/* Float collapse fix */
#kazalo-wrapper::after {
    content: "";
    clear: both;
    display: table;
}

.kazalo-stolpec {
    float:left;
    width:29%;
}

.kazalo-stolpec h2 {
    font-size:22px;
    margin-bottom:60px;
}

.kazalo-spacer {
    float:left;
    width:6.5%;
    min-height: 500px;
    height:100%;
}


.kazalo-row {
    height:60px;

    border-bottom: 2px solid #0076CE;
    margin-bottom: 15px;
    padding: 10px;
    padding-bottom: 15px;

    font-size: 16px;
    color: #0076CE;
}

.kazalo-row a {
    display: block;
    width: 80%;
    float: left;
    color: #0076CE;
    font-size: 18px;
    text-decoration: none;
}

.kazalo-row a::after {
    content: "";
    clear: both;
    display: table;
}



/* Responsive dizajn - mobilni pogled */

@media (max-width: 800px) {
    body {
        padding:0;
        margin:0;
    }
    #main-wrapper {
        padding:15px;
    }

    #pub-tiles {
        width:100%;
    }

    .pub-tile {
        width: 100%;
    }

    .pub-tile-small {
        width: 100%;
    }

    #pub-list {
        width:100%;
    }

    #left-menu {
        display:none;
    }

    
    #toggle-view-links {
        width:100%;
        text-align:center;
    }

    /*
    #left-menu-mobile {
        display: block;
    }
    */
}