@media (max-width:1023px) {
    #testdriveContainer {
        width: 90%;
        margin: 15px;
        padding-left: 5px;
        padding-right: 5px;
    }
    #divSteps {
        width: 100%;
        ;
    }
    .ui.small.message {
        font-size: .72857143em !important;
    }
    .buttonDiv {
        align-items: center;
        justify-content: center;
    }
    #bookButtonDiv {
        text-align: right;
    }
    .bookbutton {
        width: 100% !important;
    }
    .stepTitleAndDescription {
        display: none;
    }
    .ui.dropdown .menu {
        max-height: 300px !important;
        /* You might also want to add `!important` to automatically override all media-queries. */
    }
    .bookingdaybutton {
        margin-bottom: 5px !important;
        width: 90px !important;
        cursor: pointer !important;
        height: 50px !important;
        line-height: 15px !important;
        font-size: 13px !important;
    }
    .bookingotherdaybutton {
        margin-bottom: 5px !important;
        width: 90px !important;
        cursor: pointer !important;
        height: 50px !important;
        font-size: 14px !important;
    }
    .bookingtimeclock {
        cursor: pointer !important;
        margin-bottom: 5px !important;
        width: 90px;
        font-size: 14px !important;
    }
    .guidecompletedstep {
        background-color: #bcf6c9 !important;
    }
    .modaldatepicker {
        width: 90% !important;
    }
    #gridCars {
        display: block;
        margin-bottom: 10px;
        ;
    }
    .label {
        width: 55px !important;
        padding-left: 10px !important;
    }
    .advisorsubjectbutton {
        width: 45%;
        height: 50px;
        margin-top: 10px !important;
        font-size: 13px !important;
    }
    .formelementText {
        font-size: 0.9rem !important;
    }
}@media (min-width:1200px) {
    #testdriveContainer {
        max-width: 670px;
        margin-left: 10px;
        margin-top: 10px;
        
    }

    #testDriveConfirmation {
        max-width: 670px;
        
        
        margin: 0px auto;
    }
    .buttonDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .formelementText {
        font-size: 1.3rem !important;
    }
    #steps {
        margin: 0 auto;
    }
    #stepModel {
        height: 850px;
    }
    .bookingdaybutton {
        margin-bottom: 5px !important;
        width: 100px !important;
        cursor: pointer !important;
        height: 50px;
        font-weight: 500 !important;
        font-size: 14px !important;
    }
    .bookButtonDiv {
        margin-top: 15px;
    }
    .bookingotherdaybutton {
        margin-bottom: 5px !important;
        width: 100px !important;
        cursor: pointer !important;
        font-size: 0.8rem !important;
        height: 50px;
    }
    .bookingtimeclock {
        cursor: pointer !important;
        margin-bottom: 5px !important;
        width: 100px;
        height: 50px;
        font-weight: 400 !important;
        font-size: 14px !important;
    }
    /* Completed */
    .ui.ordered.steps .step.guidecompletedstep:before,
    .ui.steps .step.guidecompletedstep>.icon:before {
        font-family: Step;
        content: '\e800';
    }
    .ui.ordered.steps .step.guidecompletedstep:before,
    .ui.steps .step.guidecompletedstep>.icon:before {
        color: #37434C;
    }
    .modaldatepicker {
        width: 300px !important;
    }
    #gridCars {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .advisorsubjectbutton {
        width: 150px;
        height: 75px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
}.formelement {
    margin-bottom: 20px !important;
    margin-right: 15px !important;
    border: 1px solid #D6D6D6 !important;
    color: #333333 !important;
    height: 2.8rem;
    width: 100%;
}

.formelementwithoutborder {
    height: 2.8rem;
    width: 100%;
}

.advisorsubjectbuttonSelected {
    background-color: #37434C !important;
    color: white !important;
}

.documentbutton {
    margin-bottom: 5px !important;
    width: 210px !important;
}

.dropdownNoSelectText {
    padding-top: 5px;
}

.dropdown {
    margin-top: 20px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(143, 143, 143, 0.42) !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(143, 143, 143, 0.42) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(143, 143, 143, 0.42) !important;
}

.holdkontaktendescription {
    color: black !important;
}

.info {
    color: #37434C;
    font-size: 20px;
    ;
}

.ui.mini.step,
.ui.mini.steps .step {
    font-size: 0.578571429rem !important;
}

.bookbutton {
    background-color: #05141F !important;
    color: #fff!important;
    font-size: 1rem !important;
    padding: 17px 24px 16px !important;
    letter-spacing: -.024em;
    border-radius: 50px !important;
    text-decoration: none;
    font-weight: 600 !important;
    transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, border .2s ease !important;
    will-change: transform, background, color;
    border: 2px solid !important;
    color: #fff;
}

.bookbutton:hover {
    background-color: #05141F !important;
    color: white !important;
    text-decoration: underline !important;
}

.checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.textLinkHover {
    cursor: pointer !important;
    text-decoration: underline;
}

.loaderdiv {
    height: 100% !important;
    width: 100% !important;
}

#facebookWrapper {
    margin: 10px;
    width: 100%;
}

.accordion {
    margin-bottom: 10px;
}

.glow {
    background-color: #ffe8e6 !important;
}

.accordionOtherDealer {
    margin-top: 15px !important;
}

.primary {
    background-color: #37434C !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

.carGridElement {
    text-align: center;
    cursor: pointer !important;
    margin-top: 3px;
    margin-bottom: 3px;
}

.carGridElement:hover {
    box-shadow: 0 0 3px #BB162B;
    font-size: 17px;
    cursor: pointer !important;
}

.carGridElementSelected {
    box-shadow: 0 0 3px #37434C;
    font-size: 17px;
}

.inputcheckmark {
    color: green !important;
}

.inputerror {
    color: #BB162B !important;
}

.ui.steps {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.buttonotherdate {
    width: 100%;
    margin-top: 5px;
}

.phoneInput {
    width: 65% !important;
    margin-right: 5px !important;
}

.zipcodeInput {
    width: 35% !important;
}

.missingInput {
    border-bottom: solid 1px red !important;
}

.ui.segment {
    border: 0 !important;
    padding: 0 !important;
}

.consentText {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 1.85714em;
}

.divCloseModal {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    ;
}

#testDriveConfirmation {
    padding-left: 5px;
    margin-bottom: 10px;
}

#confirmationCarImage {
    max-width: 90%;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=number] {
    height: inherit !important;
}

#newsletterModalSamtykke {
    font-size: 9px;
}

#gridCars {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#bookingTimeButtons {
    text-align: center;
}

#divBookingDaysButtons {
    text-align: center;
    ;
}

.buttonDiv {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

.selectedoptions {
    font-size: 12px;
}

#divSteps {
    width: 100% !important;
}

#advisorSubjectButton {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.ui.icon.message>.icon:not(.close) {
    font-size: 1.5em !important;
}@media (min-device-width: 769px) and (max-width:1199px) {
    #testdriveContainer {
        max-width: 600px;
        margin-left: 10px;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .buttonDiv {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
    }
    .formelementText {
        font-size: 1.3rem !important;
    }
    .ui.small.message {
        font-size: .72857143em !important;
    }
    #steps {
        margin: 0 auto;
    }
    .stepTitleAndDescription {
        display: none;
    }
    .bookingdaybutton {
        margin-bottom: 5px !important;
        width: 100px !important;
        cursor: pointer !important;
        height: 50px;
        font-size: 13px !important;
    }
    .bookButtonDiv {
        margin-top: 15px;
    }
    .bookingotherdaybutton {
        margin-bottom: 5px !important;
        width: 100px !important;
        cursor: pointer !important;
        font-size: 14px !important;
        height: 50px;
    }
    .bookingtimeclock {
        cursor: pointer !important;
        margin-bottom: 5px !important;
        width: 100px;
        height: 50px;
        font-size: 14px !important;
    }
    /* Completed */
    .ui.ordered.steps .step.guidecompletedstep:before,
    .ui.steps .step.guidecompletedstep>.icon:before {
        font-family: Step;
        content: '\e800';
    }
    .ui.ordered.steps .step.guidecompletedstep:before,
    .ui.steps .step.guidecompletedstep>.icon:before {
        color: #21ba45;
    }
    .modaldatepicker {
        width: 300px !important;
    }
    #gridCars {
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .advisorsubjectbutton {
        width: 150px;
        height: 75px;
        margin-top: 10px !important;
        font-size: 14px !important;
    }
}