@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;700&family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {background: #fef7e8;font-family: 'Montserrat', Arial, sans-serif;}

/* menu */
.top-bar { position: fixed;background: none;width: 100%; z-index: 9;} /*right: 0.5rem;*/
.top-bar-title {position: absolute;left: 1rem;}
.menuimg {width: 140px;}
.menuopen {
	background: #0f2d1e; 
	color: #fff ;
	padding: 10px 20px;
	font-size: 0.9rem;
	font-weight: 800;
	text-transform: uppercase;
	border-radius: 1.2rem;
	cursor: pointer;
}
.menuopen:hover {
	background: #fef7e8; 
	color: #0f2d1e ;
	cursor: pointer;
}
.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
		  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  padding: 0; /* 8rem */
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
	  -ms-transform: translateX(-100%);
		  transform: translateX(-100%);
  overflow-y: hidden;
}
[data-whatinput='mouse'] .offcanvas-full-screen {outline: 0;}
.offcanvas-full-screen.is-transition-overlap { z-index: 98;}
.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
		  transform: translate(0, 0);	  
}
.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
	  -ms-transform: translateX(100%);
		  transform: translateX(100%);	  
}
.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}
.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
	  -ms-transform: none;
		  transform: none;	  
}
.offcanvas-full-screen-inner {padding: 3rem 1rem 5rem 1rem;background: rgba(15,45,30,1);z-index: 99;}
.offcanvas-full-screen-menu {
  margin: 0;
  list-style-type: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
	  -ms-flex-wrap: nowrap;
		  flex-wrap: nowrap;
  -webkit-align-items: center;
	  -ms-flex-align: center;
		  align-items: center;

  -webkit-flex-wrap: wrap;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
}
.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}
[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {outline: 0;}
.offcanvas-full-screen-menu > li > a {display: block;padding: 1rem 0;line-height: 1;text-align: left;font-family: "Domine", Arial, sans-serif;font-weight: 700;font-size: 4rem;color: #fef7e8;}
/*.offcanvas-full-screen-menu input, .offcanvas-full-screen-menu select, .offcanvas-full-screen-menu a, .offcanvas-full-screen-menu button {margin-bottom: 0;}*/
.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
	  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
  max-width: 100%;
}
.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
  -webkit-align-items: flex-start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}
.offcanvas-full-screen-menu a {color: #fef7e8;}
.offcanvas-full-screen-menu a:hover {color: #fff;}
.offcanvas-full-screen-close {color: #fefefe;font-size:2rem;position: absolute;right: 2rem;top: 1rem;}
.offcanvas-full-screen-close:hover {color: #fff;cursor: pointer;}
.offcanvas-full-screen p {text-align: left;font-size: 1.5rem;color: ##fef7e8;}



.mainmenu, .mainmenu a {color:#fef7e8;}
.mainmenu a:hover {color: #fff;}
.avatar {background: #000;width: 100px;height: 100px;border-radius: 50%;display: flex;align-items: center;text-align: center;}
/* end menu */

a {transition: all 0.2s ease-in-out;color: #111;}
a:hover, a:focus {transition: all 0.2s ease-in-out;color: #111;text-decoration: underline;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: "Domine", Arial, sans-serif;font-weight: 700;}
h1 {font-size: 4rem;}

.bg_green {background: #409179;}
.bg_blue {background: #73bfda;}
.bg_darker {background: #e8e1d4;}
.bg_lighter {background: #fff;}

.button {font-size: 0.9rem;font-weight: 800;text-transform: uppercase;border-radius: 1.2rem;background-color: #ea9fbe;color: #0f2d1e; }
.button:hover, .button:focus {background-color: #0f2d1e;color: #fff; }  
.button.green, .button.green {background-color: #102d20;border-color: #102d20;color: #fef8e8;}
.button.green:hover, button.green:focus, .button.green:hover, .button.green:focus {background-color:#fff;border-color: #fff;color: #102d20;}
.button.white, .button.white {background-color: #fff;border-color: #fff;color: #102d20;}
.button.white:hover, button.white:focus, .button.white:hover, .button.white:focus {background-color:#ea9fbe;border-color: #ea9fbe;color: #102d20;}
.button.zakelijk, .button.zakelijk {background-color: #409179;border-color: #fef7e8;color: #fef7e8;}
.button.zakelijk:hover, button.zakelijk:focus, .button.zakelijk:hover, .button.zakelijk:focus {background-color:#0f2d1e;border-color: #0f2d1e;color: #fef7e8;}

.nopadz {padding: 0;}
.padzl {padding: 0 1rem 0rem 1rem;}
.padzll {padding: 4rem 1rem 4rem 1rem;}
.padzxl {padding: 4rem 1rem;}
.padzback {padding: 2rem 1rem 1rem 1rem;background: #fff;border-top:1px solid #dfd4bf;}
.logo {padding: 8rem 0;text-align: center;} /*background: #409179;*/

.orbit-bullets {
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
	outline: 0; }
.orbit-bullets button {width: 1.2rem;height: 1.2rem;margin: 0.1rem;border-radius: 50%;background-color: #fef8e8;border: 2px solid #133222;cursor: pointer; }
.orbit-bullets button:hover {background-color: #133222; }
.orbit-bullets button.is-active {background-color: #133222; }

.intro {background: #409179;padding: 3rem;text-align: center;color: #fef7e8;}
.introtxt {font-family: "Domine", Arial, sans-serif;font-weight: 700;font-size: 1.2rem;}
.introvid .responsive-embed {top: -80px; margin-bottom: -40px;}
.intro_shifted {top: -140px;}

.callout.intro {
  position: relative;
  margin: -4rem 0 0 0;
  padding: 3rem 3rem 1rem 3rem;
  border: 0px;
  border-radius: 3px;
  background-color:#409179;
  color: #fef7e8; 
}
.callout.intro .menu a {color: #fff;}
.callout.video {
  position: relative;
  margin: -2rem 0 0 0;
  padding: 0;
  border: 0px;
  border-radius: 0px;
  background-color:#111;
}

.upprcase {text-transform: uppercase;}   
.alert-box {background: red;color: #fff;}


/*.campagne {padding: 0rem;}*/
.campagne_space {padding: 2rem 2rem;}
.campagne_space_home {padding: 0rem 1rem;}
.campagne_img {border-radius: 50% 50% 0 0;height: 300px;max-height: 300px;}
.campagne_title {background:#dfd2b5;font-family: "Domine", Arial, sans-serif;font-weight: 700;font-size: 1.2rem;text-align: center;padding: 1rem 0;height: 100px; }
.campagne_txt {background:#dfd2b5;padding: 2rem 2rem;text-align: center;color:#102d20;height: 150px;padding: 0rem 1rem 1rem 1rem; }
.campagne_meter {background:#dfd2b5;height: 100px;}
.campagne_meter .small {font-size: 0.8rem;}
.campagne_button {background:#dfd2b5;padding: 0 2rem 1rem 2rem; }
.progress {height: 20px;margin-bottom: 1rem;border-radius: 10px;background-color: #cabc9c; }
.progress-meter {height: 20px;background-color: #fff;border-radius: 10px; }
.activemenu {text-decoration: underline; font-weight: 700;}
.news_space {padding: 2rem 2rem;}
.news_img {border-radius: 50% 50% 0 0;height: 300px;max-height: 300px;}
.news_txt {background:#dfd2b5;padding: 2rem 2rem;text-align: center;color:#102d20;height: 200px; }
.news_txt b {font-family: "Domine", Arial, sans-serif;font-weight: 700;font-size: 1.2rem;}
.news_button {background:#dfd2b5;padding: 0 2rem 1rem 2rem; }

.footer_normal {background: #f79abf;color: #102d20;padding: 4rem 1rem 0 1rem;}  
.footer_normal a {color: #102d20;text-decoration: underline; }
.footer_normal_credits {background: #102d20;color: #fef8e8;}
.footer_normal_credits a {color: #fff; }
.footer_normal_logo {position: relative;top: -38px;}
ul.side-nav { display: block; list-style: none; margin: 0; padding: 0 0; }
ul.side-nav li { display: block; list-style: none; margin: 0 0 5.8px 0;border-bottom: 1px solid #f1f1f1; }
ul.side-nav li a { display: block;font-size:14px;font-weight:700; }
ul.side-nav li.active, ul.side-nav li.active a { color: #ff9900; font-size:15px;font-weight: 700; }
ul.side-nav li a:hover { color: #ff9900;  }
ul.side-nav li.divider { border-top: 1px solid #e6e6e6; height: 0; padding: 0; }
ul.side-nav li.brdrbott {border-bottom: 0px;margin: 5px 0 0 0;}
ul.inline-list, ul.link-list { margin: 0 0 17px -22px; padding: 0; list-style: none; overflow: hidden; }
ul.inline-list > li, ul.link-list > li { list-style: none; float: left; margin-left:12px; display: block; font-weight: bold; font-size: 13px; }
ul.inline-list > li > *, ul.link-list > li > * { display: block; }

/* settings oude css */
label {font-size: 0.875rem;color: #4d4d4d;cursor: pointer;display: block;font-weight: normal;margin-bottom: 0.5rem;}
.tooltip {display: none;position: absolute;z-index: 999;font-weight: normal;font-size: 0.875rem;line-height: 1.3;padding: 0.75rem;max-width: 85%;left: 50%;width: 100%;color: white;background: #000;-webkit-border-radius: 3px;border-radius: 3px; }
[data-magellan-expedition].active  {background: rgba(0,0,0,0.5);z-index: 50;min-width: 100%;padding: 0; }
input[type="number"], .id_amount-amount {height: 54px;font-size: 2em;font-weight: bold;color:#ff9900; }
#featuredContent { background: url(spinner.gif) center center #f4f4f4; height: 400px;-webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; background: #fafafa; border: solid 1px #e6e6e6; margin: 0 0 22px 0; padding: 10px; }
#featuredContent img { display: none; }
#featuredContent.orbit { background: none; }
#featuredContent.orbit img { display: block; }
.has-tip  {  cursor: pointer;  }
.has-tip:hover {  cursor: pointer;  }
.oppacer {opacity: 0.3;}
.hyphenate {
  // Non standard for webkit
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
textarea#id_tweet_text {height: 150px;margin-bottom: 0px;resize: none;}
textarea#id_message {height:200px;}
/*blijfopdehoogte*/
.mce_inline_error {color: #f60;font-size: 0.6em;margin:0 0 20px 0;}
#mce-success-response {color: #000;font-size: 0.8em;line-height:21px;margin:20px 0 20px 0;}
input#mc-embedded-subscribe  {margin: 0px;}
.addthis_horizontal_follow_toolbox {border:0px solid red;}
.at_a11y {border: 1px solid red;width: 300px;height: 300px;}
#cke_id_text {width: 100% !important;}
input[type="checkbox"] + label, input[type="radio"] + label {max-width: 90%;}
button.alert, .button.alert {border-radius: 0px;padding: 0;box-shadow: none;}
.action_lbld { float: left; padding: 10px; width: 100%; font-weight: bold; color: #000; background:#ffffcc;}

/* mobile settings */
@media screen and (max-width: 39.9375em) {
  .top-bar-title {position: absolute;right: 1rem;}
  .footer_normal_logo {position: relative;top: -30px;}
  .menuopen {position: absolute;right: 1rem;}
  .menuimg {position: absolute;left: 0rem;top: 0.3rem;width: 140px;}
  .offcanvas-full-screen-menu > li > a {font-size: 3rem;line-height: 2rem;padding-top: 2rem;}
  h1 {font-size: 3rem;}
  .callout.intro {padding: 1rem;}
  .campagne_img {height: 360px;max-height: 360px;}
  .news_img {height: 360px;max-height: 360px;}
}

/* tablet settings */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

}

/* jek77 */