@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Varela+Round&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  color: #1c1c1c; }

header {
  display: grid;
  display: -ms-grid;
  background-color: #0B75B3;
  color: white;
  margin-bottom: 55px;
  grid-template-columns: 85px auto;
  padding: 15px; }
  @media (min-width: 760px) {
    header {
      grid-template-columns: 165px auto;
      padding: 0; } }
  @media (min-width: 1200px) {
    header {
      grid-template-columns: 165px auto 165px; } }
  header .logo-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .logo-container .logo {
      max-width: 85px;
      max-height: 85px;
      margin-right: 10px; }
      @media (min-width: 760px) {
        header .logo-container .logo {
          margin-right: 32px; } }
  header h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold; }

footer {
  background-color: #919191;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 25px 30px;
  margin-top: 107px; }
  footer .links a:first-of-type {
    margin-right: 10px; }
  footer .links a {
    color: white;
    text-decoration: underline; }
    footer .links a:hover {
      color: #ececec; }

.outro {
  margin: 0 165px; }

.intro {
  margin: 70px 15px 40px; }
  @media (min-width: 760px) {
    .intro {
      margin: 70px 100px 40px; } }
  @media (min-width: 1200px) {
    .intro {
      margin: 70px 165px 40px; } }
  .intro .filtering {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    width: 96%;
    padding: 0 2%;
    margin: 0 40px 0 0; }
    @media (min-width: 760px) {
      .intro .filtering {
        display: inline-block;
        width: auto;
        padding: 0; } }

.select-wrapper {
  position: relative;
  right: 0;
  display: inline-block;
  margin: 15px 0; }
  .select-wrapper .tisch-filter, .select-wrapper #tisch-sort {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 1em;
    outline: none;
    cursor: pointer; }
    .select-wrapper .tisch-filter::-ms-expand, .select-wrapper #tisch-sort::-ms-expand {
      display: none; }
    .select-wrapper .tisch-filter:focus::-ms-value, .select-wrapper #tisch-sort:focus::-ms-value {
      background-color: transparent; }
    .select-wrapper .tisch-filter option, .select-wrapper #tisch-sort option {
      color: #4b4b4b;
      padding: 0; }
  .select-wrapper > select {
    color: #1C1C1C;
    background-color: white;
    border: 1px solid #333333;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px 40px 15px 17px;
    min-width: 200px; }
  .select-wrapper:after {
    content: '';
    height: 10px;
    width: 17px;
    background-image: url("img/icons/pfeil.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    pointer-events: none; }

.content-wrapper {
  max-width: 800px;
  margin: 0 15px; }
  @media (min-width: 760px) {
    .content-wrapper {
      margin: 0 100px; } }
  @media (min-width: 1200px) {
    .content-wrapper {
      margin: 0 165px; } }
  .content-wrapper h2 {
    font-family: "Varela Round", sans-serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0; }
    @media (min-width: 760px) {
      .content-wrapper h2 {
        margin-bottom: 44px; } }
  .content-wrapper h3 {
    font-family: "Varela Round", sans-serif;
    font-size: 26px;
    line-height: 34px;
    font-weight: normal;
    margin: 18px 0; }
  .content-wrapper p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: .8em; }
  .content-wrapper.body-text > * {
    display: inline-block; }
  .content-wrapper a {
    color: #0B75B3;
    text-decoration: none;
    font-weight: bold; }
    .content-wrapper a:visited {
      color: #0B75B3; }
    .content-wrapper a:hover {
      text-decoration: underline; }

.container {
  font-size: 14px; }
  .container > .rowtitles {
    width: 165px;
    position: fixed;
    display: none;
    background-color: #fff;
    z-index: 1; }
    @media (min-width: 760px) {
      .container > .rowtitles {
        display: block; } }
    .container > .rowtitles div.row {
      min-width: auto;
      width: auto;
      display: flex;
      background-color: white; }
      .container > .rowtitles div.row > strong {
        vertical-align: middle; }

.scroll-container {
  float: left; }

.tischvergleich {
  margin-bottom: 175px; }

.tisch {
  width: auto;
  height: auto;
  min-height: 250px;
  position: relative;
  padding: 5px 5px 0.5em;
  margin: 4px 10px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  border: 1px solid #8d959b;
  line-height: 1; }
  @media (min-width: 540px) {
    .tisch {
      min-height: 300px; } }
  @media (min-width: 760px) {
    .tisch.blue {
      background-color: rgba(11, 117, 179, 0.07); }
      .tisch.blue .row:nth-of-type(3), .tisch.blue .row:nth-of-type(2n + 4) {
        background-color: #dee6eb; } }
  .tisch.yellow {
    top: 0; }
    @media (min-width: 760px) {
      .tisch.yellow {
        background-color: rgba(235, 156, 0, 0.07); }
        .tisch.yellow .row:nth-of-type(3), .tisch.yellow .row:nth-of-type(2n + 4) {
          background-color: #efe9de; } }
  .tisch.green {
    top: 0; }
    @media (min-width: 760px) {
      .tisch.green {
        background-color: rgba(49, 187, 58, 0.07); }
        .tisch.green .row:nth-of-type(3), .tisch.green .row:nth-of-type(2n + 4) {
          background-color: #e1ebe2; } }
  .tisch.red {
    top: 0; }
    @media (min-width: 760px) {
      .tisch.red {
        background-color: rgba(216, 17, 17, 0.07); }
        .tisch.red .row:nth-of-type(3), .tisch.red .row:nth-of-type(2n + 4) {
          background-color: #f4ecec; } }
  @media (min-width: 760px) {
    .tisch {
      width: auto;
      width: calc((100vw - 190px) / 3);
      height: auto;
      margin: 0;
      padding: 0;
      font-size: 14px;
      text-align: left;
      border: none;
      background-color: #f6f6f6; }
      .tisch .showMore {
        display: none; } }
  @media (min-width: 880px) {
    .tisch {
      width: auto;
      width: calc((100vw - 190px) / 4); } }
  @media (min-width: 1040px) {
    .tisch {
      width: auto;
      width: calc((100vw - 190px) / 5); } }
  @media (min-width: 1600px) {
    .tisch {
      width: auto;
      width: calc((100vw - 190px) / 6); } }
  @media (min-width: 1800px) {
    .tisch {
      width: auto;
      max-width: 280px; }
      .tisch.all {
        min-width: 280px; } }
  .tisch .row {
    display: none;
    padding: 4px 5px;
    text-align: left;
    float: left;
    width: 100%;
    box-sizing: border-box; }
    @media (min-width: 760px) {
      .tisch .row {
        display: block; } }
    @media (min-width: 760px) {
      .tisch .row {
        border-bottom: 1px solid #D5D5D5; } }
    .tisch .row.mobileOnly, .tisch .row.mobile {
      display: block;
      width: 50%; }
    .tisch .row.noMobile {
      display: none; }
    @media (min-width: 760px) {
      .tisch .row {
        float: none;
        width: auto;
        align-items: initial;
        max-width: 25vw;
        padding: 8px 7px;
        text-align: initial; }
        .tisch .row.mobileOnly {
          display: none !important; }
        .tisch .row.mobile {
          width: auto; }
        .tisch .row.noMobile {
          display: block; }
        .tisch .row:nth-of-type(3) {
          background-color: #efefef; }
        .tisch .row:nth-of-type(2n + 4) {
          background-color: #efefef; } }
    @media (min-width: 1200px) {
      .tisch .row {
        max-width: 100%;
        padding: 15px; } }
  .tisch .bild {
    height: 180px;
    border-bottom: none;
    padding: 0;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 540px) {
      .tisch .bild {
        height: 190px; } }
    @media (min-width: 760px) {
      .tisch .bild {
        height: calc((100vw - 190px) / 3); } }
    @media (min-width: 880px) {
      .tisch .bild {
        height: calc((100vw - 190px) / 4); } }
    @media (min-width: 1040px) {
      .tisch .bild {
        height: calc((100vw - 190px) / 5); } }
    @media (min-width: 1600px) {
      .tisch .bild {
        height: calc((100vw - 190px) / 6); } }
    @media (min-width: 1800px) {
      .tisch .bild {
        height: calc((100vw - 190px) / 9); } }
    @media (min-width: 760px) {
      .tisch .bild {
        margin: 15px; } }
    .tisch .bild .siegel {
      width: 40%;
      position: absolute;
      top: 0;
      right: 0; }
      @media (min-width: 540px) {
        .tisch .bild .siegel {
          width: 50%; } }
      @media (min-width: 760px) {
        .tisch .bild .siegel {
          width: 40%; } }
  .tisch .platte {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold; }
    @media (min-width: 760px) {
      .tisch .platte {
        height: 94px; } }
  .tisch .preis {
    height: 44px; }
    @media (min-width: 760px) {
      .tisch .preis {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .preis {
        height: 44px; } }
  .tisch > .testNote {
    text-align: center; }
    @media (min-width: 760px) {
      .tisch > .testNote {
        text-align: initial;
        height: 205px; } }
    @media (min-width: 1200px) {
      .tisch > .testNote {
        height: 240px; } }
    .tisch > .testNote.mobile {
      position: absolute;
      top: 180px; }
      @media (min-width: 760px) {
        .tisch > .testNote.mobile {
          position: relative;
          top: 0; } }
    .tisch > .testNote a {
      text-decoration: none; }
    .tisch > .testNote .blogName {
      color: #383838;
      display: block;
      padding: 5px 0;
      font-size: 12px;
      line-height: 14px; }
    .tisch > .testNote .note {
      text-transform: uppercase;
      font-weight: bold;
      display: block;
      justify-content: center;
      align-items: center;
      color: black;
      background-color: white;
      height: 100%;
      text-align: center;
      border: 3px solid #bcb7b2;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px;
      line-height: 20px; }
      .tisch > .testNote .note.yellow {
        border-color: #EB9C00; }
      .tisch > .testNote .note.red {
        border-color: #D81111; }
      .tisch > .testNote .note.blue {
        border-color: #0B75B3; }
      .tisch > .testNote .note.green {
        border-color: #31BB3A; }
      @media (min-width: 760px) {
        .tisch > .testNote .note {
          padding: 10px 6px;
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 1200px) {
        .tisch > .testNote .note {
          padding: 16px 13px;
          font-size: 20px;
          line-height: 24px; } }
      .tisch > .testNote .note > div {
        line-height: 1; }
      .tisch > .testNote .note .z1 {
        font-weight: bold;
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 1200px) {
          .tisch > .testNote .note .z1 {
            line-height: 27px; } }
        .tisch > .testNote .note .z1 b {
          font-size: 26px;
          line-height: 1.1em; }
          @media (min-width: 1200px) {
            .tisch > .testNote .note .z1 b {
              font-size: 36px;
              line-height: 1.5em; } }
      .tisch > .testNote .note .z3 {
        color: #383838;
        display: block;
        padding: 0 0 5px 0;
        font-size: 10px; }
      .tisch > .testNote .note .z4 {
        display: block;
        line-height: 35px;
        font-size: 35px;
        color: #3F3F3F;
        font-weight: bold; }
      .tisch > .testNote .note .z5 {
        display: block;
        line-height: 35px;
        font-size: 18px;
        color: #3F3F3F;
        font-weight: bold; }
      .tisch > .testNote .note .z6 {
        font-size: 10px;
        font-weight: bold; }
    .tisch > .testNote .testLabel, .tisch > .testNote .blogName, .tisch > .testNote .testProdutctType {
      display: none; }
      @media (min-width: 760px) {
        .tisch > .testNote .testLabel, .tisch > .testNote .blogName, .tisch > .testNote .testProdutctType {
          display: block; } }
  .tisch .hersteller {
    height: 26px; }
    @media (max-width: 760px) {
      .tisch .hersteller > * {
        display: inline-block; }
      .tisch .hersteller::before {
        content: "Hersteller:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .hersteller {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .hersteller {
        height: 46px; } }
    .tisch .hersteller a {
      text-decoration: none;
      color: black; }
      .tisch .hersteller a:hover {
        color: #5c4bff; }
  @media (max-width: 760px) {
    .tisch .design > * {
      display: inline-block; }
    .tisch .design::before {
      content: "Design:";
      display: inline-block;
      width: 40%;
      float: left; } }
  @media (min-width: 760px) {
    .tisch .design {
      height: 100px; } }
  .tisch .gewicht {
    height: 26px; }
    @media (max-width: 760px) {
      .tisch .gewicht > * {
        display: inline-block; }
      .tisch .gewicht::before {
        content: "Gewicht:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .gewicht {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .gewicht {
        height: 46px; } }
  .tisch .abmessungen {
    height: 46px; }
    @media (max-width: 760px) {
      .tisch .abmessungen > * {
        display: inline-block; }
      .tisch .abmessungen::before {
        content: "Abmessungen:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 540px) {
      .tisch .abmessungen {
        height: 60px; } }
  .tisch .material {
    height: 26px; }
    @media (max-width: 760px) {
      .tisch .material > * {
        display: inline-block; }
      .tisch .material::before {
        content: "Material:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .material {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .material {
        height: 46px; } }
  .tisch .plattendicke {
    height: 26px; }
    @media (max-width: 760px) {
      .tisch .plattendicke > * {
        display: inline-block; }
      .tisch .plattendicke::before {
        content: "Plattendicke:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .plattendicke {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .plattendicke {
        height: 46px; } }
  .tisch .netz {
    height: 26px; }
    @media (max-width: 760px) {
      .tisch .netz > * {
        display: inline-block; }
      .tisch .netz::before {
        content: "Netz:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .netz {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .netz {
        height: 46px; } }
  .tisch .raeder {
    height: 35px; }
    @media (max-width: 760px) {
      .tisch .raeder > * {
        display: inline-block; }
      .tisch .raeder::before {
        content: "Räder mit Bremsen:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .raeder {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .raeder {
        height: 55px; } }
  @media (max-width: 760px) {
    .tisch .halterung > * {
      display: inline-block; }
    .tisch .halterung::before {
      content: "Halterung:";
      display: inline-block;
      width: 40%;
      float: left; } }
  @media (min-width: 760px) {
    .tisch .halterung {
      height: 46px; } }
  @media (max-width: 760px) {
    .tisch .besonderheiten > * {
      display: inline-block; }
    .tisch .besonderheiten::before {
      content: "Besonderheiten:";
      display: inline-block;
      width: 40%;
      float: left; } }
  @media (min-width: 760px) {
    .tisch .besonderheiten {
      height: 105px; } }
  @media (min-width: 760px) {
    .tisch .vornachteile {
      height: 270px; } }
  @media (min-width: 1200px) {
    .tisch .vornachteile {
      height: 255px; } }
  .tisch .vornachteile > div {
    text-align: left; }
  .tisch .vornachteile ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .tisch .vornachteile ul li {
      line-height: 1; }
      .tisch .vornachteile ul li img {
        vertical-align: middle; }
      .tisch .vornachteile ul li .cont {
        vertical-align: middle;
        line-height: 1; }
        @media (min-width: 1200px) {
          .tisch .vornachteile ul li .cont {
            margin-left: 4px; } }
      .tisch .vornachteile ul li:not(:last-of-type) {
        margin-bottom: 5px; }
  .tisch .vornachteile.mobile {
    font-size: 0.8em;
    margin-bottom: 15px; }
    @media (min-width: 760px) {
      .tisch .vornachteile.mobile {
        margin-bottom: 0; } }
  .tisch .preisleistung {
    height: 40px; }
    @media (min-width: 760px) {
      .tisch .preisleistung {
        height: 35px; } }
    @media (min-width: 1200px) {
      .tisch .preisleistung {
        height: 60px; } }
    @media (max-width: 760px) {
      .tisch .preisleistung::before {
        content: 'Preis/Leistung:';
        display: inline-block;
        float: left;
        width: 40%; } }
  .tisch .fazit {
    text-align: left; }
    @media (max-width: 760px) {
      .tisch .fazit > * {
        display: inline-block; }
      .tisch .fazit::before {
        content: "Fazit:";
        display: inline-block;
        width: 40%;
        float: left; } }
    @media (min-width: 760px) {
      .tisch .fazit {
        height: 170px; } }
    @media (min-width: 1200px) {
      .tisch .fazit {
        height: 155px; } }
  .tisch .zurPlatte {
    height: 60px; }
    @media (min-width: 760px) {
      .tisch .zurPlatte {
        height: 80px; } }
    @media (min-width: 1200px) {
      .tisch .zurPlatte {
        height: 70px; } }
    .tisch .zurPlatte a {
      text-decoration: none;
      padding: 0.6em 0.3em;
      display: block;
      text-align: center;
      border-radius: 8px;
      background-color: #0B75B3;
      color: white;
      font-weight: bold;
      font-size: 1.1em; }
      @media (min-width: 1200px) {
        .tisch .zurPlatte a {
          padding: 0.6em 1em; } }
    .tisch .zurPlatte:hover a {
      color: black; }

.showMore {
  float: left;
  width: 100%;
  font-size: 35px;
  cursor: pointer; }
  .showMore .fa-plus-circle {
    position: relative; }
  .showMore .fa-minus-circle {
    position: relative;
    display: none; }

@media (min-width: 760px) {
  .container {
    overflow-x: scroll; }
    .container #scroll-container {
      width: 5000px;
      width: intrinsic;
      width: max-content;
      width: -moz-max-content;
      margin-left: 165px; } }
.scroll {
  display: none;
  position: fixed;
  z-index: 5;
  top: 50%;
  cursor: pointer;
  font-size: 3em;
  opacity: 0.8; }
  @media (min-width: 760px) {
    .scroll {
      display: block; } }
  .scroll.right {
    right: 0; }
  .scroll.left {
    left: 160px; }

.fa-check {
  font-size: 1.5em;
  color: green; }

.fa-times {
  font-size: 1.7em;
  color: red; }

.fa-plus-square {
  color: green; }

.fa-minus-square {
  color: red; }

.fas.fa-star {
  color: #fd8d02; }

.far.fa-star {
  color: #fd8d02; }

.fas.fa-star-half-alt {
  color: #fd8d02; }

.half {
  display: inline-block;
  max-width: 50%;
  box-sizing: border-box;
  vertical-align: top; }

img, iframe {
  max-width: 100%; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.icon {
  height: 15px;
  width: 15px; }
  @media (min-width: 760px) {
    .icon {
      height: 18px;
      width: 18px; } }
  @media (min-width: 1200px) {
    .icon {
      height: 20px;
      width: 20px; } }
  .icon.star {
    height: 30px;
    width: 30px; }
    @media (min-width: 760px) {
      .icon.star {
        height: 20px;
        width: 20px; } }
    @media (min-width: 1200px) {
      .icon.star {
        height: 30px;
        width: 30px; } }
  .icon.rad {
    height: 25px;
    width: 28px; }
    @media (min-width: 760px) {
      .icon.rad {
        height: 20px;
        width: 23px; } }
    @media (min-width: 1200px) {
      .icon.rad {
        height: 25px;
        width: 28px; } }

/*# sourceMappingURL=style.css.map */
