@media screen and (max-width: 1000px) and (orientation: portrait) {
  #sidebar {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (orientation: landscape) {
  #sidebar {
    width: 50%;
    max-width: 800px;
    min-width: 400px;
  }
}
@media screen and (min-width: 1001px) {
  #sidebar {
    width: 40%;
    max-width: 800px;
    min-width: 400px;
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
}
h1{
    text-align:center;
}
.label {
  font-family: sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration:none !important
}
.label:hover {
    font-weight:bold !important
}
:focus {
  outline: 0;
}
tspan {
  white-space: pre;
}
#sidebar {
  min-height: 100%;
  position: absolute;
  background-color: #FFFFFF;
  display: none;
  z-index: 100;
}
.role-body {
  text-align: justify;
}
.role-image {
    max-width:300px;
}
.role-body-image {
    text-align: center;
}
.fake-link,
#lines-for-station {
  font-size: 13px;
}
#lines-for-station {
  font-weight: bold;
}
#sidebar-footer-container {
  padding: 0;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #101010;
  height: 30px;
  background-color: #FFFFFF;
}
#sidebar-footer{
  margin: 0 35px 0 35px;
  height: 28px;
  line-height: 28px;
}
#sidebar-content-container {
  padding: 0 35px 0 35px;
  position: absolute;
  top: 31px;
  bottom: 30px;
  overflow: auto;
  overflow-wrap: break-word;
  font-size: 15px;
  background-color: #FFFFFF;
}
#sidebar-content-container p {
  line-height: 20px;
}
img {
  max-width: 100%;
}
a{
    text-decoration:none !important
}
    a:link, a:visited,
    a:hover, a:active {
        color: black;
        text-decoration: none !important;
        font-weight:bold
    }
#role-content a {
  font-size: 12px;
}
#sidebar-header {
  margin: 0 35px 0 35px;
  height: 30px;
  line-height: 30px;
}
#close-link-container {
  float: right;
  width: 30%;
  text-align: right;
}
#lines-for-station-container {
  float: left;
  width: 30%;
}
#navigator-container {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 40%;
}
.addendum {
  font-size: 12px;
  font-style: italic;
  text-align: left;
}
.footer-container {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  opacity: 0.94;
  color: #101010;
}
.main-footer {
  position: fixed;
  bottom: 0;
}
.header a,
.footer a {
  text-decoration: none;
}
.header a:hover,
.footer a:hover {
  text-decoration: underline;
}
#footer-left,
#footer-right,
#footer-center {
  display: flex;
  padding: 3px 2px 3px 2px;
}
#footer-left {
  flex: 1;
  text-align: right;
  display: block;
}
#footer-center {
  font-weight: bold;
}
#footer-right {
  flex: 1;
}
#info-page-container {
  margin: 0 auto;
  max-width: 820px;
  padding: 30px;
  text-align: justify;
  font-size: 15px;
  padding-bottom: 40px;
}
.main-footer{
  background-color: white;
}
#info-page {
  background-color: #f3f3f3;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.checkbox {
  padding-bottom: 5px;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  line-height: 22px;
}
.checkbox label::before,
.checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}
.checkbox label::before{
  height: 16px;
  width: 16px;
  border: 1px solid;
  left: 0px;
  top: 3px;
}
.checkbox label::after {
  height: 5px;
  width: 9px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 4px;
  top: 7px;
}
.checkbox input[type="checkbox"] + label::after {
  content: none;
}
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
label {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.sLabel {
  font-family: Glyphter;
}
