/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* build 05.2023 MN
------------------------------------------------------- */

.entry-content ol {
	list-style-position: outside;
}

ol {
	list-style-position: outside;
}

.nobullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}

#menu-voorwaarden .menu-item li {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}

#logo{
	box-shadow: 6px 6px 18px 0px rgba(0,0,0,0.3);
}

@media all and (min-width: 981px){
	.et_header_style_left .logo_container {
		height: 180px; width: 180px;
   	 	margin-top: -45px;
		margin-left: -75px;
	}
	span.logo_helper{display:none; visibility:hidden;}
}
@media all and (max-width: 980px) {
	.et_header_style_left .logo_container {
		height: 150px; width: 150px;
		margin-top: 0px;
	}
	span.logo_helper{display:none; visibility:hidden;}
	
}