body, html {
	height: 100%;
	
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	font-family: 'Didact Gothic', 'Avant Garde', Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 0.03em;
	zoom: 1.1;
}

body {
    margin: 0;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;  /* achtergrond */

    background: linear-gradient(
        180deg,
        rgb(150, 150, 150) 45%,
        rgb(230, 230, 230) 60%,
        rgb(200, 200, 200) 74%
    );
}

body::after {
    content: "";
    position: fixed;
    inset: -50%;
    z-index: -1;  /* shine erboven */
    pointer-events: none;

    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 40%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 60%
    );

    animation: shineMove 12s infinite;
}
@keyframes shineMove {
    0% {
        transform: translateX(-100%) rotate(25deg);
    }
    100% {
        transform: translateX(100%) rotate(25deg);
    }
}

#maincontainer {
	width:90%;
	margin:0 auto;
	/*
	box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.8);
	*/
	border: 1px solid #444444;
	box-shadow: 5px 5px 5px #777;
}

#contable {
	width: 100%;
	height: 100%;
}

.topmargin {
	height: 60px;
	width: 90%;
	margin: 0 auto;
	/*
	background-position: left top;
	background-image: url(/images/margin-bkg.gif);
	background-repeat: repeat;
	*/
}

img#webmail {
	position: absolute;
	margin-top: -32px;
	margin-left: 150px;
}
div#Header {
	background-color: #960000;
}
footer {
	min-height: 3em;
	line-height: 3em;
	background-color: #2E2E2E;
	color: #ffffff;
}


div#redbar {
	min-height: 10em;
	background-color: #960000;
}
div#redbar .logo {
	background-position: 10px 10px;
	/* background-image: url(/images/professionals.gif); */
	background-image: url(/images/logo-nettelligence.svg);
	background-size: 7em;
	background-repeat: no-repeat;
	filter: drop-shadow(0 0 0.3em #000);
}
div#redbar .nettelligence {
	color: rgb(255,242,181);
	background-image: linear-gradient(rgb(255,255,255) 45%, 
		rgb(230,230,230) 60%,
		rgb(212,212,212) 74%);
	-webkit-background-clip:text;
	-webkit-text-fill-color: transparent;
}
div#redbar nav.rightbar {
	line-height: 2em; margin: 0.5em 0 1em 0;
}
div#redbar div.phones {
	text-align: right;
	font-size: 1.1em;
	color: #ffffff;
}
div#greybar {
    min-height: 3em;
    line-height: 3em;
    color: #555555;
    background: linear-gradient(to bottom, #444444 0%, #3a3a3a 20%, #1a1a1a 80%, #000000 100%);
}
div#greybar div.leftbar {
	float:left; padding-left:1em;
}
div#greybar div.rightbar {
	float:right; padding-right:1em;
}
div#greybar div.submenu {
	display: none;
	position: absolute;
	padding: 0 1em;
	line-height: 3em;
	background-color: #2E2E2E;
	color: #555555;
	min-width: 10rem;
	box-shadow: 0 0.5em 0.5em black;
	border-top: 1px solid #555555;
}
div#greybar div.submenu hr {
	margin: -0.4em 0 0 0;
	border: none;
	border-top: 1px solid #2A2A2A;
}


header a.menuitem {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: Normal;
	text-decoration: None;
	vertical-align: top;
	letter-spacing: 0.1em;
	white-space: NoWrap;
}


/* https://stackoverflow.com/questions/51745036/css-align-submenu-to-parents-element */

div#Header a { color : #ffffff; text-decoration: none; }
div#Header a:hover { color : #ffffff; text-decoration: underline; }
div#Body { background-color: #f0f0f0; background-position: left top; background-image: url(/images/marginfade.gif); background-repeat: repeat-x; }
footer a { color : #ffffff; text-decoration: underline; }
footer a:hover { color : #ffffff; text-decoration: underline; }

@media (pointer: fine)
{	/* computer, laptop */
	div#Body nav.sidecol { width: 32px; max-width:8vw; transition: all 0.5s ease; }
	div#Body nav.sidecol div { width:32px; transition: width 0.5s ease; }
	div#Body nav.sidecol div a { opacity: 0; transition: opacity 0.5s ease;}
	div#Body nav.sidecol img.icon { position: absolute; z-index: 0; width: 24px; margin-top: 20px; opacity: 1; transition: all 0.5s ease; }
	div#Body nav.sidecol:hover { width: 10vw; max-width:10vw; opacity: 1; }
	div#Body nav.sidecol:hover div { width: 9vw; }
	div#Body nav.sidecol:hover div a { opacity: 1; }
	div#Body nav.sidecol:hover img.icon { opacity: 0; pointer-events: none; }
}
@media (pointer: coarse) {
	/* mobile: smartphone, tablet */
	div#Body nav.sidecol { max-width: 18%; width: 18%; }
	div#Body nav.sidecol img.icon { position: absolute; opacity: 0; }
}
.sidecol {
	background-color: #f0f0f0;
	background-position: left top;
	background-image: url(/images/marginfade.gif);
	background-repeat: repeat-x;
	vertical-align: top;
	padding-bottom: 20px;
	padding-left: 10px;
	transition: 0.5s;
	overflow: hidden;
	padding-right:1em;
}
div#Body .sidecol .menuitem {
	text-align: left;
	font-size: 12px;
	text-decoration: none;
}
div#Body .sidecol .menuitem STRONG {
	font-size: 13px;
}
div#Body .sidecol a {
	color: #343434;
}


.content {
	overflow-x: hidden;
	
	vertical-align: top;
	
	background-color: #FFFFFF;
	background-position: left top;
	background-image: url(/images/mainfade.gif);
	background-repeat: repeat-x;

padding: 0 20px;

}

.content, .content td {
	vertical-align: top;
	color: #222222;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'Didact Gothic', 'Avant Garde', Futura, Arial, Helvetica, sans-serif;
}

.content a {
	color: #444444;
}
.content a:hover {
	color: #960000;
}

/* niet handig omdat linkjes over meerdere regels kunnen vallen en dan soms onlogisch gepositioneerd worden
.content a::after{
  position: absolute;
  content: attr(href);
  opacity: 0%;
}
.content a:hover::after, .content * a:hover::after {
  position: absolute;
  background: rgba(250,250,250,0.8);
  border: 1px solid rgba(200,200,200,0.8);
  border-radius: 0.2em;
  color: blue;
  font-size: 80%;
  text-decoration: underline;
  padding: 0 0.5em;
  content: attr(href);
  margin-left: -1em;
  margin-top: 0.3em;
  opacity: 80%;
  transition: opacity 1s;
  transition-delay: 1500ms;
}
*/

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	color: #960000;
}
.content h1 {
	font-size: 18px;
/*	font-family: Georgia, 'Times New Roman', Times, serif; */
/*	font-style: italic; */
	margin-top: 0px;
}
.content h2 {
	font-size: 20px;
}
.content h3 {
	font-size: 18px;
}
.content h4 {
	font-size: 16px;
	margin-top: 0px;
}
.content h5 {
	font-size: 14px;
}
.content h6 {
	font-size: 13px;
}

.title
{
	font-weight: bold;
	font-size: 13px;
	color: #555555;
}
.nomargins {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.lightgrey {
	color: #707070;
}

.bottommargin {
	height: 50px;
}

.nett:before {
	content: 'Net';
	color: #960000;	
	position: absolute;
}
.bw {
	filter: grayscale(100%);
}
.bw:hover {
	filter: grayscale(0%);
}

/* ------------------ uitklapmenu's ------------------  */

/* ------------------ AI chat ------------------  */


@media (pointer: fine) {
	div#chatbase-bubble-window { top: 0px !important; zoom: 75%; height: 85% !important;}
}
@media (pointer: coarse) {
	div#chatbase-bubble-window { display: none; }
}
