@font-face {
  font-family: WorkSans;
  src: url('./new/WorkSans-VariableFont_wght.ttf');
  font-display: swap;
}
@font-face {
  font-family: JosefinSans;
  src: url('./new/JosefinSans-VariableFont_wght.ttf');
  font-display: swap;
}
body {
  font-family: WorkSans, sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#title {
  margin: 10px 0;
  text-align: center;
  font-size: 3em;
}
.wrapper {
  background-color: rgba(255, 255, 255, 0.8);
}
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
a {
  color: #333;
  outline: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: JosefinSans, serif;
  line-height: 1.4em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
  margin-bottom: 0;
}
h4,
h5 {
  font-size: 24px;
  margin-bottom: 0;
}
nav,
.breadcrumbs,
main,
footer {
  display: block;
}
nav {
  border-bottom: 6px solid #333;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  border-bottom: 2px solid #333;
}
nav ul:last-of-type {
  margin-bottom: 5px;
}
nav ul li {
  display: table-cell;
  text-align: center;
}
nav ul li a {
  color: #333;
  padding: 10px;
  display: block;
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}
nav ul li a.active {
  background-color: #f7f7f7;
}
nav ul.lang-options li {
  width: 51.5%;
}
.headline {
  font-family: JosefinSans, serif;
  border-top: 6px solid #333;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: normal;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  font-size: 1.1em;
}
.headline .breadcrumbs {
  list-style: none;
  padding: 0;
  margin-top: 5px;
  font-size: 0.8em;
  margin-bottom: 0;
}
.headline .breadcrumbs li {
  display: inline;
}
.headline .breadcrumbs li:after {
  content: ">";
}
.headline .breadcrumbs li:last-of-type:after {
  content: "";
}
.headline .breadcrumbs li a {
  color: #333;
  text-decoration: none;
}
.headline .breadcrumbs li a:hover {
  text-decoration: underline;
}
.content-box {
  border-top: 6px solid #333;
  padding-top: 10px;
}
.admin-edit {
  position: fixed;
  top: 10px;
  left: 20px;
  background-color: #f7f7f7;
  padding: 5px 10px;
  border-radius: 7px;
  font-size: 14px;
}
main {
  line-height: 1.65em;
}
main .title {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  font-weight: normal;
  border-bottom: 2px solid #333;
}
article h1,
article h2,
article h3,
article h4,
article h5 {
  margin-bottom: 5px;
  border-bottom: 6px solid #333;
  padding-bottom: 5px;
}
article h1 a,
article h2 a,
article h3 a,
article h4 a,
article h5 a {
  display: block;
  border-bottom: 2px solid #333;
}
article p {
  margin-top: 10px;
  margin-bottom: 5px;
}
article figure {
  text-align: center;
  font-style: italic;
}
article figure p {
  margin-top: 0;
}
article .rk-video {
  position: relative;
}
article .rk-video span {
  position: absolute;
  top: 40%;
  left: 45%;
  font-size: 90px;
  color: white;
  font-style: normal;
  background-color: red;
  padding: 20px 25px 35px 30px;
  border-radius: 10px;
  display: inline-block;
}
article .rk-video a {
  display: block;
}
article pre {
  word-wrap: break-word;
  overflow-x: auto;
}
article iframe {
  margin: 20px auto;
  display: block;
  max-width: 100%;
}
article .google-auto-placed,
article .adsbygoogle {
  text-align: center;
  margin: 10px auto;
  overflow: hidden;
}
article .google-auto-placed iframe,
article .adsbygoogle iframe {
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 !important;
}
article table,
article td,
article tr,
article th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
}
article table {
  width: 100%;
}
article table td,
article table th {
  padding: 8px;
}
article table td pre,
article table th pre {
  overflow-x: scroll;
  display: block;
  font-size: 0.8em;
}
article table td {
  text-align: left;
}
article table th {
  background-color: #ededed;
}
article img {
  max-width: 100%;
}
article .box,
article .amsg {
  background-color: #f7f7f7;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
article .highlight {
  line-height: 1.3em;
  background-color: #f7f7f7;
  padding: 5px 10px;
  font-size: 1.1em;
}
article ul {
  list-style: none;
  padding: 0;
}
article ul li {
  margin-bottom: 4px;
  margin-top: 4px;
  background-image: url('./new/circle.svg');
  background-size: auto 13px;
  background-position: 0 11px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
article .page,
article .book {
  background-image: url('./new/url.svg');
  background-size: auto 20px;
  background-position: 0 8px;
  padding-left: 27px;
}
article .page a:hover,
article .book a:hover {
  color: black;
}
article .book a {
  font-weight: bold;
}
article .author {
  font-size: 0.9em;
  margin-top: 20px;
  font-style: italic;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  margin-bottom: 8px;
}
details:focus,
summary,
summary:focus {
  outline: none;
}
summary {
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  padding: 5px 0;
}
details {
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
}
details summary {
  background-color: greenyellow;
  padding: 10px;
}
footer {
  border-top: 2px solid #333;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}
footer .links {
  text-align: right;
}
#publisher {
  display: none;
}
.astro-categories {
  list-style: none;
  text-align: center;
  padding: 0;
}
.astro-categories li {
  display: inline-block;
  padding: 0 10px;
}
.astro-categories li.active {
  font-weight: bold;
}
.sensors-list {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: auto auto auto;
}
.sensors-list .sensor {
  border-collapse: collapse;
  border: 1px solid #8CACBB;
  padding: 10px;
}
.in-article {
  margin-bottom: 20px;
}
.pl-option {
  border-right: 2px solid #333;
  display: block;
  width: 98.4%;
}
.pagination {
  padding: 10px 0;
  margin-top: 5px;
}
.pagination a {
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 5px 15px;
  display: inline-block;
  background-color: #333;
}
.pagination .older {
  float: right;
}
.article-box {
  margin-bottom: 10px;
  clear: both;
  display: table;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
.article-box article {
  display: table-cell;
  margin-right: 10px;
  padding: 5px;
  width: 50%;
  vertical-align: top;
}
.article-box article:first-of-type {
  border-right: 2px solid #333;
}
.article-box article .image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 350px;
  display: block;
}
.article-box article h2 {
  border: 0;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 1.6em;
}
.article-box article h2 a {
  border-bottom: none;
}
.article-box article h2 a:hover {
  text-decoration: underline;
}
.article-box article a {
  text-decoration: none;
}
.article-box article .read-more {
  display: inline-block;
  background-color: #333;
  color: white;
  padding: 5px 15px;
  font-size: 0.85em;
}
.article-box article img {
  max-width: 330px;
}
.article-box .odd {
  padding-right: 15px;
  padding-left: 0;
}
.article-box .even {
  padding-left: 15px;
  padding-right: 0;
}
.article-feed h4 {
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.article-feed .rss-link {
  float: right;
  margin: 0;
  margin-top: 5px;
}
.more-feed {
  margin-top: 10px;
}
.more-feed .list {
  font-size: 0.9em;
}
.more-feed .list h2 {
  font-size: 20px;
}
.list .article-box:last-of-type,
.list .article-box:nth-last-child(2) {
  border-bottom: 0;
}
.share-button {
  display: none;
  border: 2px solid #333;
  background-color: white;
  padding: 5px 10px;
  float: right;
  margin-top: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1em;
}
.share-button img {
  display: inline-block;
  width: 17px;
  height: auto;
}
.show {
  display: block;
}
.top-article-info {
  text-align: right;
  float: right;
  font-style: italic;
  padding-left: 5px;
  padding-bottom: 2px;
  font-size: 0.9em;
}
.top-article-info span {
  display: block;
  background-image: url('new/comments.svg');
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: 100% 50%;
  padding-right: 32px;
  cursor: pointer;
}
#comments_widget {
  scroll-behavior: smooth;
}
@media only screen and (min-width: 1230px) {
  body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .wrapper {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .container {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .big-thumb .full-width {
    margin-left: -33vw;
    margin-right: -32vw;
    max-width: inherit;
    width: 65vw;
  }
  .huge-thumb .full-width {
    margin-left: -49vw;
    margin-right: -50vw;
    max-width: inherit;
    width: 98vw;
  }
  .aside-fixed-menu {
    position: fixed;
    right: 0;
    top: 25%;
    border: 1px solid #333;
    border-right: none;
    color: white;
  }
  .aside-fixed-menu a,
  .aside-fixed-menu span {
    color: white;
    display: block;
    padding: 7px;
    margin: 7px;
    cursor: pointer;
  }
  .aside-fixed-menu a img,
  .aside-fixed-menu span img {
    width: 25px;
    height: auto;
  }
}
@media only screen and (max-width: 1229px) {
  body {
    background-color: #fafafa;
    background-image: none !important;
  }
  .aside-fixed-menu {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  body {
    font-size: 3vw;
  }
  h1 {
    font-size: 4.5vw;
  }
  h2 {
    font-size: 4vw;
  }
  h3 {
    font-size: 3.8vw;
  }
  h4,
  h5 {
    font-size: 3.5vw;
  }
  article iframe {
    width: 75vw;
    height: 42.18vw;
  }
  article table {
    overflow-x: scroll;
    display: block;
  }
  .pl-option {
    border-right: none;
    width: auto;
  }
  .article-box {
    display: block;
  }
  .article-box article {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .article-box .odd,
  .article-box .even {
    padding-left: 0;
    padding-right: 0;
  }
  .article-box article:first-of-type {
    border-right: none;
  }
  nav ul {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 2px 2px;
  }
  nav ul li {
    display: block;
  }
  nav ul.lang-options {
    grid-template-columns: auto auto;
  }
  nav ul.lang-options li {
    text-align: center;
    display: block;
    width: auto;
  }
  .sensors-list {
    display: block;
  }
  .sensors-list .sensor {
    margin-bottom: 10px;
  }
  main .title {
    font-size: 40px;
  }
  .article-box article .image {
    height: 250px;
  }
  .article-box article h2 {
    font-size: 1.4em;
  }
  .article-box .odd {
    border-bottom: 2px solid #333;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 5vw;
  }
  h1 {
    font-size: 6.5vw;
  }
  h2 {
    font-size: 6vw;
  }
  h3 {
    font-size: 5.8vw;
  }
  h4,
  h5 {
    font-size: 5.5vw;
  }
  nav {
    font-size: 0.55em;
  }
  pre {
    font-size: 0.85em;
  }
  article table td,
  article table th {
    font-size: 0.75em;
    line-height: 1.4em;
  }
}
