
/* COLOR CODES

Hellgrau: 	hsl(0, 0%, 80%);									Linien
Neutralgrau: hsl(0, 0%, 60%);									Text allgemein
dunkleres Neuralgrau: hsl(0, 0%, 45%);				Hervorhebungen - Überschriften
Dunkelgrau: 	hsl(0, 0%, 25%);								aktive Links - Menu

*/


@charset "utf-8";

/*--------------------------- MEDIA QUERIES -------------------------- */

@media (min-width: 48em)  {

	#headline_div {
	  top: 12em;
	}


	#error-pages {
	  font-size: 3em;
	}

	#publishing {
	  margin-top: 0.2em;
	  font-size: 2em;
	}

	#footer {
	  bottom: 3em;
	  font-size: 1.25em;
	}



	}  /* großes Smartphone - quer --- 768px */
@media (min-width: 64em) {

	#content {
	  width: 88%;
	  left: 6%;
	}

	#headline_div {
	  top: 12em;
	}

	#error-pages {
	  font-size: 3.8em;
	}

	#publishing {
	  margin-top: 0.3em;
	}



	 }  /* Tablet  --- 1024px */
@media (min-width: 90em) {


	#content {
		position: absolute;
		width: 90%;
		left: 5%;
	}


	#error-pages {
		font-size: 4.2em;
	}

	#publishing {
		margin-top: 0.3em;
		font-size: 2.5em;
	}



	 }    /* Monitor --- 1440px */
