*{ 
	/*
  margin:         0;
  */
	padding:				0; 
	border: 				0;
	}

*:focus { 
	outline: 				0; 
}

/*box-sizing: border-box;*/

*, *:after, *:before {
  box-sizing: inherit;
}

body {
	background: 		#fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

a img, a:hover img {
	border:		 			none;	
}

ul li {
	list-style-type: 		none;
}

/* Arial Black does not show in Firefox: font-weight: 900 is a fix!! */
h1, h2, h3 {
  font-family: 'Arial Black','Arial','Helvetica';
  font-weight: 900;
}

.clear {
	clear:					both;
}

.float-left {
	float: 					left;
}

.float-right {
	float: 					right;
}

a {
  color: #000;
  text-decoration: none;		
}
a:hover {
  /*color: #cc0033;*/
  color: #b40b25;
  text-decoration: none;    
}

#container {
  background: #F0F0F0;
  position: relative;
  max-width: 1280px;
  margin: auto;
}

/* ## NAVIGATION AND MENU ## */
nav {
  display: flex;
  flex-direction: row;
  padding: 25px 0 0 25px;
}

#logo {
  margin-right: 30px;
}

#menu a {
  text-decoration: none;
}
/* hide mobile menu */
.c-topmenu-button {
  display: none;
}
#menu-mobile {
  max-height: 0;
  overflow: hidden;
  top: 60px;
  right: 10px;
  position: absolute;
}
/* show mobile menu */
@media only screen and (min-width: 0px) and (max-width: 500px) {
  #menu { display: none; }
  .c-topmenu-button {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 0;
    background: #ccc;
  }
  #menu-mobile.is-open {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
  }
}

.c-topmenu-button__line {
  width: 22px;
  height: 3px;
  background: #b40b25;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: top 150ms ease-in-out 150ms, -moz-transform 150ms ease-in-out;
  -o-transition: top 150ms ease-in-out 150ms, -o-transform 150ms ease-in-out;
  -webkit-transition: top 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  -webkit-transition-delay: 150ms, 0s;
  transition: top 150ms ease-in-out 150ms, transform 150ms ease-in-out;
  transition-delay: 150ms, 0s;
}
.c-topmenu-button__line.c-topmenu-button__line--1 {
  top: 10px;
}
.c-topmenu-button__line.c-topmenu-button__line--2 {
  top: 18px;
}
.c-topmenu-button__line.c-topmenu-button__line--3 {
  top: 26px;
}
/* langgerekte plaatje van de 'skyline' */
#imagescroll {
  display: none;
  margin: 24px 0 5px 0;
}
#image-skyline {
  height: 62px;
  background-color: #F0F0F0;
  background-image: url('../images/skyline_pampus_grijs.png');
  background-repeat: repeat-x;
  background-size: cover;
  margin: 15px 0;
}

/* wp specific menu styles */
.menu {
  margin-left: 10px;
}
.menu-item {
  /*float: left;*/
  font-family: 'Courier New';
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
	margin-right: 20px;
}
#menu-topmenu_boven .menu-item, #menu-topmenu_onder .menu-item {
  float: left;
}
.active, .listitem-active {
  /*color: #cc0033;*/
  color: #b40b25;
}

/* ## PAGE 3-COL STYLES ## */
#wrapper {
  display: flex;
  flex-direction: row;
  /*flex-grow: 1;*/
  padding: 10px 0 0 0;
}

#column2, #column3 {
  border-left: solid 1px #b40b25;
}
.short_text_secondcolumn {
  padding-left: 10px;
  margin-top: -10px;
}
.col {
  /*display: block;*/
  width: 30%;
  min-height: 500px;
  padding: 10px 25px;
  margin: 10px 0;
}
/* headers in columns not-woocommerce pages */
.col h1, .col h2, .col h3 {
  color: #5a6f83;
}
/* grijs tussenkopje in tekst */
.col h1 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 20px;
}
.col h2 {
  font-size: 15px;
  line-height: 19px;
  /*margin-left: 20px;*/
  margin-bottom: 5px;
}
/* zwart tussenkopje */
.col h3 {
  color: inherit;
  font-size: 15px;
  line-height: 19px;
  /*margin-left: 20px;*/
}

/* two-column page second column */
.columnwide {
  width: 60%;
  border-left: solid 1px #b40b25;
  padding: 10px 25px;
  margin: 10px 0;
}


.thumbnail-in-text {
  float: left; 
  margin: 0 15px 5px 0; 
  border: solid 1px #ccc;
}
.agendatitel {
  float: left;
  font-family: 'Arial Black','Arial','Helvetica';
  font-weight: 900;
  font-size: 15px;
  line-height: 19px;
	margin-right: 10px;
}
.divagendalist, .col p {
  margin-bottom: 15px;
}

.image_col3_event {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
  /*border: solid 1px #cc0033;*/
  /*border: solid 1px #bbb;*/
	display: inline;
}
.berichtdatum {
  font-size: 12px;
  margin-top: 10px;
}

.pijltje {
  float:right; 
	width: 30px;
	margin-left: 5px; 
  margin-right: 5px; 
}
.pijltje.active {
  display: block;
}
.pijltje.inactive {
  display: none;
}

#showitem {
  display: block;
	margin-bottom: 30px;
	clear: both;
}

#column1 p.active,
#column2 p.active,
#column3 p.active {
  /*color: #cc0033;*/
  color: #b40b25;
}

/* smaller text in <h> tag */
.normaltext {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
	font-weight: normal;
}

/* table in berichten (tinymce) */
.coltable {
  font-size: 15px;
 	padding: 2px;
 }

.nieuwsitem-img {
  margin-bottom: 20px;
}
.nieuwsitem-img img {
  object-fit: contain;
}

#nieuws_results .active {
  color: #b40b25;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
  margin: 0;
  padding: 0;
}

.jspCap
{
  display: none;
}

.jspHorizontalBar .jspCap
{
  float: left;
}

.jspTrack
{
  background: #dde;
  position: relative;
}

.jspDrag
{
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
  float: left;
  height: 100%;
}

.jspArrow
{
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled
{
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow
{
  height: 16px;
}

.jspHorizontalBar .jspArrow
{
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
  outline: none;
}

.jspCorner
{
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
  margin: 0 -3px 0 0;
}

#leftcolumn a {
  color: #b40b25;
  text-decoration: none;    
}
#leftcolumn a:hover {
  text-decoration: underline;
}

#nieuwsbrief_table a {
	color: #000;
	text-decoration: underline;
}

#nieuwsbrief_table label {
  display: block;
  float: left;
	width: 120px;
	margin-right: 5px;
  margin-bottom: 5px;
}
#nieuwsbrief_table select {
  float: left;
  border: solid 1px #ccc;
  margin-right: 20px;
  margin-bottom: 5px;
}
#nieuwsbrief_table p {
  display: block;
}
#nieuwsbrief_table button {
  padding: 2px;
  cursor: pointer;
}

.newsletter-profile th {
	height: 21px;
	padding-right: 10px;
	text-align: left;
}
input {
  float: left;
  border: solid 1px #ccc;
  margin-right: 20px;
  margin-bottom: 5px;
  height: 21px;
	padding: 3px;
}

/* button styles */
.button {
  background: #555;
  color: #FFFFFF;
	text-align: center;
}
.button:hover {
  background: #B40B25;
	color: #fff;
}

#content-nieuwsbrief {
  display: flex;
  /*margin-left: 371px;*/
  margin: 0;
  min-height: 400px;
}
.anchor-red {
  color: red;
}
h1.entry-title, h1.entry-title a {
/*
  font-family: 'Arial Black','Arial','Helvetica';
  font-weight: 900;
*/
  font-size: 30px;
  line-height: 34px;
  color: #5a6f83 !important;
  /*margin-left: 20px;*/
  margin: 10px 0;
}
#content-nieuwsbrief label {
  flex-direction: row;
  width: 120px;
  margin-right: 25px;
  float: left;
}
#content-nieuwsbrief input {
  flex-direction: row;
  width: 200px;
  float: left;
}
#content-nieuwsbrief .privacy-label {
  flex-direction: row;
  width: 300px;
  float: left;
}
#content-nieuwsbrief input.tnp-privacy {
  flex-direction: row;
  width: 20px;
  margin-right: 25px;
}

#content-nieuwsbrief input.button {
  clear: both;
  width: auto;
  margin-top: 30px;
  background: #444;
  color: #FFFFFF;
  height: 35px !important;
  padding: 5px 20px;  
  letter-spacing: 1;
}
#content-nieuwsbrief input.button:hover {
  cursor: pointer;
  background: #B40B25;
}


/* MENU RELATED STYLES */
#menuwrapper li.current-menu-item a { 
  color: #b40b25;
}
#menuwrapper .divider {
  display: inline-block;
  width: 0;
  height: 13px;
  border-right: solid 2px #000;
  margin-left: 19px;
  margin-bottom: -2px;
}

#menuwrapper li:last-child .divider {
  border: 0;
}

/* EINDE MENU RELATED STYLES */
#footer-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-height: 5px;
  /* background: #BBB; */
  padding: 10px;
  /* opacity: 0.9; */
}

.arrow-top-nieuwsoverzicht {
  display: none;
}

.vp_bg_red {
  background: #b40b25;
  color: #FFF;
}
#footer-block a {
  color: #FFFFFF;
}
#footer-block a:hover {
  text-decoration: underline;
}
#footer-block h3 {
  opacity: 1;
  line-height: 24px;
  margin: 0;
  font-size: 1em;
}
#footer-block div {
  font-family: 'Arial Black','Arial','Helvetica';
  font-weight: 900;
  opacity: 1;
  line-height: 24px;
  margin: 0;
  font-size: 1em;
}
#footer-block div p {
  margin: 0;    
}


.link-bestelformulier {
  color: #B40B25;
}
.bestelformulier input {
  height: 30px !important;
}
.bestelformulier .name_first, .bestelformulier .address_city {
  width: 30% !important;
}
.bestelformulier h3.gform_title {
  font-family: 'Arial Black','Arial','Helvetica';
  font-weight: 900;
  font-size: 30px !important;
  line-height: 34px !important;
  color: #5a6f83;
  /*margin-left: 20px;*/
  margin: 20px 0 20px 0 !important;
}
.bestelformulier .button {
  background: #444;
  color: #FFFFFF;
  height: 35px !important;
  padding: 5px 20px;
}
.bestelformulier .button:hover {
  background: #B40B25;
  color: #fff;
}
.bestelform-radio ul {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.bestelform-radio ul li {
  margin: 0 20px !important;
}

/* ###  Algemene voorwaarden ### */
.algemene-voorwaarden-list li {
  list-style-type: decimal;
  margin-left: 20px;
}

/* ###  END Algemene voorwaarden ### */

/* BEGIN shopping page styles and style overrules */
/* flex elements within wrapper for shopping pages */
.col-webshop {
  display: block;
  flex: 0 29%;
  min-height: 500px;
  padding: 10px 25px;
  margin: 10px 0;
}
.col-webshop-mobile {
  display: none;
}
.columnwide-webshop {
  flex: 0 69%;
  border-left: solid 1px #b40b25;
  /*
  flex: 1 0 70%;
  padding: 10px 25px;
  */
  padding: 10px 50px 10px 40px;
  margin: 10px 0;
}
/*
.columnwide-webshop article {
  padding: 0 50px 0 30px;
}
*/
/* headers in columns shopping pages */
.col-webshop h1 {
  color: #5a6f83;
}

.col-webshop h2 {
  font-size: 15px;
  line-height: 19px;
  color: #b40b25;
}

.woocommerce .woocommerce-ordering select {
  padding: 6px;
  vertical-align: top;
  border: solid 1px #ccc;
  height: 30px;
}

h1.h1-margin-bottom {
  margin-bottom: 40px;
}
#columnwide-webshop h1, #columnwide-webshop h2 {
  width: 100%;
  color: #5a6f83;
}
.woocommerce-products-header__title {
  font-size: 30px;
  line-height: 34px;
}
.columns-4 h1 {
  font-size: 24px;
  line-height: 28px;
}
.columns-5 h1 {
  font-size: 20px;
  line-height: 24px;
}
.columns-6 h1 {
  font-size: 16px;
  line-height: 20px;
}
.woocommerce-loop-product__title {
  font-size: 0.8em !important;
  line-height: 16px;
}

.woocommerce #columnwide-webshop div.product div.images img {
  max-width: 50%;
}

/*
.woocommerce-page #columnwide-webshop div.images {
  width: 25% !important;
}
.woocommerce-page #columnwide-webshop div.summary {
  width: 65% !important;
}
*/
.woocommerce-page .button {
  background-color: #d56d24 !important;
  color: #FFFFFF !important;
}
.woocommerce-page .button:hover {
  background: #B40B25;
  color: #fff;
}
.woocommerce-page ul.products.columns-2 li.product {
  width: 40% !important;
  margin: 0 10% 2.992em 0 !important;
}
.woocommerce-product-search button {
  background-color: #d56d24;
  color: #fff;
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .5em 1em;
  font-weight: 700;
  border-radius: 3px;  
}
.woocommerce-product-search .search-field {
  width: 150px;
  border: solid 1px #ccc;
  height: 30px;
  padding: 3px;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 0.8em;
}
.woocommerce-mini-cart__buttons {
  display: flex;
}
.woocommerce-loop-product__title {
  min-height: 45px;
}
.woocommerce-Price-currencySymbol {
  margin-right: 3px;
}

.woocommerce a.remove {
  color: #b40b25 !important;
}

/* END shopping page styles and style overrules */

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
  font-weight: 900 !important;
}

/* BEGIN responsive */
@media only screen and (min-width: 0px) and (max-width: 500px) {
  body {
    margin: 0;
  }
  nav { 
    flex-wrap: wrap;
    justify-content: space-between; 
    margin: auto; 
    border-bottom: dashed 1px #b40b25; 
    padding: 10px;
  }
  #logo { margin-right: 0; width: calc(100% - 60px); }
  #logo img { width: 100%; height: auto; object-fit: contain; }

  #image-skyline { display: none; }
  .menu { padding: 5px; margin: auto; background: #ccc; opacity: 0.9; }
  .menu-item {
    font-family: 'Courier New';
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    margin: 0 10px 0 10px;
  }
  #container {
    /*width: 95%;*/
    width: auto;
    padding-top: 10px;
    margin: 0;
  }
  #wrapper { 
    flex-direction: column; 
    width: 100% ;
    margin: 0;
  }

  #footer-block {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .arrow-top-nieuwsoverzicht {
    display: block;
  }
  #footer-block h3 {
    font-size: 12px;
    line-height: 20px;
  }

  #column2, #column3 {
    justify-content: space-between; 
    border-left: 0;
    border-top: dashed 1px #b40b25;
    padding-top: 15px;
  }
  .col-webshop {
    display: none;
  }
  .col-webshop-mobile {
    display: block;
    padding: 0 30px 0 25px;
  }
  .col-webshop-mobile .vp-shop-mobile-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0;
    height: 30px;
  }
  .col-webshop-mobile #hover-mandje {
    cursor: pointer;
  }
  .vp-mini-cart {
    display: none;
  }
  .vp-mini-cart.open {
    display: block;
  }
  .vp-mini-cart h1, .vp-mini-cart h2 {
    display: none;
  }
  .vp-product-search {
    display: none;
  }
  .vp-product-search.open {
    display: flex;
    justify-content: space-between;
  }
  .col, .col-webshop { 
    width: 90%;
    min-height: 100px; 
    margin: auto;
  }
  .columnwide, .columnwide-webshop {
    /*width: 90%; */ 
    border-top: solid 1px #b40b25;
    border-left: solid 0px;
    padding: 10px 30px 10px 25px;
  }
  #columnwide-webshop h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-page #columnwide-webshop div.summary {
    width: 100%;
  }
  .woocommerce-message a.button {
    clear: both;
  }
  h1.h1-margin-bottom {
    margin-bottom: 10px;
  }
  .pijltje {
    display: none !important;
  }
  .pijltje.active {
    display: none;
  }
  #content-nieuwsbrief {
    width: 90%;
    min-height: 400px;
  }
  .woocommerce-products-header {
    margin-bottom: 30px !important;
  }
  .gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
    margin: 0 !important;
  }
}
/* END responsive */

#columnwide-webshop h1 {
	color: #5a6f83;
}

.col-webshop h1 {
	color: #5a6f83;
}
.col h1 {
	color: #5a6f83;
}
