@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
    --huisstijlkleur: #252629;
}

body {
    padding:0;
    color: #707981;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    padding-bottom:0;
    margin-bottom:0;
}

body.py-4 {
    padding-bottom: 0 !important;
}

table, tr, td {
    padding: 5px 10px;
}
legend {
    text-transform: uppercase;
    text-align: center;
    background-color: var(--huisstijlkleur);
    width:100%;
    padding: 1.5rem;
    font-size: 2rem;
    color:#fff
}

h3 {
    padding:2rem 0;
}

h4 {
    padding-left:10px;
}

.container.logo img {
    max-width:250px;
    padding-bottom: 1rem;
}

.container.logo {
    text-align: center;
}

.btn-success {
    background-color: var(--huisstijlkleur)!important;
    border-color: #333 !important;
}

.btn-success#zelfgaanberekenen {
    background-color: #eee !important;
    color:#31a3dd;
}

.radio-inline:first-child {
    margin-right:2rem;
}

.optie {
    border: 1px solid var(--huisstijlkleur);
    background: #fefefe;
    margin: 0px;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.6rem;
}

.optie2.actief {
    border-left:3px solid #32CD32;
}

.optie2 .goedkoopste {
    text-align: right;
}
    .optie2 .goedkoopste h4 {
        text-transform: uppercase;
        padding-right:10px;
    }

.optie:nth-child(1) {
    border-bottom:0;
    border-radius: 10px 10px 0 0;
}
.optie:nth-child(2) {
    border-bottom:0;
}
.optie:nth-child(3) {
    border-radius: 0 0 10px 10px;
}
.optie4.optie {
    border-radius: 10px;
    border: 1px solid var(--huisstijlkleur);
}

.optie:not(.actief) h4, .optie:not(.actief) h6 {
    color:#000;
}

.optie span.pm-small {
    font-size: 1.2rem;
    color:#ddd;
    padding-left: 0.5rem;
}

.col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.actief {
    background-color: var(--huisstijlkleur);
    color: #fff;
}

hr {
    border-color:#fff;
}

.bedankt {
    max-width:600px;
    margin:0px auto;
    text-align:center;
    border:1px solid var(--huisstijlkleur);
    border-radius: 10px;
    padding:1rem;
    padding-bottom: 3rem;
}

#page-container {
    position: relative;
    min-height: 100vh;
}
  
#content-wrap {
    padding-bottom:6rem;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    border-top:1px solid #eee;
}