@charset "utf-8";
/* CSS Document */
/* Fanfaren-Trompeter Erftstadt  */

body {background-color:#a7c2dd;
	color:#333;
	font-family:georgia, cambria, freeserif, freesans;
	margin:0px;}
	
header {background-image: 0;
    font-size: 14px;
    font-weight: bold;
    font-weight:bolder;
	padding: 6px;
	text-align:center;}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
	
h1 {font-size: 0px;
    }	

h2 {font-size: 29px;
	color:#000066;
    font-weight: bold;
    text-align:center;
    margin-bottom: 0px;
	margin-top: 5px;
    }	


h3 {font-size: 24px;
	font-weight: bold;	
	margin-top: 15px;
    margin-bottom: 10px; 
    text-align:center;
    color: #444;
    }

p {
    margin: auto;
    font-size: 20px;
    text-align:left; 
    padding: 0 5px 0 5px;
    max-width: 695px;}

article {border: 0px solid grey;
	border-radius:2px;
 	margin:3px;
	background-color:#a7c2dd;
    padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
    font-size: 18px; }
    
img {max-width:100%; height:auto; }

figure {text-align:center;}

footer {background-color: #a7c2dd;
	color:#424490;
	font-size:12px;
	font-weight:bolder;
	padding-bottom:15px;
	padding-top:10px;
	text-align:center;
	width: 100%;}




