.br-form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.br-form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
}

.br-frontpage-button {
    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 15px;
    height: 70px;
    background-color: #F7F7F8;
    border: 0;
}

.br-frontpage-wrapper {
    position: relative;
    top:-40px;
}

.br-wrapper {
    position: relative;
    margin-top:10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.simpel-link {
    font-weight:normal;
    padding-bottom: 1px;
    text-decoration: none;
    border-bottom: 2px solid #0062ba;
}

.shortcut-container {
    border: 1px solid #F7F7F8;
    border-bottom: 1px solid #00423E;
    padding-top: 75px;
    padding-bottom: 46px;
    background-color: var(--grey-0);
}


.icon-shortcut  {
    color: var(--grey-100);
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 52px;
    width: 52px;
    line-height: 48px;
}


a.shortcut-link  {
    border-bottom: 0;
}

a.shortcut-link > span.shortcut-circle {
    border-bottom: 0;
}

a.shortcut-link > span {
    border-bottom: 2px solid #006BBF;
}

.info-circle-container {
    width:100%;
    height:55px;
    padding-top: 25px;
}

.info-circle {
    background-color: #ffcf4a;
    color: var(--grey-100);
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 36px;
    float:left;
}

.lower_border {
    border-bottom: 1px solid #00423E;
}

.input-group-btn {
    line-height: normal;
}

.green-buttonicons {
    background-color:#0b576f;
    width:70px;
    height: 70px;
    float:right;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    position: absolute;
    right:0;
    top:0;
}

.frontpage-search {
    margin-bottom: 25px;
    min-height: 70px;
}

#vehicles, #companySearch {
    outline:none;
}

.extra-padding-for-search{
    margin-top: 8px;
}


.search-button {
    width: 40px;
    background-color: transparent;
}


.infobox-image {
    width: 100%;
    height: auto;
}

.textbox-wrapper {
    background-color: #f7f7f8;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.infobox-link {
    padding-bottom: 40px;
}

.frontpage-imagebox {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1500px) {
    .container {
        width: 1436px;
    }
}

@media screen and (min-width: 992px) {
    .frontpage-textbox {
        width: 50%;
        height: auto;
    }

    .frontpage-imagebox {
        width: 50%;
    }
}


@media screen and (min-width: 768px) {
    .large-screen {
        display: block;
    }

    .small-screen {
        display: none;
    }

    .shortcut-container-row {
        position: relative;
        top: -35px;
    }

    .shortcut-container {
        padding-top: 46px;
    }

    .frontpage-textbox {
        padding-left:100px;
    }

}

@media screen and (max-width: 767px) {
    .large-screen {
        display: none;
    }

    .small-screen {
        display: block;
        padding-top: 10px;
        margin: auto;
        max-width: 300px;
    }

    .shortcut-circle {
        float: left;
    }

    .shortcut-container {
        padding-top: 46px;
    }

    .frontpage-textbox {
        padding-left:30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 300px) {
    .shortcut-circle {
        float: none;
    }

    .small-screen {
        display: block;
    }

    .shortcut-container {
        padding-top: 0;
    }

}