#headline{
	font-weight:900;
	text-transform: uppercase;
	color:rgb(250,250,250);
		
}

#subline{
	font-weight:300;
	text-transform: none;
	color:rgba(250,250,250,1);
	
}


/* ------------------------------------Kontakt / iPhone*/
.contact-h1-1, .contact-h1-2 {
font-weight:100;
text-transform:none; 
}

.contact-h1-1				{color: rgba(250,250,250,1);}
.contact-h1-2, #contact-p2	{color: rgba(250,250,250,0.3);}

#contact-p1 a, #contact-p1, #contact-p2 {font-weight:100; text-transform: none; text-decoration: none;}	

#contact-p1 a, #contact-p1	{color: rgba(250,250,250,1);}	

#contact-p1 a:hover { color:rgba(0,102,153,1); transition: color .2s, .2s, border .2s;}
	



/* -----------------------------------------------------------------Mobil & Tablet */
@media  screen and (min-width: 0em) and (max-width: 45em){
#headline{font-size: 1.8em;}
#subline{font-size: 1.1em; line-height:0.5}

.contact-h1-1	{font-size:1.6em; font-weight:400;}
.contact-h1-2	{font-size:1.4em; font-weight:400;}

#contact-p1 a, #contact-p1, #contact-p2 {font-size:1.1em;}
#contact-p1 a, #contact-p1 				{font-weight:400;}
#contact-p2 							{font-weight:400;}


#padding-phone{padding-bottom: 3em; }

}
/* -----------------------------------------------------------------Tablet Querformat */
@media  screen and (min-width: 45em) and (max-width: 60em){
#headline{font-size:2.6em;}
#subline{font-size: 1.8em; line-height:1.5}

.contact-h1-1	{font-size:2em;}
.contact-h1-2	{font-size:1.8em;}

#contact-p1 a, #contact-p1, #contact-p2 {font-size:1.2em;}


#padding-phone{padding-bottom: 6em; }


}

/* -----------------------------------------------------------------Mittlere Monitore */
@media  screen and (min-width: 60em) and (max-width: 80em){
#headline{font-size: 3em;}
#subline{font-size: 2em; line-height:1.5}

.contact-h1-1	{font-size:1.4em;}
.contact-h1-2	{font-size:1.2em;}

#contact-p1 a, #contact-p1, #contact-p2 {font-size:1em;}

}

/* -----------------------------------------------------------------Große Monitore */
@media  screen and (min-width: 80em){	
#headline{font-size: 4.5em;}
#subline{font-size: 2.4em; line-height:1.5}

.contact-h1-1	{font-size: 1.4em}
.contact-h1-2	{font-size: 1.2em}







}	