.elementor-10950 .elementor-element.elementor-element-5a8c18f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;box-shadow:0px 0px 20px 1px rgba(0, 0, 0, 0.27);}.elementor-10950 .elementor-element.elementor-element-5a8c18f:not(.elementor-motion-effects-element-type-background), .elementor-10950 .elementor-element.elementor-element-5a8c18f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7c63e82 );}.elementor-10950 .elementor-element.elementor-element-7683a4f .elementor-heading-title{font-family:"SEN-500", Sans-serif;color:var( --e-global-color-f0bf1b3 );}.elementor-10950 .elementor-element.elementor-element-a5fba2f{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-10950 .elementor-element.elementor-element-a5fba2f .elementor-divider-separator{width:100%;}.elementor-10950 .elementor-element.elementor-element-a5fba2f .elementor-divider{padding-block-start:15px;padding-block-end:15px;}@media(max-width:767px){.elementor-10950 .elementor-element.elementor-element-5a8c18f{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:10px 10px 10px 10px;--margin-top:10%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:5%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}.elementor-10950 .elementor-element.elementor-element-7683a4f{text-align:center;}.elementor-10950 .elementor-element.elementor-element-7683a4f .elementor-heading-title{font-size:25px;}.elementor-10950 .elementor-element.elementor-element-db36c8b{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;text-align:center;}.elementor-10950 .elementor-element.elementor-element-f01ed23{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-10950 .elementor-element.elementor-element-a5fba2f .elementor-divider-separator{width:100%;}.elementor-10950 .elementor-element.elementor-element-2a8092e{text-align:center;}.elementor-10950 .elementor-element.elementor-element-b4f0d52{text-align:center;}}/* Start custom CSS *//* === Stap 1: Gebruik je eigen geüploade font Sen Medium === */
@font-face {
  font-family: 'Sen Medium';
  src: url('https://newdev.nidohome.eu/wp-content/uploads/2025/04/Sen-Medium-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

/* === Stap 2: Google login knop stylen === */
.nsl-container .nsl-button-google {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
  font-family: 'Sen Medium', sans-serif !important;
  font-weight: 500 !important;
  color: #333 !important;
  border-radius: 8px !important;
  border: 1px solid #ccc !important;
  background-color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  text-align: center !important;
  transition: background-color 0.3s ease;
}

.nsl-container .nsl-button-google:hover {
  background-color: #f7f7f7 !important;
}

/* === Aangepaste tekst voor 2e Google knop (Registratie) === */
.google-button-2 .nsl-button-label-container::before {
  content: "Registreren met Google";
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
}

.google-button-2 .nsl-button-label-container > * {
  display: none;
}

.nsl-button-label-container {
  margin-left: 10px;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: 'Sen Medium', sans-serif !important;
  color: #333 !important;
}

.nsl-button-svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === User Registration Login Form Styling === */
.user-registration input[type="text"],
.user-registration input[type="password"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Sen Medium', sans-serif;
  color: #333;
  margin-bottom: 16px;
  background-color: #fff;
}

.user-registration input::placeholder {
  color: #999;
  font-style: normal;
}

.user-registration label {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.user-registration input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 6px;
}

.user-registration .user-registration-form__label-for-checkbox {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
  color: #000000 !important;
  text-decoration: none;
}

.user-registration .user-registration-LostPassword a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
  color: #3366cc;
  text-decoration: none;
}

.user-registration .user-registration-Button {
  width: 100%;
  background-color: #BD864E !important;
  color: #fff !important;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Sen Medium', sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}

.user-registration .user-registration-Button:hover {
  background-color: #a86f3b !important;
}

.user-registration-form-login .ur-form-row,
.ur-frontend-form.login,
.ur-frontend-form.login .user-registration-form-login {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}

.ur-login-form {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Verminder ruimte tussen tekstblok en formulier */
.elementor-widget:not(:first-child) {
  margin-top: 10px !important;
}

/* Verwijder witruimte van outer wrapper */
#user-registration.user-registration {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Responsieve aanpassing */
@media (max-width: 480px) {
  .user-registration input[type="text"],
  .user-registration input[type="password"],
  .user-registration .user-registration-Button {
    font-size: 15px;
    padding: 12px;
  }
}

/* === Registratieformulier 2 Styling (exact zoals login formulier) === */

.registratie-formulier-2 input[type="text"],
.registratie-formulier-2 input[type="password"],
.registratie-formulier-2 input[type="email"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Sen Medium', sans-serif;
  color: #333;
  margin-bottom: 16px;
  background-color: #fff;
}

.registratie-formulier-2 input::placeholder {
  color: #999;
  font-style: normal;
}

.registratie-formulier-2 label {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.registratie-formulier-2 input[type="checkbox"] {
  transform: scale(1.2);
  margin-right: 6px;
}

.registratie-formulier-2 .user-registration-form__label-for-checkbox {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
  color: #000000 !important;
  text-decoration: none;
}

.registratie-formulier-2 .user-registration-LostPassword a {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sen Medium', sans-serif;
  color: #3366cc;
  text-decoration: none;
}

.registratie-formulier-2 .ur-submit-button {
  width: 100%;
  background-color: #BD864E !important;
  color: #fff !important;
  padding: 14px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: 'Sen Medium', sans-serif;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}

.registratie-formulier-2 .ur-submit-button:hover {
  background-color: #a86f3b !important;
}

/* Containers */
.registratie-formulier-2 .ur-form-row,
.registratie-formulier-2 .ur-frontend-form,
.registratie-formulier-2 .register {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Responsieve aanpassing */
@media (max-width: 480px) {
  .registratie-formulier-2 input[type="text"],
  .registratie-formulier-2 input[type="password"],
  .registratie-formulier-2 input[type="email"],
  .registratie-formulier-2 .ur-submit-button {
    font-size: 15px;
    padding: 12px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SEN-500';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://newdev.nidohome.eu/wp-content/uploads/2025/04/Sen-Medium-500.woff2') format('woff2');
}
@font-face {
	font-family: 'SEN-500';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://newdev.nidohome.eu/wp-content/uploads/2025/04/Sen-Regular-400.ttf') format('truetype');
}
@font-face {
	font-family: 'SEN-500';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://newdev.nidohome.eu/wp-content/uploads/2025/04/Sen-SemiBold-600.ttf') format('truetype');
}
@font-face {
	font-family: 'SEN-500';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://newdev.nidohome.eu/wp-content/uploads/2025/04/Sen-Bold-700.ttf') format('truetype');
}
@font-face {
	font-family: 'SEN-500';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://newdev.nidohome.eu/wp-content/uploads/2025/04/Sen-ExtraBold-800.ttf') format('truetype');
}
/* End Custom Fonts CSS */