html {
	width: 100%;
	height: 100%;
/*	background-image: repeating-linear-gradient(to bottom ,#204f24 0,  #204f24 50%, #204f24 100%);*/
/*	background-color: #204f24 ; */
	background-image:url("/images/Meyer.jpg") ;
	background-size: cover;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
 	background-position: center;
	color: #fff;
	font-family: GeoSlb712MdBT,Georgia,serif;
	font-style: normal; 
  	display: flex;
	flex-direction: column;
}
body { padding-top: 2em; }

/* Besuchte links in eine lesbare Farbe ändern */
a:visited {
  color: hotpink;
}

a{
	color:#7FFF94;
    text-decoration: none;
}

a:hover{
	    text-decoration: underline;
}

.the-box {
	position: absolute;
/*	position: relative;*/ 
/*    margin: auto 0;*/
	width: 60%;
	background-color: rgba(32, 79, 36, 0.95);
	left: 50%;
	top: 1em;
	transform: translate(-50%, -3%);
	-webkit-transform: translate(-50%, -3%);
	-ms-transform: translate(-50%, -3%);
	padding-right: 2%;
	padding-left: 2%;
	min-height: 105%;
   	padding-bottom: 1em;
	padding-top: 1em;
}

@media only screen and (max-width: 700px) {
  .the-box {
	position: absolute;
	width: 100%;
	background-color: rgba(32, 79, 36, 0.95);
	top: 1%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	padding-right: 2%;
	padding-left: 2%;
	min-height: 105%;
   	padding-bottom: 1em;
  }
}


.the-box.img{
	opacity: 1 ;
	float:right ;
}

@font-face { font-family: 'MedievalSharp';
             src: url('/php/MedievalSharp.ttf') format('truetype'); }

.the-title {
	font-family: 'MedievalSharp';
	font-style: normal; 
	padding:5px;
	font-size: 5em;
	text-align: center;
}

.the-sub-title {
	font-family: 'MedievalSharp';
	font-style: normal; 
	padding:5px;
	font-size: 2.8em;
	text-align: center;
}

h1{
	font-family: 'MedievalSharp';
	font-style: normal; 
	font-weight:normal; 
	padding:5px;
	font-size: 5em;
	text-align: center;
}

h2{
	font-family: 'MedievalSharp';
	font-style: normal; 
	font-weight:normal; 
	padding:5px;
	font-size: 2.8em;
	text-align: center;
}

form {
 	margin: 0 auto;
}

rot{
	background-color: rgba(190, 1, 1, 0.95);
	position: sticky;
	width: 90%;


	font-weight:bold; 
	font-size: 1em;
	text-align: center;
}

td{
	vertical-align:top;
}
