/*General elements*/
h1, h2, h3, h4, h5{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.nopadding{
    padding: 0;
}
#afspraak_frame{
    width: 100%;
    height: 1500px;
    border: none;
}
.divider{
    height: 2px;
    width: 200px;
    background-color: #f00;
    margin-top: 10px;
    margin-bottom: 20px;
}
.divider3{
    height: 1px;
    width: 100px;
    background-color: #666;
    margin-top: 0;
    margin-bottom: 10px;

}
#service-wrap .dropdown-toggle::after {
    display: none;
}
/*BLACKFRIDAY*/
.content-wrapper{
    margin-top: 50px;
}
.input-hidden {
  position: absolute;
  left: -9999px;
}

input[type=radio]:checked + label>img {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px red;
}
#Tipo span{
    font-size: 0.7rem;
    color: #888;

}

/* Stuff after this is only to make things more pretty */
input[type=radio] + label {
  cursor: pointer;
  margin-left: 20px;
}
input[type=radio] + label>img {
  width: 200px;
  transition: 500ms all;
  cursor: pointer;
}

input[type=radio]:checked + label>img {
 
}
.stepper-btn{
    background-color: #cb1517!important;
    color: #fff!important;
}
.stepper-back{
    background-color: #666!important;
    color: #fff!important;
}
.form-control:focus{
    border-bottom: solid 1px #cb1517!important;
    color: #000;
    box-shadow: none!important;
}
.md-form input[type="text"]:not(.browser-default):focus:not([readonly])+label{
    color: #cb1517!important;
}
ul.stepper .step.active:before{
    background-color: #cb1517!important;
}
ul.stepper .step.done:before{
    background-color: #666!important;
}
.BFCTA{
    background-color: #cb1517;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
}
/*HOMEPAGE VIDEO*/
#video-wrap{
background: rgb(17,17,17);
background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(33,0,0,1) 50%, rgba(17,17,17,1) 100%);
}
#video-wrap video{
    width: 100%;
}
.black-divider{
    height: 100px; 
    background-color: #000;
}
/*Menu*/
.navbar{
    background: #1c1c1c;
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.navbar-brand img{
    max-width: 300px;
}
.navbar{
    font-family:  'Rajdhani', sans-serif;
}
.nav-link{
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.nav-link:hover{
    color: #cecece;
}
#header-slider{
    padding: 0px;
    margin-top: -60px;
}
.carousel-control-next, .carousel-control-prev{
    width: 50px;
}
.carousel-item{
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-item img{
    vertical-align: middle;
}
.header-caption{
    position: absolute;
    left:60px;
    bottom: 80px;
    background: rgba(0,0,0,.5);
    padding: 20px;
    color: #fff;
    min-width: 400px;
}
.header-caption h2, .showroom-caption h2{
    border-bottom: solid 2px #f00;
    padding-bottom: 5px;
}
.header-caption p, .showroom-caption p, #aagent-inner p{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.header-caption .CTA, .showroom-caption .CTA, #aagent-inner .CTA{
    background-color: #999;
    text-align: center;
    padding: 10px;
    transition: ease-in-out .15s background;
}
.header-caption .CTA p , .showroom-caption .CTA p, #aagent-inner .CTA p{
    padding: 0;
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
}
.header-caption a:hover .CTA, .showroom-caption a:hover .CTA, #aagent-inner a:hover .CTA{
    background-color: #c1c1c1;
    text-decoration: none;
}
.header-caption a:hover, .showroom-caption a:hover{
    text-decoration: none;
}
.carousel-indicators .active{
    background-color: #f00;   
}
/*SERVICE WRAP*/
#service-wrap{
    background-color: #6e6e6e;
    padding-top: 40px;
    padding-bottom: 40px;
}
.service{
    width: 18%;
    min-width:190px;
}
.service-title{
    background-color: #fff;
    padding: 15px;
    color: #6e6e6e;
    transition: all ease-in-out .15s;
}
.service:hover a{
    text-decoration: none;
}
.service:hover .service-title{
    color: #000;
}
.service-title h4{
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0;
}
/*BRAND WRAP*/
#brand-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
}
.brand{
    width: 150px;
    margin: 15px;
}
/*OVERVIEW WRAP*/
#overview-wrap{
    background-color: #eaeaea;
    padding-top: 40px;
    padding-bottom: 40px;
}
/*GENT WRAPPER*/
#aagent-wrapper{
    background-image: url('../images/AAGent-wrapper.jpg');
    background-size: cover;
    background-position: center top;
   min-height: 400px;
   height: 20vw;
}
#aagent-inner{
    background: rgba(0,0,0,0.5);
    color: #fff;
}
#aagent-inner h2{
        border-bottom: solid 2px #f00;
    padding-bottom: 5px;
}
.form-check-label{
    color: #fff;
    font-size: 1rem;
}
#form-submit{
    text-transform: uppercase; 
    color: #111;
    background-color: #fff;
    border: none;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background ease-out .2s;
}
#form-submit:hover{
  
    background-color: #efefef;
   
}
.form-check-input[type="checkbox"]:checked+label:before, label.btn input[type="checkbox"]:checked+label:before{
    border-bottom: 2px solid red;
    border-right: 2px solid red;
}
/*SHOWROOM WRAP*/
#showroom-wrap{
    height: 80vh;
    background-image: url('../images/gent-motor-banner-showrooms.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position:relative;
}
.showroom-caption{
    position: absolute;
    right:60px;
    bottom: 80px;
    background: rgba(0,0,0,.5);
    padding: 20px;
    color: #fff;
    max-width: 400px;
}
/*NEWS WRAP*/
#news-wrap{
    background-color: #eaeaea;
    padding-top: 40px;
    padding-bottom: 40px;
}
.article{
    transition: all ease-in-out .15s;
}
#news-wrap h2{
    margin-bottom: 10px;
}
.article a:hover{
    text-decoration: none;

}
.article a:hover .caption-wrap p{
    color: #000;
}
.article .img-wrap{
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.caption-wrap{
    padding: 20px 0;

}
.caption-wrap h3{
    padding: 10px 0;
    color: #000;
}
.caption-wrap p{
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    line-height: 1.4rem;
    color: #6e6e6e;
}
/*FOOTER*/
#social-wrap{
    background: #fff;
    min-height: 100px;
}
#social-wrap a:hover{
    text-decoration: none;
}
#social-wrap a:hover .social-icon{
    text-decoration: none;
    opacity: 1;
}
.social-icon{
    margin: 20px 50px;
    opacity: 0.8;
    transition: all ease-in-out .15s;
}
#sitemap-wrap{
    background: #1c1c1c;
    min-height: 100px;
}
#sitemap-wrap{
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;    
}
.divider-2{
    height: 1px; 
    width: 50px;
    background-color: #c1c1c1;
}
#sitemap-wrap h5{
    font-size: 1.2rem;
}
#sitemap-wrap a{
    color: #c1c1c1;
}
.sitemap-column .dropdown-item:hover{
    color: #000!important;
}
#sitemap-wrap a:hover{
    color: #fff;
    text-decoration: none;
}
#sitemap-wrap ul li{
    list-style: none;
    font-size: 0.8rem;
    padding-bottom: 7px;
}
#sitemap-wrap ul{
    padding-left: 0;
    padding-top: 10px;
}
#disclaimer-wrap{
    background-color: #1c1c1c;
}
#disclaimer-wrap p{
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8rem;
    margin-bottom: 0;
}
#disclaimer-wrap a{
    color: #c1c1c1;
}
#disclaimer-wrap a:hover{
    text-decoration: none;
}
/*NEWS overview*/
.title-wrapper{
    padding-top: 80px;
    padding-bottom: 50px;
}
.article-image-wrap{
    padding: 0;
}

.article-intro, .article-content{
    font-family: 'Open Sans', sans-serif;
}
#item-detail-content-wrap{
    max-width: 650px;
}
.article-intro, .article-content{
    padding: 30px;
}
.article-intro h1{
    font-size: 2rem;
}
/*CONTACT*/
#title-wrap{
    
}
.showroom img{
    margin-bottom: 20px;
}
#map{
    height: 400px;
    margin-top: 50px;
    margin-bottom: 50px;
}
#contact-hours-wrap, #contact-form-wrap{
    max-width: 500px;
    margin-bottom: 40px;
}
.form-control{
    margin-bottom: 20px;
}
.form-check{
    padding: 20px 40px;
    font-size: 0.8rem;
}
#contact-form .CTA{
    background-color: #c1c1c1;
    border: none;
    margin-top: 20px;
    padding: 10px;
}
#contact-form .CTA:hover{
    background-color: #999;
}
/*TESTDRIVE*/
.motorModellen{
    margin-bottom: 20px;
    cursor: pointer;
    padding: 30px;
    transition: all ease-in-out 0.2s;
}
.motorModellen:hover{

    background: rgba(0,0,0,0.1);
}
#testritformulier .CTA{
    background-color: #c1c1c1;
    border: none;
    
    padding: 10px;
}
.extra-form{
    max-width: 500px;
    margin: 30px auto;
}
.CTA-form{
    background-color: #c1c1c1;
    color: #000;
    font-family:  'Rajdhani', sans-serif;
    border: none;
    transition: background ease-in-out .15s;
    font-size: 22px;
    padding: 10px 20px;
    margin-top: 30px;
}
.CTA-form:hover{
    background-color: #999;
}
/*SALONCONDITIES*/
#saloncondities{
    position: fixed;
    width: 100%;
    z-index: 10000;
    left: 0;
    bottom: -330px;
    background-color: #fff;
    height: 313px;
    transition: all ease-out .3s;
}
.visible{
    bottom: 0!important;
}
#saloncondities p{
    font-family:  'Rajdhani', sans-serif;
    font-size: 1rem;
}
#salon-close{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    cursor: pointer;
}
#saloncondities .CTA{
    background: #cb1517;
        display: inline-block;
    padding: 10px 30px;
    transition: background ease-out .2s;
}
#saloncondities .CTA:hover{
    background: #f00;
}
#saloncondities .CTA p{
color: #fff;
margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
    .article-intro, .article-content{
        padding: 30px;
    }
    .article-intro h1{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 990px) {
    .navbar-toggler-icon{
        color:#fff;
        font-size: 1rem;
        text-transform: uppercase;
        margin-top: 8px;
    }
    .navbar-toggler:focus{
        outline: none;
        color: #cecece;
    }
    .carousel-item{
        height: 600px;
    }
    .header-caption{
        left:60px;
        bottom: 50px;
        padding: 10px;
        min-width: 300px; 
    }
    h2{
        font-size: 1.1rem;
    }
    h3{
        font-size: 1rem;
    }
    p{
        font-size: 0.8rem;
    }
    .header-caption .CTA{
        padding: 5px;
    }
    /*SERVICE WRAP*/
    .service{
        margin-bottom: 30px;
    }
    /*BRAND WRAP*/
    #brand-wrap{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .brand{
        width: 100px;
        margin: 30px;
    }
    /*NEWS WRAP*/
    .article .img-wrap{
        height: 200px;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }


    /*FOOTER*/
    .social-icon{
        margin: 50px 30px;
        opacity: 0.8;
        transition: all ease-in-out .15s;
    }
    .carousel-indicators{
        display: flex;
    }
    .article-intro, .article-content{
        padding: 30px;
    }
    .article-intro h1{
        font-size: 1.5rem;
    }
}
@media only screen and (max-width: 767.88px) {
    .carousel-item{
        height: 450px;
    }
    .carousel-indicators{
        display:none;
    }
}
@media only screen and (max-width: 575.88px) {
    .carousel-item{
        height: 50vh;
    }
    #showroom-wrap{
        padding: 0;
    }
    .header-caption, .showroom-caption{
        position: absolute;
        left: auto;
        right: auto;
        bottom: 0;
        background: rgba(0,0,0,.5);
        padding: 20px;
        color: #fff;
        width: 100vw;
    }
    .brand{
        width: 50px;
        margin: 15px;
    }
    #social-wrap{
        height: auto;
    }
    .social-icon{
        margin: 15px 10px;
        opacity: 0.8;
        height: 40px;
        transition: all ease-in-out .15s;
    }
    .indicator{
        height: 100px;
    }
    .article-intro, .article-content{
        padding: 30px;
        font-size: 1rem;
    }
    .article-intro h1{
        font-size: 1.3rem;
    }

}

@media screen and (orientation:portrait) {

}
#special{
    background-color: #eaeaea;
    border-top: solid 40px #999;
    border-bottom: solid 40px #999;
}
#special .CTA{
    background-color: #f00;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
        font-family:  'Rajdhani', sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
}
#special .CTA p{
  margin: 0;
}



