/* -------------------------------- 

Primary style

-------------------------------- */

ol, ul, li, table, caption, header, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.row6 ul > li {
  background-color: #BFE4F7;
}

.cd-table-column.spalte6 {
  background-color: #BFE4F7;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #009FE3 !important;
  font-weight: 600;
}

.cd-table-column.spalte1 {
  background-color: #66C0EC;
  color: #fff;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #009FE3 !important;
}

.spalte5 h2 {
  line-height: 42px !important;
  background-color: #D9EFFA !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #009FE3 !important;
}

.spalte1 h2 {
  line-height: 42px;
  background-color: #66C0EC;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 2px solid #009FE3;
}
/*
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Poppins", Arial, sans-serif;
  color: #333;
  background-color: #009FE3;
}

a {
  color: #62c169;
  text-decoration: none;
}

img, svg {
  max-width: 100%;
}
*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-table {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 1em auto;
  font-size: 14px;
  font-size: 0.875rem;
  /*border-right: 1px solid #e6e7f1;*/
}

#cd-table::after {
  content: "";
  display: table;
  clear: both;
}

#cd-table::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  /*height: 100%;*/
  width: 35px;
  background: -webkit-linear-gradient(right, #FFF 10%, rgba(255, 255, 255, 0));
  background: linear-gradient(to left, #FFF 10%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none;
}

.no-cssgradients #cd-table::before {
  display: none;
}

#cd-table.table-end::before {
  display: none;
}

#cd-table .cd-table-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#cd-table .cd-table-wrapper {
  width: 870px;
  padding-left: 120px;
}

#cd-table .cd-table-column {
  width: 150px;
  float: left;
  border: 1px solid #009FE3;
  margin-left: -1px;
}

#cd-table .cd-table-column:last-child {
  border-right: none;
}

#cd-table ul > li {
  position: relative;
  text-align: center;
  padding: 0 1em;
  border-bottom: 2px solid #009FE3;
  height: 42px;
  line-height: 42px;
  /*background-color: #BFE4F7;*/
  
}

#cd-table h2 {
  position: relative;
  text-align: center;
  padding: 2px 1em;
  border-bottom: 2px solid #009FE3;
  height: 45px;
  line-height: 20px;
  background-color: #FFF;
  margin: 0px;
}

#cd-table h2 {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: bold;
  color: #606272;
}

#row6 ul > li {
  color: #787a8d;
  list-style: none;
}

#cd-table ul > li:nth-child(odd) {
  /*background-color: #f6f7fa;*/
}

#cd-table ul > li:last-child {
  border-bottom: none;
}

#cd-table .cd-unchecked span, #cd-table .cd-checked span {
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 32px 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  backface-visibility: hidden;
}

#cd-table .cd-unchecked span {
  background-position: -16px 0;
}

#cd-table .cd-select {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
}

@media (min-width: 300px) {
  #cd-table header.cd-table-column {
    position: absolute;
    width: 120px;
    /*height: 100%;*/
    left: 0;
    top: 0;
    z-index: 10;
    background: #009FE3;
    margin-left: 0;
    /*border-color: #6b758d;*/
    box-shadow: 2px 0 0 rgba(0, 0, 0, 0.1);
    pointer-events: none;
  }
}

#cd-table header.cd-table-column h2, #cd-table header.cd-table-column li {
  background-color: #fff;
  text-align: left;
  color: #000000;
  /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-bottom-color: #009FE3;
  border-bottom-width: 2px;
  font-weight: 600;
}

#cd-table header.cd-table-column h2 {
  color: #edeef1;
}

#cd-table header.cd-table-column li:nth-child(odd) {
  background-color: #ffffff;
}

#cd-table header.cd-table-column li:last-child {
  border-bottom: 1px solid #6b758d;
}

#cd-table .cd-scroll-right {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 6;
  -moz-animation: cd-scroll-right 1.5s infinite;
  animation: cd-scroll-right 1.5s infinite;
}

@media only screen and (min-width: 870px) {
  #cd-table {
    margin: 2em auto;
    border-right: none;
  }
}

@media only screen and (min-width: 870px) {
  #cd-table::before {
    display: none;
  }
}

@media only screen and (min-width: 870px) {
  #cd-table .cd-table-wrapper {
    width: 100%;
    padding-left: 16.6666666667%;
  }
}

@media only screen and (min-width: 870px) {
  #cd-table .cd-table-column {
    width: 20%;
    float: left;
    list-style: none;
  }
}

@media only screen and (min-width: 870px) {
  #cd-table .cd-table-column:last-child {
    /*border-right: 1px solid #e6e7f1;*/
  }
}

@media only screen and (min-width: 870px) {
  #cd-table header.cd-table-column {
    width: 16.6666666667%;
    float: left;
    background: #009FE3;
    box-shadow: none;
    pointer-events: auto;
  }
}

@media only screen and (min-width: 870px) {
  #cd-table .cd-scroll-right {
    display: none;
  }
}

@media only screen and (min-width: 1170px) {
  #cd-table {
    /*margin: 4em auto;*/
  }
}

@keyframes cd-scroll-right {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px);
  }
}

.cd-table-column.spalte2 {
  background-color: #D9EFFA;
  color: #009FE3;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #009FE3 !important;
}

.cd-table-column.spalte5 {
  background-color: #D9EFFA;
  color: #009FE3;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #009FE3 !important;
}

.caption-badge {
  font-family: Arial,Helvetica,sans-serif;
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
}

.caption-badge, .rating-container .caption .label {
  line-height: 1;
  text-align: center;
  border-radius: .25rem;
}

