/************* COMPONENT VARS *************/
/************* COMPONENT VARS END *************/
/*media query proposal - for refactoring 15-06-2016*/
/********************* global slider animations ******************/
/**
 * Toolkit styles
 */
.component.data-hierarchy-spot.dataset {
  padding: 2rem 0; }

.component.data-hierarchy-spot.comparison-table .component-content {
  width: 60rem;
  max-width: 90%;
  margin: 0 auto; }

.component.data-hierarchy-spot.comparison-table .group {
  border: solid 1px #000;
  border-bottom: none;
  margin-bottom: 2rem; }
  .component.data-hierarchy-spot.comparison-table .group__title {
    text-align: center;
    padding: 1rem; }

.component.data-hierarchy-spot.comparison-table .entry {
  border-bottom: solid 1px #000;
  padding: 1rem 0;
  margin: 0 1rem; }
  .component.data-hierarchy-spot.comparison-table .entry.inactive {
    text-decoration: line-through;
    font-size: 0.9rem; }
  .component.data-hierarchy-spot.comparison-table .entry:last-child {
    margin: 0;
    padding: 1rem; }

.component.data-hierarchy-spot.comparison-table .entry-group {
  color: #fff;
  background: #000;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  text-align: center;
  padding: .4rem 0 .4rem 0; }
  .component.data-hierarchy-spot.comparison-table .entry-group .entry {
    border-bottom: none;
    padding: .4rem 0; }
    .component.data-hierarchy-spot.comparison-table .entry-group .entry.price {
      font-size: 2rem;
      padding-bottom: 0;
      color: #fff; }
    .component.data-hierarchy-spot.comparison-table .entry-group .entry.divider-above {
      display: inline-block;
      position: relative; }
      .component.data-hierarchy-spot.comparison-table .entry-group .entry.divider-above:before {
        content: "";
        display: inline-block;
        width: 100%;
        background-color: #fff;
        height: 1px;
        position: absolute;
        top: 0;
        left: 0; }

.component.data-hierarchy-spot.grid-data {
  float: none;
  margin: 0; }
  .component.data-hierarchy-spot.grid-data .component-content .group {
    text-align: center;
    width: 100%;
    border: none;
    border-bottom: solid 1px #bfbfbf; }
    .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(4) {
      border-bottom: none; }
    .component.data-hierarchy-spot.grid-data .component-content .group .inner-container {
      padding: 2rem; }
    .component.data-hierarchy-spot.grid-data .component-content .group .rich-text {
      margin-bottom: 1rem; }
      .component.data-hierarchy-spot.grid-data .component-content .group .rich-text p {
        font-size: 1.5rem;
        color: #c6168d;
        font-weight: bold; }

@media only screen and (min-width: 992px) {
  .component.data-hierarchy-spot.comparison-table .group {
    float: left;
    border-right: none; }
    .component.data-hierarchy-spot.comparison-table .group:last-child {
      border-right: solid 1px #000; }
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(2),
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(2) ~ .group {
      width: 47%; }
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(3),
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(3) ~ .group {
      width: 33%; }
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(4),
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(4) ~ .groupr {
      width: 22%; }
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(5),
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(5) ~ .group {
      width: 18%; }
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(6),
    .component.data-hierarchy-spot.comparison-table .group:first-child:nth-last-child(6) ~ .group {
      width: 15%; }
  .component.data-hierarchy-spot.grid-data .component-content {
    position: relative;
    width: 68.75rem;
    max-width: 90%;
    margin: 0 auto; }
    .component.data-hierarchy-spot.grid-data .component-content .group {
      box-sizing: border-box;
      border: solid 1px #bfbfbf;
      float: left;
      width: 50%; }
      .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(1), .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(2) {
        border-top: none; }
      .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(1), .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(3) {
        border-left: none; }
      .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(2), .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(4) {
        border-right: none; }
      .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(3), .component.data-hierarchy-spot.grid-data .component-content .group:nth-child(4) {
        border-bottom: none; }
      .component.data-hierarchy-spot.grid-data .component-content .group > .inner-container {
        padding: 0 25%; }
      .component.data-hierarchy-spot.grid-data .component-content .group .entry:not(.rich-text) {
        text-align: left; } }