@charset "UTF-8";
/* CSS Document */
/*Table of content*/
.table-content {
  max-width: 64em;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1%;
}
.table-content.listning {
  flex-flow: wrap-reverse;
}
.content-list {
  width: 100%;
}
.content-list > * {
  width: 100%;
  display: block;
  padding: 1%;
}
.content-logo {
  width: 80%;
  text-align: center;
}
.menu_item {
  display: block;
  margin-top: 1em;
}
.menu_item.lev1 {
  font-size: 1.3rem;
}
.menu_item.lev2 {
  font-size: 1.2rem;
  margin-left: 1.5em;
}
.menu_item.lev3 {
  font-size: 1.1rem;
  margin-left: 3.5em;
}
.num {
  margin-right: 0.5em;
}
.logo-btn {
  display: none;
}
.logo-btn1, .logo-btn2 {
  width: 100%;
}
.even {
  display: flex;
  align-items: center;
}
.table-content a {
  text-decoration: none;
}
.table-content a:hover {
  text-decoration: underline;
}
.bottom_nav {
  width: 100%;
}
.bottom_nav button {
  position: relative;
  margin: 10px auto 9px;
  background: #00008b linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  background: #00008b -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: #00008b -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
  color: white;
  border: .1em outset darkgrey;
  border-radius: 2em;
  font-size: 1.15em;
  /* -moz-box-shadow: inset 0 1px 0 #fff; */
  /* -webkit-box-shadow: inset 0 1px 0 #fff; */
  box-shadow: inset 0 1px 0 #fff;
  cursor: pointer;
}
.bottom_nav button > span:first-child {
  position: absolute;
  top: 40%;
  left: .5em;
  display: block;
  overflow: hidden;
  margin-top: -8px;
}
.bottom_nav button > span:last-child {
  padding: .3em 1em .3em 2.1em;
  display: block;
  line-height: normal;
  text-shadow: 0 1px 0 black;
}
.bottom_nav button.right > span:first-child {
  right: .5em;
  left: unset;
}
.bottom_nav button.right > span:last-child {
  padding: .3em 2.1em .3em 1em;
}
.bottom_nav a.refbutton {
  float: right;
  margin-left: .5em;
}
.table-content dt {
  font-weight: bold;
  margin: 1em 0.5em 0.5em;
}
/*Breadcrumbs*/
.breadcrumb {
  max-width: 64em;
  margin: 0 auto;
}
.breadcrumb_items {
  font-size: 0.8rem;
  line-height: 3rem;
  text-align: start;
}
/* Text*/
.table-content h2, h3 {
  margin: 2em 0 0.8em;
}
.table-content h1 {
  margin: 2em 0 -0.5em;
}
.table-content p {
  margin-bottom: 0.5em;
}
span.strinking {
  font-weight: bold;
}
span.hint {
  font-style: italic;
}
p.hint {
  margin-left: 2em;
  text-align: justify;
  hyphens: auto;
}
p.green_center {
  color: #1BAD00;
}
p.red_left {
  color: #AD261A;
}
span.def {
  display: block;
  text-align: justify;
  padding: .5em 3em;
  hyphens: auto;
}
.table-content.content-page ul {
  padding: 2em;
  text-align: justify;
  hyphens: auto;
}
.table-content.content-page li {
  padding: .3em 0;
  line-height: 1.5rem;
}
span.red_left {
  font-weight: bold;
  color: #AD261A;
}
span.green_center {
  font-weight: bold;
  color: #1BAD00;
}
p.togetherness {
  margin-top: -0.5em;
}
span.green_state{
	color: green;
}
span.yellow_state {
	color: yellow;
	background: darkgrey;
	padding: .2em;
}
span.red_state{
	color: red;
}
/*short-manual*/
.short-man {
  max-width: 64em;
  margin: 0 auto;
  padding: 1%;
}
.short-man h1 > a, .short-man h2 > a {
  color: black;
  text-decoration: none;
}
.short-man h1 {
  margin: 0.5em 0 2em;
}
.short-man h2 {
  margin: 2em 0 0.5em;
}
.top {
  line-height: 1.5rem;
}
.short-man dt {
  font-weight: bold;
  margin: 1em 0 0.3em 0;
}
.short-man dd {
  margin: 0.3em 0 0.3em 1.5em;
  line-height: 1.5rem;
}
.short-man ul {
  margin: 1em 0;
}
.short-man li {
  margin-bottom: 0.5em;
}
/* Tablet */
@media only screen and (min-width : 37.5em) {
  .table-content {
    display: flex;
    /* flex-direction: row;*/
    flex-flow: wrap;
  }
  .content-list {
    width: 65%;
  }
  .content-logo {
    width: 35%;
  }
  .logo-btn {
    display: block;
  }
  .logo-btn {
    width: 90%;
  }
  .logo-btn1, .logo-btn2 {
    width: 100%;
  }
  .even {
    width: 100%;
  }
}
/* Desktop*/
@media only screen and (min-width :56.25em) {
  .content-list > * {
    width: 45%;
    display: inline-block;
    padding: 1%;
    vertical-align: top;
  }
  .content-logo {
    width: 30%;
  }
  .content-list {
    width: 70%;
  }
  .menu_item.lev2 {
    font-size: 1.2rem;
    margin-left: 1em;
  }
  .menu_item.lev3 {
    font-size: 1.1rem;
    margin-left: 1.5em;
  }
}