/* Simple Tabs Block - kein Design, nur Funktionalität */

.stb-nav {
  text-align: center;
  margin-bottom: 8px;
}

.stb-dot {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  padding: 0 6px;
  color: #ccc;
  line-height: 1;
  vertical-align: middle;
}

.stb-dot.stb-active {
  color: #555;
}

/* Unsichtbarer mittlerer Punkt - für Google da, für User nicht */
.stb-dot-hidden {
  font-size: 1px;
  color: transparent;
  padding: 0 2px;
  cursor: default;
}
