﻿/* Letzte Aenderung: 07/07/23 */
@charset "utf-8";

/*Univarsalselector*/
* {
	margin:0;
	padding:0;
}

/*  Box-Intern Container 01*/
.boxIntImmagine {
	/* Border */
	border-top:  4px  solid #AF7C0D;
	border-right: 1px  solid  #AF7C0D;
	border-left: 4px  solid #AF7C0D;
	border-bottom:  1px  solid #AF7C0D;
	border-radius: 20px 0px 20px 0px;

	/* Position  */;
/*	top: 50px;
	left: 10px; 
*/
	margin-top: 2%; /*  25px 5px 5px 1px;*/
	margin-left:-1%;
	/* Padding - Innenabstand - valori in senso orario */;
	padding: 10px 5px 3px 1px;
	position: absolute; 

	/* Dimensionen */	
	width: 280px;
	height: 223px;
}


body {
	text-align: left;
	color: #2c2c2c;
/*	background: #FFFFFF url('../fotogalerie/images/bg_content_neu.png') repeat-y center top;*/
	max-width:1024px;
	height:100%;

	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;

	background-image:none;
	background: #FFFFFF top;  /*url('../images/bg_content_neu.png') repeat-y center*/ 

	font-family: Verdana, Arial, Tahoma, sans-serif, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 5px;	
}

div#wrapper {
	max-width:1024px;
	min-width:450px;
	height: auto;
	margin:0px auto 10px auto;

	border-color: #FFFFFF;
	border-width: 0px;
}

/* Container, der das Logo enthält */
div#header {
	margin:10px 10px 10px 0px;
	padding: 10px 15px 0px 0px;
	text-align: left;
	width: 	99%;
	max-width:1024px;
	min-width:450px;
	height: 180px;
	background-color: rgba(211,211,211,.6);   /* bianco trasparente -  rgba(211,211,211,0.8*/	
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;

	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}

div#header h1 {
  margin: 7px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
}


#header h1 {
/*	font: 30px/1 'Yanone Kaffeesatz', arial, serif;
	text-shadow: 1px 1px 1px #6c6c6c;
*/	text-indent:50px;
}

#logo {
	background-image: url('../images/logo/logo_SR_GEST_Neu_200x100.png');
	float: left;
	width: 230px;
	height: 100px;
	background-repeat: no-repeat;
}
img#ombraLogo {
	box-shadow: 15px 15px 10px #888;
	border-radius: 5px;
	margin: 0px auto 0px 5px;
	padding: 0px auto 0px 5px;
}

#nomeDitta {
	float: left;
	width:60%;
	height:auto;
	font-size:20px;
	background: yellow;	
}

footer {
	clear:both;
	width: 	90%;
	max-width:1024px;
	min-width:450px;

	margin:0px 20px 0px 20px;
	padding:25px 5px 0px 0px;
	text-align: left;

  	border-top: 3px solid #a01e1c;
  	float: left;
	background-color: rgba(211,211,211,.6);   /* bianco trasparente */
}

#footer p {
	height:40px;
/*	text-shadow: 1px 1px 1px #6c6c6c;
*/	text-indent:50px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;

}

div#container {
	width:100%;
	text-align: left;

	background-color: rgba(211,211,211,.6);
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;

/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;	
	border-top-left-radius:0px;
*/}

#content {
	width:100%;
	height:auto;
	text-align: left;

/*	background-color: rgba(211,211,211,.6);*/
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 0px;

/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	border-radius:5px;
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;	
	border-top-left-radius:0px;
*/}

#content h2 {
/*	text-shadow: 1px 1px 1px #CCC;*/
	font-size: 90%;	
	margin:10px 0px 20px 0px;
	padding:10px 0px 0px 20px;
	height:80px;
}

#content h2 span {
	color:#6c6c6c;
/*	
	font: 23px 'Yanone Kaffeesatz', arial, serif;*/
	font-size: 90%;	
/*	display: block;
*/	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#content p {
    clear: both;
    
	height:100%;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 20px;

	background-color:rgba(211,211,211,.6);
	color:black;
	float:left;
}

#content .selezione {
/*	background-color:rgba(211,211,211,.9);*/
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:100%;
}

#content .selezione ul {
	width:100%;
	height:100%;
/*	background-color:rgba(211,211,211,.9);*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#content .selezione li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
/*	background-color:rgba(211,211,211,1.0);*/
	height: 45px;
	float:left;
	display:inline-block;
	display:inline;
	margin:0px 0px 0px 0px;
	padding:0px 25px 0px 10px;
}

#content .selezione p {
	height:100%;
	margin:5px 0px 0px 0px;
	padding:10px 0px 40px 20px;
	background-color:#FFFFFF	
}

div#testo p {
	background-color:rgba(211,211,211,.2);
	height:100%;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 20px;
}

#wrapper p {
	font-size: 85%;
	line-height:20px;
}

/*  CLEAR  */
#clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Fricca-Methode zum vertikalen zentrieren */
#abstand {
	height:50%;
	width:1px;
	float:left;
	margin-bottom:-275px;
}

img {
	max-width:280px;    /*100%;  */
	height:auto;
}

/* Die kleine Galerie */
div.galerie {
	/*clear: both; -  Claudio correzione  */   
	width: 300px;   /* aggiunto */
	float: left;   /* aggiunto */

  	overflow: hidden; /* zum EinschlieÃƒ&#376;en der gefloateten Fotos */
   	margin: 0px 3px 3px 10px; 
   	padding: 5px 5px 5px 0px; 
	background-color: rgba(211,211,211,.6);  /*  sfumatura dello sfondo  SR 30/05/15 */
 }


/* scale - disattivato - SR 08/*06/15 */

/*div.galerie a:hover img{
		-ms-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
*/


/* Die kleine Galerie */
div.galerieGross {
	/*clear: both; -  Claudio correzione  */   
	float: left; 

  	overflow: hidden; /* zum EinschlieÃŸen der gefloateten Fotos */
   	margin: 0px 3px 3px 10px;    		/* 0px neu  10px  - SR 14/07/15 */  
   	padding: 5px 5px 5px 0px; 
	background-color: rgba(211,211,211,.6);  /*  sfumatura dello sfondo  SR 30/05/15 */
 }

div.galerieGross p {
	/*clear: both; -  Claudio correzione  */   
	width: 840px;   /* aggiunto */
	width: 840px;
	height:386px;
}

 
/* Die kleine Galerie */
div.video {
	/*clear: both; -  Claudio correzione  */   
	width: 310px;   /* aggiunto */
	height: 290px;   /* aggiunto */	
	float: left;   /* aggiunto */

  	overflow: hidden; /* zum EinschlieÃƒ&#376;en der gefloateten Fotos */
   	margin: 0px 3px 3px 10px; 
   	padding: 0px 5px 5px 5px; 
	background-color: rgba(211,211,211,.6);  /*  sfumatura dello sfondo  SR 30/05/15 */
 }

/* xxxxxxxxxxxxxxxxxxxxxxx  */


/* Kontrolle SR 03/07/23 Fricca-Methode zum vertikalen zentrieren */
img#ombraRadius {
	box-shadow: 10px 10px 10px #888;
	border-radius: 5px;
	padding: 0px auto 0px 20px;
	border: 1px #CC3300 solid;
}
 
div.galerie img { 
   float: left; 
   padding: 4px;
   border: 1px solid #ddd; 
   border-right-color: #aaa; 
   border-bottom-color: #aaa; 
   margin-right: 10px; 
   margin-bottom: 10px;  
}
/* xxxxxxxxxxxxxxxxxxxxxxx  */


/* IE-Patch fÃ¼r IE 7*/
*:first-child+html .clearfix { min-height: 2%; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block !important;
}

.span1,
.span2,
.span3,
.span4,
.span5 {
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:98%;
}

.col {
  margin-left: 5px;
  padding: 5px 10px;
  font-size:95%;
}
.col1 {
  margin-left: 0;
  padding: 0.8em 0;
  font-size:95%;
}
.col:first-child {
  margin-left: 0;
  font-size:95%;
}

.carattere {
	font-size:95%;
}

.span1 {
  width: 15.4166666667%;
}
.span2 {
  width: 32.3333333333%;
}
.span3 {
  width: 49.25%;
}
.span4 {
  width: 66.1666666667%;
}
.span5 {
  width: 83.0833333333%;
}
.span6 {
  width: 100%;
  margin-left: 0px;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size:98%;
  
}
.span6Anschrift {
  width: 100%;
  margin-left: 0;
  height:100px;
}


a {
  color: #dd2543;
  text-decoration: none;
}

a:hover {
  color: red !important;
  text-decoration: none;
  border-bottom: 1px solid #a01e1c;
  border-right: 1px solid #a01e1c;  
}

a:visited {
  color: #e68c2a;
}

h1, h4, h5, h6 {
  color: #a01e1c;
}

h1 {
  font-size: 95%;
  line-height: 1.5em;
}

h2 {
  font-size: 95%;
  line-height: 1em;
  margin: 0px 0px 0px 0px;
/*  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #aaa;*/
  font-weight: 700;
  color: #a01e1c;
}

h3 {
  font-size: 85%;
  line-height: 1.4em;
  margin: 0 0 1em 0;
  font-weight: 700;
/*  text-shadow: 1px 1px 0 #fff;*/
  color: #a01e1c;
}
h4 {
  color: #a01e1c;
  font-size: 80%;  
}
h5 {
  color: #a01e1c;
  font-size: 75%;
}
h6 {
  color: #a01e1c;
  font-size: 70%;  
}

p {
  line-height: 1.3em;
  margin-bottom: 1.2em;
}

#container,
.inner {
  margin: 0 auto;
}

#container {
  width: 90%;
  clear: both;
  padding-top: 20px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Der Info-Bereich */
article {
  padding: 0px 0px 0px 0px;
  float: left;
  
}

#info section img {
	display: block;
}

section img {
  max-width: 100%;
  margin: 0.7em 0;

/*  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;

  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
*/}

aside {
  margin: 1em 0px 0px 0px;
  padding: 1em 0px 0px 0px;
}

#fotogalerie {
/*	float:left;  */
	margin-left:15px;
	margin-top:0px;
	margin-bottom:10px;
	width:300px;
	height:250px;
	border:2px;
	border-color: #AA5500;	
	background-color:#CCCCCC;
	background: white;                                          
}
/*   Ende  */
