/*AGU-Immo- Template
 Theme URI: 
 Description: Child-Theme von Divi
 Author: in2.Medienagentur
 Author URI: http://www.in2-medien.de
 Template: Divi
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
	
/* Die Breite des mobilen breakpoint von Divi setzen */
@media only screen and ( max-width: 1200px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}


h1 {
	color: #c7183d;
	
}

.et_pb_text ul {
  list-style: none !important; /* Remove default bullets */
	list-style-type: none !important; /* Remove default bullets */
}

.et_pb_text ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.et_pb_filterable_portfolio .et_pb_portfolio_filters li {

    display: none;

}
.et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p {

display: none;

}