@media (max-width: 1400px) {
  #content {
    padding-left: 3%;
    padding-right: 3%;
  }
  .adress,
  .Copyright {
    padding-left: 3%;
    padding-right: 3%;
  }
  .overview_docs li {
    width: 33%;
    border-left: 1px solid #ccc;
  }
  .overview_docs li:first-child,
  .overview_docs li:nth-child(4n + 1) {
    border-left: 1px solid #ccc;
    padding: 0 17px 0 17px;
  }
  .overview_docs li:first-child,
  .overview_docs li:nth-child(3n + 1) {
    border-left: 0;
    padding: 0 17px 0 0;
  }
}
@media (max-width: 992px) {
  .cc-grower {
    bottom: 68px;
  }

  #wrapper > header,
  #header {
    min-height: 0px;
  }

  #alldocs,
  #news {
    scroll-margin-top: 40px;
  }

  .Copyright a {
    display: table;
    border: none;
    padding: 0;
    margin: 0;
  }
  .Copyright p {
    display: none;
  }
  .Copyright span {
    margin-top: -14px;
    font-size: 10px;
  }
  .Copyright a:first-child {
    margin-top: 10px;
  }
  .adress {
    display: none;
  }
  .footersocialM li {
    padding: 8px;
    height: 40px;
    width: 50px;
  }
  #hmnavbox,
  #hmcontentbox {
    width: 100%;
    border: none;
  }
  #titlebox {
    padding-top: 3%;
    border-top: 1px solid #ccc;
    font-size: 26pt;
  }
  #hmheadbox p {
    margin-bottom: 16px;
  }
  .overview_docs li {
    width: 100%;
    border-left: 0px;
    border-bottom: 1px solid #ccc;
    padding: 0 17px 0 0;
  }
  .overview_docs li:last-child {
    border-bottom: 0;
  }
  .overview_docs li:first-child,
  .overview_docs li:nth-child(4n + 1) {
    border-left: 0;
    padding: 0 17px 0 0;
  }
  .overview_docs li:first-child,
  .overview_docs li:nth-child(3n + 1) {
    border-left: 0;
    padding: 0 17px 0 0;
  }
  .titlesws {
    font-size: 1.5rem;
    margin-top: 0;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
    margin-bottom: 3%;
  }
  .items {
    flex-direction: column !important;
  }
  .docs-main,
  .websession-main,
  .newsitem {
    width: 100% !important;
    height: auto;
    margin-bottom: 3%;
  }
  #videoitems div {
    width: 100%;
    margin-top: 3%;
  }
  .sws-section {
    margin-top: 15%;
  }
  .cc-window.cc-floating {
    max-width: 100% !important;
  }
  .link-allitems,
  .btn-primary {
    font-size: 16px;
  }
  .sws-heading {
    align-items: center;
  }

  .videogrid div {
    width: 100% !important;
  }
  .titlelinktext,
  .titlelink {
    display: initial !important;
    font-size: 1.3rem !important;
  }
}
@media (max-width: 500px) {
  .sws-heading a span {
    display: none;
  }
  .sws-heading {
    flex-direction: column;
  }
  .sws-heading h2 {
    font-size: 2.3rem;
    margin-bottom: 10%;
    text-align: center;
  }
  .link-allitems {
    align-self: end;
  }
}
