/** Screen sizes **/
/** Navigation **/
/* Part of the logo that overlays the header image */
/* Part of the logo that overlays the header image */
/* Space needed for navbar */
/* Space needed for navbar */
/** Color definitions **/
/** Main colors **/
/** Navigation **/
/** News **/
/** Footer **/
/** Cookiemelding **/
/** Sets a background image that is located in the theme-path **/
/** Sets a list-style-image that is located in the theme-path **/
/** Sets a background image that is located in the theme-path **/
/** Sets a list-style-image that is located in the theme-path **/
body {
  padding-top: 65px;
  font-size: 13px;
}
@media (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    padding-top: 67px;
  }
}

body.animated .row div {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.animated .navbar, body.animated .navbar * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type=text], input[type=email], textarea {
  border: 1px solid #c0c0c0;
  background-color: #ededed;
  color: #85B601;
  padding: 4px 12px;
}

button, input[type=submit] {
  color: #fff;
  background-color: #85B601;
  border: none;
  padding: 4px 12px;
}

.not-animated, .navbar-nav li a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Raleway", sans-serif;
  color: #4B4F52;
  font-size: 2.57em;
}

h2 {
  color: #4B4F52;
  font-size: 2em;
}

h2.alternative-color {
  color: #4B4F52;
}

h3, h3 a {
  font-size: 1.4em;
  color: #4B4F52;
  margin-bottom: 24px;
}

h4 {
  margin-top: 48px;
}

a {
  color: #85B601;
}

a:hover {
  color: #252525;
  text-decoration: none;
}

a.bold-hover:hover, a.bold-hover:focus {
  font-weight: 600;
}

.forward-button, a.readmore {
  background-image: url(/themes/jeunesse/images/arrow_right.png);
  display: inline-block;
  background-position: right 7px;
  background-repeat: no-repeat;
  padding-right: 12px;
}

.forward-button:active, a.readmore:active, .forward-button:hover, a.readmore:hover {
  background-image: url(/themes/jeunesse/images/arrow_right_hover.png);
}

.back-button, a.news-overview-link {
  background-image: url(/themes/jeunesse/images/arrow_left.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 16px;
}

.back-button:active, a.news-overview-link:active, .back-button:hover, a.news-overview-link:hover {
  background-image: url(/themes/jeunesse/images/arrow_left_hover.png);
}

a.readmore {
  margin-top: 12px;
}

.page-section, .last-page-section, .first-page-section {
  padding-top: 12px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .page-section, .last-page-section, .first-page-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.first-page-section {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .first-page-section {
    padding-top: 72px;
  }
}

.last-page-section {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .last-page-section {
    padding-bottom: 72px;
  }
}

a.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.28em;
  display: inline-block;
  margin: 24px 0;
  padding: 8px 18px;
  color: #fff;
  background-color: #85B601;
}

a.button:hover {
  background-color: #85B601;
}

a.button.small {
  padding: 4px 12px;
}

@media (min-width: 768px) {
  .container {
    width: 85%;
    max-width: 1200px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .page-section, .first-page-section, .last-page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.form-container {
  margin-top: 120px;
  margin-bottom: 120px;
}

.header-center {
  text-align: center;
  vertical-align: middle;
  padding: 24px;
}

.normal-font-size {
  font-size: 1em;
}

.sm-offset-top-44 {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .sm-offset-top-44 {
    margin-top: 0;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shade-1 {
  color: #154458;
  background-color: #EDEDED;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.shade-2 {
  color: #85B601;
  background-color: #F8F8F8;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.no-padding-top {
  padding-top: 0px !important;
}

.highlight-row {
  background-color: #85B601;
  color: #85B601;
  font-size: 1.14em;
}

.highlight-row-alternative {
  background-color: #F8F8F8;
}

ul li {
  list-style-image: url(/themes/jeunesse/images/bullet.png);
  padding: 8px;
}

ul.highlights {
  padding-left: 24px;
}
ul.highlights li {
  padding: 12px 0px 12px 8px;
  list-style-image: url(/themes/jeunesse/images/bullet_white.png);
}

.inline-block {
  display: inline-block;
}

.img-responsive {
  background-size: contain !important;
}

.relative {
  position: relative;
}

a.file-link {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 32px;
  display: block;
  margin-bottom: 8px;
}

.shadow-bottom {
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.shadow-top {
  background-image: url(/themes/jeunesse/images/shadowtop.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: transparent;
  position: relative;
  top: -33px;
}
.shadow-top > div:first-child {
  padding-top: 35px;
  /** Correction for above **/
}

.bold {
  font-weight: 600;
}

.largest {
  font-size: 2em;
}

.huge {
  font-size: 2.57em;
}

.extreme {
  font-size: 4em;
}

.mega {
  font-size: 6em;
}

.uppercase {
  text-transform: uppercase;
}

.col-sm-paddingless {
  padding: 0;
}
@media (min-width: 768px) {
  .col-sm-paddingless {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-sm-paddingless {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-sm-paddingless {
    padding: 0;
  }
}

.container-paddingless {
  padding-top: 0px;
  padding-bottom: 0px;
}

.extra-top-margin, .blog {
  margin-top: 24px;
}

.extra-bottom-margin, .blog {
  margin-bottom: 24px;
}

.extra-left-margin {
  margin-left: 24px;
}

.extra-right-margin {
  margin-right: 24px;
}

.extra-margin {
  margin: 24px;
}

.extra-horizontal-padding-small {
  padding-left: 12px;
  padding-right: 12px;
}

.extra-horizontal-padding {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .extra-horizontal-padding {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.extra-vertical-padding-small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.extra-vertical-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .extra-vertical-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.extra-vertical-padding-top {
  padding-top: 12px;
}
@media (min-width: 992px) {
  .extra-vertical-padding-top {
    padding-top: 48px;
  }
}

.extra-vertical-padding-bottom {
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .extra-vertical-padding-bottom {
    padding-bottom: 48px;
  }
}

.semi-transparent {
  background-color: rgba(255, 255, 255, 0.9);
}

.single-container {
  min-height: 1024px;
}

/** Because iOS does not support fixed backgrounds
  * we limit the fixed to screens larger than $screen-md-min,
  * which is the viewport of the iPad in landscape mode
  */
.paralax-background {
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .paralax-background {
    background-attachment: scroll;
  }
}

@media (min-width: 768px) {
  .header-fill-padding-top {
    padding-top: 66px;
  }
}

@media (min-width: 768px) {
  .header-fill-image-padding-top {
    padding-top: 66px;
  }
}

.anchor-header-fix:before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

/** Sets a background image that is located in the theme-path **/
/** Sets a list-style-image that is located in the theme-path **/
.navbar.border-top {
  border-top: 8px solid #4B4F52;
}

.navbar, .navbar.collapsed {
  background-color: #252525;
}
.navbar .navbar-brand {
  width: 152px;
  height: 38px;
  padding-top: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar .navbar-brand .img-responsive {
  background-image: url(/themes/jeunesse/images/logo-small.png);
  height: 38px;
  width: 152px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1200px) {
  .navbar .navbar-brand .img-responsive {
    width: 220px;
    height: 44px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    height: 44px;
    width: 220px;
  }
  .navbar .navbar-brand .img-responsive {
    background-image: url(/themes/jeunesse/images/logo.png);
    height: 44px;
    width: 220px;
  }
}
.navbar .nav-login {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 28px;
  right: 64px;
  color: white;
  padding: 4px 8px;
  font-size: 0.8em;
  z-index: 1000;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .navbar .nav-login {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar .nav-login {
    top: 8px;
    right: 24px;
  }
}
.navbar .nav-login.prominent {
  background-color: #85B601;
}
.navbar .nav-login.prominent:hover {
  background-color: #4B4F52;
}

.navbar-toggle {
  margin-top: 22px;
}
.navbar-toggle .icon-bar {
  background-color: #ECEBE9;
}

.navbar-nav {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-top: 15px;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}
.navbar-nav li {
  margin-right: 0px;
}
.navbar-nav li a {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .navbar-nav li a {
    padding: 15px 8px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav li a {
    padding: 15px;
  }
}
.navbar-nav li a:hover, .navbar-nav li a:focus {
  background-color: inherit !important;
  color: #ccc;
  font-weight: 300;
}
.navbar-nav li a.bold-hover:hover, .navbar-nav li a.bold-hover:focus {
  font-weight: 600;
}
.navbar-nav li.section > a, .navbar-nav li.current > a {
  color: #fff;
  font-weight: 300;
}
.navbar-nav li.section > a.bold-current, .navbar-nav li.current > a.bold-current {
  font-weight: 600;
}
@media (min-width: 768px) {
  .navbar-nav li:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-nav li:last-child a {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .navbar-nav li.has-submenu a {
    background-image: url(/themes/jeunesse/images/arrow_down.png);
    background-repeat: no-repeat;
    background-position: right 21px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  .navbar-nav li.has-submenu.section a, .navbar-nav li.has-submenu a:hover, .navbar-nav li.has-submenu a:focus {
    background-image: url(/themes/jeunesse/images/arrow_down_hover.png);
  }
}
@media (min-width: 768px) {
  .navbar-nav li.has-submenu:active .submenu-container, .navbar-nav li.has-submenu:hover .submenu-container {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    margin-top: 30px;
    font-size: 1.14em;
  }
}

.navbar.page .navbar-brand .img-responsive {
  background-image: url(/themes/jeunesse/images/Logo_White_Border.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.navbar-collapse.in {
  overflow-y: auto;
}

.navbar.collapsed {
  top: -500px;
}

.navbar.collapsed.disable-collapse {
  top: 0px;
}

.navbar.fixed, .navbar.collapsed, .navbar.fixed.page {
  background-color: rgba(255, 255, 255, 0.96);
}
.navbar.fixed .navbar-brand, .navbar.collapsed .navbar-brand, .navbar.fixed.page .navbar-brand {
  height: 38px;
  padding-top: 2px;
}
.navbar.fixed .navbar-brand .img-responsive, .navbar.collapsed .navbar-brand .img-responsive, .navbar.fixed.page .navbar-brand .img-responsive {
  background-image: url(/themes/jeunesse/images/logo-small.png);
  height: 38px;
  width: 152px;
}
.navbar.fixed .navbar-nav, .navbar.collapsed .navbar-nav, .navbar.fixed.page .navbar-nav {
  margin-top: 15px;
}
.navbar.fixed .nav-login, .navbar.collapsed .nav-login, .navbar.fixed.page .nav-login {
  display: none;
}

.submenu-container {
  display: block;
}
.submenu-container ul.submenu {
  min-width: 150px;
}
.submenu-container ul.submenu li:before {
  content: none;
}
.submenu-container ul.submenu li {
  list-style: none;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .submenu-container ul.submenu li a {
    color: #85B601;
    display: block;
    padding: 12px;
  }
}
@media (min-width: 768px) {
  .submenu-container ul.submenu li a:hover {
    color: #252525;
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  .submenu-container ul.submenu li {
    margin: 0px;
    list-style: none;
    display: block;
  }
}
@media (min-width: 768px) {
  .submenu-container ul.submenu li.current a {
    font-weight: 300;
    color: #252525;
  }
}
@media (min-width: 768px) {
  .submenu-container ul.submenu li.current a:hover {
    font-weight: 300;
    color: #252525;
  }
}
@media (min-width: 768px) {
  .submenu-container ul.submenu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    list-style: none inside;
    border: 1px solid #ececec;
    background: white;
    padding-left: 0;
    font-size: 0.8em;
    position: relative;
    display: block;
  }
}
@media (min-width: 768px) {
  .submenu-container .submenu-top {
    background-image: url(/themes/jeunesse/images/submenu_top.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 11px;
    width: 100%;
    position: relative;
    top: 1px;
    z-index: 10000000;
  }
}
@media (min-width: 768px) {
  .submenu-container {
    position: absolute;
    margin-top: -8px;
    display: none;
  }
}

.footer {
  background-image: url(/themes/jeunesse/images/footer-background.png);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #252525;
  color: #F8F8F8;
  font-size: 0.8em;
}
.footer .page-section, .footer .first-page-section, .footer .last-page-section {
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer a {
  color: #85B601;
}
.footer a:hover {
  color: #252525;
}
.footer .row div {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}
.footer .icon-link, .footer .twitter, .footer .mail, .footer .phone {
  padding-left: 28px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer .phone {
  background-image: url(/themes/jeunesse/images/phone.png);
}
.footer .mail {
  background-image: url(/themes/jeunesse/images/mail.png);
}
.footer .twitter {
  background-image: url(/themes/jeunesse/images/twitter.png);
}
.footer .voorwaarden {
  margin-top: 24px;
  display: block !important;
  font-size: 0.8em;
}
.footer .into-development {
  margin-top: 16px;
  display: block !important;
  font-size: 0.8em;
}

.large-image-header {
  padding-left: 0;
  padding-right: 0;
  /** 
    * Use .img-overlay to overlay the header-image with another image, for instance text 
    * By adding a class with background-size: cover, the overlay will size together with
    * the header-image.
  **/
}
.large-image-header .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.large-image-header .header-text {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 23%;
  float: right;
  color: #85B601;
}
.large-image-header .header-text h1 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font-family: "Raleway", sans-serif;
}
.large-image-header .header-text p {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  font: "Raleway", sans-serif;
  font-weight: 300;
}
@media (min-width: 768px) {
  .large-image-header .header-text {
    display: block;
    margin-top: 23%;
  }
}
@media (max-width: 479px) {
  .large-image-header .header-text h1 {
    font-size: 1.1em;
  }
  .large-image-header .header-text p {
    font-size: 1em;
  }
}
@media (min-width: 480px) {
  .large-image-header .header-text h1 {
    font-size: 1.9em;
  }
  .large-image-header .header-text p {
    font-size: 1.3em;
  }
}
@media (min-width: 992px) {
  .large-image-header .header-text h1 {
    font-size: 2.5em;
  }
  .large-image-header .header-text p {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .large-image-header .header-text h1 {
    font-size: 4em;
  }
  .large-image-header .header-text p {
    font-size: 2em;
  }
}
.large-image-header .header-image {
  border-top: solid 1px #ECEBE9;
  border-bottom: solid 1px #ECEBE9;
  overflow: hidden;
}
.large-image-header .header-image img {
  background-image: url(/themes/jeunesse/images/homepageheaderimage.jpg);
  height: auto;
  width: 180%;
  overflow: hidden;
  margin-left: -40%;
}
@media (min-width: 768px) {
  .large-image-header .header-image img {
    background-image: url(/themes/jeunesse/images/homepageheaderimage.jpg);
    height: auto;
    width: 100%;
    margin-left: 0;
  }
}
.large-image-header .header-image-fixed .img {
  background-image: url(/themes/jeunesse/images/homepageheaderimage.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .large-image-header .header-image-fixed .img {
    background-image: url(/themes/jeunesse/images/homepageheaderimage.jpg);
  }
}
@media (min-width: 992px) {
  .large-image-header .header-image-fixed .img {
    background-image: url(/themes/jeunesse/images/homepageheaderimage.jpg);
  }
}
.large-image-header .header-image-fixed .img .img-inner {
  padding-top: 50.7%;
  display: block;
  height: 0;
}
.large-image-header .header-image-fixed.small .img .img-inner {
  padding-top: 31.597%;
}
.large-image-header .img-overlay {
  background-image: url(/themes/jeunesse/images/homepageheadertext-small.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: absolute;
  left: 0;
  background-size: contain;
  top: 38px;
}
.large-image-header .img-overlay .img-inner {
  padding-top: 50.7%;
  display: block;
  height: 0;
}
@media (min-width: 768px) {
  .large-image-header .img-overlay {
    background-image: url(/themes/jeunesse/images/homepageheadertext.png);
  }
}
@media (min-width: 1200px) {
  .large-image-header .img-overlay {
    background-size: auto;
  }
}

.arrow-container {
  display: none;
}
@media (min-width: 992px) {
  .arrow-container {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 2%;
    text-align: center;
  }
  .arrow-container .arrow {
    text-align: center;
    animation-name: show-arrow;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 4s;
  }
  .arrow-container .arrow a {
    background-image: url(/themes/jeunesse/images/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid transparent;
    display: inline-block;
    width: 45px;
    height: 45px;
    background-size: 30px auto;
    transition: border-color 0.5s ease-in-out;
  }
  .arrow-container .arrow a:hover {
    border: 5px solid white;
  }
}

@keyframes show-arrow {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/** Sets a background image that is located in the theme-path **/
/** Sets a list-style-image that is located in the theme-path **/
body {
  padding-top: 65px;
  font-size: 13px;
}
@media (min-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    padding-top: 67px;
  }
}

body.animated .row div {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

body.animated .navbar, body.animated .navbar * {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input[type=text], input[type=email], textarea {
  border: 1px solid #c0c0c0;
  background-color: #ededed;
  color: #85B601;
  padding: 4px 12px;
}

button, input[type=submit] {
  color: #fff;
  background-color: #85B601;
  border: none;
  padding: 4px 12px;
}

.not-animated, .navbar-nav li a {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Raleway", sans-serif;
  color: #4B4F52;
  font-size: 2.57em;
}

h2 {
  color: #4B4F52;
  font-size: 2em;
}

h2.alternative-color {
  color: #4B4F52;
}

h3, h3 a {
  font-size: 1.4em;
  color: #4B4F52;
  margin-bottom: 24px;
}

h4 {
  margin-top: 48px;
}

a {
  color: #85B601;
}

a:hover {
  color: #252525;
  text-decoration: none;
}

a.bold-hover:hover, a.bold-hover:focus {
  font-weight: 600;
}

.forward-button, a.readmore {
  background-image: url(/themes/jeunesse/images/arrow_right.png);
  display: inline-block;
  background-position: right 7px;
  background-repeat: no-repeat;
  padding-right: 12px;
}

.forward-button:active, a.readmore:active, .forward-button:hover, a.readmore:hover {
  background-image: url(/themes/jeunesse/images/arrow_right_hover.png);
}

.back-button, a.news-overview-link {
  background-image: url(/themes/jeunesse/images/arrow_left.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 16px;
}

.back-button:active, a.news-overview-link:active, .back-button:hover, a.news-overview-link:hover {
  background-image: url(/themes/jeunesse/images/arrow_left_hover.png);
}

a.readmore {
  margin-top: 12px;
}

.page-section, .first-page-section, .last-page-section {
  padding-top: 12px;
  padding-bottom: 24px;
}
@media (min-width: 992px) {
  .page-section, .first-page-section, .last-page-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

.first-page-section {
  padding-top: 24px;
}
@media (min-width: 992px) {
  .first-page-section {
    padding-top: 72px;
  }
}

.last-page-section {
  padding-bottom: 48px;
}
@media (min-width: 992px) {
  .last-page-section {
    padding-bottom: 72px;
  }
}

a.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1.28em;
  display: inline-block;
  margin: 24px 0;
  padding: 8px 18px;
  color: #fff;
  background-color: #85B601;
}

a.button:hover {
  background-color: #85B601;
}

a.button.small {
  padding: 4px 12px;
}

@media (min-width: 768px) {
  .container {
    width: 85%;
    max-width: 1200px;
  }
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .page-section, .first-page-section, .last-page-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.form-container {
  margin-top: 120px;
  margin-bottom: 120px;
}

.header-center {
  text-align: center;
  vertical-align: middle;
  padding: 24px;
}

.normal-font-size {
  font-size: 1em;
}

.sm-offset-top-44 {
  margin-top: 44px;
}
@media (min-width: 768px) {
  .sm-offset-top-44 {
    margin-top: 0;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.shade-1 {
  color: #154458;
  background-color: #EDEDED;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.shade-2 {
  color: #85B601;
  background-color: #F8F8F8;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

.no-padding-top {
  padding-top: 0px !important;
}

.highlight-row {
  background-color: #85B601;
  color: #85B601;
  font-size: 1.14em;
}

.highlight-row-alternative {
  background-color: #F8F8F8;
}

ul li {
  list-style-image: url(/themes/jeunesse/images/bullet.png);
  padding: 8px;
}

ul.highlights {
  padding-left: 24px;
}
ul.highlights li {
  padding: 12px 0px 12px 8px;
  list-style-image: url(/themes/jeunesse/images/bullet_white.png);
}

.inline-block {
  display: inline-block;
}

.img-responsive {
  background-size: contain !important;
}

.relative {
  position: relative;
}

a.file-link {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 32px;
  display: block;
  margin-bottom: 8px;
}

.shadow-bottom {
  -webkit-box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.shadow-top {
  background-image: url(/themes/jeunesse/images/shadowtop.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: transparent;
  position: relative;
  top: -33px;
}
.shadow-top > div:first-child {
  padding-top: 35px;
  /** Correction for above **/
}

.bold {
  font-weight: 600;
}

.largest {
  font-size: 2em;
}

.huge {
  font-size: 2.57em;
}

.extreme {
  font-size: 4em;
}

.mega {
  font-size: 6em;
}

.uppercase {
  text-transform: uppercase;
}

.col-sm-paddingless {
  padding: 0;
}
@media (min-width: 768px) {
  .col-sm-paddingless {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-sm-paddingless {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container-sm-paddingless {
    padding: 0;
  }
}

.container-paddingless {
  padding-top: 0px;
  padding-bottom: 0px;
}

.extra-top-margin, .blog {
  margin-top: 24px;
}

.extra-bottom-margin, .blog {
  margin-bottom: 24px;
}

.extra-left-margin {
  margin-left: 24px;
}

.extra-right-margin {
  margin-right: 24px;
}

.extra-margin {
  margin: 24px;
}

.extra-horizontal-padding-small {
  padding-left: 12px;
  padding-right: 12px;
}

.extra-horizontal-padding {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .extra-horizontal-padding {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.extra-vertical-padding-small {
  padding-top: 12px;
  padding-bottom: 12px;
}

.extra-vertical-padding {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .extra-vertical-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.extra-vertical-padding-top {
  padding-top: 12px;
}
@media (min-width: 992px) {
  .extra-vertical-padding-top {
    padding-top: 48px;
  }
}

.extra-vertical-padding-bottom {
  padding-bottom: 12px;
}
@media (min-width: 992px) {
  .extra-vertical-padding-bottom {
    padding-bottom: 48px;
  }
}

.semi-transparent {
  background-color: rgba(255, 255, 255, 0.9);
}

.single-container {
  min-height: 1024px;
}

/** Because iOS does not support fixed backgrounds
  * we limit the fixed to screens larger than $screen-md-min,
  * which is the viewport of the iPad in landscape mode
  */
.paralax-background {
  background-attachment: fixed;
}
@media (max-width: 1024px) {
  .paralax-background {
    background-attachment: scroll;
  }
}

@media (min-width: 768px) {
  .header-fill-padding-top {
    padding-top: 66px;
  }
}

@media (min-width: 768px) {
  .header-fill-image-padding-top {
    padding-top: 66px;
  }
}

.anchor-header-fix:before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

#news-slides {
  display: none;
  margin-top: 24px;
  text-align: center;
  max-height: 250px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
#news-slides .slidesjs-container {
  border: 1px solid #85B601;
  max-height: 250px;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}
#news-slides .slidesjs-pagination {
  display: inline-block;
  margin-left: -39px;
  margin-top: 8px;
  list-style: none outside none;
}
#news-slides .slidesjs-pagination li {
  float: left;
  margin: 0px 1px;
}
#news-slides .slidesjs-pagination li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
  width: 13px;
  height: 0px;
  padding-top: 13px;
  background-image: url(/themes/jeunesse/images/pagination.png);
  background-position: 0px 0px;
  float: left;
  overflow: hidden;
}
#news-slides .slidesjs-pagination li a:hover {
  background-position: 0px -13px;
}
#news-slides .slidesjs-pagination li a.active {
  background-position: 0px -13px;
}

.news-entries .news-entry-summary:first-child {
  margin-top: 24px;
}
.news-entries .news-entry-summary {
  -webkit-box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.05);
  margin: 48px 0;
}
.news-entries .news-entry-summary .date {
  color: #85B601;
}
.news-entries .news-entry-summary .news-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
.news-entries .news-entry-summary .content {
  padding: 24px;
}
.news-entries .news-entry-summary .summary {
  margin-bottom: 12px;
}

.news-entries-homepage .news-entry-summary {
  margin-bottom: 24px;
}
.news-entries-homepage .news-entry-summary .date {
  color: #85B601;
  background-color: #252525;
  display: inline-block;
  min-width: 45px;
  padding: 4px;
  text-align: center;
  font-size: 0.8em;
}
.news-entries-homepage .news-entry-summary .date .year {
  display: none;
}
.news-entries-homepage .news-entry-summary .title {
  font-size: 1.14em;
  display: inline;
  margin-left: 8px;
}
.news-entries-homepage .news-entry-summary .news-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
.news-entries-homepage .news-entry-summary .content {
  margin-top: 8px;
  font-size: 0.8em;
}
.news-entries-homepage .news-entry-summary .summary {
  margin-bottom: 12px;
}

.news-entry .date {
  color: #85B601;
}
.news-entry .content {
  padding-bottom: 24px;
}
.news-entry .news-images a.news-image-link:first-child {
  margin-top: 0;
}
.news-entry .news-images a.news-image-link {
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
}
.news-entry .news-images a.news-image-link .news-image {
  width: 100%;
  height: auto;
}
.news-entry .news-images .news-image-title {
  display: inline-block;
  margin-bottom: 8px;
  color: #85B601;
}
.news-entry .attachments a {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 32px;
  display: block;
  margin-bottom: 8px;
}

a.news-overview-link {
  display: block;
  margin-top: 48px;
}

a.news-overview-link:hover, a.news-overview-link:active {
  background-image: url(/themes/jeunesse/images/arrow_left_hover.png);
}

.tagcloud a {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #252525;
  color: #85B601;
  padding: 2px 4px;
  margin: 8px 16px 8px 0px;
  display: inline-block;
}

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/** Sets a background image that is located in the theme-path **/
/** Sets a list-style-image that is located in the theme-path **/
#cookiemelding {
  text-align: center;
  background-color: rgba(1, 42, 60, 0.87);
  color: #85B601;
  position: fixed;
  bottom: 8px;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 8px;
  display: none;
  z-index: 10001;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cookiemelding .sluiten {
  background-image: url(/themes/jeunesse/images/sluiten.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: right;
  margin-top: 2px;
}

h2, h3 {
  font-weight: 300;
}

.navbar .navbar-brand {
  padding-top: 22px;
  padding-bottom: 15px;
  margin-top: 0px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    padding-top: 12px;
  }
}
.navbar .navbar-nav {
  margin-top: 0;
}
.navbar .nav-login {
  position: static;
  float: right;
  margin-top: 20px;
  margin-left: 20px;
}

.large-image-header .header-text {
  float: none;
  right: initial;
  position: relative;
}

.large-image-header .header-image-fixed .img .img-inner,
.large-image-header .img-overlay .img-inner {
  padding-top: 30%;
}

.invert {
  color: #F8F8F8;
}

.shade-1 {
  border: none;
}

.extra-bottom-margin, .blog {
  margin-bottom: 48px;
}

.extra-bottom-margin-plus {
  margin-bottom: 96px;
}

.extra-top-margin, .blog {
  margin-top: 48px;
}

#Form_ContactForm label {
  font-weight: 400;
  vertical-align: middle;
}
#Form_ContactForm fieldset, #Form_ContactForm div {
  vertical-align: middle;
  display: inline-block;
}
#Form_ContactForm fieldset input[type=email], #Form_ContactForm div input[type=email] {
  width: 300px;
}

.footer a:link, .footer a:active, .footer a:visited {
  color: #fff;
}
.footer a:hover {
  color: #85B601;
}

.twitter {
  padding-left: 28px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(/themes/jeunesse/images/twitter.png);
}

@media (max-width: 370px) {
  .hidden-xxs {
    display: none !important;
  }
}

.visible-xxs {
  display: none !important;
}
@media (max-width: 370px) {
  .visible-xxs {
    display: block !important;
  }
}

.highlight-image {
  height: 150px;
  /* equals max image height */
  width: 200px;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}
.highlight-image img {
  vertical-align: middle;
  max-height: 150px;
  max-width: 200px;
}
.highlight-image .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.faqitem {
  margin-bottom: 48px;
}
.blog .post-summary {
  margin-bottom: 48px;
}
.blog .post-meta-data, .blog .tags, .blog .categories, .blog .publishdate {
  font-size: 0.8em;
  display: inline-block;
  margin-right: 8px;
}
.blog .publishdate {
  margin-right: 4px;
}
.blog .content {
  margin-top: 16px;
}
.blog .blog-sidebar {
  padding-top: 65px;
}
.blog .blog-sidebar h3 {
  font-size: 1em;
  font-weight: 400;
}
.blog .blog-sidebar .arrow {
  display: none;
}
.blog .blog-sidebar ul {
  padding-left: 0px;
}
.blog .blog-sidebar ul li {
  list-style: none;
  font-size: 0.8em;
}

/*# sourceMappingURL=application.css.map */
