/*---------------------------------------------------------------------------------

 Theme Name:   i-doit.com DIVI Child Theme
 Theme URI:    http://www.i-doit.com
 Description:  A DIVI Child Theme build for i-doit.com
 Author:       PoLi Marketing GmbH
 Author URI:   https://polimehr.de
 Template:     Divi
 Version:      1.0.0
 License:
 License URI:

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/* i-doit 2.0 Font */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }

/* Hide Header and Footer in Landingpages */
.top-parent-14188 #main-footer>.container, .top-parent-14188 p#userlike, .top-parent-14188 .userlike, .top-parent-14188 #main-header, .top-parent-14188 #top-header, .top-parent-14188 .jotform-feedback-link,

/*English*/
.top-parent-14339 #main-footer>.container, .top-parent-14339 p#userlike, .top-parent-14339 .userlike, .top-parent-14339 #main-header, .top-parent-14339 #top-header, .top-parent-14339 .jotform-feedback-link
{ display: none !important; }
.page-id-14214 #page-container, .parent-pageid-14214  #page-container, .page-id-14238 #page-container, .parent-pageid-14238  #page-container {   width: 100%;  max-width: 100%;  }

/*Blog*/

.et_pb_posts article.et_pb_post { display: flex; flex-wrap: wrap;  }
.et_pb_posts article.et_pb_post > a  { flex: 0 0 25%; order: 3; flex-basis: 35%;  }
.et_pb_posts article.et_pb_post > .entry-title  { flex: 0 0 25%; order: 1; flex-basis: 100%; }
.et_pb_posts article.et_pb_post > .post-meta  { flex: 0 0 25%; order: 2; flex-basis: 100%; }
.et_pb_posts article.et_pb_post > .post-content  { flex: 0 0 25%; order: 4; flex-basis: 63%; margin-left: 2%; font-size: 18px !important; line-height: 1.9em !important;  }
@media screen and ( max-width: 500px) {
	.et_pb_posts article.et_pb_post > a { flex-basis: 100%; }
	.et_pb_posts article.et_pb_post > .post-content { flex-basis: 100%;  margin-left: 0; }
}
