.full-width, html,
body {
  width: 100%; }
.full-height, html,
body {
  height: 100%; }

.position--absolute {
  position: absolute; }
.position--fixed {
  position: fixed; }
.position--relative, .container, .vertical-align-center {
  position: relative; }

.pseudo {
  display: block;
  content: ''; }

.float--left {
  float: left; }
.float--right {
  float: right; }

.v-align--middle {
  top: 50%;
  transform: translateY(-50%); }

.h-align--center {
  left: 50%;
  transform: translateX(-50%); }

.text-align--left {
  text-align: left; }
.text-align--center {
  text-align: center; }
.text-align--right {
  text-align: right; }

.text-transform--uppercase {
  text-transform: uppercase; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.vertical-align-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

html {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

body > .fluid-container {
  overflow-x: hidden; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html {
    -webkit-font-smoothing: antialiased; } }
.dd-ve-container > .row + .row > [class^="col-"] > :first-child {
  margin-top: 0px !important; }

body {
  color: #000;
  font-family: "Good", sans-serif;
  font-size: 16px;

  font-weight: 300; }

a {
  line-height: 22px;
  font-weight: 400;
  color: #141a1f !important;
    }
  a, a:active, a:hover, a:link, a:visited {
    text-decoration: underline;
    text-transform: none;
    outline: none;
    color: #141a1f;}

.post a {
 text-decoration: underline !important;
    color: #141a1f;}

.page a {
 text-decoration: underline !important;
    color: #141a1f;}




h1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600; }

h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 28px; }

h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600; }

p:not(:last-child) {
  margin-bottom: 0; }

b, strong {
  font-weight: 600; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.lb-menu--category ul {
  text-align: center;
  margin: 0 auto 25px !important; }
.lb-menu--category li {
  display: inline-block;
  padding: 0 10px; }
  .lb-menu--category li a {
    font-weight: 600;
    font-size: 16px;
    color: #141a1f;   }
    .lb-menu--category li a:hover {
      text-decoration: underline; }

h2.lb--headline {
  font-size: 30px;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0 15px;
  padding: 0; }

.lb--subline {
  font-size: 21px;
  width: 100%;
  text-transform: none;
  text-align: center;
  margin: 0 0 25px 0;
  padding: 0;
  font-weight: 600; }

.archive.tag h2.lb--headline {
  margin-bottom: 5px; }

a.button {
  background-color: #fff23c;
  color: #313131;
  border-radius: 0 !important;
  text-decoration: underline;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  overflow-wrap: break-word; }

@media screen and (max-width: 991px){
.archive.tag a.button {
  float: none!important;
margin-bottom: 20px; }
}

.kmt-checkout-steps + .kmt-viewport, .kmt-viewport > * + *,
.dd-ve-container > .row + .row > [class^="col-"] > * {
  margin-top: 0px; }

.breadcrumbs {
  padding-top: 15px; }
  .breadcrumbs li {
    display: inline-block;

    font-size: 14px; }
    .breadcrumbs li a {
      font-size: 14px;
      text-decoration: none;
      }
      .breadcrumbs li a:hover {
    text-decoration: underline;
}
    .breadcrumbs li strong {
      font-weight: 400; }
    .breadcrumbs li.separator {
      padding: 0 5px; }

.lb-postteaser3__item > a {
         text-decoration: none;
    }

.lb-postteaser3__img {
  background-size: cover;
  width: 100%;
  padding-top: 66%;
  position: relative; }
.lb-postteaser3__cat {
  background-color: #1D262D;
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 15px; }
.lb-postteaser3__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: .8px; }
.lb-postteaser3__content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 25px;
  margin-left: 15px;
  margin-top: -25px; }
.lb-postteaser3__excerpt {
  padding: 15px 0;
  font-size: 14px; }
  .lb-postteaser3__excerpt > p {
    font-size: 14px; }


  .lb-postteaser3__excerpt--link {
    font-weight: 600;
    text-decoration: underline;}
.lb-postteaser3__wrapper {
  padding: 50px 0; }
  .lb-postteaser3__item>a {
    text-decoration: none !important;
}

.lb-postteaser-all__img {
  background-color: #fff23c;
  background-size: cover;
  background-position: center;
  height: 160px;
  position: relative; }
.lb-postteaser-all__cat {
  background-color: #1D262D;
  position: absolute;
  left: 15px;
  top: 15px;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 15px; }
.lb-postteaser-all__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: .8px; }
.lb-postteaser-all__content {
  background-color: #fff;
  padding: 10px 25px; }
.lb-postteaser-all__excerpt {
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px; }
  .lb-postteaser-all__excerpt > p {
    font-size: 14px; }
 .lb-postteaser-all__item a {
    text-decoration:none!important;
 }

.lb-postteaser-all__wrapper {
  display: none; }
.lb-postteaser-all__row {
  padding-bottom: 15px; }

.paginationjs-pages {
  padding: 30px; }

.paginationjs-pages a {
  text-decoration:none }

  .paginationjs-pages ul {
    text-align: center; }
    .paginationjs-pages ul li {
      display: inline-block;
      color: #8E9296;
      padding: 3px 12px;
      margin: 5px 0px; }
      .paginationjs-pages ul li.active {
        color: #1D262D;
        border-bottom: 2px solid #1D262D; }

.lb-slider {
  margin-top: 0 !important; }
    .lb-slider a {
    color: #141a1f;   }
  .lb-slider--img {
    height: 65vh;
    width: 100%;
    background-position: center;
    background-size: cover; }
    .lb-slider--img-wrapper {
      background-color: #F2F2F3; }
      .lb-slider--img-wrapper > a {
        display: inherit; }
  .lb-slider--content {
    margin: auto;
    padding: 30px 0; }
    .lb-slider--content .row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
    .lb-slider--content .row > [class*='col-'] {
      display: flex;
      flex-direction: column; }
    @media screen and (max-width: 767px) {
      .lb-slider--content {
        text-align: center; } }
  .lb-slider--title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    text-transform: uppercase; }
  .lb-slider--buttonwrap {
    align-self: flex-end; }
    @media screen and (max-width: 767px) {
      .lb-slider--buttonwrap {
        display: block;
        margin: 20px auto 0; } }
  .lb-slider--more {
    display: inline-block;
    padding: 5px 35px;
    border: 1px solid #1D262D;
    font-weight: 600;
       text-decoration: none !important;
    }



@media screen and (min-width: 1024px) {
  .lb-slider--img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 1440px; } }
.slick-dots li button::before {
  width: 25px;
  height: 2px;
  content: '';
  opacity: 1;
  background-color: #F2F2F3; }

.slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #1D262D; }

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0px 7px; }

.slick-dots li button {
  width: 25px;
  height: auto;
  padding: auto; }

.lb-single--header {
  padding-top: 40px;
  text-align: left; }
  .lb-single--header h1 {
    text-transform: none;
    font-size: 38px;
    padding: 20px 0 15px;
        line-height: 2.5rem; }
.lb-single--subline {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: .25px;
  margin-bottom: 10px;}
.lb-single--categories {
  padding: 10px 0 10px; }
  .lb-single--categories a {
    padding: 0 15px 0 0;
    text-decoration: underline !important;
    margin-bottom: 10px;}
.lb-single--topcat {
  background-color: #1D262D;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 15px; }
.lb-single--image {
  padding-top: 0px;
  text-align: center; }
  .lb-single--image > img {
    margin: 40px auto; }
.lb-single--date {
  font-size: 12px;
  padding: 15px 0;
  color: #8E9296; }
.lb-single--tags {
  padding: 30px 0 0;
}
.lb-single--tags span{
  font-weight: bold;
}

.lb-single--socials a {
  margin-right: 10px; }
.lb-single--author {
  padding: 30px 0; }
  .lb-single--author img {
    width: 100%; }
  .lb-single--author h3 {
    padding-top: 0 !important; }
.lb-single--body p {
  margin-bottom: 15px; }
.lb-single--body .wp-block-image {
  margin-left: 0;
  margin-right: 0; }
.lb-single--body h3 {
  text-transform: none;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  padding: 20px 0; }


.lb-single--vorteile {
       margin-top: -75px;
    background: white;
    padding-left: 10px;
}

.lb-single--imagetext {
        margin-top: -105px;
    background: white;
    padding: 10px 5px 0 10px;
    margin-left: 10px;
    margin-right: 10px;

}

@media screen and (min-width: 1024px) {
.lb-single--vorteile {
       margin-top: -100px;
    background: white;
    padding-left: 10px;
    margin-left: -10px;
}

.lb-single--imagetext {
        margin-right: 20px;
    margin-top: -95px;
    background: white;
    padding: 20px 20px 0 20px;
    margin-left: -20px;
    margin-right: -20px;
}

 }


.lb-single--vorteile > .wp-block-column {
  position: relative;
  margin-top: 20px;
}
  .lb-single--vorteile > .wp-block-column > p {
    text-transform: uppercase;
    padding-bottom: 10px; }
    .lb-single--vorteile > .wp-block-column > p:before {
      position: absolute;
      left: 0px;
      top: 0;
      content: "+";
      font-weight: 600;
      color: #1D262D;
      background-color: #fff23c;
      padding: 0px 5px 2px 6px;
      line-height: 20px;
      font-size: 28px; }
    .lb-single--vorteile > .wp-block-column > p strong {
      padding-left: 32px; }
  .lb-single--vorteile > .wp-block-column:last-of-type > p:before {
    content: "-";
    left: 0px; }
.lb-single--vorteile ul {
  list-style-type: disc;
  padding-left: 12px; }
  .lb-single--vorteile ul li {
    font-size: 15px;
    font-size: 0.9rem;
    line-height: 24px;
    line-height: 1.7rem;
    letter-spacing: .25px; }
.lb-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.lb-video-container iframe,
.lb-video-container object,
.lb-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lb-menu--category{
    margin-top: 0px !important;
}


.kmt-grid  {
    margin-top: 0px !important;
}

.kmt-grid  a{
     color: #141a1f !important;

}

.kmt-viewport>*+*{
     margin-top:0px !important;
     }

.post ol, .post ul {
    list-style-type: disc;
    padding-left: 1.3em;
    margin-left: 1.3em;
    margin-bottom: 1em;
}

.page ol, .page ul {
    list-style-type: disc;
    padding-left: 1.3em;
    margin-left: 1.3em;
    margin-bottom: 1em;
}

.kmt-footer ol, .kmt-footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}


.su-tabs-nav span {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;;
  }

.su-tabs-pane {
    color: inherit !important;
    font-size: inherit !important;
    }

.su-spoiler-title {
     font-weight: inherit !important;
     font-size: inherit !important;
     background: #eee;
}
.wp-block-button {
    margin: 5px;
}

.kmt-bikecheck-item-list ul {
    display: flex;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.kmt-bikecheck-item-legend ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .kmt-tablist-content-inner {
    display: block !important;
}
    }


#eckb-article-content-body a {
    color: #141a1f;
    text-decoration: underline;

}

.wp-block-button {
  padding-bottom: 15px; }



.kmt-header {
    z-index: 2000 !important;
    }

#asea-search-title {
text-transform: none;
    font-size: 38px!important;
    padding: 10px 0 15px!important;
    line-height: 2.5rem!important;
    font-weight: 700 !important;
    letter-spacing: 1px;
}




.kmt-footer a:not(.kmt-footer-seals-link) {
    color: #fff !important;
    text-decoration: none !important;
}

.kmt-footer-seals-link {
	text-decoration: none !important;
}

.kmt-footer-notes a {
     color: #141a1f !important;
    text-decoration: underline !important;
}



.epkb-article-navigation-article__title{
    padding-right: 0px !important;
}

.epkb-article-navigation__next__icon {
    display: none !important;
}

.epkb-article-navigation__previous__icon {
     display: none !important;
}

.epkb-article-navigation-article__title  {
    padding-left: 0px !important;
}


.epkb-cat-name a {
  text-decoration: none !important;
}

.paginationjs-pages a {
    text-decoration: none !important;
}

.eckb-kb-template ol, .eckb-kb-template li, .eckb-kb-template ul, .eckb-kb-template li {
  margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}

#epkb-main-page-container.epkb-categories-template .eckb-article-title i {
    /* font-size: 1em; */
    position: absolute;
    top: 2px;
    left: 0;
}

#epkb-main-page-container {
    font-size: 16px !important;
}

p.lead {
    margin-bottom: 20px;
}

#asea_search_form #asea_search_results ul li {
    list-style: none;
}

@media screen and (min-width: 1025px) {
.kmt-settingsnavigation-item a {
    color: #f2f2f3 !important;
    padding: 13px 0;
    text-decoration: none;
}}

@media screen and (min-width: 768px) {
#tag_link{
    float:right;
}}

@media screen and (max-width: 767px) {
#tag_link{
    float:none;
    margin-bottom: 20px;
}}

.ss360-related-content__title .ss360-related-content__link{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: .2px;
  color: #141a1f;
  margin-top: 0;
  font-weight: 700;
}

#ss360-related-content{
  border-top: 2px solid #1d262d;
  border-bottom: 2px solid #1d262d;
}

.ss360-related-content__image-link {
  position: relative;
  overflow: hidden;
}

.ss360-related-content__image {
  object-fit: contain;
  font-family: 'object-fit: contain;';
  left: -23%;
  top: auto;
  max-width: unset;
  width: 123%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  overflow: hidden;
}

.post.type-post #ss360-related-content{
  margin-bottom: 30px;
}

.post.type-post .ss360-related-content {
  padding: 0;
}

.ss360-related-content__content.ss360-related-content__content--grid.slick-slider  {
  display: block!important;
  padding-bottom: 20px;
}

.ss360-related-content__item {
  padding-right: 30px;
}

a.ss360-related-content__link {
  text-decoration: none!important;
}

