  /*stylesheet "G-Wurf.css"*/
       @media all{
/*============================================================*/

   header * {   /*ist optimal!*/
	flex: 1 1 0%;
  align-self: center;
  padding-top: 1em;
}


 #one {
	box-shadow: 5px 5px 5px 10px #808000;
	width: 20em;
  text-align: center;
}
   section{
 background-color: #FFFFca;
   color: #808000;
    border-radius: 28px;
    padding: 2em;
 }


 #flex-container{
  display: flex;
  flex-flow: row wrap;
   margin: 1,3em;
  }	
  .flex-item {
  flex: 1 1 0%;
  align-items: center;
  }

        article{
   background-color: #FFFFca;
   color: #808000;
       border-radius: 28px;
       padding: 1em;
   }

    aside{
  text-align: center;
 }

 
  .mehrspaltig {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;	
}

    #Inhalte-werden-zentriert {
	display: flex;
	align-items: center;
	justify-content: center;
}

 /*=====================================================================================*/
  }/* stehen lassen Ende Media*/


