.banner-images-big{display:none;visibility:hidden;}
@media (min-width: 992px){
.navbar-nav {
    margin: 48px auto -20px auto;
	}
	}
	header .top-nav-container a{color:#000;padding: 0 2px 0 2px !important;}
	.top-nav-container .navbar-nav{margin: 68px auto -20px auto;display:none;}
.mainbox-frontpage .over, .page-VerleihMotorraeder .over{    background: url(/Content/Design2016/images/arrow-left.png) no-repeat 0% 50% #000;}
.footer-contact-second{background-color:#000 !important;color:#aaa;}
.footer-contact-second .contact-info{color:#aaa !important;font-weight:bold;     font-size: 1.2em !important;}
.contact-info{font-size: 1.2em !important;}
.footer-contact-second .contact-info h2{    margin: 0;height: 2em; line-height: 2.1em;}
.footer-contact-second .contact-info h2     i{    position: absolute; left: 0; top: 0;}
.contact-info a{ color:#fff;}
.dealerinfo-slider{width:33%;    background: url(/Content/images/DEFAULT2015/arrow-slider.png) 1% 50% no-repeat #000;}
@media(max-width:767px){
    .dealerinfo-slider{width:100%;}
    header .name-container img{float:left;}
}
.dealerinfo-slider h4,.dealerinfo-slider div{color:#ff7500;padding:0;}
.dealerinfo-slider h4{font-size:2em;padding:0 0 0 10px;}
.dealerinfo-slider h2{margin:10px;}
header .navbar-default #navbar .nav > li {
    padding: 24px 0px 18px 6px !important;
}
header .navbar-default #navbar .nav > li > a{    padding: 0 6px 0 0 !important;}
.contact-info h2,.contact-info{    font-family: 'Oswald', sans-serif !important;}
.footermenu {
    display: none;
}
.footerbottom {
    margin: 0px auto;
}
footer .footercontainer .footerbottom ul li:first-child{font-weight:normal !important;}
.dealerinfo-slider .telephone{    width: 40%;}
.dealerinfo-slider .col-md-8{width:60%;}
.over_background_gr{display:none !important;}
.navbar-nav:before,.navbar-nav:after {
    display: none;
}
footer .footercontainer .footerbottom ul li{text-transform:uppercase;}
.detailansicht_center .item_ueberschrift,h1{
        text-transform: uppercase;
        font-weight: 900;
        font-size: 1.6em !important;
        color: black;
        margin:10px 0 10px
    }
.item_ueberschrift{    font-size: 2em !important;}
.gebrauchtedetail .detail-view label, .motkatdetail .detail-view label, .newsdetail .detail-view label{font-size:1em !important; }

.boximg-fp .boxhead,.boximg-fp .headline{display:none;}
.mainbox-frontpage .over{position: absolute;
    left: 0;
    top: 0;
    padding: 4% 15% 4% 4%;
    color: #fff;
    margin: 0;
    text-transform: uppercase;    background: url(/Content/Design2016/images/arrow-left.png) no-repeat 100% 50% #000;
    font-size: 1.25em;}
	
	.cbox.widget {
    background-color: #edeef0;
    margin: 0px;
    padding: 50px 0px;
}

.cbox.widget h2 {
    font-size: 40px;
    text-align: center;
}

.jo-websitewidget {
    margin: 30px 0px;
}

.jo-websitewidget .jo-websitewidget-itemcontainer {
    display: flex;
    flex-direction: column;
}

.jo-websitewidget .jo-websitewidget-item {
    margin: 15px 0px;
    background-color: #ffffff;
    width: 100%;
    position: relative;
}

.jo-websitewidget .jo-images,
.jo-websitewidget .jo-images ul,
.jo-websitewidget .jo-images li {
    width: 100%;
    padding-top: 56.25%; /*aspect ratio 16:9*/
    position: relative;
}

.jo-websitewidget .jo-images li {
    overflow: hidden;
}


.jo-websitewidget .jo-images img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.jo-websitewidget .jo-images ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.jo-websitewidget .jo-images li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}


.jo-websitewidget .jo-content,
.jo-websitewidget .jo-title,
.jo-websitewidget .jo-posted-at {
    margin: 20px;
    text-align: center;
}

.jo-websitewidget .jo-title {
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}

.jo-websitewidget .jo-posted-at {
    font-size: 12px;
    letter-spacing: 1px;
    color: #bbb;
}


.jo-websitewidget-loadmore {
    text-align: center;
}

.jo-websitewidget-loadmore .jo-loadmore{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 15px 4px 15px;
    border: 3px solid #000000;
    color: #000000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 5px 0px;
    line-height: 22px;
    text-decoration: none;
}

.jo-websitewidget-loadmore .jo-loadmore:focus,
.jo-websitewidget-loadmore .jo-loadmore:hover {
    background-color: #000000;
    color: #ffffff;
}




@media all and (min-width: 600px) {

    .jo-websitewidget .jo-websitewidget-itemcontainer {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .jo-websitewidget .jo-websitewidget-item {
        width: 48%;
    }


}


@media all and (min-width: 1200px) {

    .jo-websitewidget .jo-websitewidget-item {
        width: 32%;
    }


}