@media only screen and (min-width: 751px) and (max-width: 899px)
{
	/* suchleiste in neue zeile */
	.blau-menu>ul>li>a {
		border-right:none;
	}
	.top-wrap-bb-tablet-pc {
		display: none;
	}
	.top-wrap-bb-mobile {
		display: inline !important;
	}
	.top-wrap-search {
		display: block;
		clear:both;
		flex:unset;
		width:100%;
	}
	.top-wrap-bb-mobile>.top-big-buttons {
		display:flex;
		width:100%;
		margin-bottom:10px;
	}
	.top-wrap-bb-mobile>.top-big-buttons>.tbbs {
		flex:1;
	}
	
	.data-address-boxes {
		font-family:Arial,Helvetica;
		font-weight:400;
		text-rendering:optimizeLegibility;
		font-size:12pt;
	}
	.produktinfo_seite .produkt-titelzeile {
		padding-right:40px;
	}
}