*{
    margin: 0;
    padding: 0;
}

.accordion{
	padding-bottom: 50px;
}

.btn-collapse{
	text-decoration: none !important;
	color: black !important;
}

#nav-bar{
    position: sticky;
    top: 0;
    z-index: 10;
}

.nav-link{
    color: #3a3836!important;
}

.navbar-brand img{
    height: 100px;
    padding: 5px;
    margin-left: 20px;
}

.navbar-nav li{
    padding: 0 10px;
}

.navbar-nav li a{
    float: right;
    text-align: left;
}

#nav-bar ul li a:c{
    color: #a50000!important;
}

.navbar{
    background: #f2ebe2;
    border-bottom: #a50000 1px solid;
}

.navbar-toggler{
    border: none!important;
}

.nav-link{
    color: #3a3836;
    font-weight: 600;
    font-size: 16px;
}

#slider{
    width: 100%;
}

.carousel-caption{
    top: 75%;
    transform: translateY(-50%);
    bottom: initial!important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.3));
}

.carousel-caption h4{
    color: #f2ebe2;
    font-size: 38px;
}

#about{
    border-top: #f2ebe2 1px solid;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #3a3836;
}

#about .btn{
    margin-top: 20px;
    margin-bottom: 30px;
}

.about-content{
    padding-top: 20px;
    font-size: 20px;
    color: #3a3836;
}

 .skills-bar p{
    margin-bottom: 6px;
    font-weight: 600;
 }
 
 .progress-bar{
     border-radius: 16px;
     width: 500px;
 }

 .progress{
     border-radius: 16px!important;
     margin-bottom: 20px;
 }

#services{
    border-top: #a50000 1px solid;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url('../img/banner_4.png');
    background-size: cover;
    background-position: center;
    color: #f2ebe2!important;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

#services h1{
    text-align: center;
    color: #f2ebe2!important;
    padding-bottom: 10px;
}

#services h1::after{
    content: '';
    background: #f2ebe2;
    display: block;
    height: 2px;
    width: 170px;
    margin: 20px auto 5px;
}

.services{
    margin-top: 40px;
}

.icon{
    font-size: 40px;
    margin: 20px auto;
    padding: 8px;
    height: 80px;
    width: 80px;
    border: 1px solid #f2ebe2;
    border-radius: 50%;
}

#services p{
    font-size: 15px;
    margin-top: 20px;
    color: #f2ebe2;
}

.services .col-md-3{
    border-radius: 15%;
    transition: 0.4s;
}

.services .col-md-3:hover{
    background-color: #c20e0e;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 25%;
}

#calendar{
    border-top: #a50000 1px solid;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #3a3836;
    text-align: center;
}

#disclaimer{
    font-size: 50px;
}

h1{
    text-align: center;
    padding-bottom: 10px;

}

h1::after{
    content: '';
    background: #a50000;
    display: block;
    height: 2px;
    width: 170px;
    margin: 20px auto 5px;
}

.profile-pic{
    margin-top: 25px;
}

.profile-pic .img-box{
    opacity: 1;
    display: block;
    position: relative;
}

.profile-pic .img-box img{
    filter: grayscale(1);
    width: 170px;
}

.profile-pic .img-box img:hover{
    filter: grayscale(0);
    cursor: pointer;
    transition: 0.5s;
}

.profile-pic h2{
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #3a3836!important;
}

.profile-pic h3{
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    color: #3a3836!important;
}

#calendar .fa{
    height: 25px;
    width: 25px;
    color: #a50000!important;
    background: #f2ebe2;
    padding: 4px;
    border-radius: 50%;
}

.img-box ul{
    padding: 15px 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.img-box ul li{
    padding: 5px;
    display: inline-block;
}

.img-box:hover ul{
    opacity: 1;
}

.img-box ul, .img-box ul li{
    transition: 0.5s;
}

#promo, #aanvraag{
    border-top: #a50000 1px solid;
    color: #3a3836;
    text-align: center;
    padding: 100px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
}

.aanvraag_veld{
    border-bottom: 1px solid #e0e0e0; /* lighter grey */
}

.aanvraag_veld_kenteken{
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ffff30;
}

.aanvraag_veld_kenteken_nl {
    background-color: #174ece; /* Blauwe achtergrondkleur */
    color: white; /* Witte tekstkleur */
    padding: 10px; /* Ruimte binnen de div */
    border-radius: 5px; /* Afgeronde hoeken */
    display: inline-block; /* Zorgt ervoor dat de div een rechthoekige vorm heeft */
    justify-content: center; /* Centreert de inhoud horizontaal */
    align-items: center; /* Centreert de inhoud verticaal */
    font-weight: bold; /* Dikgedrukte tekst */
    margin-bottom: 7px;
    height: 38px;
}

#promo-text::after{
    content: '';
    background: #f2ebe2;
    display: block;
    height: 2px;
    width: 170px;
    margin: 5px auto 30px;
}

#price{
    border-top: #f2ebe2 1px solid;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../img/banner_5.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 40px 0;
}

#uitleg{
    color: #f2ebe2;
}

#price h1{
    color: #f2ebe2;
}

.single-price{
    margin: 10px auto;
    display: inline;
    float: left;
    width: 100%;
    background-color: #f2ebe2;
    transition: 0.5s;
}

.single-price:hover{
    box-shadow: 0 2px 20px #3a3836;
    border-radius: 5%;
}

.price-head{
    background-color: #a50000;
    display: inline;
    float: left;
    padding: 10px 5px;
    text-align: center;
    width: 100%;
}

.price-head h2{
    color: #f2ebe2;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}

.price-head p{
    font-size: 25px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 30px;
}

#price span{
    font-size: 15px;
}

.price-content{
    display: inline;
    float: left;
    width: 100%;
    padding: 0 15px;

}

.price-content ul li{
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
    list-style: none;
}

ul li:last-child{
    border: none;
}

.fa-check{
    color: green;
    margin-right: 10px;
    font-size: 20px;
}

.btn-request{
	float: left;
}

.price-btn{
    display: inline;
    float: left;
    padding: 15px 15px 30px;
    text-align: center;
    width: 100%;
}

.buy-btn{
    background-color: #a50000;
    border-radius: 3px;
    display: inline-block;
    font-size: 18px;
    padding: 25px 40px;
    transform: 0.5s;
    width: 100%;
}

.buy-btn:hover{
    border-color: 1px solid #c20e0e;
    background-color: #c20e0e;
}

a{
    text-decoration: none!important;
    color: #f2ebe2!important;
}

#testimonials{
    border-top: #a50000 1px solid;
    padding-top: 50px;
    padding-bottom: 50px;
}

#testimonials h1{
    color: #3a3836;
}

#testimonials .row{
    margin-top: 30px;
}

#calendar h2{
    margin-top: -20px;
}

.col-md-4{
    margin: 40px auto;
}

.profile{
    padding: 70px 10px 40px;
    height: 100%;
    background-color: #f2ebe2;
    transition: 0.7s;
}

.user{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.profile img{
    top: -60px;
    position: absolute;
    left: calc(50% - 60px);
    border: 10px solid #fff;
}

.profile h3{
    font-size: 20px;
    margin-top: 15px;
    color: #a50000;
}

#testimonials span{
    font-size: 12px;
    color: #3a3836;
}

#blockquote{
    font-size: 16px;
    line-height: 30px;
}

blockquote::before{
    /*content: '❝';*/
    font-size: 35px;
    color: #a50000;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    right: 5px;
}

blockquote::after{
    /*content: '❞';*/
    font-size: 35px;
    color: #a50000;
    position: relative;
    line-height: 20px;
    bottom: -15px;
    left: 5px;
}

.profile:hover{
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
    transition: 0.7s;
    cursor: pointer;
}

#contact, #hoe-werkt-het, #faq_refer{
    border-top: #a50000 1px solid;
    background-color: #f2ebe2;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #3a3836;
}

#faq_refer{
    border-top: #a50000 1px solid;
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #3a3836;
}

.contact-form{
    padding: 15px;
}

.form-control{
    border-radius: 0!important;
    border: none!important;
}

::placeholder{
    color: #999!important;
}

.follow{
    background: #fff;
    padding: 10px;
    margin: 15px;
}

.contact-info .fa{
    margin: 10px;
    color: #3a3836;
    font-weight: bold;
}

#footer{
    background: #3a3836;
    color: #f2ebe2;
    font-weight: bold;
    padding: 12px;
}

#footer_img{
    width: auto;
    height: 50px;
    cursor: pointer;
    /*border: 2px solid #f2ebe2;*/
    transition: 0.1s;
}

#footer_img:hover{
    width: auto;
    height: 65px;
    cursor: pointer;
    transition: 0.15s;
    border-radius: 50%;
}

@media only screen and(min-device-width:320px) and (max-device-width: 480px){
    body{
        padding: 0;
        margin: 0;
    }
}

/*@media (max-width:991px) and (min-width:768px) {
    .buy-btn {
        font-size: 10px;
    }

    .price-head h2{
        font-size: 21px;
    }
}​*/

@media only screen and (max-width: 760px),
(min-device-width: 802px) and (max-device-width: 1020px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr{
        display: block;
    }

    .empty{
        display: none;
    }

    th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr{
        border: 1px solid #f2ebe2;
    }

    td{
        border: none;
        border-bottom: 1px solid #3a3836;
        position: relative;
        padding-left: 50%;
    }

    td:nth-of-type(1)::before{
        content: "Maandag";
    }

    td:nth-of-type(2)::before{
        content: "Dinsdag";
    }

    td:nth-of-type(3)::before{
        content: "Woensdag";
    }

    td:nth-of-type(4)::before{
        content: "Donderdag";
    }

    td:nth-of-type(5)::before{
        content: "Vrijdag";
    }

    td:nth-of-type(6)::before{
        content: "Zaterdag";
    }

    td:nth-of-type(7)::before{
        content: "Zondag";
    }
}

@media only screen and(min-device-width:802px) and (max-device-width: 1020px){
    body{
        width: 495px;
    }
}

.table{
    margin-top: 10px;
}

span + span {
    margin-left: 15px;
}

.form-item{
    border: 1px solid #c8c4bd!important;
}

.form-header{
    padding-left: 5%;
}

body {
    background-color: #eee
}

div.stars {
    width: 270px;
    display: inline-block
}

.mt-200 {
    margin-top: 200px
}

input.star {
    display: none
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #a50000;
    transition: all .2s
}

input.star:checked~label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952
}

input.star-1:checked~label.star:before {
    color: #F62
}

label.star:hover {
    transform: rotate(-70deg) scale(1.3)
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome
}
