/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.button-group {
    margin: 0 auto;
    width: fit-content
}

.button-group>*:not(.sort-by-button-group),.sort-by-button-group button {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #000;
    background: #fff;
    text-transform: uppercase;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif
}

.sort-by-button-group {
    display: inline-block
}

.button-group>button {
    padding: 2px 10px
}

.select {
    position: relative;
    display: grid;
    grid-template-columns: 200px 40px;
    width: fit-content
}

.no-results {
    max-width: 800px;
    margin: 0 auto;
    padding: 2em;
    font-size: 24px;
    text-align: center;
    height: 300px
}

.select p {
    padding: 2px 10px
}

.select span {
    display: inline-block;
    background-color: #000;
    padding: 10px 11px;
    color: #fff;
    position: relative;
    width: 40px
}

.select span:after {
    content: "";
    background: url(../../../img/down.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 11px;
    position: absolute
}

.hidden {
    display: none;
    z-index: 9
}

.hidden button {
    display: block;
    border: none;
    background: #fff;
    width: 100%;
    text-align: left;
    padding: 2px 10px;
    border-bottom: 1px solid #aaa
}

.show {
    display: block;
    position: absolute
}

.filter-sort-reset {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.filters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.ui-group select.filter-select {
    width: 100%;
    line-height: 1;
    padding: 6px 10px;
    height: 100%;
    border: 1px solid #000;
    min-width: 350px;
}

select#car-sort {
    padding: 6px 10px;
    border: 1px solid #000
}

select#car-sort,select.filter-select,.filter-sort-reset button {
    font-weight: 300;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif;
    font-size: 19px
}

.reset-button button {
    border-radius: 0;
    background: #000;
    color: #fff;
    transition: all 250ms ease;
    border: 1px solid #000;
    outline: none;
    width: 100%
}

.reset-button button:hover {
    background: #fff;
    color: #000
}

.reset-button button:focus,.reset-button button:active {
    outline: none
}

.voucher {
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 1rem;
    background: #a70d19;
    color: #fff;
    font-family: miniregular,sans-serif;
    text-align: center;
    float: right;
    width: fit-content;
    border: 1px solid #a70d19
}

.voucher-sold {
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 1rem;
    background: #9c9c9c;
    color: #fff;
    font-family: miniregular,sans-serif;
    text-align: center;
    float: right;
    width: fit-content;
    border: 1px solid #9c9c9c
}

.today {
    border: 1px solid #6e6e6e
}

#hero {
    padding: 0 .5em;
    position: relative
}

#hero-desktop {
    display: none
}

#hl-block {
    position: absolute;
    top: 4%;
    left: 7%;
    right: 7%;
    color: #fff;
    padding-right: 10px;
    z-index: 111
}

#hl {
    font-size: 1.15rem;
    margin-bottom: .2rem;
    font-weight: 600
}

#shl {
    font-size: .7rem;
    margin-bottom: .1rem
}

#regulament-link-mobile {
    text-decoration: underline;
    font-family: minisansreg,sans-serif;
    font-size: .56rem;
    cursor: pointer;
    color: #bfbfbf;
    z-index: 111
}

.politica {
    margin-left: 30px
}

h3 {
    font-size: 26px
}

p {
    margin-bottom: 0
}

#bar {
    height: 10px;
    background-color: #a70d19
}

.grid {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-auto-rows: min-content;
    grid-gap: 20px;
    padding: .51em;
    grid-auto-flow: dense;
    grid-auto-columns: auto
}

.module {
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 200px;
    flex: 1 1 300px;
    background-color: #f1f1f1
}

.module:hover {
    background-color: #e6e6e6
}

.card-img {
    padding: 0 25px 10px;
    
}

.offer-btn {
    padding: 10px 30px;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif;
    font-size: .9rem;
    display: block;
    text-align: center;
    font-weight: 300;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 10px;
    width: calc(100% - 40px);
    cursor: pointer;
    outline: none;
    margin: 0 20px 20px
}

.offer-btn-2 {
    padding: 10px 30px;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif;
    font-size: .9rem;
    display: block;
    text-align: center;
    font-weight: 300;
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    outline: none
}

.offer-btn:hover,.offer-btn-2:hover {
    background-color: #fff;
    color: #000;
    border: solid 2px #000;
    text-decoration: none;
    font-weight: 300
}

.offer-btn-sold {
    padding: 10px 30px;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif;
    font-size: .9rem;
    display: block;
    text-align: center;
    font-weight: 300;
    background-color: #9c9c9c;
    color: #fff!important;
    border: 2px solid #9c9c9c;
    padding: 10px;
    width: 100%;
    margin: 0 20px 20px;
    outline: none;
    cursor: default;
    width: calc(100% - 2em - 10px)
}

.offer-btn-sold:hover {
    background-color: #9c9c9c;
    color: #fff;
    border: solid 2px #9c9c9c;
    text-decoration: none;
    font-weight: 300
}

#regulament {
    color: #000;
    padding-top: 10px;
    font-family: minisansreg,sans-serif;
    font-size: 1rem;
    cursor: pointer
}

#regulament:hover {
    text-decoration: underline
}

.details {
    padding: 0 20px 20px;
    height: 230px!important;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.details-sold {
    padding: 0 20px 20px;
    color: #757575;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.usi {
    font-weight: 600!important
}

.price-section {
    display: grid;
	width: -webkit-fill-available;
}

.price-numbers {
    margin-top: -10px
}

.list-offer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.special-offer {
    display: flex;
    align-items: baseline;
    justify-content: initial;
    white-space: nowrap
}

.special-price-p {
    white-space: nowrap
}

.list-price {
    font-size: 22px;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
    margin-left: 5px;
    margin-top: -6px
}

.avantaj {
    font-size: 22px
}

.special-price {
    font-size: 28px;
    font-weight: 600;
    text-align: right;
    white-space: nowrap
}

.col-3 {
    padding: 4px 10px!important;
    display: flex;
    justify-content: center;
    text-align: center
}

.details h3 {
    font-weight: 600;
    padding: 0
}

.car-state {
    margin-top: 0;
    height: 36px;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 100%
}

.young-car {
    background: #e6e6e6!important
}

.state-text {
    border: 1px solid #000;
    text-align: left;
    max-width: 180px;
    color: #fff;
    background: #000;
    font-weight: 400;
    z-index: 11;
    background: #fff;
    color: #000;
    padding: 5px 8px
}

.state-text-sold {
    border: 1px solid #9c9c9c;
    font-weight: 400;
    z-index: 11;
    background: #fff;
    color: #9c9c9c;
    padding: 5px 8px;
    width: fit-content;
    float: left;
    font-size: 1rem
}

.sold-state {
    opacity: .6
}

.sale-percent {
    justify-content: flex-end;
    right: 20px;
    top: 10px;
    position: relative;
    z-index: 1;
    float: right;
}

.percent-text {
    border: 0;
    border-radius: 100%;
    text-align: center;
    padding-left: 4px;
    padding-bottom: 2px;
    height: 60px;
    width: 60px;
    max-width: 140px;
    font-weight: 600;
    z-index: 11;
    background: #000;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

.percent-text span {
    font-size: .8rem;
    margin-top: 3px
}

.percent-text-sold {
    border-radius: 100%;
    text-align: right;
    max-width: 140px;
    height: 67.67px;
    font-weight: 600;
    z-index: 11;
    background: #9c9c9c;
    color: #fff;
    padding: 10px 16px;
    font-size: 20px;
    display: flex;
    align-items: center
}

.underline {
    width: 60px;
    background-color: #000;
    height: 4px;
    margin-bottom: .5rem
}

.underline-sold {
    width: 60px;
    background-color: #9c9c9c;
    height: 4px;
    margin-bottom: .5rem
}

#header {
    border-bottom: 2px solid #000;
    margin: 0 .5em;
    margin-bottom: 3px
}

#footer {
    border-top: 2px solid #000;
    margin: 0 .5em;
    margin-top: 40px;
    justify-content: flex-end;
    flex-wrap: wrap
}

#mini-logo {
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 7px;
    max-width: 100px
}

.separator {
    height: 1px;
    width: 100%;
    background-color: #fff
}

.modal-dialog {
    max-width: 1024px
}

.close {
    font-size: 2.5rem
}

.modal-content {
    border-radius: 0
}

.r-modal {
    max-width: 500px
}

.modal-header {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 0px;
}

.form-line {
    padding-left: 0!important
}

#form {
    padding: 20px
}

.modal-title {
    padding-left: 10px
}

.modal-title2 {
    padding-left: 0
}

.col-md-6 ul,#privacy-policy ul {
    padding-left: 0
}

#privacy-policy label {
    padding-left: 49px;
    padding-top: 7px
}

a.info {
    position: absolute;
    margin-left: 10px;
    margin-top: 2px
}

#lead {
    margin: 0 .5em 2em;
    padding: 2em 0;
    background-color: #fff;
    color: #000
}



@supports(display: grid) {
    .module {
    }
}

@media(min-width: 310px) {
    #hl {
        font-size:1.4rem;
        margin-bottom: .3rem;
        font-weight: 600;
        color: #000
    }

    #shl {
        font-size: .9rem;
        color: #000
    }

    #shl2 {
        font-size: 1.6rem
    }

    #regulament-link-mobile {
        text-decoration: underline;
        font-family: minisansreg,sans-serif;
        font-size: .7rem;
        cursor: pointer
    }

    #regulament-link {
        bottom: 2%;
        left: 7%;
        font-size: .7rem
    }
}

@media(min-width: 350px) {
    #hl {
        font-size:1.6rem;
        margin-bottom: .3rem;
        font-weight: 600
    }

    #shl {
        font-size: 1rem
    }

    #regulament-link-mobile {
        text-decoration: underline;
        font-family: minisansreg,sans-serif;
        font-size: .7rem;
        cursor: pointer
    }

    #regulament-link {
        bottom: 2%;
        left: 7%;
        font-size: .8rem
    }
}

@media(min-width: 400px) {
    #hl-block {
        top:4%;
        left: 7%
    }

    #hl {
        font-size: 1.8rem;
        margin-bottom: .3rem
    }

    #shl {
        font-size: 1.1rem
    }

    #regulament-link {
        bottom: 2%;
        left: 7%;
        font-size: .9rem
    }

    #regulament-link-mobile {
        font-size: .7rem
    }
}

.filter-sort-reset {
    margin: 0 .5em
}

@media(min-width: 472px) {
    .grid {
        padding:1.7em
    }

    #hero {
        padding: 0 1.7em
    }

    #lead,.filter-sort-reset {
        margin: 0 1.7em
    }

    #header {
        border-bottom: 2px solid #000;
        margin: 0 1.7em;
        margin-bottom: 3px
    }

    #footer {
        margin: 0 1.7em
    }

    .note-legale {
        padding-right: 30px
    }

    #hl-block {
        top: 4%;
        left: 9%
    }

    #hl {
        font-size: 1.8rem;
        margin-bottom: .3rem
    }

    #shl {
        font-size: 1.1rem
    }

    #regulament-link {
        bottom: 2%;
        left: 9%;
        font-size: .9rem
    }

    #regulament-link-mobile {
        font-size: .8rem
    }
}

@media(min-width: 520px) {
    .grid {
        grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    }
    
    .card-img {
    padding: 0 25px 10px;
    min-height: 250px;
    object-fit: contain;
    object-position: center;
}
}

@media(min-width: 550px) {
    #hl-block {
        top:4%;
        left: 9%
    }

    #hl {
        font-size: 2.2rem;
        margin-bottom: .3rem
    }

    #shl {
        font-size: 1.2rem;
        margin-bottom: .3rem
    }

    #regulament-link {
        bottom: 3%;
        left: 9%;
        font-size: 1rem
    }

    #regulament-link-mobile {
        font-size: .8rem
    }
}

@media(max-width: 719px) {
    #model-results {
        margin: 0px 10px;
    }
    
    .filter-sort-reset {
        grid-template-columns:1fr;
        grid-gap: 10px
    }

    .filters {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px
    }
}

@media(min-width: 720px) {
    h3 {
        font-size:23px
    }

    .percent-text {
        font-size: 17px;
        line-height: 1
    }

    .grid {
        padding: 2em
    }

    #lead {
        margin: 0 2em 2em
    }

    #hero {
        padding: 0 2em
    }

    #header {
        border-bottom: 2px solid #000;
        margin: 0 2em;
        margin-bottom: 3px
    }

    #footer {
        margin: 0 2em
    }

    #hero-desktop {
        display: block
    }

    #hero-mobile {
        display: none
    }

    #hl-block {
        top: 5%;
        left: 6%
    }

    #hl {
        font-size: 2.2rem;
        margin-bottom: .2rem
    }

    #shl {
        font-size: 1.33rem
    }

    #regulament-link {
        bottom: 5%;
        left: 6%;
        font-size: .8rem;
        display: block
    }

    #regulament-link-mobile {
        display: none
    }

    .modal-title {
        padding-left: 0px;
        font-size: 2rem;
        padding-top: 30px
    }

    .filter-sort-reset {
        margin: 0 2em
    }
}

@media(min-width: 964px) {
    #hl-block {
        top:6%;
        left: 6%
    }

    #hl {
        font-size: 2.7rem;
        margin-bottom: .2rem
    }

    #shl,#shl2 {
        font-size: 1.6rem
    }

    #regulament-link {
        bottom: 6%;
        left: 6%;
        font-size: 1rem
    }
}

@media(min-width: 1130px) {
    #hl-block {
        top:9%;
        left: 6%
    }

    #hl {
        font-size: 50px;
        margin-bottom: .2rem
    }

    #shl,#shl2 {
        font-size: 25px
    }

    #regulament-link {
        bottom: 9%;
        left: 6%;
        font-size: 1.1rem
    }

    .module {
        max-width: 400px
    }

    #lead-text {
        font-size: 1.125rem;
        line-height: 1.5rem
    }
}

@media(min-width: 1330px) {
    #hl-block {
        top:7%;
        left: 6%
    }

    #hl {
        font-size: 54px;
        margin-bottom: .2rem
    }

    #shl,#shl2 {
        font-size: 30px
    }

    #regulament-link {
        bottom: 9%;
        left: 6%;
        font-size: 1.1rem
    }
}

@media(min-width: 1430px) {
    #hl {
        max-width:900px
    }
}

#homepage {
    font-family: minisansreg,Arial,sans-serif;
    font-size: 12px;
    font-size: .75rem;
    color: #000;
    position: relative;
    top: 9px;
    margin-left: 15px;
    font-weight: 700;
    padding-bottom: 5px
}

.cookieinfo-close {
    position: fixed;
    width: auto;
    font-size: 16px;
    color: #fff!important;
    opacity: 1!important
}

#afla-detalii {
    text-decoration: none;
    color: #fff!important;
    display: block!important;
    text-align: center;
    margin-top: -2px;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
    opacity: 1!important
}

@media screen and (max-width: 780px) {
    .cookieinfo-close {
        float:none!important;
        margin-bottom: 10px!important;
        margin: 0 auto!important;
        position: static!important;
        width: 100%!important;
        opacity: 1!important
    }

    #cookie-message {
        max-width: 90%!important;
        margin-bottom: 15px;
        opacity: 1!important
    }
	
	.ds2-font-xxl, h1 {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 300;
}
}

.hide {
    display: none
}

#temporary-close {
    position: absolute;
    right: 20px;
    top: 15px;
    height: 40px;
    width: 40px;
    background-color: transparent;
    cursor: pointer;
    border: none
}

.close {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    opacity: 1!important;
    cursor: pointer
}

@media screen and (min-width: 780px) {
    #cookie-message {
        max-width:50%!important;
        opacity: 1!important
    }

    #temporary-close {
        z-index: 1001;
        position: absolute;
        right: 20px;
        bottom: 25px;
        top: unset;
        height: 30px;
        width: 30px;
        background-color: transparent;
        outline: none;
        border: none
    }

    .close {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        overflow: hidden;
        opacity: 1
    }

    #afla-detalii {
        text-decoration: none;
        color: #fff!important;
        display: inline-block!important;
        text-align: center;
        margin-top: 10px;
        margin-left: 10%;
        position: fixed;
        right: 282px;
        bottom: 18px
    }
}

.close:hover::before,.close:hover::after {
    background: #fff
}

.close::before,.close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff
}

.close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.close.black::before,.close.black::after {
    height: 8px;
    margin-top: -4px
}

.close.thick::before,.close.thick::after {
    height: 4px;
    margin-top: -2px
}

#descopera {
    margin: 10px 0 0
}

@media(min-width: 1473px) {
    #descopera {
        float:right
    }
}

#descopera:focus {
    outline: none
}

.specs span {
    font-size: 22px;
    margin-top: 9px
}

.specs {
    margin-top: 9px
}

.special-tva {
    font-size: 22px;
    font-weight: 400
}

#lead-p {
    text-transform: initial!important;
    font-weight: 300;
    display: block;
    font-family: miniregular,serif
}

@media(min-width: 1300px) {
    .filter-sort-reset {
        max-width:1217px;
    }
}

  .maxi-disc {margin-top: -55px; font-size: 0.95em; padding: 25px 0px 25px 30px; position: absolute; line-height: 1.3em;}
        @media (max-width: 720px) {
            .maxi-disc {margin-top: -55px; font-size: 0.8em; width: 90%; padding: 15px 0px 15px 35px;}
        }
                            

        .grids {
            max-width: 1460px;
            margin: 30px auto;
        }
        
        .modules {
            /* height: 740px; */
/*             width: 100%;
            float: left; */
            /* margin-bottom: 25px; */
            border-bottom: 25px solid white;
        }
        
       .modules>div {
    background: #ffffff;
    /* margin: 10px 10px; */
    /* height: 100%; */
    /* border-left: 13px solid #fff; */
    /* border-right: 13px solid #fff; */
    padding-bottom: 10px;
    /* box-sizing: content-box; */
    border: 1px solid #d6d6d6;
}
        
        @media (min-width: 700px) {
/*             .modules {
                width: 50%;
            } */
        }
        
        @media (min-width:1000px) {
/*             .modules {
                width: 33.33%;
                margin-bottom: 15px; 
            } */
            
            .grids .col-md-4 {
                padding-left: 0px;
                padding-right: 0px;
            }
        }

label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 16px;
}

select {
    text-transform: none;
    font-family: miniregular,serif;
    color: #262626;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 10px 8px 9px 8px;
    border: 2px solid #bbbbbb;
    border-radius: 0;
    height: auto;
    box-shadow: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20fill%3D%22%234d4d4d%22%20d%3D%22M11.997%2017l2-2%206%206.002%206-6%202%202-8%208z%22%2F%3E%3C%2Fsvg%3E);
    background-size: 40px 40px !important;
    background-position: right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100% !important;
}

.wpcf7-form .form-control {
    font-family: miniregular,serif;
    color: #262626;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    padding: 10px 8px 9px 8px;
    border: 2px solid #bbb;
    border-radius: 0;
    height: auto;
    box-shadow: none;
}

.wpcf7-form .bmw-consent {
    position: relative;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 100%;
}

.wpcf7-form .bmw-consent label {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 20px;
    cursor: pointer;
}
.wpcf7-list-item-label {
    font-size: 18px;
    padding-left: 10px;
}

.bmw-checkbox .bmw-checkbox-checked {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 2px solid #bbbbbb;
}

.bmw-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .bmw-checkbox {
    float: left;
    margin-right: 5px;
}
.wpcf7-form .bmw-consent .bmw-checkbox {
    height: 20px;
    position: absolute;
    left: 0;
}
.bmw-checkbox {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.bmw-checkbox input[type="checkbox"]:checked ~ .bmw-checkbox-checked {
    border: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABCElEQVRIS2M0zLr+n4GGgHHUAkKhOxpE4BCy1eFhOHzlC9bQojiIvMz4GFripRjypz/BaglFFsAMhzkdmyVkW4Bu+M0nP8C+ePXhD0pQkWUBsYaDbCJogYYsB8ONxz/griLFcIIW5PmLMvhY8DPkT3vCcP3xDwZSDcdrAcjwBDdhsMvffPrDsOrgB4YsXxG4T3CFOXpaxRlE5hrcDJMyZRhYWRgx0jexhhMMIpAlU7JkGJiZEZY8fPWLIX3iI4zUgqtMIhjJ8a7CDPkBomD9P3//Y0jqe8Rw/REi0qlS2IEsyfAWJtlwgkGE7DpNOQ6SXA7TSzCICAUBIflRCwiFEOGyiKAJBBQAAC/1qbFnt9mfAAAAAElFTkSuQmCC) center no-repeat #1c69d4;
    background-size: 18px 18px;
}

.wpcf7-submit {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;
    border: solid 2px #a70d19;
    line-height: 40px;
    font-size: 18px;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff;
    background-color: #a70d19;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
}

.wpcf7-submit:hover {
        width: 100%;
    max-width: 300px;
    padding: 0 15px;
    border: solid 2px #000000;
    line-height: 40px;
    font-size: 18px;
    font-family: minisansreg,minisansreglocalized,Arial,sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    color: #fff;
    background-color: #000000;
    cursor: pointer;
    border-radius: 0px;
    text-transform: uppercase;
}

#formular h5 {
    font-weight: bold;
}


/* #model-results .col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
} */

.ds2-buttonlist {
    padding-left: 0;
}

.button {
	font-family: "MINISansSerifReg", Sans-serif;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000 !important;
    border-radius: 30px !important;
}

.button:hover, .button:focus, .button:active {
	font-family: "MINISansSerifReg", Sans-serif;
    background-color: #cecece;
    border-color: #cecece;
    color: #000 !important;
    border-radius: 30px !important;
}

@media only screen and (min-width: 981px) {
    .ds2-font-xxl, h1 {
        font-size: 4rem;
        line-height: 4.5rem;
        font-weight: 300;
    }
}


.slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick' !important;
  font-size: 20px !important;
  line-height: 1;
  opacity: .75;
  color: black !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0px !important;
  z-index: 1 !important;
  opacity: 1 !important;
}
.slick-next {
  right: 0px !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

