@media (max-width: 576px){
	.kreis{
		width:200px;
		height:200px;
	}

	.post-entry > div > p > span{
		word-wrap: break-word;
	}

	span.more-button{
		letter-sapcing: 4px;
	}

	.centeredmenu{
		display:none;
		height:100%;
	}
	
	.menucenter{
		width: 100%;
		height: 100%;
	}

	.menucenter > ul{
		float: inherit;
		position: inherit;
	}

	.menucenter > ul > li{
		float: inherit;
		position: initial;
	}

	.menucenter > ul > li > ul{
		float: inherit;
		position: inherit;
	}
	
	.menucenter > ul > li > ul > li{
		float: inherit;
		position: initial;
	}

	.burgermenu{
		display: inline;
	}

       .lablename:after{
		content: '\A';
		white-space: pre;
	}
}

