/* Unterseiten Text ----------------------------------------------------------------------------------- */

.elm.unterseiten.design_text {
  line-height: normal;
}

.elm.unterseiten.design_text > a {
  display: block;
  border-top: 1px dotted #DCDCDC;
  padding: 5px 10px;
  text-decoration: none;
}

.elm.unterseiten.design_text > a:hover {
  background-color: #F2F2F2;
}

/* Unterseiten Titelbild ----------------------------------------------------------------------------------- */

.elm.unterseiten.design_titelbild .col a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 20px;
}

.elm.unterseiten.design_titelbild .titel {
  display: block;
  padding: 5px;
  background-color: #DCDCDC;
  text-align: center;
  line-height: normal;
}

.elm.unterseiten.design_titelbild .titelbild {
  display: block;
}

.elm.unterseiten.design_titelbild .titelbild img {
  width: 100%;
  height: auto;
}

/* Unterseiten Tabs ----------------------------------------------------------------------------------- */

.elm.unterseiten.design_tabs {
  line-height: normal;
}

.elm.unterseiten.design_tabs a {
  display: block;
  background-color: #EFEFEF;
  margin-bottom: 2px;
  padding: 5px;
}

@media only screen and (min-width : 768px) {

  .elm.unterseiten.design_tabs {
    display: flex;
    border-bottom: 5px solid #DCDCDC;
  }

  .elm.unterseiten.design_tabs a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
  }

  .elm.unterseiten.design_tabs a.is-active {
    background-color: #DCDCDC;
  }
}

/* Unterseiten Seitenzahlen ----------------------------------------------------------------------------------- */

.seitenzahlen {
  margin-top: 1em;
  overflow: hidden;
  padding: 3px;
  clear: both;
  line-height: normal;
}
* html .seitenzahlen {
  overflow: visible;
  height: 1%;
}

.seitenzahlen .page_print {
  float: left;
  width: auto;
  margin-right: 1em;
  padding-right: 1em;
}

.seitenzahlen ul,
.seitenzahlen li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.seitenzahlen ul li {
  float: left;
  width: auto;
  margin-right: 1em;
}

.seitenzahlen ul li a {
  text-decoration: none;
}

.seitenzahlen ul li a.active {
  font-weight: bold;
}
