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

header {
    font-size: 14px;
    font-weight: bold;
    font-weight:bolder;
	padding: 6px;
	text-align:center;}

body {
    background-color:#a7c2dd;
	margin: auto;
	max-width: 1300px;
	font-family: georgia, cambria, freeserif, freesans;
	color: #333333; }

img {max-width:100%; height:auto; 
    position: center;
    padding-bottom: 5px;}

h1 {font-size: 30px;
    text-align:center;
    color:#000066;
    }	

h2 {font-family:georgia, cambria, freeserif, freesans;
    font-size: 25px;
	color:#333;
    font-weight: bold;
    text-align:center;
    margin-bottom: 0px;
	margin-top: 5px;
    }	


h3 {font-family:georgia, cambria, freeserif, freesans;
    font-size: 22px;
	font-weight: bold;	
	margin-top: 15px;
    margin-bottom: 10px; 
    text-align:center;
    color: #444;
    }

p {
    font-family: georgia, cambria, freeserif, freesans;
    font-size: 21px;
    color:#404040;
    text-align: center;
}

a { 
    font-size: 21px;
}


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

figure {text-align:center;}

slideshow { width: auto; height: auto; margin: auto;}

.slideshow img { max-width:100%; height:auto; border: 0;}



.container {
    display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  #border: thin solid;
}

.flex{display: flex; 
    justify-content: center; 
    align-items: center;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 100%;
  padding: 0 4px;
}

.column img {
  margin-top: 20px;
  vertical-align: bottom;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 45%;
    max-width: 45%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }

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