﻿.gfvlak {
    padding: 15px 15px;
    vertical-align: top;
    background-color: var(--hoofdkleur, #97C121);
}
.gfheader {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.gfsubheader {
    font-size: 22px;
    margin-bottom: 10px;
}
.gfbedrag {
    color: var(--hoofdkleur, #97C121);
}

.gflogo {
    height:60px;
}

.gfoptions {
    vertical-align: middle;
    display: table-cell;
}

@media (min-width:769px) {
    .gfoptions {
        padding-left: 40px;
        padding-top:10px;
    }
}

.gfright {
    display: table;
}
@media (max-width:767px) {
    .gfright {
        display:initial
    }
}

.blackvsgreen-table {
    text-align: right !important;
}

.blackvsgreen-table td {
    text-align:left;
    padding:0 !important;
}

.hoe-groen {
    text-align: left !important;
    font-weight: bold;
    font-size: 140%;
    padding-left:3px !important;
}

@media (max-width:767px) {
    .hoe-groen {
        font-weight: bold;
        font-size: 100%;
        padding-left: 0px !important;
    }
}

.greenbg {
    background-color: #97c121;
}

a[href="https://confettipage.com"] {
    display:none !important;
}

.bvg-white-label {
    background-color: #fff;
    padding: 5px 5px;
    color: #000;
    margin-left: 10px;
    display: inline-block;
}

.label-green {
    color: #97C121;
}