@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Questrial');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');



/* Change background colour */
body {
    font-family: "Questrial", "Nunito", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.page-body { min-height: 460px; }

/* MENU STYLES */
@media (min-width: 992px){
    #mainNavbarCollapsable ul.mainmenu>li>a {
        padding: 0.5rem 0.5rem;
        margin-right: 1rem;
    }
}
#mainNavbarCollapsable ul.mainmenu>li>a {
    color: white;
    text-transform: uppercase;
}


/* HEADER STYLES */
nav {
    background: transparent!important;
}

.navbar-toggler {
    background-color: white;
}

.top-bar {
    background: url(https://cdn03.plentymarkets.com/834prlb6kb1x/plugin/4/mytemplate/images/nicebackground.png) no-repeat #000 !important;
    z-index: 1050;
}



@media (min-width: 992px) {

    /* Correct size of company logo */
    .navbar-brand img {
        max-height: inherit;
    }

    /* Correct Position on desktop */
    .navbar-brand img {
        position: relative;
        bottom: 11px;
        left: 22px;
    }

    /* Pull menu to right */
    nav.navbar .container-max > div.row #mainNavbarCollapsable {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .mynav .search-box-inner {
        display: block !important;
        position: absolute;
        right: 0;
        bottom: 5px;
    }
    .mynav .search-box-inner button {
        background: transparent;
        border: 0;
        color: #888;
    }
    .mynav .search-box-inner input  {
        background: transparent;
        border: 1px solid white;
        width: 230px;
        height: 30px;
        padding-left: 5px;
        color: white;
    }
}
.mynav .search-box-inner {
    display: none;
}

/* SLIDER */
.widget-proportional {
    position: relative;
    padding-bottom: 25.33333%!important;
    overflow: hidden;
}

/* remove for new slider
.widget-image-carousel .widget-inner .carousel-item img.img-cover {
    -o-object-fit: contain!important;
    object-fit: contain!important;
}
*/

.widget-image-carousel .widget-inner {
    border-bottom: 2px solid black;
}



/* FOOTER STYLES */
footer {
    background-color: black;
}
footer a {
    color: white!important;
}
footer .bold {
    font-weight: bold;
}
footer P {
    font-size: 16px;
    font-weight: normal;
    color: #6f6f6f;
    margin: 15px 0 12px;
}
footer ul.footerList {
    padding-left: 0;
    list-style: none;
}


/* WIDGET */
.widget-header .bg-appearance {
    background-color: #F1F1F1!important;
    color: #000!important;
    text-transform: uppercase;
    font-size: 24px;
}

.widget-header>.widget-inner>.widget-caption>a{
    color: #000!important;
    font-size: 11px;
}

.widget-height-300 {
    height: 300px
}

.front-highlights .widget-image-box-caption {
    padding: 0.5rem!important;
    text-align: center;
}
.front-highlights .widget-image-box {
    transition: all .3s;
}
.front-highlights .widget-image-box:hover {
    transform: scale(1.3);
    z-index: 99;
}

/* AUSVERKAUFT */
.availability_7 {
    background-color: #dc3545;
    color: #fff;
    width: 100%;
    font-size: 1.3em;
}

.availability_10 {
    background-color: #f7f7f9;
    color: #fff;
}

/* BADGE */
.page-singleitem .badge {
    display: none;
}

.availability.badge {
	    display: block;
}
header {
    background: url(https://cdn03.plentymarkets.com/834prlb6kb1x/plugin/4/mytemplate/images/nicebackground.png) no-repeat #000 !important;
    z-index: 1050;
}
.navbar .container-max { display:block
}
#mainNavbarCollapsable ul.mainmenu {
    list-style: none;
    height: 100%;
    margin: 0;
    padding: 0;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
