@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:#a3c1dc;
	margin: auto;
	max-width: 1300px;
	font-family: georgia, cambria, freeserif, freesans;
	color: #333333; }

img {max-width:100%; height:auto; 
    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;
    }

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

p {
max-width: 1300px;
margin: 30px;
font-family: georgia, cambria, freeserif, freesans;
font-size: 21px;
color:#404040;
margin-left: 5px;
padding-left: 20px;
line-height: 140%;
font-weight:normal;
text-align: left;
}

a { 
    font-size: 21px;
}

.my-form * {
    box-sizing: border-box;
    font-family: georgia, cambria, freeserif, freesans;;
}

.my-form {
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 20px;
}

.my-form label {
  display: block;
  padding: 1,5rem 0 0,7rem 0;
  font-weight: 700;
  font-size: 1,5rem;
  color: #374151;
}

.my-form input, .my-form textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.7rem;
  background-color: #fff;
  border: 3px solid #D1D5DB;
  outline: none;
  border-radius: 0.5rem;
  color: #000;
  transition: 300ms border;
}

.my-form textarea {
  resize: none;
}

.my-form input:focus, .my-form textarea:focus {
  background-color: #fff;
  border-color: #2563EB;
}

.my-form input:focus:required:invalid {
  background-color: #fff;
  border-color: #E74694;
}

.my-form .btns-row {
  margin-top: 1rem;
  text-align: right;
}

.my-form button {
  display: inline-block;
  padding: 0.65rem 1rem;
  border-radius: 0.5rem;
  border-color: transparent;
  background-color: #2563EB;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  transition: 300ms background;
  cursor: pointer;
}

.my-form button:hover {
  background-color: #3B82F6;
}

.t {position: center}

.table-container {
    display: flex;
    justify-content: center;}

#table tr, td {
width:850px;
font-family: georgia, cambria, freeserif, freesans;
background-color:#a7c2dd;;
font-size: 22px;
vertical-align: center;
text-align: center;
border: thin solid;

}


.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;
}

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

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

/* 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%;}
