﻿@charset "UTF-8";
/*html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    vertical-align: baseline;
}*/
body {
  font-size: 16px;
}

.fonts-loaded body {
  font-family: "Muli", Tahoma, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/
input[type=text], input[type=number], textarea {
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid #C6CACD;
}

input[type=text], input[type=number] {
  height: 2.5rem;
}

input[type=text].hundertprozent, input[type=number].hundertprozent, textarea.hundertprozent {
  width: 100%;
}

.datepickerstyle {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #C6CACD;
  line-height: 1.5;
  padding: 0.2rem 0.3rem;
  color: #272A2C;
}

ul {
  list-style-type: square;
}
ul.none {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

ul.ullistnone {
  list-style: none;
  margin: 0;
  padding: 0;
}

h2.big {
  color: #1e1e1e;
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  border-left: 10px solid #FF1B37;
  padding: 6px 13px;
}

h2.bigsnippetheader {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  padding: 2rem 0 0 0;
}

p {
  font-size: 1rem;
  word-break: break-word;
}

.schwarzeschrift {
  color: #1e1e1e;
}

.bolder {
  font-weight: 900;
}

a {
  color: #272A2C;
  text-decoration: underline;
  outline: 0;
  word-break: break-word;
}

a:hover, a:active, a:focus {
  outline: 0;
}

a:focus-visible {
  outline: 2px solid #aaa !important;
  outline-offset: 2px;
  border-radius: 4px;
}

a:hover {
  text-decoration: none;
  color: #FF1B37;
}

a.link {
  color: #272A2C;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

.clearer {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.center {
  text-align: center;
}

.block {
  text-align: justify;
}

.paginglinkscontainer {
  display: table;
  width: 100%;
  padding: 0.5rem;
}

.paginglinksbox {
  display: table-cell;
  text-align: center;
  padding-bottom: 6px;
}

.paginglinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.paginglinks a.round, .paginglinks b.round, .paginglinks b.select {
  display: block;
  width: 3rem;
  height: 3rem;
  border: 1px solid #C6CACD;
  border-radius: 2rem;
  text-decoration: none;
  line-height: 3rem;
  margin-right: 0.3rem;
  color: #272A2C;
  font-size: 0.9rem;
}
@media (max-width: 575px) {
  .paginglinks a.round img, .paginglinks b.round img, .paginglinks b.select img {
    height: 30px;
  }
}
.paginglinks a.round {
  font-weight: bold;
}
.paginglinks a.round:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #272A2C;
}
.paginglinks b.select {
  background-color: #fff;
  border: 1px solid #272A2C;
}

.widget-container, .widget-content {
  padding: 10px 9px;
  box-shadow: 0 2px 6px 0 rgba(198, 202, 205, 0.4);
  border-radius: 4px;
  margin-bottom: 1rem;
}

.heading, .widget-headline {
  font-weight: 900;
  padding: 7px 0;
  font-size: 1.125rem;
}

.bordertop {
  border-top: 1px solid #ddd;
}

.borderleft {
  border-left: 1px solid #ddd;
}

.borderright {
  border-right: 1px solid #ddd;
}

@media (min-width: 992px) {
  .borderright-lg {
    border-right: 1px solid #ddd;
  }
}

.borderbottom {
  border-bottom: 1px solid #ddd;
}

.borderbottomlight {
  border-bottom: 1px solid #e1e1e1;
  margin: 0.8rem 0 0;
  padding-bottom: 0.4rem;
}

.rightbutton {
  float: right;
}

a.back-to-top {
  color: #fff;
  display: none;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  position: fixed;
  z-index: 99998;
  right: 2rem;
  bottom: 1rem;
  background-color: #fff;
  background: #FF1B37 url("https://images6.1000ps.net/1000ps.ch/Content/img/pfeil-rauf.png?format=png") no-repeat center 46%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  a.back-to-top {
    width: 38px;
    height: 38px;
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  a.back-to-top {
    display: none;
  }
}

.blackbackgroundstyle {
  display: none;
  background-color: #000;
  opacity: 0.3;
  width: 100%;
  height: 6000px;
  position: absolute;
  top: -80px;
  z-index: 2147483649999;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input.styledCheckboxGrey[type=checkbox]:not(old) {
  width: 25px;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
  cursor: pointer;
}

input.styledCheckboxGrey[type=checkbox]:not(old) + label {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/check-empty.png?format=png") no-repeat 0 0;
  display: inline-block;
  line-height: 32px;
  margin-left: 0;
  padding-left: 35px;
  cursor: pointer;
}

input.styledCheckboxGrey[type=checkbox]:not(old):checked + label {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/check-checked.png?format=png") no-repeat 0 0;
  cursor: pointer;
}

input.styledCheckboxGreyBorder[type=checkbox]:not(old) {
  /* width: 25px;*/
  margin: 0;
  padding: 0;
  /*    opacity: 0;
  display: none;
  cursor: pointer;*/
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: auto;
}

input.styledCheckboxGreyBorder[type=checkbox]:not(old) + label {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/check-empty.png?format=png") no-repeat 0 0;
  display: inline-block;
  line-height: 1.5rem;
  margin-left: 0;
  padding: 0.3rem 0.2rem 0.3rem 2.1rem;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
  font-weight: normal;
}

input.styledCheckboxGreyBorder[type=checkbox]:not(old):checked + label {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/check-checked.png?format=png") no-repeat 0 0;
  cursor: pointer;
}

ul.login {
  list-style: none;
  padding: 0;
}

ul.login li {
  margin-bottom: 8px;
}

ul.login li label {
  font-weight: bold;
  font-size: 13px;
}

.snippet-newsletter {
  max-width: 300px;
  width: 100%;
  border-top: 3px solid #FF1B37;
  position: relative;
}

.motorradtalkshowlivecontainer .snippet-newsletter {
  max-width: 420px;
  border-left: 1px solid #C6CACD;
  border-right: 1px solid #C6CACD;
}

.snippet-newsletter .pc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}
@media (max-height: 700px) {
  .snippet-newsletter .pc {
    display: none;
  }
}

.snippet-newsletter .hellgrau {
  background-color: #F7F7F7;
  position: relative;
  padding-bottom: 10px;
}

.snippet-newsletter p {
  text-align: center;
  padding: 0 10px;
  margin: 0;
}

.newslettercontainer {
  position: fixed;
  bottom: 0;
  z-index: 1000000;
  display: none;
}

.motorradtalkshowlivecontainer {
  position: fixed;
  bottom: 0;
  right: 30%;
  z-index: 1000000;
  display: none;
}

.newsletter-close-button {
  width: 30px;
  height: 30px;
  border: 2px solid #eee;
  background-color: #fff;
  border-radius: 15px;
  padding-top: 1px;
  position: absolute;
  right: -12px;
  top: -15px;
  z-index: 1000;
}

a.newsletter-close {
  padding-left: 7px;
}

a.newsletter-close i {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  font-size: 16px;
}

a.newsletter-close i:hover {
  color: #FF1B37;
}

.newsletterbox {
  background-color: #F7F7F7;
  color: #fff;
  height: 35px;
}

.motorradtalkshowlivecontainer .newsletterbox {
  height: 20px;
}

.newsletterbox .eckalbox {
  position: absolute;
  width: 100%;
  max-width: 1280px;
}

.newsletterbox .eckal {
  font-size: 70px;
  position: relative;
  left: 45%;
  top: -28px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 15px 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*********** Merken-Button für Gebrauchte Suche und Detail Seite **********/
.merken-button:hover, .merken-button-gemerkt:hover {
  cursor: pointer;
}

.merken-button, .merken-button-gemerkt {
  float: right;
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: none;
  background-color: transparent;
}

/*********** //ENDE - Merken-Button für Gebrauchte Suche und Detail Seite **********/
.widgetitem-pic {
  float: left;
  margin-top: 2em;
  text-align: center;
  width: 25%;
  margin-right: 10px;
}

.widgetitem-pic.pannoniaring {
  width: 35px;
  height: 50px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/pannoniaring.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic.brnoring {
  width: 56px;
  height: 35px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/brnoring.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic.slovakiaring {
  width: 52px;
  height: 35px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/slovakiaring.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic.redbullring {
  width: 46px;
  height: 39px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/redbullring.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic.sachsenring {
  width: 57px;
  height: 36px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/sachsenring.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic.lausitzring {
  width: 49px;
  height: 44px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/lausitzring.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic.hockenheim {
  width: 60px;
  height: 43px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/hockenheim.png?format=png") no-repeat scroll 0 0;
}

.widgetitem-pic-gross {
  float: right;
  padding-top: 10px;
}

.widgetitem-pic-gross.newsletter {
  margin-top: 10px;
  margin-right: 0;
  padding-top: 0;
  height: 63px;
  width: 83px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/startseite/comingsoon.png") no-repeat scroll 0 0;
}

.widgetitem-text {
  float: right;
  font-size: 13px;
  margin: 0.5em 0;
  width: 75%;
}

.ueberschrift {
  color: #1e1e1e;
  font-weight: 700;
}

.gebrauchtesnippet .anfrage-icon-button {
  float: right;
}

.aufzu, .aufzutestfazit {
  display: none;
  margin: 0 auto 10px auto;
  font-size: 18px;
  text-align: center;
  width: 50px;
  color: #272A2C;
  /*    transition: all 0s ease-in-out;*/
}

.markentextcontainer {
  height: auto;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
}

.motorradbild {
  width: 105px;
  float: right;
}

.contentwidget-factfinder-search .heading {
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("https://images6.1000ps.net/1000ps.ch/Content/1000ps.de/img/lupe.png?format=png");
  padding-left: 120px;
  padding-top: 15px;
  height: 66px;
  border-bottom: 3px solid #FF1B37;
}

.contentwidget-factfinder-search input[type=text].search-box {
  width: calc(100% - 130px);
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid #7a7a7a;
  background-color: #383838;
  color: #fff;
}

.contentwidget-factfinder-search #SuchTextUnderlay, .contentwidget-factfinder-search #SuchTextUnderlayOther {
  position: absolute;
  margin-left: 2px;
  border: none;
  background-color: #fff;
  width: 480px;
  height: 45px;
  border-radius: 20px;
}

.contentwidget-factfinder-search #SuchText, .contentwidget-factfinder-search #SuchTextOther {
  position: relative;
  font-weight: normal;
}

.contentwidget-factfinder-search-gebrauchte {
  width: 100%;
  font-size: 14px;
  color: #272A2C;
}

.contentwidget-factfinder-search-gebrauchte .heading {
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("https://images6.1000ps.net/1000ps.ch/Content/1000ps.de/img/lupe.png?format=png");
  padding-left: 120px;
  padding-top: 15px;
  height: 66px;
  border-bottom: 3px solid #FF1B37;
}

.contentwidget-factfinder-search-gebrauchte input[type=search].search-box {
  width: calc(100% - 50px);
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #7a7a7a;
}

.contentwidget-factfinder-search-gebrauchte #SuchTextUnderlay, .contentwidget-factfinder-search-gebrauchte #SuchTextUnderlayOther {
  position: absolute;
  margin-left: 2px;
  display: none;
}

.dfpwerbung, .dfpwerbungtop {
  margin: 20px auto 0 auto;
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}
@media (min-width: 340px) {
  .dfpwerbung, .dfpwerbungtop {
    width: 325px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .dfpwerbung, .dfpwerbungtop {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.dfpwerbungtop {
  margin-top: 0;
}

/*.contentAd {
    /*width: 300px;
    float: left;
    padding: 0 0 20px 0;
}*/
ul.links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
ul.links li {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/arrow-right.svg") 0 5px no-repeat;
  padding-left: 1.5rem;
  line-height: 1.9rem;
}
ul.links li a {
  color: #272A2C;
  text-decoration: none;
  font-size: 0.9rem;
}
ul.links li a:hover {
  color: #FF1B37;
}

ul.linkbox {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul.linkbox li.linkboxheader {
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
  padding-left: 25px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/plus-rot.png?format=png") no-repeat scroll 0 7px;
  background-size: 15px 15px;
}

ul.linkbox li.linkboxheader.active {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/minus-rot.png?format=png") no-repeat scroll 0 7px;
  background-size: 15px 15px;
  color: #FF1B37;
}

ul.linkbox li.linkboxheader.active > a {
  color: #FF1B37;
}

ul.linkbox li.linkboxheader a {
  color: #7a7a7a;
  font-weight: normal;
  text-decoration: none;
}

ul.linkbox li.linkboxheader a:hover {
  color: #FF1B37;
}

ul.linkbox li.linkboxheaderebene2 {
  margin-left: 28px;
  margin-top: 5px;
}

input[type=text].menusearch-box {
  width: 195px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: transparent;
  font-weight: normal;
  height: 40px;
  padding: 0.5rem;
}

.menusearch-button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  margin-top: 8px;
}

.lineheight {
  line-height: 1.8;
}

ul.betrugborder {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

ul.betrugborder li {
  padding: 5px;
  border: 1px solid #878787;
  margin: 0 0 10px 0;
  background-color: #ececec;
}

a.betruglink {
  color: #FF1B37;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}

a.betruglink:hover {
  text-decoration: underline;
}

a.betruglink2 {
  text-decoration: underline;
  color: #272A2C;
}

a.betruglink2:hover {
  color: #FF1B37;
}

.snippet-half {
  text-align: center;
}

/************************** NATIVE ADS ***************************/
.native-logo-text {
  color: #848687;
  font-size: 0.7rem;
  vertical-align: bottom;
}

.native-logo-img {
  max-height: 24px;
  max-width: 96px !important;
  display: inline-block !important;
}

.native-flag-spacing {
  padding-left: 12px;
  padding-right: 12px;
  /* margin-left: -12px !important;*/
}

.native-card-img-top, .native-ad-market .link-img-container .card-img-top, .native-ad-story .link-img-container .card-img-top, .native-ad-topbox .link-img-container .card-img-top {
  position: absolute;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.werbungflag {
  position: absolute;
  top: 15px;
  left: -11px;
  width: 115px;
  height: 35px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/werbungflag.svg") no-repeat center center;
  z-index: 1;
}

.werbungflag-fr {
  position: absolute;
  top: 15px;
  left: -11px;
  width: 115px;
  height: 35px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/werbungflag_FR.svg") no-repeat center center;
  z-index: 1;
}

.werbungflag-it {
  position: absolute;
  top: 15px;
  left: -11px;
  width: 115px;
  height: 35px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/werbungflag_IT.svg") no-repeat center center;
  z-index: 1;
}

.inhaltsmall .werbungflag {
  top: 150px;
}

.native-ad-topbox {
  width: 100%;
}
.native-ad-topbox a {
  text-decoration: none !important;
}
.native-ad-topbox .link-img-container {
  position: relative;
  padding-top: 58.3333%;
}
.native-ad-topbox .link-img-container .card-title-inimage {
  bottom: 0;
}
.native-ad-topbox .link-img-container .roundimage-big img {
  width: 100%;
  height: 100% !important;
}
.native-ad-topbox .werbungflag.startseite {
  top: 90px;
}
.native-ad-topbox .weiterlesen {
  white-space: nowrap;
}

.native-ad-story .link-img-container {
  position: relative;
  /*padding-top: 68.75%; // ration 16:11*/
  padding-top: 66.67%;
}
.native-ad-story .link-img-container figure img:hover {
  transform: none;
  overflow: hidden;
}
.native-ad-story .link-img-container .werbungflag {
  top: unset;
  bottom: -20px;
}
.native-ad-story .card-img {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.native-ad-story .weiterlesen {
  white-space: nowrap;
  font-size: 0.9rem;
  padding-bottom: 4px;
}
.native-ad-story.native-ad-vorschau .werbungflag {
  left: -12px;
  top: -18px;
}
.native-ad-story .werbungflag {
  top: 190px;
}
@media (max-width: 500px) {
  .native-ad-story .werbungflag {
    top: 120px;
  }
}
@media (max-width: 500px) {
  .native-ad-story.native-ad-grid {
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
}
.native-ad-story.native-ad-grid .card-img-top {
  left: 0;
}
.native-ad-story.native-ad-grid .werbungflag {
  left: -12px;
  top: -18px;
}

.native-ad-market .link-img-container {
  position: relative;
  padding-top: 67.86%;
  overflow: hidden;
}
.native-ad-market .link-img-container .card-img-top {
  left: 0;
  border-top-right-radius: unset;
}
.native-ad-market .werbungflag {
  top: 10px;
  left: -12px;
}
.native-ad-market .weiterlesen {
  white-space: nowrap;
}
.native-ad-market.native-ad-suche .card-img {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.native-ad-market.native-ad-vorschau .card-img {
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.native-ad-market.native-ad-vorschau .werbungflag {
  top: -24px;
  left: -28px;
}

.native-ad-image {
  /*Logo im Bild ist nicht optimal - vorerst andere Lösung mit Logo darunter*/
  /*.card-body {
      flex: none;
      position: absolute;
      top: 50px;
      left: 10px;
      padding: 8px 16px;
      border-radius: 20px;*/
  /*background-color: #fff;*/
  /*}*/
}
.native-ad-image .link-img-container {
  position: relative;
}
.native-ad-image .text-overimage {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 24px 8px;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.45) 35%, rgba(0, 0, 0, 0.7) 100%);
}
.native-ad-image .text-overimage h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5rem;
}
.native-ad-image .text-overimage p {
  margin-bottom: 0;
}
.native-ad-image .werbungflag {
  left: -10.5px;
}
.native-ad-image .weiterlesen {
  white-space: nowrap;
}
.native-ad-image .weiterblaettern {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 33px;
  height: 35px;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/weiterblaettern.svg") no-repeat center center;
  z-index: 1;
  border-bottom-right-radius: 4px;
}
.native-ad-image.native-ad-image-vertikal .text-overimage {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.native-ad-image.native-ad-image-horizontal {
  background-color: #fff;
}
.native-ad-image.native-ad-image-horizontal .link-img-container img {
  width: 100% !important;
  max-height: none !important;
  max-width: none !important;
}

.inreadvideo > div {
  max-width: 600px;
  margin: 2rem auto;
}
.inreadvideo .video-js :hover {
  cursor: pointer;
}
.inreadvideo .video-js button.vjs-fullscreen-control {
  display: none !important;
}
.inreadvideo .video-js button.vjs-fullscreen-control.vjs-button > .vjs-icon-placeholder {
  display: none;
}

/*Damit bei Box immer zwei Zeilen - muss aber für alle übernommen werden*/
/*.card-body {
    .text-truncate {
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}*/
/************************** TOP STORIES BOX ***************************/
.roundimage-big {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden; /* Für Image-Element Variante */
  float: left;
}

.roundimage-big img {
  margin: 0;
}

.topberichtdata {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.topberichtdata-detail, .topberichtdata-detail2 {
  position: absolute;
  color: #fff;
  background-color: #272A2C;
  font-size: 0.7rem;
  opacity: 0.8;
  border: 1px solid #d4d4d4;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.topberichtdata-detail {
  left: 65px;
  top: 22px;
  padding: 0 8px 0 14px;
}

.topberichtdata-detail2 {
  left: 63px;
  top: 45px;
  padding: 0 5px 0 15px;
}

.whatsapp {
  display: none;
}

ul.countryWarning {
  background-color: #fff;
  margin: auto;
  vertical-align: 50%;
  line-height: 0.8em;
  list-style-type: none;
  padding: 10px 0 4px 0;
}

ul.countryWarning li {
  list-style-type: none;
  text-align: center;
  cursor: pointer;
  margin: 0 10px 0 0;
}

ul.countryWarning li a {
  text-decoration: none;
  color: #1e1e1e;
  font-weight: bold;
  padding: 0.2rem 0.5rem 0.2rem 3rem;
  margin: 0;
  line-height: 2.5rem;
}
@media (max-width: 575px) {
  ul.countryWarning li a {
    padding: 0 1rem;
  }
}

@media (min-width: 576px) {
  ul.countryWarning li a.de {
    background: url("https://images6.1000ps.net/1000ps.ch/Content/img/flag_de.jpg") 10px 14px no-repeat;
    background-size: 30px;
  }
}

@media (min-width: 576px) {
  ul.countryWarning li a.at {
    background: url("https://images6.1000ps.net/1000ps.ch/Content/img/flag_at.jpg") 10px 14px no-repeat;
    background-size: 30px;
  }
}

@media (min-width: 576px) {
  ul.countryWarning li a.ch {
    background: url("https://images6.1000ps.net/1000ps.ch/Content/img/flag_ch.jpg") 10px 14px no-repeat;
    background-size: 30px;
  }
}

/*.modal {
    z-index: 2047483647;
    top: 0;
}

.modal-title {
    font-weight: bold;
}

.modal-dialog {
    box-shadow: none;
    -moz-border-radius: $border-radius;
    -webkit-border-radius: $border-radius;
    border-radius: $border-radius;
    overflow:scroll;

    @media(min-width:576px) {
        max-width: 600px;
        width: 100%;
    }

    @media(min-width:768px) {
        -webkit-box-shadow: -1px -1px 12px 1px #aaa;
        -moz-box-shadow: -1px -1px 12px 1px #aaa;
        box-shadow: -1px -1px 12px 1px #aaa;
    }
}*/
/*.modal-body {
    text-align: center;
}*/
#shorturlgeneratorcontainer .modal-header {
  background-color: transparent;
  border-bottom: 1px solid #C6CACD;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #272A2C;
}
#shorturlgeneratorcontainer .modal-header .close {
  color: #272A2C;
  opacity: 1;
  margin: 0 0 0 auto;
  padding: 0;
  border: 0 !important;
  font-weight: 900;
  font-size: 2.3rem;
}
#shorturlgeneratorcontainer .modal-title {
  font-weight: bold;
}
#shorturlgeneratorcontainer .modal-content {
  color: #272A2C;
}

#kontaktAnfrageSenden .modal-body {
  text-align: left;
}

.modal-content {
  border: none;
}

.newstyle .modal-header {
  background-color: none !important;
  color: #1e1e1e;
  padding: 2rem 3rem 0 3rem;
}

.newstyle .modal-header .close {
  color: #1e1e1e;
  opacity: 1;
}

.newstyle .modal-body {
  padding: 0 15px;
}

.newstyle .list-group-item {
  padding: 0.2rem;
  color: #272A2C;
}

.newstyle .list-group-item.active, .newstyle .list-group-item.active:hover, .newstyle .list-group-item.active:focus {
  color: #1e1e1e;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin: 0;
  background: url("https://images6.1000ps.net/1000ps.ch/Content/Redesign/img/check.svg") no-repeat scroll 100% 0.5rem;
}

.topboxlist .carousel-indicators {
  height: 30px;
  left: 45%;
}
@media screen and (min-width: 768px) {
  .topboxlist .carousel-indicators {
    top: 20px;
    right: 3rem;
    position: absolute;
    left: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .topboxlist .carousel-indicators {
    display: none;
  }
}
.topboxlist .carousel-indicators-numbers li {
  font-size: 0.8rem;
  font-weight: bold;
  text-indent: 0;
  margin: 0 2px;
  width: 15px;
  height: 15px;
  border: none;
  border-radius: 50%;
  line-height: 20px;
  color: #272A2C;
  background-color: #fff;
  border: 1px solid #C6CACD;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.topboxlist .carousel-indicators-numbers li.active, .topboxlist .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 15px;
  height: 15px;
  background-color: #272A2C;
  color: #fff;
}

/****************************************************************************/
/*************************** MEDIA QUERIES **********************************/
/****************************************************************************/
@media (max-width: 993px) {
  .showfullcontent {
    display: block;
    float: right;
  }
  .abstand-formular {
    margin: 0 0 5px 0;
  }
  .detailseite .labeltext {
    text-transform: uppercase;
    font-weight: bold;
    color: #727272;
    margin: 0;
  }
  .snippet-newsletter {
    max-width: 300px;
    width: 100%;
    margin: 0 15px;
  }
  .motorradtalkshowlivecontainer .snippet-newsletter {
    max-width: 420px;
    width: 100%;
    margin: 0 15px;
  }
  .schliessen {
    left: 4px;
    position: relative;
    top: 28px;
  }
}
@media screen and (max-width: 767px) {
  .motorradtalkshowlivecontainer {
    right: 0;
  }
  ul.countryWarning li {
    margin: 0 auto 10px auto;
    width: 100%;
  }
  ul.countryWarning {
    padding: 0;
    margin: 0 auto;
  }
  ul.linksrecht {
    width: 100%;
  }
  .contentwidget-factfinder-search .heading {
    height: 50px;
    background-size: 84px auto;
    padding-left: 95px;
    padding-top: 7px;
  }
  .halfleft {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .halfright {
    width: 100%;
  }
  h2.bigsnippetheader {
    font-size: 20px;
  }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
  .snippet-half {
    width: 50%;
  }
}
@media (max-width: 499px) {
  .contentwidget-factfinder-search input.search-box[type=text] {
    width: calc(100% - 117px);
  }
  .contentwidget-factfinder-search #SuchTextUnderlay, .contentwidget-factfinder-search #SuchTextUnderlayOther {
    width: calc(100% - 230px);
  }
  .motorraederfuehrerschein {
    min-height: 240px;
  }
}
@media (max-width: 399px) {
  .button-container .col-6 {
    width: 100%;
    padding-bottom: 5px;
  }
  .contentwidget-factfinder-search .heading {
    padding-left: 10px;
    background-image: none;
  }
}
@media (max-width: 340px) {
  .snippet-newsletter {
    max-width: 340px;
    margin: 0;
  }
}
/*************** CSS für Snippets Motorrad, Umbau, Produkt oder Reise inserieren ********************/
.inserierensnippet {
  margin: 2rem 0 4rem 0;
  text-align: center;
  position: relative;
}

.inserierensnippet a.standard-button {
  line-height: 48px;
  height: 40px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 2rem;
}
@media (max-width: 575px) {
  .inserierensnippet a.standard-button {
    min-height: 40px;
    line-height: 40px;
  }
}

.inserierensnippet .inserierensnippet-text {
  position: absolute;
  right: 13%;
  top: 10%;
  color: #fff;
  text-align: right;
  margin: 0 10px;
}

.inserierensnippet .inserierensnippet-text h3 {
  font-size: 1.8rem;
}

.inserierensnippet-motorrad, .inserierensnippet-umbau, .inserierensnippet-tour, .inserierensnippet-produkt {
  display: inline-block;
  max-width: 1045px;
  height: 200px;
  width: 100%;
}

.inserierensnippet-motorrad {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/inserieren/motorrad-verkaufen.png") no-repeat 0 0;
}

.inserierensnippet-umbau {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/inserieren/umbau.png?format=png") no-repeat 0 0;
}

.inserierensnippet-tour {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/inserieren/reise.png?format=png") no-repeat 0 0;
}

.inserierensnippet-produkt {
  background: url("https://images6.1000ps.net/1000ps.ch/Content/img/inserieren/produkte.png?format=png") no-repeat 0 0;
}

@media (max-width: 1180px) {
  .inserierensnippet .inserierensnippet-text {
    right: 8%;
  }
}
@media (max-width: 768px) {
  .inserierensnippet-motorrad, .inserierensnippet-umbau, .inserierensnippet-tour, .inserierensnippet-produkt {
    background-position: -200px;
  }
}
@media (max-width: 576px) {
  .inserierensnippet a.standard-button {
    margin-top: 0;
  }
  .inserierensnippet p {
    margin-bottom: 5px;
  }
  .inserierensnippet-motorrad {
    background-position: -400px;
  }
  .inserierensnippet-umbau {
    background-position: -300px;
  }
  .inserierensnippet .inserierensnippet-text h3 {
    font-size: 1.4rem;
    text-align: center;
  }
  .inserierensnippet .inserierensnippet-text {
    text-align: center;
  }
  .inserierensnippet-motorrad, .inserierensnippet-umbau, .inserierensnippet-tour, .inserierensnippet-produkt {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
}
@media (max-width: 350px) {
  .inserierensnippet p {
    display: none;
  }
  .inserierensnippet a.standard-button {
    margin-top: 2rem;
  }
}
/*************** CSS für Snippets Motorrad, Umbau, Produkt oder Reise inserieren ENDE ********************/
/********** IE 11 HACKS BEGINN ***************************************/
@media all and (-ms-high-contrast: none) {
  #MarkeModal {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0);
  }
  #MarkeModal .modal-dialog-scrollable, #BikeTypeModal .modal-dialog-scrollable, #FilterAusstattungModal .modal-dialog-scrollable {
    height: 100%;
  }
  .partner .col {
    flex-basis: auto;
    width: 200px;
  }
  .iconbuttonspecial {
    min-width: 240px;
  }
  .jcarousel .d-flex {
    display: block !important;
  }
  #redakteureCarousel .jcarousel .d-flex {
    display: flex !important;
  }
}
/********** IE 11 HACKS ENDE ***************************************/
@media (min-width: 992px) and (max-width: 1054px) {
  .navbar-expand-lg .navbar-nav .nav-link, ul.dropdown-menu-user li a.nav-link {
    font-size: 0.8rem;
  }
}

.fancybox-lock .fancybox-overlay {
  z-index: 100000;
}

.video-detail .bericht-vorschau .boxlink:hover {
  color: inherit;
}
.video-detail .bericht-vorschau .card {
  padding: 0.8rem;
}

.inventarcounter {
  width: 0;
  height: 0;
  padding: 0;
}

.button-contactmail, .button-contactphone, .whatsapp-button {
  border: none !important;
  color: #272A2C !important;
  /*    font-weight: 400;*/
}
.button-contactmail img, .button-contactphone img, .whatsapp-button img {
  width: 20px;
  margin-right: 2%;
  opacity: 0.8;
}

.button-contactmail {
  background: rgb(255, 134, 28) !important;
  background: linear-gradient(0deg, rgb(255, 134, 28) 0%, rgb(255, 176, 28) 100%) !important;
}
.button-contactmail:hover {
  background: #fc7a0a;
}
.button-contactmail:hover img {
  opacity: 0.5;
}

.button-contactphone {
  background: rgb(255, 203, 28) !important;
  background: linear-gradient(0deg, rgb(255, 203, 28) 0%, rgb(255, 218, 28) 100%) !important;
}
.button-contactphone:hover {
  background: #f0b900;
}
.button-contactphone:hover img {
  opacity: 0.5;
}
.button-contactphone #text {
  display: none;
}
@media (max-width: 767px) {
  .button-contactphone #text {
    display: none;
  }
}

.whatsapp-button {
  background: #25d366 !important;
}
.whatsapp-button img {
  opacity: 0.5;
}
.whatsapp-button:hover img {
  opacity: 0.8;
}
.whatsapp-button.shared-contact {
  background: #fff !important;
  border: 0.5px solid #C6CACD !important;
}
.whatsapp-button.shared-contact img {
  opacity: 1;
}
.whatsapp-button.shared-contact:hover img {
  opacity: 1;
}

.tpscommunity {
  border-bottom: 1px solid #C6CACD;
}
.tpscommunity.bordertop {
  border-top: 1px solid #C6CACD !important;
}
.tpscommunity button.link {
  border: none;
  background: none;
  text-decoration: underline;
  text-align: center;
  width: 100%;
  margin-top: 0.5rem;
  outline: 0;
}
.tpscommunity button.link:hover {
  color: #FF1B37;
  outline: 0;
}

.hide-on-small-screen {
  display: block; /* or any other default display value you want */
}

@media (max-width: 1140px) {
  .hide-on-small-screen {
    display: none; /* Hide the element when the screen size is smaller than 1140px */
  }
}
a.no-underline {
  text-decoration: none;
}

.helvetiachbutton {
  max-width: 300px;
  line-height: 3rem !important;
  color: #000 !important;
}

.tire-image-container {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.relative-container {
  position: relative;
}

.touring {
  background: url(https://images.1000ps.net/Reifenempfehlungen/touring.svg) 100% 100% no-repeat;
  width: 50px;
  min-height: 4rem;
  background-size: 100%;
  margin-left: 0.2rem;
}

.allround {
  background: url(https://images.1000ps.net/Reifenempfehlungen/allround.svg) 100% 100% no-repeat;
  width: 50px;
  min-height: 4rem;
  background-size: 100%;
  margin-left: 0.8rem;
}

.city {
  background: url(https://images.1000ps.net/Reifenempfehlungen/city.svg) 100% 100% no-repeat;
  width: 50px;
  min-height: 4rem;
  background-size: 100%;
  margin-left: 0.6rem;
}

.enduro {
  background: url(https://images.1000ps.net/Reifenempfehlungen/enduro.svg) 100% 100% no-repeat;
  width: 50px;
  min-height: 4rem;
  background-size: 100%;
  margin-left: 0.4rem;
}

.racing {
  background: url(https://images.1000ps.net/Reifenempfehlungen/racing.svg) 100% 100% no-repeat;
  width: 50px;
  min-height: 4rem;
  background-size: 100%;
  margin-left: 1.3rem;
}

.street {
  background: url(https://images.1000ps.net/Reifenempfehlungen/street.svg) 100% 100% no-repeat;
  width: 50px;
  min-height: 4rem;
  background-size: 100%;
}

.good-for-disabled {
  opacity: 0.2;
}

#language-ctr {
  padding: 0 1rem;
}
#language-ctr ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
#language-ctr ul li {
  margin: 0 0.5rem 0.5rem 0;
}
#language-ctr ul li.selected {
  font-weight: bold;
}

.notification-container {
  position: relative;
  display: inline-block;
}
.notification-container #notification-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background-color: #FF1B37;
  color: #fff;
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0 2px;
}

.faq-section {
  background: white;
  padding: 20px;
  border: 1px solid #f0f0f0;
  margin: 20px auto;
}

.faq-item {
  padding-bottom: 10px;
}

.faq-item:not(.faq-collapsed) {
  opacity: 1;
  color: #333;
}

.faq-item:not(.faq-collapsed) .faq-question {
  color: #333;
}

.faq-item:not(.faq-collapsed) .faq-indicator {
  color: #333;
}

.faq-question:hover {
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 8px;
  margin: -8px;
}

.faq-indicator {
  font-weight: bold;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
}

.faq-answer {
  color: #333;
  line-height: 1.5;
}

.faq-collapsed {
  opacity: 0.6;
  color: #666;
}
.faq-collapsed .faq-question {
  color: #666;
}
.faq-collapsed .faq-indicator {
  color: #666;
}
