/*

################
// BODY 
// HEADER
// LEFTNAV
// MENU
// CONTENT
// FORM
// TABLE
// EVENT SLIDER
################

*/


@font-face {
	font-family: 'FrutigerLTPro-Light';
	src: url('font-frutiger/2DFF09_0_0.eot');
	src: url('font-frutiger/2DFF09_0_0.eot?#iefix') format('embedded-opentype'),
		 url('font-frutiger/2DFF09_0_0.woff2') format('woff2'),
		 url('font-frutiger/2DFF09_0_0.woff') format('woff'),
		 url('font-frutiger/2DFF09_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FrutigerLTPro-Roman';
	src: url('font-frutiger/2E07B8_2_0.eot');
	src: url('font-frutiger/2E07B8_2_0.eot?#iefix') format('embedded-opentype'),
		 url('font-frutiger/2E07B8_2_0.woff2') format('woff2'),
		 url('font-frutiger/2E07B8_2_0.woff') format('woff'),
		 url('font-frutiger/2E07B8_2_0.ttf') format('truetype');
}



/*  
##########################

BODY  

##########################
*/
BODY {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: white;
	color: #3e3e3e;
	/*line-height: 21px;*/
	line-height: 1.5em
	
}
BODY, TD, INPUT, TEXTAREA, BUTTON, P, DIV {
	FONT-FAMILY: 'FrutigerLTPro-Roman', 'FrutigerLTPro-Light', Arial, Verdana, sans-serif;
	FONT-SIZE: 12px;
}
TEXTAREA {
	padding: 4px;
}
FORM {
	margin-bottom: 0px;
}

#overlay {
    position: fixed;
    z-index: 5;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
    overflow: hidden;
}

i.fa { 
	color:#04AAAA;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
}

.overview i.fa {
	margin-left: 5px;
}

/*  
##########################

HEADER AND SECTION STYLE

##########################
*/

HEADER {
	padding-bottom: 90px;
}
HEADER #logo {
	position: absolute;
}
HEADER #logo IMG {
	max-height: 50px;
	margin-top: 20px;
	/*margin-left: -43px;*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
HEADER.onscroll #logo IMG {
	max-height: 30px;
	margin-top: 5px;
	/* margin-left: -26px; */
}
HEADER #header-nav {
	display: block;
	background: #FFF;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 84px;
	padding: 0px;
	vertical-align: middle;
	color: black;
	box-shadow: 0px 7px 10px #888888;
	z-index: 999;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
HEADER.onscroll #header-nav {
	height: 40px;
}
SECTION, FOOTER {
	padding: 15px 0px;
}
SECTION DIV.centered, .grid-container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
    padding-right: 10px;
}
SECTION DIV.fullscreen {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
    padding-right: 10px;
}
SECTION.grey {
	background: #e1e4e8;
}

/*  
##########################

MENU  

##########################
*/

/* HOOFD LAAG */
HEADER #topmenu {
	display:block;
	float: right;
	max-height: 80px;
}
HEADER #mobilemenu {
	display: none;
}
HEADER #mobile_menubutton {
	display: none;
}	
NAV ul {
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
	z-index: 10;
	text-transform: uppercase;
}
NAV ul a {
	display:block;
	color:#3e3e3e;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
}
NAV ul li {
	position:relative;
	float:left;
	color: white;
	margin:0;
	padding:0;
	padding: 40px 15px 0px 16px;
	 -webkit-transition: padding 0.5s ease-in-out;
	-moz-transition: padding 0.5s ease-in-out;
	-ms-transition: padding 0.5s ease-in-out;
	-o-transition: padding 0.5s ease-in-out;
	transition: padding 0.5s ease-in-out;
}
NAV ul li:last-child {
	padding-right: 0px;
	/* padding-left: 0px; */
	/* ivm searchlogo */
}
NAV ul li #searchbar, #topmenu .shopping-cart .fa-shopping-cart, #topmenu .shopping-basket .fa-shopping-basket {
	font-size: 22px !important;
	line-height: 44px !important;
}

.shopping-cart, .shopping-basket {
    display: none;
}
.shopping-cart .item-cart-count, .shopping-basket .item-cart-count {
    display: block;
	background-color: #6a6a6a;
    border-radius: 50%;
    color: #fff;
	margin-top: -34px;
    margin-left: 17px;
    line-height: 1rem;
    position: relative;
    text-align: center;
    min-width: 1rem;
    padding: 2px;
}

HEADER.onscroll NAV ul li {
	padding-top: 0px;
}
NAV ul li IMG {
	max-height: 40px;
}
NAV ul li a {
	line-height: 44px;
}
HEADER.onscroll NAV ul li a {
	line-height: 40px;
}

/* TWEEDE LAAG*/
HEADER.onscroll NAV ul li li a {
    line-height: initial;
}
NAV ul li a span, NAV ul li li a span {
	position: relative;
    display: inline-block;
	max-width: 150px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
NAV ul li a span:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.1s ease-in-out 0s;
  -moz-transition: border-color 0.1s ease-in-out 0s;
  -ms-transition: border-color 0.1s ease-in-out 0s;
  -o-transition: border-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s;
}
NAV ul li li a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  border-left: 3px solid transparent;
  border-bottom: 0px;
  -webkit-transition: border-color 0.1s ease-in-out 0s;
  -moz-transition: border-color 0.1s ease-in-out 0s;
  -ms-transition: border-color 0.1s ease-in-out 0s;
  -o-transition: border-color 0.1s ease-in-out 0s;
  transition: border-color 0.1s ease-in-out 0s;
}
NAV ul li li a span:before { 
	border: 0px;
}
NAV ul li a span:before, NAV ul li li a:before {
  border-color: transparent;
}
NAV ul li:hover > a > span:before, NAV ul li li:hover > a:before {
  border-color: #04AAAA;
}
NAV ul li:hover > a {
	color: #04AAAA;
}
NAV ul ul {
	display:none;
	border: 1px solid #04AAAA;
	margin-left: -1px;
	border-top: 0px;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;
	box-shadow: 5px 7px 10px #888888;
}
NAV ul ul li {
	float:none;
	width:200px;
	padding: 0px !important;
}
NAV ul li:last-child li {
	width: 215px;
}
NAV ul ul a {
	color: #3e3e3e;
	line-height:120%;
	padding:10px 15px;
	max-width: inherit;
}
NAV ul ul ul {
	top: 0;
    right: 100%;
	left: inherit;
    margin-top: -1px !important;
    margin-left: 0px;
    border-top: 1px solid #04AAAA;
    box-shadow: 0px 7px 10px #888888;
}
NAV ul li:hover > ul {
	display:block;
	margin-top: -18px;
}
HEADER.onscroll NAV ul li:hover > ul {
	margin-top: -16px;
}

/*  
##########################

CONTENT  

##########################
*/

.onlymobile {
	display: none !important;
}
.nomobile {
	display: block !important;
}

.content A {
	color: #04AAAA;
	text-decoration: none;
}
.content A:hover {
	text-decoration: underline;
}

 H2 {
	color: #04AAAA;
	font-size: 1.5em;
	margin-top: 0px;  
}

VIDEO::-internal-media-controls-download-button {
	display:none;
}

VIDEO::-webkit-media-controls-enclosure {
	overflow:hidden;
}

VIDEO::-webkit-media-controls-panel {
	width: calc(100% + 30px); /* Adjust as needed */
}

.pageswitch {
	text-align: center;
	font-size: 14px;
}

DIV.blockarea {
	MARGIN-TOP: -1px;
	BORDER: 1px solid #FE4878;
	PADDING: 10px;
}

DIV.centered.nopadding {
	max-width: 1020px;
	padding-left: 0px;
    padding-right: 0px;
}
DIV.contentblocks {
	letter-spacing: -.31em;
}
DIV.contentblocks .col {
	display:inline-block; 
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	letter-spacing: normal; 
	vertical-align: top;
	padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 20px
}
DIV.contentblocks .col DIV, .ht-textarea {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

DIV.contentblocks.c3 .col {
	width: 33.3%;
}
	
@media (min-width:430px) and (max-width:700px) {
	DIV.contentblocks.c2 .col {
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	DIV.contentblocks.c4 .col {
		width: 50%;
	}
}

@media (max-width:430px) {
	DIV.contentblocks.c2 .col {
		display: block;
		width: 100% !important;
		padding-left: 0px;
		padding-right: 0px;
	}
	DIV.contentblocks.c3 .col, DIV.contentblocks.c4 .col, DIV.contentblocks.c5 .col  {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	DIV.contentblocks.c5 {
		display: table;
		margin: 0 auto;
	}
}
@media (min-width:700px) {
	DIV.contentblocks.c2 .col {
		width: 50%;
	}
	DIV.contentblocks.c4 .col {
		width: 25%;	
	}
	DIV.contentblocks.c5 .col {
		width: 20%;	
	}
}

@media (min-width:520px) and (max-width:800px) {
DIV.contentblocks.c5 .col {
		width: 33%;
	}
}

@media (min-width:400px) and (max-width:520px) {
DIV.contentblocks.c5 .col {
		width: 50%;
	}
}

/* 
##################################
TABLE STYLE 
Opties: 
- Header zonder kolommen. Gebruik dan de class DIV.caption
- Overzicht tabel met even/oneven rijen kleuren met class overview

################################## 
*/
DIV.table {
  display: table;
  width: 100%;
  border: 1px solid #04AAAA;
  margin: 0px;
  /* margin-bottom: 25px; */
}

DIV.tr {
  display: table-row;
}

/* TABLE HEADER */

/* DIV.tr:first-child DIV, */
DIV.caption {
	display: table-caption;
	background: #04AAAA;
	color: white;
	font-weight: bold;
	padding: 8px 5px !important;
}
/* TABLE HEADER */


/* EERSTE KOLOM */ 
/*
DIV.tr DIV.cell:first-child {
  width: 150px;
}
*/
/* EERSTE KOLOM */ 


DIV.tr DIV.cell {
  display: table-cell;
  padding: 5px;
  vertical-align: top;
}

/* OVERVIEW TABLE */
.overview DIV.tr:nth-child(even) {
	background-color: #e0e0e0;
}
/* OVERVIEW TABLE */

.ellipsis DIV {		
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	width: 0;
    min-width: 100%;
}
.nowrap {
	white-space: nowrap;
}

@media (max-width:700px) {
	DIV.tr DIV.cell DIV.blocks {
		display: block;
	}
	DIV.mobile-blocks {
		display: block !important;
		width: 100% !important;
		padding-left: 0px !important;
	}	
  
	DIV.tr DIV.cell:first-child {
		width: auto;
	}
	DIV.centered.nopadding {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	SELECT {
		width: 100%;
	}
}
@media (max-width:400px) {
	.small-table-blocks TD {
		display: block;
	}
	.small-table-blocks TD:nth-child(1) {
		font-weight:bold;
	}
	#mainpage .small-table-blocks TD {
		line-height: 15px !important;
	}	
	#mainpage .small-table-blocks THEAD TD{
		line-height: 25px !important;
	}	
}

/*
##########################

ABSENCE OVERVIEW

##########################
*/

#absenceoverview TBODY TR {
  display:none;
}
#absenceoverview TBODY TR.active {
  display: table-row;
}
#absenceoverview TBODY TR.odd {
    background-color:#F9F9F9;
}
#absenceoverview TBODY TR.even {
    background-color:#ECECEC;
}

#loadingdata {
	width: 200px;
	padding: 10px;
	position: relative;
	border: 1px solid black;
	z-index: 10001;
	background: rgb(221, 221, 221);
	FONT-SIZE: 14px;
	text-align: center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}


/*  
##########################

FORM  

##########################
*/

.content TEXTAREA, .content SELECT, .content INPUT { 
	BORDER: 1px solid black; 
	COLOR: #3e3e3e; 
	BACKGROUND-COLOR: #FFFFFF; 
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

.content INPUT, .content SELECT { 
	PADDING: 5px;
	MARGIN: 0px;
}
	
DIV.time {
	display: inline-block;
}
.time SELECT {
	width: 50px;
}
.time SELECT[disabled]{
	color: grey;
}

.content INPUT[type="checkbox"], .content INPUT[type="radio"] {
	BACKGROUND-COLOR: transparent; 
	BORDER: 0px;
	margin: inherit;
    margin-top: 6px;
}

/* BEGIN TEXTAREA EDITOR */
.ht-textarea {
	position: relative;
	border: 1px solid black;
}

.ht-textarea .contentbar {
	clear: both;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid black;
}

.ht-textarea .contentbar DIV {
	cursor: pointer;
	float: left;
	margin: 5px;
	width: 20px;
	height: 20px;
	background-image: url('../images/buttons.svg'),none; 
	background-size: initial !important; 
}

.ht-textarea TEXTAREA {
	clear: both;
	width: 100%;
	border: none;
	/*font-family: Arial, Helvetica,Tahoma, Verdana;*/
	/*font-size: 12px;*/
	padding:4px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ht-textarea .contentbar #bold { background-position: 0px 0px; }
.ht-textarea .contentbar #bold:hover { background-position: 0px -40px; }
.ht-textarea .contentbar #italic { background-position: -20px 0px; }
.ht-textarea .contentbar #italic:hover { background-position: -20px -40px; }
.ht-textarea .contentbar #link { background-position: -40px 0px; }
.ht-textarea .contentbar #link:hover { background-position: -40px -40px; }
.ht-textarea .contentbar #hr { background-position: -180px 0px; }
.ht-textarea .contentbar #hr:hover { background-position: -180px -40px; }
.ht-textarea .contentbar .whitespace {
	float: left;
	width: 20px;
	cursor: default;
	background-image: none; 
}
/* END TEXTAREA EDITOR */

.content BUTTON[type="submit"]{
	margin: 0px;
	/*font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
	border: 1px solid transparent;
	cursor: pointer;
	vertical-align: middle;
	overflow: visible;
	font-size: 1.2em;
	padding: 6px 16px !important;  
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	font-weight: bold; 
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	display: inline-block;
	margin-bottom: 10px;
	/* Default grey button */
	/*color: #333;
    background-color: #fff;
    border-color: #ccc;*/
}

/*
BUTTON.green { 		color: #fff;		background: #5cb85c; border-color: #4cae4c; }
BUTTON.green:hover { 					background: #449d44; border-color: #398439; }
*/

BUTTON.green { 		color: #fff;		background: #ff9933; border-color: #ff6633; }
BUTTON.green:hover { 					background: #ff6633; border-color: #ff6633; }

BUTTON.blue { 			color: #fff; 	background-color: #5bc0de; border-color: #46b8da; }
BUTTON.blue:hover {     				background-color: #31b0d5; border-color: #269abc; }

BUTTON.yellow {  		color: #fff;	background-color: #f0ad4e; border-color: #eea236; }
BUTTON.yellow:hover { 					background-color: #ec971f; border-color: #d58512; }

BUTTON.red {     	color: #fff; 	background-color: #d9534f; border-color: #d43f3a; }
BUTTON.red:hover {					background-color: #c9302c; border-color: #ac2925;}

BUTTON.green[disabled], BUTTON.green[disabled]:hover {
	color: #000;
	background: #dddddd;
	border-color: transparent;
	cursor: default;
}

.btn:focus {
    outline: medium none !important;
}

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background-color: #E6E6E6;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #3e3e3e !important;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 14px;
	font-weight: bold;
    margin-bottom: 0;
    outline: medium none !important;
    padding: 8px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
	text-decoration: none;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    background-color: #E6E6E6;
}
.btn:active, .btn.active {
}
.btn:first-child {
}
.btn:hover {
    -moz-transition: background-position 0.1s linear 0s;
    background-color: #F5F5F5;
    background-position: 0 -15px;
    color: #04AAAA !important;
	text-decoration: none !important;
}
.btn:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}
.btn.active, .btn:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn.disabled, .btn[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: none;
    cursor: default;
    opacity: 0.65;
}
.btn.filter {
	color: #3e3e3e;
}

#result.short{
	font-weight:bold;
	color:#FF0000;
	font-size:larger;
}
#result.weak{
	font-weight:bold;
	color:orange;
	font-size:larger;
}
#result.good{
	font-weight:bold;
	color:#2D98F3;
	font-size:larger;
}
#result.strong{
	font-weight:bold;
	color: limegreen;
	font-size:larger;
}

DIV.box {
	display: block;
	max-width: 500px;
	border: 1px solid #fff;
	font-weight: bold;
	padding: 15px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}
DIV.box.success {
	background-color: #d6eed7;
	color: green;
	border-bottom-color: green;
	border-top-color: green;
}
DIV.box.error {
	background-color: #f9dbdb;
	color: #04AAAA;
	border-bottom-color: #04AAAA;
	border-top-color: #04AAAA;
}
DIV.box.warning {
	background-color: #fdfcd2;
	color: #3e3e3e;
	border-bottom-color: yellow;
	border-top-color: yellow;
}


/* 	############################
			DROPDOWN MENU
	############################
*/
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-group.open>.dropdown-menu, .btn-group.open>.dropdown-search {
    display: block;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.dropdown-toggle i.fa { 
	font-size: 12px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 100px;
    padding: 5px 0;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}
.dropdown-menu>li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #3e3e3e;
    white-space: nowrap;
}
.dropdown-menu>li:hover, .dropdown-menu>li:focus {
    color: #04AAAA;
	cursor: pointer;
    background-color: #f5f5f5;
	text-decoration: none;
}
.dropdown-menu SPAN {
  display: none;
}
.dropdown-menu .active SPAN {
  display: inline-block;
}
.dropdown-search {
    position: absolute;
    right: 0;
	width: 300px;
    display: none;
    background-color: #fff;
    border: 1px solid #04AAAA;
	border-top: 0px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
HEADER.onscroll .dropdown-search {
    margin-top: -4px;
}

.searcharea BUTTON {
    border: 0px;
    background: transparent;
    padding: 0px;
}
.searcharea {
	display: table;
	width: 100%;
}
.searcharea > DIV.row {
	display: table-row;
}
.searcharea > DIV.row DIV {
	display: table-cell;
	padding: 8px;
}
.searcharea INPUT {
	border: 0px;
	width:100%;
	padding: 15px 5px;
	box-sizing: border-box;
	height: 22px;
}	
.searcharea i {
	font-size: 20px;
	margin-top: 0px;
}
/* 	############################
			MOBILE VERSION
	############################
*/

@media (min-width:740px) and (max-width:1100px) {
	NAV ul ul {
		left: inherit;
		right: 0;
	}
}

@media screen and (max-width: 740px) {
	HEADER {
		padding-bottom: 50px;
	}
	HEADER #logo IMG, HEADER.onscroll #logo IMG { 
		max-height: 32px;
		margin-left: 10px;
		margin-top: 11px;
	}	
	HEADER #header-nav, HEADER.onscroll #header-nav {
		height: 50px;
	}	
	HEADER .grid-container {
		width: 100%;
		padding-left: 0px; 
		padding-right: 0px;
	}
	HEADER #topmenu {
		display: none;
	}
	HEADER #mobilemenu {
		top: 50px;
		left: 0px;
		width: 100%;
		min-height: 100%;
		height: 100%;
		background: rgba(236,236,236,1);	
		position: fixed;
		display: none;
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 10;	
	}		
	.content {
		padding: 10px 0px 10px 0px;		
	}
	HEADER #mobile_menubutton {
		display: inline-block;
		float: right;
		padding: 10px;
	}	
	HEADER #mobile_menubutton i {
		font-size: 30px;
	}
	/* MOBILEMENU */
	HEADER #mobilemenu NAV ul {
		width: 100%;
		margin-bottom: 50px;
		float: none;
	}
	HEADER #mobilemenu NAV ul a {
		color:#3e3e3e;
	}
	HEADER #mobilemenu NAV ul li {
		position:relative;
		float:none;
		margin:0;
		padding:0;
		height: auto;
	}
	HEADER #mobilemenu NAV ul li:last-child { border-bottom: solid 1px black; }
	HEADER #mobilemenu NAV ul ul li:last-child { border-bottom: none; }
	
	HEADER #mobilemenu NAV ul li a span, HEADER #mobilemenu NAV ul li li a span {
		position: initial;
	}
	HEADER.onscroll #mobilemenu NAV ul li {
		padding-top: 0px;
	}

	HEADER #mobilemenu NAV > ul ul.active {
	  margin: 0;
	  max-height: 55em;
	  padding: 0;
	  display: block;
	}
	HEADER #mobilemenu NAV ul li a {
		border-top: solid 1px black;
		padding: 10px;
		padding-left: 20px;
		max-width: inherit;
		line-height: initial;
	}
	HEADER #mobilemenu NAV ul li i {
		margin-right: 15px;
		float: right;
	}
	HEADER #mobilemenu NAV ul li:hover {
		background:none;
	}
	HEADER #mobilemenu NAV ul li:hover > ul {
		margin-top: 0px;
	}
	HEADER #mobilemenu NAV ul ul li:hover {
		background:#ddd;
	}
	HEADER #mobilemenu NAV ul li:hover > a > span:before, HEADER #mobilemenu NAV ul li li:hover > a:before {
		border: 0px;
	}
	HEADER #mobilemenu NAV ul ul {
		display:none;
		border:0px;
		margin-top:0px;
		position:inherit;
		background:#fff;
		box-shadow: none;
		z-index: 1;
	    margin: 0;
		max-height: 0; 
		overflow: hidden;		
	}
	HEADER #mobilemenu NAV ul ul li {
		float: left;
		position: relative;
		width:100%;
		height: auto;
	}
	HEADER #mobilemenu NAV ul li:last-child li {
		width: inherit;
	}
	HEADER #mobilemenu NAV ul ul a {
		color:#3e3e3e;
		/* line-height:44px; */
		padding: 12px 15px;
		padding-left: 30px;
	}
	HEADER #mobilemenu NAV ul ul ul {
		top:0;
		left:100%;
		margin-left: 0px;
		border:0px;
		position: initial;
	}
	HEADER #mobilemenu NAV ul ul ul a {
		padding-left: 50px;
	}
	.onlymobile {
		display: block !important;
	}
	.nomobile, #topmenu .shopping-cart, #topmenu .shopping-basket  {
		display: none !important;
	}
	i.fa { 
		font-size: 22px;
	}
}

/*  
##########################

TABLE

##########################
*/

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
TABLE {
	border-collapse: collapse; 
	margin: 0px;
	width: 100%
}
TABLE.bordered, TABLE.form, TABLE.content {
	border: 1px solid #ddd;
}
TABLE.content {
	padding: 5px;
}
TABLE.bordered TD, TABLE.form TD {
	padding: 5px;
	line-height: 25px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
TABLE.bordered TD {
	border: 1px solid #ddd;
}
TABLE THEAD TR {
	background-color: #6a6a6a; /* #04AAAA; */
	color: white;
	font-weight: bold;
}
TABLE.overview TBODY TR:nth-child(even) {  
	BACKGROUND-COLOR: #ECECEC; 
}
TABLE.overview TBODY TR:nth-child(odd) {
	BACKGROUND-COLOR: #F9F9F9; 
}
TABLE.headerform {
		width: inherit;
	}
.headerform TD{
	vertical-align: middle;
	padding: 5px;
}
.headerform BUTTON[type='submit'] {
	margin-bottom: 0px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table > caption + thead > tr:first-child > th,
	.table > colgroup + thead > tr:first-child > th,
	.table > thead:first-child > tr:first-child > th,
	.table > caption + thead > tr:first-child > td,
	.table > colgroup + thead > tr:first-child > td,
	.table > thead:first-child > tr:first-child > td {
	  border-top: 0;
	}
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* EVENT SLIDER */
.eventslider {
	width: 100%;
	border: 1px solid #04AAAA;
}
.eventslider UL { 
	padding:0; 
	margin: 0;
	list-style:none;
	width: 100%;
}
.eventslider .cell {
	display: table-cell;
	vertical-align: middle;
}
.eventslider UL > LI.odd {
	background-color: #ECECEC;
}
.eventslider LI IMG {
	float: left;
	width: 60px;
	margin-right: 15px;
}		
.eventslider LI {
	height: 60px
}
.eventslider .cell DIV {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;	/* number of lines to show */
	-webkit-box-orient: vertical;
}

/* POPOVER */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  color: black;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.ui-autocomplete li:nth-child(odd) {
    background: inherit;
}
.ui-autocomplete-category {
	font-weight: bold;
	padding: .2em .4em;
	background: #6a6a6a !important;
	color: white !important;
}

/*

#####################################
#
# SPECIAL STYLE FOR INTERNET EXPLORER
#
#####################################

*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	nav ul li li a {
		line-height: 16px;
	}
	
	header.onscroll nav ul li li a {
		line-height: 16px;
	}

	header.onscroll nav ul li:hover > ul {
		margin-top: -16px;
	}
}

@media print {
	HEADER {
		display: none;
	}
}