@font-face{
    font-family: 'bmw_head';
    src: url('../fonts/BMWGlobal_Pro_bold.ttf') format('truetype');
}
@font-face{
    font-family: 'bmw_main';
    src: url('../fonts/BMWGlobal_Pro_reg.ttf') format('truetype');
}
h2, h1{
    font-family: "bmw_head", Arial, sans-serif;
}
h2{
    font-size: 18px;
}
h1{
    font-size: 24px;
}
body p{
    font-family: "bmw_main", Arial, sans-serif;
}
.language_top{
    position: absolute;
    top: 10px;
    right: 10px; 
    font-size: 16px;
}
.language_bottom{
    position: absolute;
    bottom: 10px;
    right: 10px; 
    font-size: 12px;
}
footer{
    background-color: #dadada;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
}
.main-button{
    background-color: blue;
    height: 100%;
    padding: 0px;
}
#JMM_logo{
    z-index: -10000;
    float:left;
}
.panel{
    border: none!important;
    box-shadow: none;
}
.showroom_img_wrap{
    overflow: hidden;
}
.showroom_wrap{
    background: rgba(0,0,0,0.1);
}
.showroom_title{
    padding: 0px;
}
.showroom img { 
    transition: all .4s ease-in-out; 
}
.showroom:hover img { 
    transform: scale(1.1); 
}
.showroom_details{
    margin: 15px 0 15px 0;
}
.hover_element{
    position: absolute;
    top: 50px;
    padding: 0px;
    opacity: 0.5;
    transition: opacity .7s ease-in-out;
    -moz-transition: opacity .7s ease-in-out;
    -webkit-transition: opacity .7s ease-in-out;

}

#mini_hover_element{
    right: 30px;
    float: right;
}
#bmw_hover_element{
    left: 30px;
}
#bmw_button_wrap:hover + #bmw_hover_element{
    opacity: 1;
}
#mini_button_wrap:hover + #mini_hover_element{
    opacity: 1;
}
#bmw_hover_element:hover{
    opacity: 1;
}
#mini_hover_element:hover{
    opacity: 1;
}
#accordion{
    margin-top: 10%;
}
.concessies{
}
.showroom{
    margin-top: 20px;

}
.showroom:last-child{
    margin-bottom: 50px;
}
.showroom_btn{
    margin-bottom: 15px;
    border-radius: 0px;
}
.main_title{
    margin-top: 70px;
    margin-bottom: -70px;
}
@media screen and (max-width: 1200px) {
    #accordion{
        margin-top: 25%;
    }
    .main_title{
        margin-top: 140px;
        margin-bottom: -70px;
    }
}
@media screen and (max-width: 768px) {
    #accordion{
        margin-top: 15%;
    }
    .hover_element{
        top: 80px;
    }
    .main_title{
        margin-top: 40px;
        margin-bottom: -70px;
    }
}
@media screen and (max-width: 480px) {
    #accordion{
        margin-top: 30%;
    }
    #mini_hover_element{
        right: 0px;
    }
    #bmw_hover_element{
        left: 0px;
    }
    .concessies h2{
        font-size: 16px;
        margin-top: 10px;
    }
    .main_title{
        margin-top: 80px;
       
    }

}
