/* DEBUG:
	body:before { content: "DEBUG: DESKTOP"; }
*/


.m_portrait, .m_landscape{
	display: none;
}
.no_mobile {
	display:block;
}
.m_mobile {
	display: none;
}
.socialMedia_bottom{
	display: block;
}
.ie7 .navigation-search { display:none!important; }

.tablet_landscape_only, .smartphone_landscape_only, .smartphone_portrait_only {
	display:none !important;
}


/* sM - Headline corrections */
#cnt .sM h3 {
	line-height: 20px;
}


/* Tabs instead of foldways */
.m_ffs.phone.mobile {
	display: none;
}
.m_ffs.desktop {
	display: block;
}