@charset "UTF-8";
:root {
  --uitwerking-side-padding: 60px;
}

/*
    360×800
    360×780
    360×640
	375×812
    390×844
	393×873
    414×896
    412×915

	768px+ -> tablets

	810×1080

    1280×720
	1366×768
	1440×900
    1536×864
    1600×900
	1920×1080
    2560×1440




*/
.header-menu.standaard-header {
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
}
.header-menu.standaard-header .container {
  display: flex;
  width: var(--content-width);
  height: var(--header-height);
  line-height: var(--header-height);
  padding: 0 10px;
}
.header-menu.standaard-header .container .logo.peppels img {
  position: relative;
  top: 2px;
  width: 222px;
  vertical-align: middle;
}
.header-menu.standaard-header .container .logo.owik img {
  position: relative;
  width: 180px;
  vertical-align: middle;
}
.header-menu.standaard-header .container .home-slogan {
  line-height: inherit;
  margin-left: 50px;
  white-space: preserve;
  font-size: 28px;
  color: white;
}
.header-menu.standaard-header .container .home-slogan.owik {
  padding-top: 7px;
}
@media only screen and (max-width: 767.99px) {
  .header-menu.standaard-header .container .home-slogan {
    display: none;
  }
}
.header-menu.standaard-header .container .info-link {
  height: 35px;
  line-height: 35px;
  margin-left: auto;
  border: none;
  border-radius: 17.5px;
  background-color: white;
  color: #222;
  align-self: center;
  padding: 0 15px;
  font-weight: bold;
}
.header-menu.standaard-header .container .info-link.owik {
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 370px) {
  .header-menu.standaard-header .container .info-link {
    display: none;
  }
}

body.home {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  --content-width: calc(min(100vw, 940px));
  --header-height: 80px;
}
body.home > main {
  position: relative;
  width: var(--content-width);
  min-height: calc(100vh - var(--header-height));
  margin: var(--header-height) auto 0 auto;
}
@media only screen and (max-width: 767.99px) {
  body.home > main {
    padding: 30px 10px 0 10px;
  }
}
body.home > main .loginbox {
  position: absolute;
  top: 22.5%;
  left: 15%;
  width: 380px;
  max-width: 100%;
  min-height: 260px;
  padding: 15px 30px;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767.99px) {
  body.home > main .loginbox {
    position: static;
    margin: 0 auto;
  }
}
body.home > main .loginbox > header {
  display: flex;
  line-height: 70px;
}
body.home > main .loginbox > header h2 {
  font-size: 24px;
}
body.home > main .loginbox > header .saml-login-buttons {
  margin-left: auto;
}
body.home > main .loginbox > header .saml-login-buttons .saml-login-button {
  display: inline-block;
  height: 25px;
  line-height: 23px;
  font-size: 13px;
  border: 1px solid var(--theme-border-color);
  border-radius: 4px;
  background-color: white;
  color: #2e3192;
  padding: 0 10px;
}
body.home > main .loginbox > header .saml-login-buttons .saml-login-button:hover {
  color: white;
  background-color: #003b87;
}
body.home > main .loginbox .entree-message {
  margin-bottom: 10px;
}
body.home > main .loginbox form {
  clear: both;
}
body.home > main .loginbox form.wachtwoord-vergeten {
  height: 130px;
}
body.home > main .loginbox form.wachtwoord-vergeten a.close {
  color: #999 !important;
  font-size: 24px;
}
body.home > main .loginbox form > .line {
  display: flex;
  line-height: 40px;
  margin: 5px 0;
}
body.home > main .loginbox form > .line input {
  flex: 1 1 auto;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  margin: 0;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-style: italic;
  background-color: var(--theme-accent-bg-color);
  color: #999;
}
body.home > main .loginbox form > .line button[type=submit] {
  flex: 0 0 auto;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0 0 0 6px;
  border-radius: 3px;
  border: none;
  background-color: var(--theme-link-color);
  color: white;
  font-size: 18px;
  line-height: 42px;
  cursor: pointer;
}
body.home > main .loginbox form p {
  height: 112px;
  font-weight: bold;
}
body.home > main .loginbox form .xlabel {
  margin-left: 0;
  margin-top: 1px;
}
body.home > main .loginbox form > footer {
  margin-top: 15px;
  line-height: 45px;
  font-size: 11px;
}
@media only screen and (max-width: 767.99px) {
  body.home > main .loginbox form > footer > .extra-links {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  body.home > main .loginbox form > footer .vergeten {
    float: right;
  }
}
body.home > main .loginbox form > footer .vergeten a {
  color: var(--theme-fg-color);
}
body.home > main .loginbox form > footer .geen-account {
  border-top: 1px solid var(--theme-border-color);
  line-height: 56px;
  font-size: 1rem;
  font-weight: bold;
}
body.home > main .loginbox form > footer .geen-account a {
  color: var(--theme-link-color);
  font-weight: normal;
}
body.home > main .loginbox.mode-login form.wachtwoord-vergeten {
  display: none;
}
body.home > main .loginbox:not(.mode-login) form.login, body.home > main .loginbox:not(.mode-login) .saml-login-buttons {
  display: none;
}
body.home > main aside.secure_logo {
  position: absolute;
  top: 120px;
  right: 40px;
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
}
@media only screen and (max-width: 767.99px) {
  body.home > main aside.secure_logo {
    position: unset;
    margin: 50px auto 0 auto;
    width: auto;
  }
}
body.home > main aside.secure_logo > a {
  font-size: 0;
}
body.home > main aside.secure_logo > a:first-child img {
  width: 80px;
}
body.home > main aside.secure_logo > a img {
  width: 60px;
}
body.home > main aside.secure_logo > .extra-links {
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  body.home > main aside.secure_logo > .extra-links {
    display: none;
  }
}
body.home .extra-links {
  color: #999;
  display: inline-block;
}
body.home .extra-links a {
  color: #999;
}
body.home .extra-links .copyright {
  color: #808080;
}
body.home .extra-links .copyright a {
  color: #808080;
}
body.home .extra-links .copyright a:hover {
  color: #AAA;
}

.data-protect-popup {
  width: 500px;
  max-width: 100vw;
  padding: 0 0 40px 0;
  margin: 200px auto;
  font-size: 16px;
  background-color: white;
  text-align: center;
}
.data-protect-popup img {
  max-width: 100%;
  padding: 50px 30px 30px 30px;
}

/*# sourceMappingURL=home.css.map */
