/*
Digifresh Ilsa plugin
Versie: 1.0
Copyright 2024
www.digifresh.nl
*/

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");


body {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.h1 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.h2 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

.h3 {
    text-decoration: none !important;
}

.h4 {
    color: #1e1e1e !important;
    text-decoration: none !important;
}

#dfi-text h2 {
    font-family: "Varela Round", Sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2em;
    color: #205493;
}

#dfi-text h3 {
    font-size: 1.2rem;
}

.dfi-small {
    font-size: 0.8em;
}

.dfi-merkmodel {
    font-size: 1.4rem;
}

.bg-black {
    background-color:#242424;
}

.bg-blue {
    background-color:#0088cc;
}

.bg-green {
    background-color:#009958;
}

.bg-darkgreen {
    background-color:#004025;
}
.bg-middlegrey {
    background-color:#ebebeb;
}
.bg-darkgrey {
    background-color:#242424;
}
.text-black {
    color: #242424;
}
.text-white {
    color: #ffffff;
}
.text-green {
    color: #009958;
}
.dfi-h2 {
    font-size: 1.7em !important;
}

.dfi-h3 {
    font-size: 1.2rem;
}

a.dfi-detail-link {
    text-decoration: none !important;
}

.dfi-price {
    font-size: 1.6rem;
}

.dfi-leaseprice {
    font-size: 1.3rem;
}

.oneline {
    width: 100%;
    height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.grecaptcha-badge {
    display: none !important;
}

/*** buttons ***/

.btn-dfi-primary {
    color: #ffffff;
    background-color: #242424;
    text-decoration: none;
    border-radius: 99px;
    font-size: 18px;
    padding: 10px 20px;
    cursor: pointer;
    opacity: 1;
    border-width: 2px;
}

.btn-dfi-primary:hover {
    color: #ffffff;
    background-color:#000000;
    text-decoration: none;
}

.btn-dfi-secondary {
    color: #ffffff;
    background-color: #242424 !important;
    text-decoration: none;
    border-radius: 99px;
    padding: 10px 20px !important;
    cursor: pointer;
}

.btn-dfi-secondary:hover {
    color: #ffffff;
    background-color:#000000;
    text-decoration: none;
}

.btn-dfi-facebookdelen {
    color: #4C67A1 !important;
    background-color: transparent;
    text-decoration: none !important;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #4C67A1;
}

.btn-dfi-facebookdelen:hover {
    color: #ffffff !important;
    background-color:#4C67A1;
    text-decoration: none;
}

input.reset,
a.reset {
    text-decoration: none !important;
    color: #ffffff !important;
    opacity: 1;
    padding: 10px 40px;
}

input.reset:hover,
a.reset:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    opacity: 0.8;
}

button#dfi-contact-submit {
    /* color: #ffffff; */
    /* background-color: #009958; */
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    /* border: none; */
    /* border-radius: 0px 10px 0px 10px; */
    opacity: 1;
    border-width: 2px;
}

button#dfi-contact-submit:hover {
    color: #ffffff;
    background-color: #004025;
    text-decoration: none;
    /* border-radius: 0px 10px 0px 10px; */
    font-size: 18px;
    padding: 10px 20px;
    opacity: 0.8;
}

.dfi-subtitle {
    color: #666666;
    padding-bottom: 5px;
    border-bottom: none;
}

/*** images ***/

.dfi-thumb-container {
    overflow: hidden;
    max-height: 280px;
}

img.list-thumb {
    width: 100%;
    object-fit: cover;
    max-height: 285px;
    transition: 0.3s;
    min-height: 285px;
}

img.list-thumb2 {
    width: 100%;
    object-fit: cover;
    max-height: 130px;
    transition: 0.3s;
    /* min-height: 130px; */
}

img.list-thumb:hover {
    transform: scale(1.05);
}

.img-dfi-thumbnail {
    padding: 0.5rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: auto;
    max-width: 60px !important;
}

img#img-detail {
    width: 100%;
    height: 709px;
    object-fit: cover;
}

.dfi-detail-thumb {
    margin: 1px;
    max-width: 117px;
    object-fit: contain;
}

/*** filter ***/

#filter .form-select {
    padding: 10px 10px;
    cursor: pointer;
}

/*** contactform ***/
span.label-text {
    padding-left: 5px;
}

.fs-20 {
    font-size: 1.2rem;
}
.no-under a {
    text-decoration: none !important;
}

a.no-under{
    text-decoration: none !important;
}




element.style {
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.icon-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 99px;
    /* border: 2px solid #ffffff; */
    float: left;
    margin-top: -4px;
    margin-right: 5px;
    /* background-color: #ffffff; */
}

#video-container #video-list .video .contain {
    height: 100% !important;
    width: 100% !important;
}

div#dfi-mail-messages {
    color: cyan;
}
.dfi-help-block.with-errors {
    color: cyan;
    padding-left: 18px;
}

@media only screen and (max-width: 1199px) {

    img#img-detail {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

}

@media only screen and (max-width: 768px) {
    .dfi-detail-thumb {
        max-width: 119px;
    }

}


@media only screen and (max-width: 402px) {
    .dfi-detail-thumb {
        max-width: 104px;
    }

    h2 {
        font-size: 1.3rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }


}

iframe.embed-responsive-item {
    /* height: 100vh; */
}

div#if-opmerkingen {
    overflow: hidden;
}

div#dfi-lijst-specs {
    font-size: 0.8rem;
}

p.dfi-bel-text.text-white {
    font-size: 0.95rem;
}

a.dfi-detail-linkindex {
    text-decoration: none !important;
}

.hide {
    display: none;
}

.dfi-subtitle2 {
    font-size: 1.2rem;
}

.form-select {
    cursor: pointer;
    border-radius: 3px;
}

h2.dfi-detailtitle {
    font-size: 25px !important;
    margin-bottom: 0;
}

span.modeltxt {
    font-size: 1.2rem;
}

.dfi-detail-tabs .nav-pills .nav-link{
  border-radius: 999px;
  padding: .55rem 1rem;
  background: #f2f4f7;
  color: #111;
  font-weight: 600;
}
.dfi-detail-tabs .nav-pills .nav-link.active{
  background: #111;
  color: #fff;
}

.dfi-cardbox{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.dfi-feature-item{
  display:flex;
  align-items:center;
  gap:.6rem;
  padding:.65rem .75rem;
  border-radius: 12px;
  background: #f7f8fa;
}
.dfi-check{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
  color:#fff;
  font-size: 13px;
  flex: 0 0 22px;
}
.dfi-tip{
  margin-left:auto;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#e9eef5;
  color:#111;
  font-weight:700;
  font-size: 12px;
  cursor: help;
}
/* Location card */
.dfi-location-card{
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.dfi-location-map iframe{
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.dfi-location-info h3{
  font-weight: 700;
}

.dfi-location-items{
  display: grid;
  gap: 12px;
}

.dfi-location-item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #f7f8fa;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}
.dfi-location-item i{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
}
.dfi-location-item:hover{
  background: #eceff3;
}

/* Mobile */
@media (max-width: 991px){
  .dfi-location-map iframe{
    min-height: 260px;
  }
}


.dfi-location-map {
    height: -webkit-fill-available;
}

