/*
 Theme Name:     Philipp Mayr - Karriere
 Theme URI:      https://karriere.plastischechirurgie-linz.at/
 Description:    Divi Child Theme
 Template:       Divi
 Version:        1.0.0
*/



body {
  font-weight: 400;
}

.et_pb_main_blurb_image {
  margin-bottom: 15px;
}

.et_pb_blurb_description {
  padding: 0 1em;
}

.blurb_description_no_padding .et_pb_blurb_description {
  padding: 0;
}

.blurb_equal_heights .et_pb_blurb_description {
  display: flex;
}

.blurb_equal_heights .et_pb_blurb_description p {
  margin: auto;
}

/* Lists */
.entry-content ol {
  list-style-position: outside;
  padding-left: 1.5em;
}

.entry-content ul {
  padding-left: 1.5em;
}

.entry-content .et_pb_text ol li + li,
.entry-content .et_pb_text ol ol,
.entry-content .et_pb_text ul li + li,
.entry-content .et_pb_text ul ul {
  padding-top: 15px;
}

/* Helper classes */
.inline-block {
  display: inline-block;
}