@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600&display=swap');
/* basic lay-out */
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
div.archive_notice {
	position: fixed;
	top: 0px;
	left: calc(50% - 150px);
	width: 300px;
	background-color: #ffef00;
	color: #000;
	z-index: 999;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
}
html { 
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	background-repeat: repeat-x;
	background-color:#F7F7F7;
}
.wrapper {
	position:relative;
	width:92%;
  padding: 0 4%;
  max-width: 1200px;
	margin:0 auto; 
}
.container {
  width: 100%;
  /*max-width: 1600px;*/
  padding: 40px 0 20px;
  margin: 0 auto;
  background-color: #fff;
}
.container.quotes, .container.newscarousel  {
  padding: 60px 0;
}
.container.top {
	padding: 0;
  margin-top: 72px;
}
.container.color2 {
  background-color: rgba(120,193,67,0.1);
}
.container.darkgrey {
  background-color: #eaeaea;
}
header {
	display:block;
	/*height:80px;*/
	width:100%;
	top:0px;
	position:fixed;
	z-index:101;
  background-color: #fff;
  transition: top 0.2s ease-in-out;
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
}
.nav-up header{
    top: -80px;
}
#header-content {
	position:relative;
/*	width:92%;
    padding: 0 4%;
    max-width: calc(1600px - 8%);*/
	margin:0 auto;
	/*-webkit-transition-duration: .4s;
	transition-duration: .4s;*/
  height: 100px;
}
a#logo {
  display: block;
	border:0;
	top:14px;
  left: 20px;
	position:relative;
/*	-webkit-transition-duration: .4s;
	transition-duration: .4s;*/
  background-image: url("../images/IJsselwindLogoKlein.png");
  width: 208px;
  height: inherit;
  background-size: contain;
  background-repeat: no-repeat;
}

#animatie {
  position: absolute;
  width: 86px;
  height: 86px;
  left: 5px;
  top:5px;
}

#animatie .achter, #animatie .voor {
    position: absolute;
    top: 0;
    left: 0;
    width: 86px;
    height: 86px;
    /* display: none; */
}
#animatie .voor {
  transform-origin: 50% 50%;
  animation: ijw-windmill-spin 6s linear infinite;
  will-change: transform;
}
@keyframes ijw-windmill-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  #animatie .voor {
    animation: none;
  }
}

/* nav */
nav ul {
	list-style-type:none;
}
.col nav ul {
	margin-left: 0;
}
/*
nav ul li {
	float:left;
}
nav ul li a {
	text-decoration:none;
	display:block;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
}
*/
#mobile-nav-icon {
	display:none;
}
/*
@media only screen and (min-width: 800px) {
  #navmenu {
    display:none;
  }
}
*/


/* topnav */
#topnav {
	position:absolute;
	top:20px;
	right:20px;
}
#topnav ul li {
  list-style-type: none;
  display: inline-block;
  padding-left: 10px;
}

/* mainnav */
#mainnav {
	position:absolute;
  left: 24vw;
  top:28px;
}
/* old
#mainnav ul li a {
	font-size:1.1em;
	color: #6c6c6c;
	display:block;
  margin-right: 40px;
  padding-bottom: 24px;
}
#mainnav ul li {
}
#mainnav ul li:last-child a {
    margin-right: 0;
}
#mainnav ul li a:hover, #mainnav ul li.active a {
    color: #000;
}
#mainnav ul li.active a {
}
*/
#mainnav ul li a {
	font-size:1.1em;
	color: #6c6c6c;
  margin-right: 40px;
/*  padding-bottom: 24px;*/
  	text-decoration:none;
}
#mainnav > ul > li > a:hover, #mainnav > ul > li.active > a {
    color: var(--ijw-dgreen);
}
#mainnav ul li {
  padding-bottom: 22px;
  display: inline-block;
}
#mainnav li {
 display: block;
 transition-duration: 0.5s;
  position: relative;
}

#mainnav li:hover {
  cursor: pointer;
}

#mainnav ul li ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 22px;
  left: -20px;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
  box-sizing: border-box;
  width: 240px;
}

#mainnav ul li:hover > ul,
#mainnav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

#mainnav ul li ul li {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  padding: 8px 20px;
}
#mainnav ul li ul li:hover, #mainnav ul li ul li.active {
  background: #F0F1F1;
}
#mainnav ul li ul li:hover a, #mainnav ul li ul li.active a {
  color: var(--ijw-dgreen);
}
#mainnav ul li:hover > ul,
#mainnav ul li:focus-within > ul,
#mainnav ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* bigmenu */
span.bigmenu_close {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    right:2%;
    top:20px;
    font-size: 32px;
}
#bigmenu {
	display:none;
	top:80px;
	z-index:110;
}
#bigmenu .wrapper {
  background: #fff;
  padding:30px 4vw 70px;
	/*border-top:1px solid #c6c5c6;*/
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
}
#bigmenu ul.bigmenu-nav {
	list-style-type:none;	
  display: flex;
  justify-content: space-between;
}
#bigmenu li {
  padding-right: 2vw;
}
#bigmenu li:last-child {
	margin-right:0;
}
#bigmenu li a {
	display:block;
	margin-bottom:15px;
  color: #78c143;
  border-bottom: 1px solid #78c143;
  padding-bottom: 10px;
}
#bigmenu li li a {
	font-weight:400;
	margin-bottom:0;
  color: #6c6c6c;
  border: none;
  padding-bottom: 0;
}
#bigmenu li li a:hover {
  color:#000;
}

#bigmenu li li {
	float:none;
	border:none;
	padding:0;
	font-weight:500;
	min-height:inherit;
  line-height: 16px;
  padding-bottom: 16px;
}
#bigmenu li li li{
	padding:0 0 0 20px;
	font-weight:300;
}


/* searchbar */
#searchbar {
	display:none;
	width:100%;
	--searchbar-height: 80px;
	height:var(--searchbar-height);
	position:fixed;
	right:0px;
	top:calc(0vh - var(--searchbar-height));
	background-color:#78C143;
	color:#fff;
	z-index:99999;
  padding: 0 7% 0 7%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/*overflow-y:auto; */
}
#searchform {
    position: absolute;
    top: 20px;
    left: 12vw;
}
#searchform input[type="text"], #searchform2 input[type="text"] {
	border:none;
	padding-left:8px;
	font-size: 20px;
	height: 40px;
	box-sizing: border-box;
}
#searchform2 input[type="text"] {
  border: 1px solid rgba(164,164,164,1.00)
}
.searchfield {
	float:left;
	margin-right: 3vw;
	width: 45vw;
}
.search-btn {
	width: 15vw;
	background-color:var(--ijw-blue);
	color:#fff;
	-webkit-appearance: none;  
	-moz-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.activate-search {
	cursor: pointer;
}
.close-menu {
	width:34px;
	height:33px;
	background-image: url(../images/kruisje-wit.png);
	background-size: cover;
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}



/* subnav */
#subnav ul li a {
	color: #4a99bc;
	display:block;
	padding:12px 0 12px 12px;
    border-top: 1px solid #4a99bc;
}
#subnav ul li {
	width: 100%;
}
#subnav ul li:last-child > a {
    border-bottom: 1px solid #4a99bc;
}
#subnav ul li a:hover, #subnav ul li a.active {
    color: #434370;
	background-color: rgba(74,153,188,.12);
}
/* subsub */
#subnav ul li ul li a {
	color: #4a99bc;
	display:block;
	padding:5px 0 5px 25px;
    border-top: 1px solid #4a99bc;
}
#subnav ul li ul li:last-child a {
    border-bottom: none;
}
#subnav ul li ul li a:hover, #subnav ul li ul li a.active {
    color: #000000;
	background-color: rgba(74,153,188,.22);
}



/* homepage ****************************/
#slider {
	display:block;
  position: relative;
	height:645px;
	/*margin-top:80px;*/
}
#title1.img_title{
  position:absolute;
  z-index:2;
  top: 100px;
  left:8vw;
  max-width: 900px;
}
.img_title h1{
  text-transform: uppercase;
  color:var(--ijw-dgreen);
  font-size:2.5em;
  font-weight:500;
  line-height: 1em;
}
.img_title h1 span {
  padding: 18px 27px;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}
.img_title h1 span:last-child {
  display: inline-block;
}

#c2a_banner.home {
  background-color: #fff;
  color: #6c6c6c;
  border-radius: 5px;
  position: absolute;
  right:8vw;
  top: 200px;
  padding: 1.5vw;
}
#c2a_banner.home h2 {
  color:#0d2b13;
}
#c2a_banner.home a.button.large {
  margin-bottom: 20px;
}
#c2a_banner.home p, .c2a-bar p {
  margin-bottom: 0;
}
#c2a_banner.home ul > li, .c2a-bar ul > li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#c2a_banner.home ul > li::before, .c2a-bar ul > li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--ijw-green);
    margin: 0 .5rem 0 0;
    max-width: 1.125rem;
}
.c2a-bar ul > li::before {
    color: #fff;  
}
/* news items */
.wrapper.news-items {
  max-width: none;
  width: 88%;
  padding: 0 6%;
}
ul#news-items {
  display: flex; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
  margin-left: 7px;
}
ul#news-items li {
  list-style-type: none;
  float: left;
  box-sizing: border-box;
  width: 31%;
  margin-right: 3.5%;
  line-height: 1.5em;
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
  padding-bottom: 50px;
  position: relative;
  background-color: #fff;
}
ul#news-items li:last-child {
  margin-right: 0;
}
ul#news-items li span {
  display: block;
  box-sizing: border-box;
  padding: 35px 30px 10px;
}
ul#news-items li img {
  display: block;
  width: 100%;
  height: inherit;
}
ul#news-items li h3 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}
ul#news-items a.news-item-bt {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  width: 250px;
  left: calc(50% - 125px);
  box-sizing: border-box;
}
ul#news-items a.news-item-bt::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
/* quotes block **************/
.wrapper.quotes {
  width: 72%;
  padding: 0 14%;
}
span.content-container {
  /*position: relative;*/
  float:left;
  max-width: 60%;
}
ul.quote span.content {
	display: block;
	font-size: 1.75em;
  line-height: normal;
  padding: 20px 60px 45px 75px;
}
ul.quote span.name {
	display: block;
	font-size: 1.5em;
  color:var(--ijw-green);
	clear: both;
  padding: 0 0 0 75px;
}
ul.quote img.quote-img {
  float: right;
  max-width: 28vw;
  height: inherit;
  border-radius: 50%;
}
span.quotesymbol {
  position: absolute;
	display: block;
	font-size: 8em;
  line-height: 1em;
  margin-top: -10px;
  color:var(--ijw-green);
}
span.quotesymbol.last {
  left: 56%;
  margin-top: -80px;
}

/* windmill-bar */
.container.windmill-bar {
  min-height: 300px;
  background-image: url(../images/home-locatie.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


/* page *******************************/
#img-container {
  width: 100%;
  height: 28vw;
  min-height: 500px;
  background-position: center center;
  background-size: cover;
  background-color: var(--ijw-dgreen)
}
#c2a_banner {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  right:8vw;
  top:260px;
  padding: 1.5vw 2vw .5vw;
  color: #0d2b13;
}
#c2a_banner h3 {
  color:#0d2b13;
	font-size:1.66em;
	line-height: 1.2em;
	margin-bottom:.7em;
}
.container.c2a-bar, .container.windmill-bar {
  color: #fff;
  padding: 30px 0;
}
.container.c2a-bar h3 {
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: 500;
}

.flexbox {
  display: flex;
  justify-content: space-around;
  align-items:center;
}

      /* page news */
      .newsItem img {
        max-width:100%!important;
        height: inherit!important;
        margin-bottom: 20px;
      }
      span.news-date {
        display: block;
        margin-bottom: 20px;
        color: var(--ijw-blue);
      }
      .news h3 {
        font-size: 1.6em;
        margin-bottom: 20px;
      }
      .twocol.twothird .col:first-child {
        width: 64%
      }
      .twocol.twothird .col:last-child {
        width: 30%;
        padding-top: 66px;
      }

      ul#newsItems {
        margin-left: 0;
      }
      ul#newsItems li {
        list-style-type: none;
        position: relative;
      }
      ul#newsItems li a {
        display:block;
        padding:15px 60px 15px 22px;
        border-top: 1px solid var(--ijw-green);
        text-decoration: none;
        color: #000;
      }
      ul#newsItems li a::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f054";
          margin-right: 0.5em;
          position: absolute;
          right: 10px;
          top: 30%;
          font-size: 30px;
          color: #eae5e5;
      }
      ul#newsItems li:hover a::after {
        color: #fff;
      }
      ul#newsItems li {
        width: 100%;
      }
      ul#newsItems li:last-child a {
        border-bottom: 1px solid var(--ijw-green);
      }
      ul#newsItems li a:hover, ul#newsItems li a.active {
        color: #000;
        background-color: rgba(120,193,67,0.28);
        background-image: url()
      }
      ul#newsItems span.newsBlockDate {
        color: var(--ijw-blue);
      }

      /* contact en aanmelden */
      /*.contact .wrapper {
        max-width: 800px;
      }*/
      select.gebdat.formfield {
          width: 80px;
      }
      .address-block.hidden {
        display: none;
      }

/* FAQ *************************/
#collapser h2 {
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
  padding-top: 20px;
}
#collapser h3 {
	color:var(--ijw-blue);
	line-height:20px;
	padding:20px 0 10px 0;
}
.collapser-title p {
	margin:0;
}
.collapser-title h4 {
	cursor: pointer;
  font-weight: bold;
  background: url("../images/svg/chevron-down-solid-ze-blue.svg") no-repeat center right;
  background-size: 16px;
  display: inline-block;
  padding-right: 40px;
}
.collapsed .collapser-title h4 {
  background: url("../images/svg/chevron-up-solid-ze-blue.svg") no-repeat center right;
  background-size: 16px;
}
.subcontent {
  margin-bottom: 10px;
  display: block;
}
.subcontent .content {
	line-height:normal;
}
.subcontent ul, .subcontent ol {
  margin-left: 15px;
}

/* projects *****************************/
#map {
 width: 100%;
 height: 600px;
 padding: 0;
}
.project-item {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.5em;
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
  margin-bottom: 50px;
  position: relative;
}
span.project-item-content {
  display: block;
  padding: 40px;
}
.project-item img {
  display: block;
  width: 100%;
  height: inherit;
}
.project-item h2 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 15px;
}

/* form donate ******************************/
.container.donate {
  padding-top: 0;
  padding-bottom: 60px;
}
img.doneer-hier {
  float: right;
  margin-bottom: 5.4rem; /* 60px*/
}
#donateform {
  clear: both;
  max-width: 600px;
  position: relative;
}  
.formfield.payment-amount {
	width:60px;
}
.form-group {
	display:block;
  margin-top: 5px;
}
.form-group.donation-amount-holder {
  margin: -20px 0 0;
  padding: 0;
}

.donation-btn {
  margin-bottom: 12px;
}
.donation-btn a {
    padding: 6px 15px 8px 15px;
    text-decoration: none;
    background-color: var(--ijw-blue);
    -moz-border-radius: 5px;
    border-radius: 20px;
    color: #fff !important;
}
.donation-btn a.active {
	background-color:#FF0000;
}
.switch-field {
display: flex;
overflow: hidden;
}
.switch-field input {
position: absolute !important;
clip: rect(0, 0, 0, 0);
height: 1px;
width: 1px;
border: 0;
overflow: hidden;
  box-shadow: none;

}
.switch-field label {
    /* background-color: #e4e4e4; */
    /* color: rgba(0, 0, 0, 0.6); */
    /* font-size: 14px; */
    line-height: 1;
    text-align: center;
    padding: 8px 5px;
    margin-right: -1px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
    width: 33.3%;
    box-sizing: border-box;
}
.switch-field label:hover {
cursor: pointer;
}

.switch-field input:checked + label {
  color: #fff;
box-shadow: none;
}

.switch-field label:first-of-type {
border-radius: 12px 0 0 12px;
}

.switch-field label:last-of-type {
border-radius: 0 12px 12px 0;
}
#donateform h3 {
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
img.ideal-logo {
    vertical-align: middle;
    float: right;
    margin-top: -4px;
}
.wegspam {
	display:none;
}



/* footer *******************************/
.wrapper.footer-content {
	width:84vw;
  padding: 0 8vw;  
	display:block;
	margin:0 auto;
  max-width: 1800px;
}
.wrapper.footer-content a {
	text-decoration:none;
	color:#000;
}
.wrapper.footer-content h3 {
  font-size: 1.25em;
  color:var(--ijw-dgreen);
  margin-bottom: 20px;
}
.wrapper.footer-content h3.margintop {
  margin-top: 45px;
}
.wrapper.footer-content ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 10px;
}
.wrapper.footer-content ul {
  margin-left: 0;
}
#footercol1 img {
  max-width: 100%!important;
  height: inherit!important;
}
.social-icons {
	display:inline-block;
	height: 40px;
  margin-bottom: 20px
}
.social-icon {
	display:block;
	height:40px;
	width:40px;
	background-image: url("../images/svg/social-icons-grey.svg");
	float:left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right:10px;
}
.social-icon.facebook {
	background-position: -61px 0px;
}
.social-icon.twitter {
	background-position: left 0px;
}
.social-icon.youtube {
	background-position: -183px 0px;
}
.social-icon.instagram {
	background-position: -122px 0px;
}
.social-icon.linkedin {
	background-position: -244px 0px;
}
.social-icon:last-child {
	margin-right:0;
}
/* foot sponsors */
.container.partners {
  padding: 30px 0;
}
.container.partners .col {
  text-align: center;
  color: #6c6c6c;
}
.container.partners h4 {
  border-bottom: 1px solid #6c6c6c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
/*.container.partners ul {
  display: flex;
  justify-content: space-around;
}
.container.partners ul li {
}
*/
.container.credits {
  padding: 20px 0;
  font-size: .8em;
}
.credits, .credits a {
  text-align: center;
  text-decoration:none;
	color: #7C7C7C;
}
.credits a:hover {
	text-decoration:underline;
}

/* leden login */
a.ww_link{
	display: block;
	margin-top: 40px;
}
.leden h1, .leden h2, .leden h3  {
	color: var(--nolano-orange);
}

/* styling **********************************************************************/
body {
	font-size:16px;
	line-height: 1.8em;
  font-family: 'Fira Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
:root {
	--ijw-blue:#0075b9;
	--ijw-green:#6cbe45;
	--ijw-dgreen:#329642;
	--ijw-orange:#f29000;	
}
h1,h2,h3,h4,h5,ul {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
  font-weight: normal;
  font-style: normal;
}
h1 {
	font-size:2.2em;
	line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .7em;
}
h2 {
	font-size:1.66em;
	line-height: 1.2em;
	margin-bottom:.7em;
}
.container.maincontent ul, .container.maincontent ol {
    margin-left: 15px;
    margin-bottom: 1.5rem;
}
a.button, input[type="submit"] {
	font-size: 1em;
  line-height: 1.5em;
	display: inline-block;
	padding: .5em 2em .5em 2em;
	color: #fff;
	text-decoration: none;
  border-radius: 3px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
  background-color: var(--ijw-green);
}
a.button.large {
	font-size: 1.2em;
	padding: .8em 2em .8em 2em;
}
.center {
	text-align: center;
}
.ijw-green {
	color:var(--ijw-green);
}
.ijw-blue {
	color:var(--ijw-blue);
}
.ijw-orange {
	color:var(--ijw-orange);
}
.ijw-green-bg{
	background-color:var(--ijw-dgreen);
}
a.button.ijw-green-bg {
	background-color:var(--ijw-green);
}
.ijw-blue-bg, a.button.ijw-blue-bg, input[type="submit"].ijw-blue-bg {
	background-color:var(--ijw-blue);
}
.ijw-orange-bg, a.button.ijw-orange-bg, input[type="submit"].ijw-orange-bg {
	background-color:var(--ijw-orange);
}
a.button:hover {
	background-color:var(--ijw-orange);
}

.border-top {
	border-top:1px solid #c6c5c6;
	padding-top:8px;
}
a {
	color:var(--ijw-blue);;
}
a[target="_blank"]:not(.no-ext-link-icon):after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
a.pdf {
  padding-left: 20px;
  background-image: url(../images/icons/pdf.png);
  background-repeat: no-repeat;
  background-position: left center;
}
p {
	margin-top:0px;
	margin-bottom:1.5em;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
.wrapper.maincontent ul, .wrapper.maincontent ol {
  margin-left: 15px;
  margin-bottom: 1em;
}
.col {
	float:left;
}
.twocol .col {
  box-sizing: border-box;
  width: 47%;
  margin-right: 6%;
}
.twocol .col.col-wide {
  width: 70%;
  margin-right: 0;
}
.twocol .col.col-padding-top {
  padding-top: 65px;
}
.twocol .col img, .threecol .col img {
  max-width: 100%;
  height: inherit!important;
}
.threecol .col {
  box-sizing: border-box;
  width: 30%;
  margin-right: 5%;
}
.fourcol .col {
  box-sizing: border-box;
  width: 22%;
  margin-right: 4%;
}
.col:last-child {
  margin-right: 0;
}
.col ul, .col ol {
	margin-left: 30px;
  margin-bottom: 1em;
}
.err_msg {
	color:#d13739;
}
.clearing {
	clear:both;
}
.img-left {
	padding: 5px 5px 5px 0; 
	margin-right: 10px;
	float:left;
}
.img-right {
	padding: 5px 0 5px 5px; 
	margin-left: 10px;
	float:right;
}
hr {
	height:1px;
	background-color:#fff;
	color:#fff;
}

/* ww validatie ******************************************************/
/* The message box is shown when the user clicks on the password field */
#message {
  background: #fff;
  color: #000;
  position: relative;
  padding: 10px 20px;
  margin-top: 10px;
    border: 2px dotted #C04829;
    width: calc(100% - 40px);
    max-width: 540px;
}

#message p {
  padding: 4px 35px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
  color: green;
}

.valid:before {
  position: relative;
  left: -35px;
  content: "✔";
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
  color: red;
}

.invalid:before {
  position: relative;
  left: -35px;
  content: "✖";
}



/* form */
form span.label {
	display:block;
	padding-right:10px;
}
form span.label.floatleft {
	float:left;
}
form span.formelement {
	display:block;
}
form span.formelement.align-horizontal {
	display:inline-block;
  padding-right: 20px;
}
form div.formrow {
	clear:both;
	min-height:38px;
	padding-bottom: 15px;
}
form div.formrow.nomargin {
	min-height:inherit;
	padding-bottom: 0;
}
form div.formrow.floatleft {
	float:left;
	clear:none;
	margin-right:20px;
	width:300px;
}
form div.formrow.floatleft.clearboth, form div.clearboth {
  clear: both;
}
form div.formrow.small {
	width:100px;
}
form div.formrow.medium {
	width:150px;
}
form div.formrow.hidden, form div.formrow.special, div.hidden {
	display:none;
}
form div.formrow:before, form div.formrow:after {
	content: " ";
	display: table;
}
form div.formrow:after {
	clear: both;
}
form div.formmargin {
	margin-left:35px;
}
form span.small {
	font-size:16px;
	line-height: normal;
	display: inline-block;
}


.wegspam {
	display:none;
}
#errormsg {
	box-sizing: border-box;
	padding:10px;
	color:var(--ijw-orange);
	border: 2px dotted var(--ijw-orange);;
	margin-bottom:15px;
	margin-top:15px;
	width:100%;
}
#infoform td.label {
	width: 30%;
	padding-right: 30px;
}
.formfield, textarea {
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	width:98%;
  max-width: 400px;
	font-size:16px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width:1px;
	border:solid 1px #CCCCCC;
	padding-left:10px;
}
select {
	font-size:16px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width:1px;
	border:solid 1px #CCCCCC;
	padding-left:10px;
	height:30px;
	margin-bottom:5px;
}
input[type="file"] {
	font-size:16px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height:30px;
	margin-bottom:5px;
}
select.formfield {
	width:100%;
}
.formfield {
	height:30px;
	margin-bottom:5px;
}
.formfield.small {
	max-width: 100px;
}
.formfield.medium {
	height:40px;
}
.formfield.big {
	height:100px;
}
.formfield.xbig {
	width:98%;
	height:300px;
}
textarea {
	height:70px;
}
textarea.big {
	height:100px;
}
textarea.xl {
	height:140px;
  max-width: 620px;
}
#form-ze-prijs textarea {
  max-width: 620px;
  
}
fieldset {
  border: 1px solid #fff;
  padding: 20px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 860px;
}
fieldset legend {
    padding: 0 10px;
}


.error_field {
	border:1px solid var(--ijw-orange);
	background-color: #FFFFC1;
}
.required {
	background-image: url(../images/bullet-required.png);
	background-repeat: no-repeat;
	background-position: right center;
}
input[type="submit"]:hover, input.submit:hover {
	background-color: var(--ijw-orange);
}
input[type="submit"] {
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
  appearance: none;
  border-radius: 3px;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	cursor: pointer;
}
input.submit {
	margin-bottom: 20px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: transparent;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: transparent;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: transparent;
}

  /* video */
.embeddedContent {
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
}
.embeddedContent iframe, .embeddedContent object, .embeddedContent embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}  




/* bx slider */
#slider .bx-wrapper .bx-pager {
	padding-top:0px;
	margin-left:200px;
    margin-top: -50px;
}
#slider .bx-wrapper .bx-prev {
	left: 80px;
	background: url(../images/controls_big.png) no-repeat 0 0;
}

#slider .bx-wrapper .bx-next {
	right: 80px;
	background: url(../images/controls_big.png) no-repeat 0 -166px;
}

.show_responsive {
  display: none;
}

/* responsive lay-out *********************************************************************************************************/

@media only screen and (min-width: 1300px) and (max-width: 1700px){
  a#logo {
    width: 270px;
    height: 34px;
    top:22px;
  }
  #topnav {
    top:23px;
  }
  #topnav a.button {
    font-size: .8em;
    padding: .5em 1em .5em 1em;
  }
  #mainnav ul li a {
    font-size: 1em;
    margin-right: 20px;
  }

}

@media only screen and (max-width: 1300px){
	#mainnav {
		display:none;
	}
  #topnav {
    right:calc(4% + 80px);
  }
	#mobile-nav-icon {
		display:block;
		width:40px;
		height:40px;
		background-image: url("../images/svg/mmenu.svg");
		background-repeat: no-repeat;
    background-size: contain;
		position:absolute;
		right:4%;
		top:20px;
	}
  #title1.img_title {
    /*top: 60px;*/
    left: 4vw;
  }
}


@media only screen and (max-width: 1024px){
  .wrapper.footer-content {
    width: 92vw;
    padding: 0 4vw;
  }
  #title1.img_title {
    top: 40px;
    left: 3vw;
    max-width: 600px;
  }
  .img_title h1 {
    font-size: 1.5em
  }
  #c2a_banner.home {
    right: 3vw;
    top:40px;
    max-width: 300px;
    font-size: .9em;
    line-height: 1.5em;
  }
  #c2a_banner span.hideresp {
    display: none;
  }
  .wrapper.quotes {
    width: 84%;
    padding: 0 8%;
  }
  
  /* page */
  #img-container {
    height: 280px;
  }
  #c2a_banner {
    right: 3vw;
    /*top:110px;*/
  }
  #c2a_banner h2 {
    font-size: 1.2em;
  }
  #c2a_banner a.button.large {
    font-size: 1em;
    padding: .5em 2em .5em 2em;  
    margin-bottom: 10px;
  }
}


/*		Tablet Layout: 768px.  *****************************************************************************/
@media only screen and (max-width: 991px) {
	a#logo {
    width: 250px;
    top: 21px;
    height: 30px;	
  }
  #topnav {
    top:23px;
  }
  #topnav a.button {
    font-size: .8em;
    padding: .5em 1em .5em 1em;
  }
  .flexbox div {
    padding-right: 20px;
    box-sizing: border-box;
  }
  .container.c2a-bar h3 {
    font-size: 1.4em;
  }
  
  
	/* homepage */
  .bx-controls-direction {
    display: none;
  }
	
	/* page */
	.page .col img {
		max-width: 100%!important;
		height: inherit!important;
	}
	
  ul.quote span.content {
    font-size: 1.5em;
  }
	
  .twocol .col.col-wide {
    width: 100%;
  }
  
	/* footer */
	.fourcol .col {
    width: 46%;
    margin-right: 4%;
  }
}

/*		Mobile Layout: 320px.   ***************************************************************************/
@media only screen and (max-width: 767px) {
	header {
    height: 60px;
	}
	a#logo {
    width: 200px;
    top:15px;
    left:10px;
	}
  #topnav {
    display: none;
  }
  #mobile-nav-icon {
    top:10px
  }

	/* homepage */

  .home .container.top {
    margin-top: 52px;
		padding-top: 50px;
  }
	.home .container.top {
		padding-top: 0;
  }
  #slider {
    margin-top: 52px;
    height: 645px;
  }
  #title1.img_title {
    left:20px;
    max-width: 400px;
    top:30px;
  }
  .img_title h1 {
      font-size: 1em;
  }
  #c2a_banner.home {
    right:20px;
    padding: 20px;
    top:300px;
    box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
  }
  
  ul.quote span.content {
    font-size: 1.2em;
    padding: 50px 0 25px 0px;
  }  
  span.content-container {
    max-width: 100%;
    float: none;
  }
  ul.quote img.quote-img {
    float: none;
    max-width: inherit;
    margin: 30px auto 0;
  }
  span.quotesymbol.last {
    margin-top: -20px;
    left: auto;
    right: 0;
  }
  ul.quote span.name {
    padding: 0;
  }
  
  .twocol .col, .twocol.twothird .col:first-child, .twocol.twothird .col:last-child {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
  }	
  .twocol .col:last-child {
    margin-bottom: 0;
  }
  
	/* page */
  .container.top {
    margin-top: 60px;
		padding-top: 0;
  }
	.c2a-bar .flexbox {
    display: block;
  }
  .c2a-bar .flexbox div {
    margin-bottom: 10px;
  }
  .c2a-bar .flexbox div:last-child {
    margin-bottom: 0;
  }
  #img-container {
    height: 330px;
    min-height: 330px;
  }  
  .img_title h1 span {
    margin-bottom: 10px;
    padding: 10px 15px;
  }

  #c2a_banner {
    padding: 20px 20px 0;
    top:150px;
  }
  #c2a_banner h3 {
    font-size: 1.2em;
  }
  
  /* live */
  table.live_events td {
    font-size: .7em;
    line-height: normal;
  }
  table.live_events td img {
    max-width: 24%;
  }
  
	/* form */
	#infoform table td {
		display: block;
	}
	#infoform td.label {
		width: 100%;
		text-align: left;
	}
  .show_responsive {
    display: block;
  }
  form div.formrow.floatleft {
    width: 98%;
    max-width: 400px;
  }
  form div.formrow.small.floatleft {
    width:25%;
  }

  /* video */
.embeddedContent {
	position:relative;
	padding-bottom:56.25%;
	/*padding-top:30px;*/
	height:0;
	overflow:hidden;
}
.embeddedContent iframe, .embeddedContent object, .embeddedContent embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}  

	/* search */
  body.search .container.top {
    visibility: hidden;
    height: 0;
  }
  
  
	/* footer */
	#footercol1, #footercol2, #footercol3, #footercol4 {
		float:none;
		width:100%;
		padding-left:0;
		padding-right:0;
		text-align: center;
	}
    #footercol1 {
		text-align: center;
    }
	#footercol2 {
		padding-top: 0;
		padding-bottom: 30px;
		text-align: center;
	}
	
}

/*		Wide Mobile Layout: 480px.   *****************************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #slider {
    padding-bottom: 0;
  }
}

/* bx slider *****************************************************************/
*{
  margin: 0px;
  padding: 0px;
}
body, html{
    height: 100%;
}
.bx-viewport, .bx-wrapper{
  position:relative;
  width:100%;
  height:100% !important;
  top:0;
  padding: 8px 0;
}
.bxslider, .bxslider li{
  height: 100% !important;
	padding:0;
}

.bxslider li{
  /* combineer alle background tot 1 regel */
  background: var(--ijw-dgreen) url(../images/home-slider-1.jpg) center center/cover no-repeat;
	list-style-type: none;
}
/*
@media only screen and (min-width: 1800px) {
  .bxslider li{
    background-size: contain;
  }
}
  */
.bx-wrapper .bx-viewport{
    border: none !important;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
  margin: 0 auto;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	left: 0px; 
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	padding-top: 18px;
	margin-left:0px;
}


.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #BDBDBD;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: var(--ijw-green);
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: -52px;
	background: url(../images/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
	right: -72px;
	background: url(../images/controls.png) no-repeat 0 -89px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -42px;
	outline: 0;
	width: 52px;
	height: 89px;
	text-indent: -9999px;
	z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}



/*	jQuery.mmenu CSS **************************************************************/
/*
	jQuery.mmenu panels CSS
*/

.mm-menu {
  --mm-color-background: var(--ijw-green);
  --mm-color-text: #fff;
  --mm-offset-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mm-menu {
    --mm-offset-top: 60px;  
  }
}

#navmenu:not( .mm-menu ) {
   display: none;
}

nav ul.mm-listview li {
	float:none;
}
@media only screen and (max-width: 440px) {
  #navmenu.mm-menu_offcanvas {
    max-width: 300px;
    max-height: calc(100vh -60px);
  }
}
.mm-navbar a.fa, .mm-navbar a.fab {
  display: inherit;
  font-size: 20px;
}
#navmenu .mm-navbar {
  color: rgba(255,255,255,0.79);
}