/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

body {
  color: #1b1b1b;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
}

a {
  color: #2fb3e8;
}

p a:hover {
  text-decoration: underline;
}

.header.home {
  padding: 150px 0px;
  color: white;
}

.header.home h1 {
  font-weight: 700;
  font-size: 50px;
}

.header.home h1,
.header.home a {
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #2fb3e8;
}

h1 {
  font-size: 1.9rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.2rem;
}

h3 {
  margin-top: 25px;
}

.bg-groen *,
.bg-paars * {
  color: white;
}

.bg-groen {
  background: #6bb43b;
}

.bg-groen p a {
  text-decoration: underline;
}

.bg-groen .et_pb_testimonial {
  background-color: #2fb3e8 !important;
}

.bg-groen div.wpforms-container-full .wpforms-form .wpforms-required-label,
.bg-paars div.wpforms-container-full .wpforms-form .wpforms-required-label {
  color: white;
}

.bg-paars {
  background: #b15b9e;
}

.bg-paars a {
  color: #1b1b1b;
}

/* .bg-groen h2,
.bg-groen h2 span {
  color: #2fb3e8;
} */
.header p {
  font-size: 1.5rem;
  line-height: 1.5;
}

.header h1 {
  font-size: 3rem;
}

.header h1,
.header.bg-groen p,
.header p,
.header span {
  color: white !important;
  text-shadow: 1px 1px 5px black;
  max-width: 700px;
  font-weight: 600;
}

.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #2fb3e8;
}

.et_pb_testimonial {
  background-color: #2fb3e8 !important;
  font-weight: 300;
  font-size: 1.1em;
  color: white;
  border-radius: 3px;
}

.et_pb_testimonial_author {
  margin-top: 12px !important;
}

/* .knoprond {
  border-radius: 25px;
  background: #ee2a7b;
  color: white;
  border: 0;
}

.knoprond:hover {
  background-color: #25b2e7 !important;
  color: white;
  border: 0 !important;
} */

.et_pb_svg_logo #logo {
  max-width: 250px;
}

.bg-groen div.wpforms-container-full {
  margin-bottom: 0;
}

div.wpforms-container-full .wpforms-form input[type="submit"],
div.wpforms-container-full .wpforms-form button[type="submit"],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
  color: white;
  background: #2fb3e8;
  border: 2px solid #2fb3e8;
  border-radius: 3px;
  font-size: 20px;
  font-weight: 500;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  -moz-transition: background-color 100ms ease, color 100ms ease;
  -o-transition: background-color 100ms ease, color 100ms ease;
  -ms-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
div.wpforms-container-full .wpforms-form input[type="submit"]:active,
div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
div.wpforms-container-full .wpforms-form button[type="submit"]:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:active,
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
  background: white;
  border: 2px solid #2fb3e8;
  color: #2fb3e8;
}

/*Text collapse*/
.textcollapse .et_pb_text_inner {
  max-height: 200px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}

/*add gradient to the collapsed text*/

.textcollapse .et_pb_text_inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  height: 100px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: ease-gradient(0deg, #fff 10%, transparent);
}

/*style the expand text link*/

.textcollapse .pa-text-expand-button {
  padding: 0.5em;
  text-align: center;
  color: #2fb3e8 !important;
}

/*change the curor to a pointed when hovering over the expand text link*/

.textcollapse .pa-text-expand-button span {
  cursor: pointer;
}

/*define the font family for the toggle icon*/

.textcollapse .pa-text-expand-button .pa-text-toggle-icon {
  font-family: ETMODULES, "sans-serif";
}

/*set the max height and transition of the expanded toggle*/

.textcollapse .pa-text-toggle-expanded {
  max-height: 2000px;
  transition: max-height 0.3s ease-in;
}

/*hide the gradient when the toggle is expanded*/

.textcollapse .pa-text-toggle-expanded.et_pb_text_inner:after {
  background: none;
}

.entry-content table:not(.variations) {
  border: 1px solid #ccc;
}

.entry-content tr td {
  border-top: 1px solid #ccc;
}

ol li {
  padding-bottom: 15px;
  padding-left: 15px;
}

ul li {
  padding-left: 5px;
}

#left-area ul,
.entry-content ul,
.et-l--body ul,
.et-l--footer ul,
.et-l--header ul {
  padding-left: 1.5em;
}

.et_pb_section {
  padding: 40px 0 !important;
}

#footer-bottom .et-social-icon a {
  color: white;
}

#footer-bottom {
  background-color: #e9f7fd !important;
}

.page-id-1854 #footer-bottom {
    display: none;
}


.header {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background-size: cover !important;
}

.page-id-1056 .header {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.dividersectie,
.dividersectie * {
  padding: 0 !important;
}

.et_pb_button {
  background: #2fb3e8;
  color: white;
  border-radius: 3px;
  border: 2px solid #2fb3e8;
}

.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover a {
  color: #2fb3e8;
}

.header .et_pb_bg_layout_light.et_pb_button,
.header .et_pb_bg_layout_light .et_pb_button {
  color: white;
  background: transparent;
  border-color: white;
}

.header .et_pb_bg_layout_light.et_pb_button:hover,
.header .et_pb_bg_layout_light .et_pb_button:hover {
  color: #2fb3e8;
  background: white;
  border-color: white;
}

.bg-groen div.wpforms-container-full .wpforms-form button[type="submit"] {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.bg-groen div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background: white;
  color: #6bb43b;
  border: 2px solid white;
}

.bg-paars div.wpforms-container-full .wpforms-form button[type="submit"] {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.bg-paars div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  background: white;
  color: #b15b9e;
  border: 2px solid white;
}

.header div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  color: #2fb3e8;
}

.nieuwsknop {
  padding-top: 5px;
}

.nieuws .nieuwsknop a {
  color: white;
}

#ez-toc-container {
  background: #2fb3e8;
  color: white;
  border-color: #2fb3e8;
  margin-bottom: 26px;
}

.page-id-36 #ez-toc-container {
  margin-top: -78px;
  background: #2fb3e8;
  color: white;
  border-color: #2fb3e8;
  margin-bottom: 26px;
}

.ez-toc-btn-default {
  background: white;
  border-color: white;
}

#ez-toc-container a.ez-toc-toggle {
  color: #2fb3e8;
  -webkit-transition: background-color 100ms ease, color 100ms ease;
  -moz-transition: background-color 100ms ease, color 100ms ease;
  -o-transition: background-color 100ms ease, color 100ms ease;
  -ms-transition: background-color 100ms ease, color 100ms ease;
  transition: background-color 100ms ease, color 100ms ease;
}

.ez-toc-btn-default.active,
.ez-toc-btn-default:active,
.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
  border-color: white;
}

.ez-toc-btn-default:focus,
.ez-toc-btn-default:hover {
  background-color: #2fb3e8;
  color: white;
}

#ez-toc-container a.ez-toc-toggle:hover {
  color: white;
}

#ez-toc-container a {
  color: white;
}

.et_pb_blurb {
  padding: 15px;
}

.et_pb_blurb .et_pb_button a {
  color: white;
}

.et_pb_blurb .et_pb_button a:hover {
  color: #2fb3e8;
}

.et_pb_button a:hover {
  text-decoration: none;
}

/*Medewerkerspagina*/
/* .medewerkerkolom {
  position: absolute;
  top: 180px;
} */

.medewerkerkolom {
  margin-bottom: 15px;
}

.medewerkerwerkdagen {
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-style: italic;
  display: block;
  text-align: left;
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.medewerkerfunctie {
  font-size: 15px;
  line-height: 15px;
  color: #aaaaaa;
  font-weight: 400;
  font-style: italic;
  display: inline-block;
  clear: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 14px;
  border-radius: 0px 0px 0px 0px;
  background: rgba(255, 255, 255, 1);
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.medewerkertel,
.medewerkertel a {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  font-weight: 300;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: transparent;
  z-index: 2;
}

.medewerkertel span {
  color: #878787;
  font-size: 15px;
}

.wpv-loop .row {
  height: 340px;
}

.medewerkermail {
  font-size: 14px;
}

.medewerkernaam {
  font-size: 20px !important;
  line-height: 25px !important;
  color: #363839 !important;
  font-weight: 500 !important;
  display: block !important;
  text-align: left !important;
  clear: both !important;
  margin: 0px 0px 5px 0px !important;
  padding: 0px 0px 0px 10px !important;
  border-radius: 0px 0px 0px 0px !important;
  background: rgba(255, 255, 255, 1) !important;
  position: relative !important;
  z-index: 2 !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 2px !important;
  border-color: #2fb3e8 !important;
  border-style: solid !important;
}

.medewerkerimg {
  margin-bottom: 10px;
  margin-top: 25px;
}

/* Make the container relative */
.swap-on-hover {
  position: relative;
  max-width: 350px;
  height: 125px;
}

/* Select the image and make it absolute to the container */
.swap-on-hover img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  /* Sets the width and height for the images*/
  width: 100%;
  height: auto;
}
/* 
	We set z-index to be higher than the back image, so it's alwyas on the front.
We give it an opacity leaner to .25s, that way when we hover we will get a nice fading effect. 
*/
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity 0.3s linear;
  cursor: default;
}

/* When we hover the figure element, the block with .swap-on-hover, we want to use > so the front-image is going to have opacity of 0, which means it will be hidden, to the back image will show */
.swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}

.swap-on-hover {
  cursor: default;
}

:target:before {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.et_pb_gutters3 .medewerker-single .et_pb_column {
  margin-right: 2%;
}

@media all and (max-width: 981px) {
  .swap-on-hover {
    height: 140px;
  }
}
/*EINDE MEDEWERKER*/

.page-id-504 h2,
.page-id-504 h3 {
  color: #1b1b1b;
}

.page-id-504 .bg-groen h2 {
  color: white;
}

#top-menu a {
  color: #1b1b1b;
}

#top-menu-nav > ul > li > a:hover {
  color: #2fb3e8;
  opacity: 1;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.contactcolumn {
  background: rgba(47, 179, 232, 0.1);
  padding: 20px;
}

#diensten .et_pb_blurb {
  padding: 0;
}

sup {
  bottom: 0.4em;
  font-size: 1rem;
}

@media all and (min-width: 600px) {
  .et_pb_testimonial {
    background-image: url("https://kompaszuidlaren.nl/wp-content/uploads/2021/11/quote-achtergrondafbeelding-links.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
  }

  .et_pb_testimonial_description {
    padding-left: 35px;
  }

  .page-id-36 .videocolumn {
    margin-top: 40px;
  }

  .videocolumn {
    margin-top: 120px;
  }
}

#wanneeronderbewindstelling .et_pb_equal_columns {
  align-items: center;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 0.3em 1em;
}

.et_pb_button::after,
.et_pb_button::before {
  display: none;
}

.et-social-linkedin img {
  max-height: 28px;
}

.zie-ook {
  background: #2fb3e8;
  color: white !important;
  text-align: right !important;
  padding: 0 !important;
}

.zie-ook a {
  color: white;
  text-decoration: underline;
}

.zie-ook a:hover {
  color: black;
}

.zie-ook ul {
  list-style: none;
  padding-bottom: 0 !important;
}

.zie-ook li {
  display: inline-block;
  border-right: 1px solid white;
  padding-right: 10px;
}

.zie-ook li:last-child {
  border: 0;
}

.widgettitle {
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 20px !important;
}

#main-footer a {
  color: white;
  text-decoration: underline;
}

#main-footer a:hover {
  color: black;
}

#diensten .et_pb_equal_columns .et_pb_column {
  border: 0;
  background: rgba(47, 179, 232, 0.1);
  border-radius: 5px;
  padding: 15px;
}

#diensten .et_pb_row:last-child .et_pb_column:last-child {
  border: 0;
  background: transparent;
}

#diensten .et_pb_column h3 {
  margin-top: 0;
}

.header h1 {
  text-align: left !important;
}

@media all and (max-width: 600px) {
  div.wpforms-container-full .wpforms-form .wpforms-one-half,
  div.wpforms-container-full .wpforms-form .wpforms-three-sixths,
  div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
    width: 100%;
    margin-left: 0;
  }
}

#menu-item-1115 {
  display: none !important;
}

@media all and (max-width: 500px) {
  .header h1 {
    font-size: 2rem;
  }

  .header p {
    font-size: 1rem;
  }

  .zie-ook li {
    border-right: 0;
    display: list-item;
  }

  .zie-ook ul {
    list-style: disc;
  }

  #et_top_search {
    display: none;
  }

  #menu-item-1115 {
    display: block !important;
  }

  .et_pb_button {
    text-decoration: underline;
    font-size: 17px;
    background: white;
    color: #2fb3e8;
  }

  .et_pb_button:hover,
  .et_pb_bg_layout_light.et_pb_button:hover {
    text-decoration: underline;
    background: #2fb3e8;
    color: white;
  }
}

#wanneeronderbewindstelling h3 {
  margin-top: 0;
}

.page-id-613 #ez-toc-container {
  display: none;
}

#diensten .et_pb_column.et_clickable .et_pb_button_module_wrapper {
  position: absolute;
  bottom: 15px;
}

#diensten .et_pb_blurb {
  margin-bottom: 65px;
}

.et_pb_divider::before {
  border-top-color: #2fb3e8 !important;
}

.ez-toc-title {
  color: white !important;
}

.ez-toc-title-container .ez-toc-toggle {
  display: inline-block !important;
  height: 20px;
}

.home .et_pb_blurb_content .et_pb_module_header {
  display: none;
}

.home .specialisaties .et_pb_row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.et_pb_space {
  height: 1px;
}

.header div.wpforms-container-full .wpforms-form .wpforms-field-label,
.header .wpforms-form button[type="submit"] {
  text-shadow: 1px 1px 5px black;
}
.header div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
  text-shadow: none;
}

@media all and (max-width: 900px) {
  table {
    overflow-x: auto;
  }

  .et_pb_section {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}

.diflayout .et_pb_equal_columns .et_pb_column {
  border: 0 !important;
  padding: 0 !important;
  background: rgba(47, 179, 232, 0.1);
  border-radius: 5px;
}

.diflayout .et_pb_row_22.et_pb_equal_columns .et_pb_column:last-child {
  display: none;
}

.diflayout img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.diflayout .et_pb_image,
.diflayout .et_pb_blurb {
  margin-bottom: 5px !important;
}

.diflayout .et_pb_button_module_wrapper {
  margin-bottom: 25px !important;
  padding-left: 15px;
}

.nieuws .et_pb_blog_grid a {
  color: #2fb3e8;
}

#main-header {
  box-shadow: none;
}

.home.header {
  background-position: 50% !important;
}

.bg-groen .et_pb_button {
  background: transparent;
  color: white;
  border-color: white;
}

.bg-groen .et_pb_button:hover {
  background-color: white;
  color: #6bb43b;
  border-color: white;
}

.hidden {
  display: none !important;
}

#top-menu li a {
  font-size: 17px !important;
}

/*Mailchimp inschrijfformulier footer */

#mc_embed_signup .mc-field-group {
  width: 35% !important;
  display: inline-block !important;
  margin-right: 15px;
}

#mc_embed_signup form {
  padding-left: 0 !important;
}

#mc_embed_signup .mc-field-group.akkoordtekst {
  width: 100% !important;
}
#mc_embed_signup .button {
  background: #2fb3e8 !important;
  background-color: rgb(47, 179, 232) !important;
  color: white !important;
  border-radius: 3px !important;
  border: 2px solid white !important;
  height: 40px !important;
}

#custom_html-2 h2 {
  display: none;
}

#secondary-sidebar .widgettitle {
  padding-bottom: 0px !important;
}

/*TABELLEN */
@media all and (max-width: 768px) {
  .entry-content tr td {
    padding: 4px 4px;
    border: 1px solid black;
  }

  table {
    font-size: 15px;
    word-wrap: anywhere;
  }
}

.search .post-meta {
  display: none !important;
}

.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  padding-top: 100px;
}
