/**
Colors:

Base Green: #FF6600
Hover: #C2550C

 */

@font-face {
    font-family: 'blender-pro';
    font-style: italic;
    font-weight: 200;
    src: url('../fonts/ktm/blender-pro/BlenderPro-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/ktm/blender-pro/BlenderPro-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/ktm/blender-pro/BlenderPro-MediumItalic.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ktm/blender-pro/BlenderPro-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/ktm/blender-pro/BlenderPro-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro-book';
    font-style: italic;
    font-weight: normal;
    src: url('../fonts/ktm/blender-pro/BlenderPro-BookItalic.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro-book';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ktm/blender-pro/BlenderPro-Book.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/ktm/blender-pro/BlenderPro-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'blender-pro';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/ktm/blender-pro/BlenderPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Industry';
    src: url('https://app.probefahrtenbutler.com/fonts/gasgas/6373_Industry-Bold.otf');
    font-weight: bold;
}

@font-face {
    font-family: 'Industry';
    src: url('https://app.probefahrtenbutler.com/fonts/gasgas/6371_Industry-Black.otf');
    font-weight: 900;
}

@font-face {
    font-family: 'Industry';
    src: url('https://app.probefahrtenbutler.com/fonts/gasgas/6381_Industry-Medium.otf');
    font-weight: normal;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('https://app.probefahrtenbutler.com/fonts/gasgas/6369_Rajdhani-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: 'Sharp Grotesk Semi Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mv-agusta/sharp-grotesk/SharpGrotesk-SemiBold25.otf') format('opentype');
}

@font-face {
    font-family: 'Sharp Grotesk Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mv-agusta/sharp-grotesk/SharpGrotesk-Bold15.otf') format('opentype');
}

@font-face {
    font-family: 'Sharp Grotesk Book';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mv-agusta/sharp-grotesk/SharpGrotesk-Book20.otf') format('opentype');
}

@font-face {
    font-family: '21 Cent Condensed';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/mv-agusta/21-cent-condensed/21-cent-condensed.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-neue-roma';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/husqvarna/helvetica-neue-roma.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-neue-bold';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/husqvarna/helvetica-neue-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'helvetica-neue-light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/husqvarna/helvetica-neue-light.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/husqvarna/helvetica-neue-medium.ttf') format('truetype');
}

body, p {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
}


body {
    background: #fff;
}

body.landing {
    background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.1em;
    word-break: break-word;
    font-weight: bold;
    text-transform: none;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.6em;
    margin-bottom: 6px;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 500;
}

h5 {
    font-size: 15px;
    letter-spacing: normal;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}

p {
    margin-top: 5px;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
}

hr {
    margin-top: 40px;
    border-bottom: 1px solid #d8d8d8;
}

 .s1 {
     fill: #000000;
 }

.booking-page hr {
    border-bottom: 2px solid #FF6600;
}

.tdx-customer-information p {
    font-size: 16px;
}

.tdx-customer-information.summary p {
    font-size: 1.3em;
}

.main-container {
    background: #fff;
}

body.show .main-container, body.show .main-container .row {
    background: #fff;
}

@media (min-width: 1200px)
{
    .container {
        width: 1280px;
    }
}

@media (max-width: 768px) {
    .main-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    h1 {
        font-size: 30px;
    }

    .tdx-customer-information p {
        font-size: 15px;
    }
}

p.small {
    font-size: 1em;
}

.mt-6 {
    margin-top: 64px !important;
}

.row.offset-top {
    margin-top: 100px;
}

nav.navbar {
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
    z-index: 1040;
    margin: 0;
}

.navbar .nav-item .ripple-container {
    display: none !important;
}


@media (min-width: 993px) {
    .relative-container {
        overflow: hidden;
    }
}


.navbar.affix+#header {
    margin-top: 0px;
}

nav.navbar .panel {
    box-sizing: border-box;
    margin: 70px;
    height: 80px;
    border-radius: 0px;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 6px #00000029;
}

nav.navbar .nav-item {
    padding-top: 10px;
    display: inline-block;
    width: 200px;
}

nav.navbar .nav-item.tdx-customer-logo {
    display: inline-block;
    width: 80px;
}

nav.navbar .nav-item.tdx-customer-logo img {
    height: 60px;
}

nav.navbar a.nav-item {
    color: #0f0f0f;
    text-transform: uppercase;
}

nav.navbar a.nav-item:hover, nav.navbar a.nav-item:focus {
    color: #FF6600 !important;
}

nav.navbar .navbar-right a {
    color: #0f0f0f !important;
}

nav.navbar .navbar-right a:hover, nav.navbar .navbar-right a:focus {
    color: #FF6600 !important;
}

.navbar .container {
    position: relative;
}

.navbar {
    min-height: 0;
}


.navbar-right {
    position: absolute;
    right: 90px;
    float: right !important;
    margin-right: -15px;
}

.navbar .navbar-brand {
    padding: 0;
}


@media (max-width: 668px) {
    .navbar-brand img.brand-logo {
        width: 80px;
    }

    nav.navbar .navbar-right {
        right: 10px;
    }

    .row.no-margin {
        margin-left: -40px;
        margin-right: -40px;
    }
}



.nav-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    padding: 15px;
    margin-top: 16px;
    width: 40px;
    height: 40px;
    border: 0;
}

.nav-toggle .icon-bar:nth-child(3) {
    opacity: 1;
}
.navbar .nav-toggle .icon-bar {
    background-color: inherit;
    border: 1px solid;
}
.nav-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav-toggle .icon-bar {
    display: block;
    position: relative;
    background: #fff;
    width: 24px;
    height: 2px;
    border-radius: 1px;
    margin: 0 auto;
    color: #0f0f0f;
}

.border-0 {
    border: none !important;
}

@media (max-width: 1200px) {

    nav.navbar .nav-item {
        width: 160px;
    }
}


@media (max-width: 992px) {
    nav.navbar .panel {
        margin: 0;
        margin-top: 70px;
        height: 80px;
    }

    nav.navbar .nav-item {
        width: 100px;
    }
}

@media (max-width: 768px) {
    nav.navbar .panel {
        margin: 0;
    }
}

.navbar.affix {
    z-index: 1040;
    top: 0 !important;
    width: 100% !important;
}

.navbar.affix .panel{
    margin: 0 !important;
}

.category-link {
    position: relative;
    display: block;
}

.category-link .overlay{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    text-align: center;
    top: 0;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #00000066;
}

.category-link:hover .overlay {
    background: #FF6600AA;
    color: #000;
}

@media (max-width: 1200px) {
    .category-link .overlay{
        padding-top: 100px;
    }
}

@media (max-width: 992px) {
    .category-link .overlay{
        padding-top: 140px;
    }
}

@media (max-width: 668px) {
    .category-link .overlay{
        padding-top: 100px;
    }
}

.logo-footer {
    height: 64px;
}

@media (max-width: 768px) {
    .logo-footer {
        height: 32px;
    }
}

@media (max-width: 340px) {
    .logo-footer {
        display: none;
    }
}

.bg-primary, .bg-primary .container, .bg-primary .row {
    background: #FF6600 !important;
    color: #0f0f0f !important;
}

.bg-none {
    background: transparent !important;
}

.bg-white, .bg-white .row, body.show .main-container .bg-white .row {
    background: #fff;
}

.text-primary {
    color: #FF6600 !important;
}

.text-lighter {
    opacity: 70%;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

i.f-icon {
    width: 10px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    opacity: 0.8;
}

.f-icon.arrow-right {
    background: url('../img/design/500e-2020/arrow_right.png');
}

.bg-dark, .bg-dark .container, .bg-dark .row {
    background: #000 !important;
    color: #fff !important;
}

.bg-dark .modal-body div, .bg-dark .modal-header {
    background: #000 !important;
    color: #fff !important;
}

.float-left {
    float: left;
}

.btn {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border-radius: 2px !important;
}

.bordered {
    border: 1px solid #707070;
}

.btn-language {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    color: #000;
    border-radius: 0 !important;
    padding: 0 !important;
    padding-right: 16px !important;
    font-size: 1.3em;
    font-weight: bold;
}

.bg-dark .btn-language {
    color: #fff;
}

.lang-picker {
    float: right;
    text-align: right;
    padding-top: 20px;
}

@media (max-width: 992px) {
    .lang-picker {
        float: none;
        text-align: center;
    }
}

.list-inline-item:not(:last-child) .btn-language{
    border-right: 1px solid #0f0f0f !important;
}

.btn-language:hover, .btn-language.active {
    color: #FF6600 !important;
}

.btn.btn-primary {
    color: #fff !important;
    background: #FF6600 !important;
    font-size: 1.1em;
    font-weight: normal;
    border: 2px solid #FF6600;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: 3px 3px 10px #00000029 !important;
}

.btn.btn-link-primary {
    color: #FF6600;
    padding: 0;
    text-decoration: underline;
    background: transparent;
}

.btn.btn-secondary {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    box-shadow: 3px 3px 10px #00000029;
    border-radius: 0px;
    color: #0f0f0f;
}

.btn.btn-primary-light {
    background: #29664a !important;
    border: 1px solid #000 !important;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #000 !important;
    box-shadow: none !important;
}

.btn.btn-primary-light:hover, .btn.btn-primary-light:focus {
    background: #C2550C !important;
    color: #0f0f0f !important;
    border: 1px solid #000 !important;
}

.btn.btn-round {
    border-radius: 0;
}

a, a:visited, .text-orange {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    color: #FF6600;
}

a:hover, a:focus {
    color: #0f0f0f !important;
}

.text-light, .text-light a {
    color: #000 !important;
}

.progress-header {
    background: #FF6600;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.progress-header h5 {
    color: #000 !important;
}

.bg-black, .booking .row.bg-black {
    background: #0f0f0f;
}

.bg-primary-muted-1 {
    background: rgba(52,70,62, 0.04);
}

.bg-primary-muted-2 {
    background: rgba(52,70,62, 0.08);
}

.d-none {
    display: none;
}

.slot-selection-container .bootstrap-datetimepicker-widget {
    left: 50% !important;
    margin-left: -130px;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.day.new:not(.disabled)  div{
    color: #2b282b !important;
}


.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div{
    background: transparent !important;
}

@media (max-width: 1920px) {
    .slot-selection-container .bootstrap-datetimepicker-widget {
        left: 50% !important;
        margin-left: -130px !important;
    }
}

.navbar-nav {
    float: left !important;
    margin: 0;
}

.navbar-header {
    float: left !important;
}

.navbar-nav > li {
    float: left;
}

#tdx-customer-navbar {
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #E5E5E5 100%) 0% 0% no-repeat padding-box;
    height: auto !important;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child {
    background: #FF6600;
    color: #000;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th {
    color: #000;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 10px;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 10px;
}

.slot-selection-container .bootstrap-datetimepicker-widget tr {
    border-top: 3px solid transparent;
}

.bootstrap-datetimepicker-widget table td.active > div, .bootstrap-datetimepicker-widget table td.active:hover > div , .bootstrap-datetimepicker-widget span.active{
    background: #FF6600 !important;
    box-shadow: none !important;
}

.leaflet-popup-content-wrapper {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border-radius: 8px;
    color: #fff;
    background: #000;
    opacity: 0.9;
    min-width: 240px;
}

.leaflet-popup-tip {
    display: none;
}

.leaflet-touch .leaflet-control-attribution {
    background: #FF6600;
    color: #000;
}

.leaflet-touch .leaflet-control-attribution a {
    color: #000;
}

.row-grey {
    background: #333;
    padding-bottom: 00px;
}

section.separate-section {
    position: relative;
    background: #FF6600;
    color: #000;
    text-align: center;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
    box-shadow: 0px 3px 6px #0f0f0f00029;
}

.ss-style-doublediagonal {
    background: #333;
}

.ss-style-doublediagonal::before {
    background: #333;
}

.row-map {
    background: #fff;
    background-repeat: repeat;
}

.row-map .table-slots {
    display: flex;
    flex-wrap: wrap;
}

.row-map div.slot-choice {
    height: 40px !important;
    opacity: 1;
    display: block;
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
    padding-top: 9px;
    margin: 4px;
    flex: 0 0 100%;
    text-align: center;
    font-size: 15px;
}

.row-map div.slot-choice span.label {
    background: transparent !important;
    font-weight: normal;
    color: #0f0f0f !important;
}

.row-map div.reserved, .row-map td:disabled {
    /*background: #707070 !important;*/
    height: 40px !important;
    border: none !important;
    display: inline-block;
    border-radius: 4px;
    background-color: #666;
    padding: 4px;
    padding-top: 9px;
    margin: 4px;
    flex: 0 0 100%;
    text-align: center;
    font-size: 15px;
}

.row-map th {
    border: none !important;
}


.row-map div.slot-choice:hover span.label, .row-map div.slot-choice.active span.label, .row-map div.slot-choice:focus, span.label {
    font-size: 18px !important;
}

@media (min-width: 768px) {

    .row-map div.slot-choice:hover, .row-map div.slot-choice.active, .row-map div.slot-choice:focus {
        background: #FF6600 !important;
        color: #000 !important;
        cursor: pointer;
    }


    .row-map div.slot-choice.active {
        background: #FF6600 !important;
        color: #000 !important;
    }
}

@media (max-width: 768px) {

    .row-map div.slot-choice:hover, .row-map div.slot-choice:focus {
        background: #FF6600 !important;
        color: #000 !important;
        cursor: pointer;
    }

    .row-map div.slot-choice.active {
        background: #FF6600 !important;
        color: #000 !important;
    }

    .row-map div.slot-choice.active span.label {
        font-size: 15px !important;
    }
}

@media (pointer: coarse) {
    .row-map div.reserved span, .row-map td:disabled span, .row-map td, .row-map th {
        font-size: 18px !important;
    }

    .row-map div.slot-choice:hover, .row-map div.slot-choice:focus {
        background: #FF6600 !important;
        color: #000 !important;
    }

    .row-map div.slot-choice.active {
        background: #FF6600 !important;
        color: #000 !important;
    }
}

.row-map div.slot-choice.active span.label, .row-map div.slot-choice:hover span.label, .row-map div.slot-choice:focus span.label {
    color: #000 !important;
}

.slot-list-group .action-step-2 {
    border: none !important;
}

.slot-list-group .list-group-item {
    border-bottom: 1px solid #707070 !important;
    margin-bottom: 0;
    min-height: 60px;
    padding-top: 0;
}

.slot-list-group .list-group-item a {
    padding-top: 20px;
}

.slot-list-group .list-group-item:hover , .slot-list-group .list-group-item.active, .slot-list-group .list-group-item:focus {
    background: #FF6600 !important;
    color: #0f0f0f !important;
}

.slot-list-group .list-group-item .label {
    color: #FF6600;
}

.slot-list-group .list-group-item:hover .label {
    background: #000 !important;
    color: #0f0f0f;
}

#map {
    margin-top: 0;
}

.list-group, .list-group-item {
    background: none;
    border-radius: 2px !important;
}

.list-group-item {
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

form input, form select, form label, form checkbox {
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal !important;
    font-size: 13px;
}

form label.form-check-label {
    font-weight: normal;
    font-size: 15px;
}

.form-group {
    margin-top: 26px;
}

.slots-header .form-group {
    margin-top: 6px;
}

.form-control,
.form-group .form-control,
.form-control[disabled],
.bootstrap-select {
    outline: none !important;
    line-height: 28px;
}

.form-group.text-left.date-group {
    margin-bottom: 40px;
}

.form-group-dataprotection a {
    color: #0f0f0f;
    font-weight: bold;
    text-decoration: underline;
}

.form-group.is-focused .form-control {
    background-color: rgba(88, 88, 90, 0.05);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6600), to(#FF6600)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: linear-gradient(#FF6600, #FF6600), linear-gradient(#D2D2D2, #D2D2D2) !important;
    border-bottom: none !important;
}

.form-group.has-error .form-control {
    background-color: rgba(213, 0, 0, 0.05);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D50000), to(#D50000)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) !important;
    background-image: linear-gradient(#D50000, #D50000), linear-gradient(#D2D2D2, #D2D2D2) !important;
    border-bottom: none !important;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active {
    background-color: #58585a !important;
    color: #000 !important;
}

.filter-control.form-control {
    color: #000 !important;
    border-bottom-color: #000 !important;
    border-bottom-width: 1px !important;
    padding: 5px;
}

.filter-control.form-control option {
    color: #0f0f0f !important;
}

.simple-card {
    border: solid 1px #000;
    border-radius: 0px;
    padding: 24px;
    display: block;
    color: #000;
    box-shadow: none;
}

.ktm-card, a.ktm-card {
    border: solid 1px #000;
    border-radius: 0px;
    padding: 24px;
    display: block;
    color: #222;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 3px 1px -2px rgba(0, 0, 0, 0), 0 2px 2px 0 rgba(0, 0, 0, 0);
}

.ktm-card img.ktm-logo {
    margin-bottom: -24px;
}

.ktm-card .icon-active {
    display: none;
}

.ktm-card .icon-inactive {
    display: block;
}

.ktm-card:not(.disabled):hover {
    background: #000;
    color: #fff !important;
    cursor: pointer;
}

.ktm-card.active {
    border: 1px solid #FF6600;
}

.ktm-card.disabled {
    border: 1px solid #ccc;
    color: #ccc;
    cursor: not-allowed;
}

.ktm-card.disabled span {
    color: #ccc;
}

.info-card {
    border-bottom: 2.5px solid #FF6600;
    border-radius: 0px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 3px 3px 10px #00000029;
}

@media (min-width: 992px) {
    .d-md-flex {
        display: flex;
    }

    .d-md-flex .flex-col {
        flex: 1;
        min-height: 100%;
    }

    .d-md-flex .flex-col .info-card {
        min-height: 100%;
    }
}

.tdx-customer-card, a.tdx-customer-card {
    border: solid 1px #000;
    border-radius: 4px;
    padding: 24px;
    display: block;
    color: #0f0f0f;
    box-shadow: none;
}

.tdx-customer-card img.tdx-customer-logo {
    margin: 24px;
    height: 60px;
}

.tdx-customer-card .icon-active {
    display: none;
}

.tdx-customer-card .icon-inactive {
    display: block;
}

.bike-button .tdx-customer-card {
    margin-bottom: 8px;
}

.bike-button .tdx-customer-card:active, .bike-button .tdx-customer-card:hover, .bike-button .tdx-customer-card:focus {
    margin-bottom: 6px;
}

.event-card-block-right {
    float: right;
    text-align: right;
    width: 300px;
}

@media (max-width: 992px) {
    .event-card-block-right {
        padding: 16px;
    }
}

@media (max-width: 668px) {
    .event-card-block-right {
        float: none;
        text-align: left;
        width: 100%;
        padding: 0;
    }
}



.event-card-block-middle {
    float: right;
    text-align: left;
    width: 300px;
    padding: 16px;
}

.event-card-block-middle h4{
    margin: 0;
}

.event-card-block-middle p{
    margin-bottom: 12px;
    font-size: 14px;
    margin-top: 0;
}

@media (max-width: 992px) {
    .event-card-block-middle {
        float: none;
        width: 100%;
    }
}


.bike-info strong {
    font-size: 18px;
}

a.tdx-customer-card:hover, a.tdx-customer-card:focus, a.tdx-customer-card.active, div.tdx-customer-card.active {
    border: solid 2px #fff;
}

a.tdx-customer-card:hover p, a.tdx-customer-card:focus p, a.tdx-customer-card.active p, div.tdx-customer-card.active p {
    color: #0f0f0f;
}

a.tdx-customer-card:hover p.text-#0f0f0f, a.tdx-customer-card:focus p.text-#0f0f0f, a.tdx-customer-card.active p.text-#0f0f0f, div.tdx-customer-card.active p.text-#0f0f0f {
    color: #0f0f0f;
}

a.tdx-customer-card:hover .icon-inactive, a.tdx-customer-card:focus .icon-inactive, a.tdx-customer-card.active .icon-inactive, div.tdx-customer-card.active .icon-inactive {
    display: none;
}


a.tdx-customer-card:hover .icon-active, a.tdx-customer-card:focus .icon-active, a.tdx-customer-card.active .icon-active, div.tdx-customer-card.active .icon-active {
    display: block;
}

.text-#0f0f0f {
    color: #0f0f0f;
}

.text-muted {
    color: #666666 !important;
}

.lds-dual-ring:after {
    border: 5px solid #FF6600;
    border-color: #FF6600 transparent #FF6600 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.branding-footer a {
    text-transform: uppercase;
    color: #BBBCBC !important;
    text-decoration: none;
}

.branding-footer p, .branding-footer a i {
    color: #BBBCBC;
}

.branding-footer a.social-link {
    font-size: 2.2em;
    margin-left: 20px;
    margin-right: 20px;
    display: inline-block;
}

.container-footer {
    font-size: 0.8em;
}

.form-group label.control-label {
    font-size: 13px;
    color: #0f0f0f;
}

section.section-suzuki {
    box-shadow: 0px 0px 23px #8a8a8a;
}

.ss-style-triangles-shadow::after {
    left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    box-shadow: 13px 15px 20px 0px #e8e8e8;
}

.nav-tabs li a {
    color: #0f0f0f !important;
    padding: 5px;
}

.nav-tabs li.active a {
    color: #0f0f0f !important;
}

.nav-tabs li a:hover {
    color: #0f0f0f !important;
    padding: 5px;
}

.nav-tabs li.active {
    border-bottom: 3px solid #FF6600;
}

.cc-color-override-382972913 .cc-link, .cc-color-override-382972913 .cc-link:active, .cc-color-override-382972913 .cc-link:visited {
    color: rgb(214, 214, 214) !important;
}

.datepicker table td, .datepicker table td div {
    color: #0f0f0f;
}

.datepicker table td.disabled div {
    color: #CFD8D7;
}

.datepicker table thead {
    color: #0f0f0f;
}

.datepicker table th, .datepicker table thead tr {
    background: #fff !important;
    color: #0f0f0f !important;
    border: none !important;
    box-shadow: none !important;
}

.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:last-child,
.slot-selection-container .bootstrap-datetimepicker-widget thead tr:last-child th:first-child {
    background: #fff !important;
    color: #0f0f0f !important;
    border: none !important;
    box-shadow: none !important;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
    color: #CFD8D7;
}

.card [data-background-color="branded"] {
    background: #FF6600;
}

.label.label-primary {
    background: #FF6600;
}


.btn-info i {
    color: #000 !important;
}

.btn-info {
    background: #12283b !important;
}

.btn-info:hover, .btn-info:focus {
    background: #FF6600 !important;
    color: #000 !important;
}

.cc-btn.cc-dismiss {
    background: #FF6600 !important;
    color: #000 !important;
}


.cc-window {
    background: #58585a !important;
}

.form-group.has-error .form-check label {
    background-color: rgba(213, 0, 0, 0.08);
    border-bottom: 2px solid #D50000 !important;
}

.info-desc p {
    padding: 0 !important;
}

#data-protection-hd a {
    text-decoration: underline !important;
}

.hd-separator {
    width: 80px;
    height: 8px;
    background: #FF6600;
    margin-bottom: 6px;
}

.padded-content {
    padding-left: 56px;
    padding-right: 56px;
}

@media (max-width: 768px) {

    .padded-content {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.text-normal {
    text-transform: none !important;
}

#klaro .cookie-modal {
    z-index: 1050 !important;
}

#klaro .cm-modal {
    background: #000 !important;
}

#klaro .cm-modal .cm-header h1.title {
    color: #FF6600;
}

#klaro .cm-modal .cm-header p {
    color: #fff;
}

#klaro .cm-modal a {
    color: #FF6600 !important;
    text-decoration: underline;
}

#klaro .cm-powered-by {
    display: none;
}

.cm-btn {
    background: #FF6600 !important;
    color: #000 !important;
}

.cm-switch div {
    background: #FF6600 !important;
}

.cm-btn-decline, .cm-btn-accept-all {
    display: none;
}

.lbl-container-gearbox_name {
    display: none;
}

.label-auto-1, .label-tdx-customer {
    background: #FF6600 !important;
    color: #fff;
}

.modal .card {
    border: none;
    box-shadow: none;
}

.booking-page .alert {
    z-index: 9999 !important;
}

.summary-page .alert {
    display: none !important;
}

.card-faq hr {
    border-bottom: 1px solid #ccc;
}

.tdx-shop-navigation .tdx-btn-nav:first-child, .tdx-btn-reservations {
    display: none !important;
}

.tdx-shop-navigation .tdx-btn-nav {
    text-align: center !important;
}

.tdx-shop-navigation .tdx-btn-nav {
    flex: 1 1 33% !important;
}


.tdx-card {
    box-shadow: none;
    border: 1px solid #000;
}


.tdx-shop-actions .tdx-card {
    box-shadow: none !important;
}

.tdx-shop-actions .tdx-btn {
    color: white !important;
    text-transform: uppercase;
}

.tdx-shop-actions .tdx-btn.tdx-btn-link {
    color: #FF6600 !important;
    text-transform: none !important;
}

.modal.animate-bottom {
    bottom: 0;
}

.animate-bottom .modal-content {
    position: relative;
    bottom: 0;
    border-radius: 0;
}

.animate-bottom .modal-content .modal-body {
    max-height: 70vh;
    overflow-y: auto;
}

.animate-bottom .modal-dialog {
    width: 100% !important;
    bottom: 0;
    position: absolute;
    animation: animatebottom 0.6s;
    margin: 0 !important;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

.info-modal h4{
    margin-top: 40px;
    font-size: 1.2em;
    margin-bottom: 0;
}

body.modal-open {
    touch-action: none;
    overscroll-behavior: none;
    overflow: auto;
    padding-right: 0px !important;
}

.form-control[disabled], .form-group .form-control[disabled], fieldset[disabled] .form-control, fieldset[disabled] .form-group .form-control {
    background-image: none;
    border: 1px dotted #d2d2d2 !important;
}

@media (max-width: 768px) {
    .footer-padded {
        padding: 40px;
    }
}

.no-events h3 {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

/*.ktm-eicma-media-slots h1, h2, h3, h4 {*/
/*    font-family: 'blender-pro', 'roboto', sans-serif;*/
/*}*/

.gasgas-eicma-media-slots.booking-page hr {
    border-bottom: 2px solid #CB0D25;
}

.gasgas-eicma-media-slots .btn.btn-primary {
    color: #fff !important;
    background: #CB0D25 !important;
    font-size: 1.1em;
    font-weight: normal;
    border: 2px solid #CB0D25;
    text-transform: uppercase;
    box-shadow: none !important;
}

.gasgas-eicma-media-slots .btn.btn-link-primary {
    color: #CB0D25 !important;
}

.gasgas-eicma-media-slots .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff !important;
}

.gasgas-eicma-media-slots .bootstrap-datetimepicker-widget table td.active > div, .gasgas-eicma-media-slots .bootstrap-datetimepicker-widget table td.active:hover > div , .gasgas-eicma-media-slots .bootstrap-datetimepicker-widget span.active{
    background: #CB0D25 !important;
}

.gasgas-eicma-media-slots .row-map div.slot-choice:hover, .gasgas-eicma-media-slots .row-map div.slot-choice.active, .gasgas-eicma-media-slots .row-map div.slot-choice:focus {
    background: #CB0D25 !important;
    color: #fff !important;
}

.gasgas-eicma-media-slots .row-map div.slot-choice:hover span.label, .gasgas-eicma-media-slots .row-map div.slot-choice.active span.label, .gasgas-eicma-media-slots .row-map div.slot-choice:focus span.label {
    color: #fff !important;
}

.gasgas-eicma-media-slots .row-map div.slot-choice.active {
    background: #CB0D25 !important;
    color: #fff !important;
}

.husqvarna-eicma-media-slots.booking-page hr {
    border-bottom: 2px solid #002550;
}

.husqvarna-eicma-media-slots .btn.btn-primary {
    color: #fff !important;
    background: #002550 !important;
    font-size: 1.1em;
    font-weight: normal;
    border: 2px solid #002550;
    text-transform: uppercase;
    box-shadow: none !important;
    font-family: "Helvetica Neue", "Open Sans", sans-serif !important;
}

.husqvarna-eicma-media-slots a {
    font-family: "Helvetica Neue", "Open Sans", sans-serif !important;
}

.husqvarna-eicma-media-slots .btn.btn-link-primary {
    color: #002550 !important;
}

.husqvarna-eicma-media-slots .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff !important;
}

.husqvarna-eicma-media-slots .bootstrap-datetimepicker-widget table td.active > div, .husqvarna-eicma-media-slots .bootstrap-datetimepicker-widget table td.active:hover > div , .husqvarna-eicma-media-slots .bootstrap-datetimepicker-widget span.active{
    background: #002550 !important;
}

.husqvarna-eicma-media-slots .row-map div.slot-choice:hover, .husqvarna-eicma-media-slots .row-map div.slot-choice.active, .husqvarna-eicma-media-slots .row-map div.slot-choice:focus {
    background: #002550 !important;
    color: #fff !important;
}

.husqvarna-eicma-media-slots .row-map div.slot-choice:hover span.label, .husqvarna-eicma-media-slots .row-map div.slot-choice.active span.label, .husqvarna-eicma-media-slots .row-map div.slot-choice:focus span.label {
    color: #fff !important;
}

.husqvarna-eicma-media-slots .row-map div.slot-choice.active {
    background: #002550 !important;
    color: #fff !important;
}

.mv-agusta-eicma-media-slots.booking-page hr {
    border-bottom: 2px solid #1d1d1b;
}

.mv-agusta-eicma-media-slots .btn.btn-primary {
    color: #fff !important;
    background: #1d1d1b !important;
    font-size: 1.1em;
    font-weight: normal;
    border: 2px solid #1d1d1b;
    text-transform: uppercase;
    box-shadow: none !important;
}

.mv-agusta-eicma-media-slots .btn.btn-link-primary {
    color: #1d1d1b !important;
}

.mv-agusta-eicma-media-slots .btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff !important;
}

.mv-agusta-eicma-media-slots .bootstrap-datetimepicker-widget table td.active > div, .mv-agusta-eicma-media-slots .bootstrap-datetimepicker-widget table td.active:hover > div , .mv-agusta-eicma-media-slots .bootstrap-datetimepicker-widget span.active{
    background: #1d1d1b !important;
}

.mv-agusta-eicma-media-slots .row-map div.slot-choice:hover, .mv-agusta-eicma-media-slots .row-map div.slot-choice.active, .mv-agusta-eicma-media-slots .row-map div.slot-choice:focus {
    background: #1d1d1b !important;
    color: #fff !important;
}

.mv-agusta-eicma-media-slots .row-map div.slot-choice:hover span.label, .mv-agusta-eicma-media-slots .row-map div.slot-choice.active span.label, .mv-agusta-eicma-media-slots .row-map div.slot-choice:focus span.label {
    color: #fff !important;
}

.mv-agusta-eicma-media-slots .row-map div.slot-choice.active {
    background: #1d1d1b !important;
    color: #fff !important;
}


#klaro .cookie-modal {
    z-index: 1050 !important;
}

#klaro .cm-modal {
    background: #fafafa !important;
}

#klaro .cm-modal .cm-header h1.title {
    color: #CC0000;
}

#klaro .cm-modal .cm-header p {
    color: #0f0f0f;
}

#klaro .cm-modal a {
    color: #CC0000 !important;
    text-decoration: underline;
}

#klaro .cm-powered-by {
    display: none;
}

.cm-btn {
    background: #CC0000 !important;
    color: #fafafa !important;
}

.cm-switch div {
    background: #CC0000 !important;
}

.cm-btn-decline {
    display: none;
}

.cm-btn-accept {
    background: #fafafa !important;
    color: #CC0000 !important;
    border: 1px solid #CC0000 !important;
}