body { color:#000;}
a:link, a:visited { color:#444;font-weight: bolder;}
a:hover { color:#888;}
.PlusFrame>.Header { color:white;}
.PlusFrame>.Header a:link,.PlusFrame>.Header a:visited { color:white;}
.PlusFrame>.Header a:hover { color:white; }
.PlusFrame>.Footer { color:#000;}
.PlusFrame>.Footer a:link,.PlusFrame>.Footer a:visited{ color:#444;}
.PlusFrame>.Footer a:hover { color:#888; }
ul.PlusMenu li { color:#000;}
ul.PlusMenu li a:link,ul.PlusMenu li a:visited { color:#444;}
ul.PlusMenu li a:hover { color:#888; }
.PlusFrame>.Header {background:#990033;}
.PlusFrame>.Footer {background:rgba(255,255,255,.6);;}
.PlusFrame>.Middle>.Section.Main {background:rgba(255,255,255,.9);;}
ul.PlusMenu>li {background:rgba(250,250,250,.8);;}
@font-face {
	font-family:Amsterdam Four;src:url(https://dat.akte.de/lenormand/amsterdam-four-ttf.ttf) format('truetype');
	font-display: auto;
  font-display: swap;
    }

    #LenormandHeader2
    {	text-align: center;
	
	text-shadow: 1.5px 2px 1px #000000;
	width:100%;
	color:white;
	line-height: 2;  
       margin-bottom:20px;
    }

 #LenormandHeader2 a:hover
{
 text-decoration:none;
}

 
#LenormandHeader2 .titel
 {
font-family: Amsterdam Four;
  font-display: swap;
font-size:3.5rem;
 }


@media only screen and (max-width: 500px)
{
  #LenormandHeader2 .titel   { font-size:2.5rem;  margin-left: 2rem; }  
  
}

@media only screen and (min-width: 501px) and (max-width: 699px)
{
  #LenormandHeader2 .titel   { font-size:3rem; }  

}

@media only screen and (min-width: 1024px)
{
  #LenormandHeader2 .titel   { font-size:4rem; }  

}