/*@font-face {
  font-family: "open_sansbold";
  src: url("fonts/Open_Sans/opensans-bold-webfont.woff2") format("woff2"), url("fonts/Open_Sans/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sansitalic";
  src: url("fonts/Open_Sans/opensans-italic-webfont.woff2") format("woff2"), url("fonts/Open_Sans/opensans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "open_sansregular";
  src: url("fonts/Open_Sans/opensans-regular-webfont.woff2") format("woff2"), url("fonts/Open_Sans/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "open_sansregular", sans-serif !important;
  line-height: 0 !important;
}

.container,
.news__column,
.footer-text {
  font-family: "open_sansregular", sans-serif !important;
  letter-spacing: 1px;
  font-size: 14.4px;
}

.news-main {
  margin-bottom: 35px;
}

.news__column a,
.nieuws a {
  color: #f60 !important;
  font-size: 14.4px;
  border-bottom: 1px solid #f60;
}
.news__column a:hover,
.nieuws a:hover {
  text-decoration: none;
}

.no__underline {
  border-bottom: none !important;
}

.paperclip__svg {
  content: url(img/paperclip.svg);
  margin-right: 0.8rem;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.contact__height--fix {
  height: 32px;
  margin-bottom: 0;
}

.contactform__row {
  display: flex;
}
.contactform__row p {
  display: inline-block;
}

.contactform__innerrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.contactform__innerrow input, .contactform__innerrow textarea {
  max-width: 100%;
}

.contactform__left {
  width: 45%;
}

.contactform__right {
  width: 55%;
}
.contactform__right > div {
  padding-left: 3rem;
}

.container {
  text-align: justify;
}

.no__margins {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-weight: 600;
  color: #2972a3;
}

h1 {
  margin-top: 35px;
  letter-spacing: 2px;
  font-size: 0.9rem;
}

h2,
h3,
h4 {
  font-size: 0.9rem !important;
  letter-spacing: 2px;
}

.title__centered {
  text-align: center;
}

.hr {
  height: 1px;
  display: block;
  max-width: 200px;
  background-color: #f60;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 35px 0;
}

.btn {
  vertical-align: initial !important;
}

.pagination {
  display: block;
  margin: 35px 0;
}

.pagination .page-numbers.current, .pagination .page-numbers:hover {
  background-color: #2972a3;
}

.contact__hr {
  margin: 35px auto;
}

.correspondence {
  margin-bottom: 0;
}

.bottom__border {
  margin-bottom: 1rem;
  display: inline-block;
}

.animated-border {
  display: inline;
}
.animated-border::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #f60;
  transition: width 0.3s;
}
.animated-border:hover::after {
  width: 100%;
}

.hr-home {
  margin: 35px auto;
}

.align-center {
  text-align: center;
}

#content {
  width: 100%;
  position: relative;
  line-height: 2rem;
  padding-left: 34px;
}

.site-header {
  margin-bottom: 0 !important;
}

.custom-columns-homepage {
  width: 80%;
  margin: 3rem auto 0;
}

.contact-column {
  margin: 0 auto !important;
}

/**********Navigatie menu**********/
nav {
  padding: 1.5rem !important;
  line-height: 1.5;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0 !important;
}

navbar-brand img {
  width: 94%;
}

a.nav-link {
  color: #2972a3 !important;
  padding: 12px !important;
}

a.nav-link:hover {
  color: #2972a3 !important;
}

a.dropdown-item {
  color: #2972a3 !important;
}

.dropdown-menu {
  margin: 0.8rem 0 0;
}

a.dropdown-item:hover {
  color: rgba(47, 162, 209, 0.9) !important;
}

a.dropdown-item:active {
  color: #fff !important;
}

.navbar-collapse {
  float: right !important;
  position: absolute;
  right: 30px;
}

@media (min-width: 200px) and (max-width: 1200px) {
  .navbar-collapse {
    position: initial;
  }
}
li.menu-item {
  text-transform: lowercase;
  font-size: 0.9em;
}

/**********Sidebar**********/
@media (min-width: 200px) and (max-width: 1100px) {
  .nieuwsbar {
    display: none !important;
  }
}
.nieuwsbar {
  background-color: #2972a3 !important;
  height: auto;
  position: relative;
  display: inline-block;
  padding: 20px;
  width: 25%;
}

.nieuws-sidebar {
  color: #fff;
  font-size: 0.9rem !important;
  letter-spacing: 1px;
}

.nieuws-titel h4 {
  color: #fff !important;
  letter-spacing: 2px;
  font-size: 1rem;
}

.sidebutton {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 1rem;
  text-align: left;
  color: #fff;
  background-color: #f60;
}

.sidebutton:hover {
  background-color: #f38b32;
}

button.sidebutton {
  width: 17.5rem;
  border-radius: 6px;
  font-size: 14.4px;
}

/**********Paginatie**********/
a {
  text-decoration: none;
  font-weight: normal;
  font-family: "open_sansregular", sans-serif;
}

.nieuws-sidebar .button {
  color: #fff !important;
  font-weight: bold;
}

.button {
  color: #f60 !important;
}

/**********Homepage**********/
.homepagina {
  float: left;
}

/**********Wie zijn wij**********/
.wiezijnwijfoto {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wiezijnwij {
  text-align: center;
}

/**********Nieuwpagina**********/
.nieuws {
  font-weight: normal;
}

.btn2_custom {
  color: #fff;
  background-color: #2972a3 !important;
  border: none;
  font-weight: bold;
}

/**********Footer**********/
.site-footer {
  background-color: #2972a3 !important;
  background-position: right -70px top;
  padding: 3rem 0 0rem !important;
  margin-top: 0 !important;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  width: 100%;
}

.widget-title {
  color: #fff;
}

.footer-text {
  color: white;
  padding-left: 0;
  letter-spacing: 0;
}

.footer__details {
  display: inline;
}

.footer__list {
  list-style: none;
}

.footer__listitem {
  display: inline-block;
  font-size: 0.8em;
}
.footer__listitem:first-child {
  padding-right: 0.5rem;
}
.footer__listitem:not(:first-child) {
  padding: 0 0.5rem;
}
.footer__listitem a {
  color: white;
}
.footer__listitem .footer__copyrighticon {
  font-size: 0.9rem;
}

@media only screen and (max-width: 767px) {
  #content {
    padding-left: 15px;
  }

  .footer-text {
    padding-left: 30px;
  }

  .col-sm.col-sm-footer {
    flex-basis: 0 !important;
    display: none !important;
  }

  .footer__list {
    padding-left: 15px;
  }

  .footer__listitem {
    display: block;
    font-size: 1em;
    margin: 1rem 0;
    padding-left: 0;
  }

  .footer__listitem:first-child {
    padding: 0 0.5rem;
    margin-top: -2rem;
  }
}
.custom-footer-column {
  height: 75px;
  margin-bottom: 1rem;
}

.site-info {
  color: white !important;
  font-size: 0.9em;
  font-weight: normal;
}

.footercontainer a {
  color: #fff;
}

button.styled {
  text-align: left;
  background: #2972a3 !important;
  border: 1px solid white;
  border-radius: 6px;
}

button.styled {
  width: 17.5rem !important;
  font-size: 0.9rem;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #2972a3 !important;
}

@media (min-width: 200px) and (max-width: 769px) {
  .footercontainer {
    padding-left: 6px;
  }
}
@media (max-width: 1546px) {
  button.styled {
    width: 100%;
  }
}
.textwidget {
  padding: 0 !important;
}

.widget .textwidget ul {
  padding-left: 20px !important;
}

/**********Rest**********/
li {
  font-weight: normal;
}

p {
  font-weight: normal;
}

/**********Contact form 7**********/
.wpcf7 input[type=submit],
.submit-btn,
.prev.page-numbers,
.next.page-numbers {
  color: #fff;
  background-color: #f60;
  border: none;
  padding: 10px 30px 10px 30px;
  font-size: 14.4px;
  font-weight: normal;
  border-radius: 0.25em;
  line-height: 1.5;
}

.submit-btn:hover {
  color: white;
}

.prev.page-numbers,
.next.page-numbers {
  margin-top: 35px;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
  background: #f60;
}

td, th {
  text-align: left;
  padding: 8px;
}

/**********Incasso Calculator bericht**********/
article#post-228 {
  padding-bottom: 20px;
}

/**
  Media queries
*/
@media only screen and (min-width: 767px) {
  .custom-columns-homepage {
    width: 100%;
  }

  .custom-columns-homepage > div:nth-child(2) {
    margin-left: 2rem !important;
  }

  .contactform__innerrow {
    display: block;
  }

  .contactform__right > div {
    padding-left: 4rem;
  }
  .contactform__right > div:last-child {
    display: flex;
    justify-content: flex-end;
  }

  .required__message--bottom {
    display: none;
  }

  div.wpcf7 .ajax-loader {
    margin: 0 -20px 0 4px;
  }

  .footer__list {
    padding-left: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) {
  .custom-columns-homepage {
    width: 80%;
  }

  .custom-columns-homepage > div:nth-child(2) {
    margin-left: 6rem !important;
  }

  .contact-column .wp-block-column {
    margin-left: 96px;
  }
  .contact-column .wp-block-column:first-child {
    margin-left: 0;
  }

  .contactform__innerrow .wpcf7-form-control-wrap {
    max-width: 60%;
  }

  .contactform__left {
    width: initial;
  }
}
@media only screen and (min-width: 1024px) {
  .contactform__left {
    width: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .contactform__left {
    width: 30%;
  }

  .contactform__right {
    width: 57%;
  }

  .contactform__innerrow {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    text-align: left;
  }

  .contact__height--fix {
    height: initial;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    max-width: 100% !important;
  }

  .custom-columns-homepage {
    width: 100% !important;
    display: block;
  }

  .custom-columns-homepage .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }

  .contactform__left, .contactform__right {
    width: 100%;
  }

  .contactform__row, .contactform__innerrow {
    display: block;
  }

  .contactform__right > div {
    padding-left: 0;
  }

  .contact-column .wp-block-column {
    margin-bottom: 2rem;
  }
  .contact-column .wp-block-column:last-child {
    margin-bottom: 0;
  }

  .required__message--middle {
    display: none;
  }

  .prev.page-numbers,
.next.page-numbers {
    width: 50%;
    display: block;
    margin: 30px 0;
  }
}
@media only screen and (max-width: 468px) {
  button.sidebutton {
    width: 100%;
  }

  .custom-columns-homepage {
    width: 80%;
    margin: 2.5rem auto 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1324px) {
  .contactform__right {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  button.styled {
    width: 100% !important;
  }
}
@media only screen and (max-width: 568px) {
  #tvb {
    margin-bottom: 1rem;
  }
  #tvb + button {
    margin-left: 15px;
  }

  .prev.page-numbers,
.next.page-numbers {
    width: 100%;
  }

  .pagination .page-numbers {
    padding: 1rem;
  }

  td, th {
    display: block;
  }

  .custom-footer-column {
    height: 60px;
  }
}
@media only screen and (max-width: 1230px) {
  .animated-border::after {
    display: none;
  }
}

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