.post-type-archive-ordbog h2,
.single-ordbog h2{
  padding: 15px 0;
}
.post-type-archive-ordbog h2{
  margin: 0 1%;
}
.ordbog-links{
  margin-bottom: 40px;
}
.ordbog-links li{
  display: inline-block;
  margin: .1rem;
}
.widget-area .ordbog-links li{
  margin: .25rem;
}
.ordbog-links li a{
  display: block;
  background: #2c3e50;
  border-radius: 50%;
  color: #fff;
  width: 21px;
  padding: 6px;
  text-align: center;
}
.ordbog-links li a.selected,
.ordbog-links li a:hover{
  background: #cd2027;
  text-decoration: none;
}
.ordbog-links li .empty,
.ordbog-links li .empty:hover{
  background: #ebeaea;
  color: #2c3e50;
  cursor: default;
}
.ordbog-items .column{
  display: none;
}
.ordbog-items .column.one-third{
	min-height: 132px;
}
.ordbog-items .excerpt.hide{
	display: none;
}
.button.ordbog-back{
  display: inherit;
  background-color: #60d1c7;
  border-radius: 4px;
  margin: 0 0 30px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.button.ordbog-back:hover{
  background-color: #3fb4aa;
}
.button.ordbog-back>i{
  margin-right: .5em;
}
#text-6_clone+#text-6{margin-top:50px}