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;
  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: 'Inter';
  src: url(../fonts/Inter/Inter-Regular.ttf) ;
}

@font-face {
  font-family: 'Inter-Bold';
  src: url(../fonts/Inter/Inter-Medium.otf) ;
}

.background_row {
  background-color:#f2f2f2;
  padding: 40px;
  margin-top: 40px;
  background-position: center right;
  background-repeat: no-repeat;
}

/***Header***/
h1 {
  margin: 35px 0 10px !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #001759 !important;
  font-family:'Inter-Bold', sans-serif !important;
}
h2 {
  margin: 1.5em 0 0.2em;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  margin-top: 10px !important;
  font-family:'Inter-Bold', sans-serif !important;
}
.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: #001759 !important;
  border-radius: 3rem;
  font-weight: bold !important;
  min-height: 35px !important;
  width: 100px !important;
  margin-top: 10px;
}
.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;
}
.header #logo {
  padding-top: 1.5em;
    max-width: 300px;
    display: table;
    padding-bottom: 1.5em;
}
#logo img {
  position: relative;
  z-index: 1;
  width: 220px;
}

/***Login page***/
.login-block {
    padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  Margin:20px 0px 20px 0px;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
}

.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***/

#breadcrumb-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  background-color: #001759;
  padding: 1rem 0;
  min-height:54px;
  border-radius: 20px;
}

/***Content-page***/

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

/***footer***/

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

}

.footer {
  background-color: #1c2f54;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding: 2rem 0;
  width: 100%;
  height: 305px;
  border-radius: 30px;
  padding: 50px 0px 60px;
  margin-top: 50px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
}

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

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

.footer-column p, .footer-column a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 8px;
}

.footer-column-center p, .footer-column-center a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 0px;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #1c2f54;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 16px;
  max-width: 1320px;
  margin: 20px auto 0;
  flex-wrap: wrap;
}

.footer-bottom .left, .footer-bottom .center, .footer-bottom .right {
  flex: 1;
  text-align: center;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  max-width: 95%;
  margin: auto;
  gap: 20px;
  flex-wrap: wrap;
}

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

.footer-bottom a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-copyright {
  min-height: 65px;
  text-align:center;
}

.footer-copyright p {
  font-size:18px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px;
}

.contact-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../img/logoFooter.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

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


.contact-phone::before {
  background-image: url('../img/iconPhoneWhite.svg');
}

.contact-whatsapp::before {
  background-image: url('../img/logoSocialWhatsappSmall.svg');
}

.contact-email::before {
  background-image: url('../img/iconMailWhite.svg');
}


/* Responsieve styling voor schermen van 1023px of kleiner */
@media (max-width: 1023px) {
  
  .footer {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right;
      padding: 2rem 0;
  }
  
  .footer-content {
      flex-direction: column; /* Zet de kolommen onder elkaar */
      align-items: flex-start; /* Links uitlijnen */
      text-align: left; /* Tekst links uitlijnen */
      gap: 25px; /* Extra ruimte tussen kolommen */
      padding-left: 20px; /* Optionele padding aan linkerkant voor uitlijning */
  }

  .footer-column {
      margin: 10px 0;
      min-width: unset;
      width: 100%; /* Zorgt dat de kolommen volledige breedte nemen */
  }

  .footer-bottom {
      flex-direction: column; /* Zet privacy links en copyright onder elkaar */
      align-items: flex-start; /* Links uitlijnen */
      text-align: left; /* Tekst links uitlijnen */
      margin-top: 30px;
      gap: 5px; /* Extra ruimte tussen links */
      padding-left: 20px; /* Optionele padding voor linkse uitlijning */
  }

  /* Links in .footer-bottom op een eigen regel en met dezelfde ruimte */
  .footer-bottom .left a {
      display: block; /* Zet elke link op een eigen regel */
      margin: 2px 0;
      line-height: 2.3em; /* Zorgt voor dezelfde verticale ruimte als de andere links */
  }

  /* Zet copyright in .footer-bottom aan de linkerkant */
  .footer-bottom .right {
      text-align: left;
      margin-top: 10px; /* Extra ruimte boven copyright */
  }
}



/***footer***/


/***Media***/
@media (max-width: 992px) {
  .login-block {
    margin-top: 0px !important;
  }
  .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: 20px;
   padding: 0px 20px 0px 20px;
 }
  h1 {
    margin-top: 20px !important; 
  }
}
