/*
div.statwrapper{
	background-color:inherit;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-align-content: stretch;
	    -ms-flex-line-pack: stretch;
	        align-content: stretch;
	-webkit-flex-basis: 30%;
	    -ms-flex-preferred-size: 30%;
	        flex-basis: 30%;
}
*/

.ce_admin div  {
	margin-top:10px!important;
	background-color:orange;
}


tr.oberreihe {
	font-weight:bold!important;
}


.statwrapper{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
}

.wrapper{
	width: 23%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	-webkit-align-self:stretch;
	    -ms-flex-item-align:stretch;
	        align-self:stretch;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	    -ms-flex-pack:justify;
	        justify-content:space-between;
	float:left;
	min-width:150px;
	margin:auto;
	padding-bottom:15px;
	height:auto;
	min-height:150px;
}
.box {
  position:relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-align:stretch;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -webkit-box-pack:justify;
  -webkit-justify-content:space-between;
      -ms-flex-pack:justify;
          justify-content:space-between;
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
   border: 1px solid black;
   border-radius:8px;
   background-color:mediumseagreen;
   color:white;
}
.box:before {
  content: "";
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -webkit-align-items:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-justify-content:space-around;
      -ms-flex-pack:distribute;
          justify-content:space-around;
 
  height: 150px;
 
}
 
.box .content {
 
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  
  width:100%;
  height:auto;

}

.content .titel{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	height:25%;
	-webkit-align-self:flex-start;
	    -ms-flex-item-align:start;
	        align-self:flex-start;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
	font-size:17px;
	font-size:1.1rem;
}

.content .aktuell{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
height:75%;	
-webkit-box-pack:center;	
-webkit-justify-content:center;	
    -ms-flex-pack:center;	
        justify-content:center;
-webkit-box-align:center;
-webkit-align-items:center;
    -ms-flex-align:center;
        align-items:center;
font-size:19px;
font-size:1.2rem;
position:relative;
bottom:10px;
	} 


.singlewrapper:before{
	content:"";
	display:block;
	padding-top:100%;
}

.singlewrapper .innenwrapper{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}

