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

@font-face {
  font-family: 'Lato-Bold';
  src: url(../assets/fonts/Lato/Lato-Bold.ttf) ;
}

.background_row {
  background-color:#f2f8fa;
  padding: 40px;
  margin-top: 40px;
  background-image: url(../img/crown-blue.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

/***Header***/
h1 {
  margin: 35px 0 10px !important;
  font-size: 30px !important;
  color: #174d79 !important;
  font-family:'Lato-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:'Lato-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: #174d79 !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: #174d79;
}
.login-block_content {
  color: #4f4f4f;
}
.header {
  background-color: #fff;
font-size: 12px;
border-bottom: 45px #174d79 solid;
}
.header #logo {
    max-width: 300px;
    display: table;
}
#logo img {
height: 100%;
    float: left;
    width: 350px;
    margin: 30px 20px 30px 0px;
    position: relative;
    z-index: 1;
}
/***Login page***/
.login-block {
    padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  Margin:20px 0px 20px 0px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.11), 2px 2px 1px 0 rgba(0, 0, 0, 0.08);
}

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

.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: #174d79;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding: 2rem 0;
    width: 100%;
    padding: 50px 0px 60px;

}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 1320px;
    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: 24px;
    margin-bottom: 10px;
    color: #ffffff;
}

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

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

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

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    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-column {
    flex: 1;
    margin: 0 10px;
    min-width: 200px;
}

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

.footer-column p {
  padding:0px;
  margin:0px;
}

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


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

.footer-copyright {
    height:50px;
    text-align:center;
    margin-top:25px;
}

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

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    padding-left: 32px;
  }

/* 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;
  }
  h1 {
    margin-top: 20px !important; 
  }
}
