﻿/* Letzte Aenderung: 01/08/23 */

@charset "utf-8";

/*  ----- Media - SR 11/07/15 -----  */
@media only screen and (min-width: 751px) {
	
/*	#header {
		text-indent:20px;
	}

	#footer {
		margin:25px auto;
		width:100%;
		height:auto;
	}

	#footer p {
		text-indent:20px;
	}	
	
	#wrapper h1 {
		font-size:95%;
		line-height: 1.25;
	}
	#wrapper h2 {
		font-size:85%;
		line-height: 1.25;
	}
*/		
	#content h1 span {
		font-size:80%;
	}
	.carattere {
		font-size:65%;
	}	

  	.example {background: orange;}
	#nomeDitta {background: orange;
} 
  
  
  .span1,  .span2,  .span3,  .span4,  .span5,  .span6,  .aside {
/*    clear: both;*/
    float:left;
	text-align:left;    
	font-size: 95%;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    height:auto;
 }

  #intro {
  font-size: 85%;
/*  text-shadow: 2px 2px 2px #111;*/
    padding-left: 10px;
    text-align:left;
    color:red;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {
  .example {background: pink;}
}
*/