@font-face {
  font-family: kenteken;
  src: url("//") format("no404"), url("../Fonts/Kenteken.ttf") format("truetype"); }
@font-face {
  font-family: Franklin Gothic Light;
  src: url("../Fonts/URWFranklinGothicLight.ttf") format("truetype"); }
@font-face {
  font-family: Franklin Gothic Medium;
  src: url("../Fonts/URWFranklinGothicMedium.ttf") format("truetype"); }

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.insurance_grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  /* grid-gap: 50px; */
  background:transparent;
}

.grid__input--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  grid-gap: 10px; }

.devider_yellow {
  margin-top: 40px;
  border-top: 4px #FDBE00 solid;
  width: 7em; }

section {
  font-family: "Franklin Gothic Medium"; }
  section h3.insurance {
    color: #006acc;
    margin: 1em 0;
    font-size: 2em; }
  section p.insurance {
    color: #006acc;
    font-size: 20px; }
  section h4.insurance {
    background: #FDBE00;
    font-size: 2em;
    width: max-content;
    margin: 2em auto 0 auto;
    padding: 10px 20px; }
  section span.insurance {
    padding: 10px 20px;
    background: #FDBE00;
    font-size: 25px;
    width: auto;
    margin-bottom: 30px; }

fieldset.insurance {
  margin-top: 4em;
  border: #006acc 1px solid;
  border-radius: 15px;
  font-family: "Franklin Gothic Light"; }
  fieldset.insurance legend {
    margin: 0 auto; }
  fieldset.insurance div.grid__stars {
    display: grid;
    width: 85%;
    margin: auto;
    grid-template-columns: repeat(10, 1fr); }
  fieldset.insurance span, fieldset .fa {
    color: #ffe597;
    background: transparent;
    font-size: 1.5em;
    padding: 0;
    margin-bottom: 0; }
    fieldset p {
    color: #000;
    margin-bottom: 30px;
    font-size: 15px; }

section.form_verzekering {
  text-align: left;
  display: block;
  background: #f7f5f1;
  padding-bottom: 30px; }
  section.form_verzekering form {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: white; }
    section.form_verzekering form .form_verzekering--inside {
      padding: 1em; }
  section.form_verzekering h5 {
    background: #FDBE00;
    margin-bottom: 0;
    padding: 1em;
    font-size: 25px;
    border-radius: 15px 15px 0 0; }
  section.form_verzekering label {
    color: #006acc; }
  section.form_verzekering #kenteken {
    border: black 2px solid;
    background-color: #FDBE00;
    width: 70%;
    background-image: url("../image/EU-section-with-NL.svg.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: contain;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 35px;
    font-family: kenteken;
    text-align: center;
    height: 40px;
    text-transform: uppercase; 
    color: #000}
    section.form_verzekering #kenteken::placeholder {
      color: black;
      vertical-align: center; }
  section.form_verzekering select {
    border: #dadada 1px solid;
    border-radius: 5px;
    background-color: white;
    height: 30px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-left: 20px;
    background-image: url("../SVG/arrow.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-top: 10px;
    margin-bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  section.form_verzekering .geboorte_select {
    display: none; }
  section.form_verzekering .schadevrije {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center; }
    section.form_verzekering .schadevrije span {
      background: #dadada;
      color: #4D515A;
      font-size: 21px;
      padding: 3px;
      border: 0;
      height: 36px ;
      margin-top: 10px;
      margin-bottom: 20px; }
      section.form_verzekering .schadevrije span:hover {
        background: #0B6EC9; }
      section.form_verzekering .schadevrije span.max {
        background: #ececec;
        color: #A6A8AC; }
    section.form_verzekering .schadevrije #minus_schadevrij {
      border-radius: 5px 0 0 5px; }
    section.form_verzekering .schadevrije #plus_schadevrij {
      border-radius: 0 5px 5px 0; }
    section.form_verzekering .schadevrije #schadevrij {
      text-align: center;
      border: #dadada 3px solid;
      border-left: none;
      border-right: none;
      padding: 0;
      min-height: 0;
      border-radius: 0;
      width: 100%; }
      section.form_verzekering .schadevrije #schadevrij:invalid {
        border: #FF4040 3px solid; }
    section.form_verzekering .schadevrije input[type="text"] {
      width: 100%;
      padding: 0;
      border-radius: 0; }
  section.form_verzekering input[type="text"], section.form_verzekering input[type="number"] {
    border: #dadada 1px solid;
    padding-left: 20px;
    border-radius: 5px;
    width: 100%;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: 20px; }
    section.form_verzekering input[type="text"]:invalid, section.form_verzekering input[type="number"]:invalid {
      color: #FF4040;
      border: #FF4040 1px solid;
      min-height: 0;
    }
      section.form_verzekering input[type="text"]:invalid::placeholder, section.form_verzekering input[type="number"]:invalid::placeholder {
        color: red;
        vertical-align: center; }
      section.form_verzekering input[type="text"]:invalid:focus, section.form_verzekering input[type="number"]:invalid:focus {
        border: #006acc 1px solid;
        color: black; }
  section.form_verzekering:focus {
    border: #006acc 1px solid; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

input[type="number"]::-webkit-inner-spin-button {
  display: none; }

.first_label--dekking {
  margin-top: 10px; }

.dekking {
  border: 2px solid #006acc;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 7px;
  display: grid;
  grid-template-columns: 1fr;
  color: #000 !important;
  padding-bottom: 22px;
  font-family: "Franklin Gothic Light"; }
  .dekking span {
    font-size: 15px;
    width: 20%;
    padding: 2px;
    border-radius: 15px;
    margin: 2px;
    float: left;
    background: #FDBE00;
    position: absolute; }
  .dekking strong {
    padding-top: 23px;
    text-align: center; }
#advies{
  background: #FDBE00
}
input[type="radio"] {
  display: none; }
  input[type="radio"]:checked + label {
    background: #cce7ff;
  }

.submit {
  background: #006ACC;
  border-radius: 2em;
  color: #fff;
  font-size: 20px;
  margin: 1.5em auto;
  padding: 1em 2em;
  display: flex;
  justify-content: center;
  -webkit-appearance: none;
  border: none; }
  .submit:hover {
    background: #0084FF;
  }

  section.verzekering_intro{
    /* background: white; */
    padding: 0 20px 50px 20px;
  }

@media screen and (min-width: 900px) {
  .insurance_grid {
    grid-template-columns: 1fr  1fr;
    grid-gap: 3em; 
    background: white;
  }


  .grid__input--3 .geboorte_select {
    display: block !important; }
  .grid__input--3 .geboorte_input {
    display: none; }

  section.verzekering_intro {
    margin-right: 0;
    text-align: left; }
    section.verzekering_intro .devider_yellow {
      margin-left: 0; }
    section.verzekering_intro h4 {
      margin-left: 0; }

  section.form_verzekering {
    background: linear-gradient(to left, #f7f5f1 90%, #fff 75%); }
    section.form_verzekering form {
      width: 400px;
      margin-left: 20px; }
      section.form_verzekering form .dekking span {
        width: 5em; } }

/*# sourceMappingURL=style.css.map */
