/* reset */
* {
  font-family: Verdana, Arial;
  font-weight: normal;
  color: #bbb;
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-style: solid;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: unset;
  text-align: left;
  box-sizing: border-box;
}
/* variables */
:root {
  --goldcolor: #ffc608;
  --bckcolor: #2c3842;
  --basebordercolor: #2a2f4c;
  --cgap: 12px; /* common gap */
  --mmgap: 10px; /* main menu indentation */
  --darkgreen: #0c4715;
  --darkred: #6c021e;
  --darkpear: #726918;
  --darkgreen: #0c4715;
  --darkblue: #233763;
  --darkbrown: #4e3121;
  --darkgray: var(--bckcolor);
}
/*  scroll bar */

body {
  overflow-y: scroll;
  scrollbar-color: #fff #eee;
}

body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
body::-webkit-scrollbar-track {
  background: #555;
}

/* common styles for every @media conditions */
body {
  background-color: #1f1f1f;
  background-attachment: scroll;
  background-repeat: repeat;
  text-align: center;
  margin: 0px auto 0px auto;
  min-width: 250px;
}
ul,
ol,
li,
a {
  display: block;
}

main {
  grid-gap: calc(2 * var(--cgap) / 3);
  padding: calc(2 * var(--cgap) / 3);
  display: grid;
  text-align: left;
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/main_background.avif");
  background-repeat: repeat;
}

.brd {
  border-width: 1px;
  border-style: solid;
  border-color: var(--basebordercolor);
}

footer {
  display: grid;
}
#info {
  padding: calc(var(--cgap) / 4) calc(var(--cgap) / 2);
  line-height: 16px;
}
#info a {
  font-size: 16px;
}

a:link,
a:valid {
  color: #bbb;
}
header a:link,
header a:hover {
  color: transparent;
}
.act,
.gold,
.gold a,
nav h2 label,
dt,
h1,
h2,
h3,
h4,
h5,
h1 a,
h2 a,
h3 a,
h4 a,
h2 a:link,
h2 a:valid,
h2 a:visited {
  color: var(--goldcolor);
}
a:hover,
.gold a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
p a:hover {
  color: white;
  text-decoration: underline;
}
.act,
nav h2 label,
h1,
h2,
h3,
h1 a,
h2 a,
h3 a {
  font-weight: bold;
  font-style: normal;
  padding-bottom: 4px;
}

/* formulas, definitions */
.formula {
  text-align: center;
  font-weight: bold;
  display: block;
  color: var(--goldcolor);
}
dd {
  padding-left: calc(4 * var(--cgap));
  padding-bottom: calc(2 / 3 * var(--cgap));
}
dt {
  font-weight: bold;
  padding-left: calc(2 * var(--cgap));
}

/* headers */
article h1 {
  padding-bottom: 20px;
}
article h2 {
  padding-bottom: 15px;
}
article h3 {
  padding-bottom: 10px;
}
article h4 {
  padding-bottom: 5px;
}

#banner,
#breadcrumb,
.mainmenu > ul,
aside p,
footer,
.brd,
.news img,
article img,
.guestbook {
  border-width: 1px;
  border-color: var(--basebordercolor);
  z-index: 0;
}

#webdeposits {
  background-color: black;
  color: white;
}

.mainmenu > ul,
#lastmodif p,
#webvisits p,
footer,
#webdeposit p,
#sponsor p {
  padding: 4px 4px 4px 4px;
}
#lastmodif p,
#webvisits p {
  padding: 8px 2px 2px 8px;
  height: 39px;
}

/*.lang-menu,*/
#sponsor,
#webdeposit,
#lastmodif,
#webvisits,
#v-html,
#v-css,
#v-seo,
#v-rss {
  overflow: hidden;
}

/*  header - website logo, lang switch */
header {
  height: 54px;
  background-color: transparent;
}
header a {
  height: 48px;
  background-size: contain;
  background-position-x: 10px;
  color: transparent;
  background-color: transparent;
}
header a.sk {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/astronomy.sk_logo_slovak1.jpg");
}
header a.en {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/astronomy.sk_logo_english1.jpg");
}
/* last modification */
#lastmodif a {
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: transparent;
  background-position: 14px 1px;
  background-size: initial;
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/rssnew.png");
}
#lastmodif {
  height: 78px;
  overflow: hidden;
}
/*webhosting sponsor */
#sponsor a {
  color: transparent;
}
/*web deposit */
#webdeposit a {
  height: 78px;
  background-color: #eee;
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/digpramene.svg");
  background-size: contain;
  background-position: calc(((100% - 165px) / 2) + 85px);
  color: transparent;
}
/* top banner */
#banner a {
  height: 76px;
  display: block;
  color: transparent;
  background-size: contain;
  background-position: calc(((100% - 365px) / 2) + 183px);
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/banner_size1.jpg");
}
#v-seo,
#v-html,
#v-rss,
#v-css {
  width: 100px;
  height: 48px;
  background-position: 0px 8px;
  color: transparent;
}
#v-html {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/valid-html5.png");
}
#v-css {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/valid-css3.png");
}
#v-seo {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/SEO-servis.png");
}
#v-rss {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/valid-rss.png");
}
/* news */
.news section {
  border-width: 0px 0px 1px 0px;
  border-color: #5a5f4c;
  margin-bottom: 20px;
  clear: both;
}
.news p + a {
  display: block;
  text-align: right;
  padding: 3px 0px 6px 0px;
  float: none;
  clear: left;
}
.news img {
  width: 87px;
  height: 87px;
  padding: 2px;
  margin: 0px 5px 5px 0px;
  float: left;
}

/* breadcrumb list */
#breadcrumb {
  margin-bottom: calc(2 / 3 * var(--cgap));
  background-color: transparent;
  height: 41px;
}
#breadcrumb ol {
  padding: calc(2 / 3 * var(--cgap)) 0 0 0;
  list-style: none;
  height: 30px;
  line-height: 26px;
  overflow: hidden;
}
#breadcrumb ol li:first-of-type a:link,
#breadcrumb ol li:first-of-type a:visited {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/home2.png");
  background-position: 2px 6px;
  background-repeat: no-repeat;
  color: transparent;
  margin-top: -12px;
  width: 48px;
  height: 48px;
  float: left;
}

#breadcrumb ol li,
#breadcrumb ol li a {
  display: inline;
}
#breadcrumb ol li + li:before {
  padding-right: 5px;
  content: ">";
}
#breadcrumb ol li a {
  font-weight: bold;
}

/* main menu */
.mainmenu {
  z-index: 2;
}
.mainmenu ul ul {
  padding-left: calc(2 / 2 * var(--mmgap));
}
.mainmenu ul a {
  padding: 0 0 0 var(--mmgap);
  text-transform: uppercase;
}
.mainmenu ul a.act:visited,
.mainmenu ul a.act:link,
.mainmenu ul a.act:active {
  color: var(--goldcolor);
}
.mainmenu ul ul a {
  text-transform: unset;
}
.act {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/point_a.gif");
  background-position: 0px 5px;
}
th {
  vertical-align: text-top;
}
.sums {
  border-spacing: 1px;
  display: inline;
}
.sums td,
.sums th {
  height: 23px;
  vertical-align: middle;
}
.sums tr:nth-last-of-type(1) td:last-of-type {
  display: none;
}
.sums tr:nth-last-of-type(2) td:last-of-type {
  display: none;
}

table.tech {
  margin-bottom: 30px;
}
.tech tr {
  border-bottom: 1px solid var(--basebordercolor);
  background-color: var(--bckcolor);
}
.tech tr:nth-child(odd) {
  background-color: #333;
}
.tech {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
}
.tech td,
.tech th {
  border-bottom: 1px solid #666;
}
.tech td,
.tech th {
  padding: 4px 5px;
}
.tech th {
  font-weight: bold;
}
.tech caption {
  text-align: left;
  border-color: transparent;
  border-bottom: 1px solid #666;
  padding: 3px 3px 6px 3px;
  font-weight: bold;
  color: var(--goldcolor);
}
.hdn {
  position: absolute;
  left: -9999px;
}

/* article */
article {
  padding: calc(3 / 2 * var(--cgap));
  padding-top: calc(1 / 2 * var(--mmgap));
  background-color: transparent;
  box-shadow: inset 0 0 calc(5 / 2 * var(--cgap)) rgb(54, 68, 80);
}
article a {
  display: inline;
}
article h1 + p,
.news p {
  font-style: italic;
}
article p {
  padding-bottom: 10px;
}
article h1,
article h2,
article h3 {
  text-align: left;
}
article img {
  margin: 5px 0px;
  /*width: 100%;*/
  width: min-content;
  max-width: 100%;
}
.gold {
  display: inline;
}
sub {
  color: var(--goldcolor);
}
ul.gold li {
  margin: 0px 0px 3px 10px;
  padding: 0px 0px 10px 10px;
  background: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/p/point.gif") no-repeat 0px 6px;
}
article.subcat * {
  box-sizing: content-box;
}

.w300l,
.w50l {
  width: 50%;
  height: auto;
  float: left;
  margin-right: 10px;
}
.w300r,
.w50r {
  width: 50%;
  height: auto;
  float: right;
  margin-left: 10px;
}
.w200l,
.w33l {
  width: 33%;
  height: auto;
  float: left;
  margin-right: 10px;
}
.w200r,
.w33r {
  width: 33%;
  height: auto;
  float: right;
  margin-left: 10px;
}
.w150l,
.w50l {
  width: 503%;
  height: auto;
  float: left;
  margin-right: 10px;
}
.w150r,
.w50r {
  width: 50%;
  height: auto;
  float: right;
  margin-left: 10px;
}
.w100l,
.w10l {
  width: 10%;
  height: auto;
  float: left;
  margin-right: 10px;
}
.w100r,
.w10r {
  width: 10%;
  height: auto;
  float: right;
  margin-left: 10px;
}
/* guestbook */
.guestbook {
  background-color: #170600;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 10px 10px;
  margin-top: 20px;
  font-size: 14px;
  border-width: 1px 1px 1px 1px;
}
.guestbook input {
  padding: 0px 2px 2px 2px;
  margin-left: 10px;
  height: 30px;
  font-size: inherit;
}
.guestbook textarea {
  height: 80px;
  padding: 0px 2px 2px 2px;
  margin: 5px 0;
  border-radius: 5px;
}
.guestbook textarea,
.guestbook input {
  box-sizing: border-box;
  width: 100%;
  margin: 3px 0px 10px 0px;
  border-radius: 3px;
  background-color: #ccc;
  color: black;
}
.guestbook input.capch {
  width: 20%;
}
.guestbook > input:last-child {
  width: 100px;
  box-sizing: initial;
  height: 30px;
  font-weight: bold;
  background-color: #000;
  border-color: var(--goldcolor);
  border-radius: 5px;
  border-width: 2px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
.message {
  background-color: #170600;
  border-width: 1px;
  border-color: #2a2f4c;
  width: 95%;
  font-size: 14px;
  margin: 0px;
  position: relative;
  margin: 10px 0px 5px 0px;
  padding: 10px 10px 5px 10px;
}
.message div {
  background-color: #170600;
  font-weight: bold;
  padding: 0px 2px 5px 2px;
  margin: 0px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  font-size: inherit;
}
.message p {
  margin-bottom: 8px;
  padding: 2px;
  background-color: #230a00;
  font-size: inherit;
}

/* end of guestbook */

/* article - subcat */
.subcat nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  background-color: transparent;
}
.subcat h2 {
  background-color: var(--bckcolor);
  width: 171px;
  display: block;
  height: 40px;
  padding: 4px 2px;
  line-height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcat a:hover h2 {
  color: white;
}
.subcat img {
  border-width: 0px;
  padding: 2px 0 0 0;
  margin: 0px;
  width: 175px;
  height: 175px;
}
.subcat a {
  padding: 2px;
  display: block;
  margin: 0px 5px 20px 0px;
  height: 225px;
  border-width: 1px;
  border-color: var(--basebordercolor);
}
/* end of article.subcat */

.pho_567x378 {
  max-width: 567px;
  width: 100%;
  margin: 5px auto;
  height: auto;
}

/* pagging */
#pagging {
  text-align: center;
  display: grid;
}
#pagging ul {
  margin: 0 auto;
  text-align: center;
}
#pagging li {
  display: inline;
  margin-right: 5px;
}
#pagging a {
  height: 45px;
  background-color: #333;
  color: #ccc;
  border-radius: 5px;
  border-color: #5a5f4c;
  border-width: 1px;
  font-size: 24px;
  padding: 6px 5px 0px 5px;
  margin-bottom: 10px;
}
#pagging li a {
  width: 40px;
  display: inline-block;
  text-align: center;
}
.page-next {
  margin-left: auto;
}
.page-prev {
  margin-right: auto;
}
#pagging a.currpage {
  border-color: var(--goldcolor);
}
#pagging a:hover {
  color: white;
}
/* end of pagging */

/* occultations */
.occult {
  width: 100%;
  /*border-collapse: collapse;*/
  border-spacing: 1px;
  overflow-x: auto;
}
.sums td,
.sums th,
.occult td,
.occult th,
.occult a:link {
  padding: 3px 2px;
  font-size: 14px;
}
.occult th,
.sums th {
  background-color: var(--bckcolor);
  text-align: left;
}
.occult a {
  text-decoration: underline;
}
.occult td + td + td + td,
.occult th + th + th + th {
  text-align: right;
  border-width: 0px;
}
.occult th:last-of-type,
.occult td:last-of-type {
  text-align: center;
}
.occult td img {
  height: 16px;
  width: 13px;
  padding: 0px;
  margin: 0px;
}
.occult tr td:nth-of-type(3) {
  text-overflow: ellipsis;
}
.sums td + td,
.sums th + th {
  text-align: right;
}
.sums td,
.sums th {
  padding: 3px 5px;
  font-size: 14px;
}
.darkred {
  background-color: var(--darkred);
}
.darkpear {
  background-color: var(--darkpear);
}
.darkgreen {
  background-color: var(--darkgreen);
}
.darkblue {
  background-color: var(--darkblue);
}
.darkbrown {
  background-color: var(--darkbrown);
}
.darkgray {
  background-color: var(--bckcolor);
}

/* rwd occultation list */
.oclist * {
  box-sizing: content-box;
}
.oclist label {
  position: absolute;
  left: -9999px;
}
.oclist div {
  display: block;
}
.oclist ul li {
  display: block;
  float: left;
  font-size: 14px;
  border-width: 0 1px 0 0;
  border-color: black;
  margin: 0px;
  padding: 5px 4px 1px 4px;
  height: 24px;
}
.oclist ul li a:link {
  font-size: 14px;
  text-decoration: underline;
}
.oclist ul {
  display: block;
  border-width: 0 0 1px 0;
  border-color: black;
  float: none;
  height: 29px;
}
.oclist span,
.oclist span div,
.oclist span a:link {
  padding: 0;
  font-size: 14px;
  display: inline;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
}
.oclist span div {
  position: absolute;
  width: 0px;
  left: 9999px;
}
.oclist div input {
  position: absolute;
  left: -9999px;
}
.oclist div ul li:nth-of-type(1) {
  width: calc(100% - 419px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.oclist div ul li:nth-of-type(2) {
  width: 70px;
  text-align: right;
}
.oclist div ul li:nth-of-type(3) {
  width: 144px;
  text-align: right;
}
.oclist div ul li:nth-of-type(4) {
  width: 36px;
  text-align: right;
}
.oclist div ul li:nth-of-type(5) {
  width: 90px;
  text-align: right;
  /* word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap;
  padding-left: 5px;*/
}
.oclist div ul li:nth-of-type(6) {
  width: 25px;
  text-align: center;
}

/* occultations statistics */
.oclstats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 20px 0px;
}
.piechart_3d {
  float: left;
  position: relative;
  display: block;
  width: 230px;
  height: 230px;
}
/* language menu */
.lang-menu * {
  cursor: pointer;
  display: block;
  color: #ccc;
}
.lang-menu {
  width: 100%;
  height: 55px;
  text-align: right;
  position: absolute;
  right: 0px;
}
.lang-menu div {
  display: flex;
  height: 55px;
  text-transform: uppercase;
  padding: 15px 2px 0px 0px;
  position: absolute;
  right: 0px;
  font-size: 15px;
}
.lang-menu div:before {
  content: "";
  display: block;
  width: 35px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.lang-menu ul {
  margin: 0;
  padding: 0;
  display: none;
  background-color: #252525;
  border: 1px solid var(--basebordercolor);
  position: absolute;
  top: 44px;
  right: 0px;
}

.lang-menu ul li {
  list-style: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  height: 50px;
  width: 125px;
}
.lang-menu ul li a {
  text-decoration: none;
  width: 100%;
  padding: 13px 5px 0px 15px;
}
.lang-menu ul li:hover {
  background-color: #444;
}
.lang-menu ul li a:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.en:before {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/en.gif");
}
.sk:before {
  background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/sk.gif");
}
.lang-menu:hover ul {
  display: block;
}

/* for tables */
.tight {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.tight table {
  margin: 0px 10px 10px 0px;
}
.tight caption {
  white-space: nowrap;
}
.nowidth {
  width: unset;
  max-width: unset;
}
.alright {
  text-align: right;
}

/* site map */
.webmap * {
  margin: 0px 0px 0px 0px;
  display: block;
}
.webmap a {
  color: #ffc608;
  font-weight: normal;
  text-decoration: none;
  font-style: italic;
}
.webmap p a {
  color: #ccc;
  display: inline;
  font-style: normal;
  text-decoration: underline;
  padding-right: 10px;
}
.webmap p a:hover {
  color: white;
}
.webmap p {
  color: red;
}
.webmap h2 a,
.m1 {
  font-weight: bold;
  font-style: normal;
  padding-left: 10px;
}
.webmap h3 a,
.m2 {
  font-weight: bold;
  font-style: italic;
  padding-left: 30px;
}
.webmap h4 a,
.m3 {
  padding-left: 50px;
}
.webmap h5 a,
.m4 {
  padding-left: 70px;
}
.m5 {
  padding-left: 90px;
}

/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/
@media only screen and (min-width: 993px) {
  /* laptop design*/
  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }

  header {
    grid-area: 2 / 1 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 5;
  }

  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }
  article {
    grid-area: 4 / 2 / 10 / 5;
  }
  .mainmenu {
    grid-area: 4 / 1 / 5 / 2;
  }
  #sponsor {
    grid-area: 5 / 1 / 6 / 2;
  }
  #webdeposit {
    grid-area: 6 / 1 / 7 / 2;
  }
  #lastmodif {
    grid-area: 7 / 1 / 8 / 2;
  }
  #webvisits {
    grid-area: 8 / 1 / 9 / 2;
  }

  footer {
    grid-area: 10 / 1 / 12 / 5;
  }

  /* footer grid */
  footer + p {
    grid-area: 1 / 1 / 2 / 2;
  }
  #v-html {
    grid-area: 1 / 2 / 2 / 3;
  }
  #v-css {
    grid-area: 1 / 3 / 2 / 4;
  }
  #v-seo {
    grid-area: 1 / 4 / 2 / 5;
  }
  #v-rss {
    grid-area: 1 / 5 / 2 / 6;
  }

  /* pagging grid */
  .page-prev {
    grid-area: 1 / 1 / 2 / 2;
  }
  .page-next {
    grid-area: 1 / 2 / 2 / 3;
  }
  #pagging ul {
    grid-area: 2 / 1 / 3 / 3;
  }

  /* common styles for this @media */
  main {
    grid-template-columns: 270px auto auto 60px;
    width: auto;
    padding: 8px 16px 16px 16px; /* 2*common gap */
    margin: 0px auto 0px auto;
  }
  footer {
    grid-template-columns: auto 100px 100px 100px 100px;
  }
  #pagging {
    grid-template-columns: auto auto;
  }
  * {
    font-size: 16px;
  }
  h2,
  nav h2 label {
    font-size: 18px;
    background-color: inherit;
  }
  h1 {
    font-size: 20px;
  }
  /* specific styles for this @media condition */
  .mainmenu input {
    display: none;
  }
  #sponsor a {
    height: 220px;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/freeweb-websupport_size3.png");
  }
  #breadcrumb ol li:first-of-type a:hover,
  #breadcrumb ol li:first-of-type a:active {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/home1.png");
  }
}
/*** end of @media for min 993px ***/
/*****************************************************************************/
@media only screen and (min-width: 1081px) {
  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }

  header {
    grid-area: 2 / 1 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 4;
  }

  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }

  article {
    grid-area: 4 / 2 / 8 / 3;
  }

  .mainmenu {
    grid-area: 4 / 1 / 8 / 2;
  }

  #sponsor {
    grid-area: 4 / 3 / 5 / 5;
  }
  #webdeposit {
    grid-area: 5 / 3 / 6 / 5;
  }
  #lastmodif {
    grid-area: 6 / 3 / 7 / 5;
  }
  #webvisits {
    grid-area: 7 / 3 / 8 / 5;
  }

  footer {
    grid-area: 8 / 1 / 9 / 5;
  }
  /* common styles for this @media */
  main {
    grid-template-columns: 270px auto 130px 60px;
    grid-template-rows: min-content min-content min-content 195px 115px 70px auto;
    background-repeat: repeat;
    padding: 8px 8px 16px 8px;
  }
  /*body {
    background-image: none;
    background-color: #111;
  }*/
  /* specific styles for this @media condition */
  #sponsor a {
    height: 157px;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/freeweb-websupport_size2.png");
  }
}
/*** end of section width > 1081 ***/
/*****************************************************************************/
@media only screen and (min-width: 1360px) {
  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }

  header {
    grid-area: 2 / 1 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 4;
  }

  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }

  article {
    grid-area: 4 / 2 / 8 / 3;
  }

  .mainmenu {
    grid-area: 4 / 1 / 8 / 2;
  }

  #sponsor {
    grid-area: 4 / 3 / 5 / 5;
  }
  #webdeposit {
    grid-area: 5 / 3 / 6 / 5;
  }
  #lastmodif {
    grid-area: 6 / 3 / 7 / 5;
  }
  #webvisits {
    grid-area: 7 / 3 / 8 / 5;
  }

  footer {
    grid-area: 8 / 1 / 9 / 5;
  }
  /* common styles for this @media */
  main {
    grid-template-columns: 270px 669px 242px 60px;
    grid-template-rows: min-content min-content min-content 290px 115px 70px auto;
    width: 1280px; /*vypocitat!*/
  }
  #sponsor a {
    height: 250px;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/freeweb-websupport_size1.png");
  }
}
/*** end of section width > 1300 ***/
/*****************************************************************************/
@media only screen and (min-width: 1600px) {
  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }

  header {
    grid-area: 2 / 1 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 4;
  }

  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }

  article {
    grid-area: 4 / 2 / 8 / 3;
  }

  .mainmenu {
    grid-area: 4 / 1 / 8 / 2;
  }

  #sponsor {
    grid-area: 4 / 3 / 5 / 5;
  }
  #webdeposit {
    grid-area: 5 / 3 / 6 / 5;
  }
  #lastmodif {
    grid-area: 6 / 3 / 7 / 5;
  }
  #webvisits {
    grid-area: 7 / 3 / 8 / 5;
  }

  footer {
    grid-area: 8 / 1 / 9 / 5;
  }
  /* common styles for this @media */
  main {
    grid-template-columns: 270px 834px 242px 60px;
    grid-template-rows: min-content min-content min-content 290px 115px 70px auto;
    width: 1445px; /*vypocitat!*/
  }
  #sponsor a {
    height: 250px;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/freeweb-websupport_size1.png");
  }
}
/*** end of section width > 1600 ***/
/*****************************************************************************/
@media only screen and (max-width: 992px) {
  /* tablet/mobile design*/

  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }
  .mainmenu {
    grid-area: 2 / 1 / 3 / 2;
  }
  header {
    grid-area: 2 / 2 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 5;
  }
  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }
  article {
    grid-area: 4 / 1 / 5 / 5;
  }

  #sponsor {
    grid-area: 5 / 1 / 6 / 3;
  }
  #webdeposit {
    grid-area: 5 / 3 / 6 / 5;
  }

  #lastmodif {
    grid-area: 6 / 1 / 7 / 3;
  }
  #webvisits {
    grid-area: 6 / 3 / 7 / 5;
  }

  footer {
    grid-area: 8 / 1 / 9 / 5;
  }

  /* footer grid */
  #info {
    grid-area: 1 / 1 / 3 / 2;
  }
  #v-html {
    grid-area: 1 / 2 / 2 / 3;
  }
  #v-css {
    grid-area: 1 / 3 / 2 / 4;
  }
  #v-seo {
    grid-area: 2 / 2 / 3 / 3;
  }
  #v-rss {
    grid-area: 2 / 3 / 3 / 4;
  }

  /* pagging grid */
  .page-prev {
    grid-area: 1 / 1 / 2 / 2;
  }
  .page-next {
    grid-area: 1 / 2 / 2 / 3;
  }
  #pagging ul {
    grid-area: 2 / 1 / 3 / 3;
  }

  /* common styles for this @media */
  article {
    padding: 0px;
    padding-top: calc(1 / 2 * var(--mmgap));
    background-color: transparent;
    box-shadow: unset;
  }

  main {
    grid-template-columns: 50px auto auto 60px;
    width: auto;
    margin: 0px 8px; /* common gap */
  }
  header,
  .lang-menu,
  #sponsor,
  #webdeposit,
  #lastmodif,
  #webvisits,
  #v-html,
  #v-css,
  #v-seo,
  #v-rss {
    z-index: 0;
    background-color: transparent;
  }
  footer {
    grid-template-columns: auto 100px 100px;
  }
  #pagging {
    grid-template-columns: auto auto;
  }

  * {
    font-size: 16px;
  }
  h2,
  nav h2 label {
    font-size: 18px;
  }
  h1 {
    font-size: 20px;
  }
  /* specific styles for this @media condition */
  header a {
    margin: 5px 0px 0px 0px;
    background-position-x: 0px;
  }
  #sponsor a {
    background-size: contain;
    background-position: calc(((100% - 365px) / 2) + 183px);
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/freeweb-websupport_size4.png");
  }
  #sponsor a,
  #webdeposit a {
    height: 100px;
  }
  #breadcrumb ol li:nth-last-of-type(1):before {
    content: " >\a0";
  }
  #breadcrumb ol li:nth-last-of-type(2):before {
    content: " >\a0";
  }
  #breadcrumb ol li:nth-last-of-type(3):before {
    content: "...";
  }
  #breadcrumb ol li:nth-last-of-type(3) a {
    display: none;
  }
  #breadcrumb ol li:nth-last-of-type(4) a {
    display: none;
  }
  #breadcrumb ol li:nth-last-of-type(5) a {
    display: none;
  }
  #breadcrumb ol li:first-of-type a {
    display: block;
  }
  #breadcrumb ol li:first-of-type::before {
    content: "";
  }
  #breadcrumb ol li + li:before {
    padding-right: 0px;
    content: "";
  }
  #breadcrumb ol li:nth-last-of-type(1) {
    white-space: nowrap;
  }
  /*responsive menu*/
  .mainmenu {
    display: block;
    padding-right: 50px;
    padding-top: 0px;
  }
  .mainmenu h2 {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/show_menu.png");
    height: 50px;
    width: 50px;
    color: transparent;
    background-size: contain;
  }
  .mainmenu label {
    color: transparent;
  }
  .mainmenu input {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
  }
  .mainmenu input:checked ~ h2 {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/hide_menu.png");
  }
  .mainmenu input:checked ~ ul {
    display: block;
    color: #cccccc;
  }
  .mainmenu input[checked="false"] ~ ul {
    display: none;
  }
  .mainmenu > ul {
    position: absolute;
    display: none;
    min-width: 250px;
    top: 44px;
    margin: 12px 0px 0px 0px;
    margin: 0px;
    background-color: #252525;
    transition: visibility 1s, opacity 0.5s linear;
  }
  .mainmenu li {
    border-bottom: 1px;
    border-color: yellow;
    display: inline;
    height: 50px;
  }
  .mainmenu ul a {
    padding: 0px calc(2 * var(--mmgap)) 0px 8px;
    font-size: 22px;
    white-space: nowrap;
    height: 26px;
  }
  .act {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/point_a.gif");
    background-position: 0px 8px;
  }

  /***end of responsive menu ***/
}
/*** end of @media for max 922px ***/
/*****************************************************************************/
@media only screen and (max-width: 630px) {
  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }

  .mainmenu {
    grid-area: 2 / 1 / 3 / 2;
  }
  header {
    grid-area: 2 / 2 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 5;
  }

  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }
  article {
    grid-area: 4 / 1 / 5 / 5;
  }

  #sponsor {
    grid-area: 5 / 1 / 6 / 3;
  }
  #webdeposit {
    grid-area: 5 / 3 / 6 / 5;
  }

  #lastmodif {
    grid-area: 6 / 1 / 7 / 3;
  }
  #webvisits {
    grid-area: 6 / 3 / 7 / 5;
  }

  footer {
    grid-area: 8 / 1 / 9 / 5;
  }

  /* footer grid */
  #info {
    grid-area: 1 / 1 / 2 / 5;
  }
  #v-html {
    grid-area: 2 / 1 / 3 / 2;
  }
  #v-css {
    grid-area: 2 / 2 / 3 / 3;
  }
  #v-seo {
    grid-area: 2 / 3 / 3 / 4;
  }
  #v-rss {
    grid-area: 2 / 4 / 3 / 5;
  }

  /* common styles for this @media */
  footer {
    grid-template-columns: auto auto auto auto;
    justify-content: start;
  }
  #v-seo,
  #v-html,
  #v-rss,
  #v-css {
    background-position: 8px 8px;
  }
  #sponsor a,
  #webdeposit a {
    height: 80px;
  }
  header a {
    margin: 8px 0px 0px 0px;
  }
  header a.sk {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/astronomy.sk_logo_slovak2.jpg");
  }
  header a.en {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/astronomy.sk_logo_english2.jpg");
  }
  #banner a {
    height: 70px;
    display: block;
    background-size: contain;
    background-position: calc(((100% - 365px) / 2) + 183px);
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/banner_size2.jpg");
  }
  .subcat nav {
    justify-content: space-between;
  }
  .subcat a {
    width: 45%;
    min-width: 179px;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .subcat a h2 {
    width: calc(100% - 4px);
  }
  .subcat a img {
    margin: 0px auto 0 auto;
  }
  .tech td span {
    position: relative;
    left: unset;
  }

  /* new style of rwd occultationlist */
  /* strange reset due to previous style*/
  .oclist div ul li {
    width: unset;
    text-align: left;
  }
  .oclist div input {
    position: absolute;
    left: unset;
  }
  .oclist div ul li:nth-of-type(1) {
    width: unset;
    text-align: left;
  }
  .oclist div ul li:nth-of-type(2) {
    width: unset;
    text-align: left;
  }
  .oclist div ul li:nth-of-type(3) {
    width: unset;
    text-align: left;
  }
  .oclist div ul li:nth-of-type(4) {
    width: unset;
    text-align: left;
  }
  .oclist div ul li:nth-of-type(5) {
    width: unset;
    text-align: left;
  }
  .oclist div ul li:nth-of-type(6) {
    width: unset;
    text-align: left;
  }
  .oclist ul li {
    display: block;
    float: none;
    border-width: 0 1px 0 0;
    border-color: black;
    margin: 0px;
    padding: 0;
    height: unset;
  }
  .oclist span div {
    position: unset;
    width: unset;
    left: unset;
    font-weight: inherit;
  }
  /* end of reset */
  .oclist,
  .oclist div,
  .oclist ul,
  .oclist li {
    display: block;
    text-align: left;
  }
  .oclist section {
    position: relative;
  }
  .oclist ul li {
    width: 100px;
    padding: 5px 0 0 0;
    left: -9999px;
  }

  .oclist ul li:first-of-type {
    font-weight: bold;
    font-size: 18px;
    padding: 12px 0 10px 0;
    left: 4px;
  }
  .oclist ul {
    height: 48px;
    margin-bottom: 4px;
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/show_menu.png");
    background-position: right top;
    border-width: 1px;
    border-color: #555;
  }
  ul.oclhead {
    background-image: none;
  }

  .oclist input:checked ~ ul {
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/hide_menu.png");
  }
  .oclist ul li {
    position: relative;
    text-align: left;
  }
  .oclist ul li a:link {
    font-weight: bold;
    text-decoration: underline;
  }
  .oclist ul li:first-of-type a:first-of-type:link {
    font-size: 18px;
  }
  .oclist div {
    position: relative;
  }
  .oclist input {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    opacity: 0;
  }
  .oclist div input:checked ~ ul {
    height: 165px;
  }
  .oclist div input:checked ~ ul li {
    left: 4px;
  }
  .oclist div input:checked ~ ul li:first-of-type,
  .oclist div input:checked ~ ul li:first-of-type * {
    color: var(--goldcolor);
  }

  .oclist div ul li span {
    left: 64px;
    font-weight: bold;
  }
  .oclist div ul li:nth-of-type(2):before {
    text-align: unset;
    width: 10px;
  }
  .oc-sk div ul li:nth-of-type(2):before {
    content: "Číslo:";
    text-align: left;
  }
  .oc-sk div ul li:nth-of-type(3)::before {
    content: "Hviezda:";
    text-align: left;
  }
  .oc-sk div ul li:nth-of-type(4)::before {
    content: "Mag.:";
    text-align: left;
  }
  .oc-sk div ul li:nth-of-type(5)::before {
    content: "Dátum:";
    text-align: left;
  }
  .oc-sk div ul li:nth-of-type(6)::before {
    content: "Údaje: ";
    text-align: left;
  }

  .oc-en div ul li:nth-of-type(2)::before {
    content: "No.:";
    text-align: left;
  }
  .oc-en div ul li:nth-of-type(3)::before {
    content: "Star:";
  }
  .oc-en div ul li:nth-of-type(4)::before {
    content: "Mag.:";
  }
  .oc-en div ul li:nth-of-type(5)::before {
    content: "Date:";
  }
  .oc-en div ul li:nth-of-type(6)::before {
    content: "Data: ";
  }

  .oclist div input:checked ~ ul li::before {
    width: 80px;
    position: absolute;
  }
}
/*** end of @media for max 630px ***/
/*****************************************************************************/
@media only screen and (max-width: 500px) {
  /* for grid */
  #banner {
    grid-area: 1 / 1 / 2 / 5;
  }

  .mainmenu {
    grid-area: 2 / 1 / 3 / 2;
  }
  header {
    grid-area: 2 / 2 / 3 / 4;
  }
  .lang-menu {
    grid-area: 2 / 4 / 3 / 5;
  }

  #breadcrumb {
    grid-area: 3 / 1 / 4 / 5;
  }
  article {
    grid-area: 4 / 1 / 5 / 5;
  }
  #sponsor {
    grid-area: 5 / 1 / 6 / 5;
  }
  #webdeposit {
    grid-area: 6 / 1 / 7 / 5;
  }

  #lastmodif {
    grid-area: 7 / 1 / 8 / 5;
  }
  #webvisits {
    grid-area: 8 / 1 / 9 / 5;
  }

  footer {
    grid-area: 10 / 1 / 11 / 5;
  }

  /* footer grid */
  #info {
    grid-area: 1 / 1 / 2 / 3;
  }
  #v-html {
    grid-area: 2 / 1 / 3 / 2;
  }
  #v-css {
    grid-area: 2 / 2 / 3 / 3;
  }
  #v-seo {
    grid-area: 3 / 1 / 3 / 2;
  }
  #v-rss {
    grid-area: 3 / 2 / 3 / 3;
  }

  /* pagging grid */
  .page-prev {
    grid-area: 1 / 1 / 2 / 2;
  }
  .page-next {
    grid-area: 3 / 1 / 4 / 2;
  }
  #pagging ul {
    grid-area: 2 / 1 / 3 / 2;
  }

  #pagging {
    grid-template-columns: auto;
  }
  #pagging .page-prev,
  #pagging .page-next {
    margin-left: 0px;
    margin-right: 0px;
  }
  /* specific styles for this @media condition */
  footer {
    grid-template-columns: 100px auto;
    justify-content: start;
  }
  header a {
    margin: 9px 0px 0px 0px;
  }
  #webdeposit a {
    height: 78px;
  }
  #sponsor a {
    height: 100px;
  }
  #banner a {
    height: 70px;
    display: block;
    background-size: contain;
    background-position: calc(((100% - 365px) / 2) + 183px);
    background-image: url("https://search.webdepozit.sk/webarchiv/public/20220614133754/https://www.astronomy.sk/g/banner_size3.jpg");
  }
  .occult,
  .occult thead,
  .occult tbody,
  .occult th,
  .occult td,
  .occult tr {
    display: block;
  }
  .occult {
    position: relative;
  }
  .occult tr {
    width: 100%;
    height: 48px;
    display: block;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
  }
  .occult tr td,
  .occult tr th {
    position: absolute;
    left: -500px;
    top: 0px;
  }
  .occult tr input {
    position: absolute;
    left: 0px;
    top: 5px;
  }
  .occult thead tr input {
    left: -9999px;
  }
  .occult thead tr {
    background-color: var(--bckcolor);
  }
  .occult tr td:nth-of-type(1) {
    position: absolute;
    left: 0px;
    top: 5px;
  }
  .occult tr td:nth-of-type(2) {
    position: absolute;
    left: 20px;
    top: 8px;
  }
  .occult tr th:nth-of-type(1) {
    position: absolute;
    left: 20px;
    top: 2px;
  }
  .occult tbody tr input:checked ~ tr {
    height: 200px;
    color: yellow;
  }
  .occult input[checked="false"] ~ ul {
    height: 48px;
  }
}
/*** end of @media for max 500px ***/
/*****************************************************************************/
@media only screen and (max-width: 415px) {
  /* specific styles for this @media condition */
  .subcat nav {
    align-content: center;
    flex-direction: column;
  }
  .subcat a {
    width: 90%;
    margin: 10px 10px 10px 10px;
  }
}
/*** end of @media for max 460px ***/

/*****************************************************************************/
@media only screen and (max-width: 320px) {
  /* specific styles for this @media condition */
  header a {
    margin: 11px 0px 0px 0px;
  }
  #banner a {
    height: 60px;
  }
  #sponsor a {
    height: 80px;
  }
  #pagging .page-next,
  #pagging .page-prev {
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
/*** end of @media for max 320px ***/

/*****************************************************************************/
@media only screen and (max-width: 280px) {
  /* specific styles for this @media condition */
  header a {
    margin: 11px 0px 0px 0px;
  }
  #banner a {
    height: 60px;
  }
  #sponsor a {
    height: 65px;
  }
}
/*** end of @media for max 280px ***/
/*****************************************************************************/
/*****************************************************************************/
/*****************************************************************************/






/*
     FILE ARCHIVED ON 13:37:54 Jun 14, 2022 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 12:02:36 Aug 25, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
