<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.searchbar .elementor-search-form__input {
    border:none !important;
    width:120px;
}
.searchbar input.elementor-search-form__input:focus {
    box-shadow:none !important;
}

.elementor-menu-toggle i::before {
    text-shadow:1px 1px 0px rgba(0,0,0,0.4);
}
.elementor-slide-heading {
    text-shadow:0px 0px 5px rgba(0,0,0,0.4), 1px 1px 0px rgba(0,0,0,0.4);
}

/*Hamburgermenu Desktop*/
div.elementor-widget-container nav.elementor-nav-menu--dropdown.elementor-nav-menu__container ul#menu-2-a0b997a.elementor-nav-menu li {
  display: inline-block;
}
.elementor-nav-menu {
  padding: 5px!important;
}

div.elementor-menu-toggle {
  width: 45px;
  margin-left: 0 !important;
  float: left;
}

.elementor-28 .elementor-element.elementor-element-a0b997a &gt; .elementor-widget-container {
   flex-direction: row!important;
   float:left;
}

#futy-container {
    z-index:1 !important;
}


/*
Aanbod overzicht
 */

#entity-search {
    padding: 25px 0;
    position: relative;
}



@media (min-width: 768px) {  
    #entity-search .flex {
        display: flex;
        flex-wrap: wrap;
    }    

    #entity-search .flex &gt; * {
        width: 50%;
    }    

}

@media (min-width: 1140px) {  
    #entity-search .flex {
        display: flex;
        flex-wrap: no-wrap;
    }    

    #entity-search .flex &gt; * {
        width: 20%;
    }    

    #entity-search .searchbtn {
        padding-top: 46px;
        
        overflow: hidden;
    }
    #entity-search .searchbtn input {
        border: 0;
        line-height: 25px;
    }


}

/*
Aanbod single
 */
#voertuig {
    padding: 50px 25px;
}

#voertuig h1, #voertuig h2, #voertuig h3, #voertuig h4 , #voertuig i.fa, #voertuig i.fas {
    color: #609d93;
}



@media (min-width: 800px) {  
    #voertuig .topwrapper {
        display: flex;
    }

    #voertuig .fotowrapper {
    width: 50%;
    }
    #voertuig .sidebar {
        width: 50%;
        padding-top: 35px;
    }
    #voertuig .sidebar &gt; *  {
        padding-left:  35px;
    }
}

@media (min-width: 992px) {  
    #voertuig .fotowrapper {
    width: 70%;
    }
    #voertuig .sidebar {
        width: 30%;
        padding-top: 35px;
    }
}





#voertuig .sidebar ul.inline {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

#voertuig .sidebar ul.inline li {
    display: inline-block;
    padding-top: 15px;
    
}
#voertuig .sidebar ul.inline li i {
    color:  #609d93;    
}


#voertuig .sidebar .box {
    display: flex;
    align-items: center;
    border:  2px solid #D6D6D6;
    margin-top: 18px;
    padding: 15px 25px;
    vertical-align: center;
    line-height: 21px;
}

#voertuig .sidebar .box:hover {
    background: #609d93;
    color: #fff;
    border:  2px solid #609d93;;
} 

#voertuig .sidebar .box .imgwrapper {
    display: inline-block;
    width: 60px;
    height: 60px;
    padding-right: 15px;
}

#voertuig .sidebar .box i {
    font-size: 60px;
}

.sidebar .rounded {
    border-radius: 50%;
}

.sidebar .prijzen {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.sidebar .prijzen .prijs {
    text-align: right;
    font-weight: bold;
}


#voertuig .fotowrapper .thumbs {
    padding:  0px;
}

#voertuig .fotowrapper .thumbs a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
    min-width: 150px;
    margin: 8px; 
}

#voertuig .fotowrapper .thumbs button {
    position: absolute;
    left:  15px;
    top: 60px;
    background: none;
    color: rgb(58, 58, 58);
    font-size: 24px;
    z-index: 9;
}

#voertuig .fotowrapper .thumbs button.slick-next{
    left:  auto;
    right: -15px;
}

#voertuig .fotowrapper .thumbs button:hover {
    color:  #609d93;
}

#voertuig .highlights, #voertuig .highlights, #voertuig .details,  #voertuig .optiess, #voertuig .extra, #voertuig .contact {

    padding-top: 40px;    

}

@media (min-width: 576px) {  
    #voertuig ul.optielist {
         display: flex;     
          flex-wrap: wrap;
          list-style: none;
          padding: 0;
          column-count: 2;
          margin: 0;
    }

    #voertuig ul.optielist li {
        padding: 2px;
        margin: 0;
        width: 50%;
        }     
}
@media (min-width: 992px) {      
    #voertuig ul.optielist li {        
        width: 33%;
        }    

    #voertuig .contact {
        display: flex;
        flex-wrap: wrap;
    }

    #voertuig .contact &gt; div { 
        width: 50%;

    }

    #voertuig .leasewrapper &gt; * { 
        padding-left: 20px;
    }
    #voertuig .contactwrapper &gt; * { 
        padding-right: 20px;
    }
}



#voertuig .details {
    display: flex;
    flex-wrap: wrap;
}

#voertuig .details &gt; div { 
    width: 50%;
}






/*
einde Aanbod
 */
</pre></body></html>