/* Vantage Full Width Layout - Adjust Site Width */

body.responsive.layout-full #page-wrapper .full-container {
max-width: 1400px;
}

/* Vantage Main Navigation Text - Adjust Font Weight */

.main-navigation ul li a {
  font-weight: 300;
}

/* Vantage Logo in Menu - Logo Left Padding */

#masthead.masthead-logo-in-menu .logo > img {
  padding-left: 0px;
}

/* Vantage Image Captions */

.entry-content .wp-caption {
border: none;
box-shadow: none;

}

/* Typo shadow mobil menu */
.mobile-nav-frame ul li a.link, .mobile-nav-frame .title h3 {
	text-shadow: none;
}


/* VANTAGE SET HEADINGS AND TEXT SPACING */

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
margin-top: 0px;
margin-bottom: 5px;
}


/* Tabellen */
.tablepress .column-1 { 
	width: 25%; 
}

.tablepress .column-2 { 
	width: 75%; 
}


/* List */

ol,
ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5px;
  line-height: 1.9em;
}

.entry-content ul li {
  list-style-type: disc;
}

/* Footer */

#colophon #theme-attribution a {
  font-size: 0px;
}

#colophon.site-footer {
  font-size: 0px;
}

#colophon #theme-attribution {
  font-size: 0px;
}

/* Navi Bug */

.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a {
  background: #ffffff;
  color: #333333;
}