@media only screen and (min-width: 320px){
	body{
		font-family: 'Raleway', sans-serif;
		color: #000000;
	}
	/*********************************************
	 *** SCHRIFT FÜR SEITEN MIT CONTENT.BILDER ***
	 *********************************************/
	#content.bilder h1,
	#content.bilder h2,
	#content.bilder h3,
	#content.bilder h4,
	#content.bilder p,
	#content.bilder a,
	/*** ADRESSE & TELEFON & E-MAIL & IMPRESSUM-DATENSCHUTZ ***/
	#logo_n_adresse #adresse,
	#logo_n_adresse #adresse a{
		color: #ffffff;
	}
	#content.bilder a{
		text-decoration: underline;
	}
	#content.bilder a:hover{
		text-decoration: none;
	}
	/*** NUR DIESES PROJEKT: COLOR: BLACK ***/
	#logo_n_adresse #logo,
	#logo_n_adresse #adresse,
	#logo_n_adresse #adresse a{
		color: #000000 !important;
	}
	/*** TAXI BESTELLEN - SENDEN-BUTTON ***/
	input[type=button]{
		font-weight: 600;
		background-color: #fcd615
	}
	input[type=button]:hover{
		background-color: #000000;
		color: #fcd615;
		
		transition: color 1.5s, background 1.5s;
	}
}