body {
  margin: 0;
  padding: 0;
  /*font-family: 'Roboto', sans-serif;
  font-size: 15px;*/
  font-family: 'decimal' !important;
  font-size: 0.8rem !important;
  color: #333333;
  background-color: #f5f5f5;
}

* {
  border-radius: 0 !important;
}

.header-navbar {
  background-color: #000000;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.navbar-brand img {
    max-width: 150px;
}

/* Start select customization */

.select-div {
  position: relative;
  margin: 0 30px 30px 0;
}

.select-div select {
  width: 100%;
  padding: 15px 10px;
  border: none;
  text-transform: uppercase;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.select-div::before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 100%;
  text-align: center;
  font-size: 35px;
  line-height: 55px;
  color: #ffffff;
  background-color: #000000;
  pointer-events: none;
}

.select-div:hover::before {
  color: #ffffff;
  background-color: #000000;
  transition: 0.3s ease-in;
}

.select-div select option {
  padding: 90px;
}

/* End select customization */

.bs-logo {
  position: fixed;
  top: 0;
  z-index: 2000;
}

.bg-dark {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.navbar-phone {
  background-color: #000000;
  height: auto;
  color: #ffffff;
  font-size: 20px;
  text-align: right;
  /* padding: 15px 0; */
  margin-left: 40px;
}

.phone-img {
  vertical-align: middle;
  width: 40px;
  padding-left: 10px;
  padding-bottom: 5px;
}

.navbar {
  padding-right: 0 !important;
  z-index: 3000;
}

.navbar a:hover{
  color: #cccccc;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 5px 10px;
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #b2b2b2;
  transition: 0.3s ease-in;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #b2b2b2;
}

.nav {
  /* margin-left: auto; */
  margin-right: 0;
  margin-bottom: 10px;
}

.nav-link.disabled {
  color: #ffffff;
  font-size: 20px;
  padding-top: 20px;
}

.main-caption {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 2000 !important;
}

.main-caption-reifenkonfigurator {
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  z-index: 2000 !important;
}

.main-caption-text {
  border-left: 0;
  padding-left: 0 !important;
}

.main-head {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 150px;
}
/*
.main-head-desc {
  padding-left: 16px;
}
*/
.bs-form {
  margin: 50px 0;
  padding: 30px;
  background-color: #e5e5e5 !important;
}

.custom-btn {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 0 !important;
  /*margin-right: 15px;*/
  border: none;
}

.custom-btn:hover {
  background-color: #000000;
  transition: 0.3s ease-in;
}

.custom-btn-login {
  background-color: #ff0000;
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0 !important;
  border: none;
}

.custom-btn-login:hover {
  background-color: #000000;
  text-decoration: none;
  transition: 0.3s ease-in;
}

.btn-login {
  background-color: #ff0000;
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 40px;
  padding: 5px 15px !important;
  border-radius: 0 !important;
  border: 1px solid #ff0000;
}

.btn-login:hover {
  background-color: #ffffff;
  color: #000000 !important;
  transition: 0.3s ease-in;
  border: 1px solid #ffffff;
}

.btn-login-big {
  background-color: #ff0000;
  color: #ffffff !important;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 30px !important;
  border-radius: 0 !important;
  border: none;
  z-index: 2001 !important;
  width: 100%;
  letter-spacing: 2px;
}

.btn-login-big:hover {
  background-color: #ffffff;
  color: #000000 !important;
  transition: 0.3s ease-in;
  border: none;
}

.btn-signup {
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 15px !important;
  border-radius: 0 !important;
  border: 1px solid #ffffff;
  margin-left: 15px;
}

.btn-signup:hover {
  background-color: #ffffff;
  color: #000000 !important;
  transition: 0.3s ease-in;
}

.take-pdf {
  margin: 0;
  float: right;
}

.pdf-form {
  padding-bottom: 70px;
}

.motorcicle-results {
  margin-top: 50px;
  display: none;
}

.tires-results {
  margin: 50px 0 50px 0;
  display: none;
}

.results-head {
  background-color: #000000;
  color: #ffffff;
  margin: 30px 0 0 0;
}

.tires-head {
  background-color: #999999;
  color: #ffffff;
  margin: 0;
}

.results-content {
  background-color: #e5e5e5;
  margin: 0;
  padding-top: 0 !important;
}

.results {
  background-color: #e5e5e5;
  margin: 0;
}

.border-right {
  border-right: 1px solid #ffffff !important;
}

.result-text {
  padding-top: 15px;
  padding-bottom: 0 !important;
}

.main-head-selector {
  display: flex;
  justify-content: center;
  padding-left: 30px;
}

.bs-footer {
  background-color: #4d4d4d;
  color: #ffffff;
}

.bs-footer a, .bs-footer1 a, .bs-footer2 a {
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
}

.bs-footer a:hover, .bs-footer1 a:hover, .bs-footer2 a :hover{
  text-decoration: underline;
}

.bs-footer1 {
  background-color: #474747;
  color: #ffffff;
}

.bs-footer2 {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 200px 50px 200px;
}

.main-footer {
  text-transform: uppercase;
  /* font-size: 18px; */
  /* font-weight: 500; */
}

.links-footer p {
  line-height: 10px !important;
}

.bottom-footer {
  font-size: 0.7rem;
  /* font-weight: 300; */
  padding: 15px 0 5px 0;
}

ul {
  padding: 0;
  list-style-type: none;
  /* font-weight: 300; */
}

.social {
  width: 30px;
  margin: 20px 15px 0 0;
}

.profile-head, .footnote-head {
  background-color: #999999;
  color: #ffffff;
}

.carousel-indicators li {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.7;
}

.carousel-indicators .active,
.carousel-indicators li:hover {
  background-color: #000000;
  opacity: 0.7
}

.carousel-indicators {
  margin: 0;
  text-align: left;
  float: left;
  left: 7% !important;
  right: inherit;
  padding-bottom: 30px;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  background: none;
  position: relative;
}

.carousel .carousel-control-prev-icon::before {
  content: "\f053";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 35px;
}

.carousel .carousel-control-next-icon::before {
  content: "\f054";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  font-size: 35px;
}


.login-form {
  padding: 200px 0 150px 0;
  max-width: 800px;
}

.login-header {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 80px;
}

.login-header1 {
  font-size: 42px;
  font-weight: 500;
  padding-left: 20px;
}

img {
  vertical-align: middle;
}

span {
  vertical-align: middle;
}

.login-content {
  background-color: #e5e5e5;
  padding: 60px 80px 20px 80px;
  margin-top: 3px;
}

.form-control {
  border-radius: 0 !important;
  -webkit-appearance: none;
  border: none;
  font-size: 0.8rem;
  padding-left: 10px;
  margin-left: 0;
  /* margin-bottom: 10px; */
}

.form-control:focus{
  border-color: #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input[type='text'],
input[type='number'],
input[type='password'],
textarea,
.custom-btn,
.custom-btn-login {
  outline: none;
  box-shadow:none !important;
}

.password-forgotten a {
  font-size: 0.8rem;
  color: #333333;
  text-decoration: underline;
}

.password-forgotten a:hover {
  color: #ff0000;
  transition: 0.3s ease-in;
}

.head-of-sales {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #f5f5f5;
}

.head-of-sales-left {
  background-color: #e5e5e5;
  text-align: center;
  padding: 40px;
}

.head-of-sales-right {
  background-color: #ffffff;
  color: #333333;
  padding: 40px;
}

.head-of-sales-img {
  border-radius: 100% !important;
}

.head-of-sales-name {
  padding-top: 30px;
  padding-left: 0;
  border: 0;
  text-align: center;
  display: block;
}

.sales {
  margin: 0 !important;
}

h2 {
  border-left: 6px solid #ff0000;
  padding-left: 10px;
}

h3 {
  border-left: 4px solid #ff0000;
  padding-left: 10px;
}

.h-black-line-before {
  border-left: 4px solid #000000;
  margin-top: 30px;
  padding-left: 10px;
}

.carousel-item {
  transition: transform 2s ease;
  opacity: .8s ease-out;
}

.carousel .carousel-item {
    height: 600px !important;
}

.carousel-item img {
    position: absolute;
    object-fit:cover;
    top: 0;
    left: 0;
    min-height: 600px !important;
}
/*
.footnote-results p {
  font-size: 16px;
}
*/
#progress-status {
  /*width: 50%;*/
  background-color: #e5e5e5;
}

#progress-bar {
  width: 1%;
  height: 5px;
  text-align: center;
  line-height: 5px;
  background-color: #ff0000;
}

.register-text {
  font-size: 0.8rem;
  color: #ffffff;
}

.register-text a {
  font-size: 0.8rem;
  color: #ffffff;
  text-decoration: underline;
}

.register-text a:hover {
  color: #ff0000;
  transition: 0.3s ease-in;
}

.register-password-forgotten {
  margin: 0;
  background-color: #000000;
  padding: 25px 65px 10px 65px;
}

.error-feedback {
  font-size: 0.7rem;;
  color: #ff0000;
}

.alert-danger {
  background-color: rgba(255, 0, 0, 0.8);
  color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
}

.alert-success {
  background-color: rgba(57, 157, 58, 0.8);
  color: #ffffff;
  border: none !important;
  border-radius: 0 !important;
}

.close-sign {
  vertical-align: top;
}

.close:hover, .close-sign:hover {
  color: #ffffff;
  vertical-align: top;
}

.main-head-desc {
  padding-top: 20px;
}

.logged_user {
  color: #ff0000;
  font-weight: 500;
  text-decoration: underline;
  vertical-align: baseline;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.navbar-dark .navbar-toggler {
  border-color: #ffffff;
}

div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999999;
}

.impressum-head {
  font-size: 0.8rem;
  text-decoration: underline;
}

.impressum-email {
  color: #000000;
  /* text-decoration: underline; */
}

.impressum-email:hover {
  color: #ff0000;
}

.impressum-left {
  background-color: #e5e5e5;
  background-image: url('/images/bs-impressum.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.cookies-left {
  background-color: #e5e5e5;
  text-align: left;
  vertical-align: middle;
  padding: 40px;
}

.cookies-head {
  font-size: 0.8rem;
}

.cookies-underline {
  text-decoration: underline;
  font-size: 0.8rem;
}

.cookies-italic {
  font-style: italic;
}

.cookies-link {
  color: #000000;
  text-decoration: underline;
}

.cookies-link:hover {
  color: #ff0000;
}

.bridgestone-link {
  color: #333333;
  text-decoration: underline;
}

.bridgestone-link:hover {
  color: #ff0000;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: inline;
  color: #333333;
  background-color: #e5e5e5;
  border: none;
  outline: none;
  text-align: left;
  padding: 0 0 5px 5px;
  cursor: pointer;
  transition: 0.4s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  /*color: #ff0000;*/
  text-decoration: underline;
}

/* Create an active/current "tab button" class */
.tab button.active {
  /*color: #ff0000;*/
  text-decoration: underline;
}

.privacy-policy {
  list-style-type: disc;
  padding-left: 20px;
}

.privacy-policy1 {
  list-style-type: circle;
  padding-left: 20px;
}

.bs-tablinks {
  padding-left: 20px;
}

.bs-tablinks1 {
  list-style-type: upper-roman;
  padding-left: 25px;
}

.bs-tablinks-right {
  padding-left: 20px;
}

.bs-tablinks-right1 {
  list-style-type: lower-latin;
  padding-left: 20px;
}

/*
ol.bs-tablinks li:hover {
    color: #ff0000;
}
*/

/************* PDF part *************/

.tires-results-pdf {
  padding: 40px 40px 40px 75px;
  background-color: #ffffff;
  color: #000000;
  display: none;
}

.logo-pdf {
  max-width: 188px;
}

.logo-text {
  font-size: 0.6rem;
  float: right;
  margin-right: 18px;
  margin-top: -15px;
}

.germany_gmbh {
  font-size: 0.8rem;
  font-weight: 600;
  float: right;
  padding-top: 10px;
  padding-right: 20px;
  color: #000000;
}

.title {
  margin: 10px 0;
  font-size: 1.2rem;
  border-left: 6px solid #ff0000;
  padding-top: -20px;
  padding-left: 10px;
}

.paragraph-one {
  margin-left: 0;
  font-size: 0.6rem;
  text-align: justify;
  margin-bottom: 5px;
}

.paragraph-two {
  margin-left: 0;
  font-size: 0.6rem;
  text-align: justify;
}

.motorcycle {
  padding-top: -25px;
}

.data-category {
  margin-left: 15px;
  font-size: 0.7rem;
  margin-bottom: 5px !important;
}

.table-motorcycle, .table-tires {
  margin-left: 12px;
  padding-top: -15px;
  font-size: 0.6rem;
  margin-bottom: 5px !important;
}

.table-head {
  background-color: #c5c5c5;
}

.table-head1 {
  background-color: #e5e5e5;
}

td {
  padding: 0 5px !important;
  border-right: 1px solid #ffffff;
  line-height: 20px !important;
  white-space: nowrap;
}

tr {
  background-color: #f5f5f5;
  padding: 0;
}

ol {
  padding-left: 15px;
}

.underline {
  text-decoration: underline;
  font-size: 0.6rem;
  margin-bottom: 5px;
}

.place-date {
  margin-left: 0;
  font-size: 0.6rem;
}

.down-section {
  background-color: #ffffff;
}

.signature {
  font-size: 0.6rem;
  border-top: 1px solid #000000;
  margin-left: 15px;
  padding: 0;
}

.signature-pdf {
  max-width: 150px;
  /*padding-left: 30px;*/
}

.right-down-section {
  text-align: left;
  font-size: 0.6rem;
}

a {
  color: #004c99;
}

.footer-pdf {
  margin: 15px 0;
  padding: 2px 0;
  width: 100%;
  font-size: 0.6rem;
  border-top: 1px solid #e5e5e5;
  justify-content: center;
  text-align: center;
}

.bs-logo-pdf {
  text-align: right;
}

.tires-top {
  padding-bottom: 100px;
}

.capture {
  font-size: 1.2rem;
  padding-bottom: 20px;
}

.table-motorcycle tr, .table-tires tr {
  line-height: 25px;
}

td.result-pdf p {
  line-height: 20px !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

tr.table-content {
  font-size: 0.6rem;
}

/* RESPONSIVE */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 599px) {
  .main-caption,
  .main-caption-reifenkonfigurator {
    /* font-size: 16px; */
    /* margin-right: 10px; */
    margin-top: -80px;
    padding: 10px 20px;
  }
  .header-navbar-inner {
    padding: 0 20px;
  }
  .bs-logo {
    left: 20px;
  }
  .bs-logo-img {
    max-width: 140px;
    height: auto;
  }
  .navbar-phone {
    font-size: 0.8rem;
  }
  .phone-img {
    width: 40px;
  }
  .navbar-collapse {
    padding: 30px 0;
  }
  .bs-footer {
    padding: 40px 0 40px 40px;
  }
  .bs-footer1 {
    padding: 40px 0 40px 40px;
  }
  .btn-login {
    margin-top: 10px;
    margin-left: 10px;
  }
  .login-content {
    padding: 40px 20px;
  }
  .login-header {
    padding: 20px;
  }
  .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .impressum-image {
    vertical-align: middle;
  }
  .motorcicle-results {
    display: none !important;
  }
  .tires-results {
    display: none !important;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .main-caption,
  .main-caption-reifenkonfigurator {
    /* font-size: 18px; */
    /* margin-right: 10px; */
    margin-top: -80px;
    padding: 10px 20px;
  }
  .header-navbar-inner {
    padding: 0 20px;
  }
  .bs-logo {
    left: 20px;
  }
  .bs-logo-img {
    max-width: 160px;
    height: auto;
  }
  .bs-footer {
    padding: 40px 0 40px 40px;
  }
  .bs-footer1 {
    padding: 40px 0 40px 40px;
  }
  .btn-login {
    margin: 10px 0 10px 10px;
  }
  .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .impressum-image {
    vertical-align: middle;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .main-caption,
  .main-caption-reifenkonfigurator {
    /* font-size: 25px; */
    /* margin-right: 80px; */
    margin-top: -110px;
    padding: 20px 40px;
  }
  .header-navbar-inner {
    padding: 0 100px;
  }
  .bs-logo {
    left: 100px;
  }
  .bs-logo-img {
    max-width: 200px;
    height: auto;
  }
  .bs-footer {
    padding: 40px 200px;
  }
  .bs-footer1 {
    padding: 5px 200px;
  }
  .btn-login {
    margin: 0 0 0 40px;
  }
  .helper {
    display: none;
  }
  .impressum-image {
    display: none;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .main-caption {
    /* font-size: 35px; */
    /* margin-right: 200px; */
    margin-top: -150px;
    padding: 30px 60px;
  }

.main-caption-reifenkonfigurator {
  /* font-size: 35px; */
  /* margin-right: 200px; */
  margin-top: -120px;
  padding: 30px 60px;
}

  .header-navbar-inner {
    padding: 0 200px;
  }
  .bs-logo {
    left: 200px;
  }
  .bs-logo-img {
    max-width: 200px;
    height: auto;
  }
  .tires-top {
    padding: 0 200px 100px 200px;
  }
  .helper {
    display: none;
  }
  .impressum-image {
    display: none;
  }
}

.category-carousel,
.tirefinder {
    margin-top: 120px;
}

.arrow-down {
  margin-top: 20px;
  color: #ff0000;
}

.nav-tabs {
  border-bottom: 1px solid #f5f5f5;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 0;
  border-color: #f5f5f5;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  /* background-color: #000000; */
  color: #333333;
  padding: 10px 0 0 0;
}

.nav-tabs .nav-link:hover {
  color: #333333;
  border: 1px solid #f5f5f5;
  /* background-color: #ff0000; */
}

.tire-name-col,
.tire-image-col {
  background-color: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tire-name-image {
  max-width: 300px;
}

.tire-image {
  max-width: 200px;
}

.tire-description-col {
  padding: 30px 0 0 30px;
  background-color: #ffffff;
  text-align: justify;
}

.tire-image-col {
  background-color: #ffffff;
  padding: 20px 0;
}

.h5-start {
  border: 0;
  padding-left: 0;
  /* color: #ff0000; */
}

.card {
  border-radius: 0;
}

.reifenfinder-link {
  background-color: #ff0000;
  color: #ffffff;
  padding: 8px 15px;
  margin-bottom: 35px;
  text-decoration: none;
  text-transform: uppercase;
}

.reifenfinder-link:hover {
  background-color: #000000;
  color: #ffffff;
}

.reifenfinder-link-1 {
  font-size: 20px;
  background-color: #ff0000;
  color: #ffffff;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.reifenfinder-link-1:hover {
  background-color: #000000;
  color: #ffffff;
}

.card-header {
  background-color: #e5e5e5;
  height: 70px;
}

.tirefinder-body,
.tire-size {
  padding: 30px 0 0 30px;
  margin-top: 5px;
  background-color: #e5e5e5;
}

.tire-size {
  padding: 30px;
  margin-top: 20px;
  background-color: #e5e5e5;
}

.tire-size-header {
    text-transform: uppercase;
}

.driving-stile {
  padding: 30px;
  margin-top: 20px;
  background-color: #e5e5e5;
}

.driving-stile-header {
    text-transform: uppercase;
}

.red {
  color: #ff0000;
}

.battlax-image {
  padding-top: 50px;
}

.battlax-image img {
  width: 100%;
}

.battlax-img {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 300px;
}

.battlax-image-small {
  padding-top: 50px;
}

.battlax-image-small img {
  width: 100%;
}

.battlax-small-img {
  position: absolute;
  bottom: 20px;
  left: 20px;
  max-width: 250px;
}

.reifenfinder-uppercase {
  text-transform: uppercase;
  padding-top: 20px;
}

.reifenfinder-link-mehr {
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
}

.reifenfinder-link-mehr1 {
  font-size: 0.8rem;
  color: #ff0000;
  text-decoration: none;
  text-transform: uppercase;
}

.reifenfinder-link-mehr:hover,
.reifenfinder-link-mehr1:hover {
  color: #000000 !important;
}

ol {
  list-style-position: outside;
}

ol li button {
  vertical-align: top;
}

.freigabebescheinigung {
  font-size: 1.2rem;
}

.redstar {
  color: #ff0000;
}

.h3-small-text {
  font-size: 0.8rem;
  font-style: italic;
  padding-top: 9px;
}

/* Li items and Labels (frontend) */

.racing1,
.racing-street1,
.hypersport1,
.sport-touring1,
.sport-touringd1,
.touring-custom1,
.adventure1,
.moto-cross1 {
  color: #333333;
  padding: 10px 0 15px 0 !important;
  text-align: center;
  font-size: 0.8rem;
  font-style: italic;
  text-transform: uppercase;
}

.racing {
  border-top: 4px solid #ff0000;
  margin-right: 5px;
}

.racing1:hover {
  color: #ff0000;
  cursor: pointer;
  /* background-color: #ff0000; */
  /* background-image: linear-gradient(#ff0000, #ffffff); */
}

.racing1:before,
.racing1:after {
  display: none;
}

.racing-street {
  border-top: 4px solid #e85122;
  margin-right: 5px;
}

.racing-street1:hover {
  color: #e85122;
  cursor: pointer;
}

.racing-street1:before,
.racing-street1:after {
  display: none;
}

.hypersport {
  border-top: 4px solid #ca6a13;
  margin-right: 5px;
}

.hypersport1:hover {
  color: #ca6a13;
  cursor: pointer;
}

.hypersport1:before,
.hypersport1:after {
  display: none;
}

.sport-touring {
  border-top: 4px solid #003882;
  margin-right: 5px;
}

.sport-touring1:hover {
  color: #003882;
  cursor: pointer;
}

.sport-touring1:before,
.sport-touring1:after {
  display: none;
}

.sport-touringd {
  border-top: 4px solid #003882;
  margin-right: 5px;
}

.sport-touringd1:hover {
  color: #003882;
  cursor: pointer;
}

.sport-touringd1:before,
.sport-touringd1:after {
  display: none;
}

.touring-custom {
  border-top: 4px solid #b55535;
  margin-right: 5px;
}

.touring-custom1:hover {
  color: #b55535;
  cursor: pointer;
}

.touring-custom1:before,
.touring-custom1:after {
  display: none;
}

.adventure {
  border-top: 4px solid #44a12b;
  margin-right: 5px;
}

.adventure1:hover {
  color: #44a12b;
  cursor: pointer;
}

.adventure1:before,
.adventure1:after {
  display: none;
}

.moto-cross {
  border-top: 4px solid #af9c08;
}

.moto-cross1:hover {
  color: #af9c08;
  cursor: pointer;
}

.moto-cross1:before,
.moto-cross1:after {
  display: none;
}

#racing-radio,
#racing-street-radio,
#hypersport-radio,
#sport-touring-radio,
#sport-touringd-radio,
#touring-custom-radio,
#adventure-radio,
#moto-cross-radio {
  display: none;
}

.box {
  padding: 2px;
  text-align: center;
}

.fahrstil-checked {
  display: none;
}

.racing-radio:checked + label {
  color: #ff0000;
}

.racing-radio:checked + label > span {
  display: inline-block;
}

.racing-street-radio:checked + label {
  color: #e85122;
}

.racing-street-radio:checked + label > span {
  display: inline-block;
}

.hypersport-radio:checked + label {
  color: #ca6a13;
}

.hypersport-radio:checked + label > span {
  display: inline-block;
}

.sport-touring-radio:checked + label {
  color: #003882;
}

.sport-touring-radio:checked + label > span {
  display: inline-block;
}

.sport-touringd-radio:checked + label {
  color: #003882;
}

.sport-touringd-radio:checked + label > span {
  display: inline-block;
}

.touring-custom-radio:checked + label {
  color: #b55535;
}

.touring-custom-radio:checked + label > span {
  display: inline-block;
}

.adventure-radio:checked + label {
  color: #44a12b;
}

.adventure-radio:checked + label > span {
  display: inline-block;
}

.moto-cross-radio:checked + label {
  color: #af9c08;
}

.moto-cross-radio:checked + label > span {
  display: inline-block;
}

.bs-logo-sm-w {
  max-height: 25px;
}

#racing-tab::before,
#racing-street-tab::before,
#hypersport-tab::before,
#sport-touring-tab::before,
#sport-touring-diagonal-tab::before,
#touring-custom-tab::before,
#adventure-tab::before,
#moto-cross-tab::before {
  font-family: FontAwesome;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  content:"\f00c";
  display: none;
}

#racing-tab.active::before,
#racing-street-tab.active::before,
#hypersport-tab.active::before,
#sport-touring-tab.active::before,
#sport-touring-diagonal-tab.active::before,
#touring-custom-tab.active::before,
#adventure-tab.active::before,
#moto-cross-tab.active::before {
  display: inline-block;
}

#racing-tab:hover {
  color: #ff0000;
}

#racing-tab.active {
  color: #ff0000;
}

#racing-street-tab:hover {
  color: #e85122;
}

#racing-street-tab.active {
  color: #e85122;
}

#hypersport-tab:hover {
  color: #ca6a13;
}

#hypersport-tab.active {
  color: #ca6a13;
}

#sport-touring-tab:hover {
  color: #003882;
}

#sport-touring-tab.active {
  color: #003882;
}

#sport-touring-diagonal-tab:hover {
  color: #003882;
}

#sport-touring-diagonal-tab.active {
  color: #003882;
}

#touring-custom-tab:hover {
  color: #b55535;
}

#touring-custom-tab.active {
  color: #b55535;
}

#adventure-tab:hover {
  color: #44a12b;
}

#adventure-tab.active {
  color: #44a12b;
}

#moto-cross-tab:hover {
  color: #af9c08;
}

#moto-cross-tab.active {
  color: #af9c08;
}

.reifenkonfigurator {
  margin-bottom: 80px;
}

.number-circle {
  border-radius: 50% !important;
  width: 34px;
  height: 34px;
  background: #ff0000;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
  float: left;
}

.font-circle {
  border-radius: 50% !important;
  width: 24px;
  height: 24px;
  background: #f5f5f5;
  border: 2px solid #333333;
  color: #333333;
  text-align: center;
  font-size: 0.8rem;
  vertical-align: middle;
}

.number-circle-txt {
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
  vertical-align: -webkit-baseline-middle;
}