html, body {  min-height:101%;   }

body  {  background-color:#DBDBDB; /* */
    margin-left:0px;
    margin-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px; 
}

.menu
{ background-color:#E5E5E5;
  border-bottom:1px solid #cccccc;
  text-align:center;
  padding:2px; margin:5px;  
  border:2px solid #fff;
}


.feld { border-bottom:1px dotted #999999; }
.internet
{ color:#eeeeee;
  background-color:#eeeeee;
  border:0;
  width:2px;
}
.go {border:1px dotted #999999;
color:#666666;
background-color:#eeeeee;
font-family: "Palatino Linotype", Georgia, "Times New Roman", Helvetica,  Helvetika, serif;
}

.adlink
{ color:#666666; text-decoration:none; 
font-weight: normal; 
font-size:   14px;
}

.check { text-align: left;
        text-decoration:underline; text-decoration:none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;  line-height: 18px;
        font-variant:small-caps;  /* kapitälchen */
        letter-spacing: 1pt;
        background-color:#e3e3e3; /* bei button */
        background:#BCD2EE;       /* button-farbe blau - anderes blau A4D3EE - hellgrün C1FFC1  - blassrot F08080 -->
        color:#000078;            /* button-schrift dklblau */
}















h1 { 
	color:       #333333; font-weight: bold;
	font-size:   20px; letter-spacing: 1px;
	line-height: 28px;
	width:100%; margin-top:20px;
	border-bottom:1px solid #ffffff;  border-top:1px solid #ffffff;
	text-align:center; align:center;
}
  
h2 { font-size:28px; letter-spacing:1px; font-weight: normal; text-align:center;  
}
  

h3 { text-align:center;	background-color: #fff;
	color: #080808; font-weight: normal;
	font-size: 16px; letter-spacing: 1px;  line-height: 20px;  
	width:100%; margin-top:20px;
	padding:8px 0 8px 0 ;
	border-bottom:1px solid #999;  border-top:1px solid #999;
}  

.titel {   text-align:center;  color: #333333; font-weight: bold;
	font-size:   12px; letter-spacing: 1pt; 	line-height: 30px;
	width:100%; margin-top:20px; 
	margin-bottom:6px;
	border-bottom:1px solid #ffffff;  border-top:1px solid #ffffff;
	}

a:link     {  color:#6a6d9a; font-weight: bold; text-decoration:none; }
a:visited  {  color:#6a6d9a; font-weight: bold; text-decoration:none; }
a:active   {  color:#6a6d9a; font-weight: bold; text-decoration:none; }
a:hover    {  color:#9EA3E6; font-weight: bold; text-decoration:none; }

cite  	{ color:#808080; font-size: <?php echo $schriftgroesse; ?>px; line-height: 20px; font-style: normal; 	}

table 	{ border:0; border-collapse: collapse; border-spacing: 0; }   
img 	{ border:0; }


#parent{  width: 1000px; position: relative;}
#child_1, #child_2{  position: absolute;}
#child_1{   width: 1000px;  height: 136px;  z-index: 2;}  
/* Untertitel */
#child_2{   width: 882px;   height: 24px;   position: absolute;
	margin-top: 128px; margin-left: 52px; margin-right: 100px;
	background-color: #fff;
	color:       #666666; font-weight: bold; text-transform: uppercase;
	font-size:   18px; letter-spacing: 2px;
	line-height: 24px;  padding:6px;
	border-bottom:1px solid #666;  border-top:1px solid #666;
	text-align:center;		
	z-index: 1; 		
}  

.abstandGross {letter-spacing: 0.5em;}
.abstandKlein {letter-spacing: -1px;}
.t { 	letter-spacing: 1px; 
		font-weight:bold; }

/* Cookie-BAnnerOverlay */
  #cookieOverlay 
  { position: fixed; inset: 0;
    background: rgba(0,0,0,0.75);
    display: flex; align-items: center; justify-content: center;
    z-index: 9999;
  }
  /* Banner  color:#111;  */
  .cookie-banner {
    background: #fff;
    max-width: 520px; width: 90%;
    border-radius: 12px; padding: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4);
    text-align: center;
  }
  .cookie-banner h2 { margin-top:0; font-size: 1.25rem; }
  .cookie-banner p { font-size: .95rem; line-height:1.4; }
  .cookie-actions {
    display:flex; flex-direction:column; gap:10px; margin-top:20px;
  }
  .cookie-actions button {
    padding:10px 16px; border:none; border-radius:8px;
    font-weight:600; cursor:pointer;
  }
  .btn-accept { background:#0ea5e9; color:#fff; }
  .btn-decline { background:#e2e8f0; color:#111; }
  .btn-decline-store { background:#cbd5e1; color:#111; }
  /* Platzhalter */
  .embed-placeholder {
    background:#f1f5f9; color:#475569;
    border:1px dashed #94a3b8;
    padding:20px; border-radius:8px;
    text-align:center; margin:20px 0;
  }
  .embed-placeholder a { color:darkblue; }
  /* Footer-Link */
  footer {
    text-align:center; padding:20px; font-size:0.9rem; color:#475569;
  }
  footer a { }
/* Ende CSS neues Cookiebanner */