.hidden_element {
  display: none;
}

.jasstafel-doku-bild-div {
    max-width: 70%;
    height: auto;
    align-content: center;
    padding: 30px;
}

.jasstafel-doku-nr {
    width: 20%;
    height: auto;
    padding: 1.5em;
}

.jasstafel-doku-bild-img {
    width: 100%;
    height: auto;
}

.spacer {
    height: 10px;
}

h1.jasstafel-doku {
    text-align: center;
}

.jasstafel-zaehlweise-option {
    width: 50%;
    height: auto;
    padding: 1.5em;
}

.jasstafel-zaehlweise-beispiel {
    width: 50%;
    height: auto;
    padding: 1.5em;
}

.center-text {
    text-align: center;
}

.filter_container {
  position: fixed;
  top: 50px;
  padding-top: 10px;
  width: 100%;
  height: 50px;
  background-color: lightblue;
  z-index: 100;
}

.blog_container {
  padding-left: 270px;
  width: 100%;
}

.teaser_list_container {
  position: fixed;
  top: 100px;
  bottom: 0px;
  left: 0px;
  width: 250px;
  z-index: 100;
  padding-left: 10px;
  padding-right: 10px;
}

.scroll_container {
  position: absolute;
  top: 0px;
  overflow-y: scroll;
  height: 100%;
}

.teaser_list_container h1 {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 1px;
}

.teaser_list_container h2 {
  font-size: 13px;
  line-height: 14px;
  margin-top: 10px;
}

.teaser_list_container div {
  font-size: 10px;
  line-height: 11px;
}

.teaser_content {
  border-bottom: 1px solid black;
}


.scroll_container::-webkit-scrollbar {
  //width: auto;
}

.article_detail_container {
  padding-top: 100px;
  display:block
}

.wait_box {
  text-align: center;
  width: 100%;
}

.wait_box img {
  max-width: 50px;
  max-height: 50px
}

.filter_container {
  padding-left: 270px;
  width: 100%;
}

.filter_container select, .filter_container input {
  height: 30px;
  padding-left: 20px;
  width: 49%;
}


th.lead {
  font-size: 25px;
  background-color: lightgrey;
}