/*CSS Datei für das Opel Acura Web und seine Gallerien*/
.meinpass {
	margin-left: 8px; 
	margin-top: 25px; 
	padding-top: 8px; 
	margin-right: 8px; 
	padding-left: 8px; 
	background-color: #2A2B2D; 
	color: #ffbf00; 
	border-radius: 12px;
	text-align: left;
}

hr {
  border: 0;
  height: 5px;
  background-image: linear-gradient(90deg, #ffbf00 0%, #6E0000 100%);
  border-style: groove;
  border-radius: 5px;  
}

summary {
	cursor: cell;
	font-weight: bold;
	font-style: oblique 25deg;
}

fieldset, legend
{	
	border-radius: 7px;
	color: #ffbf00;
	/*background-color: #2A2B2D;
	/*opacity: 0.9;*/
}		

 legend
 {
	 padding: 10px;
 }
 
ul, li
{
	/*background-color: #2A2B2D;*/
	color: #ffbf00;
	/*opacity: 0.9;*/
}

.mittig {
	text-align: center;	
}

.riesig {
	font-size: 60px;
	text-align: center;
}

.oblique {
	font-style: oblique 25deg;
}

div.oblique {
	font-style: oblique 25deg;
}

details.drinnen {
	border: inset 1px;
	padding-left: 10px;
	padding-right: 10px;
}

p .mittig {
	text-align: center;
}

div.sticky {
  position: sticky;
  top: 0;
/*  background-color: green;*/
/*  border: 2px solid #4CAF50;*/
	background-color:  #2a2b2d; 
	margin-left: -8px; 
	margin-right: -8px;		
}
 
 .figlet {
	border-style: groove;
	border-radius: 30px;	 
	padding-left: 30px;	 
	box-shadow: 10px 10px 24px 9px rgba(0,0,0,0.75); 
	-webkit-box-shadow: 10px 10px 24px 9px rgba(0,0,0,0.75); 
	-moz-box-shadow: 10px 10px 24px 9px rgba(0,0,0,0.75);	 
 }

.bildfooter {
	font-size: x-small;
	text-align: center;	
}

.tooltip {
  text-decoration:underline;
  text-decoration-style: dotted;
  text-decoration-color: red;
  font-weight: bold;
  cursor: help; 
  position: relative; 
 }
 
.tooltip span[role=tooltip] {
  display:none;
 }
 
.tooltip:hover span[role=tooltip] {
  	display: block;  
  	position: absolute; 
	margin-left: 30px;
	margin-right: 30px;	
  	bottom: 1em;
  	left: -6em;
	width: 15em;
  	padding: 0.5em;
  	z-index: 100;
  	color: #000; 
  	background-color: lightyellow;
  	border: outset 1px #c32e04;
	border-radius: 0.2em;  
 }
  .box_quellcode
 {
	padding: 10px;
	background: lightyellow;
	color: #7f1d31;
	border: 2px solid #7f1d31;
	border-radius: 5px;
	font-size: 16px;
	font-family: Georgia, 'Times New Roman', serif;
	text-align: center;
}