body {
	margin:0px;
	font-family:'Roboto', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	}
.google {
	display:none;
	}
#netOrGrossContainer, #watchlistContainer, #fixedNavigationSwitcher {
	display:none;
	}
article {
	max-width:949px;
	margin:0px auto;
	position:relative;
	min-height:600px;
	}
article>div {
	float:right;
	width:729px;
	margin-top:45px;
	}
.headerLine {
	border-bottom:1px dotted rgb(0,41,111);
	background-color:white !important;
	}
/* ------------- H E A D E R ----------------*/
#addressHeaderLine {
	text-align:center;
	background-color: rgba(0,41,111,0.3);
	padding:5px;
	}
#addressHeaderLine a, #addressHeaderLine a h1  {
	color:white;
	font-size:15px;
	letter-spacing:3px;
	text-decoration:none;
	}
	#addressHeaderLine a h1  {
		display: inline;
	}
#addressHeaderLine span {
	margin-right:13px;
	}
#addressHeaderLine img {
	height:12px;
	margin-right:3px;
	}
#logoHeaderLine {
	position:relative;
	background-color:rgb(0,41,111);
	}
#logoContainer {
	text-align:center;
	}
#logoContainer img {
	width:589px;
	height:73px;
	margin:5px 0px 7px 0px;
	}
#searchContainer {
	text-align:center;
	padding-bottom:30px;
	}
#searchContainer input {
	border:0;
	padding:5px;
	}
#searchContainer button {
	border-radius:0px;
	border:0;
	padding:5px;
	background-color:white;
	cursor:pointer;
	}
#searchContainer img {
	height:13px;
	}
#openingHoursContainer {
	text-align:right;
	position:absolute;
	right:9px;
	top:77px;
	color:white;
	}
#openingHours {
	}
#openinghoursLabel {
	display:block;
	text-align:center;
	font-family: 'Fjalla One', sans-serif;
	font-style:normal;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:2px;
	}
#openinghoursTimeTitle {
	vertical-align:top;
	}
#openinghoursTime {
	display:inline-block;
	text-align:center;
	}
.time {
	display:inline-block;
	text-align:right;
	width:40px;
	background-color:white;
	color:rgb(0,41,111);
	padding:0px 2px;
	margin-bottom:3px;
	}
#socialMedia {
	position:absolute;
	top:2px;
	right:15px;
	}
#socialMedia a {
	display:inline-block;
	}
#socialMedia img {
	display:inline-block;
	height:23px;
	}
#socialMedia a:nth-child(2) img {
	height:23px;
	}
#linksHeaderLine {
	display:block;
	text-align:center;
	margin:0px;
	padding:0px !important;
	background-color:rgb(0,41,111);
	z-index:9;
	/*wg safari*/
	height:21px; 
	}
#linksHeaderLine li {
	display:inline-block;
	padding:0px;
	vertical-align:top; /*wg safari*/
	}
#linksHeaderLine a {
	text-align:center;
	letter-spacing:1px;
	font-family: 'Fjalla One', sans-serif;
	color:white;
	text-decoration:none;
	font-size:17px;
	display:inline-block;
	width:120px;
	border-right:19px solid white;
	text-transform:uppercase;
	}
#linksHeaderLine a:hover {
	color:rgb(255,199,103);
	}
#scrollLogo a {
	border-right-width:0px;
	}
#linksHeaderLine>li:nth-child(2) {
	border-left:19px solid white;
	}
body[data-fixed="true"] #linksHeaderLine {
	position:fixed;
	top:0px;
	width:100%;
	}
body[data-fixed="true"] #linksHeaderLine button {
	display:inline-block;
	}
#linksHeaderLine li#scrollLogo {
	display:none;
	width:200px;
	border-left-width:0px !important;
	}
#scrollLogo img {
	max-height:17px;
	max-width:200px;
	}
body[data-fixed="true"] #linksHeaderLine #scrollLogo {
	display:inline-block;
	}
#linksHeaderLine button {
	display:none;
	background-color:inherit;
	border:0;
	cursor:pointer;
	}
/* ------------- F O O T E R ----------------*/
footer {
	display:inline-block;
	position:fixed;
	bottom:0px;
	width:200px;
	background-color:white;
	left:calc(50% - 474px);
	}
footer a {
	text-decoration:none;
	display:inline-block;
	padding:5px;
	color:rgb(0,41,111);
	font-size:12px;
	}
footer a:hover {
	color:black;
	}
/* ------------- A S I D E ----------------*/
aside {
	display:inline-block;
	position:absolute;
	left:0px;
	top:25px;
	width:200px;
	vertical-align:top;
	/*height:calc(100% - 200px);*/
	}
body[data-fixed="true"] aside {
	position:fixed;
	left:0px;
	top:30px;
	}
@media screen and (min-width: 949px) {
	body[data-fixed="true"] aside {
		left:calc(50% - 474px);	
		}
	}
aside input {
	display:none;
	}
aside label {
	display: block;
	cursor: pointer;
	background-color: rgba(0,41,111,0.3);
	color: black;
	padding: 2px 6px;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 3px;
	}
aside label:hover {
	text-decoration:underline;
	}
aside div div {
	display:none;
	max-height:0px;
	overflow:hidden;
	margin-left:5px;
	background-color: rgba(0,41,111,0.5);
	
	}
aside div div div {
	margin-left:10px;
	background-color: rgba(0,41,111,0.4);
	}
aside div div.closeSubmenu {
	display:none;
	max-height:0px;
	transition: max-height 1s ease-in;
	}
aside div div.openSubmenu {
	display:block;
	max-height:500px;
	transition: max-height 1s ease-out;
	}
