/* compiled by scssphp 1.10.3 on Sat, 27 Aug 2022 14:59:16 +0000 (0.0499s) */

/*
 * Roboto: remote version
 */
/*
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i&subset=latin-ext');
*/
/*
 * Roboto: downloaded through
 * https://google-webfonts-helper.herokuapp.com/fonts/roboto?subsets=latin,latin-ext
 */
@import url("../fonts/roboto-latin-ext.css");
/*
 * Playfair Display: remote version
 * https://fonts.google.com/specimen/Playfair+Display
 */
/* @import url('https://fonts.googleapis.com/css?family=Playfair+Display&display=swap'); */
/*
 * Playfair Display: downloaded through
 * https://google-webfonts-helper.herokuapp.com/fonts/playfair-display?subsets=latin,latin-ext
 */
@import url("../fonts/playfair-display-latin-ext.css");
/* see https://github.com/twbs/bootstrap-sass/blob/master/assets/stylesheets/bootstrap/_variables.scss */
body {
  font-family: "Roboto", Arial, sans-serif;
}
/* sticky footer, see https://gist.github.com/seyDoggy/e919a429b2459aedf509 */
html, body {
  height: 100%;
  width: 100%;
}
body {
  display: table;
}
body b, body strong {
  font-weight: 500;
}
.container.wrapper {
  height: auto;
  margin-bottom: 20px;
}
footer {
  display: table-row;
  height: 1px;
}
/* general styles */
body {
  font-family: "Roboto", Arial, sans-serif;
  color: #333;
}
footer #footer-sitemap .row.bordered-top {
  padding-top: 2.5rem;
}
footer #footer-sitemap .col-title {
  line-height: 1.1rem;
  text-transform: uppercase;
  font-weight: 500;
}
footer #footer-sitemap a {
  color: #333;
  text-decoration: none;
  font-size: 0.85rem;
}
footer #footer-sitemap a:hover {
  border-bottom: 0.2rem solid #FAD233;
}
footer #footer-quicklinks {
  background-color: #333;
}
footer #footer-quicklinks ul {
  margin-bottom: 0;
}
footer #footer-quicklinks ul li {
  line-height: 32px;
}
footer #footer-quicklinks ul li a {
  font-size: 0.85rem;
  color: white;
  text-decoration: none;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 2;
}
.back-to-top:focus {
  outline: none;
}
@media print {
  /* http://drupal.stackexchange.com/a/59908*/
  a[href]:after {
    content: none;
  }
}
#header-row {
  padding-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
#logo {
  padding-top: 1rem;
  padding-bottom: 5px;
}
.navbar-toggler {
  position: absolute;
  top: 2.9rem;
  right: 16px;
}
#menu-top a, #menu-lang a, #menu-lang-mobile a, #menu-left a {
  color: #333;
  text-decoration: none;
}
#menu-top a.active, #menu-lang a.active, #menu-lang-mobile a.active, #menu-left a.active {
  border-bottom: 0.15rem solid #FAD233;
}
#menu-top a:hover, #menu-lang a:hover, #menu-lang-mobile a:hover, #menu-left a:hover {
  border-bottom: 0.2rem solid #FAD233;
}
#menu-top a, #menu-lang a, #menu-left a {
  font-size: 0.85rem;
}
#menu-lang-mobile {
  width: 100%;
}
#menu-lang-mobile a {
  font-size: 1.2rem;
}
#menu-top {
  margin-bottom: 0;
  padding-left: 0;
}
#menu-top a {
  white-space: nowrap;
  text-transform: uppercase;
}
#menu-top a.active {
  font-weight: 500;
  color: #FAD233;
  border-bottom: none;
}
@media (min-width: 768px) {
  #menu-top {
    /* see https://stackoverflow.com/a/23226961 */
    display: flex;
    align-items: stretch;
    /* Default */
    justify-content: space-between;
  }
  #menu-top li {
    display: block;
    flex: 0 1 auto;
    /* Default */
  }
}
#menu-lang, #menu-lang-mobile {
  margin-bottom: 0;
}
#menu-lang li.current, #menu-lang-mobile li.current {
  font-weight: 500;
}
@media (max-width: 767px) {
  #navbarSupportedContent {
    width: 100%;
    height: 100vh;
  }
  #navbarSupportedContent #menu-top > li {
    display: block;
    text-align: left;
    font-family: "Playfair Display", serif;
    margin-bottom: 0.5rem;
  }
  #navbarSupportedContent #menu-top > li > a {
    font-size: 1.3rem;
  }
  #navbarSupportedContent #menu-top > li .mobile-entries {
    font-family: "Roboto", Arial, sans-serif;
  }
  #navbarSupportedContent #menu-top > li .mobile-entries a {
    text-transform: none;
  }
  #navbarSupportedContent #menu-lang {
    display: none;
  }
  #navbarSupportedContent #site-search-wrapper #site-search {
    position: relative;
    padding-left: 0;
  }
  #navbarSupportedContent #site-search-wrapper #site-search input {
    position: absolute;
    right: -16px;
    display: block;
    font-size: 1.2rem;
  }
  #navbarSupportedContent #toggle-search {
    display: none;
  }
}
#menu-left {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #menu-left li {
    display: inline-block;
    margin-right: 0.8rem;
  }
}
#site-search {
  padding-left: 0.7rem;
}
#site-search input {
  display: none;
  font-size: 0.85rem;
  max-width: 80%;
}
#site-search button.btn {
  display: inline-block;
  padding: 0;
  width: 0.8rem;
  height: 1rem;
  background-color: transparent;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: none;
}
#site-search button.btn.active, #site-search button.btn:active, #site-search button.btn:focus, #site-search button.btn:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
h2 {
  font-family: "Playfair Display", serif;
  margin-bottom: 2rem;
}
.col-left h2 {
  margin-bottom: 0;
}
/* remove border around list-group items */
.list-group-item {
  border: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 1rem !important;
  padding-left: 0;
  padding-right: 0;
}
#body a, p#info a, p#bibinfo a, p#license a, .siteText a, form a {
  color: #333;
  border-bottom: 0.15rem solid #FAD233;
  padding-bottom: 0.1rem;
  /* wrap long url: https://stackoverflow.com/a/32524244 */
  word-wrap: break-word;
  word-break: normal;
  line-break: strict;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}
#body a:hover, p#info a:hover, p#bibinfo a:hover, p#license a:hover, .siteText a:hover, form a:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
#body {
  line-height: 1.6;
}
#notes, #citation, #license {
  border-top: 1px solid #B3B3B3;
  padding-top: 1rem;
}
li.list-group-item h3, body.route-root .entry h3 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}
li.list-group-item a, body.route-root .entry a {
  font-family: "Playfair Display", serif;
  color: #333;
}
li.list-group-item a:hover, body.route-root .entry a:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
li.list-group-item .reviewer, body.route-root .entry .reviewer {
  /* font-weight: $font-weight-bolder; */
}
ol.carousel-indicators li {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.3rem;
  border-radius: 50%;
  border: 0;
  background: gray;
}
ol.carousel-indicators li.active {
  background: #FAD233;
}
/* pagination */
.page-link {
  padding: 0 0.25rem;
  color: #333;
  border: none;
  font-size: 0.85rem;
}
.page-link:hover {
  background: none;
  color: #333;
  border-bottom: 0.15rem solid #FAD233;
  padding-bottom: 0.1rem;
}
.page-link:hover:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
.page-item {
  border: none !important;
}
.page-item.active .page-link {
  color: #333;
  border-bottom: 0.15rem solid #FAD233;
  padding-bottom: 0.1rem;
  background-color: white;
  border-radius: 0;
}
.page-item.active .page-link:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
.message-detail h2 {
  margin-bottom: 1rem;
}
.bordered-top {
  position: relative;
  padding-top: 3rem;
}
.bordered-top:before {
  content: "";
  display: block;
  border-bottom: 1px solid #B3B3B3;
  position: absolute;
  top: 1rem;
  left: 15px;
  right: 15px;
}
.container.featured .row {
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 12px;
  background-color: #FFFAD3;
}
@media (min-width: 768px) {
  .container.featured .row .siteText {
    padding-left: 8px;
  }
}
a.root-bottom-link {
  text-transform: uppercase;
  color: #FAD233;
  font-weight: 500;
  font-size: 0.85rem;
}
/* forms */
.form-control {
  border-radius: 0;
  border: 1px solid #FAD233;
}
.btn.btn-primary {
  color: #333;
  background-color: white;
}
.btn.btn-primary:hover {
  border: 1px solid #FAD233;
}
button, input, optgroup, select, textarea {
  max-width: 100%;
}
select {
  -webkit-appearance: none;
  /* Removes default chrome and safari style */
}
body.route-root h2 a {
  color: #333;
}
body.route-root h2 a:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
body.route-root #carouselReviews {
  margin-bottom: 3rem;
}
body.route-root #carouselReviews ol.carousel-indicators {
  margin-bottom: -2rem;
}
body.route-root #carouselReviews .carousel-item {
  height: 14.3rem;
}
body.route-root #carouselReviews img.mh-100 {
  float: left;
  margin-right: 2rem;
}
body.route-root #carouselReviews h3 {
  font-size: 1.2rem;
}
body.route-root #carouselReviews .reviewedBy {
  margin-bottom: 0.5rem;
}
body.route-root #carouselReviews .reviewedBy .reviewer {
  /* font-weight: $font-weight-bolder; */
}
body.route-root #carouselReviews a {
  font-family: "Playfair Display", serif;
  color: #333;
}
body.route-root #carouselReviews a:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
body.route-root .entry {
  margin-bottom: 1rem;
}
.black-circle-icon {
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  padding: 4px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .black-circle-icon.xs-float-left {
    float: left;
    margin-right: 0.5rem;
  }
}
body.route-archive .message-meta, body.route-reviews .message-meta {
  width: 100%;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
}
body.route-archive .message-meta .meta-date, body.route-reviews .message-meta .meta-date {
  color: #B3B3B3;
}
body.route-archive .covers, body.route-reviews .covers {
  max-width: 40%;
  float: left;
  padding-right: 16px;
}
@media (min-width: 768px) {
  body.route-archive .covers, body.route-reviews .covers {
    width: 228px;
  }
}
body.route-archive .covers img, body.route-reviews .covers img {
  max-width: 100%;
  height: auto;
}
body.route-archive .sidebar-recent h4, body.route-archive .sidebar-recent h5, body.route-reviews .sidebar-recent h4, body.route-reviews .sidebar-recent h5 {
  font-size: 100%;
}
body.route-archive .sidebar-recent h4, body.route-reviews .sidebar-recent h4 {
  text-transform: uppercase;
}
body.route-archive .sidebar-recent h5, body.route-reviews .sidebar-recent h5 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0.15rem;
}
body.route-archive .sidebar-recent h5 a, body.route-reviews .sidebar-recent h5 a {
  color: #333;
}
body.route-archive .sidebar-recent h5 a:hover, body.route-reviews .sidebar-recent h5 a:hover {
  color: #333;
  text-decoration: inherit;
  border-bottom: 0.2rem solid #FAD233;
}
body.route-archive .sidebar-recent h5 a:hover, body.route-reviews .sidebar-recent h5 a:hover {
  border-bottom: 0.2rem solid #FAD233;
}
body.route-archive .sidebar-recent .entry, body.route-reviews .sidebar-recent .entry {
  font-size: 0.85rem;
  margin-bottom: 1rem;
}
body.route-archive .sidebar-recent .entry .date-line, body.route-reviews .sidebar-recent .entry .date-line {
  color: #B3B3B3;
}
body.route-archive .sidebar-recent .entry .reviewedBy, body.route-reviews .sidebar-recent .entry .reviewedBy {
  line-height: 1.25;
}
body.route-archive .sidebar-recent .entry .reviewedBy .reviewer, body.route-reviews .sidebar-recent .entry .reviewedBy .reviewer {
  /* font-weight: $font-weight-bolder; */
}
body.route-contribute form .row, body.route-registration form .row {
  background-color: #FFFAD3;
}
body.route-contribute form .row:first-child, body.route-contribute form .row:first-of-type, body.route-registration form .row:first-child, body.route-registration form .row:first-of-type {
  padding-top: 1rem;
}
body.route-contribute form .row:last-child, body.route-registration form .row:last-child {
  padding-bottom: 1rem;
}
body.route-contribute form .row hr, body.route-registration form .row hr {
  border-top: 1px solid #FAD233;
}
body.route-contribute form input[type="submit"], body.route-contribute form #modify, body.route-contribute form #submit, body.route-registration form input[type="submit"], body.route-registration form #modify, body.route-registration form #submit {
  border-style: solid;
  border-color: #FAD233;
  background-color: #FAD233;
  color: white;
}
body.route-contribute form #modify, body.route-contribute form #submit, body.route-registration form #modify, body.route-registration form #submit {
  margin-top: 1rem;
  margin-left: 8px;
}
body.route-reviews .form-control, body.route-archive .form-control {
  font-size: 0.85rem;
}
body.route-reviews input[type="submit"], body.route-archive input[type="submit"] {
  border-style: solid;
  border-color: #FAD233;
  background-color: #FAD233;
  color: white;
}
body.route-reviews input[name="search"] {
  min-width: 45%;
}
body.route-archive input[name="search"] {
  min-width: 30%;
}
@media (max-width: 795px) {
  #common-nav a.social {
    display: none !important;
  }
}
#common-nav {
  /* display not only on click but already on hover */
}
#common-nav ul.navbar-nav > li {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 30px;
  border-left: 1px dotted #fff;
}
#common-nav ul.navbar-nav > li.no-border {
  border-left: none;
}
#common-nav li {
  font-size: 11px;
  line-height: 23px;
}
#common-nav a {
  color: white;
}
#common-nav a.social {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 9px;
  background-size: cover;
}
#common-nav a.social.twitter {
  width: 16px;
  height: 14px;
  background-image: url("../../media/hsk_tw.png");
}
#common-nav a.social.rss {
  margin-left: 8px;
  width: 14px;
  height: 14px;
  background-image: url("../../media/rss.png");
}
#common-nav .dropdown-menu {
  background-color: #333;
}
#common-nav .dropdown-menu li {
  margin-left: 10px;
}
#common-nav .dropdown-menu li.dropdown-header {
  font-style: italic;
}
#common-nav .dropdown:hover .dropdown-menu {
  display: block;
}
