html {
  height: 100%;
  font-size:16px;
}

*,html,body {
	font-family: 'Source Sans Pro';
	font-size: 16px; /* Was 13 voor wijziging op 14-05-24 */
	line-height: 22px;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	scroll-behavior: smooth;
}	

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f8f8f8;
}
header {
  background-color: #ffffff;
  /*margin-bottom:60px;*/
}
.main {
  flex: 1 0 auto;
  background-color: #fff;
}
footer {
  height: 100px;
  background-color: #1a1a1a;
  flex: 0 0 auto;
}
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
button,
a,
input,
textarea,
select {
  outline: none;
}

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SourceSansPro-Regular.ttf)
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'ordana';
	src: url(../fonts/OrandaBT-Roman.otf);
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(../fonts/SourceSansPro-Regular.ttf) ;
}

@font-face{
	font-family:Material Design Icons;
	src:url(../fonts/materialdesignicons-webfont.6dab8170.woff2)format("woff2"),url(../fonts/materialdesignicons-webfont.6dab8170.woff2) format("woff"),url(../fonts/materialdesignicons-webfont.6dab8170.woff2) format("truetype");
	font-weight:400;
	font-style:normal
}

.background_row {
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 20px;

}

/***Header***/
h1 {
  display: block !important;
  font-weight: 500 !important;
  color: #000 !important;
  font-size: 36px !important;
  line-height: 30px !important;
  font-family: 'ordana' !important;
  margin-bottom: .5rem !important;
}
h2 {
  font-weight: 200 !important;
  font-weight: 300 !important;
  color: #a80a2d !important;
  font-size: 34px !important;
  letter-spacing: 0.01em !important;
  font-family: 'ordana' !important;
}

.login-block_header h2 {
  display: inline-block;
  margin: 0;
}

.login-block_header .rsin {
  font-size: 34px !important;
}

.login-block_header .sub {
  font-size: 16px !important;
}

.digit-block_link {
  margin-top:10px;
}

.kc-feedback-text {
  display: table;
  color: #DB0004;
  margin: 4px;
}
.login-form input {
  display: table;
  width: 100%;
}
.btn-login {
  color: #FFFFFF;
  display: inline-block !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  text-decoration: none !important;
  border: none !important;
  background-color: #157c68 !important;
  border-radius: 3rem;
  font-weight: bold !important;
  min-height: 35px !important;
  width: 100px !important;
}
.header-info ul {
  padding: 0 0 0 1.5em;
}
.login-block_header {
    color: #001759;
}
.login-block_content {
  color: #4f4f4f;
}
.header {
  background-color: #fff;
font-size: 12px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.header #logo {
  padding-top: 1.5em;
    max-width: 300px;
    display: table;
    padding-bottom: 1.5em;
}
#logo img {
  position: relative;
  z-index: 1;
  height: 50px;
}
/***Login page***/
.login-block {
    padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  Margin:20px 0px 20px 0px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.login-block-wrapper .login-block:first-of-type {
  margin-top: 80px;
}

.login-block-wrapper .login-block:last-of-type {
  margin-bottom: 80px;
}


/***Login page***/
/***Content-page***/

/***Content-page***/


/***footer***/

.contentrow {
  max-width: 1320px;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  margin: 0 10px;
  min-width: 200px;
}

.column h2 {
  font-size: 1.1em;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ffffff;
}

.column p, .column a {
  font-size: 0.95em;
  color: #ffffff;
  text-decoration: none;
  line-height: 2.3em;
}

.column a:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {

  .contentrow {
      flex-direction: column; 
      align-items: flex-start;
      text-align: left; 
      gap: 25px;
  }

  .column {
      margin: 10px 0;
      min-width: unset;
      width: 100%; 
  }
}

.page-footer {
  margin-top: auto;
  display: table;
  flex-direction: column-reverse;
}

.footer-content {
  background-color: #3a3a3a;
  margin-top: 50px;
  padding-top: 30px;
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

footer.page-footer .footer-copyright {
  background-color: #212121;
  color: #fff;
  font-size: 1rem;
  line-height: 4.875rem;
  overflow: hidden;
}

footer.page-footer .container-fluid {
  width: auto;
  text-align: center;
  line-height: 4.875;
}

footer.page-footer .footer-copyright img {
  margin-right: 10px;
}

footer.page-footer .footer-copyright .container-fluid .logo-labeled .img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
}

footer.page-footer a {
  color: #fff;
}

footer img {
  vertical-align: middle;
  border-style: none;
}

footer :focus-visible {
  box-shadow: none !important;
  outline: 2px dashed white !important;
  outline-offset: .3rem;
}

.footer-content .title {
  color: #fff !important;
  font-family: Source Sans Pro, sans-serif;
  font-size: 2.25rem !important;
  font-weight: 400;
  line-height: 1.625rem;
  margin-bottom: .5rem;
  text-transform: none;
}

.link-list {
  margin-bottom: 20px;
}

.link-list li {
  line-height: 1.25rem;
  padding: .25rem 0 .25rem .5rem;
  list-style: none;
}

.link-list li a {
  font-size: 14px;
  letter-spacing: .00625rem;
  padding-bottom: .25rem;
  padding-top: .25rem;
  line-height: 3rem;
}

.link-list.contact-list a {
  font-size: 16px;
}

.footer-content .link-list li span {
  font-size: 2.1875rem;
  padding: .625rem .5rem;
  vertical-align: middle;
  color: #fff;
}

.footer-content .link-list li a:hover {
  text-decoration: underline;
}

.container2 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.home-blog {
  min-height: calc(100% - 205px);
  padding-bottom: 125px;
}

i.mdi,
span.mdi {
  line-height: 1;
  font-size: 1.5rem;
  display: inline-block;
}

.mdi:before,
.mdi-set {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-map-marker:before {
  content: "\F34E";
}

.mdi-phone:before {
  content: "\F3F2";
}

.mdi-email:before {
  content: "\F1EE";
}

.mdi-facebook-box:before {
  content: "\F20D";
}

.mdi-twitter-box:before {
  content: "\F545";
}

.pageMenu a,
.pageDetails a,
.homeLists a,
p a,
a {
  text-decoration: underline;
  padding-bottom: 1px;
  font-size: 16px;
}

.footer-content, a {
  text-decoration: none;
}

@media (min-width: 576px) {
  .container2 {
      max-width: 540px;
  }
}

@media (min-width: 850px) {
  .container2 {
      max-width: 720px;
  }

  .col-md-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

  .col-md-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .col-lg-6 {
    margin-left:0px;
  }

}

@media (min-width: 992px) {
  .container2 {
      max-width: 960px;
  }

  .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }

  .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
}

@media (min-width: 1200px) {
  .container2 {
      max-width: 1140px;
  }
}

/***footer***/


/***Media***/
@media (max-width: 992px) {
  .login-block {
    margin-top: 0px !important;
    height: 330px;
  }
  .three .column {
      width: 100%;
      margin-bottom: 25px;
  }
  .contentrow {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.header #logo {
    margin: 0 auto;
	text-align: center;
}
.header-info {
  margin-bottom: 10px;
  }
  h1 {
    margin-top: 20px !important; 
    padding-left: 15px;
  }
}

@media (min-width: 850px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
}
}