@font-face {
  font-family: 'Cookie';
  src: url("Cookie-Regular.ttf");
}

a.link { color: white;}
a.link:hover { text-decoration: underline; color: red; }

a.linkred { color: red;}
a.linkred:hover { text-decoration: underline; color: grey; }


/** Beginn CSS fuer Grundgeruest **/

#seite {
	position: absolute;
	width: 992px; 				/* Breite des Layers abzueglich 2x border px Angabe */
	height: 592px;				/* Hoehe des Layers anzueglich 2x border px Angabe*/
	margin-top: -300px;			/* halbe Hoehe des Layers ohne Border px Angabe*/
	margin-left: -500px;		/* halbe Breite des Layers ohne Border px Angabe*/
	top: 50%;
	left: 50%;
	border: 4px solid #495139;
			border-radius: 20px;
			box-shadow: 5px 5px 7px #ffffff80;
	#background-color: #f6ffe0;
	background: rgba(51, 51, 51, 0.5);
	}

#box_header {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 0px solid red;
	position: absolute;
	text-align: center;
	}
	
.logo {
  font-family: Cookie;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #FFFFFF;
  }

/** Beginn Navigation OBEN **/
#box_navi {
	position: absolute;
	width: 992px;
	height: 25px;
	#background-color: #97c880;
	background-color: rgba(51, 51, 51, 0.5);
	font-family: arial;
    font-size: 12px;
	border-bottom: 0px solid #495139;
	margin-top: 0px;
	border-top: 0px solid #495139;
	float: left;
	bottom: 0;
	}

#box_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#box_navi ul li {
	 float: left;
     text-align: center;
     /*! border-bottom: 1px solid #fff; */
	 /*! background-color: #555; */
	}

#box_navi ul li a {
	padding: 5px 14px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

#box_navi ul li a:hover {
	color: red;
	}

#box_navi #aktuell a {
	color: #FF0000:
	}

#box_navi ul li:last-child {
	border-bottom: none;
	}

#box_navi ul li.close {
	display:none;
	}

.nav-open {
	display:none;
	}
/**Ende Navigation OBEN **/

#box_fuss {
	width: 100%;
	height: 29px;
	#background-color: #97c880;
	background-color: rgba(51, 51, 51, 0);
	/*margin-left: 30%; */
	/*margin-right: 10%; */
	margin: 0 auto;
	margin-top: 2px;
	border: 0px solid grey;
		border-bottom-left-radius: 14px;
	    border-bottom-right-radius:14px; 
	position: absolute;
	bottom: 0;
	}

#linie {
	width: 100%;
	height: 2px;
	background-color: #495139;
	position: absolute;
	bottom: 30px;
	}
	
/** Beginn Navigation UNTEN **/
	
#box_navi_unten {
	margin: 0 auto;
	display: flex;
	justify-content: center; 
	font-size: 18px;
	}

#box_navi_unten ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#box_navi_unten ul li {
	 float: left;
     text-align: center;
     /*! border-bottom: 1px solid #fff; */
	 /*! background-color: #555; */
	}

#box_navi_unten ul li a {
	padding: 5px 14px;
	display: block;
	color: #FFF;
	text-decoration: none;
	}

#box_navi_unten ul li a:hover {
	color: #FF0000;
	}

#box_navi_unten #aktuell a {
	color: #FF0000:
	}

#box_navi_unten ul li:last-child {
	border-bottom: none;
	}

#box_navi_unten ul li.close {
	display:none;
	}
/** Ende Navigation UNTEN **/

/** Beginn CSS fuer Inhalte der Seiten **/

#box_startseite {
	float: left;
	width: 96%;
	top: 180px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 20px;
	color: white;
	line-height: 30px;
	text-align: justify;
	position: absolute;
	height: 70%;
	overflow-y: auto;
	font-weight: bold;
	}

/** Beginn Anfahrt **/
#box_anfahrt {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: white;
	line-height: 20px;
	background-color: rgba(51, 51, 51, 0.3);
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}

#box_anfahrt_mitte {
	float: left;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	height: 60%;
	text-align: center;
	background-color: rgba(51, 51, 51, 0.2);
	}

/* Beginn Impressum */

#box_impressum_kpl {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: white;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}


#box_impressum {
	position: relative;
	float: left;
	width: 32%;
	height: 32%;
	padding: 5px 0px 5px 0px;
	border: 1px solid gray;
	box-sizing: border-box;
	text-align: center;
	line-height: 20px;
	margin-left: 10px;
	margin-bottom: 5px;
	}

#box_impressum: last-child {
	margin-right: 0;
	}
	
#box_impressum_unten{
	float: left;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	padding: 10px;
	box-sizing: border-box;
	}
/* Ende Impressum */

/* Oeffungszeiten */
#box_oeffnungszeiten {
	float: left;
	width: 96%;
	top: 180px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 20px;
	color: white;
	line-height: 30px;
	text-align: justify;
	position: absolute;
	height: 70%;
	overflow-y: auto;
	font-weight: bold;
	}

/* Datenschutz */
#box_datenschutz {
	float: left;
	width: 96%;
	top: 148px;
	background-color: rgba(51, 51, 51, 0.7);
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 14px;
	color: white;
	line-height: 20px;
	text-align: justify;
	position: absolute;
	height: 70%;
	overflow-y: auto;
	font-weight: normal;
	}

/* Beginn Kontaktformular */
#box_kontakt {
	float: left;
	width: 96%;
	top: 150px;
	margin-left: 2%;
	margin-right: 2%;
	font-family: arial;
	font-size: 13px;
	color: white;
	line-height: 20px;
	position: absolute;
	height: 68%;
	overflow-y: auto;
	}


	fieldset {
	margin: 0 auto;
	margin-top: 2em;
	padding: 2em;
	width: 22em;
	border: 0.1em solid white;
	color: white;
	}

	fieldset img { width: auto; }

	legend {
	text-transform: uppercase;
	}

	label {
	float: left;
	width: 5em;
	padding-top: 0.3em;
	text-align: left;
	margin-right: 1.5em;
	}
	
	input {
	display: inline-block;
	width: 15em;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 0.1em solid grey;
	padding: 0.1em;
	}

	input[type=submit]{
	display: block;
	margin: 0 auto;
	margin-top: 1em;
	}

	input[type=checkbox]{
	display: inline-flex;
	width: 5%;
	}
