﻿.bg-primary {
    background-color: #1f5da6 ;
}
.bg-grey {
    background-color: #eee;
}
.bg-white{
    background-color: #fff;
}
.bg-black{
    background-color: #000;
}
.text-black{
    color: #222;
}
.text-white{
    color: #fff;
}
.align-self-center{
    align-self: center !important;
}
.overflow-hidden{
    overflow:hidden !important;
}
.h-100 {
    height: 100%;
}
.w-100{
    width: 100%;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.mx-1{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.h-85 {
    height: 85%;
}

.w-85 {
    width: 85%;
}
.opacity-0 {
    opacity: 0;
    transition: .5s;
}
.shopbrands .slick-slider .slick-slide img {
    width: 40% !important;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.translate-middle {
    transform: translate(-50%,-50%) !important;
}

.start-50 {
    left: 50% !important;
}

.top-50 {
    top: 50% !important;
}


#bidexKatalog-Angebote .text {
    min-height: 120px;
}
@media (min-width: 768px) {
    .d-md-flex {
        display: flex !important;
    }
}
.categorie a:hover img {
    transform: scale(1.1);
    transition: .5s;
    filter: blur(3px);
    opacity: 0.6;
}
.mainproduct .categorie img {
    opacity: 1;
    transition: .5s;
    transform: scale(1);
}
.position-relative{
    position: relative;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.align-items-center{
    align-items:center;
}
.justify-content-center {
    justify-content: center;
}
.translate-middle-x {
    transform: translateX(-50%);
}
.border {
    border: 1px solid #e0e0e0;
}
.fw-bold{
    font-weight: bold;
}
.mx-auto {
    margin: 0 auto;
}
.m-0 {
    margin: 0px !important;
}
.m-2{
    margin: 0.5rem;
}
.px-3{
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-1{
    padding-top: 10px;
    padding-bottom: 10px;
}
.bottom-0{
    bottom: 0%;
}
.top-50{
    top: 50%;
}
.d-inline-flex {
    display: inline-flex !important;
}
.start-50{
    left: 50%;
}
.font-weight-bold {
    font-weight: bold;
}
.position-absolute{
    position: absolute;
}
.shopContent .caption {
    display: inline-block;
    padding-bottom: 15px;
}
.navbar-brand img {
    width: 320px;
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav li:hover {
    background: #1f5da6;
    color:#fff;
    -webkit-transition: none;
    transition: none;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar-nav > li {
    padding: 7px;
}
.navbar-nav > li > .dropdown-menu {
    padding-right: 0px;
}
.navbar-nav > li > .dropdown-menu li:hover{
    background: #1f5da6;
    -webkit-transition: none;
    transition: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: inherit;
}
.dropdown-menu > li > a {
    padding: 7px 20px;
}
.navbar .socialmedia a, footer .socialmedia a {
    background-color: #1f5da6;
    color: #fff;
    padding: 15px 15px 15px 15px;
}
.navbar .socialmedia a:hover {
    background-color: #222;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}
.bb {
    border-bottom: 1px dashed #ccc;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #fff;
    background-color: #1f5da6;
    border-color: #1f5da6;
}
.btn-details {
    background: #1f5da6;
}
.translate-middle {
    transform: translate(-50%,-50%) !important;
}
.d-flex {
    display: flex;
}
a {
    color: #1f5da6;
}
.p-15{
    padding-left: 15px;
    padding-right: 15px;
}
.p-0{
    padding: 0px !important;
}
.p-3{
    padding: 1rem !important;
}
.p-4{
    padding: 1.5rem !important;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-3{
    padding-top: 1rem;
}
.pt-5{
    padding-top: 2rem;
}
.mt-3{
    margin-top: 1rem;
}
.mt-20{
    margin-top: 20px;
}
.mt-35{
    margin-top: 35px;
}
.mt-50{
    margin-top: 50px;
}
.mt-100{
    margin-top: 100px;
}
.mr-3{
    margin-right: 3rem;
}
.mb-3{
    margin-bottom: 1rem;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom:25px;
}
.h-80{
    height:80px;
}
.priceBox p.price span.price, .priceBox p.price span.currency, #bidexKatalog-Angebote span.price {
    color: #ff8424;
    font-size: 30px;
    font-weight: bold;
}

.btn-default, .btn-primary {
    color: #fff;
    background-color: #1f5da6;
    border-color: #1f5da6;
    transition: all 200ms linear;
}
.btn-default:hover, .btn-primary:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-kontakt {
    padding-left: 40px;
    padding-right: 40px;
    color: #fff;
    background-color: #1f5da6;
    border-color: #1f5da6;
    transition: all 200ms linear;
}
.btn-kontakt:hover {
    background-color: #1a1a1a;
    color:#fff;
}
.shopOffers .thumbnail .caption img{
    margin: auto;
}
.shopOffers .thumbnail .caption h3{
    margin-top: 10px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
.card img{
    margin: 0 auto;
}
.card-body h3 span, h2 span, h1 span {
    color: #000;
}
.OfferBike .page-header h1{
    font-size: 30px;
    margin-top: 10px;
}
.caption h3{
    margin-top: 10px;
}
.kontakt .leasingrechner img{
    width: 200px;
}
footer a{
    color: #fff;
    text-decoration: underline;
}
footer a:hover{
    color: #cccccc;
}
footer .footer-nav ul{
    list-style: none;
}
.ShopContentText {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-column-rule: 1px dashed #ccc;
    -moz-column-rule: 1px dashed #ccc;
    column-rule: 1px dashed #ccc;
}
.shopBrands h2 {
    background-color: #1f5da6;
    color: #fff;
    padding: 10px;
}
.mainproduct .slick-slider .slick-dots {
    display: none !important;
}
