
@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');

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

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

table, tr, td {
    padding: 5px 10px;
}
legend {
    font-family: "Lato" !important;
    font-weight: 600;
    text-align: center;
    background-color: #1C1C1C;
    width:100%;
    padding: 1.5rem;
    font-size: 2rem;
    color:#fff
}

h3 {
    padding:2rem 0;
}

h4 {
    padding-left:10px;
}

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

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

.btn-success {
    background-color: #1C1C1C !important;
    border-color: #333 !important;
}

.btn-success#zelfgaanberekenen {
    background-color: #eee !important;
    color:#1C1C1C;
}

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

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

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

    .optie1 .goedkoopste h4, .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 #1C1C1C;
}

.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: #1C1C1C;
    color: #fff;
}

hr {
    border-color:#fff;
}

.bedankt {
    max-width:600px;
    margin:0px auto;
    text-align:center;
    border:1px solid #1C1C1C;
    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;
}

/* toggle zakelijk */

.label {
    pointer-events: none;
    display: flex;
    align-items: center;
}
  
.switch,
.input:checked + .label .left,
.input:not(:checked) + .label .right {
    pointer-events: all;
    cursor: pointer;
}
  
.input {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 28px;
    transform: rotate(180deg);
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  input:checked + .label .slider {
    background-color: #1C1C1C;
  }
  
  input:focus + .label .slider {
    box-shadow: 0 0 1px #1C1C1C;
  }
  
  input:checked + .label .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  .slider.round {
    border-radius: 30px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  /* styling to make it look like your screenshot */
  
  .left {
    margin-right:15px;
  }

  .right {
    margin-left:15px;
  }