@charset "UTF-8";
.page #breadcrumbs {
  padding-left: 0;
  margin-left: 0; }

.home.page a {
  text-decoration: none !important; }
.home .kmt-grid a.home_hero_right_btn {
  color: #fff !important; }
.home h1 {
  padding: 30px 0 55px;
  font-size: 50px;
  line-height: 40px; }
.home_hero {
  padding-bottom: 50px !important; }
.home .lb-postteaser3__wrapper {
  display: none; }
.archive.tag  .lb-postteaser3__wrapper{
  display: none;
}

.ub_table-of-contents {
  background-color: #fff!important;
  border-width: 1px 0!important;
  border-color: #1D262D!important;
}
.ub_table-of-contents ul{
  list-style-type: none;
}
.ub_table-of-contents ul li:before{
  content: ">" !important;
  font-weight: 600;
  margin-right: 5px;
}
.ub_table-of-contents-container>ul{
  margin-left: 0!important;
}
.ub_table-of-contents a{
  font-weight: 600;
  padding: 5px 0;
  text-decoration: none!important;
}
.ub_table-of-contents-title{
  font-weight: 600;
}
.padding_both{
  padding:30px 0 60px;
}
#tag_link {
  float: none!important;
}

.link-absolute-full, .home_hero_right_link, .home_hero_left_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }

.home_hero_right {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #1D262D; }
  .home_hero_right:before {
    content: "";
    display: block;
    padding-top: calc(50% - 10px); }
  .home_hero_right_img {
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0%;
    background-size: cover;
    background-position: center; }
  .home_hero_right_title {
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 20%;
    top: 0;
    right: 0;
    padding: 25px 30px; }
  .home_hero_right_btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 80%;
    right: 0;
    padding: 25px 30px;
    color: #fff !important;
    font-weight: 600; }
  .home_hero_right--first {
    margin-bottom: 20px; }

.home_hero_left {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff23c; }
  .home_hero_left:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .home_hero_left_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 35%;
    background-size: cover;
    background-position: center; }
  .home_hero_left_btn {
    position: absolute;
    left: 7%;
    bottom: 5%;
    display: block;
    padding: 15px 40px;
    text-decoration: none !important;
    color: #141a1f;
    background-color: #fff;
    border: 2px solid #141a1f;
    font-weight: bold; }
  .home_hero_left_title {
    background-color: #fff;
    color: #141a1f;
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    left: 8%;
    bottom: 26%;
    width: 84%;
    padding: 20px 30px; }
    .home_hero_left_title:after {
      bottom: -30px;
      right: 20%;
      width: 0;
      display: block;
      content: "";
      position: absolute;
      border-width: 30px 50px 0 0;
      border-style: solid;
      border-color: #fff transparent; }
  .home_hero_left_cat {
    background-color: #1D262D;
    position: absolute;
    left: 0px;
    top: 5%;
    display: inline-block;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: .8px;
    line-height: 15px;
    font-size: 22px; }

.category_slider_image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .category_slider_image:before {
    content: "";
    display: block;
    padding-top: calc(100%); }
.category_slider_title {
  color: #141a1f;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0; }
.category_slider .slick-slide {
  margin: 0 15px; }
.category_slider .slick-list {
  margin: 0 -15px; }

.lb-postteaser3__cat {
  left: 0; }

.lb-postteaser3__excerpt--link {
  font-weight: 600;
  text-decoration: none; }

.lb-postteaser3__title {
  text-transform: uppercase; }

#prio3_teaser {
  padding: 90px 0; }
  #prio3_teaser .lb-postteaser3__content {
    background-color: #fff23c;
    margin-top: -20%;
    margin-left: 30px;
    z-index: 1; }
  #prio3_teaser .lb-postteaser3__title {
    font-size: 24px;
    line-height: 24px; }

@media screen and (max-width: 767px) {
  .home_hero_right {
    margin-top: 30px; }

  .home_hero_right_img {
    position: relative;
    width: 100%;
    height: 300px; }

  .home_hero_right_title {
    position: relative;
    left: 0; }

  .home_hero_right::before {
    padding-top: 0; }

  .home_hero_right_btn {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto; }

  #prio3_teaser .lb-postteaser3__item:first-of-type {
    margin-bottom: 30px; }

  .slick-next {
    right: 15px; }

  .slick-prev {
    left: 15px;
    z-index: 1; }

  .home_hero_left_img {
    position: relative;
    width: 100%;
    height: 300px; }

  .home_hero_left_title {
    position: relative;
    top: -30px; }

  .home_hero_left::before {
    padding-top: 0; }

  .home_hero_left_btn {
    position: relative;
    width: 75%;
    margin: 15px 0 32px 5%; }

  .home_hero_left_cat {
    font-size: 12px;
    padding: 5px 10px;
    top: 15px; } }
.lb-single--author {
  position: relative;
  min-height: 400px;
  background-color: #fff23c;
  margin-top: 25px;
  margin-bottom: 100px; }
  .lb-single--author .author-img {
    position: absolute;
    top: 50%;
    left: -10%;
    width: 30%;
    transform: translateY(-50%); }
  .lb-single--author .author-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30%;
    width: 60%; }

@media screen and (max-width: 767px) {
  .lb-single--author {
    position: relative;
    min-height: 0;
    background-color: #fff23c;
    margin-top: 90px;
    margin-bottom: 30px; }
    .lb-single--author .author-img {
      position: relative;
      top: auto;
      left: 10px;
      width: 40%;
      transform: none;
      margin-top: -100px;
      margin-bottom: 30px; }
    .lb-single--author .author-text {
      position: relative;
      top: 0;
      transform: none;
      left: 10px;
      width: 80%; } }
.category #prio3_teaser {
  padding-top: 50px; }

.category h1 {
  margin-top: 30px; }

.page-template-custom-cms-page .lb-postteaser3__item a {
  width: 100%; }

.template_tests .lb-single--topcat {
  margin-bottom: 30px; }
.template_tests .lb-single--subheadline {
  font-weight: 600;
  font-size: 20px; }
.template_tests .lb-single--headline {
  padding-top: 10px; }
.template_tests .lb-single--intro {
  padding-top: 15px; }
.template_tests .lb-single--image > img {
  margin: 0;
  width: 100%; }
.template_tests .lb-single--image-full {
  padding-top: 45px; }
.template_tests .lb-single--vorteile {
  position: relative;
  background-color: #fff23c;
  padding: 0; }
  .template_tests .lb-single--vorteile-headline {
    position: relative;
    background-color: #fff;
    padding: 15px 15px 35px 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
    width: 100px;
    margin-top: -30px;
    margin-left: 25px;
    vertical-align: top; }
    .template_tests .lb-single--vorteile-headline:after {
      content: '';
      width: 0;
      height: 0;
      -webkit-transform: rotate(360deg);
      border-style: solid;
      border-width: 30px 0 0 15px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      top: 50px;
      right: -15px; }
  .template_tests .lb-single--vorteile-left, .template_tests .lb-single--vorteile-right {
    width: 48%;
    display: inline-block;
    vertical-align: top; }
  .template_tests .lb-single--vorteile-items {
    width: calc(100% - 190px);
    display: inline-block;
    margin-left: 40px;
    vertical-align: top;
    padding: 40px 0; }
    .template_tests .lb-single--vorteile-items ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
    .template_tests .lb-single--vorteile-items li {
      padding-left: 20px;
      text-indent: -18px; }
      .template_tests .lb-single--vorteile-items li:before {
        padding-right: 10px;
        font-weight: 700; }
      .template_tests .lb-single--vorteile-items li.positive:before {
        content: "+"; }
      .template_tests .lb-single--vorteile-items li.negative:before {
        content: "–"; }
.template_tests .ce_button, .template_tests .ce_button--yellow, .template_tests .ce_button--outline, .template_tests .ce_button--text {
  border-radius: 0 !important;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 12px 30px;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 700;
  text-decoration: none; }
  .template_tests .ce_button--yellow {
    background-color: #fff23c;
    border: none; }
  .template_tests .ce_button--outline {
    background-color: #fff;
    border: 2px solid #141a1f;
    padding: 10px 28px; }
  .template_tests .ce_button--text {
    background-color: #fff;
    border: none;
    padding-left: 0; }
    .template_tests .ce_button--text:before {
      content: '>';
      padding-right: 10px; }
.template_tests .ce_row {
  padding: 15px 0 0; }
.template_tests .ce_rte p {
  margin: revert !important;
  line-height: 28px; }
.template_tests .ce_image, .template_tests .ce_image--full, .template_tests .ce_image--default, .template_tests .ce_image--small {
  width: 100%; }
  .template_tests .ce_image--full {
    margin: 0 0 48px; }
  .template_tests .ce_image--default {
    margin: 0 0 24px; }
  .template_tests .ce_image--small {
    margin: 0 0 24px; }
.template_tests .kmt-bikecheck {
  padding-bottom: 20px; }
.template_tests .ce_table table {
  width: 100%; }
.template_tests .ce_table thead {
  background-color: #141a1f;
  color: #fff; }
.template_tests .ce_table th, .template_tests .ce_table td {
  padding: 10px;
  text-align: center; }
.template_tests .ce_table tr:nth-child(even) {
  background-color: #f2f2f2; }
.template_tests .ce_textimage_right {
  background-color: #fff23c;
  padding: 40px;
  margin-top: 50px;
  margin-left: -10px; }
  .template_tests .ce_textimage_right h3 {
    text-transform: uppercase;
    margin-bottom: 15px; }
@media screen and (max-width: 1600px) {
  .template_tests .kmt-bikecheck > * {
    width: calc((100% - (32px * (12 - 1)))/ 12 * 6 + ((6 - 1) * (32px)) * .999); }
  .template_tests .kmt-bikecheck > :nth-child(n) + * {
    margin-left: 32px; }
  .template_tests .kmt-bikecheck > :nth-child(2n) + * {
    margin-left: 0; }
  .template_tests .kmt-bikecheck > :nth-child(n) ~ * {
    margin-top: 0; }
  .template_tests .kmt-bikecheck > :nth-child(2) ~ * {
    margin-top: 32px; } }
@media screen and (max-width: 768px) {
  .template_tests .lb-single--vorteile {
    margin-top: 0px; }
  .template_tests .lb-single--vorteile-left,
  .template_tests .lb-single--vorteile-right {
    width: 100%; }
  .template_tests .lb-single--vorteile-headline {
    margin-left: 10px; }
  .template_tests .lb-single--vorteile-items {
    width: calc(100% - 150px);
    margin-left: 20px; }
  .template_tests .ce_rte p {
    line-height: 25px;
    font-size: 15px; }
  .template_tests .ce_table {
    font-size: 15px; }
  .template_tests .kmt-bikecheck > * {
    width: calc((100% - (32px * (12 - 1)))/ 12 * 12 + ((12 - 1) * (32px)) * .999); }
  .template_tests .kmt-bikecheck > :nth-child(n) + * {
    margin-left: 32px; }
  .template_tests .kmt-bikecheck > :nth-child(1n) + * {
    margin-left: 0; }
  .template_tests .kmt-bikecheck > :nth-child(n) ~ * {
    margin-top: 0; }
  .template_tests .kmt-bikecheck > :nth-child(1) ~ * {
    margin-top: 32px; } }
