/*
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: "Inter", sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	font-weight: 400;
}
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: #7299bf;
    font-size: 72px;
    font-weight: 200;
	line-height: 1.3;
}
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: #7299bf;
	font-size: 36px;
	line-height: 1.3;
	font-weight: 700;
}
h3 {
	color: #7299bf;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
}
h4, .et_pb_toggle .et_pb_toggle_title {
	color: #7299bf !important;
	font-size: 18px;
	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, h3: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-top-navigation {
    opacity: 0;
    visibility: hidden;
}