.hueck-subnavigation {
  width: 250px;
  max-width: 250px;
  margin-bottom: 40px;
}

.hueck-subnavigation .hueck-linkList {
  margin-bottom: 20px;
  padding: 0;
  width: 100% !important;
  max-width: 100% !important;
}

.hueck-subnavigation .hueck-linkList__headline {
  border-bottom: 1px solid #0B82C5;
  margin-bottom: 5px;
}

.hueck-subnavigation a {
  color: #6C6C6C;
  padding-bottom: 5px;
  display: block;
}

.hueck-subnavigation a:first-of-type {
  padding-top: 5px;
}

@media only screen and (max-width: 1199.9px) {
  .hueck-content {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  .hueck-subnavigation {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .hueck-ContentSectionBorder {
    border-right: 1px solid #c9c9c9 !important;
  }
}

.hueck-subnavigation .hueck-subnavigation__showReferencBtn {
  font-size: 1.5rem;
  font-family: Arial, Verdana, sans-serif;
  border: 1px solid #0B82C5;
  color: #0B82C5;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-appearance: button;
  cursor: pointer;

}

.hueck-subnavigation__showReferencBtn:hover {
  background-color: #0B82C5;
  text-decoration: none;
  color: white;
}
