/* === single.css === */

/* Produkt Box */
.products {
  font-size: 0.92rem;
}

.productmeta {
  padding-top: 10px;
}

.productmeta strong {
  font-size: 110%;
  font-weight: 800;
}


/* Media Queries */

@media (min-width: 768px) {
  .ast-right-sidebar #primary {
    margin: 20px 0px;
  }

  .ast-right-sidebar #secondary {
    margin: 0px;
    margin: 20px 0px;
  }

  .checkliste {
    font-size: 0.9rem;
  }

  .checkliste #jumper {
    margin-top: -14px;
    margin-bottom: -10px;
  }

  .parallelnote {
    font-size: 0.85em;
    line-height: 1.3;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {

  .ast-right-sidebar #primary {
    padding: 0px 16px;
    margin: 20px 0px;
  }

  .ast-right-sidebar #secondary {
    padding: 0px 16px;
    margin: 0px;
    margin: 20px 0px;
  }

  .checkliste {
    font-size: 0.88rem;
  }

  .checkliste #jumper {
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .parallelnote {
    font-size: 0.85em;
    line-height: 1.3;
    margin-bottom: 20px !important;
  }
}