@media only screen and (min-width: 1366px) and (max-width: 1439px){
	h1{
		font-size: 55px;
		font-weight: 700;
		
		margin-top: 0px;
		margin-bottom: 10px;
	}
	h2{
		font-size: 40px;
		
		margin-top: 12px;
		margin-bottom: 10px;
	}
	h3{
		font-size: 29px;
		
		margin-top: 12px;
		margin-bottom: 10px;
	}
	h4{
		font-size: 23px;

		margin-top: 12px;
		margin-bottom: 10px;
	}
	p,
	ul li,
	table#agb tr td,
	/*** KONTAKT-FORM ***/
	input[type=text], textarea,
	select,
	input[type=button]{
		font-size: 15px;
		color: #000000;
		line-height: 1.5;
	}
	a, a.submit_kontakt{
		font-size: 15px;
		color: #e5bf00;
	}
	a.submit_kontakt{
		font-weight: 700;
		text-align: right;
	}
	a:hover{
		color: #e5bf00;
		text-decoration: underline;
	}
	em,
	em a{
		font-size: 12.5px !important;
	}
	/**********************************
	 *** HOME                       ***
	 *** ADRESSE & TELEFON & E-MAIL ***
	 **********************************/
	#logo_n_adresse #adresse,
	#logo_n_adresse #adresse a,
	/*** TEXT UNTEN BÜNDIG FÜR SEITEN MIT CONTENT BILD ***/
	#text_unten_buendig{
		font-size: 15px;
	}
	/***************************************
	 *** LOGO OBEN RECHTS, 1 ZEILE: FETT ***
	 ***************************************/
	#logo .fett,		 /* HOME */
	header .logo .fett,  /* SUB PAGE CONTENT TEXT */
	#logo_desktop .fett{ /* SUB PAGE CONTENT BILD */
		color: #000000;
		font-size: 32px;
		font-weight: 800;
		line-height: 1.1;
		letter-spacing: 1px;
		
		text-align: right;
	}
	/****************************************
	 *** LOGO OBEN RECHTS, 2 ZEILE: LIGHT ***
	 ****************************************/
	#logo .light,         /* HOME */
	.logo .light,         /* SUB PAGE CONTENT TEXT */
	#logo_desktop .light{ /* SUB PAGE CONTENT BILD */
		box-sizing: border-box;
		margin-right: -0px;
		
		color: #000000;
		font-size: 19px;
		font-weight: 200;
		letter-spacing: 1.5px;
		line-height: 1.1;
		
		text-align: right;
	}
	/***************************************
	 *** LOGO OBEN RECHTS, 3 ZEILE: FETT ***
	 ***************************************/
	#logo #tel_nr a#a_tel_nr{
		color: #000000;
		font-size: 27px;
		font-weight: 800;
		letter-spacing: 0.2px;
		line-height: 1.5;
		
		text-align: right;
	}
	/**********************************************************************
	 *** TELEFON NUMMER FÜR SEITE 'TAXI BESTELLEN'; IM CONTENT UNTER H1 ***
	 **********************************************************************/
	#content #tel_nr a#a_tel_nr{
		font-size: 36px;
		font-weight: 800;
		line-height: 1.5;
		letter-spacing: 0px;
	}
}