/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 ul#termine { display: flex;
flex-direction: row;
   flex-wrap: wrap;
    
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
  
  ul#termine li  {
	  flex:1;
	list-style-type: none;
	background-color: var(--hellgrau);
	padding: 10px;
	border: 1px solid silver;
	list-style-image: none;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


