﻿/* Überall identisch*/
.Minibild	    { display:inline; max-width:150px;max-height:150px;width:auto; height:auto; border-radius:10%; }	
.Microbild		{ display:inline; max-width:100px;max-height:100px;width:auto; height:auto; border-radius:10%; }	
.Nanobild		{ display:inline; max-width:50px; max-height:50px; width:auto; height:auto; border-radius:10%; }	
.Iconbild	    { display:inline; max-width:35px; max-height:35px; width:auto; height:auto; border-radius:10%; }	
.Muebild      	{ display:inline; max-width:25px; max-height:25px; width:auto; height:auto; border-radius:10%; }	
.TextIcon     	{ display:inline; max-width:17px; max-height:17px; width:auto; height:auto; border-radius:10%; }	
.Sterne		    { display:inline; max-height:20px; }	
.Schild         { margin:3px 0px; padding:4px 7px; border-radius:4px; font-size:0.8em; display:inline; }

.KontentBreit	  	{ display: block; }
.KontentSchmal		{ display: none; }
@media screen and (max-width: 850px) 
  {
  .KontentBreit		{ display: none; }
  .KontentSchmal	{ display: block; }
  }
