/*
Theme Name:   IsleChildTheme
Description:  Changed by Aufwind
Author:       Aufwind Werbeagentur
Author URL:   www.aufwind.co.at
Template:     shop-isle
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  IsleChildTheme
*/

/* Schreibe hier dein eigenes persönliches Stylesheet */
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
ol li {
  counter-increment: my-awesome-counter;
  display: flex;
  width: 48%;
 flex-wrap: wrap;
  margin:1%;
	padding: 2%;
	align-items: start;
	
}
ol li h4{width:100%;font-size: 24px;}
ol li::before {
  content: "0" counter(my-awesome-counter);
  font-weight: bold;
  font-size: 3rem;
  margin-right: 10px;
  background: #F5EFE7;border:3px solid #64513D;padding: 10px; width: 60px; height: 60px;border-radius: 50%;display: flex; align-items: center; text-align: center;
  line-height: 1;
}

.sublibox a {
    background: #FCE46E;
    color: #64513d;
}
.wpcf7-list-item{display: block!important;}