/*
Theme Name: 	UAML
Theme URI: 		http://www.elegantthemes.com/gallery/divi/
Version: 		4.27.5
Description: 	Divi Child Theme
Author: 			Gaby Rau Software Service
Author URI: 	https://internetagentur20.de
License: 		GNU General Public License v2
License 			URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:		Divi
Text Domain:	uaml
*/

/* Divi Anpassungen */
body { font-family:'Quicksand',sans-serif }

a.pdf::before { font-family: "ETmodules" !important; content: "\68"; padding-right: 5px; }
.external::before { font-family: 'ETmodules'; content: "\0026"; padding-right: 5px; }

.nav li li { line-height: 150% }

/* Top-Navi Second Level Width */
.nav li ul { width: 250px } 
.nav li li { padding: 5px 20px; line-height: 150%; width: 100%; }
.et-menu li li a { width: 100%; padding: 0; }

/* Links im Footer */
#footer-widgets .footer-widget a { color: #fdaf3f }

/*3 column gallery*/
.col3gallery .et_pb_gallery_item { clear:none !important; }
.col3gallery .et_pb_gallery_item:nth-child(3n) { margin-right:0 !important; }
.col3gallery .et_pb_gallery_item:nth-child(3n+1) { clear:both !important; }
.col3gallery .et_pb_gallery_item { margin-right:4.5% !important; width: 30% !important; }


/*remove transparency of main-header for category pages in order to not show sidebar border*/
.single-post #main-header, .category #main-header, .rem_transparency #main-header 
	{ background-color: rgba(255,255,255,1); border-bottom: solid 1px #e2e2e2; }
	
	
/* normale Liste */
#left-area ol { list-style-position: outside; padding-left: 20px; }

/*bullets*/
#left-area ul {
  list-style: none; /* Remove default bullets */
  line-height: 1.4em;
  padding-left: 1.5em;
}
#left-area ul li::before {
/*https://www.w3schools.com/charsets/ref_utf_geometric.asp
*//*  content: "\25a0";  */
/*  content: "\25a2"; font-size: 0.8em; */
  content: "\25fe";
  color: #F3B746;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.5em; /* Also needed for space (tweak if needed) */
  margin-left: -1.5em; /* Also needed for space (tweak if needed) */
}


/*Show secondary menu on smartphones - Warenkorb! */
@media all and (max-width: 980px) {
#et-secondary-menu { display: block !important; float: none; padding: 0.75em 0 !important;}
}


/* Category images beside text */
/* in categoris.php:
<?php print_thumbnail( $thumb, $thumbnail["use_timthumb"], $titletext, $width, $height, 'newspict' ); ?>
*/
.newspict {
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
}
