@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Quicksand:wght@300..700&display=swap');

/* Variabelen */
:root {
  --orange: #e78828;
  --blue: #1d2663;
  --darkblue: #13183a;
  --greybg: #f2f2f2;
}

/* Basisstijlen voor alle schermbreedten/x apparaten (mobile-first) */

/* Fonts */
@font-face {
  font-family:"MendozaEF-MediumItalic";
  src: url("../fonts/MendozaEF-MediumItalic.otf") format("opentype"); 
}



/* basic lay-out */
/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
div.archive_notice {
	position: fixed;
	top: 0px;
	left: calc(50% - 150px);
	width: 300px;
	background-color: #ffef00;
	color: #000;
	z-index: 99999;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
}
html { 
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	background-color:#F7F7F7;
}
#wrapper {
  padding-top: 120px;  
}
.wrapper {
	position:relative;
	width:92%;
  padding: 0 4%;
  max-width: 1080px;
	margin:0 auto; 
}
.container {
  width: 100%;
  /*max-width: 1600px;*/
  padding: 40px 0;
  margin: 0 auto;
  background-color: var(--greybg);
}
.home .container.top {
  padding:  0;
  margin-top: 0;
}
.page .container.top {
  padding:  0;
  margin-top: 0;
}
header {
	display:block;
	height:118px;
	width:100%;
	top:0px;
	position:fixed;
	z-index:101;
  background-color: #fff;
  transition: top 0.2s ease-in-out;
}
.nav-up header{
    top: -182px;
}
#header-content {
	position:relative;
	width:92%;
  padding: 0 4%;
  max-width: 1440px;
	margin:0 auto;
  /*background-color: #f2f2f2;*/
}
a#logo {
  display: block;
	border:0;
  top:10px;
  left: 0;
	position:relative;
  background-image: url("../images/svg/JMC_Logo_Main_Duo-tone_CMYK.svg");
  width: 112px;
  height: 92px;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
}

/* 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:block;
  width:38px;
  height:34px;
  background-image: url(../images/svg/mmenu.svg);
  background-repeat: no-repeat;
  position:absolute;
  right:4%;
  top:18px;
}


/* mainnav */
#navcontainer {
  border-bottom: 1px solid var(--blue);
  position: relative;
  float: right;
  width: calc(100% - 140px);
  height: 92px;
}
#mainnav, #subnav {
  display:none;
}
#mainnav {
	position:absolute;
	top:85px;
	right:4%;
}
#mainnav ul li a {
	font-size:2em;
	color: var(--blue);
	display:block;
	padding:0 0 0 0;
  margin-right: 40px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
#mainnav ul li:last-child a {
    margin-right: 0;
}
#mainnav ul li a:hover, #mainnav ul li.active a {
    color: var(--darkblue);
}

/* topnav */
#topnav {
	position:absolute;
	top:20px;
	right:0;
}
#topnav ul li a {
  font-size: 2em;
  color: var(--blue);
  display: block;
  padding: .9em 1.2em 0;
  margin-right: 40px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 1px solid var(--blue);
  border-radius: 40px;
  box-sizing: border-box;
  height: 2.7em;
}
#topnav ul li:last-child a {
    margin-right: 0;
}
#topnav ul li a:hover, #topnav ul li.active a {
    color: var(--darkblue);
}



/* sub */
#mainnav ul li ul {
  visibility: hidden;
  opacity: 0;
  display: none;
  position: absolute;
  transition: all 0.5s ease;
  background-color: #fff;
  padding: 15px 0 0;
  box-sizing: border-box;
  min-width: 280px;
  margin: -2vw 0 0 -15px;
  
}

#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 {
  background-color: #F4F4F4;
}
#mainnav ul li ul li a {
  color:#585858;  
  height: auto;
	padding:8px 0;
  border: none;
  font-size: 2em;
}
#mainnav ul li ul li a:hover {
  color:#585858;  
}
#mainnav ul li a:hover ul li a, #mainnav ul li.active ul li a {
  background-color: transparent;
}
#mainnav ul li.active ul li a {
  color:#585858;  
  border:none;
}
#mainnav ul li.active ul li.active {
  background-color: #F4F4F4;
}
#mainnav ul li.active ul li.active a {
  color:var(--red);    
}

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


/* social-icons */
.social-icons {
	position:absolute;
	top:20px;
  right: calc(4% + 70px);
}
.social-icon {
	display:block;
	height:30px;
	width:30px;
	background-image: url("../images/svg/social-icons.svg");
	float:left;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right:10px;
}
.social-icon.twitter {
	background-position: left 0px;
}
.social-icon.facebook {
	background-position: -46px 0px;
}
.social-icon.youtube {
	background-position: -183px 0px;
}
.social-icon.instagram {
	background-position: -91px 0px;
}
.social-icon.linkedin {
	background-position: -244px 0px;
}
.social-icon:last-child {
	margin-right:0;
}



/* homepage ****************************/
ul#event-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 0 0;
  flex-direction: row;
  column-gap: 4%;
}
ul#event-list li {
  background-color: var(--blue);
  color: #fff;
  box-sizing: border-box;
  padding: 44px 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  font-family:'MendozaEF-MediumItalic', Georgia, Times, serif;
  font-size: 2.6rem;
  width: 100%;
  position: relative;;
}
ul#event-list li a {
  display: block;
  text-decoration: none;
}
/*
.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid var(--orange);
}
  */
.arrow-right {
  display: block;
  width: 26px;
  height: 28px;
  background-image: url(../images/triangle.png);
  background-size: cover;
  position: absolute;
  right: 7%;
}
span.info-container {
  max-width: calc(100% - 30px);}


/* page *******************************/


/* footer *******************************/
footer {
	display:block;
	min-height:300px;
	background-color:var(--blue);
}
#footer-content {
  padding: 88px 4%;
  max-width: 1280px;
	display:block;
	margin:0 auto; 
	color:#fff;
  font-size: 2.2rem;
  line-height: 1.5em;
}
#footer-content a {
	text-decoration:none;
	color:#fff;
}

.footercol1, .footercol2, .footercol3 {
	float:left;
  box-sizing: border-box;
  width:33.33%;
}

.credits {
	display:block;
	margin:0px auto;
  padding: 20px 4% 20px 4%;
  max-width: calc(1600px 8%);
	clear:both;
  font-size: 1.3em;
  background-color: #fff;
	text-align: center;
}
.credits, .credits a {
	text-decoration:none;
	color: var(--brown);
}
.credits a:hover {
	text-decoration:underline;
}


/* styling **********************************************************************/
html {
	font-size:8px;
}
body {
	line-height: 1.5em;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,h2,h3,h4,h5,ul {
	margin:0;
	padding:0;
}
h1, h2, h3, h4 {
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	color: var(--blue);
}
h1 {
	font-size:6rem;
	line-height: 1.2em;
  margin-bottom: 1em;
  font-family:'MendozaEF-MediumItalic', Georgia, Times, serif;
  font-style: italic;
  font-weight: normal;
}
.home h1 {
	font-size:9.6rem;
}
h2 {
	font-size:2.8rem;
  margin-bottom: 1em;
}
.container .wrapper {
	font-size: 2.2rem;
	line-height: 1.5em;
}
.content_container {
  max-width: 1000px;
  /*font-size: 2.2rem;
  line-height: 1.5em;*/
}
.container.maincontent ul, .container.maincontent ol {
    margin-left: 15px;
    margin-bottom: 1.5rem;
}
.content_container img {
  max-width: 100%;
  height: inherit!important;
}

a.button {
  color: var(--blue);
  display: inline-block;
  padding: .5em .9em 0;
  margin-right: 40px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  border: 1px solid var(--blue);
  border-radius: 40px;
  box-sizing: border-box;
  height: 2.7em;
  text-decoration: none;
  margin-top: 50px;;
}

.center {
	text-align: center;
}
.border-top {
	border-top:1px solid #c6c5c6;
	padding-top:8px;
}
a {
	color:var(--red);
}
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;
}
p {
	margin-top:0px;
	margin-bottom:1.5em;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
.col ul, .col ol {
	margin-left: 15px;
}
.col2 ul {
  margin-bottom: 20px;
}
.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: "✖";
}



/* inschrijven ****************************/
#subscribeBody {
  margin-top: 30px;
}
select.gebdat {
    width: 80px;
}

form span.label {
	display:block;
	padding-right:10px;
  font-size: .8em;
  line-height: 1.3em;
}
label {
  font-size: .8em;
}
form span.label.floatleft {
	float:left;
}
form span.formelement {
	display:block;
  max-width: 500px;
}
form span.formelement.align-horizontal {
	display:inline-block;
  padding-right: 20px;
}
form div.formrow {
	display:block;
	clear:both;
	min-height:5rem;
	padding-bottom: 15px;
}
form div.formrow.nomargin {
	min-height:inherit;
	padding-bottom: 0;
}
form div.formrow.narrow {
	min-height:inherit;
}
form div.formrow.floatleft {
	float:left;
	clear:none;
	margin-right:20px;
	/*width:300px;*/
  width: 100%;
  max-width: 300px;
}
form div.formrow.floatleft.clearboth, form div.clearboth {
  clear: both;
}
form div.formrow.small {
	width:100px;
}
form div.formrow.medium {
	width:200px;
}
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;
}
fieldset, legend {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 24px;
	border: 1px solid var(--blue);
	padding:20px;
}
fieldset {
  margin-bottom: 20px;
  max-width: 700px;
}
legend {
	padding: 0px 10px;
  font-size: .7em;
  color: #fff;
  background-color: var(--blue);

}
#errormsg {
	width:60%;
	padding:10px;
	color:#f35300;
	border: 2px dotted #f35300;
	margin-bottom:15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="text"], input[type="email"] {
    width: 100%;
}
input[type="text"], input[type="email"], select, textarea {
	height:30px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid var(--blue);
	padding-left:5px;
}
textarea {
    width: 100%;
    height: 100px;
}
select {
    width: 100%;
	max-width:400px;
}
#inschrijfbutton {
  padding: 0 30px;
  background-color: var(--blue);
  float: right;
  margin-top: 50px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 22px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  height: 54px;
  box-sizing: border-box;
}
input#inschrijfbutton {
  float: none;
  margin: 0;
}
#inschrijfbutton:hover {
  background-color: rgb(229,57,80);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
a.inschrijven {
	color:#FFF;
}

@media only screen and (max-width: 1200px) {
  #subscribeBody {
    margin-left: 0;
    max-width: none;
  }
}

@media only screen and (max-width: 1023px) {
	form span.formelement {
		width:100%;
	}
}

@media only screen and (max-width: 767px) {
    #inschrijfbutton {
        margin-top: 0;
    }
}


/* responsive lay-out *********************************************************************************************************/
@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) {
  html {
    font-size:10px;
  }
  #wrapper {
    padding-top: 156px;
  }
	header {
		height:176px;
	}
	#mainnav, #topnav, #subnav {
		display:block;
	}
  #topnav {
    top:22px;
  }
	a#logo {
    top:24px;
    width:158px;
    height: 128px;
	}
  #navcontainer {
    width: calc(100% - 254px);
    height: 101px;
  }  
	#header-content {
		height:auto;
	}
	#mobile-nav-icon {
		display:none;
	}
  .social-icons {
    right: 4%;
  }
  .container {
    padding: 100px 0;
  }
  ul#event-list li {
    width: 48%;;
  }  
	/* footer */
  #footercol1, #footercol2, #footercol3 {
    float:left;
    text-align: left;
  }
  #footercol1 {
    width:40%;
  }
  #footercol2 {
    width: 30%;
    padding-bottom: 0;
  }
  #footercol3 {
    width: 30%;
    padding-top: 15rem;
  }
  
  
}

/*		iPad landscape screen layout:   ********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1300px){
  html {
    font-size:9px;
  }
}

/*		Tablet Layout: 768px.  *****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
  ul#projectsList li {
    margin: 0 0 30px 4rem;
    width: calc(50% - 4rem);
    max-width: 400px;
  }
}

@media only screen and (max-width: 600px) {
  ul#projectsList {
    margin: 0;
  }
  ul#projectsList li {
    margin: 0 0 30px 0;
    width: 100%;
    max-width: 400px;
  }
}




/* 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{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	list-style-type:none;
    background-color: #eee;
}
@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;
  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;
}

.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(--ze-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 {
  font-size: 1.6em;
  
/*  --mm-color-background: #444; 	/* 	The background-color for the menu.*/
/*  --mm-color-background-emphasis: ; 	/* 	The background-color for emphasized listitems.*/
/*  --mm-color-background-highlight: ; 	/* 	 	The background-color for highlighted listitems.*/
/*  --mm-color-border: ; 	/* 	 	The border-color for navbars, listitems, etc.*/
/*  --mm-color-button: ; 	/* 	 	The color for buttons.*/
/*  --mm-color-text: #fff; 	/* 	 	The text-color for the menu.*/
/*  --mm-color-text-dimmed: ; 	/* 	 	The text-color for dimmed out elements in the menu.*/
  /*Positioning*/
  --mm-offset-top: 72px; 	/* 	 	Menu top offset.*/
/*  --mm-offset-right: ; 	/* 		Menu right offset.*/
/*  --mm-offset-bottom: ; 	/* 	 	Menu bottom offset.*/
/*  --mm-offset-left: ; 	/* 	 	Menu left offset.*/
  /*Sizes*/
/*  --mm-line-height: ; 	/* 		The line-height for the menu.*/
/*  --mm-listitem-size: ; 	/* 		The height for the listitems.*/
/*  --mm-navbar-size: ; 	/* 	 	The height for the navbars.  */
}

#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);
}