.Indgangsvinkel8-606daad114791 .entry__grid-item.row-span-lg-2 {
    grid-row: auto !important;
}

.Menu2-6050a48c282ec picture:before {
    content: "";
    background: url("/sites/default/files/avi_logo_m.png");
    color: red;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    width: auto;
    height: 110px;
    margin-top: -40px;
    width: 260px;
    max-width: 220px;
    opacity: 1;
    animation: hide 2s ease-in-out 1s forwards;
}

@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.Menu2-6050a48c282ec picture img {
    opacity: 0;
    animation: show 2s ease-in-out 1s forwards;
}

@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (min-width:1200px) {
    .Menu2-6050a48c282ec picture:before {
        max-width: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 320px) {
    .Menu2-6050a48c282ec picture:before {
        max-width: 180px;
    }
}

.copyright__info-cvr a {
    color: #fff !important;
}

.btWidgetConnectorModalWindow iframe.btIframe, .btEmbeddedWidget iframe.btIframe {
    height: 536px;
}

.Menu2-6050a48c282ec .menu .menu__item.menu__item--1:not(.menu__item--mega) .menu__item:hover > .menu__link, .Menu2-6050a48c282ec .menu .menu__item.menu__item--1:not(.menu__item--mega) .menu__item.menu__item--hover > .menu__link {
    color: #fff;
}

#Indgangsvinkel7-67eb87fee38c2 .block-67eb8a91addc7 h2 {
    text-align: center;
}

#Indgangsvinkel7-67eb87fee38c2 .grid-auto-flow {
    grid-auto-flow: dense;
    width: 100%;
    grid-template-columns: repeat(12, 1fr);
}


#Indgangsvinkel7-67eb87fee38c2 .box__content .box__content-inner {
    justify-content: center;
}


/* Cars block related css */

.module .collapse,
.module .collapsing {
    height: 120px;
    /* [NUM_OF_LINES] x [LINE_HEIGHT] */
}

.module .collapse {
    position: relative;
    /* For ...'s content absolute positioning */
    display: block;
    overflow: hidden;
}

.module .collapse:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}

.module .collapse.show {
    height: auto;
    /* You need to reset the height when not collapsed */
}

.module .collapse.show:before {
    display: none;
    /* Of course you don't want to display ... */
}

.module a.collapsed:after {
    content: '+ Vis mere';
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999999;
    font-family: 'rajdhani', sans-serif;
    font-size: 14px;
}

.module a:not(.collapsed):after {
    content: '- Vis mindre';
    font-family: 'rajdhani', sans-serif;
    font-size: 14px;
}

.car-equipmentbox .vismereknap {
    position: absolute;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: royalblue;
    margin-left: -30px;
    margin-top: 30px;
    width: calc(100% - 30px);
    padding: 11px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900 !important;
    font-size: 0.8rem;
    color: #fff;
}

.car-equipmentbox {
    padding: 30px 30px;
    background: #efefef;
    margin-top: 30px;
    margin-bottom: 30px;
}

.car-equipmentbox ul,
.car-equipmentbox ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.car-equipmentbox ul li {
    border-bottom: 1px dashed #d8d8d8;
    padding: 10px 0px;
    font-size: 0.9rem !important;
}

.car-equipmentbox ul li svg {
    color: #58a728;
}

.car-equipmentbox-inner {
    column-count: 3;
}

.carimagesouter {
    padding: 0px 10px;
}

.carinfobox {
    padding: 30px 30px;
    background: #f9f9f9;
}

.carinfo-top-items {
    margin-top: 30px;
    margin-bottom: 30px;
}

svg.carinfo-top-items-icon {
    font-size: 1.5rem;
}

.carinfo-top-items-title {
    color: #a9a9a9;
    font-size: 0.8rem !important;
    margin: 0;
    padding: 0;
}

.carinfo-top-items-value {
    margin: 0;
    padding: 0;
    font-size: 1.2rem !important;
    font-family: 'rajdhani', sans-serif;
}

#scbdkdealerexternalcalc .santander_footer {
    background: #f9f9f9 !important;
    color: #46493D !important;
    display: block !important;
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 14px !important;
    height: auto !important;
    line-height: 1.1 !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0px !important;
    padding-top: 15px !important;
    text-align: left !important;
    width: 100% !important;
    margin-top: 15px;
}

#scbdkdealerexternalcalc button {
    background-color: #46493D !important;
    background-repeat: no-repeat !important;
    background-position: right 8px center !important;
    border: 2px solid #46493D !important;
    color: #fff !important;
    display: block !important;
    padding: 6px 15px 7px 15px !important;
    text-align: center !important;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
}

#scbdkdealerexternalcalc .santander_brand {
    background-color: #ec0000;
    background-repeat: no-repeat;
    background-size: auto 36px;
    background-position: 50%;
    width: 100%;
    height: 64px;
}

#scbdkdealerexternalcalc.calculator {
    background: #efefef !important;
}

#scbdkdealerexternalcalc .calcRow.inputField {
    background-color: #f9f9f9 !important;
}

#scbdkdealerexternalcalc .calcRow.inputField input.textBoxInput,
input.textBoxInput:disabled {
    width: 100% !important;
    box-sizing: border-box !important;
}

#scbdkdealerexternalcalc .calcRow.inputField label.inputUnit {
    display: none !important;
}

#scbdkdealerexternalcalc .calcRow.inputField .calcInput {
    border: none !important;
    width: 100%;
}

#scbdkdealerexternalcalc.calculator,
#scbdkdealerexternalcalc.santander_brand,
#scbdkdealerexternalcalc.santander_footer {
    width: 100% !important;
}

.finansieringheader {
    margin-top: 30px;
    padding-bottom: 1px;
    padding-top: 15px;
    background: #f9f9f9;
}

.finansieringheader p {
    font-size: 2rem;
    text-align: center;
}

.print-and-share {
    margin-top: 15px;
    text-align: center;
}

.cargarantie-tabs {
    background: #6686a9;
}

.cargarantie-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #fff;
}

.cargarantie-tabs .nav-link:hover {
    background: #46493D;
}

.cargarantie-tabs .nav-link.active {
    color: #fff;
    background-color: #46493d;
}

.cargarantie-content {
    background: #f7f7f7;
    padding: 30px 45px 15px 45px;
    margin-bottom: 30px;
}



#Indgangsvinkel7-640894d4f342f article:hover {
    animation: 0.2s ease-in-out translate-box forwards;
}

@keyframes translate-box {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}


#Indgangsvinkel7-6434ff8a50e47 .grid-auto-flow,
#Indgangsvinkel7-643518556a57f .grid-auto-flow {
    display: flex;
    grid-gap: 0px;
    flex-wrap: wrap;
}

#Indgangsvinkel7-6434ff8a50e47 article,
#Indgangsvinkel7-643518556a57f article {
    min-width: 20%;
    text-align: center;
    color: #fff;
    height: 250px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
}

#Indgangsvinkel7-6434ff8a50e47 article .box__content-inner,
#Indgangsvinkel7-643518556a57f article .box__content-inner {
    justify-content: center;
    align-items: center;
}

#Indgangsvinkel7-6434ff8a50e47 .box__visual,
#Indgangsvinkel7-6434ff8a50e47 .box__content,
#Indgangsvinkel7-643518556a57f .box__visual,
#Indgangsvinkel7-643518556a57f .box__content {
    border-radius: 15px;
}

@media screen and (min-width: 1200px) {
    #Indgangsvinkel7-6434ff8a50e47 .box__visual,
    #Indgangsvinkel7-6434ff8a50e47 .box__content,
    #Indgangsvinkel7-643518556a57f .box__visual,
    #Indgangsvinkel7-643518556a57f .box__content {
        border-radius: 0;
    }
    #Indgangsvinkel7-6434ff8a50e47 article:first-child .box__visual,
    #Indgangsvinkel7-6434ff8a50e47 article:first-child .box__content,
    #Indgangsvinkel7-643518556a57f article:first-child .box__visual,
    #Indgangsvinkel7-643518556a57f article:first-child .box__content {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    #Indgangsvinkel7-6434ff8a50e47 article:last-child .box__visual,
    #Indgangsvinkel7-6434ff8a50e47 article:last-child .box__content,
    #Indgangsvinkel7-643518556a57f article:last-child .box__visual,
    #Indgangsvinkel7-643518556a57f article:last-child .box__content {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }
}

@media screen and (max-width: 1199px) {
    #Indgangsvinkel7-6434ff8a50e47 article,
    #Indgangsvinkel7-643518556a57f article {
        min-width: calc(50% - 20px);
    }
    #Indgangsvinkel7-6434ff8a50e47 .grid-auto-flow,
    #Indgangsvinkel7-643518556a57f .grid-auto-flow {
        grid-gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    #Indgangsvinkel7-6434ff8a50e47 article,
    #Indgangsvinkel7-643518556a57f article {
        min-width: 100%;
    }
    #Indgangsvinkel7-6434ff8a50e47 .grid-auto-flow,
    #Indgangsvinkel7-643518556a57f .grid-auto-flow {
        grid-gap: 20px;
    }
}

#Indgangsvinkel7-6434ff8a50e47 article:hover .box__content,
#Indgangsvinkel7-643518556a57f article:hover .box__content {
    background-color: rgba(0, 0, 0, 0.4)!important;
}

#Indgangsvinkel7-643518556a57f {
    padding-top: 24px;
}

#Html1rev2-64351b6799189 {
    padding-top: 2rem;
}





/* CARS FILTER ADJUSTMENTS */

.cars-filter {
    background: #46493d;
    padding: 15px;
}

.cars-filter span.select2 {
    padding: 5px;
}


/* Select */

.cars-filter .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #003358;
    border-radius: 4px;
    padding: 5px;
    height: 38px;
}


/* Select text */

.cars-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}


/* Selectbox arrow */

.cars-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 10px;
    width: 20px;
}


/* Dropdown hover color */

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #174567;
    color: white;
}

@media(max-width:767px) {
    #car h3.headline {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    #cars .select2-container {
        width: 100% !important;
    }
}


/* CARTS ITEMS ADJUSTMENTS */

#car,
.cars,
.car__info{
    font-family: 'Roboto'!important;
}

.cars .cars-list .car__info-specs-title,
.car__info-specs-list-item {
    font-family: "Rajdhani", sans-serif;
    font-weight: 200;
}

.cars .cars-list .car__info-specs-list-label {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}

#car table {
    font-size: 15px;
    margin-bottom: 15px;
}

#car table tr td {
    padding: 7px;
}

.car__info {
    text-align: center;
}

.cars .cars-list .car {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 34%);
}

.cars .cars-list .car__info-buttons-price-button {
    background-color: #f7f7f7;
    color: #46493D;
    padding: 7px 20px;
    letter-spacing: 2px;
    font-weight: bold;
}

.cars .cars-list .car__info-buttons-price-type-button {
    text-align: center;
    background-color: #c7c7c7;
    font-size: 12px;
    font-style: normal;
    color: black;
    text-transform: uppercase;
    padding: 5px 0;
    letter-spacing: 2px;
    font-weight: 400;
}

.cars .cars-list .car__info-buttons-more {
    background-color: #46493d;
    color: #ffffff;
    width: 100%;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 7px 60px;
    text-align: center;
}

.carsprice {
    background: royalblue;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'rajdhani',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.carsprice-leasing {
    background: #003963;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 15px;
}

.carscontact {
    background: #e0e0e0;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 15px;
    font-family: 'rajdhani',sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.carscontact a {
    font-family: 'rajdhani',sans-serif;
    text-transform: uppercase;
}

.carscontact a:hover {
    text-decoration: none;
}

#car__sold {
    background-color: #46493d;
    color: #fff;
    top: 2rem;
    width: 25%;
}



/*-------Cars for sale page ------*/

.cars-filter {
    background: #F7F7F7;
}

.cars .cars-list .car__new {
    background-color: #46493D;
}

.cars-filter .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color:#46493D;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color:#fff!important;
    background-color: #46493D;
}

.cars-filter .select2-container--default .select2-selection--single {
    border-color:#46493D!important;
}

.cars .cars-list .car__image {
    padding-bottom: 60%!important;
}

.cars .cars-list .car__info-specs-list {
    flex-flow: row;
    padding-top: 1rem;
}

.cars .cars-list .car__info-specs-title.specs-subtitle {
    font-weight: 200!important;
    font-size: 20px;
    min-height: 30px;
}

.cars .cars-list .car__info-specs-title {
    font-size: 25px;
}


/*-------end cars for sale page------*/

@media (min-width: 1200px) {
    .not-front:has(#car) main .content-container {
        max-width: 1140px;
    }
}

.not-front:has(#car) main .content-container img{
    aspect-ratio: 16/11;
    object-fit: cover;
    object-position: center;
}

.cars .cars-list .car__info-buttons-more {
 background-color: royalblue;
}

.cars .cars-list #car_propellant {
    background-color: darkolivegreen;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    width: 25%;
    right: 0;
    top: 2rem;
}

.santanderouter #scbdkdealerexternalcalc.calculator,
.santanderouter #scbdkdealerexternalcalc .santander_footer,
.santanderouter #scbdkdealerexternalcalc .santander_brand {
    width: 100%!important;
}

.santanderouter #scbdkdealerexternalcalc .santander_footer {
    display: flex!important;
    justify-content: center;
}

.santanderouter #scbdkdealerexternalcalc .santander_footer #btnApply {
    margin-left: auto;
}

.Menu2-6050a48c282ec .header.js-sticky--stuck .primary {
    box-shadow: none !important;
}

.Menu2-6050a48c282ec .header.js-sticky {
    background: #fff;
}

.Menu2-6050a48c282ec .header.js-sticky .primary .primary__logo img {
    transition: unset !important;
}

.Menu2-6050a48c282ec .header .primary__logo img {
    transition: unset !important;
}

.Menu2-6050a48c282ec .header.js-sticky--stuck .primary .primary__logo img {
    max-height: 70px;
}

/*
@media (max-height: 768px) {
    #block-ewcustom-cta2 #ew-cta-2 .cta-flex .cta-2-primary {
        left: 0 !important;
    }
}
*/ 
