/* 
Theme Name: Das Grundstücksmehrwert-Theme
Theme URI: 
Description: Ein Child-Theme für Divi 
Author: Stefan Seidner-Britting
Author URI: https://interspirit.de
Template: Divi 
Version: 0.1
*/

/******************* Buttons *******************/
.et_pb_button {
	padding: .55em 1em;
	font-weight: 900 !important;
}
.et_pb_button:hover {
	padding-top: .55em !important;
	padding-bottom: .55em !important;
}

/******************* Überschriften *******************/
.entry-content h2 {
    padding: 30px 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
}

/******************* Überschriften *******************/
#left-area ul, .entry-content ul, #left-area .entry-content ol {
    line-height: 1.7em;
}
.entry-content ul li, .entry-content ol li {
    padding-bottom: 13px;
}

/******************* Kontaktformular *******************/
.et-pb-contact-message {
    background-color: rgba(255,255,255,0.9);
    margin-bottom: 20px;
}
.et_contact_bottom_container {
    margin-top: 0;
}