/***
 *	Extension of waas4.css theme
 *	For ZB - orange
*/
@import url("../bnl/bnl.css");
@import url("./TheMix.css");

/***
 *	General
 */
.waas4 h2 {
	font-family: "TheMix",Arial,sans-serif;
}
.waas4 .application {
	border-radius: 2px;
}
/***
 *	Header
 */
.waas4 #header {
	padding-top: 20px;
}
.waas4 .WaaSLogo {
	float: left;
	padding-bottom: 10px;
}
.waas4 .WaaSLogo h1 a {
	margin: 0 80px 10px 20px;
}
.servicetop {
	
}
#servicetop {
	float: right;
	margin: 0 11px 0 10px;
	padding: 0 0 0 0.5em;
}
#servicetop li, #servicebottom li {
	border-left: 1px solid #496660;
	float: left;
	line-height: 11px;
	margin: 0;
}
#servicetop li:first-child, #servicebottom li:first-child {
	border-left: 0 none;
}
#servicetop li a, #servicebottom li a {
	line-height: 16px;
	padding: 0 5px 0 6px;
	text-decoration: none;
}
#servicetop li a[href*="facebook.com"] {
	background-image: url("images/follow-facebook.png");
}
#servicetop li a[href*="instagram.com"] {
	background-image: url("images/follow-instagram.png");
}
#servicetop li a[href*="linkedin.com"] {
	background-image: url("images/follow-linkedin.png");
}
#servicetop li a[href*="pinterest.com"] {
	background-image: url("images/follow-pinterest.png");
}
#servicetop li a[href*="twitter.com"] {
	background-image: url("images/follow-twitter.png");
}
#servicetop li a[href*="facebook.com"],
#servicetop li a[href*="instagram.com"],
#servicetop li a[href*="linkedin.com"],
#servicetop li a[href*="pinterest.com"],
#servicetop li a[href*="twitter.com"] {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 0 -1px -1px;
	overflow: hidden;
	padding: 0 6px 0 1px;
	text-indent: -9999em;
	width: 16px;
}
/***
 *	Footer */
.waas4 #footer .footer {
	border-radius: 0;
}
#footer>div {
	position: relative;
	padding: 20px 20px 40px;
	margin-bottom: 20px;
}
#footer .column {
	float: left;
	min-height: 120px;
	min-width: 11em;
	padding-left: 2%;
	width: 17%;
	text-align: left;
}
#footer .column:first-child {
	padding-left: 0;
	width: 21%;
}
#footer .column .plectrum {
	text-align: left;
}
#footer .column .plectrum > *:first-child {
	margin-top: 154px;
}
#footer .column .plectrum img {
	position: absolute;
	top: -55px;
}
#footer h2 {
    font-size: 150%;
    margin: 0 20px 15px 0;
    padding-top: 15px;
	font-weight: normal;
}
#footer .column ul {
	margin-top: 5px;
	list-style: outside none none;
	padding: 0;
}
#footer .column ul>li {
	margin: 6px 0;
	overflow-wrap: break-word;
	padding-left: 10px;
	text-indent: -10px;
}
#footer .column ul>li>a {
	background-image: url("images/link-item-light.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#footer .column ul>li>a:hover {
	background-image: url("images/link-item-hover.png");
}
/* background-image: url("../images/link-item-hover.png"); */
#footer .column ul>li>a:only-child {
	display: inline;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-family: Arial,sans-serif;
	font-size: 16.1px;
}
#footer a:hover {
	color: #ff7320 !important;
	text-decoration: underline;
}
#footer a span {
}
.waas4 #footer .footer  {
	height: auto;
}
.waas4 .servicebottom {
	clear: both;
	margin-right: 10px;
	text-align: right !important;
}
.waas4 #servicebottom {
	float: right;
}
.waas4 #servicebottom li {
	margin-top: 50px;
}
.waas4 #servicebottom li a {
	color: #505450;
}

/***
 *	Navigation
 */
.waas4 #navigation  {
	border: 0;
}
.waas4 #navigation  *{
	box-shadow: none !important;
}
.waas4 #navigation > ul > li:first-child {
	min-height: 65px;
}
.waas4 #navigation > ul > li:first-child > a > span {
	display: inline-block;
	text-indent: -9999px;
	padding-left: 18px;
}
.waas4 #navigation > ul > li:first-child > a {
	border-radius:6px 0 0 6px;
	background: url('./images/home.png') center no-repeat;
}
.waas4 #navigation > ul > li:first-child > a:hover {
	background-image: url('./images/home_hover.png');
}
.waas4 #navigation  {
	border-radius: 6px !important;
	box-shadow: none !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.waas4 #navigation  > ul > li {
	border: 0 !important;
	border-right: 1px solid #ff9658 !important;
	display: block;
}
.waas4 #navigation > ul > li.collectie > a {
	color: #505450 !important;
	 /* background-image: url("./images/dropmarker-active.png"); */
}
.waas4 #navigation  > ul > li:hover {
}
.waas4 #navigation > ul > li:hover > ul,
.waas4 #navigation > ul > li:focus > ul {
	border: 0px; /*1px solid #f0f0f0;*/
	border-top: none;
	border-radius: none !important;
	margin-left: 0px;
}
.waas4 #navigation > ul > li:hover > a,
.waas4 #navigation > ul > li:focus > a {
	background-color: white !important;
	color: #FF7320 !important; /*#ff9658 !important;*/
}
.waas4 #navigation  > ul > li  > a {
	padding: 17px 20px 14px 20px;
	border-bottom: 1px solid transparent;
	border-top: 0px;
	overflow: hidden;
	color: #fff;
	line-height: 33px;
	text-decoration: none;
	font-size: 23px; /*1.5rem;*/ /*9167rem;*/
	text-transform: none;
	font-family: "TheMix",Arial,sans-serif;
}
.waas4 #navigation  > ul > li.hasmenu  > a {
	padding-right: 38px;
}
.waas4 #navigation  > ul > li.hasmenu:hover  > a {
	background-image: url("./images/dropmarker-hover.png");
}
.waas4 #navigation  > ul > li  > a  > span{
	background-image: none;
}
.waas4 #navigation > ul > li > ul > li > a {
	display: block;
	padding: 4px 20px;
	color: #505450;
	text-decoration: none;
	font-size: 16.1px;
	font-family: Arial,sans-serif;
}
.waas4 #navigation > ul > li > ul > li:hover a{
    background-color: white !important;
    border: 0px;
    color: black;
    text-decoration: none !important;
}


/***
*	Word lid
*/
@media only screen and (min-width: 635px) {
	.waas4 #servicetop li.become-member {
		margin-top: 49.0px;
		float: none;
		clear: both;
		display: block;
		border: 0;
		text-align: right;
	}
	.waas4 #servicetop li.become-member > a {
		position: relative;
		display: inline-block;
		padding: 0 0 4px 0;
		border-bottom: 2px solid transparent;
		font-family: "TheMix",Arial,sans-serif;
		color: #505450;
		font-size: 25.3px; /*2.1083rem;*/
		margin: 0 5px 0 0;
		line-height: 16px;
		text-decoration: none;
	}
	.waas4 #servicetop li.become-member > a:hover,
	.waas4 #servicetop li.become-member > a:focus {
		text-decoration: none;
		border-bottom: 2px solid #505450;
		color: #505450;
	}
	.waas4 #servicetop li.become-member > a > span::before {
		content: "\00a0";
	}
	.waas4 #servicetop li.become-member > a > span::after {
		content: "";
		position: absolute;
		left: 0;
		height: 14px;
		width: 15px;
		margin: 1px 0 0 0;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAAGHjXZ5AAABEElEQVQ4y2P4X8zAAMSfQYQ+iMMAFQET/0EYJvIRiBOB+CxcCVQFnMOIrPc4EHMiqwAxtgLxfSD2gGnRBeLJKPZCsQxUxxNkM0NhbgLi61CJZih/AkxnABB3QdlHoJJF2KxoBeJgZOOR8RuoTl2YpDYQ/wPimVAF/6AKxECcP0gO44Aq+AMLvNdIkiC+BpT9C2bXfCDWBGJ+ZIXoDkI2AUMSGauA4hMp9MzQ1SBz2IHYGIjVkMR8gfgnko03gVgRWTMfEB9DUgDD9UiGlKLJHQDpA0mkY9EIwg+BmBfJAAsg/oEkvweXyaCYMoXKSQHxZSS5f9A0izfAQGGwFs3QJlwBho5BcbYXFJnQpMGErgYA1X+GLlG/c1QAAAAASUVORK5CYII=") no-repeat;
		top: calc(50% - 7px);
	}
	.waas4 #servicetop li.become-member > a > span {
		color: #ff7320;
		position: relative;
		padding-left: 15px;
	}
}

/***
*	Additional changes different to waas2
*/
#servicetop li a {
	font-size: 14.95px;
	font-family: Arial, sans-serif;
	color: rgb(80, 84, 80);
}
