div.page {
	background-color: #f4f4f4;
}

body div.statusbar {
	margin: auto;
	max-width: 1400px;
}

body div.statusbar div.title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.5rem;
	color: #5f5f5f;
	vertical-align: middle;
}

body div.cookies {
	max-width: 1400px;
	margin: 0 auto 1rem auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

div.cookies button.cookies {
	margin: 1rem 0 0.5rem 0.5rem;
	font-size: 0.6rem;
	background-color: #d5d5d5;
	border-radius: 0.2em;
	border-color: transparent;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #777777;
	text-transform: uppercase;
}

body div.cookies a {
	color: #5f5f5f;
}

div.intro {
	margin: auto;
	padding: 2em 0 2em 0;
	max-width: 1400px;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 1rem;
	line-height: 1.7rem;
	color: #5f5f5f;
}

div.quicklogin {

}

h1 {
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #5f5f5f;
}

h2,h3 {
	color: #2d3845;
}

div.drcategories {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

div.drcategorylong {
	text-align: left;

	padding: 0.5rem 1rem 0.5rem 1rem;
	margin: 0.5rem 0.5rem 0.5rem 0.5rem;
	background-color: #ffffff;
	box-sizing: border-box;
	width: 31%;
	min-height: 10rem;

	font-size: 1rem;
}

/* Small */
@media all and (max-width: 1100px) {
	div.drcategorylong {
		width: 46%;
	}
}
@media all and (max-width: 600px) {
	div.drcategorylong {
		width: 99%;
	}
}

div.drcategorylong h2 {
	font-size: 1.1rem;
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 0.1rem 0;
	padding: 0 0 0 0;
}

div.drcategorylong button.more {
	margin: 1rem 0 0.5rem 0;
	font-size: 0.8rem;
	background-color: #d5d5d5;
	border-radius: 0.2em;
	border-color: transparent;
	padding: 0.5rem 1rem 0.5rem 1rem;
	color: #777777;
	text-transform: uppercase;
}

div.drcategory {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

	padding: 0.3rem 0.1rem 0.3rem 0.1rem;
	margin: 0 0.2rem 0.1rem 0.1rem;
	background-color: #ffffff;
	color: #5f5f5f;
	width: 180px;
	height: 5em;

	font-size: 0.8rem;
}

div.drcategory:hover {
	font-weight: bold;
	cursor: pointer;
}

div.drcategory.dractcategory {
	background-color: #ffffff;
}

div.drcategory.dractcategory h2 {
	font-weight: bold;
}

/* Small */
@media all and (max-width: 750px) {
	div.drcategories {
		flex-wrap: wrap;
	}
	div.drcategory {
		font-size: 0.7rem;
		width: 40%;
	}
}

div.drinfo {
	display: none;
}

table.prices {
	border: 1px solid;
	border-collapse: collapse;
	margin-bottom: 5px;
}

table.prices th {
	font-weight: bold;
}

table.prices th, table.prices td {
	border: 1px solid;
	padding: 2px 3px 2px 3px;
}

table td.val, table th.val {
	text-align: center;
}

