@charset "UTF-8";

/************************************************
Stylesheet: Main Stylesheet
*************************************************/
/*@media screen and (max-width: 39.9375em) {}*/
/*@media screen and (min-width: 40em) {}*/
/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {}*/
/*@media screen and (min-width: 64em) {}*/
/*@media screen and (min-width: 64em) and (max-width: 74.9375em) {}*/

/*content: '←';*/
/*content: '→';*/
/*content: '•';*/
/* ****************************************************************************** */
/* ************************************ TOC ************************************* */
/* ****************************************************************************** */
/*
1.
2.
3. Test  & Technik
4.

*/
/* ****************************************************************************** */
/* *********************************** /TOC ************************************* */
/* ****************************************************************************** */
/* */
/* */
/* */
/* */
body {
  background: #d8d6d6;
  font-family: UrbanGroteskRegular, sans-serif;
  color: #111;
  margin: 0;
}
.white-bg {
  max-width: 64.5rem;
  margin: 0 auto;
  background: #fff;
}

/* ***************************************************************************** */
/* ********************************  HEADER  *********************************** */
/* ***************************************************************************** */

a {
  font-family: UrbanGrotesSemibold, sans-serif;
  font-weight: 500;
  color: #ff0000;
}
a:hover {
  color: #333333;
  /*text-decoration: underline;*/
}

.bva-default article a, .bva-default article a:hover {
  text-decoration: underline;
}

li, th {
  font-family: UrbanGrotesSemibold, sans-serif;
  font-weight: 500;
  /*color: #111;*/
}

/*********************
NAVIGATION STYLES
*********************/
.b-menu {
  max-width: 67.5em;
  margin: 0 auto;
  height: 0;
  text-align: right;
}

.b-menu ul {
  list-style-type: none;
}
.b-menu ul li {
  display: inline;
}
.bg-logo {
  display: block;
  text-indent: -9999px;
  background: url(/wp-content/themes/bva/assets/images/RR_Wortmarke.svg);
}

@media screen and (max-width: 39.9375em) {
  .main-header {
    height: 84px;
    padding: 17px 20px 13px 4px;
  }
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    width: auto;
  }
  .bg-logo {
    margin-left: 4px;
    width: 160px;
    height: 54px;
    background-size: 160px 54px;
  }
  .b-menu > div {
    position: relative;
    right: 20px;
    top: 20px;
  }
}
@media screen and (min-width: 40em) {
  .main-header {
    height: 98px;
    /*height: 136px;*/
    display: flex;
    padding: 28px 0 18px 0;
    /*padding: 28px 0 12px 0;*/
  }
  .bg-logo {
    margin-left: 24px;
    width: 175px;
    height: 40px;
    margin-top: -6px;
    height: 50px;
    background-size: 175px 50px;
  }
  .top-bar-main-menu {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .top-bar-main-menu > div > ul li:last-child {
    padding-right: 0;
  }
  ul#menu-main-menu-1 li.elektrorad a {
    padding: .5rem;
    background: #00c7ff;
  }
  .b-menu > div {
    position: relative;
    right: 24px;
    top: 20px;
  }
}

.main-header, .top-bar, .top-bar ul {
  background-color: #ff0000;
}
.top-bar {padding: 0;}
.top-bar .title-area {
  z-index: 1; }
.off-canvas-list ul {
  margin-left: 0; }
.off-canvas-list ul li a {
  border-bottom: 0px; }
.off-canvas-list ul .dropdown {
  margin-left: 20px; }
ul.menu {
  list-style-type: none;
}
ul.menu li {
  display: inline;
  padding-right: 1.75rem;
}
ul.menu li a {
  font-family: MarkW01, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.menu .active>a {
  background: none;
}
ul#menu-main-menu {
  margin: 0;
  padding-left: 0;
}
ul#menu-main-menu li:first-child {
  /*padding-left: 0;*/
}

ul#menu-main-menu li > a {
  padding: .7rem 1rem 0 0;
}
#top-bar-menu > div.top-bar-right.float-right.m-menu {
  text-align: right;
}

#top-bar-menu > div.top-bar-right.float-right.m-menu > ul > li:nth-child(1) {
  /*padding-right: 0 !important;*/
}
.js-off-canvas-overlay {
  /*transition: opacity .5s ease, visibility .5s ease;*/
  background: hsla(100, 0%, 0%, .5);
}

ul#menu-main-menu-1 li a {
  padding:0;

}

.top-bar-main-menu ul li.current-menu-parent a,
.top-bar-main-menu li.active a {
  font-weight: bold;
}

@media screen and (max-width: 39.9375em) {
  #main-article-body table {
    display: inline-block;
    overflow-x: auto;
  }
}

@media screen and (min-width: 40em) {
  #main-article-body table {
    max-width: 70%;
  }
}

#main-article-body table {
  /*max-width: 70%;*/
  padding: 0 24px;
  margin-top: 48px;
  margin-bottom: 48px;
}
#main-article-body table th {
  text-align: left;
}
#main-article-body table td {
  text-align: left;
}
.menu-icon-hotkey {
  position: fixed;
  cursor: pointer;
  display: block;
  background: url('/wp-content/themes/bva/assets/images/rr-hotkey.svg');
  z-index: 1000;
  -webkit-filter: drop-shadow( 0 0 3px rgba(0,0,0,.5));
  filter: drop-shadow( 0 0 3px rgba(0,0,0,.5) );
}
.menu-icon-hotkey:hover {
  -webkit-filter: drop-shadow( 0 0 3px rgba(0,0,0,.5));
  filter: drop-shadow( 0 2px 3px rgba(0,0,0,.5) );
}
@media screen and (max-width: 39.9375em) {
  .menu-icon-hotkey {
    width: 100px;
    height: 82px;
    background-size: 100px 72px;
    bottom: 1rem;
    background-repeat: no-repeat;
  }
  .menu-icon-hotkey {
    right: calc(100% - 97%);
  }
}
@media screen and (min-width: 40em) {
  .menu-icon-hotkey {
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
    bottom: 30px;
  }
}
/*@media screen and (min-width: 40em) and (max-width: 63.9375em) {*/
@media screen and (min-width: 40em) {
  .menu-icon-hotkey {
    margin-left: 80%;
  }
}
@media screen and (min-width: 64em) {
  .menu-icon-hotkey {
    margin-left: 886px;
  }
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }
/* ***************************************************************************** */
/* ********************************  HEADER  *********************************** */
/* ***************************************************************************** */

@media screen and (max-width: 39.9375em) {
  .p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 40em) {
  .p-24 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-24-l {
    padding-left: 1.5rem !important;
  }
  .p-24-r {
    padding-right: 1.5rem !important;
  }
  .p-24-t {
    padding-top: 1.5rem !important;
  }
  .p-24-b {
    padding-bottom: 1.5rem !important;
  }
  .p-24-around {
    padding: 1.5rem !important;
  }
  .p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.top-logo {
  /*padding-top: .375rem;*/
  /*padding-bottom: .875rem;*/
}

@media screen and (max-width: 39.9375em) {
  .top-logo a img {
    width: 100px;
  }
}
@media screen and (min-width: 40em) {
  .top-logo a img {
    width: 170px;
  }
}

.dark-overlay {
  background: rgba(195,195,195,1);
  mix-blend-mode: multiply;
  width: 100%;
}
.light-overlay {
  background: rgba(216,214,214,1);
  mix-blend-mode: multiply;
  width: 100%;
}


/* Small only */
@media screen and (max-width: 39.9375em) {
  .orbit-image {
    height: 545px;
    width: 100%;
  }
  .orbit-caption {
    background-color: rgba(255,255,255, 0);
    color: #fff;
  }
  .home-hero-headline a {
    color: #fff;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 32px;
    line-height: 38px;
    text-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
  }
  .orbit-bullets {
    top: -40px;
    left: -160px;
  }
  .orbit-bullets button {
    background-color: #fff;
  }
}

/* Medium and up */
@media screen and (min-width: 40em) {
  .home .orbit {
    height: 600px;
  }
  .orbit-image {
    width: 100%;
    min-height: 400px;
  }
  .orbit-bullets {
    top: 100px;
  }
  .orbit-container {
    position: relative;
    overflow: visible;
  }
  .orbit-caption {
    position: absolute;
    top: 400px;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    color: #111;
    background-color: rgba(255,255,255, 1);
  }
  .home-hero-headline a {
    color: #111;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 30px;
    line-height: 36px;
  }
}


/* */
.home-hero-headline {
  height: 36px;
  margin: 0 0 5rem;
}

@media screen and (max-width: 39.9375em) {
  img.teaser-50-50-image {
    width: 100%;
  }
  .teaser-50-50-header {
    line-height: 25px;
    margin: 20px 20px 0 20px;
  }

  .teaser-50-50-header a {
    color: #111;
    font-size: 22px;
    line-height: 25px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-style: normal;
  }

  .teaser-50-50-excerpt {
    min-height: 72px;
    margin: 12px 24px 20px 20px;
  }
  .teaser-50-50-excerpt a {
    color: #111;
    font-family: 'UrbanGroteskRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .teaser-50-50-category {
    height: 20px;
    margin: 20px 0 50px 20px;
  }
  .teaser-50-50-category a {
    color: #111;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .teaser-50-50-category a img {
      width: 32px;
      display: none;
      margin-right: .5rem;
  }
}

@media screen and (min-width: 40em) {
  .teaser-50-50 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .teaser-50-50 img {
    mix-blend-mode: multiply;
    /*z-index: -1;*/
    position: relative;
  }
  .teaser-50-50-content-wrapper {
    max-height: 230px;
    padding: 28px 0 0 0;
  }
  .teaser-50-50-header {
    min-height: 72px;
    max-height: 72px;
  }
  .teaser-50-50-header a {
    color: #111;
    font-size: 30px;
    line-height: 36px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-style: normal;
  }
  .teaser-50-50-excerpt {
    height: 85px;
    margin-top: 20px;
  }
  .teaser-50-50-excerpt a {
    color: #111;
    font-family: 'UrbanGroteskRegular', sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .teaser-50-50-category {
  }
  .teaser-50-50-category a {
    color: #111;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .teaser-50-50-category a img {
    height: 40px;
      display: none;
    padding-right: 16px;
    z-index: 1;
  }
}

@media screen and (max-width: 39.9375em) {
  .overlay-teaser-50-50 {
  }

  .overlay-teaser-50-50-content-wrapper {
    padding: 24px;
  }

  .overlay-teaser-50-50-wrapper {
    background-color: #e8e8e8;
  }

  .overlay-teaser-50-50-wrapper > a > img {
    display: block;
    width: 100%;
    /*height: 480px;*/
    object-fit: cover;
  }

  .overlay-teaser-50-50-category img {
    width: 32px;
    padding-right: .5rem;
    height: auto;
  }
  .overlay-teaser-50-50-content-wrapper {
    color: #ff0000;
  }
  .overlay-teaser-50-50-header {
  }

  .overlay-teaser-50-50-header a {
    line-height: 32px;
    color: #ff0000;
    font-size: 24px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-weight: bold;
    font-style: normal;
  }

  .overlay-teaser-50-50-excerpt {
    margin-top: 20px;
    height: 74px;
    overflow: hidden;
  }
  .overlay-teaser-50-50-excerpt a {
    color: #ff0000;
    font-family: UrbanGroteskRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .overlay-teaser-50-50-category {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .overlay-teaser-50-50-category a {
    color: #ff0000;
    height: 20px;
    width: 154px;
    font-size: 12px;
    font-family: "MarkW01", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .overlay-teaser-50-50-rating {
    color: #ff0000;
    font-size: 30px;
    margin-top: -6px;
  }
}

/* ***************************************************************************** */
/* **************************  /overlay-quote-50-50  *************************** */
/* ***************************************************************************** */
@media screen and (max-width: 39.9375em) {
  .overlay-quote-50-50-wrapper {
    background-color: #e8e8e8;
    /*margin: 3rem 0;*/
  }
  .overlay-quote-50-50-title {
    color: #ff0000;
    font-family: "MarkW01", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 24px 24px 0 24px;
  }
  .overlay-quote-50-50-content-wrapper {
    padding: 0 24px 24px 24px;
  }
  .overlay-quote-50-50-title a {
    color: #ff0000;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .overlay-quote-50-50-content a:hover {
    color: #ff0000;
  }
  .overlay-quote-50-50-content a {
    display: block;
    font-family: 'GT Walsheim Pro', sans-serif;
  }

  .overlay-quote-50-50-content {
    color: #ff0000;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 20px 6px 20px 6px;
  }

  .overlay-quote-50-50-image {
    margin-top: 24px;
  }

  .overlay-quote-50-50-image img {
    max-width: 130px;
  }

  .overlay-quote-50-50-category a {
    color: #ff0000;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
  }
}

.light-overlay img {
  width: 100%;
}
/* ***************************************************************************** */
/* **************************  /overlay-quote-50-50  *************************** */
/* ***************************************************************************** */
@media screen and (min-width: 40em) {
  .overlay-teaser-50-50 {
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .overlay-teaser-50-50-content-wrapper {
    padding: 24px;
  }
  .overlay-teaser-50-50-wrapper {
    background-color: #e8e8e8;
    height: 480px;
  }
  .overlay-teaser-50-50-content-wrapper {
    color: #ff0000;
  }
  .overlay-teaser-50-50-header {
  }
  .overlay-teaser-50-50-header a {
    line-height: 36px;
    color: #ff0000;
    font-size: 30px;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-weight: bold;
  }
  .overlay-teaser-50-50-excerpt {
    margin-top: 20px;
    height: 72px;
  }
  .overlay-teaser-50-50-excerpt a {
    color: #ff0000;
    font-family: UrbanGroteskRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .overlay-teaser-50-50-category {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .overlay-teaser-50-50-category a {
    color: #ff0000;
    height: 20px;
    width: 154px;
    font-size: 12px;
    font-family: "MarkW01", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .overlay-teaser-50-50-category a img {
    height: 40px;
    padding-right: 16px;
  }
  .overlay-teaser-50-50-rating {
    color: #ff0000;
    font-size: 30px;
    margin-top: -6px;
  }

  /* QUOTE */
  .overlay-quote-50-50-wrapper {
    background-color: #e8e8e8;
    height: 480px;
  }
  .overlay-quote-50-50-title {
    color: #ff0000;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
  }
  .overlay-quote-50-50-content-wrapper {
    padding: 0 24px 24px 24px;
    height: 412px;
  }
  .overlay-quote-50-50-title {
    padding: 24px 24px 0 24px;
  }
  .overlay-quote-50-50-title a {
    color: #ff0000;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .overlay-quote-50-50-content{
    color: #ff0000;
    font-family: 'GT Walsheim Pro', sans-serif;
    font-size: 30px;
    line-height: 36px;
    height: 270px;
    padding: 20px 9px 20px 9px;
    font-weight: bold;
  }
  .overlay-quote-50-50-content a:hover {
    color: #ff0000;
  }
  .overlay-quote-50-50-content a {
    display: block;
    font-family: 'GT Walsheim Pro', sans-serif;
  }

  .overlay-quote-50-50-image {
    margin-top: 24px;
  }
  .overlay-quote-50-50-image img {
    max-height: 100px;
    margin: 0 auto;
  }
  .overlay-quote-50-50-image a {
    display: block;
  }

  .overlay-quote-50-50-category {
    padding-bottom: 24px;
  }
  .overlay-quote-50-50-category a {
    color: #ff0000;
    font-family: "MarkW01", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
  }
  /* /QUOTE */
}
/* ***************************************************************************** */
/* **************************  /overlay-quote-50-50  *************************** */
/* ***************************************************************************** */


/* ***************************************************************************** */
/* ****************************  overlay-teaser-100  *************************** */
/* ***************************************************************************** */
@media screen and (min-width: 40em) {
}

@media screen and (max-width: 39.9375em) {
  .overlay-teaser-100-wrapper {
    margin-top: 2rem;
    position: relative;
    margin-bottom: 2rem;
  }
  .overlay-teaser-100-headline a {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-width: 40em) {
  .overlay-teaser-100-wrapper {
    margin-top: 6rem;
    position: relative;
  }
  .overlay-teaser-100-headline a {
    font-size: 42px;
    line-height: 54px;
  }
}
.overlay-teaser-100-content-wrapper {
  height: 100%;
}
.overlay-teaser-100-intro {
  position: absolute;
  padding: 24px 0 0 24px;
}
.overlay-teaser-100-intro a {
  text-transform: uppercase;
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
}
.overlay-teaser-100-headline {
  position: absolute;
  bottom: 100px;
  padding-left: 24px;
  display: block;
  max-width: 350px;
}
.overlay-teaser-100-headline a {
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  font-weight: bold;
}

.overlay-teaser-100-category {
  position: absolute;
  bottom: 24px;
  padding-left: 24px;
  display: block;
  width: 100%;
}
.overlay-teaser-100-category a {
  height: 15px;
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
.overlay-teaser-100-category a img {
  height: 40px;
  padding-right: 16px;
}

@media screen and (max-width: 39.9375em) {
  .overlay-teaser-100-image img {
    width: 100%;
  }
}
/* ***************************************************************************** */
/* ***************************  /overlay-teaser-100  *************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* *********************************  most read  ******************************* */
/* ***************************************************************************** */
@media screen and (max-width: 39.9375em) {
  .most-read-wrapper {
    /*margin-bottom: 0;*/
    /*height: 540px;*/
  }

  .most-read-item-wrapper {
    padding-left: 0;
    clear: both;
  }
  .most-read-into {
    padding-bottom: 2rem;
  }
  .most-read-wrapper ul {
    margin-left: 0;
  }

  .most-read-content {
    padding-left: 0;
  }
  .most-read-item-title a {
    font-size: 24px;
  }
  .most-read-item-category a {
    padding-left: 38px;
  }
}

@media screen and (min-width: 40em) {
  .newcategory {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 40em) {
  .most-read-wrapper {
    /*margin-bottom: 5rem;*/
    /*height: 520px;*/
  }
  .most-read-item-wrapper {
    padding-left: 7rem;
    clear: both;
  }
  .most-read-into {
    padding-bottom: 2rem;
  }
  .most-read-item-title a {
    font-size: 28px;
  }
  .most-read-content {
    padding-left: 1rem;
  }
  .most-read-item-category a {
    padding-left: 54px;
  }
}
.most-read-wrapper {
  background-color: #ff0000;
  padding: 24px;
  overflow: auto;
  margin-top: 1.5rem;
}
.most-read-into {
  text-transform: uppercase;
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.most-read-ranking {
  height: 80px;
  width: 36px;
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 28px;
  line-height: 38px;
  float: left;
}
.most-read-content {
  float: left;
  margin-bottom: 30px;
}
.most-read-item-category a {
  text-transform: uppercase;
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  /*padding-left: 54px;*/
}
.most-read-item-title a {
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  line-height: 38px;
}
/* ***************************************************************************** */
/* ******************************** / most read  ******************************* */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ******************************* 480 teaser box ****************************** */
/* ***************************************************************************** */
.teaser-480-wrapper, .teaser-480-wrapper-blue {
  position: relative;
}
.teaser-480-content-wrapper, .teaser-480-content-wrapper-blue {
  height: 480px;
}
.teaser-480-intro {
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 12px;
}
.teaser-480-image {
  height: 100%;
  width: 100%;
  mix-blend-mode: multiply;
  display: inline-block;
  background: rgba(195,195,195,1);
}
.teaser-480-image img {
  mix-blend-mode: multiply;
  display: block;
  width: 100vw;
  height: 480px;
  object-fit: cover;
}
.teaser-480-content-title a {
  font-family: "GT Walsheim Pro", sans-serif;
  color: #fff;
  letter-spacing: 1px;
}
.teaser-480-ad-title a {
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 30px;
  line-height: 36px;
}
.teaser-480-category a {
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}
.teaser-480-category a img {
    display: none;
  height: 40px;
  padding-right: 16px;
}
@media screen and (max-width: 39.9375em) {
  .teaser-480-intro {
    position: absolute;
    padding: 20px;
    top: 0;
  }
  .teaser-480-category {
    position: absolute;
    bottom: 0;
    padding: 20px;
  }
  .teaser-480-ad-title {
    position: absolute;
    top: 70px;
    left: 20px;
    max-width: 100%;
  }
  /*.teaser-480-content-title, .teaser-480-content-title-blue {*/
  .teaser-480-content-title {
    position: absolute;
    bottom: 100px;
    padding: 0 20px;
    max-width: 100%;
  }
  .teaser-480-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
  .teaser-480-content-title a, .teaser-480-content-title-blue {
    font-size: 32px;
    line-height: 38px;
  }
}

.teaser-480-wrapper-blue {
  background: #ff0000;
  height: 480px;
  /*width: 480px;*/
  padding: 24px;
}
.teaser-480-intro-blue {
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  line-height: 30px;
}

@media screen and (max-width: 39.9375em) {
  .teaser-480-content-title-blue {
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 40em) {
  .teaser-480-intro {
    position: absolute;
    padding: 24px;
    top: 0;
  }
  .teaser-480-ad-title {
    position: absolute;
    top: 70px;
    left: 24px;
    max-width: 432px;
  }
  .teaser-480-content-title {
    position: absolute;
    bottom: 100px;
    padding: 0 24px;
    max-width: 432px;
  }
  .teaser-480-content-title a {
    font-size: 42px;
    line-height: 54px;
  }
  .teaser-480-category {
    position: absolute;
    bottom: 0;
    padding: 24px;
  }
  .teaser-480-intro-blue {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 12px;
  }
  .teaser-480-content-title-blue {
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    color: #fff;
    padding-bottom: 24px;

  }
  .teaser-480-content-title-blue {
    /*width: 70%;*/
    padding-top: 1rem;
    font-size: 32px;
    line-height: 32px;
  }
}

.teaser-480-left, .teaser-480-right {
  width: 216px;
  float: left;
}

.teaser-50-50 > div { margin-bottom: 1.5rem;}
.teaser-50-50 > div:nth-last-child(-n+2) { margin-top: 1.5rem;}

.teaser-480-wrapper, .teaser-480-wrapper-blue {
  /*margin: 1.5rem 0;*/
}
.teaser-480-shop-link {
  text-align: center;
  margin-top: 24px;
}
.teaser-480-shop-link a {
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 30px;
  display: inline-block;
  width: 150px;
}
/*.overlay-quote-50-50-wrapper, .overlay-teaser-50-50-wrapper {margin-top: 1.5rem}*/


/* ***************************************************************************** */
/* ****************************** /480 teaser box ****************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ************************* teaser-100-grey-headline ************************** */
/* ***************************************************************************** */
.teaser-100-grey-headline {
  background-color: #e8e8e8;
  height: 100px;
}
.teaser-100-grey-headline a {
  height: 20px;
  text-transform: uppercase;
  color: #111;
  font-family: "MarkW01", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 100px;
  padding-left: 24px;
}
.teaser-100-grey-headline a img {
  height: 40px;
  padding-right: 16px;
}
.teaser-100-grey-intro {
  height: 16px;
  text-transform: uppercase;
  color: #111;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.teaser-100-grey-intro a {
  color: #111;
  height: 16px;
  text-transform: uppercase;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.teaser-100-grey-title {
  margin-top: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 39.9375em) {
  .teaser-100-grey-content-wrapper {
    padding: 20px 14px 100px 14px;
  }
  .teaser-100-grey-title a {
    font-family: "GT Walsheim Pro", sans-serif;
    font-weight: bold;
    color: #111;
    font-size: 24px;
    line-height: 32px;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .teaser-100-grey-content-wrapper {
    background-color: #e8e8e8;
    padding: 24px;
  }
  .teaser-100-grey-title a {
    height: 36px;
    width: 945px;
    color: #111;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 30px;
    line-height: 36px;
  }
  .teaser-100-grey-excerpt {
    margin-bottom: 1rem;
    width: 70%;
  }
  .teaser-100-grey-excerpt a {
    color: #111;
    font-family: UrbanGroteskRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}
/* ***************************************************************************** */
/* ************************* /teaser-100-grey-headline ************************* */
/* ***************************************************************************** */


/* ***************************************************************************** */
/* ***************************** default-100-teaser **************************** */
/* ***************************************************************************** */
.default-100-teaser-intro {
  height: 16px;
  text-transform: uppercase;
  color: #111;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}
.default-100-teaser-intro a {
  color: #111;
  height: 16px;
  text-transform: uppercase;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.default-100-teaser-title {
  margin-top: 12px;
  margin-bottom: 16px;
}
@media screen and (max-width: 39.9375em) {
  .default-100-teaser-content-wrapper {
    padding: 20px 14px 100px 14px;
  }
  img.default-100-teaser-image {
    width: 100%;
  }
  .default-100-teaser-title a {
    font-family: "GT Walsheim Pro", sans-serif;
    color: #111;
    font-size: 24px;
    line-height: 32px;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .default-100-teaser-title a {
    height: 36px;
    width: 945px;
    color: #111;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 30px;
    line-height: 36px;
  }
  .default-100-teaser-content-wrapper {
    padding-left: .75rem;
  }
  .default-100-teaser-excerpt {
  }
  .default-100-teaser-excerpt a {
    color: #111;
    display: block;
    font-family: UrbanGroteskRegular, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}
/* ***************************************************************************** */
/* **************************** /default-100-teaser **************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* *************************** product test slider  **************************** */
/* ***************************************************************************** */
.product-test-slider-wrapper {
  min-height: 364px;
  max-width: 64.5rem;
  background: #e8e8e8;
  margin: 4rem 0 0 0;
  padding-bottom: 24px;
}
@media screen and (max-width: 39.9375em) {
  .product-test-slider-wrapper {
    margin: .75rem 0 1.5rem 0;
  }
}



.product-test-slider-wrapper > .orbit {
  padding: 80px 0;
}
.something-semantic {
  display: table;
  width: 100%;
}
.something-else-semantic {
  display: table-cell;
  text-align: center;
}
.product-test-slider-heading {
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ff0000;
  padding: 24px 0 24px 24px;
  text-transform: uppercase;
}


.product-test-slider-product-headline {
  padding: 24px 0 20px 0;
  clear: both;
  text-align: center;
  width: 228px;
}
.product-test-slider-product-headline.full-width, .product-test-slider-product-title.full-width {
  width: 100%;
}
.product-test-slider-product-headline a {
  height: 20px;
  color: #ff0000;
  text-transform: uppercase;
  font-family: "MarkW01";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
.product-test-slider-product-title {
  text-align: center;
  width: 228px;
}
.product-test-slider-product-title a {
  color: #ff0000;
  font-family: "GT Walsheim Pro", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
}
/* ***************************************************************************** */
/* ************************** /product test slider  **************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ****************************** test table-layout **************************** */
/* ***************************************************************************** */

table tr td {
  vertical-align: top;
}
.testbutton {
  background-color: #333333;
  display: block;
  color: #ffffff;
  margin: 0px;
  padding: 2px 7px;
  font-size: 13px;
  text-decoration: none !important;
  text-align: center;
}
.testbutton:hover {
  background-color: #FF0602;
  color: #ffffff;
  text-decoration: none;
}
.green {
  background-color: #ccffcc;
}
/* ***************************************************************************** */
/* ****************************** test table-layout **************************** */
/* ***************************************************************************** */

/* ***************************************************************************** */
/* ******************************* PAGINATION  ********************************* */
/* ***************************************************************************** */

.pagination {
  background-color: #F4F4F4;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 39px 135px 40px 35px; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-family: "MarkW01" !important;
    margin-right: 1.75rem;
    border-radius: 0px;
    font-size: 1.15rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0px;
    color: #9B9B9B; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: none;
    color: #000;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #9B9B9B;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

/* ***************************************************************************** */
/* ****************************** /PAGINATION ********************************** */
/* ***************************************************************************** */


/* ***************************************************************************** */
/* ********************************* FOOTER ************************************ */
/* ***************************************************************************** */


.footer-wrapper {
  margin: 0 auto;
  max-width: 64.5em;
  background: #111;
}


.footer {
  min-height: 300px;
  margin-bottom: 10rem;
  max-width: 64.5rem;
}
.article-footer .tags li:before {
  content: '';
}
.article-footer .tags li {
  font-size: 1rem;
  line-height: 30px;
  padding: 0 0 30px 0;
}


.follow-us-footer {
  color: #9B9B9B;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 6rem;
}

.footer-bottom-links {
  text-align: center;
}
.footer-bottom-links-copyright {
  white-space: nowrap;
}
.footer-bottom-links ul {
  list-style-type: none;
}
.footer-bottom-links ul li {
  display: inline;
}
.footer-bottom-links ul li a {
  color: #9B9B9B;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
}

/* ******** */
/* MAGAZINE */
/* ******** */
.magazine {
  min-height: 700px;
  max-width: 64.5rem;
}
.magazine-header {
  text-transform: uppercase;
  padding:  40px 40px 40px 24px;
  color: #9B9B9B;
  font-family: "MarkW01", sans-serif;
  font-size: 18px;
  height: 100px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
}
.single-magazine-wrapper {
  margin-top: 84px;
  text-align: center;
}
.single-magazine-publish-date {
  padding: 36px 0 24px;
  height: 15px;
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  text-align: center;
}
.single-magazine-topics ul {
  list-style-type: none;
  margin-left: .5rem;
}
.single-magazine-topics ul li {
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding-left: -1rem;
}
.single-magazine-topics ul li:before {
  content: "\2192";
  margin-right: 1rem;
  float: left;
}
.magazine-wrapper a {
  display: block;
  font-family: MarkW01, sans-serif  ;
  color: #fff;
  line-height: inherit;
}

@media screen and (max-width: 39.9375em) {
  .single-magazine-topics {
    text-align:left;
    margin: 0 auto;
    width: 55%;
  }
  .single-magazine-topics ul {
    list-style:none;
  }
  .magazine-wrapper a {
    display: block;
    color: #fff;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  .magazine-wrapper {
    padding: 100px;
  }
}
/* ******** */
/* MAGAZINE */
/* ******** */

/* ***************************************************************************** */
/* ********************************* /FOOTER *********************************** */
/* ***************************************************************************** */









/* ***************************************************************************** */
/* ****************************** in article images **************************** */
/* ***************************************************************************** */
@media screen and (max-width: 39.9375em) {
  .wp-caption.alignnone p.wp-caption-text {
    padding: 1rem 1.5rem 1rem 1.5rem;
  }
  .wp-caption.alignright {
    margin-left: .75rem;
  }

}
@media screen and (min-width: 40em) {
  .wp-caption.alignnone p.wp-caption-text {
    padding: 1rem 1.5rem 2rem 1.5rem;
    max-width: 70%;
  }
  .wp-caption.alignright {

  }

}

.wp-caption.alignright {
  margin-right: .75rem;
}


.wp-caption.alignright p.wp-caption-text {
  width: unset;
  font-size: 1rem;
  line-height: 1.6;
  hyphens: auto;
}

p.wp-caption-text {
  color: #111;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.wp-caption p.wp-caption-text {
  padding: 1rem 1.5rem 2rem 1.5rem;
  color: #686868;
  font-weight: 500;
}
.wp-caption.alignnone p.wp-caption-text {
  color: #686868;
  font-family: "GT Walsheim Pro", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.wp-caption.alignright p.wp-caption-text {
  padding: 1rem 1.5rem 2rem 0;
}


/* ***************************************************************************** */
/* ***************************** /in article images **************************** */
/* ***************************************************************************** */


















/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  /*margin: 5px 20px 20px 0;*/
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  /*margin: 5px 0 20px 20px;*/
}

.alignleft {
  float: left;
  /*margin: 5px 20px 20px 0;*/
}

a img.alignright {
  float: right;
  /*margin: 5px 0 20px 20px;*/
}

a img.alignnone {
  /*margin: 5px 20px 20px 0;*/
}

a img.alignleft {
  float: left;
  /*margin: 5px 20px 20px 0;*/
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 39.9375em) {
  .wp-caption {
    background: #fff;
    margin-top: 8px;
  }
}
@media screen and (min-width: 40em) {
  .wp-caption {
    background: #fff;
    /* margin-top: 3rem; */
  }
}




/* SORT SORT SORT */
@media screen and (max-width: 39.9375em) {
  .hero-teaser-100-wrapper {
    /*margin-top: 2rem;*/
    position: relative;
    margin-bottom: .75rem;
  }
}
@media screen and (min-width: 40em) {
  .hero-teaser-100-wrapper {
    position: relative;
    margin-bottom: 4rem;
  }
}
.hero-teaser-100-category a img {
  height: 40px;
  padding-right: 16px;
}

@media screen and (max-width: 39.9375em) {
  .hero-teaser-100-headline a {
    color: #fff;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 32px;
    line-height: 38px;
    text-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  }
  .hero-teaser-100-headline {
    position: absolute;
    bottom: 50px;
    padding: 0 16px;
    display: block;
  }
}
@media screen and (min-width: 40em) {
  .hero-teaser-100-headline a {
    color: #fff;
    font-family: "GT Walsheim Pro", sans-serif;
    font-size: 42px;
    line-height: 54px;
    text-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
  }
  .hero-teaser-100-headline {
    position: absolute;
    bottom: 100px;
    padding-left: 24px;
    display: block;
    max-width: 500px;
  }
  .hero-teaser-100-category {
    position: absolute;
    bottom: 24px;
    padding-left: 24px;
    display: block;
    width: 100%;
  }
}


.hero-teaser-100-content-wrapper {
  height: 100%;
}
.hero-teaser-100-category a {
  height: 15px;
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  .hero-teaser-100-image img {
    width: 100%;
  }
}
.teaser-50-50-image-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
  mix-blend-mode: multiply;
  display: inline-block;
  background: rgba(195,195,195,1);
}
.teaser-50-50-image-intro-text {
  position: absolute;
  top: 24px;
  z-index: 1;
  left: 24px;
  line-height: 12px;
}
.teaser-50-50-image-intro-text a {
  color: #fff;
  font-family: MarkW01, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 0 13px 0 rgba(0,0,0,0.5);
  text-transform: uppercase;
  line-height: 12px;
}
.teaser-50-50-image-intro-text-elektrorad {
  margin-top: -2px;
}
@media screen and (max-width: 39.9375em) {
  .teaser-50-50-image-intro {
    position: absolute;
    padding: 20px;
    top: 0;
  }
  .teaser-50-50-image-wrapper {
    width: 100%;
  }
  .teaser-50-50-image-wrapper img {
    width: 100%;
  }
  .teaser-50-50-image-wrapper > a > img {
    z-index: -1;
    mix-blend-mode: multiply;
    position: relative;
  }
}

@media screen and (min-width: 40em) {
  .teaser-50-50-image-intro {
    position: absolute;
    padding: 24px;
    top: 0;
  }
}

a.elektrorad-category {
  height: 24px;
  width: 10px;
  background-color: #00C7FF;
}
a.elektrorad-category {
  height: 20px;
  padding: 2px 4px 3px 6px;
  margin-right: 5px;
  color: #fff;
  font-family: MarkW01, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  text-transform: uppercase;
}
.teaser-480-intro a {
  color: #fff;
  font-family: "MarkW01", sans-serif;
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overlay-teaser-100-intro {
  background: linear-gradient(180deg, #C3C3C3 0%, rgba(195,195,195,0) 100%);
  width: 100%;
  height: 75px;
}
/* SORT SORT SORT */

/* offcanvas menu */
.off-canvas {
  background: #e8e8e8;
}
.off-canvas ul#menu-main-menu li > a {
  padding: 0;
}
.off-canvas ul.menu li a {
  color: #333;
  font-family: MarkW01, sans-serif;
  font-size: 16px;
}
.off-canvas ul.menu li a:focus {
  outline: none;
}
.off-canvas ul.menu li {
  /*padding-left: 4rem;*/
}
.off-canvas .menu-item-object-category,
.off-canvas .menu-item-object-custom {
  border-bottom: 1px solid #d2d2d2;
  padding: 1.5rem 0;
}
.off-canvas .is-accordion-submenu-parent>a:after {
  position: absolute;
  top: -1pt;
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 0;
  border-right: 0.1em solid #333;
  border-top: 0.1em solid #333;
  transform: rotate(135deg);
  margin: 1rem;
}
.offcanvas-close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
  right: 1rem;
  bottom: 1rem;
  font-size: 3em;
  line-height: 1;
}
.off-canvas #menu-main-menu li a {
  margin-left: 5rem;
}
.off-canvas #menu-main-menu li.race {
  background: url('/wp-content/uploads/2018/02/race-s@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.gravel {
  background: url('/wp-content/uploads/2020/07/gravel-icn.png') no-repeat 24px 19px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.test {
  background: url('/wp-content/uploads/2018/02/Test-s@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.reise {
  background: url('/wp-content/uploads/2018/02/Reise-s@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.training {
  background: url('/wp-content/uploads/2018/02/training-s@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.magazin {
  background: url('/wp-content/uploads/2018/02/magazin-b@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.werkstatt {
  background: url('/wp-content/uploads/2018/02/magazin-b@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.service {
  background: url('/wp-content/uploads/2018/02/Service-s@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.ernaehrung {
  background: url('/wp-content/uploads/2019/10/Wellness-s@2x.png') no-repeat 24px 16px;
  background-size: 25px;
}
.off-canvas #menu-main-menu li.r2c2 {
  background: url(/wp-content/uploads/2020/01/r2c2-icon.png) no-repeat 16px 14px;
  background-size: 40px 36px;
}

/* /offcanvas menu */


/* *********************************************************************************** */
/* ******************************* Slick Slider ************************************** */
/* *********************************************************************************** */
/*#main-article-body .slick-slider {*/
/*width: 100%;*/
/*clear: both;*/
/*}*/
.slick-next {
  background: url(/wp-content/themes/bva/assets/images/slider-right.svg) no-repeat 0 0;
}
.slick-prev {
  background: url(/wp-content/themes/bva/assets/images/slider-left.svg) no-repeat 0 0;
}
.slick-next, .slick-prev {
  top: 50%;
  margin-top: -30px;
  transform: translateY(-50%);
  z-index: 10;
  background-size: contain;
  cursor: pointer;
  display: inline-block;
}
.slick-next, .slick-prev {
  position: absolute;
  color: #fefefe;
}
.slick-next {
  left: auto;
  right: 0;
}
.product-test-slider-wrapper .slick-slide > div:first-child > a {
  background: rgba(232,232,232,1);
  display: inline-block;
}
.product-test-slider-wrapper .slick-slide > div > a > img {
  mix-blend-mode: multiply;
}
@media screen and (max-width: 39.9375em) {
  .slick-next, .slick-prev {
    height: 72px;
    width: 36px;
  }
}
@media screen and (min-width: 40em) {
  .slick-next, .slick-prev {
    height: 80px;
    width: 40px;
  }
}

/* *********************************************************************************** */
/* ******************************* Slick Slider ************************************** */
/* *********************************************************************************** */


/* ***************************************************************************** */
/* **************************** Elektrorad Header ****************************** */
/* ***************************************************************************** */
.elektroradHeader, .elektroradHeaderHome {
  height: 54px;
  background-color: #00C7FF;
  padding: 0 24px;
}
.elektroradHeaderTitle {
  height: 54px;
  float: left;
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 54px;
}
.elektroradHeaderClose {
  height: 54px;
  float: left;
  line-height: 54px;
}
.elektroradHeaderClose a {
  color: #fff;
  font-family: 'UrbanGroteskRegular', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
}
/* ***************************************************************************** */
/* *************************** /Elektrorad Header ****************************** */
/* ***************************************************************************** */


/* ***************************************************************************** */
/* **************************** Elektrorad Banner ****************************** */
/* ***************************************************************************** */
.elektro-teaser-100-headline {
  position: absolute;
  bottom: 100px;
  padding-left: 24px;
  display: block;
  max-width: 450px;
}
.elektro-teaser-100-headline a {
  color: #fff;
  font-family: "GT Walsheim Pro", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
  .elektro-teaser-100-wrapper {
    margin-top: 2rem;
    position: relative;
    margin-bottom: 2rem;
  }
  .elektro-teaser-100-headline a {
    font-size: 32px;
    line-height: 38px;
  }
}
@media screen and (min-width: 40em) {
  .elektroradHeaderHome {
    margin-top: 0rem;
  }
  .elektro-teaser-100-wrapper {
    position: relative;
  }
  .elektro-teaser-100-headline a {
    font-size: 42px;
    line-height: 54px;
  }
}
/* ***************************************************************************** */
/* *************************** /Elektrorad Banner ****************************** */
/* ***************************************************************************** */


/* ***************************************************************************** */
/* ***************************** Banner Allgemein ****************************** */
/* ***************************************************************************** */

.top-sb > div {
  height: 98px !important;
  margin: 0 auto;
  padding-top: 8px;
}

.sky-160x600-right {
  position: fixed;
  left: calc((100% / 2) + 532px);
  z-index: 6;
}
.sky-160x600-right img {
  min-width: 120px;
}
.sky-160x600-left {
  position: fixed;
  right: calc((100% / 2) - -532px);
  z-index: 6;
}
.sky-160x600-left img {
  min-width: 120px;
}

.wide-banner {
  margin: 3rem 0 6rem 0;
}
.banner-leader-970-90 {
  display: flex;
  margin: 0 24px 0 24px;
  height: 104px;
  width: 984px;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #d8d8d8;
}
.banner-leader-970-90 a {
  align-self: center;
  text-align: center;
  width: 100%;
}
.banner-leader-970-90 img, .banner-leader-970-250 img {
  margin: 7px;
}
.banner-notif {
  height: 1rem;
  color: #D8D8D8;
  font-family: MarkW01, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 15px;
  margin: 0 12px;
}
.banner-leader-970-250 {
  margin: 0 24px 0 24px;
  height: 264px;
  width: 984px;
  justify-content: center;
  align-items: center;
  padding: 0;
  background-color: #D8D8D8;
  display: flex;
}
.banner-leader-970-250 a {
  align-self: center;
  text-align: center;
  width: 100%;
}
/* ***************************************************************************** */
/* ***************************** /Banner Allgemein ***************************** */
/* ***************************************************************************** */



/* ***************************************************************************** */
/* ******************************** Tag Header ********************************* */
/* ***************************************************************************** */
.tagHeader {
  height: 54px;
  background-color: #e8e8e8;
  padding: 0 24px;
}
.tagHeaderTitle {
  height: 54px;
  float: left;
  color: #111;
  font-family: "GT Walsheim Pro", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 54px;
}
.tagHeaderClose {
  height: 54px;
  float: right;
  line-height: 54px;
}
.tagHeaderClose a {
  color: #111;
  font-family: 'UrbanGroteskRegular', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 54px;
}
/* ***************************************************************************** */
/* ******************************** Tag Header ********************************* */
/* ***************************************************************************** */



/* ***************************************************************************** */
/* ******************************* Share Buttons ******************************* */
/* ***************************************************************************** */
.share-aside {
  float:right;
  background: #f4f4f4;
  height: 200px;
  width: 65px;
}
.share-aside ul {
  list-style-type: none;
}
.share-aside ul li {
  display: block;
  height: 4rem;
  padding-right: 0;
}
.share-aside ul li:before {
  content: '';
  padding-right: 0;
}
.share-aside ul li svg {
  margin: 1rem;
}
svg.share-aside {
  height: 28px;
  width: 28px;
  margin-top: 1rem;
  display: block;
}

.share-footer-heading {
  text-align: left;
  list-style-type: none;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
}
.share-footer-heading {
  border-bottom: 1px solid #4a4a4a;
  padding: 2rem 1.5rem;

}
ul.share-footer  {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none;
  text-align: center;
  line-height: 2rem;
}
ul.share-footer li {
  display: inline;
  margin-right: 1rem;
}
ul.share-footer li svg {
  fill: #9b9b9b;
}
a.share-footer-link svg {
  fill: #9b9b9b;
}
svg.footer-icon {
  height: 24px;
  width: 24px;
}
ul.share-mobile {
  margin: 1rem 0 0 0 !important;
  padding: 0;
  list-style-type: none;
}
ul.share-mobile li {
  display: inline;
  font-size: 19px;
  line-height: 28px;
  padding: 0 1rem;
}
ul.share-mobile li:first-child {
  padding-left: 0;
}

.article-share-small-icons ul li:before {
  content: '';
  padding-right: 0;
}

ul.share-mobile li svg {
  /*margin: 0 2rem;*/
}
a.share-mobile-link svg {
  fill: #111;
}
.article-share-small-icons svg {
  height: 1.7rem;
  width: 1.7rem;
}
/* ***************************************************************************** */
/* ****************************** /Share Buttons ******************************* */
/* ***************************************************************************** */



/* ***************************************************************************** */
/* ******************************** Smart Banner ******************************* */
/* ***************************************************************************** */
.smartbanner {
  position: fixed;
  /*position: absolute;*/
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  z-index: 100;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/
}
.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}
.smartbanner__exit::before,
.smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: " ";
}
.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-size: 64px 64px;
  background-repeat: no-repeat;
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000;
}
.smartbanner__info__title {
  font-size: 14px;
}
.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px;
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.smartbanner__button__label {
  text-align: center;
}
.smartbanner.smartbanner--android {
  background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
  box-shadow: inset 0 4px 0 #88b131;
}
.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 17px;
  text-shadow: 0 1px 1px #000;
}
.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3;
}
.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold;
}
.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1;
}
/* ***************************************************************************** */
/* ******************************* /Smart Banner ******************************* */
/* ***************************************************************************** */


.footer-logo {
  border-bottom: 1px solid #4a4a4a;
  padding: 3rem 1.5rem;
}
.footer-logo .logo  {
  text-align: center;
}
.footer-logo .logo {
  padding-bottom: 36px;
}
.footer-logo .brand-icon:nth-child(1) {
  padding-left: 6rem;
}
.footer-logo .brand-icon:nth-child(2) {
  padding-right: 6rem;
}
.logo a img {
  width: 125px;
}


ul#menu-footer-menu {
  margin: 0 auto;
  padding: 0;
}
ul#menu-footer-menu li {
  padding: .5rem;
}
