/* cmsms stylesheet: vig_style modified: woensdag 13 maart 2019 14:54:22 */
/********** Eric Meyer's Reset CSS v2.0 - http://cssreset.com **********/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/********** Containers **********/
html {
	overflow-y: scroll;
}
body {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #111;
}
.home {
	background: url(../../img/bg1280.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.container {
	width: 100%;
	height: 100%;
}
.header {
	width: 100%;
	background-color: #fff;
}


/********** Logo **********/
.logo {
	position: relative;
	background-color: #ff6600;
	z-index: 1002;
}
.logo_bg_right {
	position: absolute;
	width: 50%;
	height: 76px;
	background-color: #ff6600;
	right: 0;
	z-index: 1001;
}
.logo_gfx {
	background: #fff url(../../gfx/vig_logo.svg) no-repeat;
	background-origin: content-box;
}
.logo_txt {
	background: #ff6600 url(../../gfx/vig_logo_x.svg) no-repeat;
}


/********** Menu **********/
.hb_menu, .contact {
    display: none;
}
.expand {
	display: block !important;
	margin: 0;
	padding: 0;
}


.nav {
	width: 944px;
	height: 38px;
	margin: 0 auto;
	padding: 46px 0 0 16px;
}
.nav ul li {
	position: relative;
	float: left;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	margin-right: 30px;
}
.nav ul li a, .nav ul li ul li a {
	text-decoration: none;
	color: #111;
}
.nav ul li a:hover {
	color: #ff6600;
}
.nav ul li:hover > ul {
	display:block
}
.divideractive {
	font-size: 28px;
	margin-top: -1px;
}
.nav ul li li {
    min-width: 200px;    
}
.nav ul li.navactive, .nav ul li.activeparent {
    margin-top: -3.5px;
}
.nav ul li a.navactive, .nav ul li a.activeparent {
    color: #ff6600;
}


.nav ul ul {
	display: none;
	position: absolute;
	left: 0;
	background: #fff;
	padding: 13px 0 10px 10px;
	margin: 0 0 0 -10px;
    -webkit-box-shadow: -4px 6px 5px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: -4px 6px 5px 0px rgba(0,0,0,0.65);
    box-shadow: -4px 6px 5px 0px rgba(0,0,0,0.65);
}
.nav ul ul li {
	float: none;
	width: auto;
	padding: 0;
	margin-right: 10px;
}
.nav ul ul li.navactive {
    margin-top: -0;
}
.nav ul ul a {
	line-height: 28px;
	font-weight: 400;
	font-size: 16px;
}
.nav ul ul li .divideractive {
    display: none;
}


/********** Content **********/
.content {
	height: auto;
}
.text, .textwrap {
	height: auto;
	background-color: #fff;	
}
.textwrap img {
    width: 100%;
    height: auto;
}
.image {
	width: 100%;
	height: 300px;
}


.textwrap table { overflow-x:auto; }
.textwrap table p { margin: 0; }
.textwrap table tr, .textwrap table td { vertical-align: top; }
.textwrap td { padding: 10px 15px; }
.cellpink {
	background-color: #ff6600;    
	color: #fff;
}
.cellgrey {
	background-color: #888888;   
	color: #fff;
}
td.cellwhite {
    border: 0;
    margin: 0;
    padding: 0;
}
tr.cellheader, tr.celllast {
    border: 0;
}
tr {
    border-collapse: collapse;
    border-bottom: 1px solid #111;
}


/********** Text **********/
p {
	margin-bottom: 24px;	
}
.medium {
	font-weight: 600;	
}
strong {
	font-weight: 700;
}
.highlight {
	color: #ff6600;
}
em {
	font-style: italic;	
}
h1 {
	font-size: 18px;
	font-weight: 700;	
	line-height: 42px;
	color: #ff6600;
}
.text a, .textwrap a {
	color: #111;
	text-decoration: none;		
}
.text a:hover, .textwrap a:hover {
	text-decoration: underline;		
}
h4 {
	font-family: 'Bitter', serif;
	font-size: 17px;
	line-height: 26px;
	color: #ff6600;
	display: inline;
}
/*.textwrap ul {
    list-style: disc outside;
    margin-left: 20px;
    padding-left: 0;
}
.textwrap ul li {
    list-style-position: outside;
    margin-left: 1em;
}*/
.textwrap ul {
    list-style-type: none;
    margin-left: 1.1em; 
}

.textwrap ul > li:before {
    content: "–"; /* en dash here */
    position: absolute;
    margin-left: -1.1em; 
}
.text a, .textwrap a {
    text-decoration: underline;
}

/********** Quotes **********/
.quote {
	max-width: 410px;
	height: 180px;
	margin: 24px 0 0 0;
}
.quote p {
    margin: 0 0 0 0;
}
.bslash {
	font-size: 210px;
	float: left;
	width: 72px;
	height: 150px;
}
.quote_content {
	width: 300px;
	margin-top: -8px;
}
.quote_text {
	font-family: 'Bitter', serif;
	font-size: 22px;
	line-height: 33px;

}
.quote_auth {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	margin-top: 9px;
}


/**********  min-width: 270px **********/
@media only screen and (min-width: 270px) {
.header {
	height: 96px;
	overflow: hidden;
}
.logo {
	width: 100%;
	height: 32px;
	margin: 0 0 0 8px;
}
.logo_bg_right {
	display: none;
}
.logo_gfx {
	float: left;
	width: 128px;
	height: 42px;
	padding: 12px 0 0 0;
}
.logo_txt {
	position: relative;
	top: -31px;
	left: 32px;
	width: 90%;
	height: 18px;
	margin: 6px 0 0 6px;
}


.hb_menu {
    width: 32px;
    height: 32px;
    display: block;
	background: #fff url(../../gfx/ziu_hb_btn.png) no-repeat;
}
.contact {
    position: relative;
    display: inline;   
    top: 32px;    
}
.ziu_mail {
    float: right;
    width: 32px;
    height: 32px;
    display: block;
	background: #fff url(../../gfx/ziu_mail.png) no-repeat;   
	margin-top: 22px;
}
.ziu_phone {
    float: right;
    width: 32px;
    height: 32px;
    display: block;
	background: #fff url(../../gfx/ziu_phone.png) no-repeat;    
	margin: 22px 6px 0 16px;
}


.nav, .nav_hb {
	display: none;
}
.nav_hb {
	position: absolute;
	left: 8px;
	top: 32px;
	z-index: 1010;
	background: #fff;
	padding: 10px 10px 12px 10px;
	margin: 0;
    -webkit-box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.66);
    -moz-box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.66);
    box-shadow: 5px 5px 15px -7px rgba(0,0,0,0.66);  
}
.nav_hb a {
    color: #111;
    text-decoration: none;
}
.nav_hb ul li {
	font-size: 17px;
	font-weight: 700;
}
.nav_hb ul li a:hover {
	color: #ff6600;
}
.nav_hb ul li a.navactive, .nav_hb ul li a.activeparent {
    color: #ff6600;
}
.nav_hb ul ul a {
	font-weight: 400;
	font-size: 16px;
	padding-left: 12px;
}
    
    
.bslash {
    display: none;   
}
.quote_content {
	float: left;
}

.content {
	width: auto;
	margin: 0;
	padding: 0 8px;
}
.text {
	width: auto;
	margin: 90px 0;
	padding: 20px 15px 1px 30px;
}
.textwrap {
	width: auto;
	margin: 20px 0;
	padding: 0 15px 1px 0;

}
}

/**********  min-width: 768px **********/
@media all and (min-width: 768px) {
.header {
	height: 140px;
	overflow: visible;
}
.logo {
	width: 100%;
	height: 67px;
	margin: 0 auto;
}
.logo_bg_right {
	display: none;
}
.logo_gfx {
	float: left;
	width: 156px;
	height: 52px;
	padding: 16px 0 0 16px;
}
.logo_txt {
	float: left;
	top: 0;
	width: 520px;
	height: 33px;
	margin: 16px 0 0 -16px;
}


.hb_menu, .contact, .nav_hb {
    display: none;
}
.nav {
	display: block;
	width: 840px;
	height: 38px;
	margin: 0;
	padding: 36px 0 0 16px;
}


.bslash {
    display: inline;   
}
.quote_content {
	float: right;
}

.content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.text {
	width: 460px;
	margin: 20px 0 0 172px;
	padding: 20px 15px 1px 30px;
}
.textwrap {
	width: 570px;
	margin: 20px 0 0 172px;
	padding: 0 15px 1px 0;

}
}

/**********  min-width: 960px **********/
@media all and (min-width: 960px) {
.header {
	height: 160px;
	overflow: visible;
}
.logo {
	width: 960px;
	height: 76px;
	margin: 0 auto;
}
.logo_bg_right {
	display: block;
}
.logo_gfx {
	float: left;
	width: 180px;
	height: 60px;
	padding: 16px 0 0 16px;
}
.logo_txt {
	float: left;
	top: 0;
	width: 658px;
	height: 42px;
	margin: 16px 0 0 -16px;
}


.hb_menu, .contact, .nav_hb {
    display: none;
}
.nav {
	display: block;
	width: 944px;
	height: 38px;
	margin: 0 auto;
	padding: 46px 0 0 16px;
}


.bslash {
    display: inline;   
}
.quote_content {
	float: right;
}


.content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.text {
	width: 460px;
	margin: 20px 0 0 196px;
	padding: 20px 15px 1px 30px;
}
.textwrap {
	width: 660px;
	margin: 20px 0 0 196px;
	padding: 0 15px 1px 0;

}
}
