body {
    font-family: "serenity", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
    line-height: 1.4;
    color: #272727;
}

/*.container {
    max-width: 1520px;
}*/

input[type=text], select, textarea {
    font-family: "serenity", sans-serif;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #dedede;
    padding: 2px 5px;
    line-height: 1.4;
}

input[type=checkbox] {
    margin-right: 5px;
}

input[type=file] {
    font-family: "serenity", sans-serif;
    font-size: 17px;
}

a.button, button {
    background-color: #272727;
    border: 1px solid #272727;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.2s ease;
    line-height: 1;
}

    a.button:hover, a.button:active, a.button:focus, a.button.active,
    button:hover, button:active, button:focus, button.active {
        background-color: #DC051C;
        border: 1px solid #DC051C;
        color: white;
    }

a.button-red, button.button-red {
    background-color: #DC051C;
    border: 1px solid #DC051C;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all 0.2s ease;
}

    a.button-red:hover, a.button-red:active, a.button-red:focus, a.button-red.active,
    button.button-red:hover, button.button-red:active, button.button-red:focus, button.button-red.active {
        background-color: #272727;
        border: 1px solid #272727;
        color: white;
    }

h1 {
  font-size: 2em; 
  line-height:1;
  font-weight:700;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h2 {
    font-size: 1.6em;
    line-height: 1;
    font-weight: 700;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

h3 {
  font-size: 1.2em;
  line-height:1;
  font-weight:500;
}

h4 {
  font-size: 1em;
  line-height:1;
  font-weight:600;
}

a:hover, a:focus, a:active {
    color: #000;
}

a.no-underline {
    text-decoration: none;
}

@media (min-width: 1200px) {

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 2em;
    }

    body {
        font-size: 1.1em;
    }

}

/************ GENERAL **********/

main {
    background: #F3EFEC;
}

body.mobilenav_open {
    overflow:hidden;
}

.redline-top {
    border-top: 4px solid #DC051C;
}

.redline-bottom {
    border-bottom: 4px solid #DC051C;
}

.bg-grey-ccc {
    background-color:#CCCCCC;
}

.headerimage {
    padding-top: 90px;
}

.headerimage.fullscreen {
    height: 100vh;
    min-height: 750px;
    max-height: 800px;
}

.headerimage > div {
    position: relative;
}

.headerimage.fullscreen > div {
    height: 100%;
    display:flex;
    flex-direction:column;
}

    .headerimage .image {
        width: 100%;
        height: 275px;
        position:relative;
    }

        .headerimage .image > div {
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .headerimage .image:before {
            position: absolute;
            left: 0;
            top: 0;
            content: '';
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg,rgba(5,5,5,0.95), rgba(5,5,5,0));
            z-index: 1;
        }

    .headerimage.fullscreen .slider-wrapper {
        width: 100%;
        flex: 1 1 0;
        position: relative;

    }

    .headerimage.fullscreen .slider {
        height: 100%;
    }

        .headerimage.fullscreen .slider .glide__track:before {
            position: absolute;
            left: 0;
            top: 0;
            /*content: url('../images/gradient-slider-home.svg');*/
            content: '';
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg,rgba(5,5,5,0.95), rgba(5,5,5,0));
            z-index: 1;
        }

        .headerimage.fullscreen .slider .glide__track, .headerimage.fullscreen .slider .glide__track .glide__slides, .headerimage.fullscreen .slider .glide__track .glide__slides .glide__slide {
            height: 100%;
        }

            .headerimage.fullscreen .slider .glide__track .glide__slides .glide__slide {
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index:-2;
            }

        .headerimage.fullscreen .slider .glide__nav {
            position: absolute;
            bottom: 50px;
            width: 100%;
            z-index: 2;
            padding-left: 20px;
        }

            .headerimage.fullscreen .slider .glide__nav .glide__bullet {
                background: none;
                width: 10px;
                height: 10px;
                padding: 0;
                border-radius: 50%;
                border: 1px solid white;
                cursor: pointer;
                line-height: 0;
                box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
                margin-right: 4px;
            }

            .headerimage.fullscreen .slider .glide__nav .glide__bullet--active {
                background-color: white;
            }

        .headerimage .text {
            position: absolute;
            top: 0;
            color: white;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            z-index: 1;
            padding-left: 20px;
        }

    .headerimage.fullscreen .text {
        padding-bottom: 50px;
    }

    .headerimage .text h1 {
        margin-bottom: 0;
        width: 90%;
    }

        .headerimage .text .container  {
            width: 100%;
        }

            .headerimage .text .buttons {
                display:flex;
                flex-wrap:wrap;
                margin-top: 20px;
            }

                .headerimage .text .buttons a {
                    margin-right: 15px;
                    margin-bottom: 15px;
                }

            /*.headerimage .text a.button-primary {
                background-color: white;
                color: #272727;
                border: 1px solid white;
            }*/

               /* .headerimage .text a.button-primary:hover, .headerimage .text a.button-primary:active, .headerimage .text a.button-primary:focus {
                    -webkit-text-stroke: 0.2px #272727;
                }*/

            /*.headerimage .text a.button-secondary {
                background: none;
                border: 1px solid white;
                color: white;
            }*/

               /* .headerimage .text a.button-secondary:hover, .headerimage .text a.button-secondary:active, .headerimage .text a.button-secondary:focus {
                    -webkit-text-stroke: 0.2px white;
                }*/

    .headerimage .text a.button {
        background: none;
        border: 1px solid white;
        color: white;
    }

    .headerimage .text a.button:hover {
        background-color: white;
        color: #272727;
        border: 1px solid white;
    }

.forsale-item {
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    cursor:pointer;
}

.forsale-item .image {
    padding-bottom: 65%;
    position: relative;
}

    .forsale-item .image img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 1;
        transition: all 0.2s ease-in-out;
    }

    .forsale-item:hover .image img {
        opacity: 0.85;
    }

.forsale-item .info {
    padding: 20px;
    background: white;
}

    .forsale-item .info > div {
        display: flex;
        align-items: center;
    }

.forsale-item .info .price {
    font-weight: 500;
    width: 50%;
    font-size:1.1em;
}

.forsale-item .info .btn {
    width: 50%;
    text-align:right;
}

    .forsale-item .info .btn a {
        border:0;
    }

        .forsale-item:hover .info .btn a {
            background-color: #DC051C;
            color: white;
        }

.text-image > .text {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.text-image > .text > div {
    width: 100%;
}

    .text-image > .text .subtitle {
        font-family: "Yellowtail", cursive;
        font-weight: 400;
        font-style: normal;
        color: #EA1B21;
        font-size:1.2em;
        margin-bottom: 15px;
    }

    .text-image > .text h2 {
        margin-bottom: 20px;
    }

    .text-image > .text .button {
        margin-top: 30px;
    }

.text-image > .image > div {
    width: 100%;
    padding-bottom: 65%;
    background-position: center center;
    background-size: cover;
}

.image-text > .text {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

    .image-text > .text > div {
        width: 100%;
    }

.image-text.bg-grey-ccc > .text {
    padding-top: 60px;
    padding-bottom: 15px;
}

.image-text > .text .subtitle {
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
    color: #EA1B21;
    font-size: 1.1em;
    margin-bottom: 15px;
}

.image-text > .text h2 {
    margin-bottom: 20px;
}

.image-text > .text .button {
    margin-top: 30px;
}

.image-text > .image > div {
    width: 100%;
    padding-bottom: 65%;
    background-position: center center;
    background-size: cover;
}


.cta-bottom {
    text-align:center;
}

.cta-bottom h2 {
    margin-bottom: 5px;
}

    .cta-bottom > div {
        margin-top: 20px;
    }


.image-bottom .image {
    height: 275px;
}

.image-bottom .image > div {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
}


@media (min-width: 576px) {

    .headerimage {
        padding-top: 100px;
    }

        .headerimage.fullscreen {
            height: 100vh;
            min-height: 700px;
        }

        .headerimage .text h1 {
            font-size: 2.5em;
            width: 65%;
        }

}

@media (min-width: 768px) {

    .headerimage.fullscreen .slider .glide__track:before {
        width: 70%;
    }

    .headerimage .image {
        height: 325px;
    }

    .headerimage .text h1 {
        width: 50%;
    }

    .image-bottom .image {
        height: 325px;
    }

   
}

@media (min-width: 992px) {

    .headerimage .image {
        height: 350px;
    }

    .headerimage .text h1 {
        width: 40%;
    }

    .text-image {
        display:flex;
    }

        .text-image > .text {
            width: 50%;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

    .image-text.bg-grey-ccc > .text {
        padding-top: 0;
        padding-bottom: 0;
    }

    .text-image > .text > div {
        max-width: 660px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .text-image > .image {
        width: 50%;
    }

        .text-image > .image > div {
            padding-bottom: 0;
            min-height: 350px;
            height: 100%;
        }

    .image-text {
        display: flex;
        flex-direction: row-reverse;
    }

        .image-text > .text {
            width: 50%;
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .image-text > .text > div {
                max-width: 660px;
                padding-left: 50px;
                padding-top: 50px;
                padding-bottom: 60px;
            }

        .image-text > .image {
            width: 50%;
        }

            .image-text > .image > div {
                padding-bottom: 0;
                min-height: 350px;
                height: 100%;
            }

    .image-bottom .image {
        height: 350px;
    }
   
}


@media (min-width: 1200px) {

    .headerimage {
        padding-top: 105px;
    }

        .headerimage .image {
            height: 400px;
        }

    .headerimage.fullscreen {
        min-height: 800px;
        max-height: none;
    }

        .headerimage .text h1 {
            font-size: 3.5em;
            width: 45%;
        }

    .headerimage.fullscreen .slider .glide__track:before {
        width: 60%;
    }

    .text-image > .text {
        padding-left: 40px;
    }

        .text-image > .text > div {
            padding-right: 90px;
        }

    .image-text > .text {
        padding-right: 40px;
    }

        .image-text > .text > div {
            padding-left: 90px;
        }
}

@media (min-width: 1400px) {

    .headerimage {
        padding-top: 110px;
    }

        .headerimage .image {
            height: 400px;
        }

        .headerimage .text h1 {
            width: 40%;
        }

    .text-image > .image > div {
        min-height: 450px;
    }

    .text-image > .text > div {
        padding-right: 120px;
    }


    .image-text > .image > div {
        min-height: 450px;
    }

    .image-text > .text > div {
        padding-left: 120px;
    }

    .image-bottom .image {
        height: 400px;
    }

}

@media (min-width: 1600px) {

    .text-image > .image > div {
        min-height: 550px;
    }

    .text-image > .text > div {
        font-size: 1.1em;
    }

    .image-text > .image > div {
        min-height: 550px;
    }

    .image-text > .text > div {
        font-size: 1.1em;
    }

}

@media (min-width: 1800px) {

    .text-image > .image > div {
        min-height: 600px;
    }

    .image-text > .image > div {
        min-height: 600px;
    }

}

/************ HEADER **********/

header {
    position:fixed;
    width: 100%;
    z-index:10;
}

header #top {
    background-color: #2E2E2E;
    color: #CBCBCB;
    font-size: 15px;
}

    header #top .container {
        height: 42px;
    }

    header #top .top-contact, header #top .top-socialmedia {
        display: none;
        z-index:1;
    }

header #nav {
    background-color: #1A1A1A;
    color: #FFFFFF;
}

header #nav nav {
    display: flex;
    justify-content:flex-end;
}

    header #nav .logo {
        position:absolute;
        top:0;
        width: 100%;
        text-align:left;
        z-index:0;
    }

        header #nav .logo img {
            margin-left: 20px;
            margin-top: 12px;
            height: 72px;
        }

    header #nav .btn-mobilenav {
        padding: 15px;
        line-height: 1;
        text-transform: uppercase;
        font-size: 16px;
        cursor: pointer;
        z-index: 1;
    }

    header #nav nav .btn-mobilenav:hover, header #nav nav .btn-mobilenav:active, header #nav nav .btn-mobilenav:focus {
        -webkit-text-stroke: 0.5px #fff;
    }

    header #nav nav > ul {
        display: flex;
        margin: 0;
        padding: 0;
        z-index: 1;
        display:none;
    }

        header #nav nav > ul > li {
            border-left: 2px solid #2E2E2E;
            padding: 8px 15px;
            position:relative;
        }

            header #nav nav > ul > li:last-child {
                border-right: 2px solid #2E2E2E;
            }

    header #nav nav > ul > li > a {
        text-decoration: none;
        line-height: 1;
        text-transform: uppercase;
        font-size: 15px;
    }

        header #nav nav > ul > li > a.language {
            position:relative;
            padding-right: 18px;
        }

            header #nav nav > ul > li > a.language:after {
                position: absolute;
                top: 5px;
                right: 0;
                content: '';
                background-image: url(../images/icon-nav-dropdown.svg);
                background-size: contain;
                background-repeat: no-repeat;
                width: 11px;
                height: 9px;
            }

        header #nav nav > ul > li > a:hover, header #nav nav > ul > li > a:active, header #nav nav > ul > li > a:focus {
            color: inherit;
            -webkit-text-stroke: 0.5px #fff;
        }

            header #nav nav > ul > li > div {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                z-index: 10;
                float: left;
                min-width: 100%;
            }

                header #nav nav > ul > li > div > ul {
                    background-color: #1A1A1A;
                    margin: 0;
                    padding: 0;
                }

                    header #nav nav > ul > li > div > ul > li {
                        padding: 0px 12px 6px 12px;
                    }

                    header #nav nav > ul > li > div > ul > li:last-child {
                        padding-bottom: 12px;
                    }

                    header #nav nav > ul > li > div > ul > li > a {
                        display: block;
                        white-space: nowrap;
                        text-decoration:none;
                        color: inherit;
                    }

                        header #nav nav > ul > li > div > ul > li > a:hover, header #nav nav > ul > li > div > ul > li > a:active, header #nav nav > ul > li > div > ul > li > a:focus {
                            color: inherit;
                            -webkit-text-stroke: 0.5px #fff;
                        }

                header #nav nav > ul > li:hover > div {
                    display: block;
                }

@media (min-width: 481px) {

    header #nav .logo {
        text-align: center;
    }

        header #nav .logo img {
            margin-left: 0;
        }

}

@media (min-width: 576px) {

    header #top .container {
        height: 45px;
    }

    header #nav .logo img {
        margin-top: 12px;
        height: 85px;
    }

    header #nav .btn-mobilenav {
        padding: 18px 15px;
    }

    header #nav nav > ul > li {
        padding: 12px 15px;
    }
}

@media (min-width: 992px) {

    header #top .container {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header #top .top-contact, header #top .top-socialmedia {
        display: block;
    }

    header #top a {
        text-decoration: none;
        position: relative;
        line-height: 1;
    }

        header #top a:hover, header #top a:focus, header #top a:active {
            color: #FFF;
        }

        header #top a:before {
            position: absolute;
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            display: inline-block;
        }

    header #top .top-contact a.phone {
        margin-right: 20px;
    }

        header #top .top-contact a.phone:before {
            position: absolute;
            top: -1px;
            left: -2px;
            background-image: url(../images/icon-phone-top-grey.svg);
            width: 19px;
            height: 19px;
        }

        header #top .top-contact a.phone span {
            padding-left: 19px;
        }

        header #top .top-contact a.phone:hover:before {
            background-image: url(../images/icon-phone-top-white.svg);
        }

    header #top .top-contact a.mail:before {
        position: absolute;
        top: 1px;
        left: 0;
        background-image: url(../images/icon-mail-top-grey.svg);
        width: 20px;
        height: 15px;
        margin-right: 5px;
    }

    header #top .top-contact a.mail span {
        padding-left: 25px;
    }

    header #top .top-contact a.mail:hover:before {
        background-image: url(../images/icon-mail-top-white.svg);
    }

    header #top .top-socialmedia a:before {
        top: 4px;
        left: 0;
        width: 22px;
        height: 22px;
    }

    header #top .top-socialmedia a.youtube:before {
        background-image: url(../images/icon-youtube-top-grey.svg);
    }

    header #top .top-socialmedia a.youtube:hover:before {
        background-image: url(../images/icon-youtube-top-white.svg);
    }

    header #top .top-socialmedia a.facebook:before {
        background-image: url(../images/icon-facebook-top-grey.svg);
    }

    header #top .top-socialmedia a.facebook:hover:before {
        background-image: url(../images/icon-facebook-top-white.svg);
    }

    header #top .top-socialmedia a.instagram:before {
        background-image: url(../images/icon-instagram-top-grey.svg);
    }

    header #top .top-socialmedia a.instagram:hover:before {
        background-image: url(../images/icon-instagram-top-white.svg);
    }

    header #top .top-socialmedia a.tiktok:before {
        background-image: url(../images/icon-tiktok-top-grey.svg);
    }

    header #top .top-socialmedia a.tiktok:hover:before {
        background-image: url(../images/icon-tiktok-top-white.svg);
    }

    header #top .top-socialmedia a {
        margin-left: 4px;
    }

        header #top .top-socialmedia a:first-child {
            margin-left: 0px;
        }

        header #top .top-socialmedia a.youtube span, header #top a.facebook span, header #top a.instagram span, header #top a.tiktok span {
            display: none;
        }

    header #nav nav {
        justify-content: space-between;
    }

    header #nav .logo img {
        margin-top: 20px;
        height: 75px;
    }

    header #nav nav > ul {
        display: flex;
    }

    header #nav nav > ul > li {
        padding: 15px 12px;
        display:block;
    }

    header #nav nav .btn-mobilenav {
        display: none;
    }

}

@media (min-width: 1200px) {

    header #top {
        font-size: 16px;
    }

    header #nav .logo img {
        margin-top: 12px;
        height: 90px;
    }

    header #nav nav > ul > li {
        padding: 16px 15px;
    }


        header #nav nav > ul > li > a {
            font-size: 18px;
        }

        header #nav nav > ul > li > div > ul > li {
            padding-left: 15px;
        }

}

@media (min-width: 1400px) {

    header #top .container {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header #nav .logo img {
        margin-top: 14px;
    }

    header #nav nav > ul > li {
        padding: 15px 20px;
    }

        header #nav nav > ul > li > div > ul > li {
            padding-left: 20px;
        }

}


/************ MOBILE NAV **********/

.btn-close-mobilenav {
    position: fixed;
    color: white;
    top: 25px;
    right: 45px;
    z-index: 101;
    cursor:pointer;
    display:none;
}

.mobilenav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #1A1A1A;
    z-index: 100;
    width: 100%;
    height: 100%;
    transition: transform 300ms ease-in-out 0s;
    transform: translate3d(100%, 0, 0);
    transition: transform 300ms ease, opacity 300ms ease;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    max-width: 100%;
}

    .mobilenav > div {
        padding: 50px 75px;
        overflow: auto;
        width: 100%;
    }

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

    .mobilenav ul > li {
        text-align:center;
    }

        .mobilenav ul > li > a {
            color: white;
            text-decoration: none;
            line-height: 1;
            text-transform: uppercase;
            font-size: 20px;
            padding: 10px 15px;
            display:inline-block;
        }

            .mobilenav ul > li > a:hover, .mobilenav ul > li > a:active, .mobilenav ul > li > a:focus {
                -webkit-text-stroke: 0.5px #fff;
            }

            .mobilenav .language {
                margin-bottom: 30px;
            }

                .mobilenav .language ul {
                    display: flex;
                    justify-content: center;
                }

        .mobilenav .language ul li:after {
            content: '-';
            color: white;
        }

        .mobilenav .language ul li:last-child:after {
            display: none;
        }

                    .mobilenav .language ul li a {
                        font-size: 18px;
                        font-weight:500;
                        color: #CBCBCB;
                        padding: 10px 8px;
                    }


.mobilenav .socialmedia {
    margin-top: 50px;
    text-align:center;
}

.mobilenav .socialmedia a {
    text-decoration: none;
    position: relative;
    line-height: 1;
    margin: 0 4px;
}

    .mobilenav .socialmedia a:before {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .mobilenav .socialmedia a:first-child {
        margin-left: 0px;
    }

    .mobilenav .socialmedia a.youtube span, .mobilenav .socialmedia a.facebook span, .mobilenav .socialmedia a.instagram span, .mobilenav .socialmedia a.tiktok span {
        display: none;
    }

    .mobilenav .socialmedia a.youtube:before {
        background-image: url(../images/icon-youtube-top-white.svg);
    }

    .mobilenav .socialmedia a.facebook:before {
        background-image: url(../images/icon-facebook-top-white.svg);
    }

    .mobilenav .socialmedia a.instagram:before {
        background-image: url(../images/icon-instagram-top-white.svg);
    }

    .mobilenav .socialmedia a.tiktok:before {
        background-image: url(../images/icon-tiktok-top-white.svg);
    }


@media (min-width: 576px) {

    .mobilenav > div {
        padding: 50px 100px;
    }

    .mobilenav .language ul li a {
        font-size: 20px;
        padding: 10px 10px;
    }

    .mobilenav ul > li > a {
        font-size: 24px;
    }
    .mobilenav .socialmedia a:before {
        width: 25px;
        height: 25px;
    }

    .mobilenav .socialmedia a {
        margin: 0 5px;
    }


}

@media (min-width: 768px) {

    .mobilenav .language ul li a {
        font-size: 24px;
    }

    .mobilenav ul > li {
        margin-bottom: 3px;
    }

    .mobilenav ul > li > a {
        font-size: 28px;
    }

    .mobilenav .socialmedia a:before {
        width: 30px;
        height: 30px;
    }

    .mobilenav .socialmedia a {
        margin: 0 6px;
    }
  
}

@media (max-width: 991px) {

    .mobilenav_open .btn-close-mobilenav {
        display: block;
    }

    .mobilenav_open .mobilenav {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        backface-visibility: hidden;
        transition: transform 300ms ease, opacity 300ms ease;
    }

}

/************ FOOTER **********/
footer {
    background-color: #1A1A1A;
    color: white;
    padding-top: 60px;
    padding-bottom: 40px;
}

    footer a {
        color: white;
    }

        footer a:hover, footer a:focus, footer a:active {
            color: inherit;
        }

    footer .logo {
        margin-bottom: 50px;
        text-align: center;
    }

    footer .logo img {
       height: 60px;
    }

    footer .info > div {
        text-align:center;
        margin-bottom: 30px;
    }

        footer .info a {
            text-decoration:none;
        }

    footer .info > div > p:first-child > strong {
        color: #EA1B21;
        font-size: 1.1em;
    }

    footer .info > div > p {
        margin-bottom:7px;
    }

    footer .info .newsletter > div {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    footer .info .newsletter .input {
        flex: 1 1 0;
        max-width: 250px;
    }

    footer .info .newsletter input {
        border: 0;
        height: 35px;
        width: 100%;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        color: #212121;
        padding-left: 15px;
        padding-right: 40px;
        font-size: 17px;
        line-height: 1;
    }

    footer .info .newsletter button {
        margin-left: -30px;
        font-size: 16px;
        cursor: pointer;
    }

        footer .info .newsletter button:hover, footer .info .newsletter button:focus, footer .info .newsletter button:active {
            background-color: #DC051C;
            border: 1px solid #DC051C;
        }

    footer .info .newsletter .confirmation, footer .info .newsletter .error {
        margin-top: 10px;
    }

    footer .socialmedia a {
        text-decoration: none;
        position: relative;
        line-height: 1;
        margin-left: 4px;
    }

        footer .socialmedia a:before {
            position: absolute;
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            position: relative;
            display: inline-block;
            top: 4px;
            left: 0;
            width: 24px;
            height: 24px;
        }

        footer .socialmedia a:first-child {
            margin-left: 0px;
        }

        footer .socialmedia a.youtube span, footer .socialmedia a.facebook span, footer .socialmedia a.instagram span, footer .socialmedia a.tiktok span {
            display: none;
        }

        footer .socialmedia a.youtube:before {
            background-image: url(../images/icon-youtube-top-white.svg);
        }

        footer .socialmedia a.facebook:before {
            background-image: url(../images/icon-facebook-top-white.svg);
        }

        footer .socialmedia a.instagram:before {
            background-image: url(../images/icon-instagram-top-white.svg);
        }

        footer .socialmedia a.tiktok:before {
            background-image: url(../images/icon-tiktok-top-white.svg);
        }

    footer .bottom {
        padding-top: 15px;
        font-size: 0.9em;
    }

    footer .bottom ul {
        padding-left: 0;
        margin: 0;
        list-style: none;
    }

    footer .bottom ul li {
        display:block;
        text-align:center;
    }

        footer .bottom ul li a {
            text-decoration:none;
            opacity: 0.5;
        }

        footer .bottom ul li a:hover {
            opacity:1;
        }

@media (min-width: 768px) {

    footer .info {
        display:flex;
        flex-wrap:wrap;
    }

    footer .info > div {
        width: 50%;
        padding: 0 50px;
    }

        footer .info .newsletter {
            order: 3;
        }

        footer .info .contact {
            order: 1;
        }

        footer .info .openinghours {
            order: 2;
        }

        footer .info .socialmedia {
            order: 4;
        }

    footer .bottom {
        padding-top: 25px;
    }

    footer .bottom ul {
        display:flex;
        justify-content:center;
    }

        footer .bottom ul li:after {
            content: '-';
            opacity: 0.5;
            margin: 0 10px;
        }

        footer .bottom ul li:last-child:after {
            display:none;
        }

}

@media (min-width: 992px) {

    footer .logo img {
        height: 70px;
    }

}

@media (min-width: 1200px) {

    footer .info > div {
        text-align:left;
        padding-left: 0;
    }

    footer .info > div:last-child {
        padding-right: 0;
    }

    footer .info .newsletter {
        order: 1;
        width: 30%;
    }

        footer .info .newsletter > div {
            justify-content: flex-start;
            padding-right: 50px;
        }

    footer .info .contact {
        order: 2;
        width: 30%;
    }

    footer .info .openinghours {
        order: 3;
        width: 30%;
    }

    footer .info .socialmedia {
        order: 4;
        width: 10%;
    }

}

@media (min-width: 1400px) {

    footer .logo {
        margin-bottom: 60px;
    }

    footer .info .newsletter {
        width: 35%;
    }

        footer .info .newsletter > div {
            padding-right: 100px;
        }

    footer .info .contact {
        width: 25%;
    }

    footer .info .openinghours {
        width: 25%;
    }

    footer .info .socialmedia {
        order: 4;
        width: 15%;
    }

}


/************ HOME **********/
.b-home .news {
    background-color: #2E2E2E;
    color: #FFF;
    display:flex;
    justify-content:center;
}

    .b-home .news > div {
        max-width: 1200px;
        text-align: center;
        font-weight: 500;
        padding-top: 25px;
        padding-bottom: 25px;
    }

.b-home .new-cars h2 {
    text-align:center;
    margin-bottom: 25px;
}

    .b-home .new-cars .slider {
        margin-left: 15px;
        margin-right: 15px;
    }

    .b-home .new-cars .glide__track {
        z-index: 2;
        position: relative;
    }

.b-home .new-cars .glide__slide {
    padding: 5px;
}

    .b-home .new-cars .glide__arrows {
        display:none;
    }




@media (min-width: 768px) {

    .b-home .new-cars .slider {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media (min-width: 992px) {

  

}


@media (min-width: 1200px) {

  
}

@media (min-width: 1400px) {

    .b-home .new-cars .slider {
        margin-left: 90px;
        margin-right: 90px;
        position:relative;
    }

    .b-home .new-cars .glide__arrows {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
    }

    .b-home .new-cars .glide__arrows svg {
        height: 45px;
    }

        .b-home .new-cars .glide__arrows svg:hover path.fill {
            fill: #DC051C;
        }

        .b-home .new-cars .glide__arrow--left {
            position: relative;
            left: -70px;
            top: 35%;
            cursor:pointer;
        }

    .b-home .new-cars .glide__arrow--right {
        position: relative;
        right: -70px;
        top: 35%;
        cursor: pointer;
    }

  
}

/************ FOR SALE: OVERVIEW **********/

.b-forsale .sort {
    display:flex;
    margin-bottom: 40px;
    width: 100%;
    justify-content:flex-end;
    align-items:center;
}

    .b-forsale .sort span {
        font-weight: 500;
        margin-right: 10px;
    }

    .b-forsale .sort select {
        padding: 5px 10px;
        border: 1px solid #CCCCCC;
        background: none;
        line-height: 1;
        border-radius: 20px;
    }

.b-forsale .filter {
    padding: 25px 25px 15px 25px;
    background-color: #CCCCCC;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    width: 100%;
}

    .b-forsale .filter input, .b-forsale .filter select {
        padding: 2px 4px;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #100403;
        background: none;
        width: 100%;
        line-height:1;
        height: 26px;
    }

    .b-forsale .filter > div {
        margin-bottom: 20px;
        width: 100%;
    }

    .b-forsale .filter > div.filter-button {
        padding-top: 10px;
        width:auto;
        padding-right: 20px;
    }

.b-forsale .filter .range {
    display:flex;
    width:100%;
}

    .b-forsale .filter .range input {
        flex: 1 1 0;
    }

    .b-forsale .filter .range span {
        text-align:center;
        width: 30px;
    }

.b-forsale .items .forsale-item {
    margin-bottom: 35px;
}


@media (min-width: 576px) {

    .b-forsale .filter {
        padding: 30px 15px 20px 15px;
    }

    .b-forsale .filter > div {
        padding: 0 30px;
        width: 50%;
    }

}

@media (min-width: 600px) {

    .b-forsale .items {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px;
    }

        .b-forsale .items .item {
            width: 50%;
            padding-left: 15px;
            padding-right: 15px;
        }

}

@media (min-width: 768px) {

    .b-forsale .filter > div {
        width: calc(100% /3);
    }

}

@media (min-width: 992px) {

    .b-forsale .filter {
        padding: 40px 15px 30px 15px;
    }

    .b-forsale .filter > div {
        width: 20%;
    }

        .b-forsale .filter.filter-parts > div {
            width: 25%;
        }

    .b-forsale .items .item {
        width: calc(100% / 3);
    }

}

@media (min-width: 1200px) {

    .b-forsale .filter > div.filter-button {
        width: 20%;
    }

    .b-forsale .filter.filter-parts > div {
        width: 20%;
    }

        .b-forsale .filter > div.filter-button:last-child {
            text-align: right;
        }

    .b-forsale .filter.filter-parts > div.filter-button:last-child {
        margin-left: 20%;
    }

}

/************ FOR SALE: DETAIL **********/

.b-forsale-detail .headerimage .image:before {
    display:none;
}

.b-forsale-detail .back {
    margin-bottom: 30px;
}

.b-forsale-detail .back a {
    text-decoration:none;
    opacity:0.6;
}

.b-forsale-detail .back a:hover, .b-forsale-detail .back a:focus, .b-forsale-detail .back a:active {
    opacity: 1;
}

.b-forsale-detail h1 {
    margin-bottom:5px;
}

.b-forsale-detail .price {
    font-weight: 500;
    font-size:1.3em;
}

.b-forsale-detail .description {
    margin-top: 25px;
}

.b-forsale-detail .buttons {
    margin-top: 30px;
    display:flex;
    flex-wrap:wrap;
}

    .b-forsale-detail .buttons > a, .b-forsale-detail .buttons a.btn-share {
        margin-right: 15px;
        position: relative;
        padding: 5px 18px;
        margin-bottom: 15px;
    }

    .b-forsale-detail .buttons a.btn-video:before {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/icon-video.svg);
        top: 7px;
        left: 18px;
        width: 20px;
        height: 20px;
    }

    .b-forsale-detail .buttons a.btn-video span {
        padding-left: 28px;
    }

        .b-forsale-detail .buttons a.btn-share:before {
            position: absolute;
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../images/icon-share.svg);
            top: 8px;
            left: 18px;
            width: 18px;
            height: 18px;
        }

        .b-forsale-detail .buttons a.btn-share span {
            padding-left: 26px;
        }

    .b-forsale-detail .buttons .share {
        position: relative;
    }

        .b-forsale-detail .buttons .share .share__dropdown {
            background: #F3EFEC;
            border: 1px solid #272727;
            position: absolute;
            left: 0;
            top: calc(100% - 15px);
            transition: all 0.1s ease;
            width: 135px;
            z-index: 100;
            padding: 10px 15px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            display: none;
        }

            .b-forsale-detail .buttons .share .share__dropdown > div {
                margin-bottom: 4px;
            }

            .b-forsale-detail .buttons .share .share__dropdown > div:first-child {
                margin-top: 3px;
            }

            .b-forsale-detail .buttons .share .share__dropdown a {
                text-decoration: none;
                display: flex;
                align-items: center;
            }

                .b-forsale-detail .buttons .share .share__dropdown a > svg {
                }

                .b-forsale-detail .buttons .share--active a.btn-share,
                .b-forsale-detail .buttons .share:hover a.btn-share {
                    background-color: #272727;
                    border: 1px solid #272727;
                    color: white;
                }


                .b-forsale-detail .buttons .share.share--active .share__dropdown,
                .b-forsale-detail .buttons .share:hover .share__dropdown {
                    display: block;
                }

        .b-forsale-detail .buttons a.btn-contact:before {
            position: absolute;
            content: '';
            background-size: contain;
            background-repeat: no-repeat;
            background-image: url(../images/icon-contact.svg);
            top: 9px;
            left: 18px;
            width: 20px;
            height: 18px;
        }

        .b-forsale-detail .buttons a.btn-contact span {
            padding-left: 28px;
        }


.b-forsale-detail .specs {
    margin-top: 40px;
    padding: 25px 25px;
    background-color: #CCCCCC;
    max-width:540px;
}

.b-forsale-detail .specs h2 {
    margin-bottom: 20px;
}

    .b-forsale-detail .specs table {
        max-width:100%;
    }

        .b-forsale-detail .specs table th, .b-forsale-detail .specs table td {
            vertical-align: top;
            padding: 5px 10px;
            border-bottom: 1px solid #2E2E2E;
            padding-right: 30px;
        }

        .b-forsale-detail .specs table tr:nth-child(even) th, .b-forsale-detail .specs table tr:nth-child(even) td {
            background-color: #E5E5E5;
        }

    .b-forsale-detail .specs table th {
        font-weight:700;
    }

        .b-forsale-detail .specs table td {
            word-wrap: break-word;
            overflow-wrap: break-word;
            word-break: break-all;
        }

.b-forsale-detail .gallery div.image {
    margin: 0 20px 20px 20px;
    padding-bottom: 60%;
    position: relative;
}

    .b-forsale-detail .gallery div.image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: cover;
    }


@media (min-width: 576px) {
}

@media (min-width: 768px) {

   /* .b-forsale-detail .gallery > div {
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }

        .b-forsale-detail .gallery div.image {
            width: 50%;
            padding: 0 10px 20px 10px;
        }*/

    .b-forsale-detail .gallery {
        padding: 0 25px;
        display:flex;
        justify-content:center;
    }

        .b-forsale-detail .gallery .wrapper {
            width: 100%;
            max-width: 1600px;
        }

    .b-forsale-detail .gallery div.image {        
        margin: 0;
    }

        .b-forsale-detail .gallery .wrapper > div {
            display: grid;
            grid-template-columns: 65% auto;
            margin-bottom: 0;
            justify-content: unset;
            gap: 20px;
            margin-bottom: 20px;
        }

            .b-forsale-detail .gallery .wrapper > div:nth-child(even) {
                grid-template-columns: auto 65%;
            }

        .b-forsale-detail .gallery .wrapper > div {
        }

            .b-forsale-detail .gallery .wrapper > div > div.image:first-child {
                grid-row: 1 / span 2;
                grid-column: 1;
            }

            .b-forsale-detail .gallery .wrapper > div:nth-child(even) > div.image:first-child {
                grid-column: unset;
                grid-row: 1 / span 3;
            }

            .b-forsale-detail .gallery .wrapper > div:nth-child(even) > div:nth-child(2) {
                grid-row: 1 / span 2;
                grid-column: 1;
            }

            .b-forsale-detail .gallery .wrapper > div:nth-child(even) > div.image:last-child {
                grid-column: unset;
            }

}


@media (min-width: 992px) {
}

@media (min-width: 1200px) {

    .b-forsale-detail .maincontent {
        display: flex;
    }

    .b-forsale-detail .maincontent > div:first-child {
        width: 60%;
        padding-right: 80px;
    }

        .b-forsale-detail.b-parts-detail .maincontent > div:first-child {
            width: 80%;
        }

    .b-forsale-detail .specs {
        width: 40%;
        max-width: none;
        margin-top: 37px;
    }



}

@media (min-width: 1400px) {

    .b-forsale-detail .maincontent > div:first-child {
        width: 65%;
        padding-right: 100px;
    }

    .b-forsale-detail .specs {
        width: 35%;
    }

}

@media (min-width: 1600px) {


}

@media (min-width: 1800px) {

   

}

/************ CONTACT **********/

.b-contact .headerimage .image:before {
    display:none;
}

.b-contact .text-image > .text h3 {
    color: #EA1B21;
}

.b-contact .text-image > .text .socialmedia a {
    text-decoration: none;
    position: relative;
    line-height: 1;
    margin-left: 4px;
}

    .b-contact .text-image > .text .socialmedia a:before {
        position: absolute;
        content: '';
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        display: inline-block;
        top: 4px;
        left: 0;
        width: 24px;
        height: 24px;
    }

    .b-contact .text-image > .text .socialmedia a:first-child {
        margin-left: 0px;
    }

    .b-contact .text-image > .text .socialmedia a.youtube span, .b-contact .text-image > .text .socialmedia a.facebook span, .b-contact .text-image > .text .socialmedia a.instagram span, .b-contact .text-image > .text .socialmedia a.tiktok span {
        display: none;
    }

    .b-contact .text-image > .text .socialmedia a.youtube:before {
        background-image: url(../images/icon-youtube-dark.svg);
    }

    .b-contact .text-image > .text .socialmedia a.facebook:before {
        background-image: url(../images/icon-facebook-dark.svg);
    }

    .b-contact .text-image > .text .socialmedia a.instagram:before {
        background-image: url(../images/icon-instagram-dark.svg);
    }

    .b-contact .text-image > .text .socialmedia a.tiktok:before {
        background-image: url(../images/icon-tiktok-dark.svg);
    }

@media (min-width: 992px) {

    .text-image > .text {
        width: 55%;
    }

        .text-image > .text > div {
            max-width: 740px;
        }

    .text-image > .image {
        width: 45%;
    }

}

/************ TEXT **********/

.b-text .headerimage .image:before {
    display: none;
}

.b-text .maincontent {
    display: flex;
    justify-content: center;
}

    .b-text .maincontent .text {
        width: 100%;
        max-width: 1000px;
    }

        .b-text .maincontent .text h1 {
            margin-bottom: 30px;
        }

