@CHARSET "utf-8";


@media screen and (max-width: 550px){
	
/* body */	
	body {
		width: auto !important;
	}
	
/* header */
	button#buttonMenu {
		height: 50px;
		width: 100%;
	}
	
	input#simpleSearchInput {
		height: 40px;
		font-size: 24px;
	}

	button.ui-button-icon-only {
		height: 50px;
		width: 50px;
	}
	
	.panelTextOnlySearch td.tdLeft {
		text-align: left;
	}

	.panelTextOnlySearch td.tdMiddle {
		text-align: center;
	}

	.panelTextOnlySearch td.tdRight {
		text-align: right;
	}
	
/* eigene Startseiten */
	.eigeneStartseite {
		display: none;
	}
	
/* rubrik */	

	#formRubrik #rubrikenLink,
	div.rubrikUntergruppen {
		display: none;
	}
	
	div .tableArtikelResult .ui-paginator-bottom .ui-paginator-current  {
		display: block;
		color: black;
	}

/* primefaces Karussell*/
	#teasers .ui-carousel-header {
		
	}

	#teasers .ui-carousel-button {
		display: none;
	}
	
	#teasers .ui-carousel-header-title {
	    width: 50%;
	    max-width: 50%;
	    overflow: hidden;
	    overflow-wrap: break-word;
	}
	
	#teasers .teaserItem .titelbildLarge img {
		height: 150px;
		width: auto;
		max-height: 204px;
		max-width: 300px;
	}

}
