/*
Theme Name: Aanmelden Wonen in de Ooij
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: This is a theme made by Pixel Creation.
Version: 1.0
Text Domain: pixel-example
*/
/* typography
========================================================*/
/* colors
========================================================*/
body {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  color: black;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #7dadb5;
}

::selection {
  background-color: rgba(239, 77, 96, 0.6);
}

.container.line {
  position: relative;
}
.container.line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0;
  background-image: url("images/line.svg");
  background-repeat: no-repeat;
  background-size: 300%;
}
@media screen and (min-width: 576px) {
  .container.line:before {
    background-size: 200%;
  }
}
@media screen and (min-width: 768px) {
  .container.line:before {
    background-size: 100%;
  }
}
.container.line-bottom:before {
  bottom: -0.4rem;
}
.container.line-top:before {
  top: -0.4rem;
}

hr {
  margin: 30px 0 !important;
  height: 1px;
  position: relative;
  border-top: 0;
}
hr:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.4rem;
  left: 0;
  background-image: url("images/line.svg");
  background-repeat: no-repeat;
  background-size: 300%;
}
@media screen and (min-width: 576px) {
  hr:before {
    background-size: 200%;
  }
}
@media screen and (min-width: 768px) {
  hr:before {
    background-size: 100%;
  }
}

#site_logo {
  width: 136px;
  padding: 30px 0;
}

h2, h1 {
  color: black;
}

h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.btn-primary {
  padding: 10px 40px !important;
  border-radius: 50px;
  border: none;
  font-size: 18px !important;
  background-color: #ef4d60 !important;
  color: white !important;
  transition: all ease 0.3s;
}
.btn-primary:hover, .btn-primary:active {
  border-color: black !important;
  background-color: black !important;
  color: #ffffff;
  transition: all ease 0.3s;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-primary {
  padding: 10px 40px !important;
  border-radius: 50px;
  font-size: 18px !important;
  background-color: transparent !important;
  color: black !important;
  transition: all ease 0.3s;
  border: 1px solid black;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #ef4d60 !important;
  color: white !important;
  border-color: #ef4d60;
  text-decoration: none;
  transition: all ease 0.3s;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 77, 96, 0.5) !important;
}

.formulier-section {
  padding: 65px 0 0 0;
}

header {
  top: 0;
  width: 100%;
  padding: 0;
}

main {
  background-color: #fff !important;
  padding: 40px;
  margin-bottom: 65px;
}
main h1 {
  font-size: 37px;
  color: black;
  line-height: 48px;
  text-align: left;
}
main p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.block {
  background-color: #fff;
  padding: 35px;
}

footer {
  color: black;
  font-size: 15px;
}
footer p {
  margin-bottom: 0;
}
footer a {
  color: black;
  line-height: 25px;
  transition: 0.4s ease-in-out;
}
footer a:hover {
  color: black;
  opacity: 0.8;
  transition: 0.4s ease-in-out;
}

form {
  margin-top: 15px;
}

.nf-form-fields-required {
  display: none;
}

.nf-field-container {
  margin-bottom: 20px !important;
}

.nf-field-label label {
  font-weight: 400 !important;
  font-size: 16px;
  color: black;
}

.nf-form-content input:not([type=button]), .nf-form-content textarea, .nf-form-content .list-select-wrap .nf-field-element > div {
  border: 1px solid black !important;
  background-color: white !important;
  color: black !important;
}

.nf-form-content select.ninja-forms-field {
  color: black !important;
}

.checkbox-wrap .nf-field-element label:after, .checkbox-wrap .nf-field-label label:after, .listcheckbox-wrap .nf-field-element label:after, .listcheckbox-wrap .nf-field-label label:after {
  border: 1px solid black !important;
  background-color: white !important;
}

.nf-form-content .list-select-wrap > div div:after {
  z-index: 3;
}

.list-select-wrap div:after {
  right: 16px !important;
  color: black !important;
}

.ninja-forms-req-symbol {
  color: black !important;
}

.nf-error.field-wrap .nf-field-element:after {
  background: #ef4d60 !important;
}

.nf-error .nf-error-msg {
  color: #ef4d60 !important;
}

.nf-error-field-errors {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 1rem 1.5rem;
}

.nf-form-content {
  padding: 0 !important;
}

.nf-response-msg {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 0.25rem 1.5rem;
}

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media only screen and (max-width: 992px) {
  .block {
    margin-top: 0;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .logo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .btn-header {
    justify-content: center;
    margin-bottom: 30px;
  }
}

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