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

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

.schrift_klein {
	font-size: 10px;
	}


/** 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 grey;
		/**	border-radius: 20px; **/
		/**	box-shadow: 5px 5px 7px #ffffff80; **/
		background-color: #f6ffe0;
	}

#box_header {
	width: 100%;
	height: 150px;
	background-color: transparent;
	border: 0px solid red;
	position: absolute;
	}

.box {
	position: relative; 
	background-color: transparent;
	width: 100%;
	height: 150px;
	}

.box div {
	position: relative;
}

.box_schrift {
		float: left;
		width: 45%;
		height: 90px;
		top: 30px;
		background-color: transparent;
		font-size: 35px;
		font-weight: bold;
		color: #2e74b5;
		text-align: center;
		position: absolute;
		z-index: 50;
		align-items: center;
		display: flex;
		justify-content: center;
		
}

/** Beginn Navigation OBEN **/
#box_navi {
	position: absolute;
	width: 992px;
	height: 25px;
	background-color: gray;
	font-family: Tahoma;
     font-size: 12px;
	border-bottom: 2px solid gray;
	margin-top: 0px;
	border-top: 2px solid gray;
	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 10px;
	display: block;
	color: #FFF;
	text-decoration: none;
	}

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

#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_content {
	width: 100%;
	height: 410px;
	background-color: #f6ffe0;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	font-family: Tahoma, sans-serif;
	color: black;
	font-size: 12px;
	overflow-y: auto;
	-webkit-scroll-base-color: red;
	position: relative;
	}

#box_fuss {
	width: 100%;
	height: 29px;
	background-color: gray;
	margin: 0 auto;
	margin-top: 2px;
	border: 0px solid gray;
	position: absolute;
	bottom: 0;
	/* beginn fuer Text ohne navigation */
	text-align: center; 
	font-size: 14px;
	font-weight:bold;
	color: white;
	align-items: center;
	display: flex;
	justify-content: center;
	/* ende fuer Text ohne navigation */
	}

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

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

#box_navi_unten ul li {
	 float: left;
     text-align: center;
	}

#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 Header Hintergrund **/

#triangle-bottomright {
		float: right;
      width: 50%;
      height: 0;
      border-bottom: 121px solid #5b9bd5;
      border-left: 100px solid transparent;
		z-index: 10;
    }

#triangle-bottomright_1 {
		float: right;
      width: 45%;
      height: 0;
      border-bottom: 121px solid #2e74b5;
      border-left: 100px solid transparent;
		z-index: 20;
		top: -121px;
    }

#triangle-bottomright_2 {
		float: right;
      width: 40%;
      height: 0;
      border-bottom: 121px solid #5b9bd5;
      border-left: 100px solid transparent;
		z-index: 30;
		top: -242px;
    }

#triangle-bottomright_3 {
		float: right;
      width: 992px;
      height: 0;
      border-bottom: 29px solid #55b911;
      border-left: 0px solid transparent;
		z-index: 11;
		top: -363px;
    }

#triangle-bottomleft {
		float: right;
      width: 88%;
      height: 0;
      border-bottom: 121px solid black;
      border-left: 100px solid transparent;
    }
/** Ende Header Hintergrund **/




/** Ende CSS fuer Grundgeruest **/

/** Beginn CSS fuer Inhalte der Seiten **/
	/** Startseite **/
.box_startseite_oben {
		float: left;
		width: 96%;
		margin-left: 2%;
		margin-top: 10px;
		text-align: center;	 
	}

.box_startseite_links {
		float: left;
		width: 55%;
		margin-top: 10px;
		margin-left: 2%;
	}

.box_startseite_rechts {
		float: left;
		width: 40%;
		margin-top: 10px;
		margin-right: 2%;
	}

.box_startseite_rechts > img {
		object-fit: cover;
		width: 100%;
	}

	/** Preisliste **/
.box_ueberschrift_links {
		float: left;
		width: 48%;
		height: 30px;
		margin-top: 10px;
		margin-left: 2%;
		font-size: 20px;
		color: #2e74b5;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: left;
	}

.box_ueberschrift_rechts {
		width: 48%;
		height: 30px;
		margin-top: 10px;
		margin-right: 2%;
		font-size: 12px;
		color: #2e74b5;
		font-weight: normal;
		display: flex;
		align-items: center;
		justify-content: right;
	}

.box_preisliste_balken {
		float: left;
		width: 96%;
		height: 30px;
		margin-left: 2%;
		font-size: 14px;
		color: white;
		font-weight: bold;
		background-color: #2e74b5;
		display: flex;
		align-items: center;
		justify-content: right;
	}
	
.box_preisliste_links {
		float: left;
		width: 70%;
		height: 30px;
		margin-top: 0px;
		margin-left: 2%;
		font-size: 14px;
		color: black;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: left;
	}

.box_preisliste_rechts {
		float:right;
		width: 26%;
		height: 30px;
		margin-top: 0px;
		margin-right: 2%;
		font-size: 14px;
		color: black;
		font-weight: normal;
		display: flex;
		align-items: center;
		justify-content: right;
	}
	
.box_preisliste_text {
		float: left;
		width: 98%;
		margin-left: 2%;
		
}

.box_preisliste_text_student {
		float: left;
		width: 98%;
		height: 20px;
		margin-top: 0px;
		margin-left: 2%;
		font-size: 14px;
		color: black;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: left;
	}


/** Beginn Belegungsplan **/
.box_belegung {
	width: 85%;
	margin: auto auto;
	}
/** Ende Belegungsplan **/

/** Beginn Bildergalerie **/
.galerie {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
	margin-top: 50px;
	}

.galerie figure {
	margin: 0 1em;
	display: block;
	text-align: center;
	}

.galerie figcaption {
	text-align: center;
	}
/** Ende Bildergalerie **/

/* Beginn Styles fuer Kontaktformular */
fieldset {
	margin: 0 auto;
	margin-top: 2em;
	padding: 2em;
	width: 22em;
	border: 0.1em solid black;
	color: black;
	}

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: block;
	width: 5em;
	font-size: 1em;
	margin-bottom: 0.8em;
	border: 0.1em solid grey;
	padding: 0.1em;
	width: 15em;
	}

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

input[type=checkbox]{
	display: inline-flex;
	width: 5%;
	}
/* Ende Styles fuer Kontaktformular */

/* Beginn Styles fuer Gaestebuch */

#box_gaestebuch {
	position: relative;
	margin-left: 10%;
	width: 80%;
	float: left;
	/*background-color: red;*/
}

#gb_beschriftung {
	width: 20%;
	float: left;
	/*background-color: green;*/
	padding-bottom: 5px;
}

#gb_inhalt {
	width: 80%;
	float: left;
	/*background-color: blue;*/
	padding-bottom: 5px;
}

#gb_linie {
	width: 100%;
	float: left;
	height: 10px;
	border-top: 2px solid #495139;
	/*background-color: #F7CA22;*/
}

#gb_edit {
	width: 100%;
	float: left;
}

#gb_zurueck {
	width: 10%;
	float: left;
	height: 10px;
	/*background-color: red;*/
}

#gb_zahlen {
	width: 80%;
	float: left;
	text-align: center;
	/*background-color: green;*/
}

#gb_weiter {
	width: 10%;
	float: left;
	text-align: right;
	/*background-color: blue;*/
}

.textinput {
  float:left;
  width: 98%;
  min-height: 35px;
  outline: none;
  resize: none;
  border: 2px solid #495139;
}

.text_input {
  float:left;
  width: 67%;
  min-height: 80px;
  outline: none;
  resize: none;
  border: 1px solid grey;
}



/* Ende Styles fuer Gaestebuch */

/* Box fuer Datenschutz */

.box_datenschutz {
		position: relative;
		float: left;
		width: 95%;
		margin-left: 2%;
		line-height: 20px;
		
	}

/* Ende Box fuer Datenschutz */


















/** Beginn Bildslider **/
@keyframes slidy {

0% 		{ left: 0%; }
20% 	{ left: 0%; }
25% 	{ left: -100%; }
45% 	{ left: -100%; }
50% 	{ left: -200%; }
70% 	{ left: -200%; }
75% 	{ left: -300%; }
95% 	{ left: -300%; }
100% 	{ left: -400%; }
	}

body { margin: 0; } 
div#slider { 
	overflow: hidden;
	border-radius: 15px; 
	}
div#slider figure img { 
	width: 20%; 
	float: left;
	height:280px;
	object-fit:cover; 
	}
div#slider figure { 
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: slidy 30s infinite; 
}
/** Ende Bildslider **/

/* Boxen fuer Impressum */
	.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-right: 2%;
		padding: 10px;
		box-sizing: border-box;
	}
/* Ende Boxen fuer Impressum */

/* Box fuer Aktuelles */

#box_aktuelles {
	position: relative;
	margin-left: 10%;
	width: 80%;
	float: left;
	/*background-color: red;*/
}

#aktuelles_datum_beginn {
	width: 100%;
	float: left;
	/*background-color: green;*/
	padding-bottom: 5px;
}

#aktuelles_beschreibung {
	width: 100%;
	float: left;
	/*background-color: green;*/
	padding-bottom: 5px;
}

#aktuelles_linie {
	width: 100%;
	float: left;
	height: 10px;
	border-top: 2px solid #495139;
	/*background-color: #F7CA22;*/
}




/* Ende Box fuer Aktuelles */

/** Ende CSS fuer Inhalte der Seiten **/


}
