/* Silbentrennung ausschalten */

h1, h2, h3, h4, h5, p {
  hyphens: none ;
}

 /* Hintergrund einfärben */
#body-core {
  background-color:#ededed ;
}

#header {
  background-color:#ededed ;
}

#intro {
  display:none ;
}

#footer {
  background-color:#ededed ;
}

#footer-core h2 {
     color: #121212;
}

#footer-core p {
     color: #121212;
}

#sub-footer {
  display:none ;
}

 /* Tabellen Rahmen entfernen */
table {
    border-collapse: collapse;
    border: 1px solid #ffffff;
    border-style: hidden;
}

table { 
		height: 100;
				}
  
td, th {
		border-top: 0px solid white;
		border-right: 0px solid white;
		border-bottom: 1px solid grey;
		border-left: 0px solid white;
}

.siteorigin-widget-tinymce textwidget { line-height: 2; }


li marker  {
	color:black; 
}