/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px!important;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
}

a{
    color: #ffbb00;
}

/* ------ TOP BAR ----------*/
.top-bar{
    background-color: #000!important;
}

.controls-list .list-inline-item{
    font-size: 9px;
    padding: .5rem .8rem;
}

li.list-inline-item.tel-number{
    padding: .5rem .8rem;
}

li.list-inline-item.control-user{
    padding: 0;
}
/* ------ END TOP BAR ----------*/






/* ------ MIDDLE BAR ----------*/

.middle-bar{
    background-color: #000;
    width: 100vw;
    left: calc(-1 * (100vw - 100%) / 2) !important;
    padding: 15px 0px;
}

.middle-bar .logo-section{
    width: 33%;
}

#searchBox{
    width: 40%;
    display: flex;
    align-items: center;
}
.search-input{
    font-size: 12px;
    height: 40px;
}
.search-submit{
    width: 50px;
    background-color: #ffbb00;
}

/*.search-submit::before {
    border-right: 38px solid transparent;
    border-top: 32px solid #fff;
    content: "";
    position: absolute;
    right: 65px !important;
    top: 3px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    width: 0;
    z-index: 102;
    overflow: hidden;

}*/

.buttonshoppingcart{
    width: 27%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
}

.buttonshoppingcart > a {
    background-color: #fff;
    height: 40px;
    display: block; 
    padding: 4px 11px;
}

.buttonshoppingcart > a > i {
    color: #ffbb00;
}

.buttonshoppingcart > a > span{
    font-size: 12px;
}
/* ------ END MIDDLE BAR ----------*/

/* ------ NAVBAR BAR ----------*/
.navbar{
    background-color: #000;
    border-top: 1px solid #fff;
}

.main-navbar-collapsable .mainmenu{
    justify-content: flex-start;
}

.main-navbar-collapsable .mainmenu>li>a{
    font-size: 12px;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-navbar-collapsable .mainmenu>li:hover{
    background-color: #ffbb00;
}

.main-navbar-collapsable .mainmenu>li:hover a{
    color: #000;
}

.main-navbar-collapsable .ddown>a::after {
    padding-left: .5em;
    font-family: FontAwesome;
    font-size: inherit;
    content: "\f106";
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
}

.main-navbar-collapsable .ddown:hover > a::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

ul.mainmenu>li>ul.collapse li {
    page-break-inside: avoid;
    break-inside: avoid;
}

.ddown:active > ul{
    padding: 20px 20px;
}

.megamenu .collapse-inner{
    padding: 30px;
}

.collapse-inner .level1{
    margin-bottom: 20px;
    border-bottom: 4px double #ffbb00;
    min-height: 51px; 
}

.collapse-inner  .level2 > a {
    font-size: 11px !important;
}
/* ------ END NAVBAR BAR ----------*/

/* ------ FOOTER ----------*/
.footer-background{
    background-color: #222222!important;
    padding: 50px 0 0 0;
   
}

.wedget-title {
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-transform: uppercase;
}

.wedget-title:hover{
    color: #ffbb00;
}

.footer-account-area ul li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.footer-account-area ul li a:hover{
    color: #ffbb00;
}

.footer-top-content.footer-account-area ul{
    padding: 0;
    min-height: 150px;
}

.footer-top-content.footer-account-area ul li{
    color: #fff;
    list-style-type: none;
}
.footer-top-content.footer-account-area .logo_haendlerbund {
    background-color: #fff;
    margin-top: 10px;
    text-align: center;
}
.footer-contact > p {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer-contact > p > span a{
    color: #fff;
}

.hours.footer-top-content.footer-account-area .table{
    color: #fff;
}

.footer-bottom-area{
    background-color: #000;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom-area .copyright{
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.footer-bottom-area .copyright .companyname{
    color: #ffbb00;
}
/* ------ END FOOTER ----------*/

/* ------ Catogory Page ----------*/
.widget-background .parallax-img-container-inner{
    background-color: #ffbb00;
    padding: 80px 0;
}

.parallax-img-container .category-title{
    color: #fff;
    font-size: 40px!important;
    font-weight: 600;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
}

.widget.widget-grid.widget-two-col.row.content-widget{
    margin-top: 50px;
}

.widget-navigation-tree .category-title{
    background-color: #ffbb00;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
/* ------ END Category Page ----------*/

/* ------ RESPONSIV BREAK POINT PX ----------*/
@media (max-width: 675px) { 

   /* ------ TOP BAR ----------*/
    .top-bar-items .information{
        display: none;
    }
   /* ------ END TOP BAR ----------*/

    /* ------ Middle BAR ----------*/
   .middle-bar .logo-section{
       width: 50%;
       padding: 0 10px;
   }

   #searchBox{
        display: none;
    }
    #page-header-parent .navbar > .container-max > .row{
        justify-content: space-between;
    }
    #mobileSearchBox{
        width: 100%;
    }
    #mobileSearchBox > .container-max > .position-relative{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    #page-header-parent .navbar > .container-max {
        padding: 0 10px;
    }
    #mobileSearchBox > .container-max > .position-relative > div{
        max-width: 250px;
    }
    #mobileSearchBox > .container-max{
        padding: 0;
    }
    .search-submit{
        width: 40px;
        min-width: 40px;
        padding: 0 5px !important;
    }

    .middle-bar .buttonshoppingcart{
        width: 50%;
        padding: 0 10px;
    }

    .navbar-toggler{
        position: relative;
        color: #fff;
        font-size: 22px;
    }
    /* ------ END TOP BAR ----------*/
}
/* ------ END RESPONSIV BREAK POINT PX ----------*/

/* ------ RESPONSIV BREAK POINT PX ----------*/
@media (max-width: 991.98px) {
    .navbar-toggler{
        position: relative;
        color: #fff;
        font-size: 22px;
    }
}

/* ------ Homepage Slider ----------*/

.widget-image-carousel.widget-warning .widget-caption h2 {
    background-color: transparent !important;
    color: white !important;
}

.widget-image-carousel.widget-warning .widget-caption h2 > i {
    display: none;
}

.widget-image-carousel .widget-inner .widget-caption {
	top: 120px;
}

/* ------ END Homepage Slider ----------*/
@media(min-width:400px){
    .controls-list .list-inline-item{
        font-size: 13px;
    }
    .buttonshoppingcart > a{
        width: 120px;
        text-align: center;
    }
}
@media(min-width:676px){
    #mobileSearchBox{
        display: none;
    }
}
@media(min-width:1200px){
    .main-navbar-collapsable .mainmenu>li>a{
        font-size: 15px;
    }
}