@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url("../fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/Roboto-Light.woff") format("woff"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */ url("../fonts/Roboto-Light.woff")
      format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
  background: #fff url(../img/bg.jpg) no-repeat center bottom fixed;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

@media only screen and (orientation: portrait) and (max-width: 700px) {
  body {
    background: #fff;
    background: #fff url(../img/bg-mobile.jpg) no-repeat center bottom fixed;
    background-size: cover;
  }

  .mobile-padding {
    padding: 0 10px !important;
  }
}

.welcome-header {
  margin-top: 10px;
  margin-bottom: 50px;
  margin-left: -10px;
}

.welcome-header img {
  width: 150px;
  margin-bottom: 40px;
}

.welcome-message {
  margin-top: 20px;
}

.h-l {
  min-height: 370px;
  padding: 10px 20px 10px;
  overflow: hidden;
}

.h-l h3 {
  margin-bottom: 10px;
}

.h-m {
  height: 110px;
  padding-top: 23px;
}

.card-pf img {
  width: 22px;
  margin-right: 10px;
  vertical-align: bottom;
}

img.doc-img {
  width: auto;
  height: 22px;
}

.link {
  font-size: 16px;
  vertical-align: baseline;
  font-weight: bold;
  color: #0000ee;
}
.link:visited {
  color: #551a8b;
}

h3 {
  font-weight: 550;
}

h3 a:link,
h3 a:visited {
  color: #333;
  font-weight: 550;
}

h3 a:hover,
h3 a:hover .link {
  text-decoration: none;
}

.h-l h3 a img {
  height: 30px;
  width: auto;
}

.description {
  margin-top: 30px;
}

@media only screen and (min-width: 600px) {
  .top-spacer {
    margin-top: 40%;
  }
}

.card-pf {
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 6px 12px 0 rgb(22 20 47 / 12%);
}

.card {
  border: none !important;
  border-radius: 22px;
  background-color: #fcfbfd !important;
  box-shadow: 0 6px 32px 6px rgb(22 20 47 / 12%);
  margin: 30px auto;
  width: 580px;
  padding: 55px;
}

.subtitle {
  font-size: 28px;
  margin-left: 21px;
  font-weight: 200;
}

.eHerkenning-inlog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 6px 12px 0px rgb(22 20 47 / 12%);
  border-radius: 10px;
  padding: 20px;
  margin: 12px 0px;
}

.eHerkenning-inlog:hover {
  cursor: pointer;
}

.eHerk_logo {
  background: url(../img/eHerk_woordbld_FC.jpg) no-repeat center;
  background-size: cover;
  height: 45px;
  width: 170px;
}

.introText {
  font-size: 12px;
  padding: 28px 0px 54px 0px;
  margin-bottom: 28px;
  border-bottom: solid 1px rgb(22 20 47 / 12%);
}

.infoText {
  font-size: 12px;
  padding: 28px 0px 32px 0px;
  margin-bottom: 28px;
}

.eh3 {
  background: url(../img/EH3.png) no-repeat;
  background-size: cover;
  height: 20px;
  width: 75px;
}

.card-pf-padding {
  padding: 40px;
}

#kc-page-title {
  margin: 20px 0px 50px 0;
  font-size: 37px;
}

#kc-content-wrapper {
  display: none;
  width: 0px;
  height: 0px;
}

@media only screen and (max-width: 700px) {
  .card-pf {
    box-shadow: none;
    border-radius: 0;
    border: none;
  }

  .card-pf-padding {
    padding: 20px;
  }

  .card {
    min-height: 75%;
    width: 100%;
    border-radius: 0;
    top: 0;
    right: 0;
  }
}

.stater-logo {
  height: 45px;
  display: flex;
}

.flex-container {
  display: flex;
}

.header {
  font-size: 24px !important;
  margin-top: 5px;
}

h1 {
  font-size: 30px;
  margin-top: 5px;
}

.eHerkenningLink {
  box-shadow: 0 6px 12px 0 rgb(22 20 47 / 12%);
  border-radius: 5px;
}

.bg-white {
  background: #fff;
}

.eHerkenning-logo {
  width: 50% !important;
  max-width: 200px;
  border-radius: 10px;
  padding-left: 1.5rem;
}

.eHerkenning-trust-level {
  margin-right: 20px !important;
  width: auto !important;
  height: 20px;
  align-self: center;
}

.mt-3 {
  margin-top: 2rem !important;
}

.card-pf p {
  font-size: 15px;
}

.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (max-width: 600px) {
  .mt-3 {
    margin-top: 0rem !important;
  }
}

.justify-content-between {
  justify-content: space-between;
}

.welcome-form label,
.welcome-form input {
  display: block;
  width: 100%;
}

.welcome-form label {
  color: #828486;
  font-weight: normal;
  margin-top: 18px;
}

.welcome-form input {
  border: 0;
  border-bottom: solid 1px #cbcbcb;
}

.welcome-form input:focus {
  border-bottom: solid 1px #5e99c6;
  outline-width: 0;
}

.welcome-form button {
  margin-top: 10px;
}

.error {
  color: #c00;
  border-color: #c00;
  padding: 5px 10px;
}

.success {
  color: #3f9c35;
  border-color: #3f9c35;
  padding: 5px 10px;
}

.welcome-form + .welcome-primary-link,
.welcome-message + .welcome-primary-link {
  display: none;
}

.footer img {
  float: right;
  width: 150px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .welcome-header {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .welcome-header img {
    margin-bottom: 20px;
  }

  h3 {
    margin-top: 10px;
  }

  .h-l,
  .h-m {
    height: auto;
    min-height: auto;
    padding: 5px 10px;
  }

  .h-l img {
    display: inline;
    margin-bottom: auto;
  }

  .description {
    display: none;
  }

  .footer img {
    margin-top: 10px;
  }
}

.button {
  color: #fff;
  background-color: #7c46cb;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: none;
  border: none;
  padding: 6px 16px;
  font-weight: 500;
  line-height: 1.75;
  height: 40px;
  font-size: 12.8px;
  margin-right: 16px;
  text-align: center;
  height: 40px;
  min-width: 64px;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.02857em;
}

.button:active {
  box-shadow: 0px 5px 5px -3px rgb(0 0 0 / 20%),
    0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%);
}

.button:hover {
  background-color: #3a1275;
  box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%),
    0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%);
  text-decoration: none;
}

.vestiging {
  flex: 1 1 auto;
  min-width: 0;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 12px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 0.01071em;
  color: rgba(0, 0, 0, 0.87);
  list-style: none;
  text-align: left;
  max-width: 60%;
}

.listitem {
  padding: 16px 0px;
  width: 100%;
  display: flex;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  border-bottom: 1px solid rgb(0 0 0 / 20%);
}

.cardselectiecontainer {
  display: flex;
  justify-content: center;
  height: 100%;
}

.cardselectie {
  border: none !important;
  border-radius: 22px;
  background-color: #fcfbfd !important;
  box-shadow: 0 6px 32px 6px rgb(22 20 47 / 12%);
  position: absolute;

  overflow-y: auto;
  width: 580px;
  padding: 55px;
  margin: 15px 0px;
}

.filterContainer {
  border: red;
  max-height: calc(100vh - 260px);
  overflow-y: auto;
}

.searchoffice {
  color: rgba(0, 0, 0, 0.87);
  width: calc(100% - 8px);
  font-weight: 500;
  border: 0;
  height: 40px;
  margin: 0;
  display: block;
  padding: 6px 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
}

.searchoffice:focus {
  outline: 0;
}

.searchinput {
  display: flex;
  align-items: center;
  width: 50%;
}

.searchinput:hover {
  border-bottom: 2px solid;
  border-color: #7c46cb;
}

.searchinput:focus {
  border-bottom: 2px solid;
  border-color: #7c46cb;
}

.pficon-search {
  color: grey;
}
