html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f8f8f8;
}
header {
  background-color: #ffffff;
  /*margin-bottom:60px;*/
}
.main {
  flex: 1 0 auto;
}
footer {
  height: 100px;
  background-color: #1a1a1a;
  flex: 0 0 auto;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
a:focus, a:hover {
    color: #23527c !important;
    text-decoration: underline !important;
}
button,
a,
input,
textarea,
select {
  outline: none;
  cursor: pointer;
}
.footer-logo_link img {
    width: inherit;
}
.digid-uitloggen {
display: table;
background-color: #c23b3b;
color: #fff;
padding: 8px 10px 8px 10px;
border-radius: 7px;
font-size: 14px;
font-weight: 400;
font-family: 'Open Sans', sans-serif;
margin-top: 13px;
text-align: center;
margin: 0 auto;
}

.btn-page {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #003a81;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 6px 16px;
}
.btn-page:hover {
  background-color: #8fc7e8;
}
.btn-login {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #AD5700;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  padding: 6px 30px;
}
.btn-login:focus:active {
  background-color: #8fc7e8;
}
.btn-login:hover {
  background-color: #AD5700;
}
.btn-circle {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 10px;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.3333333 !important;
    border-radius: 6px !important;
}

.alert-error {
    padding: 0px;
	padding-top15px
    border: 1px solid transparent;
    border-radius: 4px;
	margin-top: 14px;
}

.login-block .login-form .alert {
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 4px !important;
    padding-top: 10px !important;
    padding-left: 0 !important;
}

.kc-feedback-text{
	display: table;
	background-color: #c23b3b;
	color: #fff;
	padding: 8px 10px 8px 10px;
	border-radius: 7px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin-top: 13px;
}

.title-block {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.title-block h2 {
  margin-top: 0;
  font-size: 28px;
  color: #282828;
  font-weight: 300;
}

.title-block p {
  font-size: 16px;
  color: #282828;
}

.title-block_left {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.title-block_left h2 {
  margin-top: 0;
  font-size: 28px;
  color: #282828;
  font-weight: 300;
}
.title-block_left p {
  font-size: 16px;
  color: #282828;
}
/***Header***/
.header-content,
.header-content_login {
  display: flex;
  flex-direction: row;
  width: 80%;
  height: 100px;
  margin: 0 auto;
}
.header-content {
  justify-content: space-between;
  align-items: center;
}
.header-content_login {
  justify-content: center;
  align-items: center;
}
.header-content_logo {
  width: 50%;
}
.header-content_logo .logo-link,
.single_logo .logo-link {
  width: 200px;
  display: inline-block;
  float: left;
}
.logo-text {
  display: inline-block;
  margin-left: 5px;
  font-size: 22px;
  font-weight: 300;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 3px;
}
/***Header***/
/***Login page***/
.login-block {
  height: 400px;
  margin-bottom: 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
}
.login-block_header {
  min-height: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #003a81;
}
.login-block_content {
  padding: 30px 20px 0;
}
.login-block_content p {
  line-height: 1.2;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #6B6B6B;
  font-family: 'Open Sans', sans-serif;
}
.login-block_content .digit-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login-block_content .digit-block_img {
  height: 100px;
  width: 100px;
}
.login-block_content .digit-block_link {
  margin-left: 40px;
}
.login-block_content .digit-block_link a {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #ba5c00;
  text-decoration: underline;
}
.login-block_footer {
  position: absolute;
  bottom: 0;
  padding: 0px 20px 15px 20px;
}
.login-block_footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  color: #6B6B6B;
}
.login-block_footer p a {
  color: #003a81;
}
.login-form .title-label {
  font-size: 16px;
  color: #2f3339;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.login-form .form-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  color: #000000;
  background-color: #f8f8f8;
  background-image: none;
  border: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/***Login page***/
/***Content-page***/
.breadcrumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  height: 100px;
  position: relative;
}
.breadcrumbs .arrow-block {
  display: flex;
  align-items: center;
  position: absolute;
  top: 30px;
  left: 0;
}
.breadcrumbs .arrow-block p {
  margin: 0 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #003a81;
}
.breadcrumbs .breadcrumbs-title h2 {
  margin: 0;
}
.content {
  background-color: #ffffff;
}
.content .content-info {
  width: 80%;
  min-height: 600px;
  margin: 0 auto;
  padding-bottom: 20px;
}
/***Content-page***/
/***footer***/
.content-footer {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-footer .footer-logo_link {
  width: 85px;
}
.content-footer .footer-nav {
  display: inline-block;
}
.content-footer .footer-nav .contact-info {
  list-style: none;
  padding: 0;
  margin: 0 0 0 5px;
}
.content-footer .footer-nav .contact-info li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
}
.content-footer .footer-nav .contact-info li .icon-home {
  font-size: 18px;
}
.content-footer .footer-nav .contact-info li .icon-email {
  font-size: 16px;
  color: #c2c2c2;
}
.footer-copyright a {
  color: #8CB8DE !important;
}
.content-footer .footer-nav .contact-info li a {
  display: block;
  padding: 0 0 0 15px;
}
.content-footer .footer-nav .contact-info li span {
  margin-left: 5px;
  color: #c2c2c2;
}
.content-footer .footer-copyright {
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #c2c2c2;
  white-space: nowrap;
  position: relative;
}
li.mail span {
    color: #8CB8DE !important;
}
.content-footer .footer-copyright span {
  margin-left: 5px;
}
.content-footer .footer-copyright span:before {
  content: "";
  position: absolute;
  bottom: 3px;
  margin: 0 -5px;
  height: 14px;
  border-left: 1px solid #c2c2c2;
}
/***footer***/
/***Media***/
@media (min-width: 0px) and (max-width: 320px) {
  .btn-page {
    margin-top: 30px;
  }
  .btn-page:hover {
    background-color: #8fc7e8;
  }
  .title-block {
    margin-bottom: 30px;
  }
  .title-block h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }
  .title-block p {
    font-size: small;
  }
  .title-block .afgeneld-info {
    margin-top: 25px;
  }
  .title-block_left {
    margin-bottom: 30px;
  }
  .title-block_left h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  .title-block_left p {
    font-size: small;
  }
  /***Header***/
  .header-content,
  .header-content_login {
    width: 90%;
  }
  .header-content_logo {
    width: 100%;
  }
  .header-content_logo .logo-link {
    width: 150px;
  }
  .logo-text {
    margin: 0;
    top: 0;
    font-size: 16px;
  }
  /***Header***/
  /***Login page***/
  .login-block_content {
    padding: 30px 20px 0;
  }
  .login-block_content .digit-block {
    margin-bottom: 40px;
  }
  .login-block_content .digit-block_link {
    margin-left: 30px;
  }
  .login-block_content .digit-block_link a {
    font-size: small;
  }
  /***Login page***/
  /***Content-page***/
  .breadcrumbs {
    align-items: center;
  }
  .breadcrumbs .arrow-block {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
  }
  .breadcrumbs .arrow-block p {
    margin: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #003a81;
  }
  .breadcrumbs .title-block {
    margin-top: 0;
    margin-bottom: 0;
  }
  /***Content-page***/
  /***footer***/
  .content-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-footer .footer-logo_link {
    margin-bottom: 10px;
  }
  .content-footer .footer-nav {
    display: inline-block;
  }
  .content-footer .footer-nav .contact-info {
    text-align: center;
  }
  .content-footer .footer-nav .contact-info li a {
    display: block;
    padding: 0;
  }
  .content-footer .footer-copyright {
    font-size: small;
  }
  .content-footer .footer-copyright span {
    margin-left: 5px;
  }
  .content-footer .footer-copyright span:first-child:before {
    border: none;
  }
  .content-footer .footer-copyright span:before {
    bottom: 1px;
  }
  /***footer***/
}
@media (min-width: 321px) and (max-width: 480px) {
  .btn-page {
    margin-top: 30px;
  }
  .btn-page:hover {
    background-color: #8fc7e8;
  }
  .title-block {
    margin-bottom: 30px;
  }
  .title-block h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }
  .title-block p {
    font-size: small;
  }
  .title-block .afgeneld-info {
    margin-top: 25px;
  }
  .title-block_left {
    margin-bottom: 30px;
  }
  .title-block_left h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  .title-block_left p {
    font-size: small;
  }
  /***Header***/
  .header-content,
  .header-content_login {
    width: 90%;
  }
  .header-content_logo {
    width: 100%;
  }
  .header-content_logo .logo-link {
    width: 150px;
  }
  .logo-text {
    margin: 0;
    font-size: 16px;
  }
  /***Header***/
  /***Content-page***/
  .breadcrumbs {
    align-items: center;
  }
  .breadcrumbs .arrow-block {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
  }
  .breadcrumbs .arrow-block p {
    margin: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #003a81;
  }
  .breadcrumbs .title-block {
    margin-top: 0;
    margin-bottom: 0;
  }
  /***Content-page***/
  /***footer***/
  .content-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-footer .footer-logo_link {
    margin-bottom: 10px;
  }
  .content-footer .footer-nav {
    display: inline-block;
  }
  .content-footer .footer-nav .contact-info {
    text-align: center;
  }
  .content-footer .footer-nav .contact-info li a {
    display: block;
    padding: 0;
  }
  .content-footer .footer-copyright {
    font-size: small;
  }
  .content-footer .footer-copyright span {
    margin-left: 5px;
  }
  .content-footer .footer-copyright span:first-child:before {
    border: none;
  }
  /***footer***/
}
@media (min-width: 481px) and (max-width: 768px) {
  .btn-page {
    margin-top: 30px;
  }
  .btn-page:hover {
    background-color: #8fc7e8;
  }
  .title-block {
    margin-bottom: 30px;
  }
  .title-block h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }
  .title-block p {
    font-size: small;
  }
  .title-block .afgeneld-info {
    margin-top: 25px;
  }
  .title-block_left {
    margin-bottom: 30px;
  }
  .title-block_left h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  .title-block_left p {
    font-size: small;
  }
  /***Header***/
  .header-content,
  .header-content_login {
    width: 90%;
  }
  .header-content_logo {
    width: 100%;
  }
  .header-content_logo .logo-link {
    width: 150px;
  }
  .logo-text {
    margin: 0;
    font-size: 16px;
  }
  /***Header***/
  /***Content-page***/
  .breadcrumbs {
    align-items: center;
  }
  .breadcrumbs .arrow-block {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
  }
  .breadcrumbs .arrow-block p {
    margin: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #003a81;
  }
  .breadcrumbs .title-block {
    margin-top: 0;
    margin-bottom: 0;
  }
  /***Content-page***/
  /***footer***/
  .content-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-footer .footer-logo_link {
    margin-bottom: 10px;
  }
  .content-footer .footer-copyright {
    font-size: small;
  }
  .content-footer .footer-copyright span {
    margin-left: 5px;
  }
  .content-footer .footer-copyright span:first-child:before {
    border: none;
  }
  /***footer***/
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-page {
    margin-top: 30px;
  }
  .btn-page:hover {
    background-color: #8fc7e8;
  }
  .title-block {
    margin-bottom: 30px;
  }
  .title-block h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }
  .title-block p {
    font-size: small;
  }
  .title-block .afgeneld-info {
    margin-top: 25px;
  }
  .title-block_left {
    margin-bottom: 30px;
  }
  .title-block_left h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
  .title-block_left p {
    font-size: small;
  }
  /***Header***/
  .header-content,
  .header-content_login {
    width: 90%;
  }
  .header-content_logo {
    width: 100%;
  }
  .header-content_logo .logo-link {
    width: 150px;
  }
  .logo-text {
    margin: 0;
    font-size: 16px;
  }
  /***Content-page***/
  .breadcrumbs {
    align-items: center;
  }
  .breadcrumbs .arrow-block {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
  }
  .breadcrumbs .arrow-block p {
    margin: 0 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #003a81;
  }
  .breadcrumbs .title-block {
    margin-top: 0;
    margin-bottom: 0;
  }
  /***Content-page***/
  /***footer***/
  .content-footer .footer-nav .contact-info {
    margin: 0 0 0 50px;
  }
  .content-footer .footer-nav .contact-info li a {
    padding: 0 0 5px 0;
  }
  .content-footer .footer-copyright {
    white-space: normal;
  }
  .content-footer .footer-copyright span {
    margin-left: 5px;
  }
  .content-footer .footer-copyright span:before {
    display: none;
  }
  /***footer***/
}
