@charset "utf-8";
/* CSS Document */

/**********************************************************************/
/* Screen styles                                                   */
/**********************************************************************/

a:link,
a:visited { }

a:hover,
a:focus,
a:active { }

body{
font-family: 'Alata', cursive;
background-color:beige;
font-size:14pt;
}

h1{
	font-weight:600;
	font-size:32pt;
	color:green;
}
h2{
	font-weight:500;
	font-size:24pt;
	color:green;
}

h3{
	font-weight:500;
	font-size:18pt;
	color:green;
}


#startlogo{
	width:14%;
	position:fixed;
	margin-top:25px;
	margin-left:3%;
}
#startpic{
	width:60%;
	margin-left:20%;
}


#menu{
	width:100%;
}

#menu ul{
	
}
#menu li{
	display:block;
	float:left;
	width:18%;
	height:45px;
	border-width:4px;
	border-color:gray;
	background:green;
	text-align:center;
	align:middle;
	font-size:22pt;
	font-weight:bold;
	color:beige;
}



#content{
	clear:both;
	margin:2%;
}

#startcontent h1,h2{
	text-align:center;
}

#startcontent p{
	margin:5%;
	font-size:16pt;
	text-align:center;
}

#aktuelles{
	min-width:60%;
	margin-left:20%;
	margin-right:20%;
}


#klause,#opening{
	width:29%;
	min-height:33%;
	background:white;
	position:absolute;
}

#opening{
	margin-left:30%;
}

#aktuelles p,ul{
}
#aktuelles p,ul,h3{
	padding:15px;
}


#rklg,#rklp,#traintime{
	width:18%;
	min-height:30%;
	background-color:white;
	padding:15px;
	position:absolute;
	margin-top:20%;
}

#rklp{
	margin-left:20%;
	
}


#traintime{
	margin-left:40%;
	}


footer{
position:absolute;
	width:60%;
	margin-left:20%;
	margin-top:43%;
}




@media (max-width: 2000px) {

body{
font-family: 'Alata', cursive;
background-color:beige;
font-size:12pt;
}


	#startcontent p{
	margin:5%;
	font-size:16pt;
	text-align:center;
}

#aktuelles{
	min-width:60%;
	margin-left:20%;
	margin-right:20%;
}


#klause,#opening{
	width:29%;
	min-height:40%;
	background:white;
	position:absolute;
}

#opening{
	margin-left:30%;
}

#aktuelles p,ul{
}
#aktuelles p,ul,h3{
	padding:15px;
}


#rklg,#rklp,#traintime{
	width:18%;
	min-height:30%;
	background-color:white;
	padding:15px;
	position:absolute;
	margin-top:30%;
}

#rklp{
	margin-left:20%;
	
}


#traintime{
	margin-left:40%;
	}


footer{
position:absolute;
	width:60%;
	margin-left:20%;
	margin-top:53%;
}


}

@media (max-width: 1200px) {

body{
font-family: 'Alata', cursive;
background-color:beige;
font-size:12pt;
}
#startpic{
position:relative;
	display:none;
}


#startlogo{
	position:relative;
	width:20%;
	margin-top:15px;
	margin-left:40%;
}



	#startcontent p{
	margin:5%;
	font-size:16pt;
	text-align:center;
}

#aktuelles{
	width:100%;
	margin-left:0%;
	margin-right:0%;
}


#klause,#opening{
	width:100%;
	min-height:38%;
	background:white;
	position:relative;
	margin-top:5%;
}

#opening{
	margin-left:0%;
}

#aktuelles p,ul{
}
#aktuelles p,ul,h3{
	padding:8px;
}


#rklg,#rklp,#traintime{
	width:100%;
	min-height:30%;
	background-color:white;
	padding:15px;
	position:relative;
	margin-top:5%;
	align:center;
}

#rklp{
	margin-left:0%;
	
}


#traintime{
	margin-left:0%;
	}


footer{
position:relative;
	width:60%;
	margin-left:20%;
	margin-top:10%;
}


}




@media only screen and (max-width: 2000px) {
	

}