/*
Theme Name:  BohnennWebdesign
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/

/*---- Typography ----*/
body {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 1.7;
}
h1, .et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_1_5 h1, .et_pb_column_1_6 h1, .et_pb_column_2_5 h1 {
    color: #3C5DB5;
    font-size: clamp(28px, 3.2vw, 45px);
    font-weight: 500;
    line-height: 1.2;
}
h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2, .et_pb_title_container h1, .sidepage-heading h1, .et-db #et-boc .et-l .et_pb_column_1_3 h2 {
	color: #3C5DB5;
    font-size: clamp(24px, 2.857vw, 40px);
    font-weight: 500;
    line-height: 1.2;
}
h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3, .gfield_label {
	color: #3C5DB5;
    font-size: clamp(20px, 2.15vw, 30px);
    font-weight: 500;
    line-height: 1.2;
}
h4, .et_pb_toggle .et_pb_toggle_title {
	color: #5F5F37 !important;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
}


/*---- General ----*/
.et_pb_row, .et-db #et-boc .et-l .et_pb_row {
	width: 90%;
}
h1:last-child, h2:last-child {
	padding-bottom: 0;
}
.et_pb_text ul:last-child {
	padding-bottom: 0;
}
.et_pb_text ul li:not(:last-child) {
    padding-bottom: 20px;
}
header {
	box-shadow: unset !important;
}
.et_pb_equal_columns .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottom-button .et_pb_column {
    justify-content: flex-start;
}
.bottom-button .et_pb_column .et_pb_module:last-child {
    margin-top: auto;
}
.quote {
	color: #7ED8FF;
    font-size: clamp(24px, 2.857vw, 40px);
    font-weight: 300;
    line-height: 1.2;
}
.et_pb_row.tables .et_pb_button_module_wrapper {
    padding: 25px 40px;
    background: #EFFAFF;
}
body #page-container .et_pb_section .et_pb_button.default-button:hover, body.et-db #page-container #et-boc .et-l .et_pb_button.default-button:hover {
	padding: 9px 30px !important;
	transform: translatey(-3px);
}

/*---- Dubbel knop ----*/
.dubbel-knop .et_pb_button_module_wrapper {
    display: inline-block;
}
.dubbel-knop .et_pb_button_module_wrapper:nth-last-child(-n+2) {
    margin-bottom: 0 !important;
}
.dubbel-knop .et_pb_button_module_wrapper + .et_pb_button_module_wrapper {
	margin-left: 20px;
}
@media only screen and (max-width: 540px) {
	.dubbel-knop .et_pb_button_module_wrapper {
		display: block;
	}
	.dubbel-knop .et_pb_button_module_wrapper + .et_pb_button_module_wrapper {
		margin-left: 0px;
		margin-top: 15px !important;
	}
}

/*---- Menu ----*/
#top-menu li {
    padding-right: 40px;
}
#top-menu li a {
    font-weight: 500;
}
#top-menu-nav>ul>li>a:hover {
	opacity: 1 !important;
}
#top-menu li.current-menu-item a:before {
    content: '';
    width: calc(100% + 20px);
    height: 36px;
    border: 2px solid;
    position: absolute;
    top: -13px;
    left: -12px;
}

/*---- Form ----*/
.gform-theme--foundation .gform_fields {
    grid-gap: 30px !important;
}
p.gform_required_legend {
	display: none !important;
}
.gform-theme--foundation .gfield_label {
    font-size: 14px !important;
    color: #000 !important;
}
.gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    box-shadow: none;
    font-size: 14px;
    color: #3C5DB5;
    background-color: transparent;
    padding: 3px 15px;
    height: unset;
    border: 1px solid #707070;
    border-radius: 8px;
}
.gform-theme--foundation .gfield textarea {
    font-size: 14px;
    color: #3C5DB5;
    background-color: transparent;
    padding: 3px 15px;
	border: 1px solid #707070;
    border-radius: 8px;
}
.gform_button.button {
    font-size: 20px !important;
    color: #fff !important;
    display: inline-block !important;
    background-color: #3C5DB5 !important;
    padding: 9px 30px !important;
    line-height: 1.7 !important;
    border-radius: 200px !important;
    border: 0 !important;
	cursor: pointer;
	transition: all .3s ease 0s;
}
.gform_button.button:hover {
	transform: translatey(-3px);
}
.gform-theme--foundation .gform_footer {
    justify-content: flex-start;
}

/*---- Home header ----*/
.home-header {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	z-index: 99;
	margin-bottom: 55px;
}
.home-header .et_pb_row:last-child {
    background: #3C5DB5;
    padding: 10px 20px !important;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 800px;
}
.home-header .et_pb_row:last-child .et_pb_column {
    display: flex;
    column-gap: 30px;
    align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.home-header .et_pb_row:last-child .et_pb_column .et_pb_image {
	margin: 0 !important;
	width: 68px;
}
.home-header .et_pb_row:last-child .et_pb_column img {
	height: 80px;
	width: auto;
}
.home-header .et_pb_row:last-child .et_pb_column .et_pb_text {
	line-height: 1.2;
}
@media only screen and (max-width: 580px) {
	.home-header .et_pb_row:last-child .et_pb_column .et_pb_text {
		flex: 1;
		font-size: 24px !important;
	}
}

/*---- Side header ----*/
.side-header {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	z-index: 99;
}

/*---- CTA text only ----*/
.cta-text-only {
    background: #3C5DB5;
    padding: 20px 20px !important;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 20px -27px 56px rgba(0,0,0,0.46);
}
.cta-text-only .et_pb_column {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}
.cta-text-only .et_pb_column .et_pb_image {
	margin: 0 !important;
}
.cta-text-only .et_pb_column img {
	height: 80px;
	width: auto;
}
.cta-text-only .et_pb_column .et_pb_text {
	line-height: 1.3;
}

/*---- Prijs table ----*/
.prijs-tabel-links {
	width: 100%;
  	border-collapse: collapse;
  	margin-top: 1.5rem;
  	font-size: 1rem;
	border: 0 !important;
}
.prijs-tabel-links th, .prijs-tabel-links td {
  	padding: 0.75rem 1rem !important;
  	border-bottom: 1px solid #ddd;
  	text-align: left;
	color: #000 !important;
}
.prijs-tabel-links tbody tr:nth-child(odd) {
  	background-color: #f9f9f9;
}
.prijs-tabel-links tbody tr:nth-child(even) {
  	background-color: #ffffff;
}
.prijs-tabel-links a {
  	color: #1a3fad;
  	text-decoration: none;
  	font-weight: 500;
}
.prijs-tabel-links a:hover {
  	text-decoration: underline;
}
.prijs-tabel-links span.persoon {
    display: block;
}
