/*
Theme Name: Default
Theme URI: https://www.polite.nl
Type: Desktop
Description: Custom
Version: 2.0.0.0
Author: Paul Otten
Author URI: https://www.polite.nl
*/


/* Brandstof Module*/
.brandstofBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.brandstofBlok,
.brandstofBlokImage{
    display: inline-block;
    flex: 1;
    height: 80px;
    max-width: 265px;
    min-width: 265px;
    background: rgba(150,150,150,0.15);
    background: rgba(235,242,248,1);
    margin: 10px auto;
    padding: 10px;
}

.brandstofTitel {
    font-weight: normal;
    font-size: 1em;
    padding: 5px;
}
.brandstofBlok .brandstofTitel {
    width: 60%;
}
.brandstofPrijs {
    font-size: 1.3em;
    font-weight: bold;
}
.brandstofBlok .brandstofPrijs {
    width: 40%;
}

.brandstofBlokImage .brandstofTitel{
    width: 100%;
    text-align: center;
}
.brandstofBlokImage .brandstofImageBlok{
    width: 80px;
    height: 100%;
    float: left;
}
.brandstofTekst{
    /*width: 100%;*/
    width: 60%;
    height: 60px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.brandstofBlokImage .brandstofTekst{
    width: calc(100% - 80px);
    height: 100%;
}
.brandstofImageBlok{
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
}

.brandstofBlokImage >  .brandstofTekst > .brandstofImageBlok{
    width: 40%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    float: left;
}
.brandstofBlokImage .brandstofTekst .brandstofPrijs {
    line-height: 40px;
    width: 100%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
}
.ImgBrandstof{
    width: 70px;
    padding: 5px;
    /*box-sizing: border-box;*/
}

@media screen and (max-width: 800px){
    .brandstofBox {
        /*display: unset;*/
        /*width: 100%;*/
    }
    .brandstofBlok, .brandstofBlokImage {
        /*width: 100%;*/
    }
}

.wrap_brandstofInvoer{
    display: -webkit-box;
}
.brandstofInvoerBlok{
    width: 300px!important;
    margin: 10px auto!important;
    text-align: center!important;
}
.brandstofInvoerBlok label,
.brandstofInvoerBlok span{
    width: 100%!important;
    text-align: center!important;
    max-width: unset!important;
}
.brandstofInvoerBlok .formWaarde.full span {
    width: 20px!important;
    top: 0px!important;
    right: 82px!important;
    position: absolute!important;
}
.brandstofInvoerBlok img{
    padding-top: 40px;
}

input.brandstofprijs{
    width: 100px!important;
    text-align: right;
    font-size: 16px;
}