@media screen
	and (max-width: 1024px) {

	
	/* added: Beitragsübersicht "no Comments" und "More" Links abschalten */
	.standard-posts-wrapper .meta span:nth-child(2),
	.standard-posts-wrapper .meta span:nth-child(3),
	.standard-posts-wrapper .meta span:nth-child(4),
	.standard-posts-wrapper .meta span:nth-child(5) {
		display:none !important;  /* #### added */
	}

	.navbar-nav li a {
		color: #fffde8;
	}
		
	.custom-logo-link img {
		opacity: 0;
	}
	
	.custom-logo-link {
		background-image: url(../../../uploads/OSG-Logo-mob.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 20%;
		height:97px;
		display:block;
	}
}

