﻿/* Letzte Aenderung: 02/09/23 */

/*@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    background-size: auto auto;
  }
}
*/

@charset "utf-8";

/* Small devices (portrait tablets and large phones, 450px and up) */

/*Univarsalselector*/
* {
	margin:0;
	padding:0;
}

/* SR 30/07/23  */
/* Max 549 - SR 31/07/23  */

@media only screen and (min-width:451px) and (max-width: 768px) {

div#logo {
	background-image: url('../images/logo/logo_SR_GEST_Neu_150x75.png');
	float: left;
	width:120%;
	margin-top:10px;
	background-repeat: no-repeat;
}

	#content h2 {
		margin:0;
		padding:10px;
	}

	#content p {
		margin:0;
		padding:10px;
	}
	#intro {
  	font-size: 75%;
    padding-left: 0px;
/*  text-shadow: 2px 2px 2px #111;*/
    text-align:left;
    color:blue;
  }
#content .selezione {
	font-size:75%;
}

/* Der Intro-Bereich */
#intro {
	font-size:95%;
	color: black;
	border-top: 3px solid #a01e1c;
	border-bottom: 3px solid #a01e1c;
/*	text-shadow: 1px 1px 0 #111;*/
	width:100%;
	height: 145px;
	margin-top:0px;
    padding-left: 10px;
    text-align:left;
/*    color:yellow;*/
  }

#intro h2 {
  font-size: 95%;
/*  color: yellow;*/
/*  text-shadow: none;*/
}

#intro p {
  font-size: 120%;
/*  text-shadow: 2px 2px 2px #111;*/
}
#selezione {
	font-size:80%;
}

/*	#header {
		padding:5px 0;
	}
	#header h1 {
		text-indent:10px;
		line-height:.66;
	}
*/
/*	#footer {
		padding:5px 0;
	}

	#footer p {
		text-indent:10px;
	}
*/
}
/* Ende - SR 04/07/23  */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  	.example {background: grey;}
	#nomeDitta {background: pink;  
	#intro {
  	font-size: 70%;
    padding-left: 0px;
/*  text-shadow: 2px 2px 2px #111;*/
    text-align:left;
    color:blue;
  }
#content .selezione {
	font-size:80%;
	}
} 
