<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/*
 * @file
 * Overall specifications for Startup Growth Lite.
 */

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 5%;
    margin-left: 5%;
}


body {
    font-size: 16px;
    line-height: 1.55;
    color: #3f3f3f;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}
p {
    margin: 0;
    padding: 0 0 15px 0;
}
p.large {
    font-size: 21px;
    line-height: 1.33;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    outline: none;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}
code,
pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre;
    white-space: pre-wrap;
    font-family: 'Source Code Pro', Consolas, Monaco, Courier;
}
pre {
    background: #e1e1e1;
    border: none;
    border-left: 10px solid #d3d1cd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #222222;
    padding: 20px;
    font-size: 14px;
    max-height: 62px;
    overflow: hidden;
    margin: 40px 0 40px 45px;
}
pre:hover {
    max-height: 10000px;
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
}
blockquote {
    font-size: 24px;
    font-style: italic;
    padding: 0 0 0 150px;
    border-left: none;
    position: relative;
    margin: 40px 0 50px;
}
blockquote p {
    font-weight: 400;
    line-height: 1.44;
}
.footer-area blockquote {
    padding-left: 70px;
}

/*blockquote quote symbol*/
blockquote:after {
    position: absolute;
    font-family: 'PT Serif', Georgia, Times, Times New Roman, Serif;
    content: "â€œ";
    left: 45px;
    top: 0;
    font-style: normal;
    font-size: 160px;
    line-height: 1;
}
.footer-area blockquote:after {
    left: 0;
    font-size: 130px;
}
.colored-region:not(.black) blockquote:after {
    color: #ffffff;
}
@media (max-width:991px) {
    .footer-area blockquote {
        padding-left: 40px;
        font-size: 18px;
    }
    .footer-area blockquote:after {
        left: 0;
        font-size: 90px;
    }
}
@media (max-width:767px) {
    blockquote {
        padding: 0 0 0 75px;
    }
    blockquote:after {
        left: 0;
        font-size: 130px;
    }
}
hr {
    border-top: 1px solid #c2c2c2;
    margin-bottom: 40px;
    margin-top: 40px;
}

/*Headings*/
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.20;
    padding: 0;
    margin: 20px 0 10px 0;
    font-weight: 700;
    color:#70237F;

}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1e1e1e;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 28px;
    font-weight: 400;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 19px;
}
h5 {
    font-size: 16px;
}
h1.title {
    margin-top: 0;
}
h1.page-title {
    margin-bottom: 20px;
}
.front h1.title {
    margin-top: 76px;
}
.footer-area h2.title,
.footer-area nav &gt; h2,
.footer-area .block-search &gt; h2 {
    font-size: 16px;
    margin-bottom: 25px;
}
.sidebar h2.title,
.sidebar nav &gt; h2,
.sidebar .block-search &gt; h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 4px 0 15px 0;
}
.col-md-12 h2.title,
.col-md-12 nav &gt; h2,
.col-md-12 .block-search &gt; h2 {
    text-align: center;
    margin-bottom: 5px;
}
#block-views-block-mt-promoted-posts-block-2 h2.title,
#block-views-block-mt-showcases-block-1 h2.title,
#block-views-block-mt-showcases-block-2 h2.title,
#block-views-block-mt-showcases-block-3 h2.title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #acacac;
    position: relative;
}
#block-views-block-mt-promoted-posts-block-2 h2.title:after,
#block-views-block-mt-showcases-block-1 h2.title:after,
#block-views-block-mt-showcases-block-2 h2.title:after,
#block-views-block-mt-showcases-block-3 h2.title:after {
    width: 280px;
    height: 2px;
    position: absolute;
    background-color: #acacac;
    bottom: 0;
    content: "";
    left: 50%;
    margin-left: -140px;
}
.colored-region #block-views-block-mt-promoted-posts-block-2 h2.title,
.colored-region #block-views-block-mt-showcases-block-1 h2.title,
.colored-region #block-views-block-mt-showcases-block-2 h2.title,
.colored-region #block-views-block-mt-showcases-block-3 h2.title {
    border-color: #ffffff;
}
.colored-region #block-views-block-mt-promoted-posts-block-2 h2.title:after,
.colored-region #block-views-block-mt-showcases-block-1 h2.title:after,
.colored-region #block-views-block-mt-showcases-block-2 h2.title:after,
.colored-region #block-views-block-mt-showcases-block-3 h2.title:after {
    background-color: #ffffff;
}
.subtitle {
    font-size: 14px;
    font-weight: 700;
}
.page-subtitle {
    margin-top: 0;
}



/* BRANDING */

.navbar-brand {
    display:none;
}


/* SPECIAL LAYOUT */

a.logo img {
    max-width: 110px;
}


.field--name-field-video {
    margin: 35px 0;
}

.group-right {
    padding: 0px 0 30px 30px;
}

.field--name-field-leeftijdscategorie, .field--name-field-vaardigheden {
    margin-bottom: 30px;
    color: #70237F;
}

.field--type-fontawesome-icon {
    font-size: 25px;
    color: darkmagenta;
    float: left;
    margin-right: 15px;
}

.field--name-taxonomy-term-title {
    padding-top: 7px;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #70237F;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
    color: #70237f;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
    color: #fff;
    background-color: #70237f;
}

#block-zoekveld {
    width: 250px;
    margin-top: 15px;
    margin-left: 15px;
}

.menu--account {
    text-align: right;
    background: #fff;
    width: 251px;
    border: 1px solid #ddd;
    border-radius: 5px;
    clear:right;
}


.field-group-tabs-wrapper {
    margin-top: 35px;
}

.view-anchor-menu h3 {
    display:none;
}

.field--name-field-subtitel {
    font-size: 120%;
    font-weight: 700;
    margin: 25px 0 0;
}

.field--name-field-afbeelding {
    margin: 25px 0;
}


@media (min-width: 768px) {
    .menu--account &gt; li {
        width: 50%;
        text-align: center;
    }
}

/* Form selectie activiteit */

.jumenas .form-type-checkbox {
  width: 100%;
}

input.form-checkbox {
  margin-right: 10px;
}

.jumenas  input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 20px;
}
.jumenas  input[type="checkbox"]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.jumenas  input[type="checkbox"]:hover:before {
  background: #5bc0de;
}
.jumenas  input[type="checkbox"]:focus:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.jumenas  input[type="checkbox"]:checked:before {
  background: #5bc0de;
  border-color: #5bc0de;
}
.jumenas input[type="checkbox"]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
.jumenas input[type="checkbox"]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
.jumenas input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

#edit-submit-aan-de-slag {
  /*display:none;*/
  background-color: #2FBAEE;
  border: 0px none;
  color: #fff;
  font-weight: 700;
}

.jumenas {
  padding: 20px;
  background: #70237F;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}

.jumenas legend {
  color: #fff;
  border-bottom: none 0px;
}

.jumenas fieldset {
  margin-bottom: 25px;
}

.jumenas .fontawesome-icons {
  width: 30px;
  text-align: center;
}


.fiche {
  width: 28%;
  margin: 0 1% 2% 1%;
  border-radius: 5px;
  border: 1px solid #2fbbef;
  height: 500px;
  float: left;
  background:#f5f5f5;
}

.fiche .views-field-field-vaardigheden h2 {
  display: none;
}

.fiche h2 {
  font-size:16px;
  margin:8px 0;
}

.fiche ul li, .fiche ul {
  list-style: none;
  list-style-type: none;
}

.fiche .topimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 10px;
}

.topimage img {
  max-height: 180px;
  width: auto;
}

.toptitel {
  text-align: center;
  padding: 10px 0;
}

.fiche .views-field-field-image {
  height: 55%;
  background: #fff;
  border-radius: 5px 5px 0 0;
}

.fiche .views-field-title {
  text-align: center;
}

.fiche .field--type-fontawesome-icon {
  width: 30px;
  text-align: center;
}

.views-field-field-leeftijdscategorie {
  margin-left: 45px;
}

#block-aanmelden {
   background:#26BAEE ;
   padding: 10px;
   border-radius: 10px;
   color: #fff;
 }

#block-aanmelden a {
  color: #70237F;
}


.fiche span.titel {
  margin-top: 7px;
  display: block;
}

.view-taxonomy-term .view-grouping {
  width: 28%;
  margin: 0 1% 2% 1%;
  border-radius: 5px;
  border: 1px solid #2fbbef;
  height: 500px;
  float: left;
  background: #f5f5f5;
}

.group-right span.titel
 {
  display: block;
  color: #000;
  margin-top: 7px;
  margin-left: 45px;
}

.field-label-above {
  color: #70237F;
  font-weight: 700;
}

.leeftijditems {
  margin-bottom: 25px;
}

/* Taal */
.lang-nl .engels, .lang-en .nederlands {display:none;}</pre></body></html>