@charset "utf-8";

/* Variabelen */
:root {
  --pink: #ed81b1;
  --blue: #71b6c2;
  --bluebg: #71b6c218;
  --greytext: #3b3b3b;
  --txtbg: #f7f7f7;
}
html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}
[id] {
  scroll-margin-top: 190px; /* 40px bovenmarge bij scroll */
}

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


/* 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: 99999;
	font-size: 18px;
	padding: 10px 0 15px;
	text-align: center;
}
html { 
	-webkit-text-size-adjust:none;
}
body {
	margin: 0;
	background-color:#fff;
}
#wrapper {
  padding-top: 70px;  
}
.wrapper {
	position:relative;
	width:92%;
  padding: 0 4%;
  max-width: 1240px;
	margin:0 auto; 
}
.container {
  width: 100%;
  /*max-width: 1600px;*/
  padding: 20px 0 8px 0;
    margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.home .container.top {
  padding:  0;
  margin-top: 0;
}
.page .container.top {
  padding:  0;
  margin-top: 0;
}
header {
	display:block;
	height:70px;
	width:100%;
	top:0px;
	position:fixed;
	z-index:101;
  background-color: rgba(255,255,255,0.95);
  transition: top 1s ease-in-out;
}
.no-img header {
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
}
#header-content {
	position:relative;
	width:92%;
  height: 70px;
  padding: 0 4%;
  max-width: 1240px;
	margin:0 auto;
}
a#logo {
  display: block;
	border:0;
  top:8px;
  left: 0;
	position:relative;
  background-image: url("../images/svg/logo_ziemijzutphen.svg");
  width:140px;
  height: 51px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 1s ease-in-out;
}

.home a#logo::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/svg/logo_ziemijzutphen_solo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  animation: logo-fade 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes logo-fade {
  0%, 35% {
    opacity: 0;
  }
  50%, 65% {
    opacity: .8;
  }
  100% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home a#logo::after {
    animation: none;
    opacity: 0;
  }
}

/* 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:34px;
  height:34px;
  position:absolute;
  right:4%;
  top:18px;
  background: none;
  border: none;
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-size: 34px 2px;
  background-position: 0 16px;
}

#mobile-nav-icon::before,
#mobile-nav-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#mobile-nav-icon::before {
  top: 8px;
}

#mobile-nav-icon::after {
  top: 24px;
}

body.navmenu-open #mobile-nav-icon::before {
  transform: translateY(8px) rotate(45deg);
}

body.navmenu-open #mobile-nav-icon::after {
  transform: translateY(-8px) rotate(-45deg);
}

body.navmenu-open #mobile-nav-icon {
  background-size: 0 2px;
}


/* mainnav */
#mainnav, #topnav, #subnav {
  display:none;
}
#mainnav {
	position:absolute;
	top:41px;
	right:4%;
  transition: top 1s ease-in-out;

}
.nav-up #mainnav  {
}
#mainnav ul li a {
	font-size:1.8rem;
	color: #000;
	display:block;
	padding:10px 14px;
  margin-right: 20px;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 50px;
}
#mainnav ul li:last-child a {
    margin-right: 0;
}
#mainnav ul li a:hover, #mainnav ul li.active a {
  background-color: #dddddd ;
}
#mainnav ul li:first-child a {
  color: var(--pink);
  border: 1px solid var(--pink);
}
#mainnav ul li:nth-child(2) a {
  color: var(--blue);
  border: 1px solid var(--blue);
}
#mainnav ul li:first-child a:hover, #mainnav ul li:first-child.active a {
  background-color: var(--pink);
  color: #fff;
}
#mainnav ul li:nth-child(2) a:hover, #mainnav ul li:nth-child(2).active a {
  color: #fff;
  background-color: var(--blue);
}


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

#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;*/
  background-color: #e1e1e1;
}
#mainnav ul li ul li:hover {
  /*background-color: #F4F4F4;*/
}
#mainnav ul li ul li a {
  color:#000;  
  height: auto;
  padding: 15px 15px 15px 25px;
  border: none;
  font-size: 1.8rem;
  font-weight: 400;
}
#mainnav ul li ul li a:hover {
  color:#000;  
}
#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 {
  border:none;
}
#mainnav ul li.active ul li.active {
  background-color: #000;
}
#mainnav ul li.active ul li.active a {
  color: #fff;
}
#mainnav ul li ul li a:hover {
  background-color: #c3e5f7;
}


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

/* home *******************************/
#img-container {
  width: 100%;
  height: 32vw;
  max-height: 468px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#preview-video {
  width: 100%;
  height: 32vw;
  max-height: 468px;
  object-fit: cover;
  display: block;
}
#header-lines {
    position: absolute;
    top:0;
    left: 0;
}
#header-lines img {
  height: 32vw;
  width: inherit;
}

#payoff {
  position: absolute;
  top: 28px;
  right: 6%;
}  
#payoff img {
  max-width: 267px;
  width: 18vw;
  height: inherit;
}
.container.home-intro {
  text-align: center;
  background-color: var(--txtbg);
}
.home h1 {
  margin-bottom: 0;
}
.container.home-intro .wrapper {
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
  padding: 0 4%;
}
.container.doelgroepen {
  background-color: #fff;
}
div.flexbox {
  display: flex;
  gap: 0px;
  justify-content: center;
}
.container.doelgroepen a {
  display: block;
  text-decoration: none;
  color:#000;
  padding: 10px;
}
.container.doelgroepen .jongeren a:hover {
    background-color: #71b6c237;
}
.container.doelgroepen .kinderen a:hover {
    background-color: #ed81b13b;
}
.doelgroepen .icon_text {
  display: block;
  padding-left: 65px;
  height: 59px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.kinderen .icon_text {
  background-image: url("../images/svg/icon-kinderen.svg");
}
.jongeren .icon_text {
  background-image: url("../images/svg/icon-jongeren.svg"); 
}
.icon_text {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
.icon_text h3 {
  font-size: 2rem;
}
.doelgroepen span.arrow {
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: url("../images/svg/arrow-home-black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.doelgroepen span.pict {
  display: block;
  width: 100%;
  max-width: 288px;
  border-radius: 50%;
  margin: 15px 0 16px;
  padding: 0 0 100% 0;
  background-position: center center;
  background-size: cover;
}
.doelgroepen .kinderen span.pict {
  background-image: url("../images/home-kinderen.jpg");
}
.doelgroepen .jongeren span.pict {
  background-image: url("../images/home-jongeren.jpg");
}
/* quotes block **************/
.container.quotes {
  background-color: var(--txtbg);
  padding: 20px 0;
}
.container.quotes .wrapper {
    padding: 0;
}
span.content-container {
    max-width: 750px;
    color: var(--greytext);
}
ul.quote span.content {
	display: block;
  padding: 20px 60px 0px 65px;
  font-size: 2rem;
  font-style: italic;
}
ul.quote span.name {
	display: block;
	clear: both;
  font-weight: bold;
  padding: 0 0 0 65px;
   color: var(--greytext);
}
span.quotesymbol {
  position: absolute;
	display: block;
  width: 50px;
  height: 41px;
  background-image: url(../images/svg/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
}


/* page *******************************/
.page .col2 {
    min-height: 300px;
    padding-bottom: 40px;
}
img.template_img {
  float: left;
  padding-right: 15px;
  margin-top: 6px;
  width: 80px;
  height: inherit;  
}  
img.figuurtjes-kids {
  position: absolute;
  right: 8%;
  top: -51px;
  z-index: 1;
}
.pag30 .col2 img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.kader {
  background-color: var(--bluebg);
  padding: 25px 40px;
  margin-bottom: 40px;  
}

/* contact *******************************/

/*
.page.contact .container .wrapper {
  display: flex;
  flex-wrap: wrap-reverse;
}
  */
.page.contact .container.title h1 {
  margin-bottom: 0;
}
.page.contact .col1 {
padding-bottom: 30px;
}
.page.contact .col1 iframe {
  width: 100%;
  height: 240px;
}


/* footer *******************************/
footer {
	display:block;
}
footer .container.main {
  background: linear-gradient(90deg, rgba(239, 128, 177, 1) 0%, rgba(112, 182, 194, 1) 100%);

}
.template-kinderen footer .container.main {
  background: var(--pink);
}
.wrapper.footer-content {
  color: #fff;
  padding: 20px 0 40px;
}
.wrapper.footer-content a {
	text-decoration:none;
	color:#fff;
}
.wrapper.footer-content h3 {
  font-size: 1.25em;
  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.footer-logo {
  max-width: 100%!important;
  height: inherit!important;
  margin-bottom: 30px;
}
#footercol3 .payoff {
  font-family: recursive-sans-linear-static, sans-serif;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: bold;
  margin-top: 10px;
}
#footercol3 .logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 40px;
  }
#footercol3 .logos img {
    max-width: 120px;
    height: auto;
    margin: 10px;
}
.social-icons {
	display:inline-block;
	height: 40px;
  position: relative;
  bottom:0;
}
.social-icon {
	display:block;
	height:40px;
	width:40px;
	background-image: url("../images/svg/social-icons.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;*/
	background-position: -122px 0px;
}
.social-icon:last-child {
	margin-right:0;
}
.container.credits {
  padding: 20px 0;
  font-size: .8em;
}
.credits, .credits a {
  text-align: center;
  text-decoration:none;
	color: #7C7C7C;
}
.credits {
}
.credits a:hover {
	text-decoration:underline;
}

/* styling **********************************************************************/
html {
	font-size:8px;
}
body {
	line-height: 1.5em;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: calibri, 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: 700;
  font-style: normal;
  font-family: recursive-sans-linear-static, sans-serif;
}
h1 {
	font-size:3.2rem;
	line-height: 1.2em;
  font-style: normal;
  margin-bottom: 50px;
}
h2 {
	font-size:2.2rem;
  margin-bottom: 1em;
}
h3 {
	font-size:2.2rem;
  margin-bottom: 0;
}
.container .wrapper {
	font-size: 2rem;
	line-height: 1.5em;
}
.content_container {
  max-width: 940px;
  /*font-size: 2.2rem;
  line-height: 1.5em;*/
}

.content_container ul, .content_container ol {
  margin-left: 25px;
  margin-bottom: 1em;;
}
.container.maincontent ul, .container.maincontent ol {
    margin-left: 15px;
    margin-bottom: 1.5rem;
}
.content_container img {
  max-width: 100%;
  height: inherit!important;
}
.container.bgcolor {
  background-color: var(--txtbg);
}
/*
.container:nth-child(2n+1) {
  background-color: var(--txtbg);
}
  */
.container.top{
  background-color: #dadada;
}
.center {
	text-align: center;
}
.border-top {
	border-top:1px solid #c6c5c6;
	padding-top:8px;
}
a {
	color:var(--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;
}

p {
	margin-top:0px;
	margin-bottom:1.5em;
}
p.no-margin-bottom {
	margin-bottom: 0;
}
.no-mobile {
  display: none;
}
/*
.col {
  float:left;
  box-sizing: border-box;
}
.col1 {
  width: calc(100% - 300px);
  padding-bottom: 40px;
}
.col2 {
  width: 300px;
  background-color: aliceblue;
  box-sizing: border-box;
  padding-left: 6%;
}
.col ul, .col ol {
	margin-left: 15px;
}
.col2 ul {
  margin-bottom: 20px;
}
.contentcols .fourcol {
    border-bottom: 1px solid #000;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
    */
 .col {
	float:left;
  width: 100%;
}
/*
.threecol .col {
  box-sizing: border-box;
  width: 30%;
  margin-right: 5%;
}
  */
.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: 30px;
	float:left;
}
.img-right {
	padding: 5px 0 5px 5px; 
	margin-left: 30px;
	float:right;
}
hr{
    margin-bottom: 40px;
    background: linear-gradient(270deg, rgba(239, 128, 177, 1) 0%, rgba(112, 182, 194, 1) 100%);
    border: none;
    height: 2px;
}
table.news td {
  padding: 10px;
  vertical-align: top;
}
ul#toc li {
    float: left;
    margin-right: 30px; 
}
ul#toc {
  list-style: none;
  height: 40px;
}
ul#toc li a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #3F3F3F;
}
ul#toc li a:hover {
  text-decoration: underline;
}


/* 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;
  float: none;    
  width: 100%;
	padding-right:20px;
  font-size: .9em;
  color:#888888;
}
form span.formelement {
	display:block;
  float: none;
  width: 100%;
}
form div.formrow {
	clear:both;
}
form div.formrow.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;
}
.wegspam {
	display:none;
}
fieldset, legend {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #CCCCCC;
	padding:20px;
}
legend {
	padding: 4px 10px;
    font-size: .9em;
}
#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="password"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"], input[type="password"], input[type="email"] {
  width: 100%;
  box-sizing: border-box;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
	height:40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding-left:5px;
  margin-bottom: 5px;
  max-width: 100%;
  font-size: 1em;
}
input.medium {
    max-width: 500px;
}
input:disabled {
	border: 1px solid #ECECEC;  
  background-color: #F7F7F7;
  color: #757575;
}
input.two-col, select.two-col {
    width: calc(50% - 10px);
}
input.margin-left, select.margin-left {
    margin-left: 2px;
}
textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100px;
}
select {
  width: 100%;
	max-width:400px;
}


input#submit, input.submit, a.button {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(90deg, rgba(239, 128, 177, 1) 0%, rgba(112, 182, 194, 1) 100%);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  border:none;
  appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	cursor: pointer;  
  font-size: 2rem;
  font-family: calibri, sans-serif;
  transition: background 0.3s ease;
}
input#submit:hover, input.submit:hover, a.button:hover {
  background: linear-gradient(90deg, rgba(112, 182, 194, 1) 0%, rgba(239, 128, 177, 1) 100%);
}
a.button.floatright {
  float: right;
}
#button-home {
  padding: 10px 20px;
  width: auto;
  margin-bottom: 20px;
}
a.button.header-bt {
  padding: 4px 10px;
  width: 80px;
}



/* responsive lay-out *********************************************************************************************************/
@media only screen and (min-width: 768px) {
  html {
    font-size:10px;
  }
  #wrapper {
    padding-top: 122px;
  }
	header {
		height:122px;
	}
	#mainnav, #topnav, #subnav {
		display:block;
	}
	a#logo {
    top:15px;
    width:210px;
    height: 87px;
	}
  .nav-up header {
    top: -61px;
    box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
  }
  .nav-up a#logo {
    top: 69px;
    width: 105px;
    height: 43px;
  }
  .nav-up #mainnav  {
    top: 72px;
  }
  /*
.nav-up header {
	top: -35px;
  box-shadow: 0 2px 4px 4px rgba(0,0,0,0.1);
}

.nav-up a#logo {
  top: -35px;
  width: 70px;
  height: 25px;
}
*/

	#header-content {
		height:auto;
	}
	#mobile-nav-icon {
		display:none;
	}
  .container {
    padding-top: 60px;
    padding-bottom: calc(60px - 1.5em);
  }
  .container.quotes {
    padding: 60px 0;
  }
  .container.title {
    padding: 40px 0 20px;
  }
  .contentcols {
    display: flex;
    flex-wrap: wrap;
  }
  .contentcols .fourcol {
    width: 25%; /* 4 kolommen van 25% */
    box-sizing: border-box;
    padding: 20px; /* optioneel */
    border-bottom: none;
    margin-bottom: 0;
  }
  .no-mobile {
    display: block;
  }

  /* home */
  #header-lines {
    top:0px;
  }
  #header-lines img {
    height: 32vw;
    width: inherit;
  }
  #payoff {
    top: 48px;
    right: 6%;
  }  
  #payoff img {
    max-width: 267px;
    width: 18vw;
    height: inherit;
  }
  div.flexbox {
    gap: 180px;
  }
  .doelgroepen .icon_text {
    padding-left: 75px;
    height: 70px;
  }  
  .container.doelgroepen a {
      padding: 20px;
  }  
  .icon_text h3 {
    font-size: 2.9rem;
  }
  .container.quotes .wrapper {
    padding: 0 calc(50vw - 750px);
    max-width: 750px;
  }
  span.quotesymbol {
    width: 66px;
    height: 53px;
  }
  ul.quote span.name {
    padding: 0 0 0 95px;
  }
  ul.quote span.content {
    padding: 20px 60px 0px 95px;
  }
  .doelgroepen span.pict {
    margin: 25px 0 34px;
  }



  /* page */
  .page .col1 {
    width: 230px;
    padding-top: 75px;
  }
  .page .col2 {
    width: calc(100% - 230px);
    box-sizing: border-box;
    padding-left: 94px;
    padding-top: 0px;
    min-height: 400px;
    padding-bottom: 50px;
  }
  img.template_img {
    padding-right: 30px;
    margin-top: 10px;
    width: 117px;
  }

  /* subnav */
  #subnav ul li a {
    color: #000;
    display:block;
    padding: 10px 15px 12px 15px;
    border-top: 1px solid var(--blue);
    font-size: 1.8rem;
  }
  #subnav ul li {
    width: 100%;
  }
  #subnav > ul > li:last-child a {
      border-bottom: 1px solid var(--blue);
  }
  .template-jongeren #subnav ul li a:hover, .template-jongeren #subnav > ul > li.active > a {
    background-color: #71b6c237;
  }
  .template-kinderen #subnav ul li a:hover, .template-kinderen #subnav > ul > li.active > a {
    background-color: #ed81b13b;
  }

  /* subsubnav */
  #subnav ul ul li a {
    color: #000;
    display:block;
    padding: 6px 15px 8px 30px;
    border-top: 1px solid var(--blue);
    font-size: 1.6rem;
  }
  .template-jongeren #subnav ul ul li a:hover, .template-jongeren #subnav ul ul li.active a {
    background-color: #f6f6f6;
  }
  .template-kinderen #subnav ul ul li a:hover, .template-kinderen #subnav ul ul li.active a {
    background-color: #f6f6f6;
  }



  /* contact, form */
  .page.contact .col1 {
    padding-top: 100px;
    width: 320px;
  }
  .page.contact .col2 {
    width: calc(100% - 320px);
    padding-left: 60px;
  }
  .page.contact .container .wrapper {
    display: block;
  }
   form span.label {
    float:left;
    width:200px;
  }
  form span.formelement {
    float: left;
    width:100%;
    max-width: 500px;
  }

  
	/* footer */
  .wrapper.footer-content {
    width:84vw;
    padding: 0 8vw;  
    display:block;
    margin:0 auto;
    max-width: 1800px;
  }

  #footercol1, #footercol2, #footercol3 {
    float:left;
    text-align: left;
    position: relative;
  }
  #footercol1 {
    width:25%;
  }
  #footercol2 {
    width: 16%;
    height: 315px;
  }
  #footercol3 {
    width: 51%;
  }
  .social-icons {
    display:inline-block;
    height: 40px;
    position: absolute;
    bottom:0;
  }
  #footercol1 img.footer-logo {
      margin-bottom: 60px;
  } 
  #footercol3 .logos {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 146px;
  }


    
}

/*		iPad landscape screen layout:   ********************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 1300px){
  html {
    font-size:9px;
  }
  #mainnav ul li a {
    font-size: 1.8rem;
    margin-right: 1.8vw;
    padding: 8px;
  }
  #mainnav ul li ul li a {
    font-size: 1.5vw;
  }
	a#logo {
		width: 180px;
    top:20px;
	}
  .page .col1 {
    width: 180px;
  }
  .page .col2 {
      width: calc(100% - 180px);
      padding-left: 45px;
  }
  /* contact, form */
  .page.contact .col1 {
    width: 27%;
  }
  .page.contact .col1 iframe {
    width: 100%;
    max-width: 320px;
  }
  .page.contact .col2 {
    box-sizing: border-box;
    width: 73%;
    padding-left: 40px;
  }

  #footercol3 .logos img {
    max-width: 100px;
  }
  #footercol3 .logos:last-child img {
    max-width: 80px;
  }

  .wrapper.footer-content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
  }
}

/*		Tablet Layout: 768px.  *****************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header {
    height: 92px;
  }
  .nav-up header {
     top: -32px;
  }
  #wrapper {
      padding-top: 92px;
  }
  a#logo {
    width: 170px;
		top: 10px;
	}
  .nav-up a#logo {
      top: 38px;
      width: 105px;
      height: 43px;
  }  
  .container.home-intro .wrapper {
      max-width: 630px;
  }

	/* mainnav */
	#mainnav {
    top:32px;
	}
.nav-up #mainnav {
        top: 48px;
    }  
	#mainnav ul li a {
    margin-right: 10px;
    padding: 6px;
    font-size: 1.4rem;
	}

  div.flexbox {
    gap: 7vw;
  }
	/* footer */
  #footercol1 {
    width: 30%;
  }
  #footercol2 {
    width: 18%;
  }
  #footercol3 {
    width: 52%; 
  }
}

@media only screen and (min-width:1200px) {

  .home .content_container.first {
    max-width: 100%;
  } 

}


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

.mm-menu {
  font-size: 1.6em;
  
  --mm-color-background: linear-gradient(90deg, rgba(239, 128, 177, 1) 0%, rgba(112, 182, 194, 1) 100%);
 	/* 	The background-color for the menu.*/
  --mm-color-background-emphasis: var(--blue); 	/* 	The background-color for emphasized listitems.*/
/*  --mm-color-background-highlight: ; 	/* 	 	The background-color for highlighted listitems.*/
  --mm-color-border: #ffffff77; 	/* 	 	The border-color for navbars, listitems, etc.*/
  --mm-color-button: #fff; 	/* 	 	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: 70px; 	/* 	 	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);
}
.mm-listitem_vertical>.mm-panel {
    padding: 0px 0 0px 10px;
}
.mm-menu_offcanvas {
    z-index: 2;
}