
@font-face {
    font-family: 'bmwbold';
    src: url('fonts/btw-bold.woff') format('woff'),
    url('fonts/btw-bold.ttf') format('truetype'),
    url('fonts/btw-bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'bmwlight';
    src: url('fonts/btw-light.woff') format('woff'),
    url('fonts/btw-light.ttf') format('truetype'),
    url('fonts/btw-light.eot?#iefix') format('embedded-opentype');
}

body {
    display: inline-block;
    width: 100vw;
    height: auto;
    padding: 0;
    margin: 0;
}

p {
    font-family: 'bmwlight';
    font-size: 1.5vw;
    line-height: 1.75vw;
    color: #242523;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* SITE CONTENT */

header {
    position: fixed;
    width: 100vw;
    height: 2.8vw;
    left: 0;
    top: 0;
    background-color: #92933f;
    z-index: 777;
}

#logo {
    position: fixed;
    width: auto;
    height: 2.6vw;
    margin-left: 3.4vw;
    margin-top: 2.7vw;
    z-index: 999;
}

main {
    position: relative;
    display: inline-block;
    width: 100vw;
    height: auto;
}

#start {
    position: relative;
    display: inline-block;
    width: inherit;
    height: 56vw;
    background-image: url(../img/background.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 888;
}

#start h1 {
    position: absolute;
    margin: 0;
    left: 15vw;
    top: 14.1vw;
    font-family: 'bmwbold';
    font-size: 2.6vw;
    line-height: 5.16vw;
    text-transform: uppercase;
    color: #242523;
}

#start p {
    position: absolute;
    width: 20vw;
    margin: 50;
margin: 0;
    left: 15vw;
    top: 25.4vw;
    font-family: 'bmwlight';
    font-size: 1.5vw;
    line-height: 1.75vw;
    color: white;
}

a.downlink {
    display: inline-block;
    position: absolute;
    width: 100vw;
    height: auto;
    margin-top: -3vw;
    z-index: 999;
}

a.downlink img {
    display: inline-block;
    position: relative;
    width: 1.2vw;
    height: auto;
    margin: 0 49.4vw 0.5vw 49.4vw;
}

a.downlink .linktext {
    display: inline-block;
    position: relative;
    width: inherit;
    height: auto;
    text-align: center;
    font-family: 'bmwlight';
    font-size: 1vw;
    line-height: 1.25vw;
    color: #242523;
}

#outlet {
    display: inline-block;
    position: relative;
    width: 69.8vw;
    height: auto;
    margin-left: 15.1vw;
    margin-bottom: 6vw;
    padding-top: 13.5vw;
}

#outlet h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-family: 'bmwlight';
    font-weight: normal;
    font-size: 3.13vw;
    line-height: 3.13vw;
    color: #242523;
}

#outlet p {
    margin-top: 2.14vw;
    margin-bottom: 5.46vw;
    column-count: 2;
    column-gap: 1.56vw;
}

.outlet-item {
    display: inline-block;
    position: relative;
    float: left;
    width: 22vw;
    height: 18.3vw;
    margin-right: 1.9vw;
    margin-bottom: 2vw;
}

.outlet-link:nth-of-type(3n) .outlet-item {
    margin-right: 0;
}

.outlet-item .outlet-image {
    width: 100%;
    height: 14.65vw;
}

.outlet-item .outlet-description {
    width: 19.3vw;
    height: 2vw;
    padding: 0.75vw 1.35vw;
    font-family: 'bmwlight';
    font-size: 1vw;
    line-height: 1.15vw;
    color: white;
    background-color: #242523;
}

.outlet-item img.outlet-arrow {
    float: right;
    width: auto;
    height: 1.15vw;
}

/* CAR */
#car, #impressum {
    display: inline-block;
    position: relative;
    width: 92vw;
    height: auto;
    margin: 11vw 4vw 5vw 4vw;
}

#car h2 {
    margin: 0;
    font-family: 'bmwlight';
    font-weight: normal;
    font-size: 2.6vw;
}

#car h2 a {
    color: #242523;
    text-decoration: none;
}

.car-container {
    display: inline-block;
    position: relative;
    width: inherit;
    height: auto;
}

.car-show {
    display: inline-block;
    position: relative;
    float: left;
    width: 41vw;
    height: auto;
}

.car-information {
    display: inline-block;
    position: relative;
    width: 33.9vw;
    height: auto;
    margin-top: 2vw;
    font-family: 'bmwlight';
    font-size: 1vw;
    line-height: 1.25vw;
    color: #242523;
}

.car-image {
    display: inline-block;
    position: relative;
    width: 38vw;
    height: 25vw;
    margin-top: 2vw;
}

.car-price {
    margin-top: 4vh;
}

.price-new {
    font-family: 'bmwlight';
    font-size: 4vh;
}

.price-now {
    width: fit-content;
    padding: 0.5vh 1vh;
    background-color: red;
    color: white;
    font-family: 'bmwbold';
    font-size: 5.5vh;
}

.car-description {
    display: inline-block;
    position: relative;
    float: left;
    width: 48.8vw;
    margin-left: 1.1vw;
}

.options {
    display: inline-block;
    position: relative;
    float: left;
    width: 24vw;
    height: auto;
}

.options table {
    border-collapse: separate;
    border-spacing: 10px 0;
}

.options table th {
    width: 11vw;
}

.options table td {
    width: 9vw;
}

.options table th, .options table td, .equipment ul li {
    position: relative;
    font-family: 'bmwlight';
    font-weight: normal;
    font-size: 1vw;
    text-align: left;
    color: #242523;
}

.options tr.bolder th, .options tr.bolder td {
    font-family: 'bmwbold';
}

.icon-dash {
    position: absolute;
    width: 6vw;
    left: -4px;
    right: -3px;
    top: 6px;
    height: 18px;
    background-image: url(../img/stroke.svg);
    background-size: 100% 100%;
}

.equipment {
    display: inline-block;
    position: relative;
    float: left;
    width: 24vw;
    height: auto;
    margin-left: 0.8vw;
}

.equipment ul {
    padding: 0;
    list-style: none;
}

.equipment ul li ul {
    margin-left: 2px;
}

.equipment ul li ul li:before {
    content: "-";
}

.car-description h3 {
    font-family: 'bmwbold';
    font-weight: normal;
    font-size: 1vw;
    text-transform: uppercase;
    color: #242523;
}

.additional, .inline-container td p {
    display: inline-block;
    margin-top: 1vw;
    font-family: 'bmwlight';
    font-size: 1vw;
}

footer {
    position: fixed;
    width: 100vw;
    height: 4vw;
    left: 0;
    bottom: 0;
    background-image: url(../img/footer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
}

footer.front {
    position: relative;
    bottom: 0;
}

footer a {
    padding-left: 3vw;
    font-family: 'bmwlight';
    font-size: 1vw;
    line-height: 4vw;
    color: #242523;
    text-transform: uppercase;
    text-decoration: none;
}


@media screen AND (max-width: 1024px) {

    #logo {
        position: absolute;
        height: 7.5vw;
        margin: unset;
        left: 7.5vw;
        top: 6vw;
    }

    #start {
        height: 105vw;
        background-image: url(../img/background-mobile.jpg);
        background-size: 100%;
        background-position: center;
    }

    #start h1 {
        left: 7.5vw;
        top: 21vw;
        font-size: 9.3vw;
        line-height: 10vw;
    }

    #start p {
        width: 63vw;
        left: 7.5vw;
        top: 44vw;
        font-size: 3vw;
        line-height: 3.1vw;
        color: #242523;
    }

    a.downlink {
        margin-top: 4vw;
    }

    a.downlink img {
        width: 4vw;
        margin: 0 48vw 1vw 48vw;
    }

    a.downlink .linktext {
        font-size: 3vw;
        line-height: 3.1vw;
    }

    #outlet {
        width: 85vw;
        margin-left: 7.5vw;
    }

    #outlet h2 {
        font-size: 8vw;
        line-height: 9vw;
    }

    #outlet p {
        column-count: 1;
    }

    p {
        font-size: 3vw;
        line-height: 4vw;
    }

    .outlet-item {
        width: 40vw;
        height: 34.9vw;
        margin-right: 5vw;
        margin-bottom: 10vw;
    }

    .outlet-item .outlet-image {
        height: 26.9vw;
    }

    .outlet-item .outlet-description {
        width: 32vw;
        height: 4vw;
        padding: 2vw 4vw;
        font-size: 2vw;
        line-height: 2.1vw;
    }

    .outlet-item img.outlet-arrow {
        height: 2vw;
        margin-top: -1vw;
        margin-right: -2vw;
    }

    .outlet-link:nth-of-type(3n) .outlet-item {
        margin-right: 5vw;
    }

    .outlet-link:nth-of-type(2n) .outlet-item {
        margin-right: 0;
    }

    footer {
        height: 16.5vw;
        background-image: url(../img/footer-mobile.jpg);
        background-size: cover;
    }

    footer a {
        padding-left: 7.5vw;
        font-size: 3vw;
        line-height: 16vw;
    }

    header {
        position: absolute;
        height: 19vw;
    }

    header.front {
        display: none;
    }

    #car, #impressum {
        width: 85vw;
        margin: 25vw 7.5vw 0 7.5vw;
    }

    #car h2 {
        font-size: 8vw;
    }

    .car-container {
        margin-bottom: 20vw;
    }

    .car-show {
        float: none;
        width: inherit;
    }

    .car-information {
        width: inherit;
        margin-top: 3vw;
        font-size: 3vw;
        line-height: 3.1vw;
    }

    .car-image {
        width: 68vw;
        height: 48vw;
        margin-left: 8vw;
        margin-top: 3vw;
    }

    .car-description {
        float: none;
        width: inherit;
        margin-left: 0;
    }

    .options {
        float: none;
        width: inherit;
    }

    .car-description h3 {
        font-size: 4vw;
    }

    .options table th, .options table td, .equipment ul li {
        font-size: 3vw;
    }

    .options table th, .options table td {
        width: 60%;
    }

    .additional {
        margin-top: 4vw;
        font-size: 3vw;
    }

    .icon-dash {
        width: 18vw;
        top: 1px;
    }
}
