    #whitebackground_div {
    width : 100%;
    margin-right : auto;
    margin-bottom : 0px;
    margin-left : auto;
    margin-top : 10%;
  }
  
  #kenteken_top_title {
    padding-top : 1em;
    padding-bottom : 0.5em;
    border-bottom : 1px solid rgb(216, 216, 216);
  }
  
  #kenteken_top_article {
    padding : 0px;
  }
  
  #kenteken_top_input_licenceplate {
    height : 56px;
    box-shadow : rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
  }
  
  #kenteken_top_button {
    height : 50px;
    margin : 0px auto;
    box-shadow : rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
    width : 80% !important;
  }
  
  #kenteken_top_checkmarklist {
    padding-top : 2em;
  }
  
  #kenteken_top_tekst {
    padding-top : 1em;
  }
  
  #kenteken_top_licence-error {
    text-align : center !important;
  }
  @media screen and (min-width: 1024px) {
    #whitebackground_div {
      background-color : white;
      margin-top : 5em;
      box-shadow : rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
      border-top-left-radius : 2px;
      border-top-right-radius : 2px;
      border-bottom-right-radius : 2px;
      border-bottom-left-radius : 2px;
      width : 650px !important;
    }
  
    #kenteken_top_title {
      margin-left : 1em;
      text-align : left;
      width : 90% !important;
    }
  
    #kenteken_top_button {
      text-align : center;
    }
  
    #grid-setup {
      display : flex;
    }
  
    #kenteken_smallhead {
      width : 80%;
      margin : 0px auto;
      font-family : FranklinGothicURW-Boo;
      font-size : 13px;
      padding : 3em 0em 0.2em 0px;
    }
  
    #kenteken_top_article {
      width : 50% !important;
    }
  
    #kenteken_top_checkmarklist {
      width : 50% !important;
    }
  
    #kenteken_top_input_licenceplate {
      margin : 0px auto;
      width : 80% !important;
    }
  
    #kenteken_top_button {
      font-size : 20px;
      width : 65% !important;
    }
  }

  @media screen and (max-width: 620px) and (min-width: 501px) {
    #kenteken_top_button {
        font-size: 130%;
    }
  }

  @media screen and (max-width: 1024px) and (min-width: 501px) {
    #whitebackground_div {
      width : 70%;
    }
  
    #kenteken_top_input_licenceplate {
      margin : 0px auto;
      width : 70% !important;
    }
  
    #kenteken_top_button {
      font-size : 20px;
      width : 50% !important;
    }
  
    #kenteken_top_unorderedlist {
      width : 60%;
      margin : 0px auto;
    }
  }
  #kenteken_top_article {
    height : 160px !important;
  }
  
  #kenteken_top_article > div > form {
    height : 150px;
  }
  
  #kenteken_top_input_licenceplate > button > img {
    display : none;
  }
  
  #kenteken_top_input_licenceplate > button {
    background-color : rgb(2, 107, 226);
  }
  
  #kenteken_top_input_licenceplate > input {
    font-size : 32px;
  }
  
  #kenteken_smallhead {
    font-family : sans-serif;
  }
  
  div.center-items > div:nth-of-type(3) > div > h2 {
    display : none;
  }
  
  div.center-items > div:nth-of-type(3) > div > h3 {
    display : none;
  }
  
  div.center-items > div:nth-of-type(3) > div > p {
    display : none;
  }
  
  div.center-items > div:nth-of-type(3) > article:nth-of-type(2) {
    display : none;
  }
  