/*
 * wrstat.css -- Style für die wrstat.ch Website
 *
 * (c) 2023 Prof Dr Andreas Müller
 */

body {
	background: #ef7100;
	padding: 0px;
}

div#page {
	max-width: 800px;
	background-color: white;
	align: left;
	margin: auto;
}

div#content {
	padding: 10px;
}

div#menu {
	//height: 135px;
	height: 70px;
	background-image: url("/menu.jpg");
}

h3 {
	text-align: left;
}

h4 {
	text-align: left;
}

p {
	text-align: left;
}

button.menubutton {
	font-size: 20px;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(255,255,255,0);
	border: 0px;
}

button.selektiert {
	font-weight: bold;
}

button.disabled:hover {
	background: rgba(255,255,255,0);
}

button:hover {
	background: rgba(255,255,255,0.5);
}

li {
	text-align: left;
}

div#footer {
	border-top: 1px solid black;
	padding: 10px;
}

@media only screen and (max-width: 480px) {
	div#page {
		max-width: 100%;
		background-color: blue;
	}
	p {
		font-size: 40px;
	}
	div#content {
		background-color: lightblue;
	}
}
