@charset "utf-8";
/* CSS Document */

/* Media Queries **************************************/

/* Desktop */

@media only screen and (min-width: 1910px)
{
    #nichtspre
	{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1909px)
{
	#nichtspre
	{
		font-size: 20px;
	}
}

/* Tablets */

@media only screen and (max-width: 1279px)
{
	#nichtspre
	{
		font-size: 20px;
	}
}

/* Mobile */

@media only screen and (max-width: 768px)
{
	#nichtspre
	{
		font-size: 18px;
	}
}
@media only screen and (max-width: 480px)
{
	#nichtspre
    {
		font-size: 15px;
	}
}

