@media only screen and (max-width: 1199px) {
    .reparatie-item-bedrag {
        margin-left: 20px;
    }

    .reparatie-item-bedrag p:nth-child(2) {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 1102px) {
    .desktop_nav_bar {
        display: none;
    }

    .header_top_bar {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        margin-bottom:20px;
    }
    
    .mobile_nav_bar {
        display: block;
    }

    .menu_btn {
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    .aux_costs {
        margin-bottom: 23px !important;
    }
    .repare_costs {
        margin-bottom: 23px !important;
    }
}

@media only screen and (max-width: 767px) {
    .aux_costs {
        margin-bottom: 2px !important;
    }

    .container {
        min-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0;
    }

    .header_top_bar {
        padding-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .repare_costs {
        margin-bottom: 2px !important;
    }

    .reparatie-item-bedrag p:nth-child(2) {
        margin-left: 50px;
    }

    .row {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 619px) {
    .double_dots {
        display: none !important;
    }
}

@media only screen and (max-width: 541px) {
    .pakket {
        text-align: center;
        margin-top:5px!important;
        margin-bottom: 5px!important;
        width: 100%;
    }

    .pakket-divider {
        display: block;
    }
    
    .pakket p {
        display: block;
        margin: 0;
    }

    .pakket p:nth-child(1) {
        text-align: center;
        width: 100%;
      }
      
      .pakket p:nth-child(2) {
        text-align: center;
        width: 100%;
      }
      
      .pakket p:nth-child(3) {
        text-align: center;
        width: 100%;
      }
    
    .pakket-stripe {
        display: block;
    }

    .reparatie-item-bedrag p:nth-child(2) {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 490px) {
    .repare_costs {
        margin-bottom: 23px !important;
    }
}

@media only screen and (max-width: 438px) {
    .header-contact {
        width: 121px;
    }
}

@media only screen and (max-width: 408px) {
    .aux_costs {
        margin-bottom: 23px !important;
    }
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
    .w-sm-auto {
        width: auto !important;
    }
    .h-sm-25 {
        height: 25% !important;
    }
    .h-sm-50 {
        height: 50% !important;
    }
    .h-sm-75 {
        height: 75% !important;
    }
    .h-sm-100 {
        height: 100% !important;
    }
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
    .w-md-auto {
        width: auto !important;
    }
    .h-md-25 {
        height: 25% !important;
    }
    .h-md-50 {
        height: 50% !important;
    }
    .h-md-75 {
        height: 75% !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
    .w-lg-auto {
        width: auto !important;
    }
    .h-lg-25 {
        height: 25% !important;
    }
    .h-lg-50 {
        height: 50% !important;
    }
    .h-lg-75 {
        height: 75% !important;
    }
    .h-lg-100 {
        height: 100% !important;
    }
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
    .w-xl-auto {
        width: auto !important;
    }
    .h-xl-25 {
        height: 25% !important;
    }
    .h-xl-50 {
        height: 50% !important;
    }
    .h-xl-75 {
        height: 75% !important;
    }
    .h-xl-100 {
        height: 100% !important;
    }
    .h-xl-auto {
        height: auto !important;
    }
}